Trace number 3285664

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.05 1300.01

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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-3285664-1303767034/watcher-3285664-1303767034 -o /tmp/evaluation-result-3285664-1303767034/solver-3285664-1303767034 -C 2400 -W 1300 -M 7680 picosat HOME/instance-3285664-1303767034.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: 2.80 5.93 8.59 3/181 7602
/proc/meminfo: memFree=17791340/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=9300 CPUtime=0 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 1955 0 0 0 0 0 0 0 20 0 1 0 488301289 9523200 1901 33554432000 134512640 134603332 4288465872 18446744073709551615 134545136 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 2325 1901 91 23 0 1951 0

[startup+0.016825 s]
/proc/loadavg: 2.80 5.93 8.59 3/181 7602
/proc/meminfo: memFree=17791340/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=10020 CPUtime=0.01 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 2103 0 0 0 1 0 0 0 20 0 1 0 488301289 10260480 2049 33554432000 134512640 134603332 4288465872 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 2505 2050 91 23 0 2131 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10020

[startup+0.100816 s]
/proc/loadavg: 2.80 5.93 8.59 3/181 7602
/proc/meminfo: memFree=17791340/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=18176 CPUtime=0.09 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 3963 0 0 0 8 1 0 0 20 0 1 0 488301289 18612224 3909 33554432000 134512640 134603332 4288465872 18446744073709551615 7890428 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 4544 3910 91 23 0 4170 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18176

[startup+0.300818 s]
/proc/loadavg: 2.80 5.93 8.59 3/181 7602
/proc/meminfo: memFree=17791340/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=30780 CPUtime=0.29 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 6902 0 0 0 28 1 0 0 21 0 1 0 488301289 31518720 6848 33554432000 134512640 134603332 4288465872 18446744073709551615 134544042 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 7695 6848 98 23 0 7321 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30780

[startup+0.700683 s]
/proc/loadavg: 2.80 5.93 8.59 3/181 7602
/proc/meminfo: memFree=17791340/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=31296 CPUtime=0.68 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 7027 0 0 0 67 1 0 0 22 0 1 0 488301289 32047104 6973 33554432000 134512640 134603332 4288465872 18446744073709551615 134550655 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 7824 6973 98 23 0 7450 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31296

[startup+1.50058 s]
/proc/loadavg: 2.80 5.93 8.59 5/185 7609
/proc/meminfo: memFree=17640116/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=31964 CPUtime=1.49 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 7189 0 0 0 147 2 0 0 25 0 1 0 488301289 32731136 7135 33554432000 134512640 134603332 4288465872 18446744073709551615 134550630 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 7991 7135 98 23 0 7617 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31964

[startup+3.10028 s]
/proc/loadavg: 2.80 5.93 8.59 5/191 7621
/proc/meminfo: memFree=17408188/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=33340 CPUtime=3.09 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 7518 0 0 0 307 2 0 0 25 0 1 0 488301289 34140160 7464 33554432000 134512640 134603332 4288465872 18446744073709551615 134563954 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 8335 7464 98 23 0 7961 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33340

[startup+6.3007 s]
/proc/loadavg: 3.22 5.97 8.58 5/189 7621
/proc/meminfo: memFree=17262952/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=36140 CPUtime=6.29 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 8238 0 0 0 627 2 0 0 25 0 1 0 488301289 37007360 8183 33554432000 134512640 134603332 4288465872 18446744073709551615 134563934 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 9035 8183 98 23 0 8661 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36140

[startup+12.7005 s]
/proc/loadavg: 3.36 5.95 8.57 5/194 7628
/proc/meminfo: memFree=16881872/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=42876 CPUtime=12.69 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 9897 0 0 0 1267 2 0 0 25 0 1 0 488301289 43905024 9842 33554432000 134512640 134603332 4288465872 18446744073709551615 134563954 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 10719 9842 98 23 0 10345 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42876

[startup+25.5002 s]
/proc/loadavg: 3.50 5.85 8.49 5/194 7628
/proc/meminfo: memFree=16873460/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=45152 CPUtime=25.49 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 10496 0 0 0 2547 2 0 0 25 0 1 0 488301289 46235648 10441 33554432000 134512640 134603332 4288465872 18446744073709551615 134563965 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 11288 10441 98 23 0 10914 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45152

[startup+51.1006 s]
/proc/loadavg: 3.67 5.70 8.37 5/194 7629
/proc/meminfo: memFree=16822188/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=55000 CPUtime=51.1 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 12933 0 0 0 5106 4 0 0 25 0 1 0 488301289 56320000 12875 33554432000 134512640 134603332 4288465872 18446744073709551615 134564398 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 13750 12875 98 23 0 13376 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 55000

[startup+102.3 s]
/proc/loadavg: 3.85 5.44 8.14 5/194 7630
/proc/meminfo: memFree=16749736/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=62768 CPUtime=102.3 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 14874 0 0 0 10226 4 0 0 25 0 1 0 488301289 64274432 14815 33554432000 134512640 134603332 4288465872 18446744073709551615 134564288 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 15692 14815 98 23 0 15318 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 62768

