Trace number 3484607

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.03 1200.13

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top28.cnf
MD5SUM005e29e99454a24085199b085e720b2f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark368.61
Satisfiable
(Un)Satisfiability was proved
Number of variables88763
Number of clauses282870
Sum of the clauses size691774
Maximum clause length3284
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2171374
Number of clauses of size 3109718
Number of clauses of size 4405
Number of clauses of size 526
Number of clauses of size over 51346

Solver Data

0.56/0.90	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.56/0.90	c INFO: solving HOME/instance-3484607-1307750780.cnf
0.56/0.90	c INFO: computing task features
1.46/1.81	c INFO: computed variable-clause graph statistics
1.46/1.84	c INFO: computed clause balance statistics
6.06/6.49	c INFO: computed variable balance statistics
9.56/9.93	c INFO: computed small-clause counts
9.56/9.98	c INFO: computed Horn-clause counts
19.86/20.28	c INFO: computed variable graph statistics
19.86/20.28	c INFO: collected features for HOME/instance-3484607-1307750780.cnf in 19.34 s
19.86/20.29	c INFO: running lingeling-276@0 for 97 with 1180 remaining (b = 0.39)
120.06/120.42	c INFO: running cryptominisat-2.9.0@0 for 1080 with 1080 remaining (b = 0.47)

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-3484607-1307750780/watcher-3484607-1307750780 -o /tmp/evaluation-result-3484607-1307750780/solver-3484607-1307750780 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484607-1307750780.cnf -seed 1737324433 -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: 1.77 2.17 2.92 5/180 15657
/proc/meminfo: memFree=30849140/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=11804 CPUtime=0 cores=0,2
/proc/15657/stat : 15657 (runsolver) R 15654 15657 13569 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 886676034 12087296 50 33554432000 4194304 5436572 140737132185456 18446744073709551615 4883175 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/15657/statm: 2951 50 31 304 0 2643 0

[startup+0.0393421 s]
/proc/loadavg: 1.77 2.17 2.92 5/180 15657
/proc/meminfo: memFree=30849140/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=18884 CPUtime=0.01 cores=0,2
/proc/15657/stat : 15657 (python) R 15654 15657 13569 0 -1 4202496 1237 0 0 0 1 0 0 0 17 0 1 0 886676034 19337216 1092 33554432000 4194304 5683644 140736929271712 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15657/statm: 4721 1092 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100301 s]
/proc/loadavg: 1.77 2.17 2.92 5/180 15657
/proc/meminfo: memFree=30849140/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=50336 CPUtime=0.06 cores=0,2
/proc/15657/stat : 15657 (python) R 15654 15657 13569 0 -1 4202496 2006 0 0 0 3 3 0 0 17 0 1 0 886676034 51544064 1764 33554432000 4194304 5683644 140736929271712 18446744073709551615 4509419 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15657/statm: 12584 1765 480 364 0 1284 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 50336

[startup+0.300278 s]
/proc/loadavg: 1.77 2.17 2.92 5/180 15657
/proc/meminfo: memFree=30849140/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=135752 CPUtime=0.21 cores=0,2
/proc/15657/stat : 15657 (python) R 15654 15657 13569 0 -1 4202496 5972 933 1 0 13 8 0 0 18 0 1 0 886676034 139010048 4149 33554432000 4194304 5683644 140736929271712 18446744073709551615 228122710021 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15657/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135752

[startup+0.700187 s]
/proc/loadavg: 1.77 2.17 2.92 5/180 15657
/proc/meminfo: memFree=30849140/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=224312 CPUtime=0.43 cores=0,2
/proc/15657/stat : 15657 (python) R 15654 15657 13569 0 -1 4202496 7511 933 1 0 24 19 0 0 16 0 1 0 886676034 229695488 5488 33554432000 4194304 5683644 140736929271712 18446744073709551615 228117790730 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15657/statm: 56078 5493 1547 364 0 4134 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 224312

