Trace number 3285542

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
SApperloT 2011-03-23? (TO) 1300.08 1300.04

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark752.735
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

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-3285542-1303766770/watcher-3285542-1303766770 -o /tmp/evaluation-result-3285542-1303766770/solver-3285542-1303766770 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3285542-1303766770.cnf 

running on 2 cores: 4,6

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: 4.00 4.00 3.93 4/189 29686
/proc/meminfo: memFree=14537280/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=24544 CPUtime=0 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 3000 0 0 0 0 0 0 0 23 0 1 0 488275501 25133056 2940 33554432000 4194304 4465733 140734474990208 18446744073709551615 4286620 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 6136 2951 248 67 0 3259 0

[startup+0.0150491 s]
/proc/loadavg: 4.00 4.00 3.93 4/189 29686
/proc/meminfo: memFree=14537280/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=43008 CPUtime=0 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 5227 0 0 0 0 0 0 0 23 0 1 0 488275501 44040192 5167 33554432000 4194304 4465733 140734474990208 18446744073709551615 4298412 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 10752 5175 248 67 0 7875 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 43008

[startup+0.101056 s]
/proc/loadavg: 4.00 4.00 3.93 4/189 29686
/proc/meminfo: memFree=14537280/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=200540 CPUtime=0.09 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 14606 0 0 0 8 1 0 0 23 0 1 0 488275501 205352960 14513 33554432000 4194304 4465733 140734474990208 18446744073709551615 228122713856 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 50135 14513 251 67 0 47258 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 200540

[startup+0.301024 s]
/proc/loadavg: 4.00 4.00 3.93 4/189 29686
/proc/meminfo: memFree=14537280/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=200796 CPUtime=0.29 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 15867 0 0 0 28 1 0 0 25 0 1 0 488275501 205615104 15630 33554432000 4194304 4465733 140734474990208 18446744073709551615 4295790 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 50199 15631 251 67 0 47322 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 200796

[startup+0.700955 s]
/proc/loadavg: 4.00 4.00 3.93 4/189 29686
/proc/meminfo: memFree=14537280/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=200796 CPUtime=0.69 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 20630 0 0 0 66 3 0 0 25 0 1 0 488275501 205615104 19924 33554432000 4194304 4465733 140734474990208 18446744073709551615 228122713856 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 50199 19924 251 67 0 47322 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 200796

