Trace number 3378058

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
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 variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

Solver Data

0.76/2.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.76/2.68	c INFO: solving HOME/instance-3378058-1305456501.cnf
0.76/2.68	c INFO: computing task features
1.22/3.15	c INFO: computed variable-clause graph statistics
1.62/3.57	c INFO: computed clause balance statistics
4.02/5.90	c INFO: computed variable balance statistics
6.02/7.98	c INFO: computed small-clause counts
6.02/7.99	c INFO: computed Horn-clause counts
9.03/10.92	c INFO: computed variable graph statistics
9.03/10.92	c INFO: collected features for HOME/instance-3378058-1305456501.cnf in 8.23 s
9.03/10.93	c INFO: running lingeling-276@0 for 388 with 2391 remaining (b = 0.54)
403.83/405.93	c INFO: running cryptominisat-2.9.0@0 for 1997 with 1997 remaining (b = 0.68)

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

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.50 3.90 3.81 3/366 30140
/proc/meminfo: memFree=23781816/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=15908 CPUtime=0 cores=5,7
/proc/30140/stat : 30140 (python) S 30138 30140 30081 0 -1 4202496 958 0 0 0 0 0 0 0 17 0 1 0 638065621 16289792 834 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/30140/statm: 3977 834 357 364 0 464 0

[startup+0.057553 s]
/proc/loadavg: 3.50 3.90 3.81 3/366 30140
/proc/meminfo: memFree=23781816/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=18884 CPUtime=0.02 cores=5,7
/proc/30140/stat : 30140 (python) D 30138 30140 30081 0 -1 4202496 1258 0 1 0 1 1 0 0 17 0 1 0 638065621 19337216 1113 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095449088 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30140/statm: 4721 1113 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100524 s]
/proc/loadavg: 3.50 3.90 3.81 3/366 30140
/proc/meminfo: memFree=23781816/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=23184 CPUtime=0.04 cores=5,7
/proc/30140/stat : 30140 (python) D 30138 30140 30081 0 -1 4202496 1329 0 2 0 2 2 0 0 17 0 1 0 638065621 23740416 1179 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095449088 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30140/statm: 5796 1179 432 364 0 723 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23184

[startup+0.300494 s]
/proc/loadavg: 3.50 3.90 3.81 3/366 30140
/proc/meminfo: memFree=23781816/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=54536 CPUtime=0.12 cores=5,7
/proc/30140/stat : 30140 (python) D 30138 30140 30081 0 -1 4202496 2038 0 11 0 4 8 0 0 17 0 1 0 638065621 55844864 1808 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095449088 0 0 16781312 2 0 0 0 17 5 0 0 1
/proc/30140/statm: 13634 1808 492 364 0 1284 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 54536

[startup+0.700417 s]
/proc/loadavg: 3.50 3.90 3.81 3/366 30140
/proc/meminfo: memFree=23781816/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=116604 CPUtime=0.23 cores=5,7
/proc/30140/stat : 30140 (python) R 30138 30140 30081 0 -1 4202496 3833 0 21 0 7 16 0 0 16 0 1 0 638065621 119402496 3491 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095449088 0 2147483391 16781312 2 0 0 0 17 5 0 0 6
/proc/30140/statm: 29151 3491 895 364 0 2652 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 116604

[startup+1.5003 s]
/proc/loadavg: 3.54 3.91 3.82 3/368 30158
/proc/meminfo: memFree=23721324/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=182428 CPUtime=0.56 cores=5,7
/proc/30140/stat : 30140 (python) R 30138 30140 30081 0 -1 4202496 6722 925 40 9 17 39 0 0 16 0 1 0 638065621 186806272 4817 33554432000 4194304 5683644 140735699788000 18446744073709551615 228090527367 0 0 16781312 2 0 0 0 17 5 0 0 11
/proc/30140/statm: 45607 4817 1340 364 0 3723 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 182428

