Trace number 3284790

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1119.56
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

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-3284790-1303762427/watcher-3284790-1303762427 -o /tmp/evaluation-result-3284790-1303762427/solver-3284790-1303762427 -C 2400 -W 1300 -M 7680 picosat HOME/instance-3284790-1303762427.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: 2.23 3.05 3.53 4/189 8388
/proc/meminfo: memFree=17744160/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=9760 CPUtime=0 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 1865 0 0 0 0 0 0 0 23 0 1 0 487841358 9994240 1811 33554432000 134512640 134603332 4291050192 18446744073709551615 134557477 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 2440 1819 89 23 0 2066 0

[startup+0.101817 s]
/proc/loadavg: 2.23 3.05 3.53 4/189 8388
/proc/meminfo: memFree=17744160/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=17408 CPUtime=0.09 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 3900 0 0 0 9 0 0 0 23 0 1 0 487841358 17825792 3846 33554432000 134512640 134603332 4291050192 18446744073709551615 134546939 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 4352 3846 91 23 0 3978 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17408

[startup+0.200795 s]
/proc/loadavg: 2.23 3.05 3.53 4/189 8388
/proc/meminfo: memFree=17744160/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=29884 CPUtime=0.19 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 6816 0 0 0 18 1 0 0 24 0 1 0 487841358 30601216 6762 33554432000 134512640 134603332 4291050192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 7471 6763 91 23 0 7097 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 29884

[startup+0.300784 s]
/proc/loadavg: 2.23 3.05 3.53 4/189 8388
/proc/meminfo: memFree=17744160/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=44672 CPUtime=0.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 9828 0 0 0 28 1 0 0 25 0 1 0 487841358 45744128 9774 33554432000 134512640 134603332 4291050192 18446744073709551615 11990524 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 11168 9775 91 23 0 10794 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44672

[startup+0.700712 s]
/proc/loadavg: 2.23 3.05 3.53 4/189 8388
/proc/meminfo: memFree=17744160/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=93256 CPUtime=0.69 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 21154 0 0 0 65 4 0 0 25 0 1 0 487841358 95494144 21100 33554432000 134512640 134603332 4291050192 18446744073709551615 11990524 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 23314 21101 91 23 0 22940 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93256

[startup+1.50058 s]
/proc/loadavg: 2.37 3.07 3.53 5/190 8389
/proc/meminfo: memFree=17653516/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=97976 CPUtime=1.49 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 22337 0 0 0 145 4 0 0 25 0 1 0 487841358 100327424 22283 33554432000 134512640 134603332 4291050192 18446744073709551615 134563962 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 24494 22283 98 23 0 24120 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97976

[startup+3.10028 s]
/proc/loadavg: 2.37 3.07 3.53 5/190 8390
/proc/meminfo: memFree=17650540/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=97976 CPUtime=3.09 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 22338 0 0 0 305 4 0 0 25 0 1 0 487841358 100327424 22284 33554432000 134512640 134603332 4291050192 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 24494 22284 98 23 0 24120 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97976

[startup+6.30077 s]
/proc/loadavg: 2.50 3.08 3.54 5/190 8390
/proc/meminfo: memFree=17645084/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=98108 CPUtime=6.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 22362 0 0 0 625 4 0 0 25 0 1 0 487841358 100462592 22308 33554432000 134512640 134603332 4291050192 18446744073709551615 134563934 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 24527 22308 98 23 0 24153 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98108

[startup+12.7007 s]
/proc/loadavg: 2.62 3.10 3.54 5/190 8390
/proc/meminfo: memFree=17634556/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=98236 CPUtime=12.69 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 22390 0 0 0 1265 4 0 0 25 0 1 0 487841358 100593664 22336 33554432000 134512640 134603332 4291050192 18446744073709551615 134550655 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 24559 22336 98 23 0 24185 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98236

[startup+25.5006 s]
/proc/loadavg: 2.93 3.14 3.55 5/190 8390
/proc/meminfo: memFree=17603744/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=108268 CPUtime=25.49 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 24873 0 0 0 2545 4 0 0 25 0 1 0 487841358 110866432 24816 33554432000 134512640 134603332 4291050192 18446744073709551615 134587747 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 27067 24816 98 23 0 26693 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 108268

[startup+51.1013 s]
/proc/loadavg: 3.43 3.24 3.57 5/190 8418
/proc/meminfo: memFree=17065376/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=133328 CPUtime=51.09 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 31078 0 0 0 5103 6 0 0 25 0 1 0 487841358 136527872 31018 33554432000 134512640 134603332 4291050192 18446744073709551615 134563962 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 33332 31018 98 23 0 32958 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 133328

[startup+102.301 s]
/proc/loadavg: 3.75 3.35 3.59 5/190 8419
/proc/meminfo: memFree=17018532/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=169120 CPUtime=102.3 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 40051 0 0 0 10221 9 0 0 25 0 1 0 487841358 173178880 39989 33554432000 134512640 134603332 4291050192 18446744073709551615 134565509 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 42280 39989 98 23 0 41906 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 169120