[startup+1.50107 s]
/proc/loadavg: 1.77 2.17 2.92 6/190 15687
/proc/meminfo: memFree=30727068/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=320324 CPUtime=1.17 cores=0,2
/proc/15657/stat : 15657 (python) R 15654 15657 13569 0 -1 4202496 19421 933 1 0 91 26 0 0 17 0 1 0 886676034 328011776 17091 33554432000 4194304 5683644 140736929271712 18446744073709551615 5114130 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15657/statm: 80081 17091 1761 364 0 16005 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 320324

[startup+3.10077 s]
/proc/loadavg: 1.77 2.17 2.92 5/190 15687
/proc/meminfo: memFree=30594492/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=337292 CPUtime=2.76 cores=0,2
/proc/15657/stat : 15657 (python) R 15654 15657 13569 0 -1 4202496 30582 933 1 0 248 28 0 0 19 0 1 0 886676034 345387008 21708 33554432000 4194304 5683644 140736929271712 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15657/statm: 84323 21708 1826 364 0 20247 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 337292

[startup+6.30021 s]
/proc/loadavg: 2.35 2.29 2.95 5/193 15691
/proc/meminfo: memFree=30587984/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=337292 CPUtime=5.96 cores=0,2
/proc/15657/stat : 15657 (python) R 15654 15657 13569 0 -1 4202496 30582 933 1 0 568 28 0 0 25 0 1 0 886676034 345387008 21708 33554432000 4194304 5683644 140736929271712 18446744073709551615 47099170614274 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15657/statm: 84323 21708 1826 364 0 20247 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 337292

[startup+12.7061 s]
/proc/loadavg: 2.48 2.32 2.95 5/196 15694
/proc/meminfo: memFree=30575144/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=337292 CPUtime=12.37 cores=0,2
/proc/15657/stat : 15657 (python) R 15654 15657 13569 0 -1 4202496 30589 933 1 0 1209 28 0 0 25 0 1 0 886676034 345387008 21715 33554432000 4194304 5683644 140736929271712 18446744073709551615 47099167840396 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15657/statm: 84323 21715 1833 364 0 20247 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 337292

[startup+25.5007 s]
/proc/loadavg: 2.81 2.40 2.97 5/202 15700
/proc/meminfo: memFree=30502320/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=343072 CPUtime=19.96 cores=0,2
/proc/15657/stat : 15657 (python) S 15654 15657 13569 0 -1 4202496 30876 933 1 0 1968 28 0 0 20 0 2 0 886676034 351305728 20631 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15657/statm: 85768 20631 1867 364 0 21686 0
[pid=15695] ppid=15657 vsize=332828 CPUtime=0 cores=0,2
/proc/15695/stat : 15695 (python) S 15657 15657 13569 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 886678063 340815872 19136 33554432000 4194304 5683644 140736929271712 18446744073709551615 228122734095 0 0 16781312 514 4403940172601721092 0 0 17 0 0 0 0
/proc/15695/statm: 83207 19136 376 364 0 19125 0
[pid=15697] ppid=15695 vsize=41696 CPUtime=5.19 cores=0,2
/proc/15697/stat : 15697 (lingeling) R 15695 15697 15697 0 -1 4202496 13133 0 0 0 518 1 0 0 25 0 1 0 886678064 42696704 9592 33554432000 4194304 4352236 140733359805968 18446744073709551615 4208844 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15697/statm: 10424 9592 127 39 0 9504 0
[pid=15657/tid=15696] ppid=15654 vsize=343072 CPUtime=0 cores=0,2
/proc/15657/task/15696/stat : 15696 (python) S 15654 15657 13569 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 2 0 886678064 351305728 20631 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 717596

