Trace number 3484599

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.06 1200.43

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark703.609
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

Solver Data

0.42/0.92	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.42/0.92	c INFO: solving HOME/instance-3484599-1307750680.cnf
0.42/0.92	c INFO: computing task features
1.01/1.50	c INFO: computed variable-clause graph statistics
1.01/1.52	c INFO: computed clause balance statistics
4.01/4.56	c INFO: computed variable balance statistics
5.81/9.31	c INFO: computed small-clause counts
5.81/9.31	c INFO: computed Horn-clause counts
10.81/11.31	c INFO: computed variable graph statistics
10.81/11.31	c INFO: collected features for HOME/instance-3484599-1307750680.cnf in 10.37 s
10.81/11.32	c INFO: running lingeling-276@0 for 582 with 1189 remaining (b = 0.60)
597.53/598.01	c INFO: running cryptominisat-2.9.0@0 for 603 with 603 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-3484599-1307750680/watcher-3484599-1307750680 -o /tmp/evaluation-result-3484599-1307750680/solver-3484599-1307750680 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484599-1307750680.cnf -seed 1005353049 -budget 1200 

running on 2 cores: 4,6

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: 4.20 2.70 3.13 5/170 29670
/proc/meminfo: memFree=29067464/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=11804 CPUtime=0 cores=4,6
/proc/29670/stat : 29670 (runsolver) R 29668 29670 27894 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 886667697 12087296 51 33554432000 4194304 5436572 140734613977344 18446744073709551615 4883175 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/29670/statm: 2951 51 31 304 0 2643 0

[startup+0.083984 s]
/proc/loadavg: 4.20 2.70 3.13 5/170 29670
/proc/meminfo: memFree=29067464/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=36832 CPUtime=0.04 cores=4,6
/proc/29670/stat : 29670 (python) R 29668 29670 27894 0 -1 4202496 1623 0 0 0 3 1 0 0 17 0 1 0 886667697 37715968 1451 33554432000 4194304 5683644 140735643307504 18446744073709551615 210642222727 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29670/statm: 9208 1451 452 364 0 1025 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36832

[startup+0.101005 s]
/proc/loadavg: 4.20 2.70 3.13 5/170 29670
/proc/meminfo: memFree=29067464/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=54532 CPUtime=0.04 cores=4,6
/proc/29670/stat : 29670 (python) S 29668 29670 27894 0 -1 4202496 2050 0 0 0 3 1 0 0 17 0 1 0 886667697 55840768 1807 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/29670/statm: 13633 1807 492 364 0 1283 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54532

[startup+0.30097 s]
/proc/loadavg: 4.20 2.70 3.13 5/170 29670
/proc/meminfo: memFree=29067464/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=135748 CPUtime=0.17 cores=4,6
/proc/29670/stat : 29670 (python) R 29668 29670 27894 0 -1 4202496 5966 932 1 0 13 4 0 0 17 0 1 0 886667697 139005952 4147 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647144448 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29670/statm: 33937 4147 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700898 s]
/proc/loadavg: 4.20 2.70 3.13 5/170 29670
/proc/meminfo: memFree=29067464/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=214908 CPUtime=0.3 cores=4,6
/proc/29670/stat : 29670 (python) R 29668 29670 27894 0 -1 4202496 7389 932 1 0 20 10 0 0 16 0 1 0 886667697 220065792 5391 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647144448 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29670/statm: 53727 5391 1515 364 0 4043 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 214908

[startup+1.50078 s]
/proc/loadavg: 4.20 2.70 3.13 5/185 29714
/proc/meminfo: memFree=28917452/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=318500 CPUtime=1.01 cores=4,6
/proc/29670/stat : 29670 (python) R 29668 29670 27894 0 -1 4202496 23803 932 1 0 85 16 0 0 16 0 1 0 886667697 326144000 16999 33554432000 4194304 5683644 140735643307504 18446744073709551615 47436364144496 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29670/statm: 79625 16999 1815 364 0 15549 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 318500

