Trace number 3371513

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) 1300.02 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.17391
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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-3371513-1305436097/watcher-3371513-1305436097 -o /tmp/evaluation-result-3371513-1305436097/solver-3371513-1305436097 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3371513-1305436097.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: 4.01 4.02 4.37 5/307 30757
/proc/meminfo: memFree=27489780/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=7152 CPUtime=0 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 367 0 0 0 0 0 0 0 24 0 1 0 655208253 7323648 310 33554432000 4194304 4409284 140733238182160 18446744073709551615 210204647168 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 1788 310 110 53 0 211 0

[startup+0.0602361 s]
/proc/loadavg: 4.01 4.02 4.37 5/307 30757
/proc/meminfo: memFree=27489780/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=10992 CPUtime=0.05 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 1327 0 0 0 5 0 0 0 24 0 1 0 655208253 11255808 1270 33554432000 4194304 4409284 140733238182160 18446744073709551615 210204647168 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 2748 1270 110 53 0 1171 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10992

[startup+0.10023 s]
/proc/loadavg: 4.01 4.02 4.37 5/307 30757
/proc/meminfo: memFree=27489780/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=15088 CPUtime=0.09 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 2351 0 0 0 9 0 0 0 24 0 1 0 655208253 15450112 2294 33554432000 4194304 4409284 140733238182160 18446744073709551615 210204647168 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 3772 2294 110 53 0 2195 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15088

[startup+0.300196 s]
/proc/loadavg: 4.01 4.02 4.37 5/307 30757
/proc/meminfo: memFree=27489780/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=39664 CPUtime=0.29 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 8495 0 0 0 28 1 0 0 25 0 1 0 655208253 40615936 8438 33554432000 4194304 4409284 140733238182160 18446744073709551615 210204647168 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 9916 8438 110 53 0 8339 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39664

[startup+0.701139 s]
/proc/loadavg: 4.01 4.02 4.37 5/307 30757
/proc/meminfo: memFree=27489780/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=39816 CPUtime=0.69 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 8600 0 0 0 68 1 0 0 25 0 1 0 655208253 40771584 8481 33554432000 4194304 4409284 140733238182160 18446744073709551615 4284483 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 9954 8481 125 53 0 8377 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39816

[startup+1.501 s]
/proc/loadavg: 4.01 4.02 4.37 5/308 30758
/proc/meminfo: memFree=27455804/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=64412 CPUtime=1.49 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 16834 0 0 0 147 2 0 0 25 0 1 0 655208253 65957888 12570 33554432000 4194304 4409284 140733238182160 18446744073709551615 4333707 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 16103 12570 134 53 0 14526 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64412

[startup+3.1007 s]
/proc/loadavg: 4.01 4.02 4.37 5/308 30758
/proc/meminfo: memFree=27438800/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=64412 CPUtime=3.09 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 16836 0 0 0 307 2 0 0 25 0 1 0 655208253 65957888 12572 33554432000 4194304 4409284 140733238182160 18446744073709551615 4252181 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 16103 12572 136 53 0 14526 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64412

[startup+6.3002 s]
/proc/loadavg: 4.01 4.02 4.37 5/308 30758
/proc/meminfo: memFree=27444380/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=64412 CPUtime=6.29 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 16836 0 0 0 627 2 0 0 25 0 1 0 655208253 65957888 12572 33554432000 4194304 4409284 140733238182160 18446744073709551615 4241990 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 16103 12572 136 53 0 14526 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64412

[startup+12.7011 s]
/proc/loadavg: 4.01 4.02 4.36 5/308 30758
/proc/meminfo: memFree=27435168/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=64412 CPUtime=12.69 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 16836 0 0 0 1267 2 0 0 25 0 1 0 655208253 65957888 12572 33554432000 4194304 4409284 140733238182160 18446744073709551615 4242957 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 16103 12572 136 53 0 14526 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64412

[startup+25.501 s]
/proc/loadavg: 4.00 4.02 4.36 5/308 30759
/proc/meminfo: memFree=27411468/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=87472 CPUtime=25.49 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 22606 0 0 0 2544 5 0 0 25 0 1 0 655208253 89571328 18342 33554432000 4194304 4409284 140733238182160 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 21868 18342 141 53 0 20291 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87472

[startup+51.1007 s]
/proc/loadavg: 4.00 4.02 4.35 5/308 30760
/proc/meminfo: memFree=27426604/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=72944 CPUtime=51.08 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 27320 0 0 0 5098 10 0 0 25 0 1 0 655208253 74694656 16757 33554432000 4194304 4409284 140733238182160 18446744073709551615 4325555 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 18236 16757 141 53 0 16659 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72944

