Trace number 3484600

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.1 1203.43

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
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 variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

Solver Data

0.54/4.40	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.54/4.40	c INFO: solving HOME/instance-3484600-1307894730.cnf
0.54/4.40	c INFO: computing task features
1.03/4.92	c INFO: computed variable-clause graph statistics
1.03/4.94	c INFO: computed clause balance statistics
3.93/7.83	c INFO: computed variable balance statistics
6.03/9.96	c INFO: computed small-clause counts
6.03/9.97	c INFO: computed Horn-clause counts
9.63/13.56	c INFO: computed variable graph statistics
9.63/13.56	c INFO: collected features for HOME/instance-3484600-1307894730.cnf in 9.14 s
9.63/13.57	c INFO: running lingeling-276@0 for 582 with 1190 remaining (b = 0.59)
596.58/600.26	c INFO: running cryptominisat-2.9.0@0 for 604 with 604 remaining (b = 0.53)

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: 989)

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

running on 2 cores: 0,2

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: 0.01 0.08 0.58 4/175 12439
/proc/meminfo: memFree=1554500/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=1840 CPUtime=0 cores=0,2
/proc/12439/stat : 12439 (python) D 12437 12439 12396 0 -1 4194304 48 0 0 0 0 0 0 0 18 0 1 0 881888918 1884160 1 33554432000 0 0 140733493851781 18446744073709551615 5057063 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/12439/statm: 460 1 0 0 0 36 0

[startup+0.0393389 s]
/proc/loadavg: 0.01 0.08 0.58 4/175 12439
/proc/meminfo: memFree=1554500/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=15380 CPUtime=0 cores=0,2
/proc/12439/stat : 12439 (python) S 12437 12439 12396 0 -1 4202496 815 0 6 0 0 0 0 0 17 0 1 0 881888918 15749120 704 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 1
/proc/12439/statm: 3845 704 334 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.1004 s]
/proc/loadavg: 0.01 0.08 0.58 4/175 12439
/proc/meminfo: memFree=1554500/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=16532 CPUtime=0.01 cores=0,2
/proc/12439/stat : 12439 (python) D 12437 12439 12396 0 -1 4202496 1185 0 6 0 1 0 0 0 17 0 1 0 881888918 16928768 1049 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510295552 0 0 16781312 2 0 0 0 17 2 0 0 2
/proc/12439/statm: 4133 1049 417 364 0 620 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16532

[startup+0.300338 s]
/proc/loadavg: 0.01 0.08 0.58 4/175 12439
/proc/meminfo: memFree=1554500/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=45684 CPUtime=0.05 cores=0,2
/proc/12439/stat : 12439 (python) D 12437 12439 12396 0 -1 4202496 1879 0 16 0 4 1 0 0 17 0 1 0 881888918 46780416 1667 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510297344 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 5
/proc/12439/statm: 11421 1667 470 364 0 1170 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45684

[startup+0.700248 s]
/proc/loadavg: 0.01 0.08 0.58 4/175 12439
/proc/meminfo: memFree=1554500/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=104636 CPUtime=0.12 cores=0,2
/proc/12439/stat : 12439 (python) R 12437 12439 12396 0 -1 4202496 3153 0 30 0 9 3 0 0 16 0 1 0 881888918 107147264 2852 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510295552 0 2147483391 16781312 2 0 0 0 17 2 0 0 23
/proc/12439/statm: 26159 2852 847 364 0 1907 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 104636

[startup+1.50108 s]
/proc/loadavg: 0.01 0.08 0.58 4/181 12457
/proc/meminfo: memFree=1471572/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=185088 CPUtime=0.33 cores=0,2
/proc/12439/stat : 12439 (python) D 12437 12439 12396 0 -1 4202496 6706 924 62 9 21 12 0 0 16 0 1 0 881888918 189530112 4826 33554432000 4194304 5683644 140733493850144 18446744073709551615 233505373927 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 35
/proc/12439/statm: 46272 4826 1349 364 0 3723 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 185088

