Trace number 3484597

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.05 1200.53

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

Solver Data

0.32/1.10	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/1.10	c INFO: solving HOME/instance-3484597-1307750675.cnf
0.32/1.10	c INFO: computing task features
0.32/1.55	c INFO: computed variable-clause graph statistics
0.32/1.57	c INFO: computed clause balance statistics
3.18/3.88	c INFO: computed variable balance statistics
4.88/5.57	c INFO: computed small-clause counts
4.88/5.58	c INFO: computed Horn-clause counts
7.37/8.03	c INFO: computed variable graph statistics
7.37/8.03	c INFO: collected features for HOME/instance-3484597-1307750675.cnf in 6.92 s
7.37/8.04	c INFO: running lingeling-276@0 for 582 with 1193 remaining (b = 0.58)
594.17/594.71	c INFO: running cryptominisat-2.9.0@0 for 607 with 607 remaining (b = 0.52)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3484597-1307750675/watcher-3484597-1307750675 -o /tmp/evaluation-result-3484597-1307750675/solver-3484597-1307750675 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484597-1307750675.cnf -seed 1767933084 -budget 1200 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.56 2.00 2.81 7/180 23146
/proc/meminfo: memFree=31935624/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=15384 CPUtime=0 cores=1,3
/proc/23146/stat : 23146 (python) R 23144 23146 18188 0 -1 4202496 784 0 0 0 0 0 0 0 17 0 1 0 886664560 15753216 673 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476388845 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23146/statm: 3846 675 322 364 0 333 0

[startup+0.0839099 s]
/proc/loadavg: 1.56 2.00 2.81 7/180 23146
/proc/meminfo: memFree=31935624/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=36508 CPUtime=0.04 cores=1,3
/proc/23146/stat : 23146 (python) R 23144 23146 18188 0 -1 4202496 1611 0 0 0 3 1 0 0 17 0 1 0 886664560 37384192 1444 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476692992 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/23146/statm: 9127 1444 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.100931 s]
/proc/loadavg: 1.56 2.00 2.81 7/180 23146
/proc/meminfo: memFree=31935624/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=45684 CPUtime=0.04 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 18188 0 -1 4202496 1889 0 0 0 3 1 0 0 17 0 1 0 886664560 46780416 1662 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/23146/statm: 11421 1662 470 364 0 1170 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45684

[startup+0.30087 s]
/proc/loadavg: 1.56 2.00 2.81 7/180 23146
/proc/meminfo: memFree=31935624/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=126296 CPUtime=0.16 cores=1,3
/proc/23146/stat : 23146 (python) R 23144 23146 18188 0 -1 4202496 4709 933 1 0 10 6 0 0 18 0 1 0 886664560 129327104 3895 33554432000 4194304 5683644 140737206609648 18446744073709551615 5168783 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23146/statm: 31574 3895 1001 364 0 2869 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 126296

[startup+0.70086 s]
/proc/loadavg: 1.56 2.00 2.81 7/180 23146
/proc/meminfo: memFree=31935624/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=157380 CPUtime=0.32 cores=1,3
/proc/23146/stat : 23146 (python) D 23144 23146 18188 0 -1 4202496 6598 933 1 0 18 14 0 0 16 0 1 0 886664560 161157120 4696 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476700727 0 0 16781312 2 18446744071562154983 0 0 17 3 0 0 0
/proc/23146/statm: 39345 4696 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 157380

[startup+2.4324 s]
/proc/loadavg: 1.56 2.00 2.81 7/180 23146
/proc/meminfo: memFree=31935624/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=309812 CPUtime=1.81 cores=1,3
/proc/23146/stat : 23146 (python) R 23144 23146 18188 0 -1 4202496 20724 933 1 0 162 19 0 0 18 0 1 0 886664560 317247488 14838 33554432000 4194304 5683644 140737206609648 18446744073709551615 47464273186900 0 0 16781312 2 0 0 0 17 3 0 0 24
/proc/23146/statm: 77453 14838 1826 364 0 13377 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 309812
heavy processes:

[startup+3.10033 s]
/proc/loadavg: 1.99 2.09 2.83 5/190 23183
/proc/meminfo: memFree=31682448/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=309812 CPUtime=2.47 cores=1,3
/proc/23146/stat : 23146 (python) R 23144 23146 18188 0 -1 4202496 20724 933 1 0 228 19 0 0 19 0 1 0 886664560 317247488 14838 33554432000 4194304 5683644 140737206609648 18446744073709551615 47464273120864 0 0 16781312 2 0 0 0 17 1 0 0 24
/proc/23146/statm: 77453 14838 1826 364 0 13377 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 309812
heavy processes:

[startup+6.30071 s]
/proc/loadavg: 1.99 2.09 2.83 5/193 23186
/proc/meminfo: memFree=31675036/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=309812 CPUtime=5.68 cores=1,3
/proc/23146/stat : 23146 (python) R 23144 23146 18188 0 -1 4202496 20731 933 1 0 549 19 0 0 25 0 1 0 886664560 317247488 14845 33554432000 4194304 5683644 140737206609648 18446744073709551615 47464273041536 0 0 16781312 2 0 0 0 17 1 0 0 24
/proc/23146/statm: 77453 14845 1833 364 0 13377 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 309812

[startup+12.7005 s]
/proc/loadavg: 2.30 2.15 2.84 5/199 23193
/proc/meminfo: memFree=31640052/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=317648 CPUtime=7.41 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 18188 0 -1 4202496 21013 933 1 0 722 19 0 0 25 0 2 0 886664560 325271552 14275 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/23146/statm: 79412 14275 1867 364 0 15330 0
[pid=23187] ppid=23146 vsize=307404 CPUtime=0 cores=1,3
/proc/23187/stat : 23187 (python) S 23146 23146 18188 0 -1 4202560 881 0 0 0 0 0 0 0 18 0 1 0 886665364 314781696 12780 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476715023 0 0 16781312 514 3428408376462115080 0 0 17 1 0 0 0
/proc/23187/statm: 76851 12780 376 364 0 12769 0
[pid=23189] ppid=23187 vsize=15748 CPUtime=4.63 cores=1,3
/proc/23189/stat : 23189 (lingeling) R 23187 23189 23189 0 -1 4202496 6027 0 0 0 463 0 0 0 25 0 1 0 886665364 16125952 2924 33554432000 4194304 4352236 140734380017424 18446744073709551615 4278664 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23189/statm: 3937 2924 129 39 0 3017 0
[pid=23146/tid=23188] ppid=23144 vsize=317648 CPUtime=0 cores=1,3
/proc/23146/task/23188/stat : 23188 (python) S 23144 23146 18188 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886665364 325271552 14275 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 640800

[startup+25.501 s]
/proc/loadavg: 2.56 2.21 2.85 5/202 23196
/proc/meminfo: memFree=31617100/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=317648 CPUtime=7.41 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 18188 0 -1 4202496 21013 933 1 0 722 19 0 0 25 0 2 0 886664560 325271552 14275 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/23146/statm: 79412 14275 1867 364 0 15330 0
[pid=23187] ppid=23146 vsize=307404 CPUtime=0.01 cores=1,3
/proc/23187/stat : 23187 (python) S 23146 23146 18188 0 -1 4202560 889 0 0 0 1 0 0 0 18 0 1 0 886665364 314781696 12780 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476715023 0 0 16781312 514 2312844699259339016 0 0 17 1 0 0 0
/proc/23187/statm: 76851 12780 376 364 0 12769 0
[pid=23189] ppid=23187 vsize=17256 CPUtime=17.42 cores=1,3
/proc/23189/stat : 23189 (lingeling) R 23187 23189 23189 0 -1 4202496 6588 0 0 0 1742 0 0 0 25 0 1 0 886665364 17670144 3484 33554432000 4194304 4352236 140734380017424 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23189/statm: 4314 3484 129 39 0 3394 0
[pid=23146/tid=23188] ppid=23144 vsize=317648 CPUtime=0 cores=1,3
/proc/23146/task/23188/stat : 23188 (python) S 23144 23146 18188 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886665364 325271552 14275 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 642308