[startup+51.1011 s]
/proc/loadavg: 3.27 2.54 3.00 5/202 15701
/proc/meminfo: memFree=30498700/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=343072 CPUtime=19.96 cores=0,2
/proc/15657/stat : 15657 (python) S 15654 15657 13569 0 -1 4202496 30876 933 1 0 1968 28 0 0 20 0 2 0 886676034 351305728 20631 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15657/statm: 85768 20631 1867 364 0 21686 0
[pid=15695] ppid=15657 vsize=332828 CPUtime=0.04 cores=0,2
/proc/15695/stat : 15695 (python) S 15657 15657 13569 0 -1 4202560 896 0 0 0 2 2 0 0 18 0 1 0 886678063 340815872 19136 33554432000 4194304 5683644 140736929271712 18446744073709551615 228122734095 0 0 16781312 514 2171192417229701380 0 0 17 0 0 0 0
/proc/15695/statm: 83207 19136 376 364 0 19125 0
[pid=15697] ppid=15695 vsize=33276 CPUtime=30.77 cores=0,2
/proc/15697/stat : 15697 (lingeling) R 15695 15697 15697 0 -1 4202496 13135 0 0 0 3076 1 0 0 25 0 1 0 886678064 34074624 7489 33554432000 4194304 4352236 140733359805968 18446744073709551615 4229138 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15697/statm: 8319 7489 129 39 0 7399 0
[pid=15657/tid=15696] ppid=15654 vsize=343072 CPUtime=0 cores=0,2
/proc/15657/task/15696/stat : 15696 (python) S 15654 15657 13569 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 2 0 886678064 351305728 20631 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 709176

[startup+102.301 s]
/proc/loadavg: 3.68 2.76 3.05 5/202 15702
/proc/meminfo: memFree=30493836/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=343072 CPUtime=19.96 cores=0,2
/proc/15657/stat : 15657 (python) S 15654 15657 13569 0 -1 4202496 30876 933 1 0 1968 28 0 0 20 0 2 0 886676034 351305728 20631 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15657/statm: 85768 20631 1867 364 0 21686 0
[pid=15695] ppid=15657 vsize=332828 CPUtime=0.1 cores=0,2
/proc/15695/stat : 15695 (python) S 15657 15657 13569 0 -1 4202560 919 0 0 0 5 5 0 0 18 0 1 0 886678063 340815872 19136 33554432000 4194304 5683644 140736929271712 18446744073709551615 228122734095 0 0 16781312 514 2171192417229701380 0 0 17 0 0 0 0
/proc/15695/statm: 83207 19136 376 364 0 19125 0
[pid=15697] ppid=15695 vsize=33268 CPUtime=81.89 cores=0,2
/proc/15697/stat : 15697 (lingeling) R 15695 15697 15697 0 -1 4202496 13135 0 0 0 8188 1 0 0 25 0 1 0 886678064 34066432 7487 33554432000 4194304 4352236 140733359805968 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15697/statm: 8317 7487 129 39 0 7397 0
[pid=15657/tid=15696] ppid=15654 vsize=343072 CPUtime=0 cores=0,2
/proc/15657/task/15696/stat : 15696 (python) S 15654 15657 13569 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 2 0 886678064 351305728 20631 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 709168