[startup+3.10081 s]
/proc/loadavg: 0.33 0.14 0.60 1/184 12471
/proc/meminfo: memFree=1365252/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=187740 CPUtime=0.33 cores=0,2
/proc/12439/stat : 12439 (python) D 12437 12439 12396 0 -1 4202496 6706 924 62 9 21 12 0 0 16 0 1 0 881888918 192245760 4826 33554432000 4194304 5683644 140733493850144 18446744073709551615 233505377987 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 190
/proc/12439/statm: 46935 4826 1349 364 0 3723 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 187740
heavy processes:

[startup+6.30626 s]
/proc/loadavg: 0.33 0.14 0.60 4/184 12471
/proc/meminfo: memFree=1097216/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=312004 CPUtime=2.44 cores=0,2
/proc/12439/stat : 12439 (python) R 12437 12439 12396 0 -1 4202496 21372 924 101 9 222 22 0 0 18 0 1 0 881888918 319492096 15386 33554432000 4194304 5683644 140733493850144 18446744073709551615 4662239 0 0 16781312 2 0 0 0 17 0 0 0 279
/proc/12439/statm: 78001 15386 1826 364 0 13925 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 312004
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 0.54 0.19 0.61 4/184 12471
/proc/meminfo: memFree=751472/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=312004 CPUtime=8.83 cores=0,2
/proc/12439/stat : 12439 (python) R 12437 12439 12396 0 -1 4202496 21379 924 101 9 861 22 0 0 25 0 1 0 881888918 319492096 15393 33554432000 4194304 5683644 140733493850144 18446744073709551615 47064594446476 0 0 16781312 2 0 0 0 17 0 0 0 279
/proc/12439/statm: 78001 15393 1833 364 0 13925 0
Current children cumulated CPU time (s) 8.83
Current children cumulated vsize (KiB) 312004
heavy processes:

[startup+25.5008 s]
/proc/loadavg: 1.09 0.33 0.65 4/190 12477
/proc/meminfo: memFree=236624/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=319696 CPUtime=9.71 cores=0,2
/proc/12439/stat : 12439 (python) S 12437 12439 12396 0 -1 4202496 21668 924 101 9 949 22 0 0 20 0 2 0 881888918 327368704 14787 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 279
/proc/12439/statm: 79924 14787 1867 364 0 15842 0
[pid=12475] ppid=12439 vsize=309452 CPUtime=0.01 cores=0,2
/proc/12475/stat : 12475 (python) S 12439 12439 12396 0 -1 4202560 892 0 0 0 1 0 0 0 18 0 1 0 881890276 316878848 13292 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510317583 0 0 16781312 514 1253548808780873988 0 0 17 0 0 0 0
/proc/12475/statm: 77363 13292 376 364 0 13281 0
[pid=12477] ppid=12475 vsize=19540 CPUtime=11.89 cores=0,2
/proc/12477/stat : 12477 (lingeling) R 12475 12477 12477 0 -1 4202496 7054 0 0 0 1189 0 0 0 25 0 1 0 881890276 20008960 4055 33554432000 4194304 4352236 140735995122688 18446744073709551615 4327929 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/12477/statm: 4885 4055 129 39 0 3965 0
[pid=12439/tid=12476] ppid=12437 vsize=319696 CPUtime=0 cores=0,2
/proc/12439/task/12476/stat : 12476 (python) S 12437 12439 12396 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 2 0 881890276 327368704 14787 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.61
Current children cumulated vsize (KiB) 648688

