Trace number 3170810

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 A75? (TO) 1300.04 1300.01

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S30704505-092-UNKNOWN.cnf
MD5SUM15b86e0c1384321ea7bbac2466a811a7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark318.072
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3170810-1302820511/watcher-3170810-1302820511 -o /tmp/evaluation-result-3170810-1302820511/solver-3170810-1302820511 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170810-1302820511.cnf 

running on 2 cores: 5,7

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: 3.68 3.90 3.46 2/177 17133
/proc/meminfo: memFree=13911988/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=22740 CPUtime=0 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 1356 0 0 0 0 0 0 0 21 0 1 0 393650736 23285760 1297 33554432000 4194304 4291949 140735929096368 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 5685 1297 227 24 0 2319 0

[startup+0.015529 s]
/proc/loadavg: 3.68 3.90 3.46 2/177 17133
/proc/meminfo: memFree=13911988/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=23952 CPUtime=0.01 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 1736 0 0 0 1 0 0 0 21 0 1 0 393650736 24526848 1662 33554432000 4194304 4291949 140735929096368 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 5988 1663 227 24 0 2622 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23952

[startup+0.100516 s]
/proc/loadavg: 3.68 3.90 3.46 2/177 17133
/proc/meminfo: memFree=13911988/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=28756 CPUtime=0.09 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 3661 0 0 0 9 0 0 0 21 0 1 0 393650736 29446144 3306 33554432000 4194304 4291949 140735929096368 18446744073709551615 4231888 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 7189 3306 234 24 0 3823 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28756

[startup+0.300482 s]
/proc/loadavg: 3.68 3.90 3.46 2/177 17133
/proc/meminfo: memFree=13911988/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=25748 CPUtime=0.29 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 4239 0 0 0 29 0 0 0 22 0 1 0 393650736 26365952 2963 33554432000 4194304 4291949 140735929096368 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 6437 2963 253 24 0 3071 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25748

[startup+0.700412 s]
/proc/loadavg: 3.68 3.90 3.46 2/177 17133
/proc/meminfo: memFree=13911988/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=25748 CPUtime=0.69 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 4322 0 0 0 69 0 0 0 23 0 1 0 393650736 26365952 3045 33554432000 4194304 4291949 140735929096368 18446744073709551615 4268817 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 6437 3045 253 24 0 3071 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25748

[startup+1.50027 s]
/proc/loadavg: 3.68 3.90 3.46 5/188 17154
/proc/meminfo: memFree=13876576/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=27424 CPUtime=1.49 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 4592 0 0 0 149 0 0 0 25 0 1 0 393650736 28082176 3313 33554432000 4194304 4291949 140735929096368 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 6856 3313 253 24 0 3490 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27424

[startup+3.10099 s]
/proc/loadavg: 3.68 3.90 3.46 5/188 17154
/proc/meminfo: memFree=13859092/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=30144 CPUtime=3.09 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 5160 0 0 0 309 0 0 0 25 0 1 0 393650736 30867456 3876 33554432000 4194304 4291949 140735929096368 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 7536 3876 253 24 0 4170 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30144

[startup+6.30045 s]
/proc/loadavg: 3.79 3.92 3.47 5/188 17154
/proc/meminfo: memFree=13833832/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=34696 CPUtime=6.29 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 6412 0 0 0 628 1 0 0 25 0 1 0 393650736 35528704 5123 33554432000 4194304 4291949 140735929096368 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 8674 5123 253 24 0 5308 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34696

[startup+12.7003 s]
/proc/loadavg: 3.80 3.92 3.47 5/188 17154
/proc/meminfo: memFree=13820876/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=54328 CPUtime=12.69 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 9296 0 0 0 1268 1 0 0 25 0 1 0 393650736 55631872 7990 33554432000 4194304 4291949 140735929096368 18446744073709551615 4251645 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 13582 7990 253 24 0 10216 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54328

[startup+25.5011 s]
/proc/loadavg: 3.85 3.93 3.48 5/188 17155
/proc/meminfo: memFree=13710416/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=74432 CPUtime=25.49 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 13024 0 0 0 2546 3 0 0 25 0 1 0 393650736 76218368 11701 33554432000 4194304 4291949 140735929096368 18446744073709551615 274668245439 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 18608 11701 253 24 0 15242 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74432

[startup+51.1007 s]
/proc/loadavg: 3.90 3.93 3.49 5/188 17156
/proc/meminfo: memFree=13657332/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=107748 CPUtime=51.09 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 22351 0 0 0 5102 7 0 0 25 0 1 0 393650736 110333952 20974 33554432000 4194304 4291949 140735929096368 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 26937 20974 253 24 0 23571 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 107748