[startup+162.307 s]
/proc/loadavg: 3.88 2.99 3.11 5/210 15712
/proc/meminfo: memFree=29364172/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=353328 CPUtime=19.96 cores=0,2
/proc/15657/stat : 15657 (python) S 15654 15657 13569 0 -1 4202496 31667 933 1 0 1968 28 0 0 20 0 3 0 886676034 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15657/statm: 88332 20638 1870 364 0 24247 0
[pid=15695] ppid=15657 vsize=343072 CPUtime=0.13 cores=0,2
/proc/15695/stat : 15695 (python) S 15657 15657 13569 0 -1 4202560 1156 0 0 0 6 7 0 0 19 0 2 0 886678063 351305728 19179 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15695/statm: 85768 19179 414 364 0 21686 0
[pid=15697] ppid=15695 vsize=33268 CPUtime=99.98 cores=0,2
/proc/15697/stat : 15697 (lingeling) T 15695 15697 15697 0 -1 4202496 13135 0 0 0 9997 1 0 0 25 0 1 0 886678064 34066432 7487 33554432000 4194304 4352236 140733359805968 18446744073709551615 4207621 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15697/statm: 8317 7487 129 39 0 7397 0
[pid=15695/tid=15704] ppid=15657 vsize=343072 CPUtime=0 cores=0,2
/proc/15695/task/15704/stat : 15704 (python) S 15657 15657 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886688076 351305728 19179 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 514 18446604453938065472 0 0 -1 2 0 0 0
[pid=15705] ppid=15657 vsize=343084 CPUtime=0.06 cores=0,2
/proc/15705/stat : 15705 (python) S 15657 15657 13569 0 -1 4202560 944 0 0 0 4 2 0 0 15 0 1 0 886688077 351318016 19134 33554432000 4194304 5683644 140736929271712 18446744073709551615 228122734150 0 0 16781312 514 13947832768214827268 0 0 17 0 0 0 0
/proc/15705/statm: 85771 19134 370 364 0 21686 0
[pid=15707] ppid=15705 vsize=671328 CPUtime=41.8 cores=0,2
/proc/15707/stat : 15707 (cryptominisat-2) R 15705 15707 15707 0 -1 4202496 149008 0 0 0 4159 21 0 0 25 0 1 0 886688077 687439872 134910 33554432000 4194304 4677096 140736559056912 18446744073709551615 4334804 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15707/statm: 167832 134910 393 118 0 162791 0
[pid=15657/tid=15696] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15696/stat : 15696 (python) S 15654 15657 13569 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886678064 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
[pid=15657/tid=15706] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15706/stat : 15706 (python) S 15654 15657 13569 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 886688077 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.93
Current children cumulated vsize (KiB) 1744080

[startup+222.301 s]
/proc/loadavg: 4.03 3.18 3.17 5/210 15713
/proc/meminfo: memFree=29251772/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=353328 CPUtime=19.96 cores=0,2
/proc/15657/stat : 15657 (python) S 15654 15657 13569 0 -1 4202496 31667 933 1 0 1968 28 0 0 20 0 3 0 886676034 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15657/statm: 88332 20638 1870 364 0 24247 0
[pid=15695] ppid=15657 vsize=343072 CPUtime=0.13 cores=0,2
/proc/15695/stat : 15695 (python) S 15657 15657 13569 0 -1 4202560 1156 0 0 0 6 7 0 0 19 0 2 0 886678063 351305728 19179 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15695/statm: 85768 19179 414 364 0 21686 0
[pid=15697] ppid=15695 vsize=33268 CPUtime=99.98 cores=0,2
/proc/15697/stat : 15697 (lingeling) T 15695 15697 15697 0 -1 4202496 13135 0 0 0 9997 1 0 0 25 0 1 0 886678064 34066432 7487 33554432000 4194304 4352236 140733359805968 18446744073709551615 4207621 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15697/statm: 8317 7487 129 39 0 7397 0
[pid=15695/tid=15704] ppid=15657 vsize=343072 CPUtime=0 cores=0,2
/proc/15695/task/15704/stat : 15704 (python) S 15657 15657 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886688076 351305728 19179 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 514 18446604453938065472 0 0 -1 2 0 0 0
[pid=15705] ppid=15657 vsize=343084 CPUtime=0.16 cores=0,2
/proc/15705/stat : 15705 (python) S 15657 15657 13569 0 -1 4202560 970 0 0 0 10 6 0 0 15 0 1 0 886688077 351318016 19134 33554432000 4194304 5683644 140736929271712 18446744073709551615 228122734150 0 0 16781312 514 2171192417229701380 0 0 17 0 0 0 0
/proc/15705/statm: 85771 19134 370 364 0 21686 0
[pid=15707] ppid=15705 vsize=718092 CPUtime=101.71 cores=0,2
/proc/15707/stat : 15707 (cryptominisat-2) R 15705 15707 15707 0 -1 4202496 192288 0 0 0 10142 29 0 0 25 0 1 0 886688077 735326208 146470 33554432000 4194304 4677096 140736559056912 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15707/statm: 179523 146470 393 118 0 174482 0
[pid=15657/tid=15696] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15696/stat : 15696 (python) S 15654 15657 13569 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886678064 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0

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