[startup+51.1071 s]
/proc/loadavg: 3.05 2.35 2.88 5/202 23197
/proc/meminfo: memFree=31614608/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=317648 CPUtime=7.41 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 18188 0 -1 4202496 21013 933 1 0 722 19 0 0 25 0 2 0 886664560 325271552 14275 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/23146/statm: 79412 14275 1867 364 0 15330 0
[pid=23187] ppid=23146 vsize=307404 CPUtime=0.05 cores=1,3
/proc/23187/stat : 23187 (python) S 23146 23146 18188 0 -1 4202560 899 0 0 0 3 2 0 0 18 0 1 0 886665364 314781696 12780 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476715023 0 0 16781312 514 2312844699259339016 0 0 17 1 0 0 0
/proc/23187/statm: 76851 12780 376 364 0 12769 0
[pid=23189] ppid=23187 vsize=18104 CPUtime=43.02 cores=1,3
/proc/23189/stat : 23189 (lingeling) R 23187 23189 23189 0 -1 4202496 6800 0 0 0 4301 1 0 0 25 0 1 0 886665364 18538496 3696 33554432000 4194304 4352236 140734380017424 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23189/statm: 4526 3696 129 39 0 3606 0
[pid=23146/tid=23188] ppid=23144 vsize=317648 CPUtime=0 cores=1,3
/proc/23146/task/23188/stat : 23188 (python) S 23144 23146 18188 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886665364 325271552 14275 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 643156

[startup+102.3 s]
/proc/loadavg: 3.64 2.62 2.94 5/202 23198
/proc/meminfo: memFree=31595036/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=317648 CPUtime=7.41 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 18188 0 -1 4202496 21013 933 1 0 722 19 0 0 25 0 2 0 886664560 325271552 14275 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/23146/statm: 79412 14275 1867 364 0 15330 0
[pid=23187] ppid=23146 vsize=307404 CPUtime=0.12 cores=1,3
/proc/23187/stat : 23187 (python) S 23146 23146 18188 0 -1 4202560 923 0 0 0 6 6 0 0 18 0 1 0 886665364 314781696 12780 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476715023 0 0 16781312 514 2312844699259339016 0 0 17 1 0 0 0
/proc/23187/statm: 76851 12780 376 364 0 12769 0
[pid=23189] ppid=23187 vsize=25028 CPUtime=94.14 cores=1,3
/proc/23189/stat : 23189 (lingeling) R 23187 23189 23189 0 -1 4202496 9570 0 0 0 9413 1 0 0 25 0 1 0 886665364 25628672 5441 33554432000 4194304 4352236 140734380017424 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/23189/statm: 6257 5441 129 39 0 5337 0
[pid=23146/tid=23188] ppid=23144 vsize=317648 CPUtime=0 cores=1,3
/proc/23146/task/23188/stat : 23188 (python) S 23144 23146 18188 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886665364 325271552 14275 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 650080

[startup+162.301 s]
/proc/loadavg: 3.94 2.90 3.02 5/202 23200
/proc/meminfo: memFree=31583972/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=317648 CPUtime=7.41 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 18188 0 -1 4202496 21013 933 1 0 722 19 0 0 25 0 2 0 886664560 325271552 14275 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/23146/statm: 79412 14275 1867 364 0 15330 0
[pid=23187] ppid=23146 vsize=307404 CPUtime=0.19 cores=1,3
/proc/23187/stat : 23187 (python) S 23146 23146 18188 0 -1 4202560 945 0 0 0 9 10 0 0 18 0 1 0 886665364 314781696 12780 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476715023 0 0 16781312 514 2312844699259339016 0 0 17 1 0 0 0
/proc/23187/statm: 76851 12780 376 364 0 12769 0
[pid=23189] ppid=23187 vsize=28976 CPUtime=154.07 cores=1,3
/proc/23189/stat : 23189 (lingeling) R 23187 23189 23189 0 -1 4202496 11567 0 0 0 15406 1 0 0 25 0 1 0 886665364 29671424 6414 33554432000 4194304 4352236 140734380017424 18446744073709551615 4328496 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/23189/statm: 7244 6414 129 39 0 6324 0
[pid=23146/tid=23188] ppid=23144 vsize=317648 CPUtime=0 cores=1,3
/proc/23146/task/23188/stat : 23188 (python) S 23144 23146 18188 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886665364 325271552 14275 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 654028

