Trace number 3258233

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 1300.05 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1375c111739g4.cnf
MD5SUMb2f1edd9e4045a375bcfedb2d5e5bd0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark51.2682
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3258233-1303475648/watcher-3258233-1303475648 -o /tmp/evaluation-result-3258233-1303475648/solver-3258233-1303475648 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3258233-1303475648.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 3.48 3.70 5/189 13795
/proc/meminfo: memFree=16237552/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=19676 CPUtime=0 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 788 0 0 0 0 0 0 0 22 0 1 0 459162482 20148224 720 33554432000 4194304 4291949 140736975433280 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 4919 721 225 24 0 1553 0

[startup+0.0248571 s]
/proc/loadavg: 2.13 3.48 3.70 5/189 13795
/proc/meminfo: memFree=16237552/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=23192 CPUtime=0.02 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 2342 0 0 0 2 0 0 0 22 0 1 0 459162482 23748608 1874 33554432000 4194304 4291949 140736975433280 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 5798 1878 226 24 0 2432 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23192

[startup+0.10084 s]
/proc/loadavg: 2.13 3.48 3.70 5/189 13795
/proc/meminfo: memFree=16237552/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=23896 CPUtime=0.09 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 2813 0 0 0 9 0 0 0 22 0 1 0 459162482 24469504 2174 33554432000 4194304 4291949 140736975433280 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 5974 2174 231 24 0 2608 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23896

[startup+0.300803 s]
/proc/loadavg: 2.13 3.48 3.70 5/189 13795
/proc/meminfo: memFree=16237552/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=21676 CPUtime=0.29 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 3530 0 0 0 29 0 0 0 23 0 1 0 459162482 22196224 2210 33554432000 4194304 4291949 140736975433280 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 5419 2210 251 24 0 2053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21676

[startup+0.700732 s]
/proc/loadavg: 2.13 3.48 3.70 5/189 13795
/proc/meminfo: memFree=16237552/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=26072 CPUtime=0.69 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 4046 0 0 0 69 0 0 0 25 0 1 0 459162482 26697728 2721 33554432000 4194304 4291949 140736975433280 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 6518 2722 251 24 0 3152 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26072

[startup+1.50059 s]
/proc/loadavg: 2.13 3.48 3.70 5/190 13796
/proc/meminfo: memFree=16215108/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=31076 CPUtime=1.49 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 5002 0 0 0 149 0 0 0 25 0 1 0 459162482 31821824 3667 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255668 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 7769 3667 251 24 0 4403 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31076

[startup+3.10031 s]
/proc/loadavg: 2.36 3.50 3.70 5/190 13796
/proc/meminfo: memFree=16197996/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=39860 CPUtime=3.09 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 6635 0 0 0 309 0 0 0 25 0 1 0 459162482 40816640 5287 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 9965 5287 251 24 0 6599 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39860

[startup+6.30072 s]
/proc/loadavg: 2.36 3.50 3.70 5/190 13796
/proc/meminfo: memFree=16160548/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=53716 CPUtime=6.29 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 8717 0 0 0 628 1 0 0 25 0 1 0 459162482 55005184 7348 33554432000 4194304 4291949 140736975433280 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 13429 7348 251 24 0 10063 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53716

[startup+12.7006 s]
/proc/loadavg: 2.61 3.52 3.70 5/190 13796
/proc/meminfo: memFree=16105976/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=56536 CPUtime=12.69 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 12066 0 0 0 1267 2 0 0 25 0 1 0 459162482 57892864 10664 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 14134 10664 251 24 0 10768 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56536

[startup+25.5003 s]
/proc/loadavg: 2.82 3.54 3.71 5/190 13796
/proc/meminfo: memFree=16042868/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=79516 CPUtime=25.49 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 16375 0 0 0 2546 3 0 0 25 0 1 0 459162482 81424384 14940 33554432000 4194304 4291949 140736975433280 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 19879 14940 251 24 0 16513 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79516

[startup+51.1006 s]
/proc/loadavg: 3.22 3.57 3.72 5/190 13797
/proc/meminfo: memFree=15944628/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=116660 CPUtime=51.09 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 23367 0 0 0 5104 5 0 0 25 0 1 0 459162482 119459840 21896 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 29165 21896 251 24 0 25799 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 116660

