Trace number 3378026

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
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 1299.45 1300.04

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data

0.42/1.57	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.42/1.58	c INFO: solving HOME/instance-3378026-1305457346.cnf
0.42/1.58	c INFO: computing task features
3.46/4.60	c INFO: computed variable-clause graph statistics
5.26/6.47	c INFO: computed clause balance statistics
16.96/18.13	c INFO: computed variable balance statistics
26.95/28.12	c INFO: computed small-clause counts
27.16/28.33	c INFO: computed Horn-clause counts
105.76/106.98	c INFO: computed variable graph statistics
105.76/106.98	c INFO: collected features for HOME/instance-3378026-1305457346.cnf in 105.31 s
105.85/107.00	c INFO: running lingeling-276@0 for 291 with 2294 remaining (b = 0.78)
403.05/403.64	c INFO: running lingeling-276@0 for 97 with 1998 remaining (b = 0.59)
503.29/503.87	c INFO: running cryptominisat-2.9.0@0 for 1898 with 1898 remaining (b = 0.65)

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-3378026-1305457346/watcher-3378026-1305457346 -o /tmp/evaluation-result-3378026-1305457346/solver-3378026-1305457346 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378026-1305457346.cnf -seed 1275953254 -budget 2400 

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: 3.45 3.90 3.87 3/293 17150
/proc/meminfo: memFree=21070180/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=14820 CPUtime=0 cores=4,6
/proc/17150/stat : 17150 (python) R 17148 17150 17096 0 -1 4202496 574 0 0 0 0 0 0 0 20 0 1 0 657332884 15175680 474 33554432000 4194304 5683644 140736462241696 18446744073709551615 4370430 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17150/statm: 3705 476 282 364 0 192 0

[startup+0.0665549 s]
/proc/loadavg: 3.45 3.90 3.87 3/293 17150
/proc/meminfo: memFree=21070180/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=21104 CPUtime=0.02 cores=4,6
/proc/17150/stat : 17150 (python) S 17148 17150 17096 0 -1 4202496 1314 0 0 0 2 0 0 0 17 0 1 0 657332884 21610496 1166 33554432000 4194304 5683644 140736462241696 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/17150/statm: 5276 1166 428 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21104

[startup+0.100545 s]
/proc/loadavg: 3.45 3.90 3.87 3/293 17150
/proc/meminfo: memFree=21070180/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=45816 CPUtime=0.04 cores=4,6
/proc/17150/stat : 17150 (python) R 17148 17150 17096 0 -1 4202496 1925 0 0 0 4 0 0 0 17 0 1 0 657332884 46915584 1699 33554432000 4194304 5683644 140736462241696 18446744073709551615 232335551909 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17150/statm: 11454 1699 470 364 0 1203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45816

[startup+0.300538 s]
/proc/loadavg: 3.45 3.90 3.87 3/293 17150
/proc/meminfo: memFree=21070180/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=119076 CPUtime=0.09 cores=4,6
/proc/17150/stat : 17150 (python) R 17148 17150 17096 0 -1 4202496 3906 0 3 0 7 2 0 0 17 0 1 0 657332884 121933824 3542 33554432000 4194304 5683644 140736462241696 18446744073709551615 232335888229 0 0 16781312 2 0 0 0 17 4 0 0 1
/proc/17150/statm: 29769 3542 940 364 0 2653 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 119076

[startup+0.700424 s]
/proc/loadavg: 3.45 3.90 3.87 3/293 17150
/proc/meminfo: memFree=21070180/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=135752 CPUtime=0.23 cores=4,6
/proc/17150/stat : 17150 (python) R 17148 17150 17096 0 -1 4202496 5968 925 6 8 15 8 0 0 17 0 1 0 657332884 139010048 4150 33554432000 4194304 5683644 140736462241696 18446744073709551615 232335888389 0 0 16781312 2 0 0 0 17 4 0 0 3
/proc/17150/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 135752

[startup+1.50028 s]
/proc/loadavg: 3.45 3.90 3.87 4/292 17164
/proc/meminfo: memFree=20972056/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=259464 CPUtime=0.42 cores=4,6
/proc/17150/stat : 17150 (python) R 17148 17150 17096 0 -1 4202496 8594 925 58 8 29 13 0 0 15 0 1 0 657332884 265691136 6476 33554432000 4194304 5683644 140736462241696 18446744073709551615 4870108 0 0 16781312 2 0 0 0 17 4 0 0 17
/proc/17150/statm: 64866 6476 1656 364 0 5224 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 259464

