Trace number 3371741

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
Lingeling 587f (fixed)? (TO) 1299.99 1300.02

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: 961)

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-3371741-1305435731/watcher-3371741-1305435731 -o /tmp/evaluation-result-3371741-1305435731/solver-3371741-1305435731 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3371741-1305435731.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: 1.17 1.59 2.64 5/378 17137
/proc/meminfo: memFree=18148640/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=9824 CPUtime=0.01 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 1043 0 0 0 1 0 0 0 23 0 1 0 733803874 10059776 979 33554432000 4194304 4409284 140737317986336 18446744073709551615 224284925696 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 2456 979 111 53 0 879 0

[startup+0.0413679 s]
/proc/loadavg: 1.17 1.59 2.64 5/378 17137
/proc/meminfo: memFree=18148640/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=12256 CPUtime=0.03 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 1651 0 0 0 3 0 0 0 23 0 1 0 733803874 12550144 1587 33554432000 4194304 4409284 140737317986336 18446744073709551615 4225269 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 3064 1587 111 53 0 1487 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12256

[startup+0.100375 s]
/proc/loadavg: 1.17 1.59 2.64 5/378 17137
/proc/meminfo: memFree=18148640/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=15328 CPUtime=0.09 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 2419 0 0 0 9 0 0 0 23 0 1 0 733803874 15695872 2355 33554432000 4194304 4409284 140737317986336 18446744073709551615 4225119 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 3832 2355 111 53 0 2255 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15328

[startup+0.300328 s]
/proc/loadavg: 1.17 1.59 2.64 5/378 17137
/proc/meminfo: memFree=18148640/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=27808 CPUtime=0.29 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 5507 0 0 0 28 1 0 0 25 0 1 0 733803874 28475392 5443 33554432000 4194304 4409284 140737317986336 18446744073709551615 224284925696 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 6952 5443 111 53 0 5375 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27808

[startup+0.700252 s]
/proc/loadavg: 1.17 1.59 2.64 5/378 17137
/proc/meminfo: memFree=18148640/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=44388 CPUtime=0.69 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 9684 0 0 0 67 2 0 0 25 0 1 0 733803874 45453312 9620 33554432000 4194304 4409284 140737317986336 18446744073709551615 4225329 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 11097 9620 111 53 0 9520 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44388

[startup+1.50111 s]
/proc/loadavg: 1.17 1.59 2.64 5/379 17138
/proc/meminfo: memFree=18105892/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=44796 CPUtime=1.49 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 11159 0 0 0 147 2 0 0 25 0 1 0 733803874 45871104 9708 33554432000 4194304 4409284 140737317986336 18446744073709551615 4276219 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 11199 9708 129 53 0 9622 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44796

[startup+3.10088 s]
/proc/loadavg: 1.17 1.59 2.64 5/379 17138
/proc/meminfo: memFree=18098700/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=44796 CPUtime=3.09 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 11159 0 0 0 307 2 0 0 25 0 1 0 733803874 45871104 9708 33554432000 4194304 4409284 140737317986336 18446744073709551615 4278576 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 11199 9708 129 53 0 9622 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44796

[startup+6.30034 s]
/proc/loadavg: 1.39 1.63 2.65 5/379 17138
/proc/meminfo: memFree=18087800/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=44796 CPUtime=6.29 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 27549 0 0 0 625 4 0 0 25 0 1 0 733803874 45871104 9712 33554432000 4194304 4409284 140737317986336 18446744073709551615 4264758 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 11199 9712 133 53 0 9622 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44796

[startup+12.7003 s]
/proc/loadavg: 1.60 1.67 2.65 5/379 17138
/proc/meminfo: memFree=18054368/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=68804 CPUtime=12.69 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 33562 0 0 0 1263 6 0 0 25 0 1 0 733803874 70455296 15725 33554432000 4194304 4409284 140737317986336 18446744073709551615 4242957 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 17201 15725 137 53 0 15624 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68804

[startup+25.5011 s]
/proc/loadavg: 2.13 1.78 2.67 5/379 17138
/proc/meminfo: memFree=18031684/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=68804 CPUtime=25.49 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 33566 0 0 0 2542 7 0 0 25 0 1 0 733803874 70455296 15729 33554432000 4194304 4409284 140737317986336 18446744073709551615 4358408 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 17201 15729 141 53 0 15624 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68804

[startup+51.1009 s]
/proc/loadavg: 2.77 1.96 2.71 5/379 17138
/proc/meminfo: memFree=17963964/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=94180 CPUtime=51.09 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 41960 0 0 0 5100 9 0 0 25 0 1 0 733803874 96440320 20026 33554432000 4194304 4409284 140737317986336 18446744073709551615 4239456 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 23545 20026 141 53 0 21968 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94180