[startup+3.10046 s]
/proc/loadavg: 4.18 2.72 3.13 5/185 29714
/proc/meminfo: memFree=28816144/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=315476 CPUtime=2.61 cores=4,6
/proc/29670/stat : 29670 (python) R 29668 29670 27894 0 -1 4202496 24916 932 1 0 245 16 0 0 18 0 1 0 886667697 323047424 16254 33554432000 4194304 5683644 140735643307504 18446744073709551615 47436366934836 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29670/statm: 78869 16254 1826 364 0 14793 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 315476

[startup+6.30095 s]
/proc/loadavg: 4.18 2.72 3.13 5/188 29719
/proc/meminfo: memFree=28808016/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=315476 CPUtime=5.81 cores=4,6
/proc/29670/stat : 29670 (python) R 29668 29670 27894 0 -1 4202496 24917 932 1 0 565 16 0 0 25 0 1 0 886667697 323047424 16255 33554432000 4194304 5683644 140735643307504 18446744073709551615 4306941 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29670/statm: 78869 16255 1827 364 0 14793 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 315476

[startup+12.7009 s]
/proc/loadavg: 4.89 2.89 3.18 5/194 29725
/proc/meminfo: memFree=28773196/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=324188 CPUtime=10.83 cores=4,6
/proc/29670/stat : 29670 (python) S 29668 29670 27894 0 -1 4202496 25584 932 1 0 1067 16 0 0 25 0 2 0 886667697 331968512 15910 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29670/statm: 81047 15910 1867 364 0 16965 0
[pid=29723] ppid=29670 vsize=313944 CPUtime=0 cores=4,6
/proc/29723/stat : 29723 (python) S 29670 29670 27894 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 886668830 321478656 14392 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647166479 0 0 16781312 514 4804979342251655167 0 0 17 4 0 0 0
/proc/29723/statm: 78486 14392 353 364 0 14404 0
[pid=29725] ppid=29723 vsize=21464 CPUtime=1.35 cores=4,6
/proc/29725/stat : 29725 (lingeling) R 29723 29725 29725 0 -1 4202496 6595 0 0 0 135 0 0 0 25 0 1 0 886668830 21979136 4534 33554432000 4194304 4352236 140735912461520 18446744073709551615 4300275 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29725/statm: 5366 4534 127 39 0 4446 0
[pid=29670/tid=29724] ppid=29668 vsize=324188 CPUtime=0 cores=4,6
/proc/29670/task/29724/stat : 29724 (python) S 29668 29670 27894 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886668830 331968512 15910 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 659596

[startup+25.5007 s]
/proc/loadavg: 5.50 3.12 3.26 5/197 29728
/proc/meminfo: memFree=28744788/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=324188 CPUtime=10.83 cores=4,6
/proc/29670/stat : 29670 (python) S 29668 29670 27894 0 -1 4202496 25584 932 1 0 1067 16 0 0 25 0 2 0 886667697 331968512 15910 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29670/statm: 81047 15910 1867 364 0 16965 0
[pid=29723] ppid=29670 vsize=313944 CPUtime=0 cores=4,6
/proc/29723/stat : 29723 (python) S 29670 29670 27894 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 886668830 321478656 14415 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647166479 0 0 16781312 514 11572315901877256451 0 0 17 4 0 0 0
/proc/29723/statm: 78486 14415 376 364 0 14404 0
[pid=29725] ppid=29723 vsize=21684 CPUtime=14.14 cores=4,6
/proc/29725/stat : 29725 (lingeling) R 29723 29725 29725 0 -1 4202496 7711 0 0 0 1413 1 0 0 25 0 1 0 886668830 22204416 4591 33554432000 4194304 4352236 140735912461520 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29725/statm: 5421 4591 129 39 0 4501 0
[pid=29670/tid=29724] ppid=29668 vsize=324188 CPUtime=0 cores=4,6
/proc/29670/task/29724/stat : 29724 (python) S 29668 29670 27894 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886668830 331968512 15910 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 659816

