Trace number 3285526

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
PicoSAT 941? (TO) 1300.11 1300.07

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-3285526-1303766127/watcher-3285526-1303766127 -o /tmp/evaluation-result-3285526-1303766127/solver-3285526-1303766127 -C 2400 -W 1300 -M 7680 picosat HOME/instance-3285526-1303766127.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.77 3.95 3.91 4/189 11537
/proc/meminfo: memFree=11999540/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=79188 CPUtime=0 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 1739 0 0 0 0 0 0 0 20 0 1 0 488213758 81088512 1685 33554432000 134512640 134603332 4291099632 18446744073709551615 134557365 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 19797 1691 89 23 0 19423 0

[startup+0.040684 s]
/proc/loadavg: 3.77 3.95 3.91 4/189 11537
/proc/meminfo: memFree=11999540/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=82772 CPUtime=0.03 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 12192 0 0 0 2 1 0 0 20 0 1 0 488213758 84758528 12138 33554432000 134512640 134603332 4291099632 18446744073709551615 134557477 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 20693 12151 89 23 0 20319 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 82772

[startup+0.100673 s]
/proc/loadavg: 3.77 3.95 3.91 4/189 11537
/proc/meminfo: memFree=11999540/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=89312 CPUtime=0.09 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 21409 0 0 0 7 2 0 0 20 0 1 0 488213758 91455488 21355 33554432000 134512640 134603332 4291099632 18446744073709551615 134561000 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 22328 21356 91 23 0 21954 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 89312

[startup+0.300635 s]
/proc/loadavg: 3.77 3.95 3.91 4/189 11537
/proc/meminfo: memFree=11999540/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=103844 CPUtime=0.28 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 24962 0 0 0 25 3 0 0 21 0 1 0 488213758 106336256 24908 33554432000 134512640 134603332 4291099632 18446744073709551615 5215740 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 25961 24908 91 23 0 25587 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 103844

[startup+0.700566 s]
/proc/loadavg: 3.77 3.95 3.91 4/189 11537
/proc/meminfo: memFree=11999540/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=144108 CPUtime=0.69 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 35078 0 0 0 64 5 0 0 22 0 1 0 488213758 147566592 35024 33554432000 134512640 134603332 4291099632 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 36027 35025 91 23 0 35653 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 144108

[startup+1.50042 s]
/proc/loadavg: 3.77 3.95 3.91 5/190 11538
/proc/meminfo: memFree=11825064/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=243660 CPUtime=1.48 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 56064 0 0 0 139 9 0 0 25 0 1 0 488213758 249507840 56010 33554432000 134512640 134603332 4291099632 18446744073709551615 5215740 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 60915 56011 91 23 0 60541 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 243660

[startup+3.10113 s]
/proc/loadavg: 3.79 3.95 3.91 5/190 11538
/proc/meminfo: memFree=11714952/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=412520 CPUtime=3.09 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 94190 0 0 0 291 18 0 0 25 0 1 0 488213758 422420480 94136 33554432000 134512640 134603332 4291099632 18446744073709551615 134544138 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 103130 94136 98 23 0 102756 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 412520

[startup+6.30054 s]
/proc/loadavg: 3.79 3.95 3.91 5/190 11538
/proc/meminfo: memFree=11618272/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=412520 CPUtime=6.29 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 94190 0 0 0 611 18 0 0 25 0 1 0 488213758 422420480 94136 33554432000 134512640 134603332 4291099632 18446744073709551615 134544000 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 103130 94136 98 23 0 102756 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 412520

[startup+12.7004 s]
/proc/loadavg: 3.82 3.95 3.91 5/190 11538
/proc/meminfo: memFree=11604404/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=420200 CPUtime=12.69 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 95548 0 0 0 1251 18 0 0 25 0 1 0 488213758 430284800 95494 33554432000 134512640 134603332 4291099632 18446744073709551615 134563962 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 105050 95494 98 23 0 104676 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 420200

[startup+25.501 s]
/proc/loadavg: 3.85 3.95 3.91 6/190 11538
/proc/meminfo: memFree=11582080/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=427792 CPUtime=25.5 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 97438 0 0 0 2531 19 0 0 25 0 1 0 488213758 438059008 97382 33554432000 134512640 134603332 4291099632 18446744073709551615 134563932 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 106948 97382 98 23 0 106574 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 427792