[startup+51.1012 s]
/proc/loadavg: 1.74 0.54 0.71 4/190 12478
/proc/meminfo: memFree=233176/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=319696 CPUtime=9.71 cores=0,2
/proc/12439/stat : 12439 (python) S 12437 12439 12396 0 -1 4202496 21668 924 101 9 949 22 0 0 20 0 2 0 881888918 327368704 14787 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 279
/proc/12439/statm: 79924 14787 1867 364 0 15842 0
[pid=12475] ppid=12439 vsize=309452 CPUtime=0.04 cores=0,2
/proc/12475/stat : 12475 (python) S 12439 12439 12396 0 -1 4202560 903 0 0 0 3 1 0 0 18 0 1 0 881890276 316878848 13292 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510317583 0 0 16781312 514 1253548808780873988 0 0 17 0 0 0 0
/proc/12475/statm: 77363 13292 376 364 0 13281 0
[pid=12477] ppid=12475 vsize=23628 CPUtime=37.46 cores=0,2
/proc/12477/stat : 12477 (lingeling) R 12475 12477 12477 0 -1 4202496 8079 0 0 0 3746 0 0 0 25 0 1 0 881890276 24195072 5077 33554432000 4194304 4352236 140735995122688 18446744073709551615 4276530 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/12477/statm: 5907 5077 129 39 0 4987 0
[pid=12439/tid=12476] ppid=12437 vsize=319696 CPUtime=0 cores=0,2
/proc/12439/task/12476/stat : 12476 (python) S 12437 12439 12396 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 2 0 881890276 327368704 14787 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.21
Current children cumulated vsize (KiB) 652776

[startup+102.301 s]
/proc/loadavg: 2.45 0.92 0.83 4/190 12479
/proc/meminfo: memFree=225216/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=319696 CPUtime=9.71 cores=0,2
/proc/12439/stat : 12439 (python) S 12437 12439 12396 0 -1 4202496 21668 924 101 9 949 22 0 0 20 0 2 0 881888918 327368704 14787 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 279
/proc/12439/statm: 79924 14787 1867 364 0 15842 0
[pid=12475] ppid=12439 vsize=309452 CPUtime=0.11 cores=0,2
/proc/12475/stat : 12475 (python) S 12439 12439 12396 0 -1 4202560 928 0 0 0 7 4 0 0 18 0 1 0 881890276 316878848 13292 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510317583 0 0 16781312 514 1253548808780873988 0 0 17 0 0 0 0
/proc/12475/statm: 77363 13292 376 364 0 13281 0
[pid=12477] ppid=12475 vsize=30440 CPUtime=88.6 cores=0,2
/proc/12477/stat : 12477 (lingeling) R 12475 12477 12477 0 -1 4202496 12855 0 0 0 8859 1 0 0 25 0 1 0 881890276 31170560 6780 33554432000 4194304 4352236 140735995122688 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/12477/statm: 7610 6780 129 39 0 6690 0
[pid=12439/tid=12476] ppid=12437 vsize=319696 CPUtime=0 cores=0,2
/proc/12439/task/12476/stat : 12476 (python) S 12437 12439 12396 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 2 0 881890276 327368704 14787 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.42
Current children cumulated vsize (KiB) 659588

[startup+162.301 s]
/proc/loadavg: 2.85 1.31 0.97 4/193 12484
/proc/meminfo: memFree=481500/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=319696 CPUtime=9.71 cores=0,2
/proc/12439/stat : 12439 (python) S 12437 12439 12396 0 -1 4202496 21668 924 101 9 949 22 0 0 20 0 2 0 881888918 327368704 14787 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 279
/proc/12439/statm: 79924 14787 1867 364 0 15842 0
[pid=12475] ppid=12439 vsize=309452 CPUtime=0.19 cores=0,2
/proc/12475/stat : 12475 (python) S 12439 12439 12396 0 -1 4202560 953 0 0 0 11 8 0 0 18 0 1 0 881890276 316878848 13292 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510317583 0 0 16781312 514 1253548808780873988 0 0 17 0 0 0 0
/proc/12475/statm: 77363 13292 376 364 0 13281 0
[pid=12477] ppid=12475 vsize=32488 CPUtime=148.56 cores=0,2
/proc/12477/stat : 12477 (lingeling) R 12475 12477 12477 0 -1 4202496 14391 0 0 0 14855 1 0 0 25 0 1 0 881890276 33267712 7292 33554432000 4194304 4352236 140735995122688 18446744073709551615 4328087 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/12477/statm: 8122 7292 129 39 0 7202 0
[pid=12439/tid=12476] ppid=12437 vsize=319696 CPUtime=0 cores=0,2
/proc/12439/task/12476/stat : 12476 (python) S 12437 12439 12396 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 2 0 881890276 327368704 14787 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 158.46
Current children cumulated vsize (KiB) 661636