[startup+51.1004 s]
/proc/loadavg: 6.08 3.45 3.36 5/197 29728
/proc/meminfo: memFree=28744720/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=324188 CPUtime=10.83 cores=4,6
/proc/29670/stat : 29670 (python) S 29668 29670 27894 0 -1 4202496 25584 932 1 0 1067 16 0 0 25 0 2 0 886667697 331968512 15910 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29670/statm: 81047 15910 1867 364 0 16965 0
[pid=29723] ppid=29670 vsize=313944 CPUtime=0.04 cores=4,6
/proc/29723/stat : 29723 (python) S 29670 29670 27894 0 -1 4202560 910 0 0 0 2 2 0 0 18 0 1 0 886668830 321478656 14415 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647166479 0 0 16781312 514 11572315901877256451 0 0 17 4 0 0 0
/proc/29723/statm: 78486 14415 376 364 0 14404 0
[pid=29725] ppid=29723 vsize=21672 CPUtime=39.71 cores=4,6
/proc/29725/stat : 29725 (lingeling) R 29723 29725 29725 0 -1 4202496 7711 0 0 0 3970 1 0 0 25 0 1 0 886668830 22192128 4588 33554432000 4194304 4352236 140735912461520 18446744073709551615 4328272 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29725/statm: 5418 4588 129 39 0 4498 0
[pid=29670/tid=29724] ppid=29668 vsize=324188 CPUtime=0 cores=4,6
/proc/29670/task/29724/stat : 29724 (python) S 29668 29670 27894 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886668830 331968512 15910 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 659804

[startup+102.301 s]
/proc/loadavg: 4.94 3.55 3.39 5/197 29733
/proc/meminfo: memFree=28728944/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=324188 CPUtime=10.83 cores=4,6
/proc/29670/stat : 29670 (python) S 29668 29670 27894 0 -1 4202496 25584 932 1 0 1067 16 0 0 25 0 2 0 886667697 331968512 15910 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29670/statm: 81047 15910 1867 364 0 16965 0
[pid=29723] ppid=29670 vsize=313944 CPUtime=0.1 cores=4,6
/proc/29723/stat : 29723 (python) S 29670 29670 27894 0 -1 4202560 935 0 0 0 5 5 0 0 18 0 1 0 886668830 321478656 14415 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647166479 0 0 16781312 514 11572315901877256451 0 0 17 4 0 0 0
/proc/29723/statm: 78486 14415 376 364 0 14404 0
[pid=29725] ppid=29723 vsize=28208 CPUtime=90.84 cores=4,6
/proc/29725/stat : 29725 (lingeling) R 29723 29725 29725 0 -1 4202496 11393 0 0 0 9083 1 0 0 25 0 1 0 886668830 28884992 6222 33554432000 4194304 4352236 140735912461520 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29725/statm: 7052 6222 129 39 0 6132 0
[pid=29670/tid=29724] ppid=29668 vsize=324188 CPUtime=0 cores=4,6
/proc/29670/task/29724/stat : 29724 (python) S 29668 29670 27894 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886668830 331968512 15910 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 666340