[startup+102.314 s]
/proc/loadavg: 3.53 2.29 2.78 6/379 17140
/proc/meminfo: memFree=17871536/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=86368 CPUtime=102.3 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 45391 0 0 0 10217 13 0 0 25 0 1 0 733803874 88440832 19972 33554432000 4194304 4409284 140737317986336 18446744073709551615 4243014 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 21592 19972 141 53 0 20015 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 86368

[startup+162.3 s]
/proc/loadavg: 3.93 2.63 2.86 6/379 17142
/proc/meminfo: memFree=17791884/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=122396 CPUtime=162.28 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 56370 0 0 0 16210 18 0 0 25 0 1 0 733803874 125333504 29127 33554432000 4194304 4409284 140737317986336 18446744073709551615 4358418 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 30599 29127 141 53 0 29022 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 122396

[startup+222.3 s]
/proc/loadavg: 4.01 2.89 2.93 5/379 17144
/proc/meminfo: memFree=17785272/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=127352 CPUtime=222.28 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 57609 0 0 0 22206 22 0 0 25 0 1 0 733803874 130408448 30366 33554432000 4194304 4409284 140737317986336 18446744073709551615 4242902 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 31838 30366 141 53 0 30261 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 127352

[startup+282.3 s]
/proc/loadavg: 4.00 3.09 3.00 5/379 17146
/proc/meminfo: memFree=17766252/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=130204 CPUtime=282.29 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 58322 0 0 0 28205 24 0 0 25 0 1 0 733803874 133328896 31079 33554432000 4194304 4409284 140737317986336 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 32551 31079 141 53 0 30974 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 130204

[startup+342.3 s]
/proc/loadavg: 4.06 3.27 3.06 5/379 17146
/proc/meminfo: memFree=17577228/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=151476 CPUtime=342.28 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 63640 0 0 0 34199 29 0 0 25 0 1 0 733803874 155111424 36397 33554432000 4194304 4409284 140737317986336 18446744073709551615 4359765 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 37869 36397 141 53 0 36292 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 151476

[startup+402.3 s]
/proc/loadavg: 4.02 3.40 3.12 5/379 17148
/proc/meminfo: memFree=17519140/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=145920 CPUtime=402.27 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 63640 0 0 0 40193 34 0 0 25 0 1 0 733803874 149422080 35008 33554432000 4194304 4409284 140737317986336 18446744073709551615 4230803 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 36480 35008 141 53 0 34903 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 145920

[startup+462.3 s]
/proc/loadavg: 4.01 3.51 3.17 5/379 17150
/proc/meminfo: memFree=17443592/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=135820 CPUtime=462.28 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 77435 0 0 0 46189 39 0 0 25 0 1 0 733803874 139079680 32483 33554432000 4194304 4409284 140737317986336 18446744073709551615 4358342 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 33955 32483 141 53 0 32378 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 135820

[startup+522.3 s]
/proc/loadavg: 4.00 3.59 3.22 5/379 17152
/proc/meminfo: memFree=17511140/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=141404 CPUtime=522.28 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 78831 0 0 0 52184 44 0 0 25 0 1 0 733803874 144797696 33879 33554432000 4194304 4409284 140737317986336 18446744073709551615 4358342 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 35351 33879 141 53 0 33774 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 141404

[startup+582.3 s]
/proc/loadavg: 4.00 3.66 3.27 6/379 17154
/proc/meminfo: memFree=17450592/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=183004 CPUtime=582.27 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 89231 0 0 0 58177 50 0 0 25 0 1 0 733803874 187396096 44279 33554432000 4194304 4409284 140737317986336 18446744073709551615 224284950423 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 45751 44279 141 53 0 44174 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 183004

[startup+642.3 s]
/proc/loadavg: 4.00 3.72 3.31 6/379 17154
/proc/meminfo: memFree=17417668/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=182868 CPUtime=642.28 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 89231 0 0 0 64172 56 0 0 25 0 1 0 733803874 187256832 44245 33554432000 4194304 4409284 140737317986336 18446744073709551615 224284950423 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 45717 44245 141 53 0 44140 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 182868

[startup+702.301 s]
/proc/loadavg: 4.00 3.77 3.35 5/379 17156
/proc/meminfo: memFree=17428916/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=181004 CPUtime=702.27 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 105085 0 0 0 70166 61 0 0 25 0 1 0 733803874 185348096 43779 33554432000 4194304 4409284 140737317986336 18446744073709551615 4360192 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 45251 43779 141 53 0 43674 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 181004

[startup+762.314 s]
/proc/loadavg: 4.08 3.84 3.40 5/379 17158
/proc/meminfo: memFree=17341716/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=203296 CPUtime=762.28 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 110658 0 0 0 76165 63 0 0 25 0 1 0 733803874 208175104 49352 33554432000 4194304 4409284 140737317986336 18446744073709551615 224284950423 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 50824 49352 141 53 0 49247 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 203296