[pid=15705] ppid=15657 vsize=343084 CPUtime=1.33 cores=0,2
/proc/15705/stat : 15705 (python) S 15657 15657 13569 0 -1 4202560 1009 0 0 0 80 53 0 0 15 0 1 0 886688077 351318016 19134 33554432000 4194304 5683644 140736929271712 18446744073709551615 228122734150 0 0 16781312 514 2171192417229701380 0 0 17 0 0 0 0
/proc/15705/statm: 85771 19134 370 364 0 21686 0
[pid=15707] ppid=15705 vsize=1151848 CPUtime=880.76 cores=0,2
/proc/15707/stat : 15707 (cryptominisat-2) R 15705 15707 15707 0 -1 4202496 586407 0 0 0 87956 120 0 0 25 0 1 0 886688077 1179492352 231366 33554432000 4194304 4677096 140736559056912 18446744073709551615 4320150 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15707/statm: 287962 231366 393 118 0 282921 0
[pid=15657/tid=15696] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15696/stat : 15696 (python) S 15654 15657 13569 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886678064 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
[pid=15657/tid=15706] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15706/stat : 15706 (python) S 15654 15657 13569 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 886688077 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1002.16
Current children cumulated vsize (KiB) 2224600

[startup+1062.3 s]
/proc/loadavg: 4.03 3.97 3.65 5/218 15744
/proc/meminfo: memFree=27828964/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=353328 CPUtime=19.96 cores=0,2
/proc/15657/stat : 15657 (python) S 15654 15657 13569 0 -1 4202496 31667 933 1 0 1968 28 0 0 20 0 3 0 886676034 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15657/statm: 88332 20638 1870 364 0 24247 0
[pid=15695] ppid=15657 vsize=343072 CPUtime=0.13 cores=0,2
/proc/15695/stat : 15695 (python) S 15657 15657 13569 0 -1 4202560 1156 0 0 0 6 7 0 0 19 0 2 0 886678063 351305728 19179 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15695/statm: 85768 19179 414 364 0 21686 0
[pid=15697] ppid=15695 vsize=33268 CPUtime=99.98 cores=0,2
/proc/15697/stat : 15697 (lingeling) T 15695 15697 15697 0 -1 4202496 13135 0 0 0 9997 1 0 0 25 0 1 0 886678064 34066432 7487 33554432000 4194304 4352236 140733359805968 18446744073709551615 4207621 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15697/statm: 8317 7487 129 39 0 7397 0
[pid=15695/tid=15704] ppid=15657 vsize=343072 CPUtime=0 cores=0,2
/proc/15695/task/15704/stat : 15704 (python) S 15657 15657 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886688076 351305728 19179 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 514 18446604453938065472 0 0 -1 2 0 0 0
[pid=15705] ppid=15657 vsize=343084 CPUtime=1.42 cores=0,2
/proc/15705/stat : 15705 (python) S 15657 15657 13569 0 -1 4202560 1009 0 0 0 86 56 0 0 15 0 1 0 886688077 351318016 19134 33554432000 4194304 5683644 140736929271712 18446744073709551615 228122734150 0 0 16781312 514 2171192417229701380 0 0 17 0 0 0 0
/proc/15705/statm: 85771 19134 370 364 0 21686 0
[pid=15707] ppid=15705 vsize=1268460 CPUtime=940.69 cores=0,2
/proc/15707/stat : 15707 (cryptominisat-2) R 15705 15707 15707 0 -1 4202496 636027 0 0 0 93937 132 0 0 25 0 1 0 886688077 1298903040 264424 33554432000 4194304 4677096 140736559056912 18446744073709551615 4454496 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15707/statm: 317115 264424 394 118 0 312074 0
[pid=15657/tid=15696] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15696/stat : 15696 (python) S 15654 15657 13569 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886678064 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
[pid=15657/tid=15706] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15706/stat : 15706 (python) S 15654 15657 13569 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 886688077 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1062.18
Current children cumulated vsize (KiB) 2341212