[startup+162.301 s]
/proc/loadavg: 4.34 3.63 3.43 5/197 29735
/proc/meminfo: memFree=28711276/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=324188 CPUtime=10.83 cores=4,6
/proc/29670/stat : 29670 (python) S 29668 29670 27894 0 -1 4202496 25584 932 1 0 1067 16 0 0 25 0 2 0 886667697 331968512 15910 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29670/statm: 81047 15910 1867 364 0 16965 0
[pid=29723] ppid=29670 vsize=313944 CPUtime=0.19 cores=4,6
/proc/29723/stat : 29723 (python) S 29670 29670 27894 0 -1 4202560 954 0 0 0 10 9 0 0 18 0 1 0 886668830 321478656 14415 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647166479 0 0 16781312 514 11572315901877256451 0 0 17 4 0 0 0
/proc/29723/statm: 78486 14415 376 364 0 14404 0
[pid=29725] ppid=29723 vsize=31788 CPUtime=150.77 cores=4,6
/proc/29725/stat : 29725 (lingeling) R 29723 29725 29725 0 -1 4202496 13313 0 0 0 15076 1 0 0 25 0 1 0 886668830 32550912 7117 33554432000 4194304 4352236 140735912461520 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29725/statm: 7947 7117 129 39 0 7027 0
[pid=29670/tid=29724] ppid=29668 vsize=324188 CPUtime=0 cores=4,6
/proc/29670/task/29724/stat : 29724 (python) S 29668 29670 27894 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886668830 331968512 15910 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.79
Current children cumulated vsize (KiB) 669920

[startup+222.301 s]
/proc/loadavg: 4.12 3.69 3.46 5/197 29735
/proc/meminfo: memFree=28705192/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=324188 CPUtime=10.83 cores=4,6
/proc/29670/stat : 29670 (python) S 29668 29670 27894 0 -1 4202496 25584 932 1 0 1067 16 0 0 25 0 2 0 886667697 331968512 15910 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29670/statm: 81047 15910 1867 364 0 16965 0
[pid=29723] ppid=29670 vsize=313944 CPUtime=0.27 cores=4,6
/proc/29723/stat : 29723 (python) S 29670 29670 27894 0 -1 4202560 973 0 0 0 15 12 0 0 18 0 1 0 886668830 321478656 14415 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647166479 0 0 16781312 514 11572315901877256451 0 0 17 4 0 0 0
/proc/29723/statm: 78486 14415 376 364 0 14404 0
[pid=29725] ppid=29723 vsize=33324 CPUtime=210.69 cores=4,6
/proc/29725/stat : 29725 (lingeling) R 29723 29725 29725 0 -1 4202496 15745 0 0 0 21067 2 0 0 25 0 1 0 886668830 34123776 7501 33554432000 4194304 4352236 140735912461520 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29725/statm: 8331 7501 129 39 0 7411 0
[pid=29670/tid=29724] ppid=29668 vsize=324188 CPUtime=0 cores=4,6
/proc/29670/task/29724/stat : 29724 (python) S 29668 29670 27894 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886668830 331968512 15910 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 221.79
Current children cumulated vsize (KiB) 671456

[startup+282.3 s]
/proc/loadavg: 4.04 3.75 3.50 6/197 29737
/proc/meminfo: memFree=28687696/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=324188 CPUtime=10.83 cores=4,6
/proc/29670/stat : 29670 (python) S 29668 29670 27894 0 -1 4202496 25584 932 1 0 1067 16 0 0 25 0 2 0 886667697 331968512 15910 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29670/statm: 81047 15910 1867 364 0 16965 0
[pid=29723] ppid=29670 vsize=313944 CPUtime=0.34 cores=4,6

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

[pid=29755] ppid=29670 vsize=324200 CPUtime=0.49 cores=4,6
/proc/29755/stat : 29755 (python) S 29670 29670 27894 0 -1 4202560 1002 0 0 0 28 21 0 0 15 0 1 0 886727499 331980800 14414 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647166534 0 0 16781312 514 11572315901877256452 0 0 17 4 0 0 0
/proc/29755/statm: 81050 14414 371 364 0 16965 0
[pid=29757] ppid=29755 vsize=581744 CPUtime=343.88 cores=4,6
/proc/29757/stat : 29757 (cryptominisat-2) R 29755 29757 29757 0 -1 4202496 245387 0 0 0 34349 39 0 0 25 0 1 0 886727500 595705856 128145 33554432000 4194304 4677096 140734793046256 18446744073709551615 4320160 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29757/statm: 145436 128145 393 118 0 140395 0
[pid=29670/tid=29724] ppid=29668 vsize=334444 CPUtime=0 cores=4,6
/proc/29670/task/29724/stat : 29724 (python) S 29668 29670 27894 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886668830 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 4 0 0 0
[pid=29670/tid=29756] ppid=29668 vsize=334444 CPUtime=0 cores=4,6
/proc/29670/task/29756/stat : 29756 (python) S 29668 29670 27894 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 3 0 886727500 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 1614796

