Trace number 3484594

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 1200.13

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

Solver Data

0.36/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.65	c INFO: solving HOME/instance-3484594-1307749972.cnf
0.36/0.65	c INFO: computing task features
1.14/1.41	c INFO: computed variable-clause graph statistics
1.14/1.44	c INFO: computed clause balance statistics
5.15/5.47	c INFO: computed variable balance statistics
8.24/8.51	c INFO: computed small-clause counts
8.24/8.55	c INFO: computed Horn-clause counts
14.64/14.98	c INFO: computed variable graph statistics
14.64/14.98	c INFO: collected features for HOME/instance-3484594-1307749972.cnf in 14.32 s
14.64/14.99	c INFO: running lingeling-276@0 for 582 with 1185 remaining (b = 0.59)
601.41/601.62	c INFO: running cryptominisat-2.9.0@0 for 599 with 599 remaining (b = 0.54)

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-3484594-1307749972/watcher-3484594-1307749972 -o /tmp/evaluation-result-3484594-1307749972/solver-3484594-1307749972 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484594-1307749972.cnf -seed 1008204897 -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: 3.99 4.01 3.83 4/203 4373
/proc/meminfo: memFree=30682736/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=11804 CPUtime=0 cores=5,7
/proc/4373/stat : 4373 (runsolver) R 4371 4373 3469 0 -1 4202560 41 0 0 0 0 0 0 0 24 0 1 0 886595162 12087296 51 33554432000 4194304 5436572 140733639369904 18446744073709551615 4883175 0 0 4096 24578 0 0 0 17 7 0 0 0
/proc/4373/statm: 2951 51 31 304 0 2643 0

[startup+0.0509529 s]
/proc/loadavg: 3.99 4.01 3.83 4/203 4373
/proc/meminfo: memFree=30682736/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=18884 CPUtime=0.02 cores=5,7
/proc/4373/stat : 4373 (python) R 4371 4373 3469 0 -1 4202496 1285 0 0 0 2 0 0 0 25 0 1 0 886595162 19337216 1137 33554432000 4194304 5683644 140733737716048 18446744073709551615 4865416 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4373/statm: 4721 1137 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100942 s]
/proc/loadavg: 3.99 4.01 3.83 4/203 4373
/proc/meminfo: memFree=30682736/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=85360 CPUtime=0.05 cores=5,7
/proc/4373/stat : 4373 (python) R 4371 4373 3469 0 -1 4202496 2557 0 0 0 4 1 0 0 17 0 1 0 886595162 87408640 2283 33554432000 4194304 5683644 140733737716048 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4373/statm: 21340 2289 707 364 0 1557 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85360

[startup+0.300875 s]
/proc/loadavg: 3.99 4.01 3.83 4/203 4373
/proc/meminfo: memFree=30682736/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=135748 CPUtime=0.18 cores=5,7
/proc/4373/stat : 4373 (python) S 4371 4373 3469 0 -1 4202496 5972 930 1 0 13 5 0 0 17 0 1 0 886595162 139005952 4148 33554432000 4194304 5683644 140733737716048 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 7 0 0 0
/proc/4373/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700798 s]
/proc/loadavg: 3.99 4.01 3.83 4/203 4373
/proc/meminfo: memFree=30682736/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=285524 CPUtime=0.44 cores=5,7
/proc/4373/stat : 4373 (python) R 4371 4373 3469 0 -1 4202496 11018 930 1 0 32 12 0 0 16 0 1 0 886595162 292376576 8689 33554432000 4194304 5683644 140733737716048 18446744073709551615 46966470239482 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/4373/statm: 71381 8689 1761 364 0 7305 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 285524

[startup+1.50068 s]
/proc/loadavg: 3.99 4.01 3.83 5/204 4378
/proc/meminfo: memFree=30634216/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=330824 CPUtime=1.24 cores=5,7
/proc/4373/stat : 4373 (python) R 4371 4373 3469 0 -1 4202496 28320 930 1 0 110 14 0 0 16 0 1 0 886595162 338763776 20091 33554432000 4194304 5683644 140733737716048 18446744073709551615 46966302160114 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4373/statm: 82706 20091 1826 364 0 18630 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 330824