[startup+222.3 s]
/proc/loadavg: 4.05 3.10 3.08 5/202 23201
/proc/meminfo: memFree=31582832/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=317648 CPUtime=7.41 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 18188 0 -1 4202496 21013 933 1 0 722 19 0 0 25 0 2 0 886664560 325271552 14275 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/23146/statm: 79412 14275 1867 364 0 15330 0
[pid=23187] ppid=23146 vsize=307404 CPUtime=0.27 cores=1,3
/proc/23187/stat : 23187 (python) S 23146 23146 18188 0 -1 4202560 962 0 0 0 14 13 0 0 18 0 1 0 886665364 314781696 12780 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476715023 0 0 16781312 514 2312844699259339016 0 0 17 1 0 0 0
/proc/23187/statm: 76851 12780 376 364 0 12769 0
[pid=23189] ppid=23187 vsize=29168 CPUtime=214.01 cores=1,3
/proc/23189/stat : 23189 (lingeling) R 23187 23189 23189 0 -1 4202496 11615 0 0 0 21400 1 0 0 25 0 1 0 886665364 29868032 6462 33554432000 4194304 4352236 140734380017424 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/23189/statm: 7292 6462 129 39 0 6372 0
[pid=23146/tid=23188] ppid=23144 vsize=317648 CPUtime=0 cores=1,3
/proc/23146/task/23188/stat : 23188 (python) S 23144 23146 18188 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886665364 325271552 14275 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 221.69
Current children cumulated vsize (KiB) 654220

[startup+282.301 s]
/proc/loadavg: 4.02 3.26 3.13 5/202 23203
/proc/meminfo: memFree=31560868/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=317648 CPUtime=7.41 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 18188 0 -1 4202496 21013 933 1 0 722 19 0 0 25 0 2 0 886664560 325271552 14275 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24

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