[startup+3.10095 s]
/proc/loadavg: 3.54 3.91 3.82 3/368 30158
/proc/meminfo: memFree=23685292/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=307428 CPUtime=1.22 cores=5,7
/proc/30140/stat : 30140 (python) R 30138 30140 30081 0 -1 4202496 16511 925 75 9 73 49 0 0 16 0 1 0 638065621 314806272 14136 33554432000 4194304 5683644 140735699788000 18446744073709551615 4458895 0 0 16781312 2 0 0 0 17 5 0 0 41
/proc/30140/statm: 76857 14136 1761 364 0 12781 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 307428
heavy processes:

[startup+6.30036 s]
/proc/loadavg: 3.81 3.96 3.83 6/368 30158
/proc/meminfo: memFree=23546016/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=312948 CPUtime=4.42 cores=5,7
/proc/30140/stat : 30140 (python) R 30138 30140 30081 0 -1 4202496 21902 925 75 9 392 50 0 0 21 0 1 0 638065621 320458752 15623 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095109760 0 0 16781312 2 0 0 0 17 5 0 0 41
/proc/30140/statm: 78237 15623 1827 364 0 14161 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 312948
heavy processes:

[startup+12.7012 s]
/proc/loadavg: 3.83 3.96 3.83 6/380 30170
/proc/meminfo: memFree=23491628/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=320540 CPUtime=9.04 cores=5,7
/proc/30140/stat : 30140 (python) S 30138 30140 30081 0 -1 4202496 22188 925 75 9 854 50 0 0 25 0 2 0 638065621 328232960 14998 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/30140/statm: 80135 14998 1867 364 0 16053 0
[pid=30165] ppid=30140 vsize=310296 CPUtime=0 cores=5,7
/proc/30165/stat : 30165 (python) S 30140 30140 30081 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 638066714 317743104 13480 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095471119 0 0 16781312 514 14785097678626750463 0 0 17 5 0 0 0
/proc/30165/statm: 77574 13480 353 364 0 13492 0
[pid=30167] ppid=30165 vsize=20236 CPUtime=1.75 cores=5,7
/proc/30167/stat : 30167 (lingeling) R 30165 30167 30167 0 -1 4202496 6354 0 0 0 175 0 0 0 25 0 1 0 638066715 20721664 4228 33554432000 4194304 4352236 140735871688160 18446744073709551615 4214760 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30167/statm: 5059 4228 127 39 0 4139 0
[pid=30140/tid=30166] ppid=30138 vsize=320540 CPUtime=0 cores=5,7
/proc/30140/task/30166/stat : 30166 (python) S 30138 30140 30081 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 2 0 638066714 328232960 14998 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.79
Current children cumulated vsize (KiB) 651072

[startup+25.5008 s]
/proc/loadavg: 3.87 3.96 3.83 7/380 30171
/proc/meminfo: memFree=23493356/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=320540 CPUtime=9.04 cores=5,7
/proc/30140/stat : 30140 (python) S 30138 30140 30081 0 -1 4202496 22188 925 75 9 854 50 0 0 25 0 2 0 638065621 328232960 14998 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/30140/statm: 80135 14998 1867 364 0 16053 0
[pid=30165] ppid=30140 vsize=310296 CPUtime=0.02 cores=5,7
/proc/30165/stat : 30165 (python) S 30140 30140 30081 0 -1 4202560 888 0 0 0 1 1 0 0 18 0 1 0 638066714 317743104 13503 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095471119 0 0 16781312 514 8158464239028109575 0 0 17 5 0 0 0
/proc/30165/statm: 77574 13503 376 364 0 13492 0
[pid=30167] ppid=30165 vsize=17584 CPUtime=14.41 cores=5,7
/proc/30167/stat : 30167 (lingeling) R 30165 30167 30167 0 -1 4202496 6746 0 0 0 1441 0 0 0 25 0 1 0 638066715 18006016 3567 33554432000 4194304 4352236 140735871688160 18446744073709551615 4214782 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/30167/statm: 4396 3567 129 39 0 3476 0
[pid=30140/tid=30166] ppid=30138 vsize=320540 CPUtime=0 cores=5,7
/proc/30140/task/30166/stat : 30166 (python) S 30138 30140 30081 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 2 0 638066714 328232960 14998 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.47
Current children cumulated vsize (KiB) 648420