[startup+3.1004 s]
/proc/loadavg: 3.99 4.01 3.83 5/204 4378
/proc/meminfo: memFree=30608288/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=330824 CPUtime=2.84 cores=5,7
/proc/4373/stat : 4373 (python) R 4371 4373 3469 0 -1 4202496 28320 930 1 0 270 14 0 0 18 0 1 0 886595162 338763776 20091 33554432000 4194304 5683644 140733737716048 18446744073709551615 46966299537709 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4373/statm: 82706 20091 1826 364 0 18630 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 330824

[startup+6.30081 s]
/proc/loadavg: 4.07 4.02 3.83 5/204 4378
/proc/meminfo: memFree=30599440/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=330824 CPUtime=6.04 cores=5,7
/proc/4373/stat : 4373 (python) R 4371 4373 3469 0 -1 4202496 28321 930 1 0 590 14 0 0 25 0 1 0 886595162 338763776 20092 33554432000 4194304 5683644 140733737716048 18446744073709551615 4940544 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4373/statm: 82706 20092 1827 364 0 18630 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 330824

[startup+12.7006 s]
/proc/loadavg: 4.07 4.02 3.83 5/204 4378
/proc/meminfo: memFree=30603664/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=330824 CPUtime=12.44 cores=5,7
/proc/4373/stat : 4373 (python) R 4371 4373 3469 0 -1 4202496 28327 930 1 0 1230 14 0 0 25 0 1 0 886595162 338763776 20098 33554432000 4194304 5683644 140733737716048 18446744073709551615 46966299388044 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4373/statm: 82706 20098 1833 364 0 18630 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 330824

[startup+25.5003 s]
/proc/loadavg: 4.05 4.02 3.83 5/207 4382
/proc/meminfo: memFree=30582672/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=337060 CPUtime=14.73 cores=5,7
/proc/4373/stat : 4373 (python) S 4371 4373 3469 0 -1 4202496 28610 930 1 0 1459 14 0 0 25 0 2 0 886595162 345149440 19128 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4373/statm: 84265 19128 1867 364 0 20183 0
[pid=4379] ppid=4373 vsize=326816 CPUtime=0 cores=5,7
/proc/4379/stat : 4379 (python) S 4373 4373 3469 0 -1 4202560 884 0 0 0 0 0 0 0 18 0 1 0 886596662 334659584 17633 33554432000 4194304 5683644 140733737716048 18446744073709551615 271550557711 0 0 16781312 514 3354601180251521288 0 0 17 5 0 0 0
/proc/4379/statm: 81704 17633 376 364 0 17622 0
[pid=4381] ppid=4379 vsize=27072 CPUtime=10.47 cores=5,7
/proc/4381/stat : 4381 (lingeling) R 4379 4381 4381 0 -1 4202496 11594 0 0 0 1046 1 0 0 25 0 1 0 886596662 27721728 5937 33554432000 4194304 4352236 140733882270160 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4381/statm: 6768 5937 129 39 0 5848 0
[pid=4373/tid=4380] ppid=4371 vsize=337060 CPUtime=0 cores=5,7
/proc/4373/task/4380/stat : 4380 (python) S 4371 4373 3469 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 2 0 886596662 345149440 19128 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 690948

[startup+51.1007 s]
/proc/loadavg: 3.94 4.00 3.83 4/197 4406
/proc/meminfo: memFree=30945612/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=337060 CPUtime=14.73 cores=5,7
/proc/4373/stat : 4373 (python) S 4371 4373 3469 0 -1 4202496 28610 930 1 0 1459 14 0 0 25 0 2 0 886595162 345149440 19128 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4373/statm: 84265 19128 1867 364 0 20183 0
[pid=4379] ppid=4373 vsize=326816 CPUtime=0.04 cores=5,7
/proc/4379/stat : 4379 (python) S 4373 4373 3469 0 -1 4202560 895 0 0 0 2 2 0 0 18 0 1 0 886596662 334659584 17633 33554432000 4194304 5683644 140733737716048 18446744073709551615 271550557711 0 0 16781312 514 3354601180251521288 0 0 17 5 0 0 0
/proc/4379/statm: 81704 17633 376 364 0 17622 0
[pid=4381] ppid=4379 vsize=27064 CPUtime=36.04 cores=5,7
/proc/4381/stat : 4381 (lingeling) R 4379 4381 4381 0 -1 4202496 11594 0 0 0 3603 1 0 0 25 0 1 0 886596662 27713536 5935 33554432000 4194304 4352236 140733882270160 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4381/statm: 6766 5935 129 39 0 5846 0
[pid=4373/tid=4380] ppid=4371 vsize=337060 CPUtime=0 cores=5,7
/proc/4373/task/4380/stat : 4380 (python) S 4371 4373 3469 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 2 0 886596662 345149440 19128 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 690940