[pid=23217] ppid=23146 vsize=317660 CPUtime=0.57 cores=1,3
/proc/23217/stat : 23217 (python) S 23146 23146 18188 0 -1 4202560 998 0 0 0 30 27 0 0 15 0 1 0 886724031 325283840 12779 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476715078 0 0 16781312 514 2312844699259339016 0 0 17 1 0 0 0
/proc/23217/statm: 79415 12779 371 364 0 15330 0
[pid=23219] ppid=23217 vsize=501188 CPUtime=407.03 cores=1,3
/proc/23219/stat : 23219 (cryptominisat-2) R 23217 23219 23219 0 -1 4202496 286800 0 0 0 40648 55 0 0 25 0 1 0 886724031 513216512 96531 33554432000 4194304 4677096 140736683054608 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23219/statm: 125297 96531 393 118 0 120256 0
[pid=23146/tid=23188] ppid=23144 vsize=327904 CPUtime=0 cores=1,3
/proc/23146/task/23188/stat : 23188 (python) S 23144 23146 18188 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 886665364 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
[pid=23146/tid=23218] ppid=23144 vsize=327904 CPUtime=0 cores=1,3
/proc/23146/task/23218/stat : 23218 (python) S 23144 23146 18188 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886724031 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 1501060

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.61 5/218 23240
/proc/meminfo: memFree=29950420/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=327904 CPUtime=7.42 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 18188 0 -1 4202496 21831 933 1 0 723 19 0 0 20 0 3 0 886664560 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/23146/statm: 81976 14282 1870 364 0 17891 0
[pid=23187] ppid=23146 vsize=317648 CPUtime=0.76 cores=1,3
/proc/23187/stat : 23187 (python) S 23146 23146 18188 0 -1 4202560 1188 0 0 0 41 35 0 0 19 0 2 0 886665364 325271552 12823 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23187/statm: 79412 12823 414 364 0 15330 0
[pid=23189] ppid=23187 vsize=36660 CPUtime=586.01 cores=1,3
/proc/23189/stat : 23189 (lingeling) T 23187 23189 23189 0 -1 4202496 25776 0 0 0 58598 3 0 0 25 0 1 0 886665364 37539840 8335 33554432000 4194304 4352236 140734380017424 18446744073709551615 4278535 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/23189/statm: 9165 8335 129 39 0 8245 0
[pid=23187/tid=23216] ppid=23146 vsize=317648 CPUtime=0 cores=1,3
/proc/23187/task/23216/stat : 23216 (python) S 23146 23146 18188 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886724030 325271552 12823 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 514 18446604458005899072 0 0 -1 3 0 0 0
[pid=23217] ppid=23146 vsize=317660 CPUtime=0.65 cores=1,3
/proc/23217/stat : 23217 (python) S 23146 23146 18188 0 -1 4202560 1003 0 0 0 34 31 0 0 15 0 1 0 886724031 325283840 12779 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476715078 0 0 16781312 514 4607142840676352264 0 0 17 1 0 0 0
/proc/23217/statm: 79415 12779 371 364 0 15330 0
[pid=23219] ppid=23217 vsize=418104 CPUtime=466.96 cores=1,3
/proc/23219/stat : 23219 (cryptominisat-2) R 23217 23219 23219 0 -1 4202496 319971 0 0 0 46634 62 0 0 25 0 1 0 886724031 428138496 93439 33554432000 4194304 4677096 140736683054608 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23219/statm: 104526 93439 393 118 0 99485 0
[pid=23146/tid=23188] ppid=23144 vsize=327904 CPUtime=0 cores=1,3
/proc/23146/task/23188/stat : 23188 (python) S 23144 23146 18188 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 886665364 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
[pid=23146/tid=23218] ppid=23144 vsize=327904 CPUtime=0 cores=1,3
/proc/23146/task/23218/stat : 23218 (python) S 23144 23146 18188 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886724031 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 1417976

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.64 5/218 23241
/proc/meminfo: memFree=29896448/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=327904 CPUtime=7.42 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 18188 0 -1 4202496 21831 933 1 0 723 19 0 0 20 0 3 0 886664560 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/23146/statm: 81976 14282 1870 364 0 17891 0
[pid=23187] ppid=23146 vsize=317648 CPUtime=0.76 cores=1,3
/proc/23187/stat : 23187 (python) S 23146 23146 18188 0 -1 4202560 1188 0 0 0 41 35 0 0 19 0 2 0 886665364 325271552 12823 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23187/statm: 79412 12823 414 364 0 15330 0
[pid=23189] ppid=23187 vsize=36660 CPUtime=586.01 cores=1,3
/proc/23189/stat : 23189 (lingeling) T 23187 23189 23189 0 -1 4202496 25776 0 0 0 58598 3 0 0 25 0 1 0 886665364 37539840 8335 33554432000 4194304 4352236 140734380017424 18446744073709551615 4278535 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/23189/statm: 9165 8335 129 39 0 8245 0
[pid=23187/tid=23216] ppid=23146 vsize=317648 CPUtime=0 cores=1,3
/proc/23187/task/23216/stat : 23216 (python) S 23146 23146 18188 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886724030 325271552 12823 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 514 18446604458005899072 0 0 -1 3 0 0 0
[pid=23217] ppid=23146 vsize=317660 CPUtime=0.74 cores=1,3
/proc/23217/stat : 23217 (python) S 23146 23146 18188 0 -1 4202560 1003 0 0 0 39 35 0 0 15 0 1 0 886724031 325283840 12779 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476715078 0 0 16781312 514 2312844699259339016 0 0 17 1 0 0 0
/proc/23217/statm: 79415 12779 371 364 0 15330 0
[pid=23219] ppid=23217 vsize=528460 CPUtime=526.9 cores=1,3
/proc/23219/stat : 23219 (cryptominisat-2) R 23217 23219 23219 0 -1 4202496 350582 0 0 0 52621 69 0 0 25 0 1 0 886724031 541143040 108362 33554432000 4194304 4677096 140736683054608 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23219/statm: 132115 108362 393 118 0 127074 0
[pid=23146/tid=23188] ppid=23144 vsize=327904 CPUtime=0 cores=1,3
/proc/23146/task/23188/stat : 23188 (python) S 23144 23146 18188 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 886665364 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
[pid=23146/tid=23218] ppid=23144 vsize=327904 CPUtime=0 cores=1,3
/proc/23146/task/23218/stat : 23218 (python) S 23144 23146 18188 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886724031 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 1528332