[startup+3.10098 s]
/proc/loadavg: 3.33 3.87 3.86 5/297 17173
/proc/meminfo: memFree=20727904/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=391704 CPUtime=1.95 cores=4,6
/proc/17150/stat : 17150 (python) R 17148 17150 17096 0 -1 4202496 37087 925 64 8 177 18 0 0 17 0 1 0 657332884 401104896 34728 33554432000 4194304 5683644 140736462241696 18446744073709551615 47826489697274 0 0 16781312 2 0 0 0 17 6 0 0 19
/proc/17150/statm: 97926 34728 1761 364 0 33850 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 391704
heavy processes:

[startup+6.31045 s]
/proc/loadavg: 3.33 3.87 3.86 5/297 17173
/proc/meminfo: memFree=20194604/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=445684 CPUtime=5.17 cores=4,6
/proc/17150/stat : 17150 (python) R 17148 17150 17096 0 -1 4202496 70128 925 64 8 494 23 0 0 25 0 1 0 657332884 456380416 48806 33554432000 4194304 5683644 140736462241696 18446744073709551615 232335550621 0 0 16781312 2 0 0 0 17 4 0 0 19
/proc/17150/statm: 111421 48806 1826 364 0 47345 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 445684

[startup+12.7003 s]
/proc/loadavg: 3.81 3.95 3.88 5/297 17173
/proc/meminfo: memFree=20131596/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=445684 CPUtime=11.56 cores=4,6
/proc/17150/stat : 17150 (python) R 17148 17150 17096 0 -1 4202496 70128 925 64 8 1133 23 0 0 25 0 1 0 657332884 456380416 48806 33554432000 4194304 5683644 140736462241696 18446744073709551615 47826319123238 0 0 16781312 2 0 0 0 17 4 0 0 19
/proc/17150/statm: 111421 48806 1826 364 0 47345 0
Current children cumulated CPU time (s) 11.56
Current children cumulated vsize (KiB) 445684

[startup+25.5011 s]
/proc/loadavg: 3.76 3.94 3.88 5/300 17212
/proc/meminfo: memFree=20212600/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=445684 CPUtime=24.36 cores=4,6
/proc/17150/stat : 17150 (python) R 17148 17150 17096 0 -1 4202496 70129 925 64 8 2413 23 0 0 25 0 1 0 657332884 456380416 48807 33554432000 4194304 5683644 140736462241696 18446744073709551615 4500667 0 0 16781312 2 0 0 0 17 4 0 0 19
/proc/17150/statm: 111421 48807 1827 364 0 47345 0
Current children cumulated CPU time (s) 24.36
Current children cumulated vsize (KiB) 445684

[startup+51.1005 s]
/proc/loadavg: 3.90 3.96 3.89 5/303 17215
/proc/meminfo: memFree=20155488/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=445684 CPUtime=49.96 cores=4,6
/proc/17150/stat : 17150 (python) R 17148 17150 17096 0 -1 4202496 70135 925 64 8 4973 23 0 0 25 0 1 0 657332884 456380416 48813 33554432000 4194304 5683644 140736462241696 18446744073709551615 47826318846080 0 0 16781312 2 0 0 0 17 4 0 0 19
/proc/17150/statm: 111421 48813 1833 364 0 47345 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (KiB) 445684

[startup+102.3 s]
/proc/loadavg: 4.11 4.01 3.91 5/303 17217
/proc/meminfo: memFree=20155364/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=445684 CPUtime=101.16 cores=4,6
/proc/17150/stat : 17150 (python) R 17148 17150 17096 0 -1 4202496 70135 925 64 8 10093 23 0 0 25 0 1 0 657332884 456380416 48813 33554432000 4194304 5683644 140736462241696 18446744073709551615 47826318846080 0 0 16781312 2 0 0 0 17 4 0 0 19
/proc/17150/statm: 111421 48813 1833 364 0 47345 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 445684