[startup+51.1012 s]
/proc/loadavg: 3.97 3.98 3.84 7/380 30171
/proc/meminfo: memFree=23488056/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=320540 CPUtime=9.04 cores=5,7
/proc/30140/stat : 30140 (python) S 30138 30140 30081 0 -1 4202496 22188 925 75 9 854 50 0 0 25 0 2 0 638065621 328232960 14998 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/30140/statm: 80135 14998 1867 364 0 16053 0
[pid=30165] ppid=30140 vsize=310296 CPUtime=0.1 cores=5,7
/proc/30165/stat : 30165 (python) S 30140 30140 30081 0 -1 4202560 901 0 0 0 5 5 0 0 18 0 1 0 638066714 317743104 13503 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095471119 0 0 16781312 514 8158464239028109575 0 0 17 5 0 0 0
/proc/30165/statm: 77574 13503 376 364 0 13492 0
[pid=30167] ppid=30165 vsize=18240 CPUtime=39.89 cores=5,7
/proc/30167/stat : 30167 (lingeling) R 30165 30167 30167 0 -1 4202496 6910 0 0 0 3989 0 0 0 25 0 1 0 638066715 18677760 3731 33554432000 4194304 4352236 140735871688160 18446744073709551615 4207896 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30167/statm: 4560 3731 129 39 0 3640 0
[pid=30140/tid=30166] ppid=30138 vsize=320540 CPUtime=0 cores=5,7
/proc/30140/task/30166/stat : 30166 (python) S 30138 30140 30081 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 2 0 638066714 328232960 14998 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.03
Current children cumulated vsize (KiB) 649076

[startup+102.314 s]
/proc/loadavg: 3.99 3.98 3.85 6/380 30173
/proc/meminfo: memFree=23465220/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=320540 CPUtime=9.04 cores=5,7
/proc/30140/stat : 30140 (python) S 30138 30140 30081 0 -1 4202496 22188 925 75 9 854 50 0 0 25 0 2 0 638065621 328232960 14998 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/30140/statm: 80135 14998 1867 364 0 16053 0
[pid=30165] ppid=30140 vsize=310296 CPUtime=0.23 cores=5,7
/proc/30165/stat : 30165 (python) S 30140 30140 30081 0 -1 4202560 923 0 0 0 11 12 0 0 18 0 1 0 638066714 317743104 13503 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095471119 0 0 16781312 514 8158464239028109575 0 0 17 5 0 0 0
/proc/30165/statm: 77574 13503 376 364 0 13492 0
[pid=30167] ppid=30165 vsize=25416 CPUtime=90.98 cores=5,7
/proc/30167/stat : 30167 (lingeling) R 30165 30167 30167 0 -1 4202496 9728 0 0 0 9097 1 0 0 25 0 1 0 638066715 26025984 5525 33554432000 4194304 4352236 140735871688160 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30167/statm: 6354 5525 129 39 0 5434 0
[pid=30140/tid=30166] ppid=30138 vsize=320540 CPUtime=0 cores=5,7
/proc/30140/task/30166/stat : 30166 (python) S 30138 30140 30081 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 2 0 638066714 328232960 14998 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.25
Current children cumulated vsize (KiB) 656252

