Trace number 3484610

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, 1200 s timeout)? (TO) 1200.07 1199.63

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
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 variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

Solver Data

0.64/1.00	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.64/1.00	c INFO: solving HOME/instance-3484610-1307750780.cnf
0.64/1.00	c INFO: computing task features
0.83/1.26	c INFO: computed variable-clause graph statistics
0.83/1.28	c INFO: computed clause balance statistics
2.73/3.32	c INFO: computed variable balance statistics
4.43/4.85	c INFO: computed small-clause counts
4.43/4.86	c INFO: computed Horn-clause counts
6.13/6.54	c INFO: computed variable graph statistics
6.13/6.54	c INFO: collected features for HOME/instance-3484610-1307750780.cnf in 5.64 s
6.13/6.55	c INFO: running lingeling-276@0 for 582 with 1194 remaining (b = 0.58)
591.61/591.24	c INFO: running cryptominisat-2.9.0@0 for 609 with 609 remaining (b = 0.52)

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.1 (svn: 988)

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

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.77 2.17 2.92 7/183 15660
/proc/meminfo: memFree=30848868/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=15384 CPUtime=0 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 813 0 0 0 0 0 0 0 21 0 1 0 886676034 15753216 697 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/15660/statm: 3846 697 334 364 0 333 0

[startup+0.040322 s]
/proc/loadavg: 1.77 2.17 2.92 7/183 15660
/proc/meminfo: memFree=30848868/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=18884 CPUtime=0.02 cores=5,7
/proc/15660/stat : 15660 (python) R 15658 15660 13569 0 -1 4202496 1289 0 0 0 2 0 0 0 17 0 1 0 886676034 19337216 1140 33554432000 4194304 5683644 140736815080032 18446744073709551615 5114784 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15660/statm: 4721 1140 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100316 s]
/proc/loadavg: 1.77 2.17 2.92 7/183 15660
/proc/meminfo: memFree=30848868/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=84604 CPUtime=0.07 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 2411 0 0 0 4 3 0 0 17 0 1 0 886676034 86634496 2136 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/15660/statm: 21151 2136 707 364 0 1368 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 84604

[startup+0.30028 s]
/proc/loadavg: 1.77 2.17 2.92 7/183 15660
/proc/meminfo: memFree=30848868/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=135748 CPUtime=0.22 cores=5,7
/proc/15660/stat : 15660 (python) R 15658 15660 13569 0 -1 4202496 5971 931 1 0 13 9 0 0 17 0 1 0 886676034 139005952 4148 33554432000 4194304 5683644 140736815080032 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15660/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 135748

[startup+0.7002 s]
/proc/loadavg: 1.77 2.17 2.92 7/183 15660
/proc/meminfo: memFree=30848868/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=224308 CPUtime=0.4 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 7528 931 1 0 22 18 0 0 16 0 1 0 886676034 229691392 5504 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/15660/statm: 56077 5504 1557 364 0 4133 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 224308

[startup+1.50106 s]
/proc/loadavg: 1.77 2.17 2.92 7/190 15687
/proc/meminfo: memFree=30726696/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=304028 CPUtime=1.13 cores=5,7
/proc/15660/stat : 15660 (python) R 15658 15660 13569 0 -1 4202496 18633 931 1 0 90 23 0 0 16 0 1 0 886676034 311324672 13392 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122369086 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15660/statm: 76007 13392 1826 364 0 11931 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 304028

[startup+3.10077 s]
/proc/loadavg: 1.77 2.17 2.92 6/190 15687
/proc/meminfo: memFree=30594492/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=304028 CPUtime=2.73 cores=5,7
/proc/15660/stat : 15660 (python) R 15658 15660 13569 0 -1 4202496 18633 931 1 0 250 23 0 0 18 0 1 0 886676034 311324672 13392 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122372275 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15660/statm: 76007 13392 1826 364 0 11931 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 304028

[startup+6.30019 s]
/proc/loadavg: 2.35 2.29 2.95 5/193 15691
/proc/meminfo: memFree=30587984/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=304028 CPUtime=5.93 cores=5,7
/proc/15660/stat : 15660 (python) R 15658 15660 13569 0 -1 4202496 18640 931 1 0 570 23 0 0 25 0 1 0 886676034 311324672 13399 33554432000 4194304 5683644 140736815080032 18446744073709551615 47001114118272 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15660/statm: 76007 13399 1833 364 0 11931 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 304028