[startup+102.307 s]
/proc/loadavg: 3.62 3.89 3.80 4/197 4408
/proc/meminfo: memFree=30928572/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=337060 CPUtime=14.73 cores=5,7
/proc/4373/stat : 4373 (python) S 4371 4373 3469 0 -1 4202496 28610 930 1 0 1459 14 0 0 25 0 2 0 886595162 345149440 19128 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4373/statm: 84265 19128 1867 364 0 20183 0
[pid=4379] ppid=4373 vsize=326816 CPUtime=0.1 cores=5,7
/proc/4379/stat : 4379 (python) S 4373 4373 3469 0 -1 4202560 917 0 0 0 5 5 0 0 18 0 1 0 886596662 334659584 17633 33554432000 4194304 5683644 140733737716048 18446744073709551615 271550557711 0 0 16781312 514 3354601180251521288 0 0 17 5 0 0 0
/proc/4379/statm: 81704 17633 376 364 0 17622 0
[pid=4381] ppid=4379 vsize=28536 CPUtime=87.2 cores=5,7
/proc/4381/stat : 4381 (lingeling) R 4379 4381 4381 0 -1 4202496 11962 0 0 0 8719 1 0 0 25 0 1 0 886596662 29220864 6303 33554432000 4194304 4352236 140733882270160 18446744073709551615 4328016 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4381/statm: 7134 6303 129 39 0 6214 0
[pid=4373/tid=4380] ppid=4371 vsize=337060 CPUtime=0 cores=5,7
/proc/4373/task/4380/stat : 4380 (python) S 4371 4373 3469 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 2 0 886596662 345149440 19128 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 692412

[startup+162.3 s]
/proc/loadavg: 3.37 3.76 3.76 4/197 4409
/proc/meminfo: memFree=30932872/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=337060 CPUtime=14.73 cores=5,7
/proc/4373/stat : 4373 (python) S 4371 4373 3469 0 -1 4202496 28610 930 1 0 1459 14 0 0 25 0 2 0 886595162 345149440 19128 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4373/statm: 84265 19128 1867 364 0 20183 0
[pid=4379] ppid=4373 vsize=326816 CPUtime=0.17 cores=5,7
/proc/4379/stat : 4379 (python) S 4373 4373 3469 0 -1 4202560 935 0 0 0 9 8 0 0 18 0 1 0 886596662 334659584 17633 33554432000 4194304 5683644 140733737716048 18446744073709551615 271550557711 0 0 16781312 514 3354601180251521288 0 0 17 5 0 0 0
/proc/4379/statm: 81704 17633 376 364 0 17622 0
[pid=4381] ppid=4379 vsize=31584 CPUtime=147.12 cores=5,7
/proc/4381/stat : 4381 (lingeling) R 4379 4381 4381 0 -1 4202496 12725 0 0 0 14711 1 0 0 25 0 1 0 886596662 32342016 7065 33554432000 4194304 4352236 140733882270160 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4381/statm: 7896 7065 129 39 0 6976 0
[pid=4373/tid=4380] ppid=4371 vsize=337060 CPUtime=0 cores=5,7
/proc/4373/task/4380/stat : 4380 (python) S 4371 4373 3469 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 2 0 886596662 345149440 19128 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 695460