[startup+162.301 s]
/proc/loadavg: 4.09 4.02 3.91 5/306 17224
/proc/meminfo: memFree=20088192/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=443232 CPUtime=105.85 cores=4,6
/proc/17150/stat : 17150 (python) S 17148 17150 17096 0 -1 4202496 70418 925 64 8 10562 23 0 0 25 0 2 0 657332884 453869568 45671 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 19
/proc/17150/statm: 110808 45671 1867 364 0 46726 0
[pid=17218] ppid=17150 vsize=432988 CPUtime=0.12 cores=4,6
/proc/17218/stat : 17218 (python) S 17150 17150 17096 0 -1 4202560 904 0 0 0 6 6 0 0 18 0 1 0 657343584 443379712 44176 33554432000 4194304 5683644 140736462241696 18446744073709551615 232335912463 0 0 16781312 514 7761232678145196291 0 0 17 6 0 0 0
/proc/17218/statm: 108247 44176 376 364 0 44165 0
[pid=17220] ppid=17218 vsize=61052 CPUtime=55.27 cores=4,6
/proc/17220/stat : 17220 (lingeling) R 17218 17220 17220 0 -1 4202496 28108 0 0 0 5523 4 0 0 25 0 1 0 657343585 62517248 14433 33554432000 4194304 4352236 140734374521568 18446744073709551615 4281048 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17220/statm: 15263 14433 129 39 0 14343 0
[pid=17150/tid=17219] ppid=17148 vsize=443232 CPUtime=0 cores=4,6
/proc/17150/task/17219/stat : 17219 (python) S 17148 17150 17096 0 -1 4202560 30 925 0 8 0 0 0 0 25 0 2 0 657343585 453869568 45671 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.24
Current children cumulated vsize (KiB) 937272

[startup+222.301 s]
/proc/loadavg: 4.03 4.01 3.91 5/306 17226
/proc/meminfo: memFree=20103676/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=443232 CPUtime=105.85 cores=4,6
/proc/17150/stat : 17150 (python) S 17148 17150 17096 0 -1 4202496 70418 925 64 8 10562 23 0 0 25 0 2 0 657332884 453869568 45671 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 19
/proc/17150/statm: 110808 45671 1867 364 0 46726 0
[pid=17218] ppid=17150 vsize=432988 CPUtime=0.24 cores=4,6
/proc/17218/stat : 17218 (python) S 17150 17150 17096 0 -1 4202560 929 0 0 0 14 10 0 0 18 0 1 0 657343584 443379712 44176 33554432000 4194304 5683644 140736462241696 18446744073709551615 232335912463 0 0 16781312 514 7761232678145196291 0 0 17 6 0 0 0
/proc/17218/statm: 108247 44176 376 364 0 44165 0
[pid=17220] ppid=17218 vsize=61052 CPUtime=115.27 cores=4,6
/proc/17220/stat : 17220 (lingeling) R 17218 17220 17220 0 -1 4202496 28108 0 0 0 11523 4 0 0 25 0 1 0 657343585 62517248 14433 33554432000 4194304 4352236 140734374521568 18446744073709551615 4236203 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17220/statm: 15263 14433 129 39 0 14343 0
[pid=17150/tid=17219] ppid=17148 vsize=443232 CPUtime=0 cores=4,6
/proc/17150/task/17219/stat : 17219 (python) S 17148 17150 17096 0 -1 4202560 30 925 0 8 0 0 0 0 25 0 2 0 657343585 453869568 45671 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 221.36
Current children cumulated vsize (KiB) 937272

[startup+282.3 s]
/proc/loadavg: 4.07 4.02 3.92 5/306 17227
/proc/meminfo: memFree=20095212/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=443232 CPUtime=105.85 cores=4,6
/proc/17150/stat : 17150 (python) S 17148 17150 17096 0 -1 4202496 70418 925 64 8 10562 23 0 0 25 0 2 0 657332884 453869568 45671 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 19
/proc/17150/statm: 110808 45671 1867 364 0 46726 0
[pid=17218] ppid=17150 vsize=432988 CPUtime=0.37 cores=4,6
/proc/17218/stat : 17218 (python) S 17150 17150 17096 0 -1 4202560 948 0 0 0 20 17 0 0 18 0 1 0 657343584 443379712 44176 33554432000 4194304 5683644 140736462241696 18446744073709551615 232335912463 0 0 16781312 514 7761232678145196291 0 0 17 6 0 0 0
/proc/17218/statm: 108247 44176 376 364 0 44165 0
[pid=17220] ppid=17218 vsize=68240 CPUtime=175.28 cores=4,6
/proc/17220/stat : 17220 (lingeling) R 17218 17220 17220 0 -1 4202496 29905 0 0 0 17524 4 0 0 25 0 1 0 657343585 69877760 16230 33554432000 4194304 4352236 140734374521568 18446744073709551615 4234447 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17220/statm: 17060 16230 129 39 0 16140 0
[pid=17150/tid=17219] ppid=17148 vsize=443232 CPUtime=0 cores=4,6
/proc/17150/task/17219/stat : 17219 (python) S 17148 17150 17096 0 -1 4202560 30 925 0 8 0 0 0 0 25 0 2 0 657343585 453869568 45671 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 281.5
Current children cumulated vsize (KiB) 944460