[startup+12.701 s]
/proc/loadavg: 2.48 2.32 2.95 5/196 15694
/proc/meminfo: memFree=30575144/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=312304 CPUtime=6.19 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 18919 931 1 0 595 24 0 0 25 0 2 0 886676034 319799296 12939 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15660/statm: 78076 12939 1867 364 0 13994 0
[pid=15692] ppid=15660 vsize=302060 CPUtime=0 cores=5,7
/proc/15692/stat : 15692 (python) S 15660 15660 13569 0 -1 4202560 876 0 0 0 0 0 0 0 18 0 1 0 886676690 309309440 11443 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122734095 0 0 16781312 514 9937556795314635016 0 0 17 7 0 0 0
/proc/15692/statm: 75515 11443 375 364 0 11433 0
[pid=15694] ppid=15692 vsize=15360 CPUtime=6.13 cores=5,7
/proc/15694/stat : 15694 (lingeling) R 15692 15694 15694 0 -1 4202496 4946 0 0 0 613 0 0 0 25 0 1 0 886676690 15728640 3009 33554432000 4194304 4352236 140735076217600 18446744073709551615 4319453 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15694/statm: 3840 3009 129 39 0 2920 0
[pid=15660/tid=15693] ppid=15658 vsize=312304 CPUtime=0 cores=5,7
/proc/15660/task/15693/stat : 15693 (python) S 15658 15660 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886676690 319799296 12939 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 629724

[startup+25.5007 s]
/proc/loadavg: 2.81 2.40 2.97 5/202 15700
/proc/meminfo: memFree=30506412/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=312304 CPUtime=6.19 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 18919 931 1 0 595 24 0 0 25 0 2 0 886676034 319799296 12939 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15660/statm: 78076 12939 1867 364 0 13994 0
[pid=15692] ppid=15660 vsize=302060 CPUtime=0.02 cores=5,7
/proc/15692/stat : 15692 (python) S 15660 15660 13569 0 -1 4202560 883 0 0 0 1 1 0 0 18 0 1 0 886676690 309309440 11444 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122734095 0 0 16781312 514 5308776390437339400 0 0 17 7 0 0 0
/proc/15692/statm: 75515 11444 376 364 0 11433 0
[pid=15694] ppid=15692 vsize=16884 CPUtime=18.93 cores=5,7
/proc/15694/stat : 15694 (lingeling) R 15692 15694 15694 0 -1 4202496 5327 0 0 0 1893 0 0 0 25 0 1 0 886676690 17289216 3390 33554432000 4194304 4352236 140735076217600 18446744073709551615 4328901 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15694/statm: 4221 3390 129 39 0 3301 0
[pid=15660/tid=15693] ppid=15658 vsize=312304 CPUtime=0 cores=5,7
/proc/15660/task/15693/stat : 15693 (python) S 15658 15660 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886676690 319799296 12939 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 631248

[startup+51.1071 s]
/proc/loadavg: 3.27 2.54 3.00 5/202 15701
/proc/meminfo: memFree=30498700/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=312304 CPUtime=6.19 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 18919 931 1 0 595 24 0 0 25 0 2 0 886676034 319799296 12939 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15660/statm: 78076 12939 1867 364 0 13994 0
[pid=15692] ppid=15660 vsize=302060 CPUtime=0.04 cores=5,7
/proc/15692/stat : 15692 (python) S 15660 15660 13569 0 -1 4202560 894 0 0 0 2 2 0 0 18 0 1 0 886676690 309309440 11444 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122734095 0 0 16781312 514 5308776390437339400 0 0 17 7 0 0 0
/proc/15692/statm: 75515 11444 376 364 0 11433 0
[pid=15694] ppid=15692 vsize=19308 CPUtime=44.54 cores=5,7
/proc/15694/stat : 15694 (lingeling) R 15692 15694 15694 0 -1 4202496 5933 0 0 0 4454 0 0 0 25 0 1 0 886676690 19771392 3996 33554432000 4194304 4352236 140735076217600 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15694/statm: 4827 3996 129 39 0 3907 0
[pid=15660/tid=15693] ppid=15658 vsize=312304 CPUtime=0 cores=5,7
/proc/15660/task/15693/stat : 15693 (python) S 15658 15660 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886676690 319799296 12939 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 633672