[startup+102.306 s]
/proc/loadavg: 3.79 3.67 3.74 5/190 13825
/proc/meminfo: memFree=15931292/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=88992 CPUtime=102.3 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 38884 0 0 0 10220 10 0 0 25 0 1 0 459162482 91127808 18772 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 22248 18772 251 24 0 18882 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 88992

[startup+162.301 s]
/proc/loadavg: 3.91 3.72 3.75 5/190 13827
/proc/meminfo: memFree=15862688/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=177172 CPUtime=162.29 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 51057 0 0 0 16215 14 0 0 25 0 1 0 459162482 181424128 30886 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 44293 30886 251 24 0 40927 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 177172

[startup+222.301 s]
/proc/loadavg: 3.97 3.77 3.76 5/190 13828
/proc/meminfo: memFree=15829800/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=100568 CPUtime=222.3 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 65807 0 0 0 22210 20 0 0 25 0 1 0 459162482 102981632 19040 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 25142 19040 251 24 0 21776 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 100568

[startup+282.301 s]
/proc/loadavg: 3.99 3.81 3.77 5/190 13830
/proc/meminfo: memFree=15686684/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=131856 CPUtime=282.3 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 75182 0 0 0 28205 25 0 0 25 0 1 0 459162482 135020544 28354 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 32964 28354 251 24 0 29598 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 131856

[startup+342.301 s]
/proc/loadavg: 3.99 3.84 3.79 5/190 13832
/proc/meminfo: memFree=15641536/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=184528 CPUtime=342.3 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 81729 0 0 0 34202 28 0 0 25 0 1 0 459162482 188956672 34850 33554432000 4194304 4291949 140736975433280 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 46132 34850 251 24 0 42766 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 184528

[startup+402.3 s]
/proc/loadavg: 3.99 3.87 3.80 5/190 13833
/proc/meminfo: memFree=15774316/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=188744 CPUtime=402.3 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 87449 0 0 0 40200 30 0 0 25 0 1 0 459162482 193273856 40531 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 47186 40531 251 24 0 43820 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 188744

[startup+462.3 s]
/proc/loadavg: 3.99 3.89 3.81 5/190 13835
/proc/meminfo: memFree=15778756/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=140032 CPUtime=462.3 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 106005 0 0 0 46195 35 0 0 25 0 1 0 459162482 143392768 28449 33554432000 4194304 4291949 140736975433280 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 35008 28449 251 24 0 31642 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 140032

[startup+522.3 s]
/proc/loadavg: 3.99 3.91 3.82 5/190 13836
/proc/meminfo: memFree=15654604/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=190456 CPUtime=522.31 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 112827 0 0 0 52192 39 0 0 25 0 1 0 459162482 195026944 35229 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 47614 35229 251 24 0 44248 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 190456

[startup+582.301 s]
/proc/loadavg: 3.99 3.92 3.83 5/190 13838
/proc/meminfo: memFree=15630032/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=191524 CPUtime=582.31 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 118671 0 0 0 58190 41 0 0 25 0 1 0 459162482 196120576 41035 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 47881 41035 251 24 0 44515 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 191524

[startup+642.301 s]
/proc/loadavg: 4.11 3.96 3.84 5/190 13840
/proc/meminfo: memFree=15629388/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=274992 CPUtime=642.32 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 123712 0 0 0 64188 44 0 0 25 0 1 0 459162482 281591808 46048 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 68748 46048 251 24 0 65382 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 274992

[startup+702.301 s]
/proc/loadavg: 4.04 3.97 3.85 5/190 13841
/proc/meminfo: memFree=15639028/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=113876 CPUtime=702.31 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 138632 0 0 0 70182 49 0 0 25 0 1 0 459162482 116609024 23925 33554432000 4194304 4291949 140736975433280 18446744073709551615 4256135 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 28469 23925 251 24 0 25103 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 113876