[startup+1182.3 s]
/proc/loadavg: 4.07 3.98 3.66 5/218 23243
/proc/meminfo: memFree=29890716/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=327904 CPUtime=7.42 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 18188 0 -1 4202496 21831 933 1 0 723 19 0 0 20 0 3 0 886664560 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/23146/statm: 81976 14282 1870 364 0 17891 0
[pid=23187] ppid=23146 vsize=317648 CPUtime=0.76 cores=1,3
/proc/23187/stat : 23187 (python) S 23146 23146 18188 0 -1 4202560 1188 0 0 0 41 35 0 0 19 0 2 0 886665364 325271552 12823 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23187/statm: 79412 12823 414 364 0 15330 0
[pid=23189] ppid=23187 vsize=36660 CPUtime=586.01 cores=1,3
/proc/23189/stat : 23189 (lingeling) T 23187 23189 23189 0 -1 4202496 25776 0 0 0 58598 3 0 0 25 0 1 0 886665364 37539840 8335 33554432000 4194304 4352236 140734380017424 18446744073709551615 4278535 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/23189/statm: 9165 8335 129 39 0 8245 0
[pid=23187/tid=23216] ppid=23146 vsize=317648 CPUtime=0 cores=1,3
/proc/23187/task/23216/stat : 23216 (python) S 23146 23146 18188 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886724030 325271552 12823 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 514 18446604458005899072 0 0 -1 3 0 0 0
[pid=23217] ppid=23146 vsize=317660 CPUtime=0.82 cores=1,3
/proc/23217/stat : 23217 (python) S 23146 23146 18188 0 -1 4202560 1003 0 0 0 43 39 0 0 15 0 1 0 886724031 325283840 12779 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476715078 0 0 16781312 514 2312844699259339016 0 0 17 1 0 0 0
/proc/23217/statm: 79415 12779 371 364 0 15330 0
[pid=23219] ppid=23217 vsize=529776 CPUtime=586.83 cores=1,3
/proc/23219/stat : 23219 (cryptominisat-2) R 23217 23219 23219 0 -1 4202496 383787 0 0 0 58607 76 0 0 25 0 1 0 886724031 542490624 102363 33554432000 4194304 4677096 140736683054608 18446744073709551615 239476391611 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23219/statm: 132444 102363 393 118 0 127403 0
[pid=23146/tid=23188] ppid=23144 vsize=327904 CPUtime=0 cores=1,3
/proc/23146/task/23188/stat : 23188 (python) S 23144 23146 18188 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 886665364 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
[pid=23146/tid=23218] ppid=23144 vsize=327904 CPUtime=0 cores=1,3
/proc/23146/task/23218/stat : 23218 (python) S 23144 23146 18188 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886724031 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 1529648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 4.05 3.98 3.66 3/200 23245
/proc/meminfo: memFree=30629128/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=327904 CPUtime=7.42 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 18188 0 -1 4202496 21831 933 1 0 723 19 0 0 20 0 3 0 886664560 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/23146/statm: 81976 14282 1870 364 0 17891 0
[pid=23187] ppid=23146 vsize=317648 CPUtime=0.76 cores=1,3
/proc/23187/stat : 23187 (python) S 23146 23146 18188 0 -1 4202560 1188 0 0 0 41 35 0 0 19 0 2 0 886665364 325271552 12823 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23187/statm: 79412 12823 414 364 0 15330 0
[pid=23189] ppid=23187 vsize=36660 CPUtime=586.01 cores=1,3
/proc/23189/stat : 23189 (lingeling) T 23187 23189 23189 0 -1 4202496 25776 0 0 0 58598 3 0 0 25 0 1 0 886665364 37539840 8335 33554432000 4194304 4352236 140734380017424 18446744073709551615 4278535 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/23189/statm: 9165 8335 129 39 0 8245 0
[pid=23187/tid=23216] ppid=23146 vsize=317648 CPUtime=0 cores=1,3
/proc/23187/task/23216/stat : 23216 (python) S 23146 23146 18188 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886724030 325271552 12823 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 514 18446604458005899072 0 0 -1 3 0 0 0
[pid=23217] ppid=23146 vsize=317660 CPUtime=0.84 cores=1,3
/proc/23217/stat : 23217 (python) S 23146 23146 18188 0 -1 4202560 1003 0 0 0 44 40 0 0 15 0 1 0 886724031 325283840 12779 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476715078 0 0 16781312 514 2312844699259339016 0 0 17 1 0 0 0
/proc/23217/statm: 79415 12779 371 364 0 15330 0
[pid=23219] ppid=23217 vsize=529776 CPUtime=605.02 cores=1,3
/proc/23219/stat : 23219 (cryptominisat-2) R 23217 23219 23219 0 -1 4202496 388741 0 0 0 60424 78 0 0 25 0 1 0 886724031 542490624 107317 33554432000 4194304 4677096 140736683054608 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23219/statm: 132444 107317 393 118 0 127403 0
[pid=23146/tid=23188] ppid=23144 vsize=327904 CPUtime=0 cores=1,3
/proc/23146/task/23188/stat : 23188 (python) S 23144 23146 18188 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 886665364 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
[pid=23146/tid=23218] ppid=23144 vsize=327904 CPUtime=0 cores=1,3
/proc/23146/task/23218/stat : 23218 (python) S 23144 23146 18188 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886724031 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1529648

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

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