[startup+162.301 s]
/proc/loadavg: 3.94 3.48 3.62 5/190 8421
/proc/meminfo: memFree=16959660/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=218736 CPUtime=162.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 52468 0 0 0 16217 12 0 0 25 0 1 0 487841358 223985664 52401 33554432000 134512640 134603332 4291050192 18446744073709551615 134564377 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 54684 52401 98 23 0 54310 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 218736

[startup+222.308 s]
/proc/loadavg: 3.98 3.57 3.64 5/190 8449
/proc/meminfo: memFree=17294932/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=266684 CPUtime=222.3 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 64454 0 0 0 22215 15 0 0 25 0 1 0 487841358 273084416 64379 33554432000 134512640 134603332 4291050192 18446744073709551615 134550948 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 66671 64379 98 23 0 66297 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 266684

[startup+282.3 s]
/proc/loadavg: 3.99 3.65 3.66 5/190 8451
/proc/meminfo: memFree=17191468/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=313124 CPUtime=282.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 76082 0 0 0 28211 18 0 0 25 0 1 0 487841358 320638976 76003 33554432000 134512640 134603332 4291050192 18446744073709551615 134564503 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 78281 76003 98 23 0 77907 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 313124

[startup+342.3 s]
/proc/loadavg: 4.06 3.73 3.68 5/190 8479
/proc/meminfo: memFree=16885648/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=366464 CPUtime=342.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 89321 0 0 0 34208 21 0 0 25 0 1 0 487841358 375259136 89235 33554432000 134512640 134603332 4291050192 18446744073709551615 134525140 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 91616 89235 98 23 0 91242 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 366464

[startup+402.3 s]
/proc/loadavg: 4.02 3.77 3.70 5/190 8481
/proc/meminfo: memFree=16716472/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=417488 CPUtime=402.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 102079 0 0 0 40206 23 0 0 25 0 1 0 487841358 427507712 101984 33554432000 134512640 134603332 4291050192 18446744073709551615 134569896 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 104372 101984 98 23 0 103998 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 417488

[startup+462.3 s]
/proc/loadavg: 4.01 3.81 3.71 5/190 8483
/proc/meminfo: memFree=16547108/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=472416 CPUtime=462.3 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 115831 0 0 0 46202 28 0 0 25 0 1 0 487841358 483753984 115731 33554432000 134512640 134603332 4291050192 18446744073709551615 134564280 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 118104 115731 98 23 0 117730 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 472416

[startup+522.301 s]
/proc/loadavg: 4.00 3.84 3.73 5/190 8484
/proc/meminfo: memFree=16387308/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=525072 CPUtime=522.3 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 128964 0 0 0 52199 31 0 0 25 0 1 0 487841358 537673728 128855 33554432000 134512640 134603332 4291050192 18446744073709551615 134563917 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 131268 128855 98 23 0 130894 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 525072

[startup+582.301 s]
/proc/loadavg: 4.00 3.87 3.74 5/190 8486
/proc/meminfo: memFree=16213120/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=579404 CPUtime=582.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 142585 0 0 0 58196 33 0 0 25 0 1 0 487841358 593309696 142466 33554432000 134512640 134603332 4291050192 18446744073709551615 134555860 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 144851 142466 98 23 0 144477 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 579404

[startup+642.301 s]
/proc/loadavg: 4.00 3.89 3.75 5/190 8487
/proc/meminfo: memFree=16051988/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=626200 CPUtime=642.3 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 154296 0 0 0 64194 36 0 0 25 0 1 0 487841358 641228800 154170 33554432000 134512640 134603332 4291050192 18446744073709551615 134563962 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 156550 154170 98 23 0 156176 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 626200

[startup+702.301 s]
/proc/loadavg: 4.00 3.91 3.77 5/190 8489
/proc/meminfo: memFree=15885060/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=683468 CPUtime=702.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 168632 0 0 0 70191 38 0 0 25 0 1 0 487841358 699871232 168499 33554432000 134512640 134603332 4291050192 18446744073709551615 134525150 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 170867 168501 98 23 0 170493 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 683468

[startup+762.301 s]
/proc/loadavg: 4.00 3.92 3.78 5/190 8491
/proc/meminfo: memFree=15723764/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=732912 CPUtime=762.3 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 181015 0 0 0 76189 41 0 0 25 0 1 0 487841358 750501888 180872 33554432000 134512640 134603332 4291050192 18446744073709551615 134563878 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 183228 180872 98 23 0 182854 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 732912

[startup+822.301 s]
/proc/loadavg: 4.00 3.93 3.79 5/190 8492
/proc/meminfo: memFree=15571172/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=789384 CPUtime=822.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 195149 0 0 0 82185 44 0 0 25 0 1 0 487841358 808329216 194995 33554432000 134512640 134603332 4291050192 18446744073709551615 134563782 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 197346 194995 98 23 0 196972 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 789384