[startup+762.307 s]
/proc/loadavg: 4.01 3.97 3.85 5/190 13843
/proc/meminfo: memFree=15599316/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=144696 CPUtime=762.32 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 146783 0 0 0 76179 53 0 0 25 0 1 0 459162482 148168704 32017 33554432000 4194304 4291949 140736975433280 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 36174 32017 251 24 0 32808 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 144696

[startup+822.3 s]
/proc/loadavg: 4.00 3.97 3.86 5/190 13844
/proc/meminfo: memFree=15508520/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=195108 CPUtime=822.31 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 152603 0 0 0 82176 55 0 0 25 0 1 0 459162482 199790592 37805 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 48777 37805 251 24 0 45411 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 195108

[startup+882.3 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 13846
/proc/meminfo: memFree=15525984/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=196652 CPUtime=882.31 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 158823 0 0 0 88173 58 0 0 25 0 1 0 459162482 201371648 43989 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 49163 43989 251 24 0 45797 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 196652

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 13848
/proc/meminfo: memFree=15522624/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=281376 CPUtime=942.31 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 163561 0 0 0 94171 60 0 0 25 0 1 0 459162482 288129024 48700 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 70344 48700 251 24 0 66978 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 281376

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 13849
/proc/meminfo: memFree=15435548/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=284004 CPUtime=1002.32 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 167455 0 0 0 100169 63 0 0 25 0 1 0 459162482 290820096 52572 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 71001 52572 251 24 0 67635 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 284004

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 13851
/proc/meminfo: memFree=15546012/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=152528 CPUtime=1062.32 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 182433 0 0 0 106164 68 0 0 25 0 1 0 459162482 156188672 28986 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 38132 28986 251 24 0 34766 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 152528

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 13852
/proc/meminfo: memFree=15432892/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=202616 CPUtime=1122.33 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 189468 0 0 0 112160 73 0 0 25 0 1 0 459162482 207478784 35984 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 50654 35984 251 24 0 47288 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 202616

[startup+1182.3 s]
/proc/loadavg: 4.07 3.99 3.90 5/190 13854
/proc/meminfo: memFree=15356852/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=202616 CPUtime=1182.32 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 194250 0 0 0 118157 75 0 0 25 0 1 0 459162482 207478784 40745 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 50654 40745 251 24 0 47288 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 202616

[startup+1242.3 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 13856
/proc/meminfo: memFree=15355220/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=203248 CPUtime=1242.33 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 198919 0 0 0 124155 78 0 0 25 0 1 0 459162482 208125952 45388 33554432000 4194304 4291949 140736975433280 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 50812 45388 251 24 0 47446 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 203248



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.99 3.91 4/187 13859
/proc/meminfo: memFree=15932080/32951124 swapFree=67111528/67111528
[pid=13795] ppid=13793 vsize=285920 CPUtime=1300.03 cores=1,3
/proc/13795/stat : 13795 (RestartSAT) R 13793 13795 12632 0 -1 4202496 202745 0 0 0 129923 80 0 0 25 0 1 0 459162482 292782080 49202 33554432000 4194304 4291949 140736975433280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13795/statm: 71480 49202 251 24 0 68114 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 285920

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.24
CPU system time (s): 0.813876
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 302680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.24
system time used= 0.813876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202745
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1999

runsolver used 2.04869 second user time and 5.05523 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-22 14:34:08
IDJOB=3258233
IDBENCH=71317
IDSOLVER=1580
FILE ID=node137/3258233-1303475648
RUNJOBID= node137-1303475647-13755
PBS_JOBID= 13107203
Free space on /tmp= 71384 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1375c111739g4.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258233-1303475648/watcher-3258233-1303475648 -o /tmp/evaluation-result-3258233-1303475648/solver-3258233-1303475648 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3258233-1303475648.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b2f1edd9e4045a375bcfedb2d5e5bd0e
RANDOM SEED=825276757

node137.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16237832 kB
Buffers:       1210180 kB
Cached:       14857308 kB
SwapCached:          0 kB
Active:        9341500 kB
Inactive:      6816452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16237832 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8212 kB
Writeback:           0 kB
AnonPages:       89540 kB
Mapped:          14780 kB
Slab:           492168 kB
PageTables:       4960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   281248 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71388 MiB
End job on node137 at 2011-04-22 14:55:50