[startup+162.301 s]
/proc/loadavg: 3.99 3.98 3.85 6/380 30174
/proc/meminfo: memFree=23445356/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=320540 CPUtime=9.04 cores=5,7
/proc/30140/stat : 30140 (python) S 30138 30140 30081 0 -1 4202496 22188 925 75 9 854 50 0 0 25 0 2 0 638065621 328232960 14998 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/30140/statm: 80135 14998 1867 364 0 16053 0
[pid=30165] ppid=30140 vsize=310296 CPUtime=0.39 cores=5,7
/proc/30165/stat : 30165 (python) S 30140 30140 30081 0 -1 4202560 942 0 0 0 19 20 0 0 18 0 1 0 638066714 317743104 13503 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095471119 0 0 16781312 514 8158464239028109575 0 0 17 5 0 0 0
/proc/30165/statm: 77574 13503 376 364 0 13492 0
[pid=30167] ppid=30165 vsize=32832 CPUtime=150.8 cores=5,7
/proc/30167/stat : 30167 (lingeling) R 30165 30167 30167 0 -1 4202496 11582 0 0 0 15079 1 0 0 25 0 1 0 638066715 33619968 7379 33554432000 4194304 4352236 140735871688160 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30167/statm: 8208 7379 129 39 0 7288 0
[pid=30140/tid=30166] ppid=30138 vsize=320540 CPUtime=0 cores=5,7
/proc/30140/task/30166/stat : 30166 (python) S 30138 30140 30081 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 2 0 638066714 328232960 14998 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 160.23
Current children cumulated vsize (KiB) 663668

[startup+222.301 s]
/proc/loadavg: 4.11 4.01 3.87 6/380 30176
/proc/meminfo: memFree=23439640/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=320540 CPUtime=9.04 cores=5,7
/proc/30140/stat : 30140 (python) S 30138 30140 30081 0 -1 4202496 22188 925 75 9 854 50 0 0 25 0 2 0 638065621 328232960 14998 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/30140/statm: 80135 14998 1867 364 0 16053 0
[pid=30165] ppid=30140 vsize=310296 CPUtime=0.55 cores=5,7
/proc/30165/stat : 30165 (python) S 30140 30140 30081 0 -1 4202560 963 0 0 0 28 27 0 0 18 0 1 0 638066714 317743104 13503 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095471119 0 0 16781312 514 8158464239028109575 0 0 17 5 0 0 0
/proc/30165/statm: 77574 13503 376 364 0 13492 0
[pid=30167] ppid=30165 vsize=32828 CPUtime=210.64 cores=5,7
/proc/30167/stat : 30167 (lingeling) R 30165 30167 30167 0 -1 4202496 11582 0 0 0 21063 1 0 0 25 0 1 0 638066715 33615872 7378 33554432000 4194304 4352236 140735871688160 18446744073709551615 4231215 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30167/statm: 8207 7378 129 39 0 7287 0
[pid=30140/tid=30166] ppid=30138 vsize=320540 CPUtime=0 cores=5,7
/proc/30140/task/30166/stat : 30166 (python) S 30138 30140 30081 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 2 0 638066714 328232960 14998 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 220.23
Current children cumulated vsize (KiB) 663664

[startup+282.301 s]
/proc/loadavg: 4.16 4.03 3.89 7/380 30177
/proc/meminfo: memFree=23436268/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=320540 CPUtime=9.04 cores=5,7
/proc/30140/stat : 30140 (python) S 30138 30140 30081 0 -1 4202496 22188 925 75 9 854 50 0 0 25 0 2 0 638065621 328232960 14998 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41

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

[pid=30183] ppid=30140 vsize=320552 CPUtime=1.7 cores=5,7
/proc/30183/stat : 30183 (python) S 30140 30140 30081 0 -1 4202560 1006 0 0 0 89 81 0 0 16 0 1 0 638106215 328245248 13501 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095471174 0 0 16781312 514 8158464239028109574 0 0 17 5 0 0 0
/proc/30183/statm: 80138 13501 370 364 0 16053 0
[pid=30185] ppid=30183 vsize=456032 CPUtime=594.84 cores=5,7
/proc/30185/stat : 30185 (cryptominisat-2) R 30183 30185 30185 0 -1 4202496 419442 0 0 0 59398 86 0 0 25 0 1 0 638106215 466976768 104284 33554432000 4194304 4677096 140735988453424 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30185/statm: 114008 104284 393 118 0 108967 0
[pid=30140/tid=30166] ppid=30138 vsize=330796 CPUtime=0 cores=5,7
/proc/30140/task/30166/stat : 30166 (python) S 30138 30140 30081 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 638066714 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
[pid=30140/tid=30184] ppid=30138 vsize=330796 CPUtime=0 cores=5,7
/proc/30140/task/30184/stat : 30184 (python) S 30138 30140 30081 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 3 0 638106215 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1000.42
Current children cumulated vsize (KiB) 1462484