[startup+222.3 s]
/proc/loadavg: 2.94 1.61 1.09 4/193 12486
/proc/meminfo: memFree=348136/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=319696 CPUtime=9.71 cores=0,2
/proc/12439/stat : 12439 (python) S 12437 12439 12396 0 -1 4202496 21668 924 101 9 949 22 0 0 20 0 2 0 881888918 327368704 14787 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 279
/proc/12439/statm: 79924 14787 1867 364 0 15842 0
[pid=12475] ppid=12439 vsize=309452 CPUtime=0.27 cores=0,2
/proc/12475/stat : 12475 (python) S 12439 12439 12396 0 -1 4202560 971 0 0 0 15 12 0 0 18 0 1 0 881890276 316878848 13292 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510317583 0 0 16781312 514 1253548808780873988 0 0 17 0 0 0 0
/proc/12475/statm: 77363 13292 376 364 0 13281 0
[pid=12477] ppid=12475 vsize=35048 CPUtime=208.51 cores=0,2
/proc/12477/stat : 12477 (lingeling) R 12475 12477 12477 0 -1 4202496 15031 0 0 0 20850 1 0 0 25 0 1 0 881890276 35889152 7932 33554432000 4194304 4352236 140735995122688 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/12477/statm: 8762 7932 129 39 0 7842 0
[pid=12439/tid=12476] ppid=12437 vsize=319696 CPUtime=0 cores=0,2
/proc/12439/task/12476/stat : 12476 (python) S 12437 12439 12396 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 2 0 881890276 327368704 14787 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 218.49
Current children cumulated vsize (KiB) 664196

[startup+282.301 s]
/proc/loadavg: 2.98 1.86 1.21 4/193 12487
/proc/meminfo: memFree=346712/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=319696 CPUtime=9.71 cores=0,2
/proc/12439/stat : 12439 (python) S 12437 12439 12396 0 -1 4202496 21668 924 101 9 949 22 0 0 20 0 2 0 881888918 327368704 14787 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 279
/proc/12439/statm: 79924 14787 1867 364 0 15842 0
[pid=12475] ppid=12439 vsize=309452 CPUtime=0.35 cores=0,2
/proc/12475/stat : 12475 (python) S 12439 12439 12396 0 -1 4202560 978 0 0 0 20 15 0 0 18 0 1 0 881890276 316878848 13292 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510317583 0 0 16781312 514 1253548808780873988 0 0 17 0 0 0 0
/proc/12475/statm: 77363 13292 376 364 0 13281 0
[pid=12477] ppid=12475 vsize=35048 CPUtime=268.45 cores=0,2
/proc/12477/stat : 12477 (lingeling) R 12475 12477 12477 0 -1 4202496 17079 0 0 0 26844 1 0 0 25 0 1 0 881890276 35889152 7932 33554432000 4194304 4352236 140735995122688 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/12477/statm: 8762 7932 129 39 0 7842 0

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

[pid=12502] ppid=12439 vsize=319708 CPUtime=0.49 cores=0,2
/proc/12502/stat : 12502 (python) S 12439 12439 12396 0 -1 4202560 1011 0 0 0 27 22 0 0 15 0 1 0 881948945 327380992 13291 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510317638 0 0 16781312 514 1714631213206962436 0 0 17 0 0 0 0
/proc/12502/statm: 79927 13291 371 364 0 15842 0
[pid=12504] ppid=12502 vsize=404192 CPUtime=341.7 cores=0,2
/proc/12504/stat : 12504 (cryptominisat-2) R 12502 12504 12504 0 -1 4202496 183924 0 0 0 34134 36 0 0 25 0 1 0 881948945 413892608 86185 33554432000 4194304 4677096 140734599903776 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12504/statm: 101048 86185 393 118 0 96007 0
[pid=12439/tid=12476] ppid=12437 vsize=329952 CPUtime=0 cores=0,2
/proc/12439/task/12476/stat : 12476 (python) S 12437 12439 12396 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 3 0 881890276 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
[pid=12439/tid=12503] ppid=12437 vsize=329952 CPUtime=0 cores=0,2
/proc/12439/task/12503/stat : 12503 (python) S 12437 12439 12396 0 -1 4202560 30 924 0 9 0 0 0 0 20 0 3 0 881948945 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 938.85
Current children cumulated vsize (KiB) 1415764