[startup+102.311 s]
/proc/loadavg: 4.05 4.03 4.33 5/308 30761
/proc/meminfo: memFree=27365576/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=104476 CPUtime=102.29 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 33156 0 0 0 10213 16 0 0 25 0 1 0 655208253 106983424 22593 33554432000 4194304 4409284 140733238182160 18446744073709551615 4243001 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 26119 22593 141 53 0 24542 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 104476

[startup+162.301 s]
/proc/loadavg: 3.53 3.89 4.27 4/302 30779
/proc/meminfo: memFree=27388708/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=104476 CPUtime=162.29 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 35130 0 0 0 16204 25 0 0 25 0 1 0 655208253 106983424 24567 33554432000 4194304 4409284 140733238182160 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 26119 24567 141 53 0 24542 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 104476

[startup+222.301 s]
/proc/loadavg: 3.19 3.73 4.18 4/302 30781
/proc/meminfo: memFree=27393368/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=104476 CPUtime=222.29 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 35130 0 0 0 22204 25 0 0 25 0 1 0 655208253 106983424 24567 33554432000 4194304 4409284 140733238182160 18446744073709551615 4242935 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 26119 24567 141 53 0 24542 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 104476

[startup+282.301 s]
/proc/loadavg: 3.07 3.59 4.11 4/302 30783
/proc/meminfo: memFree=27368908/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=119576 CPUtime=282.28 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 38978 0 0 0 28192 36 0 0 25 0 1 0 655208253 122445824 28415 33554432000 4194304 4409284 140733238182160 18446744073709551615 4252202 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 29894 28415 141 53 0 28317 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 119576

[startup+342.301 s]
/proc/loadavg: 3.15 3.52 4.05 4/302 30784
/proc/meminfo: memFree=27368872/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=119576 CPUtime=342.28 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 38978 0 0 0 34192 36 0 0 25 0 1 0 655208253 122445824 28415 33554432000 4194304 4409284 140733238182160 18446744073709551615 4243014 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 29894 28415 141 53 0 28317 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 119576

[startup+402.301 s]
/proc/loadavg: 3.10 3.43 3.98 4/302 30786
/proc/meminfo: memFree=27373788/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=119576 CPUtime=402.29 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 38978 0 0 0 40185 44 0 0 25 0 1 0 655208253 122445824 28415 33554432000 4194304 4409284 140733238182160 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 29894 28415 141 53 0 28317 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 119576

[startup+462.301 s]
/proc/loadavg: 3.03 3.35 3.92 4/302 30787
/proc/meminfo: memFree=27362708/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=127972 CPUtime=462.29 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 39030 0 0 0 46179 50 0 0 25 0 1 0 655208253 131043328 28467 33554432000 4194304 4409284 140733238182160 18446744073709551615 4242902 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 31993 28467 141 53 0 30416 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 127972

[startup+522.301 s]
/proc/loadavg: 3.07 3.30 3.87 4/302 30789
/proc/meminfo: memFree=27368748/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=127972 CPUtime=522.29 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 39030 0 0 0 52179 50 0 0 25 0 1 0 655208253 131043328 28467 33554432000 4194304 4409284 140733238182160 18446744073709551615 4242973 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 31993 28467 141 53 0 30416 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 127972

[startup+582.301 s]
/proc/loadavg: 3.02 3.24 3.81 4/302 30791
/proc/meminfo: memFree=27310312/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=155972 CPUtime=582.29 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 51271 0 0 0 58168 61 0 0 25 0 1 0 655208253 159715328 37514 33554432000 4194304 4409284 140733238182160 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 38993 37514 141 53 0 37416 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 155972

[startup+642.301 s]
/proc/loadavg: 3.01 3.20 3.75 4/302 30792
/proc/meminfo: memFree=27361612/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=146696 CPUtime=642.29 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 53739 0 0 0 64161 68 0 0 25 0 1 0 655208253 150216704 35195 33554432000 4194304 4409284 140733238182160 18446744073709551615 4242030 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 36674 35195 141 53 0 35097 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 146696

[startup+702.301 s]
/proc/loadavg: 3.00 3.16 3.70 4/302 30794
/proc/meminfo: memFree=27359964/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=146696 CPUtime=702.28 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 53739 0 0 0 70160 68 0 0 25 0 1 0 655208253 150216704 35195 33554432000 4194304 4409284 140733238182160 18446744073709551615 4243014 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 36674 35195 141 53 0 35097 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 146696

[startup+762.311 s]
/proc/loadavg: 3.00 3.13 3.66 4/302 30795
/proc/meminfo: memFree=27346664/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=157424 CPUtime=762.29 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 67011 0 0 0 76151 78 0 0 25 0 1 0 655208253 161202176 37877 33554432000 4194304 4409284 140733238182160 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 39356 37877 141 53 0 37779 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 157424

[startup+822.3 s]
/proc/loadavg: 3.00 3.10 3.61 4/302 30797
/proc/meminfo: memFree=27351212/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=160236 CPUtime=822.29 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 78388 0 0 0 82129 100 0 0 25 0 1 0 655208253 164081664 38580 33554432000 4194304 4409284 140733238182160 18446744073709551615 4301176 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 40059 38580 141 53 0 38482 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 160236