[startup+882.307 s]
/proc/loadavg: 4.07 3.96 3.81 5/190 8494
/proc/meminfo: memFree=15458112/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=806436 CPUtime=882.3 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 199406 0 0 0 88185 45 0 0 25 0 1 0 487841358 825790464 199252 33554432000 134512640 134603332 4291050192 18446744073709551615 134564403 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 201609 199252 98 23 0 201235 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 806436

[startup+942.301 s]
/proc/loadavg: 4.02 3.97 3.82 5/190 8495
/proc/meminfo: memFree=15420596/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=806436 CPUtime=942.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 199409 0 0 0 94184 45 0 0 25 0 1 0 487841358 825790464 199255 33554432000 134512640 134603332 4291050192 18446744073709551615 134563945 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 201609 199255 98 23 0 201235 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 806436

[startup+1002.3 s]
/proc/loadavg: 4.04 3.98 3.83 5/190 8497
/proc/meminfo: memFree=15417712/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=806436 CPUtime=1002.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 199412 0 0 0 100184 45 0 0 25 0 1 0 487841358 825790464 199258 33554432000 134512640 134603332 4291050192 18446744073709551615 134563782 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 201609 199258 98 23 0 201235 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 806436

[startup+1062.3 s]
/proc/loadavg: 4.01 3.98 3.84 5/190 8499
/proc/meminfo: memFree=15415584/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=806436 CPUtime=1062.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 199412 0 0 0 106184 45 0 0 25 0 1 0 487841358 825790464 199258 33554432000 134512640 134603332 4291050192 18446744073709551615 134563954 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 201609 199258 98 23 0 201235 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 806436

[startup+1122.3 s]
/proc/loadavg: 4.00 3.98 3.84 5/190 8500
/proc/meminfo: memFree=15411572/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=806436 CPUtime=1122.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 199412 0 0 0 112184 45 0 0 25 0 1 0 487841358 825790464 199258 33554432000 134512640 134603332 4291050192 18446744073709551615 134551083 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 201609 199258 98 23 0 201235 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 806436

[startup+1182.3 s]
/proc/loadavg: 4.00 3.98 3.85 5/190 8502
/proc/meminfo: memFree=15409684/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=806436 CPUtime=1182.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 199412 0 0 0 118184 45 0 0 25 0 1 0 487841358 825790464 199258 33554432000 134512640 134603332 4291050192 18446744073709551615 134563596 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 201609 199258 98 23 0 201235 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 806436

[startup+1242.3 s]
/proc/loadavg: 4.00 3.98 3.85 5/190 8503
/proc/meminfo: memFree=15407672/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=806436 CPUtime=1242.29 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 199412 0 0 0 124184 45 0 0 25 0 1 0 487841358 825790464 199258 33554432000 134512640 134603332 4291050192 18446744073709551615 134550655 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 201609 199258 98 23 0 201235 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 806436



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.72 3.92 3.84 4/184 8523
/proc/meminfo: memFree=15589860/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=806436 CPUtime=1300 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 199425 0 0 0 129955 45 0 0 25 0 1 0 487841358 825790464 199271 33554432000 134512640 134603332 4291050192 18446744073709551615 134563962 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 201609 199271 98 23 0 201235 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 806436

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

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

[startup+1300 s]
/proc/loadavg: 3.72 3.92 3.84 4/184 8523
/proc/meminfo: memFree=15589860/32951124 swapFree=67111528/67111528
[pid=8388] ppid=8386 vsize=806436 CPUtime=1300 cores=4,6
/proc/8388/stat : 8388 (picosat) R 8386 8388 7362 0 -1 4202496 199425 0 0 0 129955 45 0 0 25 0 1 0 487841358 825790464 199271 33554432000 134512640 134603332 4291050192 18446744073709551615 134563962 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/8388/statm: 201609 199271 98 23 0 201235 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 806436

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.05
CPU user time (s): 1299.55
CPU system time (s): 0.491925
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 806436

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

runsolver used 2.21066 second user time and 4.88726 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-25 22:13:49
IDJOB=3284790
IDBENCH=82363
IDSOLVER=1604
FILE ID=node130/3284790-1303762427
RUNJOBID= node130-1303762400-8103
PBS_JOBID= 13157127
Free space on /tmp= 71696 MiB

SOLVER NAME= PicoSAT 941
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
COMMAND LINE= picosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284790-1303762427/watcher-3284790-1303762427 -o /tmp/evaluation-result-3284790-1303762427/solver-3284790-1303762427 -C 2400 -W 1300 -M 7680  picosat HOME/instance-3284790-1303762427.cnf

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=1554821504

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
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.838
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.75
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17744316 kB
Buffers:       2102584 kB
Cached:       12334888 kB
SwapCached:          0 kB
Active:        6762984 kB
Inactive:      7891864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17744316 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           84716 kB
Writeback:         120 kB
AnonPages:      216888 kB
Mapped:          15928 kB
Slab:           486036 kB
PageTables:       5492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   404824 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= 71604 MiB
End job on node130 at 2011-04-25 22:35:31