[startup+1002.3 s]
/proc/loadavg: 3.00 2.89 2.16 4/205 12518
/proc/meminfo: memFree=208704/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=329952 CPUtime=9.72 cores=0,2
/proc/12439/stat : 12439 (python) S 12437 12439 12396 0 -1 4202496 22514 924 101 9 949 23 0 0 20 0 3 0 881888918 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 279
/proc/12439/statm: 82488 14794 1870 364 0 18403 0
[pid=12475] ppid=12439 vsize=319696 CPUtime=0.78 cores=0,2
/proc/12475/stat : 12475 (python) S 12439 12439 12396 0 -1 4202560 1207 0 0 0 43 35 0 0 19 0 2 0 881890276 327368704 13335 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12475/statm: 79924 13335 414 364 0 15842 0
[pid=12477] ppid=12475 vsize=42216 CPUtime=586.16 cores=0,2
/proc/12477/stat : 12477 (lingeling) T 12475 12477 12477 0 -1 4202496 35255 0 0 0 58612 4 0 0 25 0 1 0 881890276 43229184 9724 33554432000 4194304 4352236 140735995122688 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/12477/statm: 10554 9724 129 39 0 9634 0
[pid=12475/tid=12501] ppid=12439 vsize=319696 CPUtime=0 cores=0,2
/proc/12475/task/12501/stat : 12501 (python) S 12439 12439 12396 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 881948944 327368704 13335 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 514 18446604453952108544 0 0 -1 2 0 0 0
[pid=12502] ppid=12439 vsize=319708 CPUtime=0.58 cores=0,2
/proc/12502/stat : 12502 (python) S 12439 12439 12396 0 -1 4202560 1012 0 0 0 33 25 0 0 15 0 1 0 881948945 327380992 13291 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510317638 0 0 16781312 514 1253548808780873988 0 0 17 0 0 0 0
/proc/12502/statm: 79927 13291 371 364 0 15842 0
[pid=12504] ppid=12502 vsize=408432 CPUtime=401.64 cores=0,2
/proc/12504/stat : 12504 (cryptominisat-2) R 12502 12504 12504 0 -1 4202496 197348 0 0 0 40124 40 0 0 25 0 1 0 881948945 418234368 86369 33554432000 4194304 4677096 140734599903776 18446744073709551615 4320126 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12504/statm: 102108 86369 393 118 0 97067 0
[pid=12439/tid=12476] ppid=12437 vsize=329952 CPUtime=0 cores=0,2
/proc/12439/task/12476/stat : 12476 (python) S 12437 12439 12396 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 3 0 881890276 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
[pid=12439/tid=12503] ppid=12437 vsize=329952 CPUtime=0 cores=0,2
/proc/12439/task/12503/stat : 12503 (python) S 12437 12439 12396 0 -1 4202560 30 924 0 9 0 0 0 0 20 0 3 0 881948945 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 998.88
Current children cumulated vsize (KiB) 1420004