[startup+1122.3 s]
/proc/loadavg: 4.01 3.97 3.67 5/218 15745
/proc/meminfo: memFree=27828636/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=353328 CPUtime=19.96 cores=0,2
/proc/15657/stat : 15657 (python) S 15654 15657 13569 0 -1 4202496 31667 933 1 0 1968 28 0 0 20 0 3 0 886676034 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15657/statm: 88332 20638 1870 364 0 24247 0
[pid=15695] ppid=15657 vsize=343072 CPUtime=0.13 cores=0,2
/proc/15695/stat : 15695 (python) S 15657 15657 13569 0 -1 4202560 1156 0 0 0 6 7 0 0 19 0 2 0 886678063 351305728 19179 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15695/statm: 85768 19179 414 364 0 21686 0
[pid=15697] ppid=15695 vsize=33268 CPUtime=99.98 cores=0,2
/proc/15697/stat : 15697 (lingeling) T 15695 15697 15697 0 -1 4202496 13135 0 0 0 9997 1 0 0 25 0 1 0 886678064 34066432 7487 33554432000 4194304 4352236 140733359805968 18446744073709551615 4207621 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15697/statm: 8317 7487 129 39 0 7397 0
[pid=15695/tid=15704] ppid=15657 vsize=343072 CPUtime=0 cores=0,2
/proc/15695/task/15704/stat : 15704 (python) S 15657 15657 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886688076 351305728 19179 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 514 18446604453938065472 0 0 -1 2 0 0 0
[pid=15705] ppid=15657 vsize=343084 CPUtime=1.5 cores=0,2
/proc/15705/stat : 15705 (python) S 15657 15657 13569 0 -1 4202560 1010 0 0 0 90 60 0 0 15 0 1 0 886688077 351318016 19134 33554432000 4194304 5683644 140736929271712 18446744073709551615 228122734150 0 0 16781312 514 2171192417229701380 0 0 17 0 0 0 0
/proc/15705/statm: 85771 19134 370 364 0 21686 0
[pid=15707] ppid=15705 vsize=1270408 CPUtime=1000.62 cores=0,2
/proc/15707/stat : 15707 (cryptominisat-2) R 15705 15707 15707 0 -1 4202496 666931 0 0 0 99923 139 0 0 25 0 1 0 886688077 1300897792 256229 33554432000 4194304 4677096 140736559056912 18446744073709551615 4335933 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15707/statm: 317602 256229 394 118 0 312561 0
[pid=15657/tid=15696] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15696/stat : 15696 (python) S 15654 15657 13569 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886678064 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
[pid=15657/tid=15706] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15706/stat : 15706 (python) S 15654 15657 13569 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 886688077 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122.19
Current children cumulated vsize (KiB) 2343160

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.69 5/218 15747
/proc/meminfo: memFree=27736684/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=353328 CPUtime=19.96 cores=0,2
/proc/15657/stat : 15657 (python) S 15654 15657 13569 0 -1 4202496 31667 933 1 0 1968 28 0 0 20 0 3 0 886676034 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15657/statm: 88332 20638 1870 364 0 24247 0
[pid=15695] ppid=15657 vsize=343072 CPUtime=0.13 cores=0,2
/proc/15695/stat : 15695 (python) S 15657 15657 13569 0 -1 4202560 1156 0 0 0 6 7 0 0 19 0 2 0 886678063 351305728 19179 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15695/statm: 85768 19179 414 364 0 21686 0
[pid=15697] ppid=15695 vsize=33268 CPUtime=99.98 cores=0,2
/proc/15697/stat : 15697 (lingeling) T 15695 15697 15697 0 -1 4202496 13135 0 0 0 9997 1 0 0 25 0 1 0 886678064 34066432 7487 33554432000 4194304 4352236 140733359805968 18446744073709551615 4207621 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15697/statm: 8317 7487 129 39 0 7397 0
[pid=15695/tid=15704] ppid=15657 vsize=343072 CPUtime=0 cores=0,2
/proc/15695/task/15704/stat : 15704 (python) S 15657 15657 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886688076 351305728 19179 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 514 18446604453938065472 0 0 -1 2 0 0 0
[pid=15705] ppid=15657 vsize=343084 CPUtime=1.6 cores=0,2
/proc/15705/stat : 15705 (python) S 15657 15657 13569 0 -1 4202560 1010 0 0 0 96 64 0 0 15 0 1 0 886688077 351318016 19134 33554432000 4194304 5683644 140736929271712 18446744073709551615 228122734150 0 0 16781312 514 2171192417229701380 0 0 17 0 0 0 0
/proc/15705/statm: 85771 19134 370 364 0 21686 0
[pid=15707] ppid=15705 vsize=1273220 CPUtime=1060.55 cores=0,2
/proc/15707/stat : 15707 (cryptominisat-2) R 15705 15707 15707 0 -1 4202496 695274 0 0 0 105907 148 0 0 25 0 1 0 886688077 1303777280 266102 33554432000 4194304 4677096 140736559056912 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15707/statm: 318305 266102 393 118 0 313264 0
[pid=15657/tid=15696] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15696/stat : 15696 (python) S 15654 15657 13569 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886678064 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
[pid=15657/tid=15706] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15706/stat : 15706 (python) S 15654 15657 13569 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 886688077 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.22
Current children cumulated vsize (KiB) 2345972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.1 s]
/proc/loadavg: 4.00 3.97 3.69 3/201 15749
/proc/meminfo: memFree=28510908/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=353328 CPUtime=19.96 cores=0,2
/proc/15657/stat : 15657 (python) S 15654 15657 13569 0 -1 4202496 31667 933 1 0 1968 28 0 0 20 0 3 0 886676034 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15657/statm: 88332 20638 1870 364 0 24247 0
[pid=15695] ppid=15657 vsize=343072 CPUtime=0.13 cores=0,2
/proc/15695/stat : 15695 (python) S 15657 15657 13569 0 -1 4202560 1156 0 0 0 6 7 0 0 19 0 2 0 886678063 351305728 19179 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15695/statm: 85768 19179 414 364 0 21686 0
[pid=15697] ppid=15695 vsize=33268 CPUtime=99.98 cores=0,2
/proc/15697/stat : 15697 (lingeling) T 15695 15697 15697 0 -1 4202496 13135 0 0 0 9997 1 0 0 25 0 1 0 886678064 34066432 7487 33554432000 4194304 4352236 140733359805968 18446744073709551615 4207621 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15697/statm: 8317 7487 129 39 0 7397 0
[pid=15695/tid=15704] ppid=15657 vsize=343072 CPUtime=0 cores=0,2
/proc/15695/task/15704/stat : 15704 (python) S 15657 15657 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886688076 351305728 19179 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 514 18446604453938065472 0 0 -1 2 0 0 0
[pid=15705] ppid=15657 vsize=343084 CPUtime=1.62 cores=0,2
/proc/15705/stat : 15705 (python) S 15657 15657 13569 0 -1 4202560 1010 0 0 0 98 64 0 0 15 0 1 0 886688077 351318016 19134 33554432000 4194304 5683644 140736929271712 18446744073709551615 228122734150 0 0 16781312 514 2171192417229701380 0 0 17 0 0 0 0
/proc/15705/statm: 85771 19134 370 364 0 21686 0
[pid=15707] ppid=15705 vsize=1275128 CPUtime=1078.34 cores=0,2
/proc/15707/stat : 15707 (cryptominisat-2) R 15705 15707 15707 0 -1 4202496 706615 0 0 0 107682 152 0 0 25 0 1 0 886688077 1305731072 258914 33554432000 4194304 4677096 140736559056912 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15707/statm: 318782 258914 393 118 0 313741 0
[pid=15657/tid=15696] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15696/stat : 15696 (python) S 15654 15657 13569 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886678064 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
[pid=15657/tid=15706] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15706/stat : 15706 (python) S 15654 15657 13569 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 886688077 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 2347880

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

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

