Trace number 3274758

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
SAT09 reference solver: clasp 1.2.0-SAT09-32? (TO) 1300.06 1300.03

General information on the benchmark

NameSAT05/crafted/roussel05/visbmc-PHNF/
phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
MD5SUM32f22e9ac89bf164b7f5db6bef950d03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1140.77
Satisfiable
(Un)Satisfiability was proved
Number of variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

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-3274758-1303609926/watcher-3274758-1303609926 -o /tmp/evaluation-result-3274758-1303609926/solver-3274758-1303609926 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274758-1303609926.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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: 0.85 1.21 1.82 5/189 21760
/proc/meminfo: memFree=11710296/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=5344 CPUtime=0 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 1178 0 0 0 0 0 0 0 21 0 1 0 551223369 5472256 1035 33554432000 134512640 136057169 4287104688 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 1336 1035 145 378 0 956 0

[startup+0.0216881 s]
/proc/loadavg: 0.85 1.21 1.82 5/189 21760
/proc/meminfo: memFree=11710296/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=6712 CPUtime=0.01 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 1544 0 0 0 1 0 0 0 21 0 1 0 551223369 6873088 1401 33554432000 134512640 136057169 4287104688 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 1678 1402 145 378 0 1298 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6712

[startup+0.100681 s]
/proc/loadavg: 0.85 1.21 1.82 5/189 21760
/proc/meminfo: memFree=11710296/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=14760 CPUtime=0.09 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 4207 0 0 0 9 0 0 0 21 0 1 0 551223369 15114240 3269 33554432000 134512640 136057169 4287104688 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 3690 3270 145 378 0 3310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14760

[startup+0.300649 s]
/proc/loadavg: 0.85 1.21 1.82 5/189 21760
/proc/meminfo: memFree=11710296/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=33276 CPUtime=0.29 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 10098 0 0 0 28 1 0 0 22 0 1 0 551223369 34074624 8021 33554432000 134512640 136057169 4287104688 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 8319 8021 145 378 0 7939 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33276

[startup+0.700574 s]
/proc/loadavg: 0.85 1.21 1.82 5/189 21760
/proc/meminfo: memFree=11710296/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=69256 CPUtime=0.69 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 22403 0 0 0 66 3 0 0 24 0 1 0 551223369 70918144 16379 33554432000 134512640 136057169 4287104688 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 17314 16379 162 378 0 16934 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69256

[startup+1.50044 s]
/proc/loadavg: 1.10 1.26 1.83 5/190 21761
/proc/meminfo: memFree=11622000/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=91060 CPUtime=1.49 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 30499 0 0 0 144 5 0 0 25 0 1 0 551223369 93245440 21227 33554432000 134512640 136057169 4287104688 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 22765 21227 165 378 0 22385 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91060

[startup+3.10115 s]
/proc/loadavg: 1.10 1.26 1.83 5/190 21761
/proc/meminfo: memFree=11620268/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=91060 CPUtime=3.09 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 30499 0 0 0 304 5 0 0 25 0 1 0 551223369 93245440 21227 33554432000 134512640 136057169 4287104688 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 22765 21227 165 378 0 22385 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91060

[startup+6.30058 s]
/proc/loadavg: 1.10 1.26 1.83 5/190 21761
/proc/meminfo: memFree=11619780/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=91060 CPUtime=6.29 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 30499 0 0 0 624 5 0 0 25 0 1 0 551223369 93245440 21227 33554432000 134512640 136057169 4287104688 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 22765 21227 165 378 0 22385 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91060

[startup+12.7004 s]
/proc/loadavg: 1.54 1.35 1.85 5/190 21761
/proc/meminfo: memFree=11596500/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=91060 CPUtime=12.69 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 30499 0 0 0 1264 5 0 0 25 0 1 0 551223369 93245440 21227 33554432000 134512640 136057169 4287104688 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 22765 21227 165 378 0 22385 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 91060

[startup+25.5012 s]
/proc/loadavg: 1.92 1.44 1.88 5/190 21761
/proc/meminfo: memFree=11518724/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=93848 CPUtime=25.49 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 36357 0 0 0 2543 6 0 0 25 0 1 0 551223369 96100352 23176 33554432000 134512640 136057169 4287104688 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 23462 23176 183 378 0 23082 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93848

[startup+51.1006 s]
/proc/loadavg: 2.63 1.64 1.93 5/190 21762
/proc/meminfo: memFree=11429064/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=93848 CPUtime=51.09 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 36357 0 0 0 5103 6 0 0 25 0 1 0 551223369 96100352 23176 33554432000 134512640 136057169 4287104688 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 23462 23176 183 378 0 23082 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93848