[startup+342.301 s]
/proc/loadavg: 4.09 4.04 3.93 5/309 17232
/proc/meminfo: memFree=20006732/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=443232 CPUtime=105.85 cores=4,6
/proc/17150/stat : 17150 (python) S 17148 17150 17096 0 -1 4202496 70418 925 64 8 10562 23 0 0 25 0 2 0 657332884 453869568 45671 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 19
/proc/17150/statm: 110808 45671 1867 364 0 46726 0
[pid=17218] ppid=17150 vsize=432988 CPUtime=0.5 cores=4,6
/proc/17218/stat : 17218 (python) S 17150 17150 17096 0 -1 4202560 962 0 0 0 27 23 0 0 18 0 1 0 657343584 443379712 44176 33554432000 4194304 5683644 140736462241696 18446744073709551615 232335912463 0 0 16781312 514 7761232678145196291 0 0 17 6 0 0 0
/proc/17218/statm: 108247 44176 376 364 0 44165 0
[pid=17220] ppid=17218 vsize=68488 CPUtime=235.27 cores=4,6
/proc/17220/stat : 17220 (lingeling) R 17218 17220 17220 0 -1 4202496 29967 0 0 0 23523 4 0 0 25 0 1 0 657343585 70131712 16292 33554432000 4194304 4352236 140734374521568 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/17220/statm: 17122 16292 129 39 0 16202 0
[pid=17150/tid=17219] ppid=17148 vsize=443232 CPUtime=0 cores=4,6
/proc/17150/task/17219/stat : 17219 (python) S 17148 17150 17096 0 -1 4202560 30 925 0 8 0 0 0 0 25 0 2 0 657343585 453869568 45671 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 341.62
Current children cumulated vsize (KiB) 944708

[startup+402.311 s]
/proc/loadavg: 4.03 4.03 3.93 5/309 17234
/proc/meminfo: memFree=20021928/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=443232 CPUtime=105.85 cores=4,6

################
# More data... #
################