[startup+222.301 s]
/proc/loadavg: 3.13 3.62 3.71 4/197 4411
/proc/meminfo: memFree=30922180/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=337060 CPUtime=14.73 cores=5,7
/proc/4373/stat : 4373 (python) S 4371 4373 3469 0 -1 4202496 28610 930 1 0 1459 14 0 0 25 0 2 0 886595162 345149440 19128 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4373/statm: 84265 19128 1867 364 0 20183 0
[pid=4379] ppid=4373 vsize=326816 CPUtime=0.24 cores=5,7
/proc/4379/stat : 4379 (python) S 4373 4373 3469 0 -1 4202560 954 0 0 0 12 12 0 0 18 0 1 0 886596662 334659584 17633 33554432000 4194304 5683644 140733737716048 18446744073709551615 271550557711 0 0 16781312 514 3354601180251521288 0 0 17 5 0 0 0
/proc/4379/statm: 81704 17633 376 364 0 17622 0
[pid=4381] ppid=4379 vsize=32604 CPUtime=207.06 cores=5,7
/proc/4381/stat : 4381 (lingeling) R 4379 4381 4381 0 -1 4202496 12980 0 0 0 20705 1 0 0 25 0 1 0 886596662 33386496 7320 33554432000 4194304 4352236 140733882270160 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4381/statm: 8151 7320 129 39 0 7231 0
[pid=4373/tid=4380] ppid=4371 vsize=337060 CPUtime=0 cores=5,7
/proc/4373/task/4380/stat : 4380 (python) S 4371 4373 3469 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 2 0 886596662 345149440 19128 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 696480

[startup+282.301 s]
/proc/loadavg: 3.08 3.52 3.67 4/197 4412
/proc/meminfo: memFree=30918020/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=337060 CPUtime=14.73 cores=5,7
/proc/4373/stat : 4373 (python) S 4371 4373 3469 0 -1 4202496 28610 930 1 0 1459 14 0 0 25 0 2 0 886595162 345149440 19128 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4373/statm: 84265 19128 1867 364 0 20183 0
[pid=4379] ppid=4373 vsize=326816 CPUtime=0.31 cores=5,7
/proc/4379/stat : 4379 (python) S 4373 4373 3469 0 -1 4202560 966 0 0 0 16 15 0 0 18 0 1 0 886596662 334659584 17633 33554432000 4194304 5683644 140733737716048 18446744073709551615 271550557711 0 0 16781312 514 3354601180251521288 0 0 17 5 0 0 0
/proc/4379/statm: 81704 17633 376 364 0 17622 0
[pid=4381] ppid=4379 vsize=32604 CPUtime=267.01 cores=5,7
/proc/4381/stat : 4381 (lingeling) R 4379 4381 4381 0 -1 4202496 12980 0 0 0 26700 1 0 0 25 0 1 0 886596662 33386496 7320 33554432000 4194304 4352236 140733882270160 18446744073709551615 4276472 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4381/statm: 8151 7320 129 39 0 7231 0
[pid=4373/tid=4380] ppid=4371 vsize=337060 CPUtime=0 cores=5,7
/proc/4373/task/4380/stat : 4380 (python) S 4371 4373 3469 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 2 0 886596662 345149440 19128 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 282.05

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

[pid=4440] ppid=4373 vsize=337072 CPUtime=0.6 cores=5,7
/proc/4440/stat : 4440 (python) S 4373 4373 3469 0 -1 4202560 1002 0 0 0 33 27 0 0 15 0 1 0 886655325 345161728 17631 33554432000 4194304 5683644 140733737716048 18446744073709551615 271550557766 0 0 16781312 514 3354601180251521288 0 0 17 5 0 0 0
/proc/4440/statm: 84268 17631 370 364 0 20183 0
[pid=4442] ppid=4440 vsize=805952 CPUtime=400.16 cores=5,7
/proc/4442/stat : 4442 (cryptominisat-2) R 4440 4442 4442 0 -1 4202496 315281 0 0 0 39950 66 0 0 25 0 1 0 886655326 825294848 155676 33554432000 4194304 4677096 140734879119712 18446744073709551615 4319376 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4442/statm: 201488 155676 393 118 0 196447 0
[pid=4373/tid=4380] ppid=4371 vsize=347316 CPUtime=0 cores=5,7
/proc/4373/task/4380/stat : 4380 (python) S 4371 4373 3469 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 3 0 886596662 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
[pid=4373/tid=4441] ppid=4371 vsize=347316 CPUtime=0 cores=5,7
/proc/4373/task/4441/stat : 4441 (python) S 4371 4373 3469 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 886655325 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1002.2
Current children cumulated vsize (KiB) 1874740