[startup+1062.3 s]
/proc/loadavg: 4.01 4.07 3.97 7/408 30235
/proc/meminfo: memFree=21983648/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=330796 CPUtime=9.06 cores=5,7
/proc/30140/stat : 30140 (python) S 30138 30140 30081 0 -1 4202496 23005 925 75 9 855 51 0 0 19 0 3 0 638065621 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/30140/statm: 82699 15005 1870 364 0 18614 0
[pid=30165] ppid=30140 vsize=320540 CPUtime=1.05 cores=5,7
/proc/30165/stat : 30165 (python) S 30140 30140 30081 0 -1 4202560 1201 0 0 0 52 53 0 0 19 0 2 0 638066714 328232960 13547 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30165/statm: 80135 13547 415 364 0 16053 0
[pid=30167] ppid=30165 vsize=34564 CPUtime=393.77 cores=5,7
/proc/30167/stat : 30167 (lingeling) T 30165 30167 30167 0 -1 4202496 13808 0 0 0 39376 1 0 0 25 0 1 0 638066715 35393536 7812 33554432000 4194304 4352236 140735871688160 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30167/statm: 8641 7812 129 39 0 7721 0
[pid=30165/tid=30182] ppid=30140 vsize=320540 CPUtime=0 cores=5,7
/proc/30165/task/30182/stat : 30182 (python) S 30140 30140 30081 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638106214 328232960 13547 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 514 18446604464945051648 0 0 -1 5 0 0 0
[pid=30183] ppid=30140 vsize=320552 CPUtime=1.88 cores=5,7
/proc/30183/stat : 30183 (python) S 30140 30140 30081 0 -1 4202560 1006 0 0 0 98 90 0 0 15 0 1 0 638106215 328245248 13501 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095471174 0 0 16781312 514 8158464239028109574 0 0 17 5 0 0 0
/proc/30183/statm: 80138 13501 370 364 0 16053 0
[pid=30185] ppid=30183 vsize=550188 CPUtime=654.67 cores=5,7
/proc/30185/stat : 30185 (cryptominisat-2) R 30183 30185 30185 0 -1 4202496 452944 0 0 0 65374 93 0 0 25 0 1 0 638106215 563392512 107267 33554432000 4194304 4677096 140735988453424 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30185/statm: 137547 107267 393 118 0 132506 0
[pid=30140/tid=30166] ppid=30138 vsize=330796 CPUtime=0 cores=5,7
/proc/30140/task/30166/stat : 30166 (python) S 30138 30140 30081 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 638066714 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
[pid=30140/tid=30184] ppid=30138 vsize=330796 CPUtime=0 cores=5,7
/proc/30140/task/30184/stat : 30184 (python) S 30138 30140 30081 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 3 0 638106215 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1060.43
Current children cumulated vsize (KiB) 1556640