[startup+102.307 s]
/proc/loadavg: 3.95 3.94 3.52 5/188 17157
/proc/meminfo: memFree=13713876/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=50292 CPUtime=102.3 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 43131 0 0 0 10216 14 0 0 25 0 1 0 393650736 51499008 8700 33554432000 4194304 4291949 140735929096368 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 12573 8700 253 24 0 9207 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 50292

[startup+162.3 s]
/proc/loadavg: 3.98 3.95 3.55 5/188 17158
/proc/meminfo: memFree=13601156/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=163168 CPUtime=162.29 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 71165 0 0 0 16206 23 0 0 25 0 1 0 393650736 167084032 36625 33554432000 4194304 4291949 140735929096368 18446744073709551615 4251271 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 40792 36625 253 24 0 37426 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 163168

[startup+222.301 s]
/proc/loadavg: 4.03 3.97 3.57 5/188 17160
/proc/meminfo: memFree=13492892/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=258652 CPUtime=222.3 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 87095 0 0 0 22201 29 0 0 25 0 1 0 393650736 264859648 52398 33554432000 4194304 4291949 140735929096368 18446744073709551615 4258741 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 64663 52398 253 24 0 61297 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 258652

[startup+282.301 s]
/proc/loadavg: 4.01 3.97 3.60 5/188 17162
/proc/meminfo: memFree=13542724/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=165768 CPUtime=282.29 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 107491 0 0 0 28193 36 0 0 25 0 1 0 393650736 169746432 28412 33554432000 4194304 4291949 140735929096368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 41442 28412 253 24 0 38076 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 165768

[startup+342.3 s]
/proc/loadavg: 4.06 3.99 3.63 5/188 17164
/proc/meminfo: memFree=13487536/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=247960 CPUtime=342.3 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 125585 0 0 0 34186 44 0 0 25 0 1 0 393650736 253911040 46431 33554432000 4194304 4291949 140735929096368 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 61990 46431 253 24 0 58624 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 247960

[startup+402.301 s]
/proc/loadavg: 4.02 3.99 3.65 5/188 17165
/proc/meminfo: memFree=13560064/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=168568 CPUtime=402.29 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 166476 0 0 0 40174 55 0 0 25 0 1 0 393650736 172613632 34735 33554432000 4194304 4291949 140735929096368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 42142 34735 253 24 0 38776 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 168568

[startup+462.3 s]
/proc/loadavg: 4.01 3.99 3.66 5/188 17166
/proc/meminfo: memFree=13474992/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=250632 CPUtime=462.3 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 182189 0 0 0 46168 62 0 0 25 0 1 0 393650736 256647168 50361 33554432000 4194304 4291949 140735929096368 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 62658 50361 253 24 0 59292 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 250632

[startup+522.301 s]
/proc/loadavg: 4.00 3.99 3.68 5/188 17168
/proc/meminfo: memFree=13405912/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=383704 CPUtime=522.3 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 193728 0 0 0 52162 68 0 0 25 0 1 0 393650736 392912896 61842 33554432000 4194304 4291949 140735929096368 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 95926 61842 253 24 0 92560 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 383704

[startup+582.301 s]
/proc/loadavg: 4.03 4.00 3.70 5/188 17170
/proc/meminfo: memFree=13545776/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=170860 CPUtime=582.31 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 221669 0 0 0 58153 78 0 0 25 0 1 0 393650736 174960640 33394 33554432000 4194304 4291949 140735929096368 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 42715 33394 253 24 0 39349 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 170860

[startup+642.3 s]
/proc/loadavg: 4.01 4.00 3.72 5/188 17172
/proc/meminfo: memFree=13437020/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=252520 CPUtime=642.31 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 234621 0 0 0 64150 81 0 0 25 0 1 0 393650736 258580480 46280 33554432000 4194304 4291949 140735929096368 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 63130 46280 253 24 0 59764 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 252520

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.74 5/188 17173
/proc/meminfo: memFree=13607760/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=72188 CPUtime=702.31 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 254627 0 0 0 70142 89 0 0 25 0 1 0 393650736 73920512 13331 33554432000 4194304 4291949 140735929096368 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 18047 13331 253 24 0 14681 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 72188

[startup+762.306 s]
/proc/loadavg: 4.06 4.01 3.75 5/188 17174
/proc/meminfo: memFree=13480900/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=254244 CPUtime=762.31 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 286914 0 0 0 76132 99 0 0 25 0 1 0 393650736 260345856 45510 33554432000 4194304 4291949 140735929096368 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 63561 45510 253 24 0 60195 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 254244