[startup+1062.3 s]
/proc/loadavg: 1.95 2.74 3.18 2/183 4507
/proc/meminfo: memFree=30707584/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=347316 CPUtime=14.74 cores=5,7
/proc/4373/stat : 4373 (python) S 4371 4373 3469 0 -1 4202496 29428 930 1 0 1460 14 0 0 19 0 3 0 886595162 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4373/statm: 86829 19135 1870 364 0 22744 0
[pid=4379] ppid=4373 vsize=337060 CPUtime=0.72 cores=5,7
/proc/4379/stat : 4379 (python) S 4373 4373 3469 0 -1 4202560 1194 0 0 0 37 35 0 0 19 0 2 0 886596662 345149440 17676 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4379/statm: 84265 17676 414 364 0 20183 0
[pid=4381] ppid=4379 vsize=47340 CPUtime=585.98 cores=5,7
/proc/4381/stat : 4381 (lingeling) T 4379 4381 4381 0 -1 4202496 20760 0 0 0 58596 2 0 0 25 0 1 0 886596662 48476160 11004 33554432000 4194304 4352236 140733882270160 18446744073709551615 4328321 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/4381/statm: 11835 11004 129 39 0 10915 0
[pid=4379/tid=4439] ppid=4373 vsize=337060 CPUtime=0 cores=5,7
/proc/4379/task/4439/stat : 4439 (python) S 4373 4373 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886655325 345149440 17676 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 514 18446604471133606016 0 0 -1 7 0 0 0
[pid=4440] ppid=4373 vsize=337072 CPUtime=0.67 cores=5,7
/proc/4440/stat : 4440 (python) S 4373 4373 3469 0 -1 4202560 1002 0 0 0 37 30 0 0 15 0 1 0 886655325 345161728 17631 33554432000 4194304 5683644 140733737716048 18446744073709551615 271550557766 0 0 16781312 514 3354601180251521288 0 0 17 5 0 0 0
/proc/4440/statm: 84268 17631 370 364 0 20183 0
[pid=4442] ppid=4440 vsize=628024 CPUtime=460.11 cores=5,7
/proc/4442/stat : 4442 (cryptominisat-2) R 4440 4442 4442 0 -1 4202496 392606 0 0 0 45932 79 0 0 25 0 1 0 886655326 643096576 138794 33554432000 4194304 4677096 140734879119712 18446744073709551615 271550234379 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4442/statm: 157006 138794 393 118 0 151965 0
[pid=4373/tid=4380] ppid=4371 vsize=347316 CPUtime=0 cores=5,7
/proc/4373/task/4380/stat : 4380 (python) S 4371 4373 3469 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 3 0 886596662 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
[pid=4373/tid=4441] ppid=4371 vsize=347316 CPUtime=0 cores=5,7
/proc/4373/task/4441/stat : 4441 (python) S 4371 4373 3469 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 886655325 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 1696812