[startup+102.301 s]
/proc/loadavg: 3.68 2.76 3.05 5/202 15702
/proc/meminfo: memFree=30493836/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=312304 CPUtime=6.19 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 18919 931 1 0 595 24 0 0 25 0 2 0 886676034 319799296 12939 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15660/statm: 78076 12939 1867 364 0 13994 0
[pid=15692] ppid=15660 vsize=302060 CPUtime=0.11 cores=5,7
/proc/15692/stat : 15692 (python) S 15660 15660 13569 0 -1 4202560 920 0 0 0 6 5 0 0 18 0 1 0 886676690 309309440 11444 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122734095 0 0 16781312 514 5308776390437339400 0 0 17 7 0 0 0
/proc/15692/statm: 75515 11444 376 364 0 11433 0
[pid=15694] ppid=15692 vsize=20352 CPUtime=95.73 cores=5,7
/proc/15694/stat : 15694 (lingeling) R 15692 15694 15694 0 -1 4202496 8243 0 0 0 9573 0 0 0 25 0 1 0 886676690 20840448 4257 33554432000 4194304 4352236 140735076217600 18446744073709551615 4238648 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15694/statm: 5088 4257 129 39 0 4168 0
[pid=15660/tid=15693] ppid=15658 vsize=312304 CPUtime=0 cores=5,7
/proc/15660/task/15693/stat : 15693 (python) S 15658 15660 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886676690 319799296 12939 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 634716

[startup+162.301 s]
/proc/loadavg: 3.88 2.99 3.11 5/210 15712
/proc/meminfo: memFree=29364296/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=312304 CPUtime=6.19 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 18919 931 1 0 595 24 0 0 25 0 2 0 886676034 319799296 12939 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15660/statm: 78076 12939 1867 364 0 13994 0
[pid=15692] ppid=15660 vsize=302060 CPUtime=0.19 cores=5,7
/proc/15692/stat : 15692 (python) S 15660 15660 13569 0 -1 4202560 940 0 0 0 10 9 0 0 18 0 1 0 886676690 309309440 11444 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122734095 0 0 16781312 514 5308776390437339400 0 0 17 7 0 0 0
/proc/15692/statm: 75515 11444 376 364 0 11433 0
[pid=15694] ppid=15692 vsize=23424 CPUtime=155.74 cores=5,7
/proc/15694/stat : 15694 (lingeling) R 15692 15694 15694 0 -1 4202496 11059 0 0 0 15573 1 0 0 25 0 1 0 886676690 23986176 5025 33554432000 4194304 4352236 140735076217600 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15694/statm: 5856 5025 129 39 0 4936 0
[pid=15660/tid=15693] ppid=15658 vsize=312304 CPUtime=0 cores=5,7
/proc/15660/task/15693/stat : 15693 (python) S 15658 15660 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886676690 319799296 12939 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 637788

[startup+222.301 s]
/proc/loadavg: 4.03 3.18 3.17 5/210 15713
/proc/meminfo: memFree=29252144/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=312304 CPUtime=6.19 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 18919 931 1 0 595 24 0 0 25 0 2 0 886676034 319799296 12939 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15660/statm: 78076 12939 1867 364 0 13994 0
[pid=15692] ppid=15660 vsize=302060 CPUtime=0.27 cores=5,7
/proc/15692/stat : 15692 (python) S 15660 15660 13569 0 -1 4202560 959 0 0 0 14 13 0 0 18 0 1 0 886676690 309309440 11444 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122734095 0 0 16781312 514 5308776390437339400 0 0 17 7 0 0 0
/proc/15692/statm: 75515 11444 376 364 0 11433 0
[pid=15694] ppid=15692 vsize=29568 CPUtime=215.74 cores=5,7
/proc/15694/stat : 15694 (lingeling) R 15692 15694 15694 0 -1 4202496 12595 0 0 0 21573 1 0 0 25 0 1 0 886676690 30277632 6561 33554432000 4194304 4352236 140735076217600 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15694/statm: 7392 6561 129 39 0 6472 0
[pid=15660/tid=15693] ppid=15658 vsize=312304 CPUtime=0 cores=5,7
/proc/15660/task/15693/stat : 15693 (python) S 15658 15660 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886676690 319799296 12939 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 643932