[startup+102.307 s]
/proc/loadavg: 3.48 2.05 2.05 5/190 21763
/proc/meminfo: memFree=11343432/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=104592 CPUtime=102.3 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 39027 0 0 0 10222 8 0 0 25 0 1 0 551223369 107102208 25846 33554432000 134512640 136057169 4287104688 18446744073709551615 134812027 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 26148 25846 183 378 0 25768 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 104592

[startup+162.301 s]
/proc/loadavg: 3.81 2.40 2.17 5/190 21765
/proc/meminfo: memFree=11229316/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=133180 CPUtime=162.29 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 46159 0 0 0 16218 11 0 0 25 0 1 0 551223369 136376320 32978 33554432000 134512640 136057169 4287104688 18446744073709551615 134824827 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 33295 32978 183 378 0 32915 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 133180

[startup+222.3 s]
/proc/loadavg: 3.93 2.69 2.28 5/190 21767
/proc/meminfo: memFree=11082708/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=167048 CPUtime=222.3 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 54701 0 0 0 22215 15 0 0 25 0 1 0 551223369 171057152 41384 33554432000 134512640 136057169 4287104688 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 41762 41384 183 378 0 41382 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 167048

[startup+282.301 s]
/proc/loadavg: 4.02 2.94 2.39 5/190 21768
/proc/meminfo: memFree=11040260/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=204208 CPUtime=282.3 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 64007 0 0 0 28211 19 0 0 25 0 1 0 551223369 209108992 50690 33554432000 134512640 136057169 4287104688 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 51052 50690 183 378 0 50672 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 204208

[startup+342.301 s]
/proc/loadavg: 4.01 3.13 2.49 5/190 21770
/proc/meminfo: memFree=10918332/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=231500 CPUtime=342.29 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 70928 0 0 0 34208 21 0 0 25 0 1 0 551223369 237056000 57408 33554432000 134512640 136057169 4287104688 18446744073709551615 134618473 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 57875 57408 183 378 0 57495 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 231500

[startup+402.3 s]
/proc/loadavg: 4.08 3.30 2.59 5/190 21771
/proc/meminfo: memFree=10881716/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=262040 CPUtime=402.3 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 78545 0 0 0 40206 24 0 0 25 0 1 0 551223369 268328960 65025 33554432000 134512640 136057169 4287104688 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 65510 65025 183 378 0 65130 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 262040

[startup+462.301 s]
/proc/loadavg: 4.07 3.44 2.68 5/190 21773
/proc/meminfo: memFree=10844232/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=295132 CPUtime=462.31 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 86840 0 0 0 46203 28 0 0 25 0 1 0 551223369 302215168 73320 33554432000 134512640 136057169 4287104688 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 73783 73320 183 378 0 73403 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 295132

[startup+522.301 s]
/proc/loadavg: 4.02 3.54 2.76 5/190 21774
/proc/meminfo: memFree=10823612/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=313112 CPUtime=522.31 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 91472 0 0 0 52201 30 0 0 25 0 1 0 551223369 320626688 77648 33554432000 134512640 136057169 4287104688 18446744073709551615 134618392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 78278 77648 183 378 0 77898 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 313112

[startup+582.3 s]
/proc/loadavg: 4.01 3.62 2.83 5/190 21785
/proc/meminfo: memFree=10795340/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=333776 CPUtime=582.3 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 96645 0 0 0 58198 32 0 0 25 0 1 0 551223369 341786624 82821 33554432000 134512640 136057169 4287104688 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 83444 82821 183 378 0 83064 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 333776

[startup+642.301 s]
/proc/loadavg: 4.09 3.72 2.91 5/190 22260
/proc/meminfo: memFree=10860840/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=361472 CPUtime=642.31 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 103551 0 0 0 64195 36 0 0 25 0 1 0 551223369 370147328 89727 33554432000 134512640 136057169 4287104688 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 90368 89727 183 378 0 89988 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 361472

[startup+702.301 s]
/proc/loadavg: 4.03 3.77 2.98 5/190 22261
/proc/meminfo: memFree=10832664/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=384248 CPUtime=702.31 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 109240 0 0 0 70193 38 0 0 25 0 1 0 551223369 393469952 95416 33554432000 134512640 136057169 4287104688 18446744073709551615 134811842 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 96062 95416 183 378 0 95682 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 384248

[startup+762.3 s]
/proc/loadavg: 4.01 3.81 3.04 5/190 22263
/proc/meminfo: memFree=10805720/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=408256 CPUtime=762.31 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 115178 0 0 0 76190 41 0 0 25 0 1 0 551223369 418054144 101354 33554432000 134512640 136057169 4287104688 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 102064 101354 183 378 0 101684 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 408256

[startup+822.301 s]
/proc/loadavg: 4.08 3.85 3.10 5/190 22264
/proc/meminfo: memFree=10783236/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=429204 CPUtime=822.32 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 120390 0 0 0 82188 44 0 0 25 0 1 0 551223369 439504896 106566 33554432000 134512640 136057169 4287104688 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 107301 106566 183 378 0 106921 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 429204