[startup+1122.3 s]
/proc/loadavg: 1.43 2.45 3.05 2/183 4509
/proc/meminfo: memFree=30733224/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=347316 CPUtime=14.74 cores=5,7
/proc/4373/stat : 4373 (python) S 4371 4373 3469 0 -1 4202496 29428 930 1 0 1460 14 0 0 19 0 3 0 886595162 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4373/statm: 86829 19135 1870 364 0 22744 0
[pid=4379] ppid=4373 vsize=337060 CPUtime=0.72 cores=5,7
/proc/4379/stat : 4379 (python) S 4373 4373 3469 0 -1 4202560 1194 0 0 0 37 35 0 0 19 0 2 0 886596662 345149440 17676 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4379/statm: 84265 17676 414 364 0 20183 0
[pid=4381] ppid=4379 vsize=47340 CPUtime=585.98 cores=5,7
/proc/4381/stat : 4381 (lingeling) T 4379 4381 4381 0 -1 4202496 20760 0 0 0 58596 2 0 0 25 0 1 0 886596662 48476160 11004 33554432000 4194304 4352236 140733882270160 18446744073709551615 4328321 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/4381/statm: 11835 11004 129 39 0 10915 0
[pid=4379/tid=4439] ppid=4373 vsize=337060 CPUtime=0 cores=5,7
/proc/4379/task/4439/stat : 4439 (python) S 4373 4373 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886655325 345149440 17676 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 514 18446604471133606016 0 0 -1 7 0 0 0
[pid=4440] ppid=4373 vsize=337072 CPUtime=0.74 cores=5,7
/proc/4440/stat : 4440 (python) S 4373 4373 3469 0 -1 4202560 1002 0 0 0 41 33 0 0 15 0 1 0 886655325 345161728 17631 33554432000 4194304 5683644 140733737716048 18446744073709551615 271550557766 0 0 16781312 514 3354601180251521288 0 0 17 5 0 0 0
/proc/4440/statm: 84268 17631 370 364 0 20183 0
[pid=4442] ppid=4440 vsize=807624 CPUtime=520.06 cores=5,7
/proc/4442/stat : 4442 (cryptominisat-2) R 4440 4442 4442 0 -1 4202496 447781 0 0 0 51916 90 0 0 25 0 1 0 886655326 827006976 154959 33554432000 4194304 4677096 140734879119712 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4442/statm: 201906 154959 393 118 0 196865 0
[pid=4373/tid=4380] ppid=4371 vsize=347316 CPUtime=0 cores=5,7
/proc/4373/task/4380/stat : 4380 (python) S 4371 4373 3469 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 3 0 886596662 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
[pid=4373/tid=4441] ppid=4371 vsize=347316 CPUtime=0 cores=5,7
/proc/4373/task/4441/stat : 4441 (python) S 4371 4373 3469 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 886655325 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 1876412