[startup+1122.3 s]
/proc/loadavg: 4.13 4.09 4.01 5/341 17285
/proc/meminfo: memFree=15549032/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=463744 CPUtime=105.88 cores=4,6
/proc/17150/stat : 17150 (python) S 17148 17150 17096 0 -1 4202496 72012 925 64 8 10564 24 0 0 20 0 4 0 657332884 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 19
/proc/17150/statm: 115936 45692 1880 364 0 51848 0
[pid=17218] ppid=17150 vsize=443232 CPUtime=0.64 cores=4,6
/proc/17218/stat : 17218 (python) S 17150 17150 17096 0 -1 4202560 1195 0 0 0 35 29 0 0 19 0 2 0 657343584 453869568 44219 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17218/statm: 110808 44219 414 364 0 46726 0
[pid=17220] ppid=17218 vsize=68488 CPUtime=296.6 cores=4,6
/proc/17220/stat : 17220 (lingeling) T 17218 17220 17220 0 -1 4202496 29967 0 0 0 29656 4 0 0 25 0 1 0 657343585 70131712 16292 33554432000 4194304 4352236 140734374521568 18446744073709551615 4278833 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17220/statm: 17122 16292 129 39 0 16202 0
[pid=17218/tid=17235] ppid=17150 vsize=443232 CPUtime=0 cores=4,6
/proc/17218/task/17235/stat : 17235 (python) S 17150 17150 17096 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657373248 453869568 44219 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 514 18446604448246613952 0 0 -1 6 0 0 0
[pid=17236] ppid=17150 vsize=443244 CPUtime=0.22 cores=4,6
/proc/17236/stat : 17236 (python) S 17150 17150 17096 0 -1 4202560 1092 0 0 0 11 11 0 0 19 0 2 0 657373249 453881856 44204 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17236/statm: 110811 44204 399 364 0 46726 0
[pid=17238] ppid=17236 vsize=60532 CPUtime=100.03 cores=4,6
/proc/17238/stat : 17238 (lingeling) T 17236 17238 17238 0 -1 4202496 27848 0 0 0 10000 3 0 0 25 0 1 0 657373250 61984768 14303 33554432000 4194304 4352236 140735462747280 18446744073709551615 4328105 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/17238/statm: 15133 14303 129 39 0 14213 0
[pid=17236/tid=17245] ppid=17150 vsize=443244 CPUtime=0 cores=4,6
/proc/17236/task/17245/stat : 17245 (python) S 17150 17150 17096 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657383271 453881856 44204 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 514 18446604453163368896 0 0 -1 6 0 0 0
[pid=17246] ppid=17150 vsize=453500 CPUtime=1.47 cores=4,6
/proc/17246/stat : 17246 (python) S 17150 17150 17096 0 -1 4202560 984 0 0 0 81 66 0 0 15 0 1 0 657383272 464384000 44178 33554432000 4194304 5683644 140736462241696 18446744073709551615 232335912518 0 0 16781312 514 5717979438218445060 0 0 17 4 0 0 0
/proc/17246/statm: 113375 44178 370 364 0 49287 0
[pid=17248] ppid=17246 vsize=2629212 CPUtime=616.85 cores=4,6
/proc/17248/stat : 17248 (cryptominisat-2) R 17246 17248 17248 0 -1 4202496 656537 0 0 0 61584 101 0 0 25 0 1 0 657383273 2692313088 517470 33554432000 4194304 4677096 140735808118240 18446744073709551615 232335589012 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17248/statm: 657303 517470 393 118 0 652262 0
[pid=17150/tid=17219] ppid=17148 vsize=463744 CPUtime=0 cores=4,6
/proc/17150/task/17219/stat : 17219 (python) S 17148 17150 17096 0 -1 4202560 30 925 0 8 0 0 0 0 25 0 4 0 657343585 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
[pid=17150/tid=17237] ppid=17148 vsize=463744 CPUtime=0 cores=4,6
/proc/17150/task/17237/stat : 17237 (python) S 17148 17150 17096 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 4 0 657373250 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
[pid=17150/tid=17247] ppid=17148 vsize=463744 CPUtime=0 cores=4,6
/proc/17150/task/17247/stat : 17247 (python) S 17148 17150 17096 0 -1 4202560 31 925 0 8 0 0 0 0 20 0 4 0 657383273 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1121.69
Current children cumulated vsize (KiB) 4561952