[startup+1122.3 s]
/proc/loadavg: 4.00 4.05 3.97 6/408 30237
/proc/meminfo: memFree=21960432/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=330796 CPUtime=9.06 cores=5,7
/proc/30140/stat : 30140 (python) S 30138 30140 30081 0 -1 4202496 23005 925 75 9 855 51 0 0 19 0 3 0 638065621 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/30140/statm: 82699 15005 1870 364 0 18614 0
[pid=30165] ppid=30140 vsize=320540 CPUtime=1.05 cores=5,7
/proc/30165/stat : 30165 (python) S 30140 30140 30081 0 -1 4202560 1201 0 0 0 52 53 0 0 19 0 2 0 638066714 328232960 13547 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30165/statm: 80135 13547 415 364 0 16053 0
[pid=30167] ppid=30165 vsize=34564 CPUtime=393.77 cores=5,7
/proc/30167/stat : 30167 (lingeling) T 30165 30167 30167 0 -1 4202496 13808 0 0 0 39376 1 0 0 25 0 1 0 638066715 35393536 7812 33554432000 4194304 4352236 140735871688160 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30167/statm: 8641 7812 129 39 0 7721 0
[pid=30165/tid=30182] ppid=30140 vsize=320540 CPUtime=0 cores=5,7
/proc/30165/task/30182/stat : 30182 (python) S 30140 30140 30081 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638106214 328232960 13547 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 514 18446604464945051648 0 0 -1 5 0 0 0
[pid=30183] ppid=30140 vsize=320552 CPUtime=2.04 cores=5,7
/proc/30183/stat : 30183 (python) S 30140 30140 30081 0 -1 4202560 1006 0 0 0 107 97 0 0 15 0 1 0 638106215 328245248 13501 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095471174 0 0 16781312 514 8158464239028109574 0 0 17 5 0 0 0
/proc/30183/statm: 80138 13501 370 364 0 16053 0
[pid=30185] ppid=30183 vsize=554304 CPUtime=714.51 cores=5,7
/proc/30185/stat : 30185 (cryptominisat-2) R 30183 30185 30185 0 -1 4202496 474699 0 0 0 71352 99 0 0 25 0 1 0 638106215 567607296 104940 33554432000 4194304 4677096 140735988453424 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30185/statm: 138576 104940 393 118 0 133535 0
[pid=30140/tid=30166] ppid=30138 vsize=330796 CPUtime=0 cores=5,7
/proc/30140/task/30166/stat : 30166 (python) S 30138 30140 30081 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 638066714 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
[pid=30140/tid=30184] ppid=30138 vsize=330796 CPUtime=0 cores=5,7
/proc/30140/task/30184/stat : 30184 (python) S 30138 30140 30081 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 3 0 638106215 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1120.43
Current children cumulated vsize (KiB) 1560756

[startup+1182.3 s]
/proc/loadavg: 4.00 4.04 3.97 7/408 30238
/proc/meminfo: memFree=21924948/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=330796 CPUtime=9.06 cores=5,7
/proc/30140/stat : 30140 (python) S 30138 30140 30081 0 -1 4202496 23005 925 75 9 855 51 0 0 19 0 3 0 638065621 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/30140/statm: 82699 15005 1870 364 0 18614 0
[pid=30165] ppid=30140 vsize=320540 CPUtime=1.05 cores=5,7
/proc/30165/stat : 30165 (python) S 30140 30140 30081 0 -1 4202560 1201 0 0 0 52 53 0 0 19 0 2 0 638066714 328232960 13547 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30165/statm: 80135 13547 415 364 0 16053 0
[pid=30167] ppid=30165 vsize=34564 CPUtime=393.77 cores=5,7
/proc/30167/stat : 30167 (lingeling) T 30165 30167 30167 0 -1 4202496 13808 0 0 0 39376 1 0 0 25 0 1 0 638066715 35393536 7812 33554432000 4194304 4352236 140735871688160 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30167/statm: 8641 7812 129 39 0 7721 0
[pid=30165/tid=30182] ppid=30140 vsize=320540 CPUtime=0 cores=5,7
/proc/30165/task/30182/stat : 30182 (python) S 30140 30140 30081 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638106214 328232960 13547 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 514 18446604464945051648 0 0 -1 5 0 0 0
[pid=30183] ppid=30140 vsize=320552 CPUtime=2.21 cores=5,7
/proc/30183/stat : 30183 (python) S 30140 30140 30081 0 -1 4202560 1006 0 0 0 115 106 0 0 15 0 1 0 638106215 328245248 13501 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095471174 0 0 16781312 514 8158464239028109574 0 0 17 5 0 0 0
/proc/30183/statm: 80138 13501 370 364 0 16053 0
[pid=30185] ppid=30183 vsize=555552 CPUtime=774.34 cores=5,7
/proc/30185/stat : 30185 (cryptominisat-2) R 30183 30185 30185 0 -1 4202496 493488 0 0 0 77330 104 0 0 25 0 1 0 638106215 568885248 107983 33554432000 4194304 4677096 140735988453424 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30185/statm: 138888 107983 393 118 0 133847 0
[pid=30140/tid=30166] ppid=30138 vsize=330796 CPUtime=0 cores=5,7
/proc/30140/task/30166/stat : 30166 (python) S 30138 30140 30081 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 638066714 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
[pid=30140/tid=30184] ppid=30138 vsize=330796 CPUtime=0 cores=5,7
/proc/30140/task/30184/stat : 30184 (python) S 30138 30140 30081 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 3 0 638106215 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1180.43
Current children cumulated vsize (KiB) 1562004

