Trace number 3285280

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.04 1300.07

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark539.975
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

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

running on 2 cores: 0,2

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: 1.44 2.72 3.34 4/187 9619
/proc/meminfo: memFree=13732748/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=19628 CPUtime=0 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 698 0 0 0 0 0 0 0 22 0 1 0 487903296 20099072 639 33554432000 4194304 4291949 140735048536032 18446744073709551615 4200583 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 4907 639 227 24 0 1541 0

[startup+0.029259 s]
/proc/loadavg: 1.44 2.72 3.34 4/187 9619
/proc/meminfo: memFree=13732748/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=21196 CPUtime=0.02 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 1096 0 0 0 2 0 0 0 22 0 1 0 487903296 21704704 1033 33554432000 4194304 4291949 140735048536032 18446744073709551615 4200653 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 5299 1033 228 24 0 1933 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21196

[startup+0.100244 s]
/proc/loadavg: 1.44 2.72 3.34 4/187 9619
/proc/meminfo: memFree=13732748/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=30132 CPUtime=0.09 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 4484 0 0 0 9 0 0 0 22 0 1 0 487903296 30855168 3835 33554432000 4194304 4291949 140735048536032 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 7533 3835 228 24 0 4167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30132

[startup+0.300215 s]
/proc/loadavg: 1.44 2.72 3.34 4/187 9619
/proc/meminfo: memFree=13732748/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=74836 CPUtime=0.29 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 17826 0 0 0 27 2 0 0 23 0 1 0 487903296 76632064 13365 33554432000 4194304 4291949 140735048536032 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 18709 13367 228 24 0 15343 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74836

[startup+0.70114 s]
/proc/loadavg: 1.44 2.72 3.34 4/187 9619
/proc/meminfo: memFree=13732748/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=89460 CPUtime=0.69 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 23545 0 0 0 66 3 0 0 25 0 1 0 487903296 91607040 17927 33554432000 4194304 4291949 140735048536032 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 22365 17927 232 24 0 18999 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89460

[startup+1.50101 s]
/proc/loadavg: 1.44 2.72 3.34 5/191 9626
/proc/meminfo: memFree=13522152/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=82224 CPUtime=1.49 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 26791 0 0 0 146 3 0 0 25 0 1 0 487903296 84197376 14460 33554432000 4194304 4291949 140735048536032 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 20556 14460 252 24 0 17190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82224

[startup+3.10071 s]
/proc/loadavg: 1.44 2.72 3.34 5/194 9632
/proc/meminfo: memFree=13385112/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=82224 CPUtime=3.09 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 27249 0 0 0 306 3 0 0 25 0 1 0 487903296 84197376 14917 33554432000 4194304 4291949 140735048536032 18446744073709551615 4263422 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 20556 14917 252 24 0 17190 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82224

[startup+6.30112 s]
/proc/loadavg: 1.80 2.77 3.35 5/194 9632
/proc/meminfo: memFree=13260992/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=82224 CPUtime=6.28 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 28365 0 0 0 625 3 0 0 25 0 1 0 487903296 84197376 16032 33554432000 4194304 4291949 140735048536032 18446744073709551615 4248240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 20556 16032 252 24 0 17190 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 82224

[startup+12.7009 s]
/proc/loadavg: 1.98 2.79 3.35 5/194 9633
/proc/meminfo: memFree=13273188/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=93900 CPUtime=12.68 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 30953 0 0 0 1264 4 0 0 25 0 1 0 487903296 96153600 18619 33554432000 4194304 4291949 140735048536032 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 23475 18619 252 24 0 20109 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 93900

[startup+25.5006 s]
/proc/loadavg: 2.43 2.85 3.36 5/194 9633
/proc/meminfo: memFree=13182184/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=112868 CPUtime=25.48 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 36110 0 0 0 2543 5 0 0 25 0 1 0 487903296 115576832 23767 33554432000 4194304 4291949 140735048536032 18446744073709551615 4248367 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 28217 23767 252 24 0 24851 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 112868

[startup+51.1008 s]
/proc/loadavg: 2.96 2.94 3.38 5/194 9634
/proc/meminfo: memFree=12998552/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=193776 CPUtime=51.09 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 46451 0 0 0 5101 8 0 0 25 0 1 0 487903296 198426624 34099 33554432000 4194304 4291949 140735048536032 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 48444 34099 252 24 0 45078 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 193776

[startup+102.307 s]
/proc/loadavg: 3.66 3.13 3.42 5/194 9635
/proc/meminfo: memFree=12614684/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=275504 CPUtime=102.29 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 69048 0 0 0 10216 13 0 0 25 0 1 0 487903296 282116096 56678 33554432000 4194304 4291949 140735048536032 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 68876 56678 252 24 0 65510 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 275504