[startup+1.5008 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29687
/proc/meminfo: memFree=14439568/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=200796 CPUtime=1.49 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 30188 0 0 0 144 5 0 0 25 0 1 0 488275501 205615104 28540 33554432000 4194304 4465733 140734474990208 18446744073709551615 228122713856 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 50199 28541 251 67 0 47322 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 200796

[startup+3.1005 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29688
/proc/meminfo: memFree=14389720/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=287040 CPUtime=3.09 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 88090 0 0 0 294 15 0 0 25 0 1 0 488275501 293928960 43148 33554432000 4194304 4465733 140734474990208 18446744073709551615 4270455 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 71760 43148 256 67 0 68883 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 287040

[startup+6.30092 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29688
/proc/meminfo: memFree=14330720/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=290628 CPUtime=6.29 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 92168 0 0 0 613 16 0 0 25 0 1 0 488275501 297603072 45588 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255324 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 72657 45588 256 67 0 69780 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 290628

[startup+12.7008 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29688
/proc/meminfo: memFree=14302316/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=290628 CPUtime=12.69 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 97383 0 0 0 1253 16 0 0 25 0 1 0 488275501 297603072 48205 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255216 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 72657 48205 256 67 0 69780 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 290628

[startup+25.5004 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29688
/proc/meminfo: memFree=14209812/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=290628 CPUtime=25.49 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 106748 0 0 0 2532 17 0 0 25 0 1 0 488275501 297603072 52895 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255165 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 72657 52895 256 67 0 69780 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 290628

[startup+51.1008 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29717
/proc/meminfo: memFree=14317304/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=323712 CPUtime=51.09 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 141061 0 0 0 5089 20 0 0 25 0 1 0 488275501 331481088 61808 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255411 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 80928 61808 256 67 0 78051 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 323712

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29718
/proc/meminfo: memFree=14158356/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=373356 CPUtime=102.3 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 196548 0 0 0 10204 26 0 0 25 0 1 0 488275501 382316544 77195 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255275 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 93339 77195 256 67 0 90462 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 373356

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29720
/proc/meminfo: memFree=13971540/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=447792 CPUtime=162.3 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 269863 0 0 0 16195 35 0 0 25 0 1 0 488275501 458539008 95349 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255568 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 111948 95349 256 67 0 109071 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 447792

[startup+222.301 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 29721
/proc/meminfo: memFree=13827176/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=559496 CPUtime=222.3 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 362153 0 0 0 22186 44 0 0 25 0 1 0 488275501 572923904 113630 33554432000 4194304 4465733 140734474990208 18446744073709551615 4270831 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 139874 113630 256 67 0 136997 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 559496

[startup+282.301 s]
/proc/loadavg: 4.04 4.02 3.94 5/190 29723
/proc/meminfo: memFree=13641928/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=727016 CPUtime=282.3 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 477351 0 0 0 28175 55 0 0 25 0 1 0 488275501 744464384 129404 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255147 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 181754 129404 256 67 0 178877 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 727016

[startup+342.301 s]
/proc/loadavg: 4.01 4.02 3.94 5/190 29725
/proc/meminfo: memFree=13333064/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=727016 CPUtime=342.3 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 507425 0 0 0 34172 58 0 0 25 0 1 0 488275501 744464384 144554 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255324 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 181754 144554 256 67 0 178877 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 727016

[startup+402.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 29726
/proc/meminfo: memFree=13222244/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=727016 CPUtime=402.3 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 539107 0 0 0 40169 61 0 0 25 0 1 0 488275501 744464384 160484 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255350 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 181754 160484 256 67 0 178877 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 727016

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 29728
/proc/meminfo: memFree=13133604/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=980324 CPUtime=462.3 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 695888 0 0 0 46151 79 0 0 25 0 1 0 488275501 1003851776 175956 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255216 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 245081 175956 256 67 0 242204 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 980324

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 29729
/proc/meminfo: memFree=13127448/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=980324 CPUtime=522.31 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 714636 0 0 0 52150 81 0 0 25 0 1 0 488275501 1003851776 181089 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255385 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 245081 181089 256 67 0 242204 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 980324

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 29731
/proc/meminfo: memFree=13111536/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=980324 CPUtime=582.31 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 714646 0 0 0 58150 81 0 0 25 0 1 0 488275501 1003851776 181099 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255174 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 245081 181099 256 67 0 242204 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 980324

[startup+642.3 s]
/proc/loadavg: 4.08 4.02 3.94 5/190 29733
/proc/meminfo: memFree=13043064/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=980324 CPUtime=642.32 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 714649 0 0 0 64151 81 0 0 25 0 1 0 488275501 1003851776 181102 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255279 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 245081 181102 256 67 0 242204 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 980324

[startup+702.3 s]
/proc/loadavg: 4.03 4.01 3.94 5/190 29734
/proc/meminfo: memFree=13029272/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=992052 CPUtime=702.31 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 719030 0 0 0 70150 81 0 0 25 0 1 0 488275501 1015861248 184458 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255378 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 248013 184458 256 67 0 245136 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 992052

[startup+762.307 s]
/proc/loadavg: 4.06 4.02 3.95 5/190 29736
/proc/meminfo: memFree=12908592/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=990000 CPUtime=762.32 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 719193 0 0 0 76151 81 0 0 25 0 1 0 488275501 1013760000 184108 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255216 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 247500 184108 256 67 0 244623 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 990000

[startup+822.301 s]
/proc/loadavg: 4.07 4.03 3.95 5/190 29737
/proc/meminfo: memFree=12878564/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=990000 CPUtime=822.31 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 719193 0 0 0 82150 81 0 0 25 0 1 0 488275501 1013760000 184108 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255174 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 247500 184108 256 67 0 244623 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 990000

[startup+882.301 s]
/proc/loadavg: 4.02 4.02 3.95 5/190 29739
/proc/meminfo: memFree=12864668/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=990000 CPUtime=882.31 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 719193 0 0 0 88150 81 0 0 25 0 1 0 488275501 1013760000 184108 33554432000 4194304 4465733 140734474990208 18446744073709551615 4260389 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 247500 184108 256 67 0 244623 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 990000

[startup+942.3 s]
/proc/loadavg: 4.01 4.02 3.95 5/190 29741
/proc/meminfo: memFree=12861100/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=990000 CPUtime=942.31 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 719194 0 0 0 94150 81 0 0 25 0 1 0 488275501 1013760000 184109 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255279 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 247500 184109 256 67 0 244623 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 990000

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/190 29742
/proc/meminfo: memFree=13004720/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=1001308 CPUtime=1002.31 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 720139 0 0 0 100150 81 0 0 25 0 1 0 488275501 1025339392 185054 33554432000 4194304 4465733 140734474990208 18446744073709551615 4272432 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 250327 185054 256 67 0 247450 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1001308

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/190 29744
/proc/meminfo: memFree=13010948/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=1001308 CPUtime=1062.32 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 756617 0 0 0 106147 85 0 0 25 0 1 0 488275501 1025339392 200885 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 250327 200885 256 67 0 247450 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1001308

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 29745
/proc/meminfo: memFree=13009628/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=1001308 CPUtime=1122.32 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 756617 0 0 0 112147 85 0 0 25 0 1 0 488275501 1025339392 200885 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255324 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 250327 200885 256 67 0 247450 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1001308

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 29747
/proc/meminfo: memFree=13008480/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=1001308 CPUtime=1182.32 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 756686 0 0 0 118147 85 0 0 25 0 1 0 488275501 1025339392 200954 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255216 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 250327 200954 256 67 0 247450 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1001308

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.96 5/190 29749
/proc/meminfo: memFree=12926856/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=1001308 CPUtime=1242.32 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 756796 0 0 0 124147 85 0 0 25 0 1 0 488275501 1025339392 201064 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255216 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 250327 201064 256 67 0 247450 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1001308



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.78 3.96 3.94 3/179 29786
/proc/meminfo: memFree=14069328/32951124 swapFree=67111528/67111528
[pid=29686] ppid=29684 vsize=1001308 CPUtime=1300.04 cores=4,6
/proc/29686/stat : 29686 (SApperloT) R 29684 29686 29480 0 -1 4202496 756920 0 0 0 129918 86 0 0 25 0 1 0 488275501 1025339392 201188 33554432000 4194304 4465733 140734474990208 18446744073709551615 4255250 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29686/statm: 250327 201188 256 67 0 247450 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1001308

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.04
CPU time (s): 1300.08
CPU user time (s): 1299.18
CPU system time (s): 0.892864
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1482844

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

runsolver used 2.25966 second user time and 4.84326 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-25 23:26:15
IDJOB=3285542
IDBENCH=82388
IDSOLVER=1657
FILE ID=node138/3285542-1303766770
RUNJOBID= node138-1303765462-29499
PBS_JOBID= 13157154
Free space on /tmp= 71692 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285542-1303766770/watcher-3285542-1303766770 -o /tmp/evaluation-result-3285542-1303766770/solver-3285542-1303766770 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3285542-1303766770.cnf

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=719165517

node138.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.854
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.854
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.854
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.82
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.854
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.854
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.80
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.854
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.854
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.82
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14537312 kB
Buffers:       2065596 kB
Cached:       15304068 kB
SwapCached:          0 kB
Active:       10579500 kB
Inactive:      7271852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14537312 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          311216 kB
Writeback:           0 kB
AnonPages:      480940 kB
Mapped:          15536 kB
Slab:           497800 kB
PageTables:       6048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   773136 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= 71824 MiB
End job on node138 at 2011-04-25 23:47:57