[startup+1200.5 s]
/proc/loadavg: 4.05 3.98 3.66 3/200 23245
/proc/meminfo: memFree=30629128/32950928 swapFree=67055428/67111528
[pid=23146] ppid=23144 vsize=327904 CPUtime=7.42 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 18188 0 -1 4202496 21831 933 1 0 723 19 0 0 20 0 3 0 886664560 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/23146/statm: 81976 14282 1870 364 0 17891 0
[pid=23187] ppid=23146 vsize=317648 CPUtime=0.76 cores=1,3
/proc/23187/stat : 23187 (python) S 23146 23146 18188 0 -1 4202560 1188 0 0 0 41 35 0 0 19 0 2 0 886665364 325271552 12823 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23187/statm: 79412 12823 414 364 0 15330 0
[pid=23189] ppid=23187 vsize=36660 CPUtime=586.01 cores=1,3
/proc/23189/stat : 23189 (lingeling) T 23187 23189 23189 0 -1 4202496 25776 0 0 0 58598 3 0 0 25 0 1 0 886665364 37539840 8335 33554432000 4194304 4352236 140734380017424 18446744073709551615 4278535 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/23189/statm: 9165 8335 129 39 0 8245 0
[pid=23187/tid=23216] ppid=23146 vsize=317648 CPUtime=0 cores=1,3
/proc/23187/task/23216/stat : 23216 (python) S 23146 23146 18188 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886724030 325271552 12823 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 514 18446604458005899072 0 0 -1 3 0 0 0
[pid=23217] ppid=23146 vsize=317660 CPUtime=0.84 cores=1,3
/proc/23217/stat : 23217 (python) S 23146 23146 18188 0 -1 4202560 1003 0 0 0 44 40 0 0 15 0 1 0 886724031 325283840 12779 33554432000 4194304 5683644 140737206609648 18446744073709551615 239476715078 0 0 16781312 514 2312844699259339016 0 0 17 1 0 0 0
/proc/23217/statm: 79415 12779 371 364 0 15330 0
[pid=23219] ppid=23217 vsize=529776 CPUtime=605.02 cores=1,3
/proc/23219/stat : 23219 (cryptominisat-2) R 23217 23219 23219 0 -1 4202496 388741 0 0 0 60424 78 0 0 25 0 1 0 886724031 542490624 107317 33554432000 4194304 4677096 140736683054608 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23219/statm: 132444 107317 393 118 0 127403 0
[pid=23146/tid=23188] ppid=23144 vsize=327904 CPUtime=0 cores=1,3
/proc/23146/task/23188/stat : 23188 (python) S 23144 23146 18188 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 886665364 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
[pid=23146/tid=23218] ppid=23144 vsize=327904 CPUtime=0 cores=1,3
/proc/23146/task/23218/stat : 23218 (python) S 23144 23146 18188 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886724031 335773696 14282 33554432000 4194304 5683644 140737206609648 18446744073709551615 239488518577 0 0 16781312 2 18446604463488078848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1529648

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23146 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=235899
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=200969
# CPU time returned by wait4() is 7.43687
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.53
CPU time (s): 1200.05
CPU user time (s): 1198.3
CPU system time (s): 1.75
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 1551960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.2359
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22764
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= 17600
involuntary context switches= 64

runsolver used 1.9527 second user time and 4.70628 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 02:04:35
IDJOB=3484597
IDBENCH=83110
IDSOLVER=1976
FILE ID=node148/3484597-1307750675
RUNJOBID= node148-1307750674-23110
PBS_JOBID= 13550812
Free space on /tmp= 74036 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-bottom20.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-3484597-1307750675/watcher-3484597-1307750675 -o /tmp/evaluation-result-3484597-1307750675/solver-3484597-1307750675 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484597-1307750675.cnf -seed 1767933084 -budget 1200

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=1767933084

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31937740 kB
Buffers:        111204 kB
Cached:         725652 kB
SwapCached:       8824 kB
Active:         325584 kB
Inactive:       533204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31937740 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:          107612 kB
Writeback:           0 kB
AnonPages:       20744 kB
Mapped:          12572 kB
Slab:            89456 kB
PageTables:       5264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73956 MiB
End job on node148 at 2011-06-11 02:24:38