[startup+1242.3 s]
/proc/loadavg: 4.00 4.03 3.97 6/408 30240
/proc/meminfo: memFree=21897144/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=330796 CPUtime=9.06 cores=5,7
/proc/30140/stat : 30140 (python) S 30138 30140 30081 0 -1 4202496 23005 925 75 9 855 51 0 0 19 0 3 0 638065621 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/30140/statm: 82699 15005 1870 364 0 18614 0
[pid=30165] ppid=30140 vsize=320540 CPUtime=1.05 cores=5,7
/proc/30165/stat : 30165 (python) S 30140 30140 30081 0 -1 4202560 1201 0 0 0 52 53 0 0 19 0 2 0 638066714 328232960 13547 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30165/statm: 80135 13547 415 364 0 16053 0
[pid=30167] ppid=30165 vsize=34564 CPUtime=393.77 cores=5,7
/proc/30167/stat : 30167 (lingeling) T 30165 30167 30167 0 -1 4202496 13808 0 0 0 39376 1 0 0 25 0 1 0 638066715 35393536 7812 33554432000 4194304 4352236 140735871688160 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30167/statm: 8641 7812 129 39 0 7721 0
[pid=30165/tid=30182] ppid=30140 vsize=320540 CPUtime=0 cores=5,7
/proc/30165/task/30182/stat : 30182 (python) S 30140 30140 30081 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638106214 328232960 13547 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 514 18446604464945051648 0 0 -1 5 0 0 0
[pid=30183] ppid=30140 vsize=320552 CPUtime=2.38 cores=5,7
/proc/30183/stat : 30183 (python) S 30140 30140 30081 0 -1 4202560 1006 0 0 0 124 114 0 0 15 0 1 0 638106215 328245248 13501 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095471174 0 0 16781312 514 8158464239028109574 0 0 17 5 0 0 0
/proc/30183/statm: 80138 13501 370 364 0 16053 0
[pid=30185] ppid=30183 vsize=580736 CPUtime=834.18 cores=5,7
/proc/30185/stat : 30185 (cryptominisat-2) R 30183 30185 30185 0 -1 4202496 519284 0 0 0 83307 111 0 0 25 0 1 0 638106215 594673664 115055 33554432000 4194304 4677096 140735988453424 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30185/statm: 145184 115055 393 118 0 140143 0
[pid=30140/tid=30166] ppid=30138 vsize=330796 CPUtime=0 cores=5,7
/proc/30140/task/30166/stat : 30166 (python) S 30138 30140 30081 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 638066714 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
[pid=30140/tid=30184] ppid=30138 vsize=330796 CPUtime=0 cores=5,7
/proc/30140/task/30184/stat : 30184 (python) S 30138 30140 30081 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 3 0 638106215 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1240.44
Current children cumulated vsize (KiB) 1587188



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.13 4.07 3.99 5/388 30244
/proc/meminfo: memFree=22686172/32951124 swapFree=65980216/67111528
[pid=30140] ppid=30138 vsize=330796 CPUtime=9.06 cores=5,7
/proc/30140/stat : 30140 (python) S 30138 30140 30081 0 -1 4202496 23005 925 75 9 855 51 0 0 19 0 3 0 638065621 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/30140/statm: 82699 15005 1870 364 0 18614 0
[pid=30165] ppid=30140 vsize=320540 CPUtime=1.05 cores=5,7
/proc/30165/stat : 30165 (python) S 30140 30140 30081 0 -1 4202560 1201 0 0 0 52 53 0 0 19 0 2 0 638066714 328232960 13547 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30165/statm: 80135 13547 415 364 0 16053 0
[pid=30167] ppid=30165 vsize=34564 CPUtime=393.77 cores=5,7
/proc/30167/stat : 30167 (lingeling) T 30165 30167 30167 0 -1 4202496 13808 0 0 0 39376 1 0 0 25 0 1 0 638066715 35393536 7812 33554432000 4194304 4352236 140735871688160 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30167/statm: 8641 7812 129 39 0 7721 0
[pid=30165/tid=30182] ppid=30140 vsize=320540 CPUtime=0 cores=5,7
/proc/30165/task/30182/stat : 30182 (python) S 30140 30140 30081 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638106214 328232960 13547 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 514 18446604464945051648 0 0 -1 5 0 0 0
[pid=30183] ppid=30140 vsize=320552 CPUtime=2.56 cores=5,7
/proc/30183/stat : 30183 (python) S 30140 30140 30081 0 -1 4202560 1007 0 0 0 133 123 0 0 15 0 1 0 638106215 328245248 13501 33554432000 4194304 5683644 140735699788000 18446744073709551615 228095471174 0 0 16781312 514 8158464239028109574 0 0 17 5 0 0 0
/proc/30183/statm: 80138 13501 370 364 0 16053 0
[pid=30185] ppid=30183 vsize=615712 CPUtime=891.75 cores=5,7
/proc/30185/stat : 30185 (cryptominisat-2) R 30183 30185 30185 0 -1 4202496 553512 0 0 0 89057 118 0 0 25 0 1 0 638106215 630489088 122367 33554432000 4194304 4677096 140735988453424 18446744073709551615 4502926 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30185/statm: 153928 122367 397 118 0 148887 0
[pid=30140/tid=30166] ppid=30138 vsize=330796 CPUtime=0 cores=5,7
/proc/30140/task/30166/stat : 30166 (python) S 30138 30140 30081 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 638066714 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
[pid=30140/tid=30184] ppid=30138 vsize=330796 CPUtime=0 cores=5,7
/proc/30140/task/30184/stat : 30184 (python) S 30138 30140 30081 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 3 0 638106215 338735104 15005 33554432000 4194304 5683644 140735699788000 18446744073709551615 228107274673 0 0 16781312 2 18446604464945050752 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1298.19
Current children cumulated vsize (KiB) 1622164

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 30140 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=556699
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=519920
# CPU time returned by wait4() is 9.07662
# while last known CPU time is 1298.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.03
CPU time (s): 1298.19
CPU user time (s): 1294.73
CPU system time (s): 3.46
CPU usage (%): 99.8582
Max. virtual memory (cumulated for all children) (KiB): 1622164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.5567
system time used= 0.51992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23930
page faults= 84
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51115
involuntary context switches= 69

runsolver used 4.69429 second user time and 11.2363 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 12:48:21
IDJOB=3378058
IDBENCH=83135
IDSOLVER=1858
FILE ID=node142/3378058-1305456501
RUNJOBID= node142-1305456501-30102
PBS_JOBID= 13324890
Free space on /tmp= 73496 MiB

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

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=574133649

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      23782592 kB
Buffers:        331756 kB
Cached:        4279328 kB
SwapCached:      11520 kB
Active:        6360856 kB
Inactive:      2471108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23782592 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:          136644 kB
Writeback:           0 kB
AnonPages:     4217688 kB
Mapped:          21024 kB
Slab:           237316 kB
PageTables:      32328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77078524 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= 73484 MiB
End job on node142 at 2011-05-15 13:10:04