[startup+51.1004 s]
/proc/loadavg: 3.90 3.95 3.91 5/190 11539
/proc/meminfo: memFree=11530344/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=447056 CPUtime=51.09 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 102177 0 0 0 5089 20 0 0 25 0 1 0 488213758 457785344 102117 33554432000 134512640 134603332 4291099632 18446744073709551615 134550655 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 111764 102117 98 23 0 111390 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 447056

[startup+102.307 s]
/proc/loadavg: 4.03 3.97 3.91 5/190 11540
/proc/meminfo: memFree=11414684/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=491132 CPUtime=102.3 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 113203 0 0 0 10207 23 0 0 25 0 1 0 488213758 502919168 113137 33554432000 134512640 134603332 4291099632 18446744073709551615 134563405 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 122783 113137 98 23 0 122409 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 491132

[startup+162.301 s]
/proc/loadavg: 4.01 3.97 3.91 5/190 11542
/proc/meminfo: memFree=11296644/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=541680 CPUtime=162.3 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 125779 0 0 0 16204 26 0 0 25 0 1 0 488213758 554680320 125705 33554432000 134512640 134603332 4291099632 18446744073709551615 134556265 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 135420 125705 98 23 0 135046 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 541680

[startup+222.301 s]
/proc/loadavg: 4.07 3.99 3.92 5/190 11544
/proc/meminfo: memFree=11191228/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=579992 CPUtime=222.3 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 135393 0 0 0 22202 28 0 0 25 0 1 0 488213758 593911808 135313 33554432000 134512640 134603332 4291099632 18446744073709551615 134564280 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 144998 135313 98 23 0 144624 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 579992

[startup+282.301 s]
/proc/loadavg: 4.03 3.99 3.92 5/190 11545
/proc/meminfo: memFree=11091768/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=614192 CPUtime=282.3 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 143846 0 0 0 28200 30 0 0 25 0 1 0 488213758 628932608 143758 33554432000 134512640 134603332 4291099632 18446744073709551615 134563917 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 153548 143758 98 23 0 153174 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 614192

[startup+342.301 s]
/proc/loadavg: 4.01 3.99 3.92 5/190 11547
/proc/meminfo: memFree=10978156/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=675876 CPUtime=342.3 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 159268 0 0 0 34197 33 0 0 25 0 1 0 488213758 692097024 159169 33554432000 134512640 134603332 4291099632 18446744073709551615 134563932 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 168969 159169 98 23 0 168595 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 675876

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 11548
/proc/meminfo: memFree=10888128/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=715604 CPUtime=402.3 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 169209 0 0 0 40195 35 0 0 25 0 1 0 488213758 732778496 169103 33554432000 134512640 134603332 4291099632 18446744073709551615 134564386 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 178901 169103 98 23 0 178527 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 715604

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 11550
/proc/meminfo: memFree=10783200/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=786104 CPUtime=462.31 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 186868 0 0 0 46193 38 0 0 25 0 1 0 488213758 804970496 186754 33554432000 134512640 134603332 4291099632 18446744073709551615 134550666 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 196526 186754 98 23 0 196152 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 786104

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 11551
/proc/meminfo: memFree=10732464/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=837332 CPUtime=522.3 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 199698 0 0 0 52189 41 0 0 25 0 1 0 488213758 857427968 199577 33554432000 134512640 134603332 4291099632 18446744073709551615 134527184 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 209333 199577 98 23 0 208959 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 837332

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 11553
/proc/meminfo: memFree=10686196/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=883092 CPUtime=582.3 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 211125 0 0 0 58187 43 0 0 25 0 1 0 488213758 904286208 210999 33554432000 134512640 134603332 4291099632 18446744073709551615 134528947 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 220773 210999 98 23 0 220399 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 883092

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 11555
/proc/meminfo: memFree=10644516/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=923840 CPUtime=642.32 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 221309 0 0 0 64186 46 0 0 25 0 1 0 488213758 946012160 221181 33554432000 134512640 134603332 4291099632 18446744073709551615 134563885 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 230960 221181 98 23 0 230586 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 923840

[startup+702.3 s]
/proc/loadavg: 4.03 4.00 3.93 5/190 11556
/proc/meminfo: memFree=10584972/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=978656 CPUtime=702.31 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 235025 0 0 0 70183 48 0 0 25 0 1 0 488213758 1002143744 234892 33554432000 134512640 134603332 4291099632 18446744073709551615 134563940 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 244664 234892 98 23 0 244290 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 978656