[startup+882.3 s]
/proc/loadavg: 3.00 3.08 3.57 4/302 30799
/proc/meminfo: memFree=27311376/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=175928 CPUtime=882.28 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 85019 0 0 0 88125 103 0 0 25 0 1 0 655208253 180150272 42503 33554432000 4194304 4409284 140733238182160 18446744073709551615 4257315 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 43982 42503 141 53 0 42405 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 175928

[startup+942.3 s]
/proc/loadavg: 3.08 3.08 3.54 4/302 30800
/proc/meminfo: memFree=27258388/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=231388 CPUtime=942.28 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 98884 0 0 0 94111 117 0 0 25 0 1 0 655208253 236941312 56368 33554432000 4194304 4409284 140733238182160 18446744073709551615 4358619 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 57847 56368 141 53 0 56270 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 231388

[startup+1002.3 s]
/proc/loadavg: 3.08 3.08 3.51 4/302 30802
/proc/meminfo: memFree=27277688/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=228476 CPUtime=1002.28 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 118886 0 0 0 100102 126 0 0 25 0 1 0 655208253 233959424 55640 33554432000 4194304 4409284 140733238182160 18446744073709551615 4242957 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 57119 55640 141 53 0 55542 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 228476

[startup+1062.3 s]
/proc/loadavg: 2.50 2.92 3.43 3/296 30821
/proc/meminfo: memFree=27228832/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=313980 CPUtime=1062.28 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 140262 0 0 0 106093 135 0 0 25 0 1 0 655208253 321515520 77016 33554432000 4194304 4409284 140733238182160 18446744073709551615 4358611 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 78495 77016 141 53 0 76918 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 313980

[startup+1122.3 s]
/proc/loadavg: 2.18 2.75 3.33 3/296 30823
/proc/meminfo: memFree=27252704/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=292860 CPUtime=1122.28 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 153241 0 0 0 112085 143 0 0 25 0 1 0 655208253 299888640 71736 33554432000 4194304 4409284 140733238182160 18446744073709551615 210204671895 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 73215 71736 141 53 0 71638 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 292860

[startup+1182.3 s]
/proc/loadavg: 1.43 2.43 3.19 2/290 30843
/proc/meminfo: memFree=27247028/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=346836 CPUtime=1182.28 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 174107 0 0 0 118073 155 0 0 25 0 1 0 655208253 355160064 85230 33554432000 4194304 4409284 140733238182160 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 86709 85230 141 53 0 85132 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 346836

[startup+1242.3 s]
/proc/loadavg: 1.16 2.17 3.05 2/290 30844
/proc/meminfo: memFree=27259232/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=333580 CPUtime=1242.28 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 188777 0 0 0 124070 158 0 0 25 0 1 0 655208253 341585920 81916 33554432000 4194304 4409284 140733238182160 18446744073709551615 4242902 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 83395 81916 141 53 0 81818 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 333580



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.06 1.95 2.91 2/290 30846
/proc/meminfo: memFree=27142112/32951124 swapFree=63649232/67111528
[pid=30757] ppid=30755 vsize=451024 CPUtime=1299.98 cores=4,6
/proc/30757/stat : 30757 (lingeling) R 30755 30757 29991 0 -1 4202496 218138 0 0 0 129832 166 0 0 25 0 1 0 655208253 461848576 111277 33554432000 4194304 4409284 140733238182160 18446744073709551615 4358776 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/30757/statm: 112756 111277 141 53 0 111179 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 451024

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.03
CPU time (s): 1300.02
CPU user time (s): 1298.33
CPU system time (s): 1.68774
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 451024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.33
system time used= 1.68774
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218138
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= 4
involuntary context switches= 15172

runsolver used 3.77043 second user time and 8.05977 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 07:08:18
IDJOB=3371513
IDBENCH=88203
IDSOLVER=1849
FILE ID=node130/3371513-1305436097
RUNJOBID= node130-1305434510-30010
PBS_JOBID= 13324695
Free space on /tmp= 73448 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371513-1305436097/watcher-3371513-1305436097 -o /tmp/evaluation-result-3371513-1305436097/solver-3371513-1305436097 -C 2400 -W 1300 -M 7680  lingeling HOME/instance-3371513-1305436097.cnf

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

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=1641606086

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:      27489936 kB
Buffers:        274196 kB
Cached:        3768336 kB
SwapCached:      10248 kB
Active:        1420016 kB
Inactive:      3769420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27489936 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           15408 kB
Writeback:           0 kB
AnonPages:     1144772 kB
Mapped:          14096 kB
Slab:           183804 kB
PageTables:      25932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51616328 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= 73452 MiB
End job on node130 at 2011-05-15 07:30:00