[startup+1002.3 s]
/proc/loadavg: 4.06 4.02 3.77 5/209 29819
/proc/meminfo: memFree=27232740/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=334444 CPUtime=10.84 cores=4,6
/proc/29670/stat : 29670 (python) S 29668 29670 27894 0 -1 4202496 26396 932 1 0 1067 17 0 0 20 0 3 0 886667697 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29670/statm: 83611 15917 1870 364 0 19526 0
[pid=29723] ppid=29670 vsize=324188 CPUtime=0.76 cores=4,6
/proc/29723/stat : 29723 (python) S 29670 29670 27894 0 -1 4202560 1206 0 0 0 42 34 0 0 19 0 2 0 886668830 331968512 14458 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29723/statm: 81047 14458 414 364 0 16965 0
[pid=29725] ppid=29723 vsize=50220 CPUtime=585.94 cores=4,6
/proc/29725/stat : 29725 (lingeling) T 29723 29725 29725 0 -1 4202496 36353 0 0 0 58590 4 0 0 25 0 1 0 886668830 51425280 11725 33554432000 4194304 4352236 140735912461520 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/29725/statm: 12555 11725 129 39 0 11635 0
[pid=29723/tid=29754] ppid=29670 vsize=324188 CPUtime=0 cores=4,6
/proc/29723/task/29754/stat : 29754 (python) S 29670 29670 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886727499 331968512 14458 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 514 18446604449736472384 0 0 -1 6 0 0 0
[pid=29755] ppid=29670 vsize=324200 CPUtime=0.58 cores=4,6
/proc/29755/stat : 29755 (python) S 29670 29670 27894 0 -1 4202560 1002 0 0 0 33 25 0 0 15 0 1 0 886727499 331980800 14414 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647166534 0 0 16781312 514 11572315901877256452 0 0 17 4 0 0 0
/proc/29755/statm: 81050 14414 371 364 0 16965 0
[pid=29757] ppid=29755 vsize=566324 CPUtime=403.79 cores=4,6
/proc/29757/stat : 29757 (cryptominisat-2) R 29755 29757 29757 0 -1 4202496 253354 0 0 0 40338 41 0 0 25 0 1 0 886727500 579915776 123764 33554432000 4194304 4677096 140734793046256 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29757/statm: 141581 123764 393 118 0 136540 0
[pid=29670/tid=29724] ppid=29668 vsize=334444 CPUtime=0 cores=4,6
/proc/29670/task/29724/stat : 29724 (python) S 29668 29670 27894 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886668830 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 4 0 0 0
[pid=29670/tid=29756] ppid=29668 vsize=334444 CPUtime=0 cores=4,6
/proc/29670/task/29756/stat : 29756 (python) S 29668 29670 27894 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 3 0 886727500 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 1599376