[startup+1062.31 s]
/proc/loadavg: 3.05 2.92 2.21 4/205 12520
/proc/meminfo: memFree=260952/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=329952 CPUtime=9.72 cores=0,2
/proc/12439/stat : 12439 (python) S 12437 12439 12396 0 -1 4202496 22514 924 101 9 949 23 0 0 20 0 3 0 881888918 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 279
/proc/12439/statm: 82488 14794 1870 364 0 18403 0
[pid=12475] ppid=12439 vsize=319696 CPUtime=0.78 cores=0,2
/proc/12475/stat : 12475 (python) S 12439 12439 12396 0 -1 4202560 1207 0 0 0 43 35 0 0 19 0 2 0 881890276 327368704 13335 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12475/statm: 79924 13335 414 364 0 15842 0
[pid=12477] ppid=12475 vsize=42216 CPUtime=586.16 cores=0,2
/proc/12477/stat : 12477 (lingeling) T 12475 12477 12477 0 -1 4202496 35255 0 0 0 58612 4 0 0 25 0 1 0 881890276 43229184 9724 33554432000 4194304 4352236 140735995122688 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/12477/statm: 10554 9724 129 39 0 9634 0
[pid=12475/tid=12501] ppid=12439 vsize=319696 CPUtime=0 cores=0,2
/proc/12475/task/12501/stat : 12501 (python) S 12439 12439 12396 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 881948944 327368704 13335 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 514 18446604453952108544 0 0 -1 2 0 0 0
[pid=12502] ppid=12439 vsize=319708 CPUtime=0.66 cores=0,2
/proc/12502/stat : 12502 (python) S 12439 12439 12396 0 -1 4202560 1013 0 0 0 38 28 0 0 15 0 1 0 881948945 327380992 13291 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510317638 0 0 16781312 514 1253548808780873988 0 0 17 0 0 0 0
/proc/12502/statm: 79927 13291 371 364 0 15842 0
[pid=12504] ppid=12502 vsize=424296 CPUtime=461.59 cores=0,2
/proc/12504/stat : 12504 (cryptominisat-2) R 12502 12504 12504 0 -1 4202496 207057 0 0 0 46117 42 0 0 25 0 1 0 881948945 434479104 90302 33554432000 4194304 4677096 140734599903776 18446744073709551615 233509994182 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12504/statm: 106074 90302 393 118 0 101033 0
[pid=12439/tid=12476] ppid=12437 vsize=329952 CPUtime=0 cores=0,2
/proc/12439/task/12476/stat : 12476 (python) S 12437 12439 12396 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 3 0 881890276 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
[pid=12439/tid=12503] ppid=12437 vsize=329952 CPUtime=0 cores=0,2
/proc/12439/task/12503/stat : 12503 (python) S 12437 12439 12396 0 -1 4202560 30 924 0 9 0 0 0 0 20 0 3 0 881948945 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1058.91
Current children cumulated vsize (KiB) 1435868

[startup+1122.3 s]
/proc/loadavg: 3.06 2.95 2.26 4/205 12522
/proc/meminfo: memFree=196164/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=329952 CPUtime=9.72 cores=0,2
/proc/12439/stat : 12439 (python) S 12437 12439 12396 0 -1 4202496 22514 924 101 9 949 23 0 0 20 0 3 0 881888918 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 279
/proc/12439/statm: 82488 14794 1870 364 0 18403 0
[pid=12475] ppid=12439 vsize=319696 CPUtime=0.78 cores=0,2
/proc/12475/stat : 12475 (python) S 12439 12439 12396 0 -1 4202560 1207 0 0 0 43 35 0 0 19 0 2 0 881890276 327368704 13335 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12475/statm: 79924 13335 414 364 0 15842 0
[pid=12477] ppid=12475 vsize=42216 CPUtime=586.16 cores=0,2
/proc/12477/stat : 12477 (lingeling) T 12475 12477 12477 0 -1 4202496 35255 0 0 0 58612 4 0 0 25 0 1 0 881890276 43229184 9724 33554432000 4194304 4352236 140735995122688 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/12477/statm: 10554 9724 129 39 0 9634 0
[pid=12475/tid=12501] ppid=12439 vsize=319696 CPUtime=0 cores=0,2
/proc/12475/task/12501/stat : 12501 (python) S 12439 12439 12396 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 881948944 327368704 13335 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 514 18446604453952108544 0 0 -1 2 0 0 0
[pid=12502] ppid=12439 vsize=319708 CPUtime=0.74 cores=0,2
/proc/12502/stat : 12502 (python) S 12439 12439 12396 0 -1 4202560 1013 0 0 0 42 32 0 0 15 0 1 0 881948945 327380992 13291 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510317638 0 0 16781312 514 1253548808780873988 0 0 17 0 0 0 0
/proc/12502/statm: 79927 13291 371 364 0 15842 0
[pid=12504] ppid=12502 vsize=424616 CPUtime=521.55 cores=0,2
/proc/12504/stat : 12504 (cryptominisat-2) R 12502 12504 12504 0 -1 4202496 218896 0 0 0 52111 44 0 0 25 0 1 0 881948945 434806784 91161 33554432000 4194304 4677096 140734599903776 18446744073709551615 4454468 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12504/statm: 106154 91161 393 118 0 101113 0
[pid=12439/tid=12476] ppid=12437 vsize=329952 CPUtime=0 cores=0,2
/proc/12439/task/12476/stat : 12476 (python) S 12437 12439 12396 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 3 0 881890276 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
[pid=12439/tid=12503] ppid=12437 vsize=329952 CPUtime=0 cores=0,2
/proc/12439/task/12503/stat : 12503 (python) S 12437 12439 12396 0 -1 4202560 30 924 0 9 0 0 0 0 20 0 3 0 881948945 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1118.95
Current children cumulated vsize (KiB) 1436188