[startup+1200.1 s]
/proc/loadavg: 4.00 3.97 3.69 3/201 15749
/proc/meminfo: memFree=28510908/32951124 swapFree=67051744/67111528
[pid=15657] ppid=15654 vsize=353328 CPUtime=19.96 cores=0,2
/proc/15657/stat : 15657 (python) S 15654 15657 13569 0 -1 4202496 31667 933 1 0 1968 28 0 0 20 0 3 0 886676034 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15657/statm: 88332 20638 1870 364 0 24247 0
[pid=15695] ppid=15657 vsize=343072 CPUtime=0.13 cores=0,2
/proc/15695/stat : 15695 (python) S 15657 15657 13569 0 -1 4202560 1156 0 0 0 6 7 0 0 19 0 2 0 886678063 351305728 19179 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15695/statm: 85768 19179 414 364 0 21686 0
[pid=15697] ppid=15695 vsize=33268 CPUtime=99.98 cores=0,2
/proc/15697/stat : 15697 (lingeling) T 15695 15697 15697 0 -1 4202496 13135 0 0 0 9997 1 0 0 25 0 1 0 886678064 34066432 7487 33554432000 4194304 4352236 140733359805968 18446744073709551615 4207621 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15697/statm: 8317 7487 129 39 0 7397 0
[pid=15695/tid=15704] ppid=15657 vsize=343072 CPUtime=0 cores=0,2
/proc/15695/task/15704/stat : 15704 (python) S 15657 15657 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886688076 351305728 19179 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 514 18446604453938065472 0 0 -1 2 0 0 0
[pid=15705] ppid=15657 vsize=343084 CPUtime=1.62 cores=0,2
/proc/15705/stat : 15705 (python) S 15657 15657 13569 0 -1 4202560 1010 0 0 0 98 64 0 0 15 0 1 0 886688077 351318016 19134 33554432000 4194304 5683644 140736929271712 18446744073709551615 228122734150 0 0 16781312 514 2171192417229701380 0 0 17 0 0 0 0
/proc/15705/statm: 85771 19134 370 364 0 21686 0
[pid=15707] ppid=15705 vsize=1275128 CPUtime=1078.34 cores=0,2
/proc/15707/stat : 15707 (cryptominisat-2) R 15705 15707 15707 0 -1 4202496 706615 0 0 0 107682 152 0 0 25 0 1 0 886688077 1305731072 258914 33554432000 4194304 4677096 140736559056912 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15707/statm: 318782 258914 393 118 0 313741 0
[pid=15657/tid=15696] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15696/stat : 15696 (python) S 15654 15657 13569 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886678064 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
[pid=15657/tid=15706] ppid=15654 vsize=353328 CPUtime=0 cores=0,2
/proc/15657/task/15706/stat : 15706 (python) S 15654 15657 13569 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 886688077 361807872 20638 33554432000 4194304 5683644 140736929271712 18446744073709551615 228134537649 0 0 16781312 2 18446604453956195328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 2347880

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15657 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=688006
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=295955
# CPU time returned by wait4() is 19.984
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.13
CPU time (s): 1200.03
CPU user time (s): 1197.51
CPU system time (s): 2.52
CPU usage (%): 99.9919
Max. virtual memory (cumulated for all children) (KiB): 2347880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.688
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32600
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= 27447
involuntary context switches= 57

runsolver used 2.07268 second user time and 4.49232 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-11 02:06:20
IDJOB=3484607
IDBENCH=83123
IDSOLVER=1976
FILE ID=node138/3484607-1307750780
RUNJOBID= node138-1307750780-15612
PBS_JOBID= 13550821
Free space on /tmp= 74072 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-top28.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-3484607-1307750780/watcher-3484607-1307750780 -o /tmp/evaluation-result-3484607-1307750780/solver-3484607-1307750780 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484607-1307750780.cnf -seed 1737324433 -budget 1200

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

MD5SUM BENCH= 005e29e99454a24085199b085e720b2f
RANDOM SEED=1737324433

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.80
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30850972 kB
Buffers:        256440 kB
Cached:        1626696 kB
SwapCached:      13468 kB
Active:         609572 kB
Inactive:      1295264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30850972 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:          140540 kB
Writeback:           0 kB
AnonPages:       18292 kB
Mapped:          10264 kB
Slab:           130924 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   213580 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= 73964 MiB
End job on node138 at 2011-06-11 02:26:23