[startup+1182.3 s]
/proc/loadavg: 4.05 4.07 4.00 5/341 17287
/proc/meminfo: memFree=15402796/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=463744 CPUtime=105.88 cores=4,6
/proc/17150/stat : 17150 (python) S 17148 17150 17096 0 -1 4202496 72012 925 64 8 10564 24 0 0 20 0 4 0 657332884 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 19
/proc/17150/statm: 115936 45692 1880 364 0 51848 0
[pid=17218] ppid=17150 vsize=443232 CPUtime=0.64 cores=4,6
/proc/17218/stat : 17218 (python) S 17150 17150 17096 0 -1 4202560 1195 0 0 0 35 29 0 0 19 0 2 0 657343584 453869568 44219 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17218/statm: 110808 44219 414 364 0 46726 0
[pid=17220] ppid=17218 vsize=68488 CPUtime=296.6 cores=4,6
/proc/17220/stat : 17220 (lingeling) T 17218 17220 17220 0 -1 4202496 29967 0 0 0 29656 4 0 0 25 0 1 0 657343585 70131712 16292 33554432000 4194304 4352236 140734374521568 18446744073709551615 4278833 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17220/statm: 17122 16292 129 39 0 16202 0
[pid=17218/tid=17235] ppid=17150 vsize=443232 CPUtime=0 cores=4,6
/proc/17218/task/17235/stat : 17235 (python) S 17150 17150 17096 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657373248 453869568 44219 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 514 18446604448246613952 0 0 -1 6 0 0 0
[pid=17236] ppid=17150 vsize=443244 CPUtime=0.22 cores=4,6
/proc/17236/stat : 17236 (python) S 17150 17150 17096 0 -1 4202560 1092 0 0 0 11 11 0 0 19 0 2 0 657373249 453881856 44204 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17236/statm: 110811 44204 399 364 0 46726 0
[pid=17238] ppid=17236 vsize=60532 CPUtime=100.03 cores=4,6
/proc/17238/stat : 17238 (lingeling) T 17236 17238 17238 0 -1 4202496 27848 0 0 0 10000 3 0 0 25 0 1 0 657373250 61984768 14303 33554432000 4194304 4352236 140735462747280 18446744073709551615 4328105 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/17238/statm: 15133 14303 129 39 0 14213 0
[pid=17236/tid=17245] ppid=17150 vsize=443244 CPUtime=0 cores=4,6
/proc/17236/task/17245/stat : 17245 (python) S 17150 17150 17096 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657383271 453881856 44204 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 514 18446604453163368896 0 0 -1 6 0 0 0
[pid=17246] ppid=17150 vsize=453500 CPUtime=1.62 cores=4,6
/proc/17246/stat : 17246 (python) S 17150 17150 17096 0 -1 4202560 984 0 0 0 89 73 0 0 15 0 1 0 657383272 464384000 44178 33554432000 4194304 5683644 140736462241696 18446744073709551615 232335912518 0 0 16781312 514 7761232678145196292 0 0 17 4 0 0 0
/proc/17246/statm: 113375 44178 370 364 0 49287 0
[pid=17248] ppid=17246 vsize=2805976 CPUtime=676.7 cores=4,6
/proc/17248/stat : 17248 (cryptominisat-2) R 17246 17248 17248 0 -1 4202496 690418 0 0 0 67563 107 0 0 25 0 1 0 657383273 2873319424 539390 33554432000 4194304 4677096 140735808118240 18446744073709551615 4318847 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17248/statm: 701494 539390 393 118 0 696453 0
[pid=17150/tid=17219] ppid=17148 vsize=463744 CPUtime=0 cores=4,6
/proc/17150/task/17219/stat : 17219 (python) S 17148 17150 17096 0 -1 4202560 30 925 0 8 0 0 0 0 25 0 4 0 657343585 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
[pid=17150/tid=17237] ppid=17148 vsize=463744 CPUtime=0 cores=4,6
/proc/17150/task/17237/stat : 17237 (python) S 17148 17150 17096 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 4 0 657373250 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
[pid=17150/tid=17247] ppid=17148 vsize=463744 CPUtime=0 cores=4,6
/proc/17150/task/17247/stat : 17247 (python) S 17148 17150 17096 0 -1 4202560 31 925 0 8 0 0 0 0 20 0 4 0 657383273 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 4738716