[startup+162.3 s]
/proc/loadavg: 3.95 3.31 3.46 5/194 9637
/proc/meminfo: memFree=12155616/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=407764 CPUtime=162.29 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 90220 0 0 0 16212 17 0 0 25 0 1 0 487903296 417550336 77833 33554432000 4194304 4291949 140735048536032 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 101941 77833 252 24 0 98575 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 407764

[startup+222.301 s]
/proc/loadavg: 4.11 3.46 3.50 5/194 9638
/proc/meminfo: memFree=11767472/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=622688 CPUtime=222.28 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 110730 0 0 0 22206 22 0 0 25 0 1 0 487903296 637632512 98325 33554432000 4194304 4291949 140735048536032 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 155672 98325 252 24 0 152306 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 622688

[startup+282.301 s]
/proc/loadavg: 4.07 3.57 3.53 5/194 9640
/proc/meminfo: memFree=11335816/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=623816 CPUtime=282.28 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 131410 0 0 0 28201 27 0 0 25 0 1 0 487903296 638787584 118980 33554432000 4194304 4291949 140735048536032 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 155954 118980 252 24 0 152588 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 623816

[startup+342.301 s]
/proc/loadavg: 4.07 3.66 3.56 5/194 9641
/proc/meminfo: memFree=10917408/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=625628 CPUtime=342.28 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 149841 0 0 0 34197 31 0 0 25 0 1 0 487903296 640643072 137391 33554432000 4194304 4291949 140735048536032 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 156407 137391 252 24 0 153041 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 625628

[startup+402.301 s]
/proc/loadavg: 4.02 3.72 3.59 5/194 9643
/proc/meminfo: memFree=10542780/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=627084 CPUtime=402.27 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 165061 0 0 0 40192 35 0 0 25 0 1 0 487903296 642134016 152597 33554432000 4194304 4291949 140735048536032 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 156771 152597 252 24 0 153405 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 627084

[startup+462.301 s]
/proc/loadavg: 4.01 3.77 3.61 5/194 9645
/proc/meminfo: memFree=10169028/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=977532 CPUtime=462.28 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 188412 0 0 0 46188 40 0 0 25 0 1 0 487903296 1000992768 175934 33554432000 4194304 4291949 140735048536032 18446744073709551615 4248246 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 244383 175934 252 24 0 241017 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 977532

[startup+522.301 s]
/proc/loadavg: 4.00 3.81 3.63 5/194 9646
/proc/meminfo: memFree=9790184/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=979920 CPUtime=522.27 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 204892 0 0 0 52184 43 0 0 25 0 1 0 487903296 1003438080 192402 33554432000 4194304 4291949 140735048536032 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 244980 192402 252 24 0 241614 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 979920

[startup+582.3 s]
/proc/loadavg: 4.00 3.84 3.65 5/194 9648
/proc/meminfo: memFree=9444196/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=980908 CPUtime=582.27 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 219055 0 0 0 58179 48 0 0 25 0 1 0 487903296 1004449792 206556 33554432000 4194304 4291949 140735048536032 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 245227 206556 252 24 0 241861 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 980908

[startup+642.3 s]
/proc/loadavg: 4.05 3.88 3.68 5/194 9649
/proc/meminfo: memFree=9121764/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=982164 CPUtime=642.28 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 234972 0 0 0 64176 52 0 0 25 0 1 0 487903296 1005735936 222449 33554432000 4194304 4291949 140735048536032 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 245541 222449 252 24 0 242175 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 982164

[startup+702.3 s]
/proc/loadavg: 4.02 3.90 3.69 5/194 9651
/proc/meminfo: memFree=8707096/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=983608 CPUtime=702.27 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 248892 0 0 0 70173 54 0 0 25 0 1 0 487903296 1007214592 236357 33554432000 4194304 4291949 140735048536032 18446744073709551615 4262993 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 245902 236357 252 24 0 242536 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 983608

[startup+762.307 s]
/proc/loadavg: 4.00 3.92 3.71 5/194 9653
/proc/meminfo: memFree=8299116/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=1552464 CPUtime=762.28 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 260925 0 0 0 76171 57 0 0 25 0 1 0 487903296 1589723136 248379 33554432000 4194304 4291949 140735048536032 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 388116 248379 252 24 0 384750 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 1552464

[startup+822.301 s]
/proc/loadavg: 4.00 3.93 3.73 5/194 9654
/proc/meminfo: memFree=7968264/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=1553896 CPUtime=822.27 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 273687 0 0 0 82167 60 0 0 25 0 1 0 487903296 1591189504 261135 33554432000 4194304 4291949 140735048536032 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 388474 261135 252 24 0 385108 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 1553896