[startup+282.301 s]
/proc/loadavg: 4.04 3.34 3.22 6/210 15715
/proc/meminfo: memFree=29181400/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=312304 CPUtime=6.19 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 18919 931 1 0 595 24 0 0 25 0 2 0 886676034 319799296 12939 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15660/statm: 78076 12939 1867 364 0 13994 0
[pid=15692] ppid=15660 vsize=302060 CPUtime=0.35 cores=5,7

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

[pid=15729] ppid=15660 vsize=312316 CPUtime=0.58 cores=5,7
/proc/15729/stat : 15729 (python) S 15660 15660 13569 0 -1 4202560 1010 0 0 0 31 27 0 0 15 0 1 0 886735159 319811584 11443 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122734150 0 0 16781312 514 5308776390437339396 0 0 17 5 0 0 0
/proc/15729/statm: 78079 11443 371 364 0 13994 0
[pid=15731] ppid=15729 vsize=445984 CPUtime=410.49 cores=5,7
/proc/15731/stat : 15731 (cryptominisat-2) R 15729 15731 15731 0 -1 4202496 274030 0 0 0 40995 54 0 0 25 0 1 0 886735159 456687616 85787 33554432000 4194304 4677096 140736283872512 18446744073709551615 4317744 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15731/statm: 111496 85787 393 118 0 106455 0
[pid=15660/tid=15693] ppid=15658 vsize=322560 CPUtime=0 cores=5,7
/proc/15660/task/15693/stat : 15693 (python) S 15658 15660 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 3 0 886676690 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
[pid=15660/tid=15730] ppid=15658 vsize=322560 CPUtime=0 cores=5,7
/proc/15660/task/15730/stat : 15730 (python) S 15658 15660 13569 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886735159 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1002.72
Current children cumulated vsize (KiB) 1427856

[startup+1062.3 s]
/proc/loadavg: 4.03 3.97 3.65 5/218 15744
/proc/meminfo: memFree=27829336/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=322560 CPUtime=6.2 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 19730 931 1 0 596 24 0 0 20 0 3 0 886676034 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15660/statm: 80640 12946 1870 364 0 16555 0
[pid=15692] ppid=15660 vsize=312304 CPUtime=0.76 cores=5,7
/proc/15692/stat : 15692 (python) S 15660 15660 13569 0 -1 4202560 1193 0 0 0 38 38 0 0 19 0 2 0 886676690 319799296 11487 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15692/statm: 78076 11487 414 364 0 13994 0
[pid=15694] ppid=15692 vsize=34692 CPUtime=584.69 cores=5,7
/proc/15694/stat : 15694 (lingeling) T 15692 15694 15694 0 -1 4202496 27188 0 0 0 58466 3 0 0 25 0 1 0 886676690 35524608 7842 33554432000 4194304 4352236 140735076217600 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/15694/statm: 8673 7842 129 39 0 7753 0
[pid=15692/tid=15728] ppid=15660 vsize=312304 CPUtime=0 cores=5,7
/proc/15692/task/15728/stat : 15728 (python) S 15660 15660 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886735158 319799296 11487 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 514 18446604463816395584 0 0 -1 7 0 0 0
[pid=15729] ppid=15660 vsize=312316 CPUtime=0.66 cores=5,7
/proc/15729/stat : 15729 (python) S 15660 15660 13569 0 -1 4202560 1010 0 0 0 36 30 0 0 15 0 1 0 886735159 319811584 11443 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122734150 0 0 16781312 514 5308776390437339396 0 0 17 5 0 0 0
/proc/15729/statm: 78079 11443 371 364 0 13994 0
[pid=15731] ppid=15729 vsize=449060 CPUtime=470.42 cores=5,7
/proc/15731/stat : 15731 (cryptominisat-2) R 15729 15731 15731 0 -1 4202496 306698 0 0 0 46981 61 0 0 25 0 1 0 886735159 459837440 86108 33554432000 4194304 4677096 140736283872512 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15731/statm: 112265 86108 393 118 0 107224 0
[pid=15660/tid=15693] ppid=15658 vsize=322560 CPUtime=0 cores=5,7
/proc/15660/task/15693/stat : 15693 (python) S 15658 15660 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 3 0 886676690 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
[pid=15660/tid=15730] ppid=15658 vsize=322560 CPUtime=0 cores=5,7
/proc/15660/task/15730/stat : 15730 (python) S 15658 15660 13569 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886735159 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1062.73
Current children cumulated vsize (KiB) 1430932