[startup+1182.3 s]
/proc/loadavg: 1.21 2.20 2.93 2/183 4510
/proc/meminfo: memFree=30745340/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=347316 CPUtime=14.74 cores=5,7
/proc/4373/stat : 4373 (python) S 4371 4373 3469 0 -1 4202496 29428 930 1 0 1460 14 0 0 19 0 3 0 886595162 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4373/statm: 86829 19135 1870 364 0 22744 0
[pid=4379] ppid=4373 vsize=337060 CPUtime=0.72 cores=5,7
/proc/4379/stat : 4379 (python) S 4373 4373 3469 0 -1 4202560 1194 0 0 0 37 35 0 0 19 0 2 0 886596662 345149440 17676 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4379/statm: 84265 17676 414 364 0 20183 0
[pid=4381] ppid=4379 vsize=47340 CPUtime=585.98 cores=5,7
/proc/4381/stat : 4381 (lingeling) T 4379 4381 4381 0 -1 4202496 20760 0 0 0 58596 2 0 0 25 0 1 0 886596662 48476160 11004 33554432000 4194304 4352236 140733882270160 18446744073709551615 4328321 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/4381/statm: 11835 11004 129 39 0 10915 0
[pid=4379/tid=4439] ppid=4373 vsize=337060 CPUtime=0 cores=5,7
/proc/4379/task/4439/stat : 4439 (python) S 4373 4373 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886655325 345149440 17676 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 514 18446604471133606016 0 0 -1 7 0 0 0
[pid=4440] ppid=4373 vsize=337072 CPUtime=0.81 cores=5,7
/proc/4440/stat : 4440 (python) S 4373 4373 3469 0 -1 4202560 1002 0 0 0 44 37 0 0 15 0 1 0 886655325 345161728 17631 33554432000 4194304 5683644 140733737716048 18446744073709551615 271550557766 0 0 16781312 514 3354601180251521288 0 0 17 5 0 0 0
/proc/4440/statm: 84268 17631 370 364 0 20183 0
[pid=4442] ppid=4440 vsize=792908 CPUtime=580.01 cores=5,7
/proc/4442/stat : 4442 (cryptominisat-2) R 4440 4442 4442 0 -1 4202496 495981 0 0 0 57902 99 0 0 25 0 1 0 886655326 811937792 152400 33554432000 4194304 4677096 140734879119712 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4442/statm: 198227 152400 393 118 0 193186 0
[pid=4373/tid=4380] ppid=4371 vsize=347316 CPUtime=0 cores=5,7
/proc/4373/task/4380/stat : 4380 (python) S 4371 4373 3469 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 3 0 886596662 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
[pid=4373/tid=4441] ppid=4371 vsize=347316 CPUtime=0 cores=5,7
/proc/4373/task/4441/stat : 4441 (python) S 4371 4373 3469 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 886655325 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 1861696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.11 s]
/proc/loadavg: 1.15 2.12 2.88 2/183 4511
/proc/meminfo: memFree=30756476/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=347316 CPUtime=14.74 cores=5,7
/proc/4373/stat : 4373 (python) S 4371 4373 3469 0 -1 4202496 29428 930 1 0 1460 14 0 0 19 0 3 0 886595162 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4373/statm: 86829 19135 1870 364 0 22744 0
[pid=4379] ppid=4373 vsize=337060 CPUtime=0.72 cores=5,7
/proc/4379/stat : 4379 (python) S 4373 4373 3469 0 -1 4202560 1194 0 0 0 37 35 0 0 19 0 2 0 886596662 345149440 17676 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4379/statm: 84265 17676 414 364 0 20183 0
[pid=4381] ppid=4379 vsize=47340 CPUtime=585.98 cores=5,7
/proc/4381/stat : 4381 (lingeling) T 4379 4381 4381 0 -1 4202496 20760 0 0 0 58596 2 0 0 25 0 1 0 886596662 48476160 11004 33554432000 4194304 4352236 140733882270160 18446744073709551615 4328321 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/4381/statm: 11835 11004 129 39 0 10915 0
[pid=4379/tid=4439] ppid=4373 vsize=337060 CPUtime=0 cores=5,7
/proc/4379/task/4439/stat : 4439 (python) S 4373 4373 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886655325 345149440 17676 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 514 18446604471133606016 0 0 -1 7 0 0 0
[pid=4440] ppid=4373 vsize=337072 CPUtime=0.83 cores=5,7
/proc/4440/stat : 4440 (python) S 4373 4373 3469 0 -1 4202560 1002 0 0 0 45 38 0 0 15 0 1 0 886655325 345161728 17631 33554432000 4194304 5683644 140733737716048 18446744073709551615 271550557766 0 0 16781312 514 3354601180251521288 0 0 17 5 0 0 0
/proc/4440/statm: 84268 17631 370 364 0 20183 0
[pid=4442] ppid=4440 vsize=787704 CPUtime=597.8 cores=5,7
/proc/4442/stat : 4442 (cryptominisat-2) R 4440 4442 4442 0 -1 4202496 515102 0 0 0 59678 102 0 0 25 0 1 0 886655326 806608896 148920 33554432000 4194304 4677096 140734879119712 18446744073709551615 4318923 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4442/statm: 196926 148920 393 118 0 191885 0
[pid=4373/tid=4380] ppid=4371 vsize=347316 CPUtime=0 cores=5,7
/proc/4373/task/4380/stat : 4380 (python) S 4371 4373 3469 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 3 0 886596662 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
[pid=4373/tid=4441] ppid=4371 vsize=347316 CPUtime=0 cores=5,7
/proc/4373/task/4441/stat : 4441 (python) S 4371 4373 3469 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 886655325 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1856492

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

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