[startup+822.301 s]
/proc/loadavg: 4.08 3.88 3.44 5/379 17160
/proc/meminfo: memFree=17366852/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=203296 CPUtime=822.26 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 110658 0 0 0 82161 65 0 0 25 0 1 0 733803874 208175104 49352 33554432000 4194304 4409284 140737317986336 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 50824 49352 141 53 0 49247 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 203296

[startup+882.301 s]
/proc/loadavg: 4.03 3.90 3.47 5/379 17162
/proc/meminfo: memFree=17254720/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=203296 CPUtime=882.27 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 110658 0 0 0 88157 70 0 0 25 0 1 0 733803874 208175104 49352 33554432000 4194304 4409284 140737317986336 18446744073709551615 4358334 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 50824 49352 141 53 0 49247 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 203296

[startup+942.301 s]
/proc/loadavg: 4.12 3.94 3.51 5/379 17162
/proc/meminfo: memFree=17017108/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=220416 CPUtime=942.26 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 114938 0 0 0 94151 75 0 0 25 0 1 0 733803874 225705984 53632 33554432000 4194304 4409284 140737317986336 18446744073709551615 4358371 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 55104 53632 141 53 0 53527 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 220416

[startup+1002.3 s]
/proc/loadavg: 4.04 3.95 3.54 5/379 17164
/proc/meminfo: memFree=16693172/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=220292 CPUtime=1002.27 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 114938 0 0 0 100148 79 0 0 25 0 1 0 733803874 225579008 53601 33554432000 4194304 4409284 140737317986336 18446744073709551615 4358884 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 55073 53601 141 53 0 53496 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 220292

[startup+1062.3 s]
/proc/loadavg: 4.01 3.96 3.56 5/379 17166
/proc/meminfo: memFree=17143860/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=224720 CPUtime=1062.27 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 119182 0 0 0 106145 82 0 0 25 0 1 0 733803874 230113280 54708 33554432000 4194304 4409284 140737317986336 18446744073709551615 4301616 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 56180 54708 141 53 0 54603 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 224720

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.59 5/379 17168
/proc/meminfo: memFree=16932136/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=286148 CPUtime=1122.26 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 134962 0 0 0 112141 85 0 0 25 0 1 0 733803874 293015552 70065 33554432000 4194304 4409284 140737317986336 18446744073709551615 224284950423 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 71537 70065 141 53 0 69960 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 286148

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.61 5/379 17170
/proc/meminfo: memFree=16816532/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=164344 CPUtime=1182.26 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 136865 0 0 0 118137 89 0 0 25 0 1 0 733803874 168288256 39646 33554432000 4194304 4409284 140737317986336 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 41086 39646 141 53 0 39509 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 164344

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.64 5/379 17170
/proc/meminfo: memFree=16814520/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=173848 CPUtime=1242.26 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 139241 0 0 0 124133 93 0 0 25 0 1 0 733803874 178020352 42022 33554432000 4194304 4409284 140737317986336 18446744073709551615 4358560 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 43462 42022 141 53 0 41885 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 173848



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.83 3.94 3.64 2/364 17226
/proc/meminfo: memFree=18025188/32951124 swapFree=45193364/67111528
[pid=17137] ppid=17135 vsize=195036 CPUtime=1299.97 cores=0,2
/proc/17137/stat : 17137 (lingeling) R 17135 17137 16596 0 -1 4202496 144506 0 0 0 129899 98 0 0 25 0 1 0 733803874 199716864 47287 33554432000 4194304 4409284 140737317986336 18446744073709551615 4358340 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/17137/statm: 48759 47287 141 53 0 47182 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 195036

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.02
CPU time (s): 1299.99
CPU user time (s): 1298.99
CPU system time (s): 0.998848
CPU usage (%): 99.9975
Max. virtual memory (cumulated for all children) (KiB): 286148

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

runsolver used 4.84726 second user time and 10.5444 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 07:02:12
IDJOB=3371741
IDBENCH=85764
IDSOLVER=1849
FILE ID=node118/3371741-1305435731
RUNJOBID= node118-1305435727-17041
PBS_JOBID= 13324630
Free space on /tmp= 73292 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT05/crafted/roussel05/visbmc-PHNF/phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371741-1305435731/watcher-3371741-1305435731 -o /tmp/evaluation-result-3371741-1305435731/solver-3371741-1305435731 -C 2400 -W 1300 -M 7680  lingeling HOME/instance-3371741-1305435731.cnf

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

MD5SUM BENCH= 32f22e9ac89bf164b7f5db6bef950d03
RANDOM SEED=1620183779

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.68
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.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18148920 kB
Buffers:        286852 kB
Cached:        4461996 kB
SwapCached:      22084 kB
Active:       11871192 kB
Inactive:      2627368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18148920 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           37928 kB
Writeback:           0 kB
AnonPages:     9740384 kB
Mapped:          15776 kB
Slab:           148884 kB
PageTables:      90632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88751880 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= 73304 MiB
End job on node118 at 2011-05-15 07:23:54