[startup+1062.31 s]
/proc/loadavg: 4.02 4.01 3.78 5/209 29821
/proc/meminfo: memFree=27230484/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=334444 CPUtime=10.84 cores=4,6
/proc/29670/stat : 29670 (python) S 29668 29670 27894 0 -1 4202496 26396 932 1 0 1067 17 0 0 20 0 3 0 886667697 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29670/statm: 83611 15917 1870 364 0 19526 0
[pid=29723] ppid=29670 vsize=324188 CPUtime=0.76 cores=4,6
/proc/29723/stat : 29723 (python) S 29670 29670 27894 0 -1 4202560 1206 0 0 0 42 34 0 0 19 0 2 0 886668830 331968512 14458 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29723/statm: 81047 14458 414 364 0 16965 0
[pid=29725] ppid=29723 vsize=50220 CPUtime=585.94 cores=4,6
/proc/29725/stat : 29725 (lingeling) T 29723 29725 29725 0 -1 4202496 36353 0 0 0 58590 4 0 0 25 0 1 0 886668830 51425280 11725 33554432000 4194304 4352236 140735912461520 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/29725/statm: 12555 11725 129 39 0 11635 0
[pid=29723/tid=29754] ppid=29670 vsize=324188 CPUtime=0 cores=4,6
/proc/29723/task/29754/stat : 29754 (python) S 29670 29670 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886727499 331968512 14458 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 514 18446604449736472384 0 0 -1 6 0 0 0
[pid=29755] ppid=29670 vsize=324200 CPUtime=0.66 cores=4,6
/proc/29755/stat : 29755 (python) S 29670 29670 27894 0 -1 4202560 1002 0 0 0 37 29 0 0 15 0 1 0 886727499 331980800 14414 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647166534 0 0 16781312 514 11572315901877256452 0 0 17 4 0 0 0
/proc/29755/statm: 81050 14414 371 364 0 16965 0
[pid=29757] ppid=29755 vsize=567160 CPUtime=463.73 cores=4,6
/proc/29757/stat : 29757 (cryptominisat-2) R 29755 29757 29757 0 -1 4202496 278822 0 0 0 46327 46 0 0 25 0 1 0 886727500 580771840 123573 33554432000 4194304 4677096 140734793046256 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29757/statm: 141790 123573 393 118 0 136749 0
[pid=29670/tid=29724] ppid=29668 vsize=334444 CPUtime=0 cores=4,6
/proc/29670/task/29724/stat : 29724 (python) S 29668 29670 27894 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886668830 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 4 0 0 0
[pid=29670/tid=29756] ppid=29668 vsize=334444 CPUtime=0 cores=4,6
/proc/29670/task/29756/stat : 29756 (python) S 29668 29670 27894 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 3 0 886727500 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 1600212

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.79 5/209 29821
/proc/meminfo: memFree=27215092/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=334444 CPUtime=10.84 cores=4,6
/proc/29670/stat : 29670 (python) S 29668 29670 27894 0 -1 4202496 26396 932 1 0 1067 17 0 0 20 0 3 0 886667697 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29670/statm: 83611 15917 1870 364 0 19526 0
[pid=29723] ppid=29670 vsize=324188 CPUtime=0.76 cores=4,6
/proc/29723/stat : 29723 (python) S 29670 29670 27894 0 -1 4202560 1206 0 0 0 42 34 0 0 19 0 2 0 886668830 331968512 14458 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29723/statm: 81047 14458 414 364 0 16965 0
[pid=29725] ppid=29723 vsize=50220 CPUtime=585.94 cores=4,6
/proc/29725/stat : 29725 (lingeling) T 29723 29725 29725 0 -1 4202496 36353 0 0 0 58590 4 0 0 25 0 1 0 886668830 51425280 11725 33554432000 4194304 4352236 140735912461520 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/29725/statm: 12555 11725 129 39 0 11635 0
[pid=29723/tid=29754] ppid=29670 vsize=324188 CPUtime=0 cores=4,6
/proc/29723/task/29754/stat : 29754 (python) S 29670 29670 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886727499 331968512 14458 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 514 18446604449736472384 0 0 -1 6 0 0 0
[pid=29755] ppid=29670 vsize=324200 CPUtime=0.74 cores=4,6
/proc/29755/stat : 29755 (python) S 29670 29670 27894 0 -1 4202560 1002 0 0 0 42 32 0 0 15 0 1 0 886727499 331980800 14414 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647166534 0 0 16781312 514 11572315901877256452 0 0 17 4 0 0 0
/proc/29755/statm: 81050 14414 371 364 0 16965 0
[pid=29757] ppid=29755 vsize=575080 CPUtime=523.66 cores=4,6
/proc/29757/stat : 29757 (cryptominisat-2) R 29755 29757 29757 0 -1 4202496 302166 0 0 0 52316 50 0 0 25 0 1 0 886727500 588881920 124880 33554432000 4194304 4677096 140734793046256 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29757/statm: 143770 124880 393 118 0 138729 0
[pid=29670/tid=29724] ppid=29668 vsize=334444 CPUtime=0 cores=4,6
/proc/29670/task/29724/stat : 29724 (python) S 29668 29670 27894 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886668830 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 4 0 0 0
[pid=29670/tid=29756] ppid=29668 vsize=334444 CPUtime=0 cores=4,6
/proc/29670/task/29756/stat : 29756 (python) S 29668 29670 27894 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 3 0 886727500 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 1608132

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/209 29823
/proc/meminfo: memFree=27192252/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=334444 CPUtime=10.84 cores=4,6
/proc/29670/stat : 29670 (python) S 29668 29670 27894 0 -1 4202496 26396 932 1 0 1067 17 0 0 20 0 3 0 886667697 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29670/statm: 83611 15917 1870 364 0 19526 0
[pid=29723] ppid=29670 vsize=324188 CPUtime=0.76 cores=4,6
/proc/29723/stat : 29723 (python) S 29670 29670 27894 0 -1 4202560 1206 0 0 0 42 34 0 0 19 0 2 0 886668830 331968512 14458 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29723/statm: 81047 14458 414 364 0 16965 0
[pid=29725] ppid=29723 vsize=50220 CPUtime=585.94 cores=4,6
/proc/29725/stat : 29725 (lingeling) T 29723 29725 29725 0 -1 4202496 36353 0 0 0 58590 4 0 0 25 0 1 0 886668830 51425280 11725 33554432000 4194304 4352236 140735912461520 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/29725/statm: 12555 11725 129 39 0 11635 0
[pid=29723/tid=29754] ppid=29670 vsize=324188 CPUtime=0 cores=4,6
/proc/29723/task/29754/stat : 29754 (python) S 29670 29670 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886727499 331968512 14458 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 514 18446604449736472384 0 0 -1 6 0 0 0
[pid=29755] ppid=29670 vsize=324200 CPUtime=0.81 cores=4,6
/proc/29755/stat : 29755 (python) S 29670 29670 27894 0 -1 4202560 1002 0 0 0 47 34 0 0 15 0 1 0 886727499 331980800 14414 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647166534 0 0 16781312 514 11572315901877256452 0 0 17 4 0 0 0
/proc/29755/statm: 81050 14414 371 364 0 16965 0
[pid=29757] ppid=29755 vsize=575332 CPUtime=583.59 cores=4,6
/proc/29757/stat : 29757 (cryptominisat-2) R 29755 29757 29757 0 -1 4202496 315921 0 0 0 58306 53 0 0 25 0 1 0 886727500 589139968 124425 33554432000 4194304 4677096 140734793046256 18446744073709551615 4319581 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29757/statm: 143833 124425 393 118 0 138792 0
[pid=29670/tid=29724] ppid=29668 vsize=334444 CPUtime=0 cores=4,6
/proc/29670/task/29724/stat : 29724 (python) S 29668 29670 27894 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886668830 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 4 0 0 0
[pid=29670/tid=29756] ppid=29668 vsize=334444 CPUtime=0 cores=4,6
/proc/29670/task/29756/stat : 29756 (python) S 29668 29670 27894 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 3 0 886727500 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 1608384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 4.00 4.00 3.81 3/191 29825
/proc/meminfo: memFree=28361220/32951132 swapFree=67061148/67111528
[pid=29670] ppid=29668 vsize=334444 CPUtime=10.84 cores=4,6
/proc/29670/stat : 29670 (python) S 29668 29670 27894 0 -1 4202496 26396 932 1 0 1067 17 0 0 20 0 3 0 886667697 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29670/statm: 83611 15917 1870 364 0 19526 0
[pid=29723] ppid=29670 vsize=324188 CPUtime=0.76 cores=4,6
/proc/29723/stat : 29723 (python) S 29670 29670 27894 0 -1 4202560 1206 0 0 0 42 34 0 0 19 0 2 0 886668830 331968512 14458 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29723/statm: 81047 14458 414 364 0 16965 0
[pid=29725] ppid=29723 vsize=50220 CPUtime=585.94 cores=4,6
/proc/29725/stat : 29725 (lingeling) T 29723 29725 29725 0 -1 4202496 36353 0 0 0 58590 4 0 0 25 0 1 0 886668830 51425280 11725 33554432000 4194304 4352236 140735912461520 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/29725/statm: 12555 11725 129 39 0 11635 0
[pid=29723/tid=29754] ppid=29670 vsize=324188 CPUtime=0 cores=4,6
/proc/29723/task/29754/stat : 29754 (python) S 29670 29670 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886727499 331968512 14458 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 514 18446604449736472384 0 0 -1 6 0 0 0
[pid=29755] ppid=29670 vsize=324200 CPUtime=0.84 cores=4,6
/proc/29755/stat : 29755 (python) S 29670 29670 27894 0 -1 4202560 1002 0 0 0 49 35 0 0 15 0 1 0 886727499 331980800 14414 33554432000 4194304 5683644 140735643307504 18446744073709551615 210647166534 0 0 16781312 514 11572315901877256452 0 0 17 4 0 0 0
/proc/29755/statm: 81050 14414 371 364 0 16965 0
[pid=29757] ppid=29755 vsize=592864 CPUtime=601.68 cores=4,6
/proc/29757/stat : 29757 (cryptominisat-2) R 29755 29757 29757 0 -1 4202496 321243 0 0 0 60114 54 0 0 25 0 1 0 886727500 607092736 129747 33554432000 4194304 4677096 140734793046256 18446744073709551615 4454526 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29757/statm: 148216 129747 393 118 0 143175 0
[pid=29670/tid=29724] ppid=29668 vsize=334444 CPUtime=0 cores=4,6
/proc/29670/task/29724/stat : 29724 (python) S 29668 29670 27894 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886668830 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 4 0 0 0
[pid=29670/tid=29756] ppid=29668 vsize=334444 CPUtime=0 cores=4,6
/proc/29670/task/29756/stat : 29756 (python) S 29668 29670 27894 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 3 0 886727500 342470656 15917 33554432000 4194304 5683644 140735643307504 18446744073709551615 210658970033 0 0 16781312 2 18446604453801169152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1625916

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 29670 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=678376
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=177972
# CPU time returned by wait4() is 10.8563
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.43
CPU time (s): 1200.06
CPU user time (s): 1198.62
CPU system time (s): 1.44
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 1693660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.6784
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27328
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= 25209
involuntary context switches= 29

runsolver used 2.04469 second user time and 4.50731 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-11 02:04:41
IDJOB=3484599
IDBENCH=83114
IDSOLVER=1976
FILE ID=node129/3484599-1307750680
RUNJOBID= node129-1307750680-29640
PBS_JOBID= 13550828
Free space on /tmp= 74132 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-top23.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-3484599-1307750680/watcher-3484599-1307750680 -o /tmp/evaluation-result-3484599-1307750680/solver-3484599-1307750680 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484599-1307750680.cnf -seed 1005353049 -budget 1200

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
RANDOM SEED=1005353049

node129.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.831
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.831
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.83
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.831
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.75
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.831
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.82
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.831
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.831
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.831
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.75
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29068752 kB
Buffers:        417996 kB
Cached:        3181868 kB
SwapCached:      13132 kB
Active:        1025784 kB
Inactive:      2591980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29068752 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:          107436 kB
Writeback:          16 kB
AnonPages:       14888 kB
Mapped:           8556 kB
Slab:           201128 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   158388 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74004 MiB
End job on node129 at 2011-06-11 02:24:43