[startup+882.301 s]
/proc/loadavg: 4.04 3.95 3.75 5/194 9656
/proc/meminfo: memFree=7684660/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=1555204 CPUtime=882.27 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 285588 0 0 0 88164 63 0 0 25 0 1 0 487903296 1592528896 273031 33554432000 4194304 4291949 140735048536032 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 388801 273031 252 24 0 385435 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 1555204

[startup+942.301 s]
/proc/loadavg: 4.10 3.99 3.77 5/194 9657
/proc/meminfo: memFree=7358636/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=1555996 CPUtime=942.27 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 296539 0 0 0 94160 67 0 0 25 0 1 0 487903296 1593339904 283973 33554432000 4194304 4291949 140735048536032 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 388999 283973 252 24 0 385633 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 1555996

[startup+1002.3 s]
/proc/loadavg: 4.08 4.00 3.79 5/194 9659
/proc/meminfo: memFree=8451440/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=1556976 CPUtime=1002.26 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 308874 0 0 0 100157 69 0 0 25 0 1 0 487903296 1594343424 296296 33554432000 4194304 4291949 140735048536032 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 389244 296296 252 24 0 385878 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 1556976

[startup+1062.3 s]
/proc/loadavg: 4.09 4.02 3.80 5/194 9661
/proc/meminfo: memFree=8102232/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=1558140 CPUtime=1062.26 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 320215 0 0 0 106154 72 0 0 25 0 1 0 487903296 1595535360 307624 33554432000 4194304 4291949 140735048536032 18446744073709551615 4262549 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 389535 307625 252 24 0 386169 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 1558140

[startup+1122.3 s]
/proc/loadavg: 4.11 4.03 3.82 5/194 9662
/proc/meminfo: memFree=7721528/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=1558968 CPUtime=1122.26 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 332123 0 0 0 112151 75 0 0 25 0 1 0 487903296 1596383232 319523 33554432000 4194304 4291949 140735048536032 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 389742 319523 252 24 0 386376 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 1558968

[startup+1182.3 s]
/proc/loadavg: 4.11 4.04 3.83 5/194 9664
/proc/meminfo: memFree=7404564/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=1560232 CPUtime=1182.26 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 343983 0 0 0 118146 80 0 0 25 0 1 0 487903296 1597677568 331371 33554432000 4194304 4291949 140735048536032 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 390058 331371 252 24 0 386692 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 1560232

[startup+1242.3 s]
/proc/loadavg: 4.11 4.04 3.84 5/194 9665
/proc/meminfo: memFree=7066528/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=1562260 CPUtime=1242.26 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 357413 0 0 0 124143 83 0 0 25 0 1 0 487903296 1599754240 344791 33554432000 4194304 4291949 140735048536032 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 390565 344791 252 24 0 387199 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 1562260



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.14 4.06 3.86 4/192 9668
/proc/meminfo: memFree=7510068/32951124 swapFree=67111528/67111528
[pid=9619] ppid=9617 vsize=1562636 CPUtime=1299.97 cores=0,2
/proc/9619/stat : 9619 (RestartSAT) R 9617 9619 8720 0 -1 4202496 366482 0 0 0 129911 86 0 0 25 0 1 0 487903296 1600139264 353851 33554432000 4194304 4291949 140735048536032 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/9619/statm: 390659 353851 252 24 0 387293 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 1562636

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.07
CPU time (s): 1300.04
CPU user time (s): 1299.11
CPU system time (s): 0.924859
CPU usage (%): 99.9975
Max. virtual memory (cumulated for all children) (KiB): 1562636

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

runsolver used 2.25366 second user time and 4.84926 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-25 22:24:14
IDJOB=3285280
IDBENCH=82378
IDSOLVER=1580
FILE ID=node135/3285280-1303763053
RUNJOBID= node135-1303763053-9589
PBS_JOBID= 13157148
Free space on /tmp= 71180 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285280-1303763053/watcher-3285280-1303763053 -o /tmp/evaluation-result-3285280-1303763053/solver-3285280-1303763053 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3285280-1303763053.cnf

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=1842834650

node135.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.851
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.70
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.851
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.83
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.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13733152 kB
Buffers:       2068512 kB
Cached:       16449436 kB
SwapCached:          0 kB
Active:        7658708 kB
Inactive:     10960652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13733152 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           78076 kB
Writeback:           0 kB
AnonPages:      100256 kB
Mapped:          14888 kB
Slab:           534592 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   255524 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71144 MiB
End job on node135 at 2011-04-25 22:45:56