[startup+1122.3 s]
/proc/loadavg: 4.01 3.97 3.67 5/218 15745
/proc/meminfo: memFree=27829008/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=322560 CPUtime=6.2 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 19730 931 1 0 596 24 0 0 20 0 3 0 886676034 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15660/statm: 80640 12946 1870 364 0 16555 0
[pid=15692] ppid=15660 vsize=312304 CPUtime=0.76 cores=5,7
/proc/15692/stat : 15692 (python) S 15660 15660 13569 0 -1 4202560 1193 0 0 0 38 38 0 0 19 0 2 0 886676690 319799296 11487 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15692/statm: 78076 11487 414 364 0 13994 0
[pid=15694] ppid=15692 vsize=34692 CPUtime=584.69 cores=5,7
/proc/15694/stat : 15694 (lingeling) T 15692 15694 15694 0 -1 4202496 27188 0 0 0 58466 3 0 0 25 0 1 0 886676690 35524608 7842 33554432000 4194304 4352236 140735076217600 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/15694/statm: 8673 7842 129 39 0 7753 0
[pid=15692/tid=15728] ppid=15660 vsize=312304 CPUtime=0 cores=5,7
/proc/15692/task/15728/stat : 15728 (python) S 15660 15660 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886735158 319799296 11487 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 514 18446604463816395584 0 0 -1 7 0 0 0
[pid=15729] ppid=15660 vsize=312316 CPUtime=0.74 cores=5,7
/proc/15729/stat : 15729 (python) S 15660 15660 13569 0 -1 4202560 1010 0 0 0 41 33 0 0 15 0 1 0 886735159 319811584 11443 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122734150 0 0 16781312 514 5308776390437339396 0 0 17 5 0 0 0
/proc/15729/statm: 78079 11443 371 364 0 13994 0
[pid=15731] ppid=15729 vsize=450480 CPUtime=530.35 cores=5,7
/proc/15731/stat : 15731 (cryptominisat-2) R 15729 15731 15731 0 -1 4202496 337709 0 0 0 52968 67 0 0 25 0 1 0 886735159 461291520 89914 33554432000 4194304 4677096 140736283872512 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15731/statm: 112620 89914 393 118 0 107579 0
[pid=15660/tid=15693] ppid=15658 vsize=322560 CPUtime=0 cores=5,7
/proc/15660/task/15693/stat : 15693 (python) S 15658 15660 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 3 0 886676690 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
[pid=15660/tid=15730] ppid=15658 vsize=322560 CPUtime=0 cores=5,7
/proc/15660/task/15730/stat : 15730 (python) S 15658 15660 13569 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886735159 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.74
Current children cumulated vsize (KiB) 1432352

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.69 5/218 15747
/proc/meminfo: memFree=27737304/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=322560 CPUtime=6.2 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 19730 931 1 0 596 24 0 0 20 0 3 0 886676034 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15660/statm: 80640 12946 1870 364 0 16555 0
[pid=15692] ppid=15660 vsize=312304 CPUtime=0.76 cores=5,7
/proc/15692/stat : 15692 (python) S 15660 15660 13569 0 -1 4202560 1193 0 0 0 38 38 0 0 19 0 2 0 886676690 319799296 11487 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15692/statm: 78076 11487 414 364 0 13994 0
[pid=15694] ppid=15692 vsize=34692 CPUtime=584.69 cores=5,7
/proc/15694/stat : 15694 (lingeling) T 15692 15694 15694 0 -1 4202496 27188 0 0 0 58466 3 0 0 25 0 1 0 886676690 35524608 7842 33554432000 4194304 4352236 140735076217600 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/15694/statm: 8673 7842 129 39 0 7753 0
[pid=15692/tid=15728] ppid=15660 vsize=312304 CPUtime=0 cores=5,7
/proc/15692/task/15728/stat : 15728 (python) S 15660 15660 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886735158 319799296 11487 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 514 18446604463816395584 0 0 -1 7 0 0 0
[pid=15729] ppid=15660 vsize=312316 CPUtime=0.83 cores=5,7
/proc/15729/stat : 15729 (python) S 15660 15660 13569 0 -1 4202560 1010 0 0 0 46 37 0 0 15 0 1 0 886735159 319811584 11443 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122734150 0 0 16781312 514 5308776390437339396 0 0 17 5 0 0 0
/proc/15729/statm: 78079 11443 371 364 0 13994 0
[pid=15731] ppid=15729 vsize=453068 CPUtime=590.29 cores=5,7
/proc/15731/stat : 15731 (cryptominisat-2) R 15729 15731 15731 0 -1 4202496 378164 0 0 0 58950 79 0 0 25 0 1 0 886735159 463941632 101282 33554432000 4194304 4677096 140736283872512 18446744073709551615 4320400 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/15731/statm: 113267 101282 398 118 0 108226 0
[pid=15660/tid=15693] ppid=15658 vsize=322560 CPUtime=0 cores=5,7
/proc/15660/task/15693/stat : 15693 (python) S 15658 15660 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 3 0 886676690 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
[pid=15660/tid=15730] ppid=15658 vsize=322560 CPUtime=0 cores=5,7
/proc/15660/task/15730/stat : 15730 (python) S 15658 15660 13569 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886735159 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.77
Current children cumulated vsize (KiB) 1434940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.6 s]
/proc/loadavg: 4.00 3.97 3.69 5/218 15747
/proc/meminfo: memFree=27755240/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=322560 CPUtime=6.2 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 19730 931 1 0 596 24 0 0 20 0 3 0 886676034 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15660/statm: 80640 12946 1870 364 0 16555 0
[pid=15692] ppid=15660 vsize=312304 CPUtime=0.76 cores=5,7
/proc/15692/stat : 15692 (python) S 15660 15660 13569 0 -1 4202560 1193 0 0 0 38 38 0 0 19 0 2 0 886676690 319799296 11487 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15692/statm: 78076 11487 414 364 0 13994 0
[pid=15694] ppid=15692 vsize=34692 CPUtime=584.69 cores=5,7
/proc/15694/stat : 15694 (lingeling) T 15692 15694 15694 0 -1 4202496 27188 0 0 0 58466 3 0 0 25 0 1 0 886676690 35524608 7842 33554432000 4194304 4352236 140735076217600 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/15694/statm: 8673 7842 129 39 0 7753 0
[pid=15692/tid=15728] ppid=15660 vsize=312304 CPUtime=0 cores=5,7
/proc/15692/task/15728/stat : 15728 (python) S 15660 15660 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886735158 319799296 11487 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 514 18446604463816395584 0 0 -1 7 0 0 0
[pid=15729] ppid=15660 vsize=312316 CPUtime=0.85 cores=5,7
/proc/15729/stat : 15729 (python) S 15660 15660 13569 0 -1 4202560 1010 0 0 0 47 38 0 0 15 0 1 0 886735159 319811584 11443 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122734150 0 0 16781312 514 5308776390437339396 0 0 17 5 0 0 0
/proc/15729/statm: 78079 11443 371 364 0 13994 0
[pid=15731] ppid=15729 vsize=528560 CPUtime=607.57 cores=5,7
/proc/15731/stat : 15731 (cryptominisat-2) R 15729 15731 15731 0 -1 4202496 381453 0 0 0 60677 80 0 0 25 0 1 0 886735159 541245440 104567 33554432000 4194304 4677096 140736283872512 18446744073709551615 4320162 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15731/statm: 132140 104567 394 118 0 127099 0
[pid=15660/tid=15693] ppid=15658 vsize=322560 CPUtime=0 cores=5,7
/proc/15660/task/15693/stat : 15693 (python) S 15658 15660 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 3 0 886676690 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
[pid=15660/tid=15730] ppid=15658 vsize=322560 CPUtime=0 cores=5,7
/proc/15660/task/15730/stat : 15730 (python) S 15658 15660 13569 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886735159 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1510432

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

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