[startup+882.307 s]
/proc/loadavg: 4.03 3.88 3.16 5/190 22266
/proc/meminfo: memFree=10762120/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=447544 CPUtime=882.31 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 124928 0 0 0 88186 45 0 0 25 0 1 0 551223369 458285056 111104 33554432000 134512640 136057169 4287104688 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 111886 111104 183 378 0 111506 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 447544

[startup+942.301 s]
/proc/loadavg: 4.01 3.90 3.21 5/190 22268
/proc/meminfo: memFree=10736788/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=471512 CPUtime=942.31 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 130956 0 0 0 94182 49 0 0 25 0 1 0 551223369 482828288 117132 33554432000 134512640 136057169 4287104688 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 117878 117132 183 378 0 117498 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 471512

[startup+1002.3 s]
/proc/loadavg: 4.04 3.93 3.26 5/190 22269
/proc/meminfo: memFree=10712940/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=494116 CPUtime=1002.32 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 136817 0 0 0 100180 52 0 0 25 0 1 0 551223369 505974784 122537 33554432000 134512640 136057169 4287104688 18446744073709551615 134820206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 123529 122537 183 378 0 123149 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 494116

[startup+1062.3 s]
/proc/loadavg: 4.01 3.94 3.30 5/190 22271
/proc/meminfo: memFree=10682272/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=520656 CPUtime=1062.32 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 143431 0 0 0 106178 54 0 0 25 0 1 0 551223369 533151744 129151 33554432000 134512640 136057169 4287104688 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 130164 129151 183 378 0 129784 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 520656

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.34 5/190 22273
/proc/meminfo: memFree=10676024/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=523956 CPUtime=1122.31 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 144262 0 0 0 112177 54 0 0 25 0 1 0 551223369 536530944 129982 33554432000 134512640 136057169 4287104688 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 130989 129982 183 378 0 130609 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 523956

[startup+1182.3 s]
/proc/loadavg: 4.07 3.97 3.39 5/190 22274
/proc/meminfo: memFree=10673508/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=523956 CPUtime=1182.32 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 144265 0 0 0 118178 54 0 0 25 0 1 0 551223369 536530944 129985 33554432000 134512640 136057169 4287104688 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 130989 129985 183 378 0 130609 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 523956

[startup+1242.3 s]
/proc/loadavg: 4.02 3.97 3.42 5/190 22276
/proc/meminfo: memFree=10667024/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=523956 CPUtime=1242.32 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 144267 0 0 0 124178 54 0 0 25 0 1 0 551223369 536530944 129987 33554432000 134512640 136057169 4287104688 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 130989 129987 183 378 0 130609 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 523956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.97 3.45 2/184 22280
/proc/meminfo: memFree=11323864/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=523956 CPUtime=1300.02 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 144285 0 0 0 129948 54 0 0 25 0 1 0 551223369 536530944 130005 33554432000 134512640 136057169 4287104688 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 130989 130005 183 378 0 130609 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 523956

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: 4.01 3.97 3.45 2/184 22280
/proc/meminfo: memFree=11323864/32950928 swapFree=67111528/67111528
[pid=21760] ppid=21758 vsize=523956 CPUtime=1300.02 cores=5,7
/proc/21760/stat : 21760 (clasp) R 21758 21760 20385 0 -1 4202496 144285 0 0 0 129948 54 0 0 25 0 1 0 551223369 536530944 130005 33554432000 134512640 136057169 4287104688 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21760/statm: 130989 130005 183 378 0 130609 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 523956

Child status: 0
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.49
CPU system time (s): 0.574912
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 523956

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

runsolver used 2.06069 second user time and 5.04123 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-24 03:52:07
IDJOB=3274758
IDBENCH=85764
IDSOLVER=1674
FILE ID=node112/3274758-1303609926
RUNJOBID= node112-1303609925-21694
PBS_JOBID= 13150584
Free space on /tmp= 72536 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT05/crafted/roussel05/visbmc-PHNF/phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274758-1303609926/watcher-3274758-1303609926 -o /tmp/evaluation-result-3274758-1303609926/solver-3274758-1303609926 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274758-1303609926.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 32f22e9ac89bf164b7f5db6bef950d03
RANDOM SEED=1607292135

node112.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.828
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.65
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.828
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.828
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11710568 kB
Buffers:       1967772 kB
Cached:       18616616 kB
SwapCached:          0 kB
Active:        9460108 kB
Inactive:     11236224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11710568 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           44212 kB
Writeback:           0 kB
AnonPages:      111440 kB
Mapped:          17196 kB
Slab:           481996 kB
PageTables:       5276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   297792 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= 72644 MiB
End job on node112 at 2011-04-24 04:13:49