[startup+162.3 s]
/proc/loadavg: 3.94 5.17 7.88 5/194 7632
/proc/meminfo: memFree=16654856/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=74516 CPUtime=162.3 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 17938 0 0 0 16225 5 0 0 25 0 1 0 488301289 76304384 17767 33554432000 134512640 134603332 4288465872 18446744073709551615 134563954 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 18629 17767 98 23 0 18255 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 74516

[startup+222.3 s]
/proc/loadavg: 4.07 4.99 7.64 5/194 7633
/proc/meminfo: memFree=16569148/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=74504 CPUtime=222.29 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 17940 0 0 0 22224 5 0 0 25 0 1 0 488301289 76292096 17766 33554432000 134512640 134603332 4288465872 18446744073709551615 134563917 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 18626 17766 98 23 0 18252 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 74504

[startup+282.301 s]
/proc/loadavg: 4.02 4.81 7.41 5/194 7635
/proc/meminfo: memFree=16463596/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=74512 CPUtime=282.3 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 17959 0 0 0 28225 5 0 0 25 0 1 0 488301289 76300288 17754 33554432000 134512640 134603332 4288465872 18446744073709551615 134564352 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 18628 17754 98 23 0 18254 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 74512

[startup+342.301 s]
/proc/loadavg: 4.05 4.67 7.20 5/194 7636
/proc/meminfo: memFree=16350364/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=79392 CPUtime=342.3 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 19168 0 0 0 34224 6 0 0 25 0 1 0 488301289 81297408 18962 33554432000 134512640 134603332 4288465872 18446744073709551615 134564392 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 19848 18962 98 23 0 19474 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 79392

[startup+402.301 s]
/proc/loadavg: 4.06 4.56 7.00 5/194 7638
/proc/meminfo: memFree=16209732/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=79392 CPUtime=402.31 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 19172 0 0 0 40225 6 0 0 25 0 1 0 488301289 81297408 18966 33554432000 134512640 134603332 4288465872 18446744073709551615 134563878 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 19848 18966 98 23 0 19474 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 79392

[startup+462.301 s]
/proc/loadavg: 4.02 4.45 6.81 5/194 7640
/proc/meminfo: memFree=16085092/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=87204 CPUtime=462.31 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 21129 0 0 0 46225 6 0 0 25 0 1 0 488301289 89296896 20922 33554432000 134512640 134603332 4288465872 18446744073709551615 134563917 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 21801 20922 98 23 0 21427 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 87204

[startup+522.301 s]
/proc/loadavg: 4.01 4.37 6.63 5/194 7641
/proc/meminfo: memFree=15954004/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=89212 CPUtime=522.31 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 21656 0 0 0 52224 7 0 0 25 0 1 0 488301289 91353088 21449 33554432000 134512640 134603332 4288465872 18446744073709551615 134564280 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 22303 21449 98 23 0 21929 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 89212

[startup+582.307 s]
/proc/loadavg: 4.07 4.32 6.47 5/194 7643
/proc/meminfo: memFree=15818200/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=96560 CPUtime=582.31 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 23491 0 0 0 58224 7 0 0 25 0 1 0 488301289 98877440 23283 33554432000 134512640 134603332 4288465872 18446744073709551615 134563962 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 24140 23283 98 23 0 23766 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 96560

[startup+642.301 s]
/proc/loadavg: 4.11 4.29 6.32 5/194 7644
/proc/meminfo: memFree=15716988/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=96560 CPUtime=642.31 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 23491 0 0 0 64224 7 0 0 25 0 1 0 488301289 98877440 23283 33554432000 134512640 134603332 4288465872 18446744073709551615 134563951 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 24140 23283 98 23 0 23766 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 96560

[startup+702.3 s]
/proc/loadavg: 4.04 4.23 6.17 5/194 7646
/proc/meminfo: memFree=15588376/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=96560 CPUtime=702.31 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 23492 0 0 0 70224 7 0 0 25 0 1 0 488301289 98877440 23284 33554432000 134512640 134603332 4288465872 18446744073709551615 134563917 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 24140 23284 98 23 0 23766 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 96560

[startup+762.3 s]
/proc/loadavg: 4.10 4.22 6.05 5/194 7648
/proc/meminfo: memFree=15489032/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=96560 CPUtime=762.31 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 23494 0 0 0 76224 7 0 0 25 0 1 0 488301289 98877440 23286 33554432000 134512640 134603332 4288465872 18446744073709551615 134564288 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 24140 23286 98 23 0 23766 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 96560