[startup+1199.6 s]
/proc/loadavg: 4.00 3.97 3.69 5/218 15747
/proc/meminfo: memFree=27755240/32951124 swapFree=67051744/67111528
[pid=15660] ppid=15658 vsize=322560 CPUtime=6.2 cores=5,7
/proc/15660/stat : 15660 (python) S 15658 15660 13569 0 -1 4202496 19730 931 1 0 596 24 0 0 20 0 3 0 886676034 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15660/statm: 80640 12946 1870 364 0 16555 0
[pid=15692] ppid=15660 vsize=312304 CPUtime=0.76 cores=5,7
/proc/15692/stat : 15692 (python) S 15660 15660 13569 0 -1 4202560 1193 0 0 0 38 38 0 0 19 0 2 0 886676690 319799296 11487 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15692/statm: 78076 11487 414 364 0 13994 0
[pid=15694] ppid=15692 vsize=34692 CPUtime=584.69 cores=5,7
/proc/15694/stat : 15694 (lingeling) T 15692 15694 15694 0 -1 4202496 27188 0 0 0 58466 3 0 0 25 0 1 0 886676690 35524608 7842 33554432000 4194304 4352236 140735076217600 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/15694/statm: 8673 7842 129 39 0 7753 0
[pid=15692/tid=15728] ppid=15660 vsize=312304 CPUtime=0 cores=5,7
/proc/15692/task/15728/stat : 15728 (python) S 15660 15660 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886735158 319799296 11487 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 514 18446604463816395584 0 0 -1 7 0 0 0
[pid=15729] ppid=15660 vsize=312316 CPUtime=0.85 cores=5,7
/proc/15729/stat : 15729 (python) S 15660 15660 13569 0 -1 4202560 1010 0 0 0 47 38 0 0 15 0 1 0 886735159 319811584 11443 33554432000 4194304 5683644 140736815080032 18446744073709551615 228122734150 0 0 16781312 514 5308776390437339396 0 0 17 5 0 0 0
/proc/15729/statm: 78079 11443 371 364 0 13994 0
[pid=15731] ppid=15729 vsize=528560 CPUtime=607.57 cores=5,7
/proc/15731/stat : 15731 (cryptominisat-2) R 15729 15731 15731 0 -1 4202496 381453 0 0 0 60677 80 0 0 25 0 1 0 886735159 541245440 104567 33554432000 4194304 4677096 140736283872512 18446744073709551615 4320162 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15731/statm: 132140 104567 394 118 0 127099 0
[pid=15660/tid=15693] ppid=15658 vsize=322560 CPUtime=0 cores=5,7
/proc/15660/task/15693/stat : 15693 (python) S 15658 15660 13569 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 3 0 886676690 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
[pid=15660/tid=15730] ppid=15658 vsize=322560 CPUtime=0 cores=5,7
/proc/15660/task/15730/stat : 15730 (python) S 15658 15660 13569 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886735159 330301440 12946 33554432000 4194304 5683644 140736815080032 18446744073709551615 228134537649 0 0 16781312 2 18446604463816394688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1510432

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15660 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=964093
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=244962
# CPU time returned by wait4() is 6.20905
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.63
CPU time (s): 1200.07
CPU user time (s): 1198.24
CPU system time (s): 1.83
CPU usage (%): 100.037
Max. virtual memory (cumulated for all children) (KiB): 1510432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.96409
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20661
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27210
involuntary context switches= 20

runsolver used 1.9487 second user time and 4.70328 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-11 02:06:20
IDJOB=3484610
IDBENCH=83127
IDSOLVER=1976
FILE ID=node138/3484610-1307750780
RUNJOBID= node138-1307750780-15615
PBS_JOBID= 13550821
Free space on /tmp= 74064 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom18.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-3484610-1307750780/watcher-3484610-1307750780 -o /tmp/evaluation-result-3484610-1307750780/solver-3484610-1307750780 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484610-1307750780.cnf -seed 1737324433 -budget 1200

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

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
RANDOM SEED=1737324433

node138.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.854
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.70
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.854
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.854
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.82
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.854
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.854
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.80
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.854
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.854
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.854
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:      30850452 kB
Buffers:        256440 kB
Cached:        1626696 kB
SwapCached:      13468 kB
Active:         611140 kB
Inactive:      1294100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30850452 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:          140540 kB
Writeback:           0 kB
AnonPages:       18292 kB
Mapped:          10264 kB
Slab:           130924 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   213580 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= 73944 MiB
End job on node138 at 2011-06-11 02:26:22