[startup+1200.11 s]
/proc/loadavg: 1.15 2.12 2.88 2/183 4511
/proc/meminfo: memFree=30756476/32951124 swapFree=67054536/67111528
[pid=4373] ppid=4371 vsize=347316 CPUtime=14.74 cores=5,7
/proc/4373/stat : 4373 (python) S 4371 4373 3469 0 -1 4202496 29428 930 1 0 1460 14 0 0 19 0 3 0 886595162 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4373/statm: 86829 19135 1870 364 0 22744 0
[pid=4379] ppid=4373 vsize=337060 CPUtime=0.72 cores=5,7
/proc/4379/stat : 4379 (python) S 4373 4373 3469 0 -1 4202560 1194 0 0 0 37 35 0 0 19 0 2 0 886596662 345149440 17676 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4379/statm: 84265 17676 414 364 0 20183 0
[pid=4381] ppid=4379 vsize=47340 CPUtime=585.98 cores=5,7
/proc/4381/stat : 4381 (lingeling) T 4379 4381 4381 0 -1 4202496 20760 0 0 0 58596 2 0 0 25 0 1 0 886596662 48476160 11004 33554432000 4194304 4352236 140733882270160 18446744073709551615 4328321 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/4381/statm: 11835 11004 129 39 0 10915 0
[pid=4379/tid=4439] ppid=4373 vsize=337060 CPUtime=0 cores=5,7
/proc/4379/task/4439/stat : 4439 (python) S 4373 4373 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886655325 345149440 17676 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 514 18446604471133606016 0 0 -1 7 0 0 0
[pid=4440] ppid=4373 vsize=337072 CPUtime=0.83 cores=5,7
/proc/4440/stat : 4440 (python) S 4373 4373 3469 0 -1 4202560 1002 0 0 0 45 38 0 0 15 0 1 0 886655325 345161728 17631 33554432000 4194304 5683644 140733737716048 18446744073709551615 271550557766 0 0 16781312 514 3354601180251521288 0 0 17 5 0 0 0
/proc/4440/statm: 84268 17631 370 364 0 20183 0
[pid=4442] ppid=4440 vsize=787704 CPUtime=597.8 cores=5,7
/proc/4442/stat : 4442 (cryptominisat-2) R 4440 4442 4442 0 -1 4202496 515102 0 0 0 59678 102 0 0 25 0 1 0 886655326 806608896 148920 33554432000 4194304 4677096 140734879119712 18446744073709551615 4318923 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4442/statm: 196926 148920 393 118 0 191885 0
[pid=4373/tid=4380] ppid=4371 vsize=347316 CPUtime=0 cores=5,7
/proc/4373/task/4380/stat : 4380 (python) S 4371 4373 3469 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 3 0 886596662 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
[pid=4373/tid=4441] ppid=4371 vsize=347316 CPUtime=0 cores=5,7
/proc/4373/task/4441/stat : 4441 (python) S 4371 4373 3469 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 886655325 355651584 19135 33554432000 4194304 5683644 140733737716048 18446744073709551615 271562361265 0 0 16781312 2 18446604462902085632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1856492

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4373 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=606779
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=152976
# CPU time returned by wait4() is 14.7598
# 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): 1200.13
CPU time (s): 1200.07
CPU user time (s): 1198.16
CPU system time (s): 1.91
CPU usage (%): 99.9949
Max. virtual memory (cumulated for all children) (KiB): 1921708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.6068
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30358
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= 2841
involuntary context switches= 50

runsolver used 1.88371 second user time and 4.67729 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-11 01:52:53
IDJOB=3484594
IDBENCH=83107
IDSOLVER=1976
FILE ID=node133/3484594-1307749972
RUNJOBID= node133-1307747008-3491
PBS_JOBID= 13550825
Free space on /tmp= 73952 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-bottom26.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-3484594-1307749972/watcher-3484594-1307749972 -o /tmp/evaluation-result-3484594-1307749972/solver-3484594-1307749972 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484594-1307749972.cnf -seed 1008204897 -budget 1200

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=1008204897

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.74
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.834
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:      30683164 kB
Buffers:        235708 kB
Cached:        1151284 kB
SwapCached:      10420 kB
Active:        1338292 kB
Inactive:       721072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30683164 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:           36052 kB
Writeback:          40 kB
AnonPages:      669764 kB
Mapped:          19412 kB
Slab:           137464 kB
PageTables:      10780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1415068 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= 74048 MiB
End job on node133 at 2011-06-11 02:12:55