[startup+822.3 s]
/proc/loadavg: 4.04 4.17 5.91 5/194 7649
/proc/meminfo: memFree=15402208/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=96560 CPUtime=822.32 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 23494 0 0 0 82224 8 0 0 25 0 1 0 488301289 98877440 23286 33554432000 134512640 134603332 4288465872 18446744073709551615 134563975 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 24140 23286 98 23 0 23766 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 96560

[startup+882.3 s]
/proc/loadavg: 4.12 4.18 5.81 5/194 7651
/proc/meminfo: memFree=15328036/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=96560 CPUtime=882.32 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 23494 0 0 0 88224 8 0 0 25 0 1 0 488301289 98877440 23286 33554432000 134512640 134603332 4288465872 18446744073709551615 134564288 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 24140 23286 98 23 0 23766 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 96560

[startup+942.301 s]
/proc/loadavg: 4.04 4.15 5.69 5/194 7652
/proc/meminfo: memFree=15240100/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=96560 CPUtime=942.32 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 23494 0 0 0 94224 8 0 0 25 0 1 0 488301289 98877440 23286 33554432000 134512640 134603332 4288465872 18446744073709551615 134564280 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 24140 23286 98 23 0 23766 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 96560

[startup+1002.3 s]
/proc/loadavg: 4.09 4.14 5.59 5/194 7654
/proc/meminfo: memFree=15171388/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=98584 CPUtime=1002.32 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 23975 0 0 0 100224 8 0 0 25 0 1 0 488301289 100950016 23767 33554432000 134512640 134603332 4288465872 18446744073709551615 134564409 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 24646 23767 98 23 0 24272 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 98584

[startup+1062.3 s]
/proc/loadavg: 4.03 4.12 5.49 5/194 7656
/proc/meminfo: memFree=15097592/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=98584 CPUtime=1062.32 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 23975 0 0 0 106224 8 0 0 25 0 1 0 488301289 100950016 23767 33554432000 134512640 134603332 4288465872 18446744073709551615 134564288 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 24646 23767 98 23 0 24272 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 98584

[startup+1122.3 s]
/proc/loadavg: 4.01 4.09 5.39 5/194 7657
/proc/meminfo: memFree=15026512/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=116152 CPUtime=1122.33 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 28395 0 0 0 112224 9 0 0 25 0 1 0 488301289 118939648 28183 33554432000 134512640 134603332 4288465872 18446744073709551615 134563951 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 29038 28183 98 23 0 28664 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 116152

[startup+1182.3 s]
/proc/loadavg: 4.06 4.09 5.31 5/194 7659
/proc/meminfo: memFree=14989788/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=132316 CPUtime=1182.32 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 32430 0 0 0 118222 10 0 0 25 0 1 0 488301289 135491584 32215 33554432000 134512640 134603332 4288465872 18446744073709551615 134563975 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 33079 32215 98 23 0 32705 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 132316

[startup+1242.31 s]
/proc/loadavg: 4.02 4.07 5.22 5/194 7660
/proc/meminfo: memFree=14975136/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=132316 CPUtime=1242.33 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 32430 0 0 0 124223 10 0 0 25 0 1 0 488301289 135491584 32215 33554432000 134512640 134603332 4288465872 18446744073709551615 134563940 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 33079 32215 98 23 0 32705 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 132316



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.05 5.15 5/194 7662
/proc/meminfo: memFree=14945980/32951124 swapFree=67111528/67111528
[pid=7602] ppid=7598 vsize=132208 CPUtime=1300.03 cores=0,2
/proc/7602/stat : 7602 (picosat) R 7598 7602 5962 0 -1 4202496 32430 0 0 0 129993 10 0 0 25 0 1 0 488301289 135380992 32204 33554432000 134512640 134603332 4288465872 18446744073709551615 134563973 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7602/statm: 33052 32204 98 23 0 32678 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 132208

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.94
CPU system time (s): 0.115982
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 132316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.94
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32430
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= 6
involuntary context switches= 2494

runsolver used 2.24366 second user time and 4.85626 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-25 23:30:34
IDJOB=3285664
IDBENCH=82392
IDSOLVER=1604
FILE ID=node133/3285664-1303767034
RUNJOBID= node133-1303767032-7584
PBS_JOBID= 13157125
Free space on /tmp= 71568 MiB

SOLVER NAME= PicoSAT 941
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
COMMAND LINE= picosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285664-1303767034/watcher-3285664-1303767034 -o /tmp/evaluation-result-3285664-1303767034/solver-3285664-1303767034 -C 2400 -W 1300 -M 7680  picosat HOME/instance-3285664-1303767034.cnf

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=749126437

node133.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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.834
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:      17792256 kB
Buffers:       2172576 kB
Cached:       12356560 kB
SwapCached:          0 kB
Active:        8470568 kB
Inactive:      6126336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17792256 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           24132 kB
Writeback:           0 kB
AnonPages:       66712 kB
Mapped:          14440 kB
Slab:           497188 kB
PageTables:       4916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192312 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= 71308 MiB
End job on node133 at 2011-04-25 23:52:16