[startup+1182.3 s]
/proc/loadavg: 3.02 2.95 2.31 4/205 12526
/proc/meminfo: memFree=172204/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=329952 CPUtime=9.72 cores=0,2
/proc/12439/stat : 12439 (python) S 12437 12439 12396 0 -1 4202496 22514 924 101 9 949 23 0 0 20 0 3 0 881888918 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 279
/proc/12439/statm: 82488 14794 1870 364 0 18403 0
[pid=12475] ppid=12439 vsize=319696 CPUtime=0.78 cores=0,2
/proc/12475/stat : 12475 (python) S 12439 12439 12396 0 -1 4202560 1207 0 0 0 43 35 0 0 19 0 2 0 881890276 327368704 13335 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12475/statm: 79924 13335 414 364 0 15842 0
[pid=12477] ppid=12475 vsize=42216 CPUtime=586.16 cores=0,2
/proc/12477/stat : 12477 (lingeling) T 12475 12477 12477 0 -1 4202496 35255 0 0 0 58612 4 0 0 25 0 1 0 881890276 43229184 9724 33554432000 4194304 4352236 140735995122688 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/12477/statm: 10554 9724 129 39 0 9634 0
[pid=12475/tid=12501] ppid=12439 vsize=319696 CPUtime=0 cores=0,2
/proc/12475/task/12501/stat : 12501 (python) S 12439 12439 12396 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 881948944 327368704 13335 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 514 18446604453952108544 0 0 -1 2 0 0 0
[pid=12502] ppid=12439 vsize=319708 CPUtime=0.82 cores=0,2
/proc/12502/stat : 12502 (python) S 12439 12439 12396 0 -1 4202560 1014 0 0 0 46 36 0 0 15 0 1 0 881948945 327380992 13291 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510317638 0 0 16781312 514 1253548808780873988 0 0 17 0 0 0 0
/proc/12502/statm: 79927 13291 371 364 0 15842 0
[pid=12504] ppid=12502 vsize=430496 CPUtime=581.5 cores=0,2
/proc/12504/stat : 12504 (cryptominisat-2) R 12502 12504 12504 0 -1 4202496 230956 0 0 0 58103 47 0 0 25 0 1 0 881948945 440827904 93044 33554432000 4194304 4677096 140734599903776 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12504/statm: 107624 93044 393 118 0 102583 0
[pid=12439/tid=12476] ppid=12437 vsize=329952 CPUtime=0 cores=0,2
/proc/12439/task/12476/stat : 12476 (python) S 12437 12439 12396 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 3 0 881890276 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
[pid=12439/tid=12503] ppid=12437 vsize=329952 CPUtime=0 cores=0,2
/proc/12439/task/12503/stat : 12503 (python) S 12437 12439 12396 0 -1 4202560 30 924 0 9 0 0 0 0 20 0 3 0 881948945 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1178.98
Current children cumulated vsize (KiB) 1442068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 3.01 2.96 2.32 3/197 12528
/proc/meminfo: memFree=1579356/32951124 swapFree=67054264/67111528
[pid=12439] ppid=12437 vsize=329952 CPUtime=9.72 cores=0,2
/proc/12439/stat : 12439 (python) S 12437 12439 12396 0 -1 4202496 22514 924 101 9 949 23 0 0 20 0 3 0 881888918 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 279
/proc/12439/statm: 82488 14794 1870 364 0 18403 0
[pid=12475] ppid=12439 vsize=319696 CPUtime=0.78 cores=0,2
/proc/12475/stat : 12475 (python) S 12439 12439 12396 0 -1 4202560 1207 0 0 0 43 35 0 0 19 0 2 0 881890276 327368704 13335 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12475/statm: 79924 13335 414 364 0 15842 0
[pid=12477] ppid=12475 vsize=42216 CPUtime=586.16 cores=0,2
/proc/12477/stat : 12477 (lingeling) T 12475 12477 12477 0 -1 4202496 35255 0 0 0 58612 4 0 0 25 0 1 0 881890276 43229184 9724 33554432000 4194304 4352236 140735995122688 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/12477/statm: 10554 9724 129 39 0 9634 0
[pid=12475/tid=12501] ppid=12439 vsize=319696 CPUtime=0 cores=0,2
/proc/12475/task/12501/stat : 12501 (python) S 12439 12439 12396 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 881948944 327368704 13335 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 514 18446604453952108544 0 0 -1 2 0 0 0
[pid=12502] ppid=12439 vsize=319708 CPUtime=0.84 cores=0,2
/proc/12502/stat : 12502 (python) S 12439 12439 12396 0 -1 4202560 1014 0 0 0 48 36 0 0 15 0 1 0 881948945 327380992 13291 33554432000 4194304 5683644 140733493850144 18446744073709551615 233510317638 0 0 16781312 514 1714631213206962436 0 0 17 0 0 0 0
/proc/12502/statm: 79927 13291 371 364 0 15842 0
[pid=12504] ppid=12502 vsize=430552 CPUtime=602.6 cores=0,2
/proc/12504/stat : 12504 (cryptominisat-2) R 12502 12504 12504 0 -1 4202496 235938 0 0 0 60212 48 0 0 25 0 1 0 881948945 440885248 91928 33554432000 4194304 4677096 140734599903776 18446744073709551615 4320233 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12504/statm: 107638 91928 393 118 0 102597 0
[pid=12439/tid=12476] ppid=12437 vsize=329952 CPUtime=0 cores=0,2
/proc/12439/task/12476/stat : 12476 (python) S 12437 12439 12396 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 3 0 881890276 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
[pid=12439/tid=12503] ppid=12437 vsize=329952 CPUtime=0 cores=0,2
/proc/12439/task/12503/stat : 12503 (python) S 12437 12439 12396 0 -1 4202560 30 924 0 9 0 0 0 0 20 0 3 0 881948945 337870848 14794 33554432000 4194304 5683644 140733493850144 18446744073709551615 233522121137 0 0 16781312 2 18446604453942819648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1442124

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 12439 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=499555
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=238963
# CPU time returned by wait4() is 9.73852
# while last known CPU time is 1200.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.43
CPU time (s): 1200.1
CPU user time (s): 1198.64
CPU system time (s): 1.46
CPU usage (%): 99.7236
Max. virtual memory (cumulated for all children) (KiB): 1494296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.49956
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23438
page faults= 110
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25838
involuntary context switches= 134

runsolver used 2.14167 second user time and 4.41233 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-12 18:05:30
IDJOB=3484600
IDBENCH=83115
IDSOLVER=1976
FILE ID=node145/3484600-1307894730
RUNJOBID= node145-1307894730-12414
PBS_JOBID= 13559559
Free space on /var/tmp= 2904 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-top21.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 /var/tmp/evaluation-result-3484600-1307894730/watcher-3484600-1307894730 -o /var/tmp/evaluation-result-3484600-1307894730/solver-3484600-1307894730 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484600-1307894730.cnf -seed 149862040 -budget 1200

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=149862040

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1556044 kB
Buffers:         51740 kB
Cached:       30374172 kB
SwapCached:       9196 kB
Active:       15636192 kB
Inactive:     14811760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1556044 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:           90824 kB
Writeback:           0 kB
AnonPages:       20116 kB
Mapped:          12152 kB
Slab:           880708 kB
PageTables:       5004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191388 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 /var/tmp at the end= 2712 MiB
End job on node145 at 2011-06-12 18:25:36