[startup+762.306 s]
/proc/loadavg: 4.06 4.01 3.93 5/190 11558
/proc/meminfo: memFree=10521844/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=1028500 CPUtime=762.31 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 247510 0 0 0 76180 51 0 0 25 0 1 0 488213758 1053184000 247371 33554432000 134512640 134603332 4291099632 18446744073709551615 134550655 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 257125 247371 98 23 0 256751 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1028500

[startup+822.3 s]
/proc/loadavg: 4.06 4.02 3.94 5/190 11559
/proc/meminfo: memFree=10464536/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=1086672 CPUtime=822.31 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 262082 0 0 0 82177 54 0 0 25 0 1 0 488213758 1112752128 261934 33554432000 134512640 134603332 4291099632 18446744073709551615 134563917 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 271668 261934 98 23 0 271294 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1086672

[startup+882.301 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 11561
/proc/meminfo: memFree=10408220/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=1141940 CPUtime=882.32 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 275907 0 0 0 88175 57 0 0 25 0 1 0 488213758 1169346560 275751 33554432000 134512640 134603332 4291099632 18446744073709551615 134563934 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 285485 275751 98 23 0 285111 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1141940

[startup+942.301 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 11563
/proc/meminfo: memFree=10366040/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=1176928 CPUtime=942.32 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 284673 0 0 0 94174 58 0 0 25 0 1 0 488213758 1205174272 284513 33554432000 134512640 134603332 4291099632 18446744073709551615 5215740 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 294232 284513 98 23 0 293858 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1176928

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 11564
/proc/meminfo: memFree=10305392/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=1225740 CPUtime=1002.32 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 296879 0 0 0 100171 61 0 0 25 0 1 0 488213758 1255157760 296712 33554432000 134512640 134603332 4291099632 18446744073709551615 134550655 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 306435 296712 98 23 0 306061 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1225740

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 11566
/proc/meminfo: memFree=10246720/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=1265700 CPUtime=1062.32 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 306857 0 0 0 106170 62 0 0 25 0 1 0 488213758 1296076800 306689 33554432000 134512640 134603332 4291099632 18446744073709551615 134528947 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 316425 306689 98 23 0 316051 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1265700

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 11568
/proc/meminfo: memFree=10176508/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=1319664 CPUtime=1122.33 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 320360 0 0 0 112168 65 0 0 25 0 1 0 488213758 1351335936 320187 33554432000 134512640 134603332 4291099632 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 329916 320187 98 23 0 329542 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1319664

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 11569
/proc/meminfo: memFree=10119700/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=1373360 CPUtime=1182.33 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 333821 0 0 0 118165 68 0 0 25 0 1 0 488213758 1406320640 333642 33554432000 134512640 134603332 4291099632 18446744073709551615 134525408 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 343340 333642 98 23 0 342966 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1373360

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 11571
/proc/meminfo: memFree=10041936/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=1435544 CPUtime=1242.33 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 349371 0 0 0 124162 71 0 0 25 0 1 0 488213758 1469997056 349188 33554432000 134512640 134603332 4291099632 18446744073709551615 134587969 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 358886 349188 98 23 0 358512 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1435544



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.91 3.98 3.93 2/175 11626
/proc/meminfo: memFree=10885196/32951124 swapFree=67111528/67111528
[pid=11537] ppid=11535 vsize=1492992 CPUtime=1300.03 cores=5,7
/proc/11537/stat : 11537 (picosat) R 11535 11537 10591 0 -1 4202496 363736 0 0 0 129929 74 0 0 25 0 1 0 488213758 1528823808 363548 33554432000 134512640 134603332 4291099632 18446744073709551615 134565592 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11537/statm: 373248 363548 98 23 0 372874 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1492992

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.11
CPU user time (s): 1299.3
CPU system time (s): 0.809876
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1492992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.3
system time used= 0.809876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363736
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= 3
involuntary context switches= 711

runsolver used 2.05769 second user time and 5.04423 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-25 23:15:33
IDJOB=3285526
IDBENCH=82388
IDSOLVER=1604
FILE ID=node104/3285526-1303766127
RUNJOBID= node104-1303766127-11497
PBS_JOBID= 13157145
Free space on /tmp= 70864 MiB

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

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=39490088

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11999820 kB
Buffers:       2286132 kB
Cached:       17777976 kB
SwapCached:          0 kB
Active:       11470840 kB
Inactive:      8889132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11999820 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          274040 kB
Writeback:           0 kB
AnonPages:      294928 kB
Mapped:          15660 kB
Slab:           527088 kB
PageTables:       5628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   486504 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= 70964 MiB
End job on node104 at 2011-04-25 23:37:15