[startup+822.301 s]
/proc/loadavg: 4.02 4.01 3.77 5/188 17176
/proc/meminfo: memFree=13247648/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=391376 CPUtime=822.3 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 331810 0 0 0 82118 112 0 0 25 0 1 0 393650736 400769024 90331 33554432000 4194304 4291949 140735929096368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 97844 90331 253 24 0 94478 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 391376

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.78 5/188 17178
/proc/meminfo: memFree=13471956/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=97620 CPUtime=882.31 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 349342 0 0 0 88110 121 0 0 25 0 1 0 393650736 99962880 20917 33554432000 4194304 4291949 140735929096368 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 24405 20917 253 24 0 21039 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 97620

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.79 5/188 17180
/proc/meminfo: memFree=13422596/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=178660 CPUtime=942.31 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 366914 0 0 0 94104 127 0 0 25 0 1 0 393650736 182947840 38400 33554432000 4194304 4291949 140735929096368 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 44665 38400 253 24 0 41299 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 178660

[startup+1002.3 s]
/proc/loadavg: 4.06 4.01 3.81 5/188 17181
/proc/meminfo: memFree=13352404/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=260180 CPUtime=1002.31 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 380073 0 0 0 100099 132 0 0 25 0 1 0 393650736 266424320 51491 33554432000 4194304 4291949 140735929096368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 65045 51491 253 24 0 61679 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 260180

[startup+1062.3 s]
/proc/loadavg: 4.02 4.01 3.82 5/188 17182
/proc/meminfo: memFree=13509504/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=98948 CPUtime=1062.31 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 406597 0 0 0 106090 141 0 0 25 0 1 0 393650736 101322752 19298 33554432000 4194304 4291949 140735929096368 18446744073709551615 4251100 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 24737 19298 253 24 0 21371 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 98948

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/188 17184
/proc/meminfo: memFree=13518916/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=179988 CPUtime=1122.31 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 426599 0 0 0 112084 147 0 0 25 0 1 0 393650736 184307712 39207 33554432000 4194304 4291949 140735929096368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 44997 39207 253 24 0 41631 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 179988

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/188 17186
/proc/meminfo: memFree=13420328/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=261644 CPUtime=1182.31 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 439578 0 0 0 118078 153 0 0 25 0 1 0 393650736 267923456 52121 33554432000 4194304 4291949 140735929096368 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 65411 52121 253 24 0 62045 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 261644

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/188 17188
/proc/meminfo: memFree=13296320/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=394436 CPUtime=1242.32 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 460182 0 0 0 124072 160 0 0 25 0 1 0 393650736 403902464 72668 33554432000 4194304 4291949 140735929096368 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 98609 72668 253 24 0 95243 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 394436



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.84 4/186 17189
/proc/meminfo: memFree=13546436/32951132 swapFree=67111528/67111528
[pid=17133] ppid=17131 vsize=182548 CPUtime=1300.02 cores=5,7
/proc/17133/stat : 17133 (RestartSAT) R 17131 17133 16947 0 -1 4202496 493979 0 0 0 129830 172 0 0 25 0 1 0 393650736 186929152 35912 33554432000 4194304 4291949 140735929096368 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17133/statm: 45637 35912 253 24 0 42271 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 182548

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.01
CPU time (s): 1300.04
CPU user time (s): 1298.31
CPU system time (s): 1.73074
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 625776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.31
system time used= 1.73074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493979
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= 1292

runsolver used 2.07668 second user time and 5.02623 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-15 00:35:11
IDJOB=3170810
IDBENCH=82628
IDSOLVER=1581
FILE ID=node131/3170810-1302820511
RUNJOBID= node131-1302819208-16968
PBS_JOBID= 13006668
Free space on /tmp= 72212 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S30704505-092-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170810-1302820511/watcher-3170810-1302820511 -o /tmp/evaluation-result-3170810-1302820511/solver-3170810-1302820511 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170810-1302820511.cnf

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

MD5SUM BENCH= 15b86e0c1384321ea7bbac2466a811a7
RANDOM SEED=1672023271

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.75
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.830
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.77
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.830
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.830
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.75
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.830
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:     32951132 kB
MemFree:      13912144 kB
Buffers:        508832 kB
Cached:       18128412 kB
SwapCached:          0 kB
Active:        8226392 kB
Inactive:     10479236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      13912144 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3416 kB
Writeback:           0 kB
AnonPages:       68324 kB
Mapped:          15396 kB
Slab:           270448 kB
PageTables:       5008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   213764 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72212 MiB
End job on node131 at 2011-04-15 00:56:53