[startup+1242.3 s]
/proc/loadavg: 4.24 4.13 4.02 5/341 17289
/proc/meminfo: memFree=15337396/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=463744 CPUtime=105.88 cores=4,6
/proc/17150/stat : 17150 (python) S 17148 17150 17096 0 -1 4202496 72012 925 64 8 10564 24 0 0 20 0 4 0 657332884 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 19
/proc/17150/statm: 115936 45692 1880 364 0 51848 0
[pid=17218] ppid=17150 vsize=443232 CPUtime=0.64 cores=4,6
/proc/17218/stat : 17218 (python) S 17150 17150 17096 0 -1 4202560 1195 0 0 0 35 29 0 0 19 0 2 0 657343584 453869568 44219 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17218/statm: 110808 44219 414 364 0 46726 0
[pid=17220] ppid=17218 vsize=68488 CPUtime=296.6 cores=4,6
/proc/17220/stat : 17220 (lingeling) T 17218 17220 17220 0 -1 4202496 29967 0 0 0 29656 4 0 0 25 0 1 0 657343585 70131712 16292 33554432000 4194304 4352236 140734374521568 18446744073709551615 4278833 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17220/statm: 17122 16292 129 39 0 16202 0
[pid=17218/tid=17235] ppid=17150 vsize=443232 CPUtime=0 cores=4,6
/proc/17218/task/17235/stat : 17235 (python) S 17150 17150 17096 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657373248 453869568 44219 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 514 18446604448246613952 0 0 -1 6 0 0 0
[pid=17236] ppid=17150 vsize=443244 CPUtime=0.22 cores=4,6
/proc/17236/stat : 17236 (python) S 17150 17150 17096 0 -1 4202560 1092 0 0 0 11 11 0 0 19 0 2 0 657373249 453881856 44204 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17236/statm: 110811 44204 399 364 0 46726 0
[pid=17238] ppid=17236 vsize=60532 CPUtime=100.03 cores=4,6
/proc/17238/stat : 17238 (lingeling) T 17236 17238 17238 0 -1 4202496 27848 0 0 0 10000 3 0 0 25 0 1 0 657373250 61984768 14303 33554432000 4194304 4352236 140735462747280 18446744073709551615 4328105 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/17238/statm: 15133 14303 129 39 0 14213 0
[pid=17236/tid=17245] ppid=17150 vsize=443244 CPUtime=0 cores=4,6
/proc/17236/task/17245/stat : 17245 (python) S 17150 17150 17096 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657383271 453881856 44204 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 514 18446604453163368896 0 0 -1 6 0 0 0
[pid=17246] ppid=17150 vsize=453500 CPUtime=1.76 cores=4,6
/proc/17246/stat : 17246 (python) S 17150 17150 17096 0 -1 4202560 984 0 0 0 96 80 0 0 15 0 1 0 657383272 464384000 44178 33554432000 4194304 5683644 140736462241696 18446744073709551615 232335912518 0 0 16781312 514 7761232678145196292 0 0 17 4 0 0 0
/proc/17246/statm: 113375 44178 370 364 0 49287 0
[pid=17248] ppid=17246 vsize=2744152 CPUtime=736.58 cores=4,6
/proc/17248/stat : 17248 (cryptominisat-2) R 17246 17248 17248 0 -1 4202496 703012 0 0 0 73546 112 0 0 25 0 1 0 657383273 2810011648 544437 33554432000 4194304 4677096 140735808118240 18446744073709551615 4319207 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17248/statm: 686038 544437 393 118 0 680997 0
[pid=17150/tid=17219] ppid=17148 vsize=463744 CPUtime=0 cores=4,6
/proc/17150/task/17219/stat : 17219 (python) S 17148 17150 17096 0 -1 4202560 30 925 0 8 0 0 0 0 25 0 4 0 657343585 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
[pid=17150/tid=17237] ppid=17148 vsize=463744 CPUtime=0 cores=4,6
/proc/17150/task/17237/stat : 17237 (python) S 17148 17150 17096 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 4 0 657373250 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
[pid=17150/tid=17247] ppid=17148 vsize=463744 CPUtime=0 cores=4,6
/proc/17150/task/17247/stat : 17247 (python) S 17148 17150 17096 0 -1 4202560 31 925 0 8 0 0 0 0 20 0 4 0 657383273 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1241.71
Current children cumulated vsize (KiB) 4676892



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.11 4.02 4/330 17292
/proc/meminfo: memFree=15856508/32951124 swapFree=66457188/67111528
[pid=17150] ppid=17148 vsize=463744 CPUtime=105.88 cores=4,6
/proc/17150/stat : 17150 (python) S 17148 17150 17096 0 -1 4202496 72012 925 64 8 10564 24 0 0 20 0 4 0 657332884 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 19
/proc/17150/statm: 115936 45692 1880 364 0 51848 0
[pid=17218] ppid=17150 vsize=443232 CPUtime=0.64 cores=4,6
/proc/17218/stat : 17218 (python) S 17150 17150 17096 0 -1 4202560 1195 0 0 0 35 29 0 0 19 0 2 0 657343584 453869568 44219 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17218/statm: 110808 44219 414 364 0 46726 0
[pid=17220] ppid=17218 vsize=68488 CPUtime=296.6 cores=4,6
/proc/17220/stat : 17220 (lingeling) T 17218 17220 17220 0 -1 4202496 29967 0 0 0 29656 4 0 0 25 0 1 0 657343585 70131712 16292 33554432000 4194304 4352236 140734374521568 18446744073709551615 4278833 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/17220/statm: 17122 16292 129 39 0 16202 0
[pid=17218/tid=17235] ppid=17150 vsize=443232 CPUtime=0 cores=4,6
/proc/17218/task/17235/stat : 17235 (python) S 17150 17150 17096 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657373248 453869568 44219 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 514 18446604448246613952 0 0 -1 6 0 0 0
[pid=17236] ppid=17150 vsize=443244 CPUtime=0.22 cores=4,6
/proc/17236/stat : 17236 (python) S 17150 17150 17096 0 -1 4202560 1092 0 0 0 11 11 0 0 19 0 2 0 657373249 453881856 44204 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17236/statm: 110811 44204 399 364 0 46726 0
[pid=17238] ppid=17236 vsize=60532 CPUtime=100.03 cores=4,6
/proc/17238/stat : 17238 (lingeling) T 17236 17238 17238 0 -1 4202496 27848 0 0 0 10000 3 0 0 25 0 1 0 657373250 61984768 14303 33554432000 4194304 4352236 140735462747280 18446744073709551615 4328105 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/17238/statm: 15133 14303 129 39 0 14213 0
[pid=17236/tid=17245] ppid=17150 vsize=443244 CPUtime=0 cores=4,6
/proc/17236/task/17245/stat : 17245 (python) S 17150 17150 17096 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657383271 453881856 44204 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 514 18446604453163368896 0 0 -1 6 0 0 0
[pid=17246] ppid=17150 vsize=453500 CPUtime=1.9 cores=4,6
/proc/17246/stat : 17246 (python) S 17150 17150 17096 0 -1 4202560 984 0 0 0 104 86 0 0 15 0 1 0 657383272 464384000 44178 33554432000 4194304 5683644 140736462241696 18446744073709551615 232335912518 0 0 16781312 514 5717979438218445060 0 0 17 4 0 0 0
/proc/17246/statm: 113375 44178 370 364 0 49287 0
[pid=17248] ppid=17246 vsize=2834676 CPUtime=794.18 cores=4,6
/proc/17248/stat : 17248 (cryptominisat-2) R 17246 17248 17248 0 -1 4202496 736547 0 0 0 79300 118 0 0 25 0 1 0 657383273 2902708224 560442 33554432000 4194304 4677096 140735808118240 18446744073709551615 4586829 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17248/statm: 708669 560442 393 118 0 703628 0
[pid=17150/tid=17219] ppid=17148 vsize=463744 CPUtime=0 cores=4,6
/proc/17150/task/17219/stat : 17219 (python) S 17148 17150 17096 0 -1 4202560 30 925 0 8 0 0 0 0 25 0 4 0 657343585 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
[pid=17150/tid=17237] ppid=17148 vsize=463744 CPUtime=0 cores=4,6
/proc/17150/task/17237/stat : 17237 (python) S 17148 17150 17096 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 4 0 657373250 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
[pid=17150/tid=17247] ppid=17148 vsize=463744 CPUtime=0 cores=4,6
/proc/17150/task/17247/stat : 17247 (python) S 17148 17150 17096 0 -1 4202560 31 925 0 8 0 0 0 0 20 0 4 0 657383273 474873856 45692 33554432000 4194304 5683644 140736462241696 18446744073709551615 232347716017 0 0 16781312 2 18446604447441635136 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1299.45
Current children cumulated vsize (KiB) 4767416

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17150 and gives
#  childrusage.ru_utime.tv_sec=105
#  childrusage.ru_utime.tv_usec=649938
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=260960
# CPU time returned by wait4() is 105.911
# while last known CPU time is 1299.45
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.04
CPU time (s): 1299.45
CPU user time (s): 1296.7
CPU system time (s): 2.75
CPU usage (%): 99.9544
Max. virtual memory (cumulated for all children) (KiB): 4810084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.65
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72938
page faults= 72
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26684
involuntary context switches= 288

runsolver used 4.04439 second user time and 8.50771 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 13:02:27
IDJOB=3378026
IDBENCH=84248
IDSOLVER=1858
FILE ID=node132/3378026-1305457346
RUNJOBID= node132-1305457346-17115
PBS_JOBID= 13324896
Free space on /tmp= 73252 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378026-1305457346/watcher-3378026-1305457346 -o /tmp/evaluation-result-3378026-1305457346/solver-3378026-1305457346 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378026-1305457346.cnf -seed 1275953254 -budget 2400

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1275953254

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21070212 kB
Buffers:        298472 kB
Cached:        6005776 kB
SwapCached:       6904 kB
Active:        5150704 kB
Inactive:      6416068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21070212 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:          154532 kB
Writeback:          16 kB
AnonPages:     5260048 kB
Mapped:          20456 kB
Slab:           225000 kB
PageTables:      24808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34799132 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73232 MiB
End job on node132 at 2011-05-15 13:24:09