Trace number 3484609

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.23

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top30.cnf
MD5SUM31142839684b7824419884a35a31fc88
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.102
Satisfiable
(Un)Satisfiability was proved
Number of variables101451
Number of clauses323566
Sum of the clauses size791464
Maximum clause length3667
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2195809
Number of clauses of size 3125762
Number of clauses of size 4464
Number of clauses of size 528
Number of clauses of size over 51502

Solver Data

0.49/0.86	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.49/0.86	c INFO: solving HOME/instance-3484609-1307750780.cnf
0.49/0.86	c INFO: computing task features
1.46/1.85	c INFO: computed variable-clause graph statistics
1.46/1.89	c INFO: computed clause balance statistics
6.46/6.82	c INFO: computed variable balance statistics
10.06/10.41	c INFO: computed small-clause counts
10.06/10.45	c INFO: computed Horn-clause counts
22.36/22.74	c INFO: computed variable graph statistics
22.36/22.74	c INFO: collected features for HOME/instance-3484609-1307750780.cnf in 21.82 s
22.36/22.75	c INFO: running lingeling-276@0 for 97 with 1178 remaining (b = 0.40)
122.43/122.87	c INFO: running cryptominisat-2.9.0@0 for 1078 with 1078 remaining (b = 0.48)

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-3484609-1307750780/watcher-3484609-1307750780 -o /tmp/evaluation-result-3484609-1307750780/solver-3484609-1307750780 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484609-1307750780.cnf -seed 1737324433 -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: 1.77 2.17 2.92 3/189 15670
/proc/meminfo: memFree=30840032/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=15380 CPUtime=0 cores=4,6
/proc/15670/stat : 15670 (python) D 15668 15670 13569 0 -1 4202496 793 0 0 0 0 0 0 0 18 0 1 0 886676038 15749120 679 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15670/statm: 3845 679 322 364 0 332 0

[startup+0.0849019 s]
/proc/loadavg: 1.77 2.17 2.92 3/189 15670
/proc/meminfo: memFree=30840032/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=34420 CPUtime=0.04 cores=4,6
/proc/15670/stat : 15670 (python) D 15668 15670 13569 0 -1 4202496 1552 0 0 0 3 1 0 0 17 0 1 0 886676038 35246080 1387 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15670/statm: 8605 1387 448 364 0 943 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34420

[startup+0.101263 s]
/proc/loadavg: 1.77 2.17 2.92 3/189 15670
/proc/meminfo: memFree=30840032/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=45812 CPUtime=0.06 cores=4,6
/proc/15670/stat : 15670 (python) D 15668 15670 13569 0 -1 4202496 1925 0 0 0 4 2 0 0 17 0 1 0 886676038 46911488 1696 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15670/statm: 11453 1696 470 364 0 1202 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45812

[startup+0.300855 s]
/proc/loadavg: 1.77 2.17 2.92 3/189 15670
/proc/meminfo: memFree=30840032/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=135748 CPUtime=0.2 cores=4,6
/proc/15670/stat : 15670 (python) D 15668 15670 13569 0 -1 4202496 5971 932 1 0 13 7 0 0 17 0 1 0 886676038 139005952 4148 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122710021 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15670/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700733 s]
/proc/loadavg: 1.77 2.17 2.92 3/189 15670
/proc/meminfo: memFree=30840032/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=226928 CPUtime=0.42 cores=4,6
/proc/15670/stat : 15670 (python) S 15668 15670 13569 0 -1 4202496 7754 932 1 0 25 17 0 0 17 0 1 0 886676038 232374272 5677 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/15670/statm: 56732 5677 1566 364 0 4270 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 226928

[startup+1.50061 s]
/proc/loadavg: 1.77 2.17 2.92 5/190 15687
/proc/meminfo: memFree=30715164/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=326124 CPUtime=1.16 cores=4,6
/proc/15670/stat : 15670 (python) R 15668 15670 13569 0 -1 4202496 20898 932 1 0 93 23 0 0 17 0 1 0 886676038 333950976 18567 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122374853 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15670/statm: 81531 18567 1761 364 0 17455 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 326124

[startup+3.10033 s]
/proc/loadavg: 1.77 2.17 2.92 5/190 15687
/proc/meminfo: memFree=30594492/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=345836 CPUtime=2.76 cores=4,6
/proc/15670/stat : 15670 (python) R 15668 15670 13569 0 -1 4202496 33661 932 1 0 251 25 0 0 20 0 1 0 886676038 354136064 23844 33554432000 4194304 5683644 140735822138944 18446744073709551615 47588853861314 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15670/statm: 86459 23844 1826 364 0 22383 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 345836

[startup+6.30077 s]
/proc/loadavg: 2.35 2.29 2.95 5/193 15691
/proc/meminfo: memFree=30586036/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=345836 CPUtime=5.96 cores=4,6
/proc/15670/stat : 15670 (python) R 15668 15670 13569 0 -1 4202496 33661 932 1 0 570 26 0 0 25 0 1 0 886676038 354136064 23844 33554432000 4194304 5683644 140735822138944 18446744073709551615 47588854027001 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15670/statm: 86459 23844 1826 364 0 22383 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 345836

[startup+12.7006 s]
/proc/loadavg: 2.48 2.32 2.95 5/196 15694
/proc/meminfo: memFree=30575144/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=345836 CPUtime=12.36 cores=4,6
/proc/15670/stat : 15670 (python) R 15668 15670 13569 0 -1 4202496 33668 932 1 0 1210 26 0 0 25 0 1 0 886676038 354136064 23851 33554432000 4194304 5683644 140735822138944 18446744073709551615 47588853749888 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15670/statm: 86459 23851 1833 364 0 22383 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 345836

[startup+25.5003 s]
/proc/loadavg: 2.81 2.40 2.97 5/202 15700
/proc/meminfo: memFree=30501576/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=350972 CPUtime=22.41 cores=4,6
/proc/15670/stat : 15670 (python) S 15668 15670 13569 0 -1 4202496 33951 932 1 0 2215 26 0 0 25 0 2 0 886676038 359395328 22606 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15670/statm: 87743 22606 1867 364 0 23661 0
[pid=15698] ppid=15670 vsize=340728 CPUtime=0 cores=4,6
/proc/15698/stat : 15698 (python) S 15670 15670 13569 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 886678314 348905472 21088 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122734095 0 0 16781312 514 3121457715335889154 0 0 17 4 0 0 0
/proc/15698/statm: 85182 21088 353 364 0 21100 0
[pid=15700] ppid=15698 vsize=39224 CPUtime=2.73 cores=4,6
/proc/15700/stat : 15700 (lingeling) R 15698 15700 15700 0 -1 4202496 12577 0 0 0 272 1 0 0 25 0 1 0 886678314 40165376 8974 33554432000 4194304 4352236 140735525525072 18446744073709551615 4212519 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15700/statm: 9806 8974 127 39 0 8886 0
[pid=15670/tid=15699] ppid=15668 vsize=350972 CPUtime=0 cores=4,6
/proc/15670/task/15699/stat : 15699 (python) S 15668 15670 13569 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886678314 359395328 22606 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 730924

[startup+51.1007 s]
/proc/loadavg: 3.27 2.54 3.00 5/202 15701
/proc/meminfo: memFree=30498700/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=350972 CPUtime=22.41 cores=4,6
/proc/15670/stat : 15670 (python) S 15668 15670 13569 0 -1 4202496 33951 932 1 0 2215 26 0 0 25 0 2 0 886676038 359395328 22606 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15670/statm: 87743 22606 1867 364 0 23661 0
[pid=15698] ppid=15670 vsize=340728 CPUtime=0.02 cores=4,6
/proc/15698/stat : 15698 (python) S 15670 15670 13569 0 -1 4202560 888 0 0 0 2 0 0 0 18 0 1 0 886678314 348905472 21111 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122734095 0 0 16781312 514 2427334646036398338 0 0 17 4 0 0 0
/proc/15698/statm: 85182 21111 376 364 0 21100 0
[pid=15700] ppid=15698 vsize=43400 CPUtime=28.29 cores=4,6
/proc/15700/stat : 15700 (lingeling) R 15698 15700 15700 0 -1 4202496 15736 0 0 0 2828 1 0 0 25 0 1 0 886678314 44441600 10020 33554432000 4194304 4352236 140735525525072 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15700/statm: 10850 10020 129 39 0 9930 0
[pid=15670/tid=15699] ppid=15668 vsize=350972 CPUtime=0 cores=4,6
/proc/15670/task/15699/stat : 15699 (python) S 15668 15670 13569 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886678314 359395328 22606 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 735100

[startup+102.307 s]
/proc/loadavg: 3.68 2.76 3.05 5/202 15702
/proc/meminfo: memFree=30493836/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=350972 CPUtime=22.41 cores=4,6
/proc/15670/stat : 15670 (python) S 15668 15670 13569 0 -1 4202496 33951 932 1 0 2215 26 0 0 25 0 2 0 886676038 359395328 22606 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15670/statm: 87743 22606 1867 364 0 23661 0
[pid=15698] ppid=15670 vsize=340728 CPUtime=0.08 cores=4,6
/proc/15698/stat : 15698 (python) S 15670 15670 13569 0 -1 4202560 909 0 0 0 5 3 0 0 18 0 1 0 886678314 348905472 21111 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122734095 0 0 16781312 514 2427334646036398338 0 0 17 4 0 0 0
/proc/15698/statm: 85182 21111 376 364 0 21100 0
[pid=15700] ppid=15698 vsize=43388 CPUtime=79.44 cores=4,6
/proc/15700/stat : 15700 (lingeling) R 15698 15700 15700 0 -1 4202496 15736 0 0 0 7943 1 0 0 25 0 1 0 886678314 44429312 10017 33554432000 4194304 4352236 140735525525072 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15700/statm: 10847 10017 129 39 0 9927 0
[pid=15670/tid=15699] ppid=15668 vsize=350972 CPUtime=0 cores=4,6
/proc/15670/task/15699/stat : 15699 (python) S 15668 15670 13569 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886678314 359395328 22606 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 735088

[startup+162.301 s]
/proc/loadavg: 3.88 2.99 3.11 5/210 15712
/proc/meminfo: memFree=29359584/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=361228 CPUtime=22.42 cores=4,6
/proc/15670/stat : 15670 (python) S 15668 15670 13569 0 -1 4202496 34795 932 1 0 2215 27 0 0 20 0 3 0 886676038 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15670/statm: 90307 22621 1878 364 0 26222 0
[pid=15698] ppid=15670 vsize=350972 CPUtime=0.12 cores=4,6
/proc/15698/stat : 15698 (python) S 15670 15670 13569 0 -1 4202560 1152 0 0 0 8 4 0 0 19 0 2 0 886678314 359395328 21154 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15698/statm: 87743 21154 414 364 0 23661 0
[pid=15700] ppid=15698 vsize=43388 CPUtime=99.98 cores=4,6
/proc/15700/stat : 15700 (lingeling) T 15698 15700 15700 0 -1 4202496 15736 0 0 0 9997 1 0 0 25 0 1 0 886678314 44429312 10017 33554432000 4194304 4352236 140735525525072 18446744073709551615 4327839 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15700/statm: 10847 10017 129 39 0 9927 0
[pid=15698/tid=15708] ppid=15670 vsize=350972 CPUtime=0 cores=4,6
/proc/15698/task/15708/stat : 15708 (python) S 15670 15670 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886688325 359395328 21154 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 514 18446604453639464256 0 0 -1 4 0 0 0
[pid=15709] ppid=15670 vsize=350984 CPUtime=0.06 cores=4,6
/proc/15709/stat : 15709 (python) S 15670 15670 13569 0 -1 4202560 934 0 0 0 4 2 0 0 15 0 1 0 886688326 359407616 21109 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122734150 0 0 16781312 514 4134396821197783299 0 0 17 4 0 0 0
/proc/15709/statm: 87746 21109 370 364 0 23661 0
[pid=15711] ppid=15709 vsize=700020 CPUtime=39.34 cores=4,6
/proc/15711/stat : 15711 (cryptominisat-2) R 15709 15711 15711 0 -1 4202496 155877 0 0 0 3915 19 0 0 25 0 1 0 886688326 716820480 142932 33554432000 4194304 4677096 140735210894560 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15711/statm: 175005 142932 393 118 0 169964 0
[pid=15670/tid=15699] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15699/stat : 15699 (python) S 15668 15670 13569 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886678314 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
[pid=15670/tid=15710] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15710/stat : 15710 (python) S 15668 15670 13569 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886688326 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 1806592

[startup+222.301 s]
/proc/loadavg: 4.03 3.18 3.17 5/210 15713
/proc/meminfo: memFree=29249540/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=361228 CPUtime=22.42 cores=4,6
/proc/15670/stat : 15670 (python) S 15668 15670 13569 0 -1 4202496 34795 932 1 0 2215 27 0 0 20 0 3 0 886676038 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15670/statm: 90307 22621 1878 364 0 26222 0
[pid=15698] ppid=15670 vsize=350972 CPUtime=0.12 cores=4,6
/proc/15698/stat : 15698 (python) S 15670 15670 13569 0 -1 4202560 1152 0 0 0 8 4 0 0 19 0 2 0 886678314 359395328 21154 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15698/statm: 87743 21154 414 364 0 23661 0
[pid=15700] ppid=15698 vsize=43388 CPUtime=99.98 cores=4,6
/proc/15700/stat : 15700 (lingeling) T 15698 15700 15700 0 -1 4202496 15736 0 0 0 9997 1 0 0 25 0 1 0 886678314 44429312 10017 33554432000 4194304 4352236 140735525525072 18446744073709551615 4327839 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15700/statm: 10847 10017 129 39 0 9927 0
[pid=15698/tid=15708] ppid=15670 vsize=350972 CPUtime=0 cores=4,6
/proc/15698/task/15708/stat : 15708 (python) S 15670 15670 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886688325 359395328 21154 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 514 18446604453639464256 0 0 -1 4 0 0 0
[pid=15709] ppid=15670 vsize=350984 CPUtime=0.15 cores=4,6
/proc/15709/stat : 15709 (python) S 15670 15670 13569 0 -1 4202560 969 0 0 0 9 6 0 0 15 0 1 0 886688326 359407616 21109 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122734150 0 0 16781312 514 4134396821197783299 0 0 17 4 0 0 0
/proc/15709/statm: 87746 21109 370 364 0 23661 0
[pid=15711] ppid=15709 vsize=806944 CPUtime=99.26 cores=4,6
/proc/15711/stat : 15711 (cryptominisat-2) R 15709 15711 15711 0 -1 4202496 193940 0 0 0 9899 27 0 0 25 0 1 0 886688326 826310656 158480 33554432000 4194304 4677096 140735210894560 18446744073709551615 4334285 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15711/statm: 201736 158480 393 118 0 196695 0
[pid=15670/tid=15699] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15699/stat : 15699 (python) S 15668 15670 13569 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886678314 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0

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

[pid=15709] ppid=15670 vsize=350984 CPUtime=1.21 cores=4,6
/proc/15709/stat : 15709 (python) S 15670 15670 13569 0 -1 4202560 1008 0 0 0 70 51 0 0 15 0 1 0 886688326 359407616 21109 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122734150 0 0 16781312 514 2427334646036398339 0 0 17 4 0 0 0
/proc/15709/statm: 87746 21109 370 364 0 23661 0
[pid=15711] ppid=15709 vsize=1307484 CPUtime=878.38 cores=4,6
/proc/15711/stat : 15711 (cryptominisat-2) R 15709 15711 15711 0 -1 4202496 726358 0 0 0 87713 125 0 0 25 0 1 0 886688326 1338863616 274435 33554432000 4194304 4677096 140735210894560 18446744073709551615 4502912 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15711/statm: 326871 274435 393 118 0 321830 0
[pid=15670/tid=15699] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15699/stat : 15699 (python) S 15668 15670 13569 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886678314 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
[pid=15670/tid=15710] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15710/stat : 15710 (python) S 15668 15670 13569 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886688326 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 2414056

[startup+1062.3 s]
/proc/loadavg: 4.03 3.97 3.65 5/218 15744
/proc/meminfo: memFree=27830700/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=361228 CPUtime=22.42 cores=4,6
/proc/15670/stat : 15670 (python) S 15668 15670 13569 0 -1 4202496 34795 932 1 0 2215 27 0 0 20 0 3 0 886676038 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15670/statm: 90307 22621 1878 364 0 26222 0
[pid=15698] ppid=15670 vsize=350972 CPUtime=0.12 cores=4,6
/proc/15698/stat : 15698 (python) S 15670 15670 13569 0 -1 4202560 1152 0 0 0 8 4 0 0 19 0 2 0 886678314 359395328 21154 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15698/statm: 87743 21154 414 364 0 23661 0
[pid=15700] ppid=15698 vsize=43388 CPUtime=99.98 cores=4,6
/proc/15700/stat : 15700 (lingeling) T 15698 15700 15700 0 -1 4202496 15736 0 0 0 9997 1 0 0 25 0 1 0 886678314 44429312 10017 33554432000 4194304 4352236 140735525525072 18446744073709551615 4327839 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15700/statm: 10847 10017 129 39 0 9927 0
[pid=15698/tid=15708] ppid=15670 vsize=350972 CPUtime=0 cores=4,6
/proc/15698/task/15708/stat : 15708 (python) S 15670 15670 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886688325 359395328 21154 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 514 18446604453639464256 0 0 -1 4 0 0 0
[pid=15709] ppid=15670 vsize=350984 CPUtime=1.29 cores=4,6
/proc/15709/stat : 15709 (python) S 15670 15670 13569 0 -1 4202560 1008 0 0 0 75 54 0 0 15 0 1 0 886688326 359407616 21109 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122734150 0 0 16781312 514 2427334646036398339 0 0 17 4 0 0 0
/proc/15709/statm: 87746 21109 370 364 0 23661 0
[pid=15711] ppid=15709 vsize=1209220 CPUtime=938.29 cores=4,6
/proc/15711/stat : 15711 (cryptominisat-2) R 15709 15711 15711 0 -1 4202496 769491 0 0 0 93696 133 0 0 25 0 1 0 886688326 1238241280 262809 33554432000 4194304 4677096 140735210894560 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15711/statm: 302305 262809 393 118 0 297264 0
[pid=15670/tid=15699] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15699/stat : 15699 (python) S 15668 15670 13569 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886678314 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
[pid=15670/tid=15710] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15710/stat : 15710 (python) S 15668 15670 13569 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886688326 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 2315792

[startup+1122.3 s]
/proc/loadavg: 4.01 3.97 3.67 5/218 15745
/proc/meminfo: memFree=27824916/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=361228 CPUtime=22.42 cores=4,6
/proc/15670/stat : 15670 (python) S 15668 15670 13569 0 -1 4202496 34795 932 1 0 2215 27 0 0 20 0 3 0 886676038 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15670/statm: 90307 22621 1878 364 0 26222 0
[pid=15698] ppid=15670 vsize=350972 CPUtime=0.12 cores=4,6
/proc/15698/stat : 15698 (python) S 15670 15670 13569 0 -1 4202560 1152 0 0 0 8 4 0 0 19 0 2 0 886678314 359395328 21154 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15698/statm: 87743 21154 414 364 0 23661 0
[pid=15700] ppid=15698 vsize=43388 CPUtime=99.98 cores=4,6
/proc/15700/stat : 15700 (lingeling) T 15698 15700 15700 0 -1 4202496 15736 0 0 0 9997 1 0 0 25 0 1 0 886678314 44429312 10017 33554432000 4194304 4352236 140735525525072 18446744073709551615 4327839 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15700/statm: 10847 10017 129 39 0 9927 0
[pid=15698/tid=15708] ppid=15670 vsize=350972 CPUtime=0 cores=4,6
/proc/15698/task/15708/stat : 15708 (python) S 15670 15670 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886688325 359395328 21154 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 514 18446604453639464256 0 0 -1 4 0 0 0
[pid=15709] ppid=15670 vsize=350984 CPUtime=1.37 cores=4,6
/proc/15709/stat : 15709 (python) S 15670 15670 13569 0 -1 4202560 1008 0 0 0 80 57 0 0 15 0 1 0 886688326 359407616 21109 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122734150 0 0 16781312 514 2427334646036398339 0 0 17 4 0 0 0
/proc/15709/statm: 87746 21109 370 364 0 23661 0
[pid=15711] ppid=15709 vsize=1312788 CPUtime=998.24 cores=4,6
/proc/15711/stat : 15711 (cryptominisat-2) R 15709 15711 15711 0 -1 4202496 806201 0 0 0 99682 142 0 0 25 0 1 0 886688326 1344294912 264608 33554432000 4194304 4677096 140735210894560 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15711/statm: 328197 264608 393 118 0 323156 0
[pid=15670/tid=15699] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15699/stat : 15699 (python) S 15668 15670 13569 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886678314 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
[pid=15670/tid=15710] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15710/stat : 15710 (python) S 15668 15670 13569 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886688326 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1122.13
Current children cumulated vsize (KiB) 2419360

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.69 5/218 15747
/proc/meminfo: memFree=27739164/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=361228 CPUtime=22.42 cores=4,6
/proc/15670/stat : 15670 (python) S 15668 15670 13569 0 -1 4202496 34795 932 1 0 2215 27 0 0 20 0 3 0 886676038 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15670/statm: 90307 22621 1878 364 0 26222 0
[pid=15698] ppid=15670 vsize=350972 CPUtime=0.12 cores=4,6
/proc/15698/stat : 15698 (python) S 15670 15670 13569 0 -1 4202560 1152 0 0 0 8 4 0 0 19 0 2 0 886678314 359395328 21154 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15698/statm: 87743 21154 414 364 0 23661 0
[pid=15700] ppid=15698 vsize=43388 CPUtime=99.98 cores=4,6
/proc/15700/stat : 15700 (lingeling) T 15698 15700 15700 0 -1 4202496 15736 0 0 0 9997 1 0 0 25 0 1 0 886678314 44429312 10017 33554432000 4194304 4352236 140735525525072 18446744073709551615 4327839 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15700/statm: 10847 10017 129 39 0 9927 0
[pid=15698/tid=15708] ppid=15670 vsize=350972 CPUtime=0 cores=4,6
/proc/15698/task/15708/stat : 15708 (python) S 15670 15670 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886688325 359395328 21154 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 514 18446604453639464256 0 0 -1 4 0 0 0
[pid=15709] ppid=15670 vsize=350984 CPUtime=1.45 cores=4,6
/proc/15709/stat : 15709 (python) S 15670 15670 13569 0 -1 4202560 1008 0 0 0 85 60 0 0 15 0 1 0 886688326 359407616 21109 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122734150 0 0 16781312 514 4134396821197783299 0 0 17 4 0 0 0
/proc/15709/statm: 87746 21109 370 364 0 23661 0
[pid=15711] ppid=15709 vsize=1222984 CPUtime=1058.17 cores=4,6
/proc/15711/stat : 15711 (cryptominisat-2) R 15709 15711 15711 0 -1 4202496 820258 0 0 0 105671 146 0 0 25 0 1 0 886688326 1252335616 263773 33554432000 4194304 4677096 140735210894560 18446744073709551615 4319152 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15711/statm: 305746 263773 393 118 0 300705 0
[pid=15670/tid=15699] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15699/stat : 15699 (python) S 15668 15670 13569 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886678314 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
[pid=15670/tid=15710] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15710/stat : 15710 (python) S 15668 15670 13569 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886688326 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.14
Current children cumulated vsize (KiB) 2329556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 4.00 3.97 3.69 2/191 15750
/proc/meminfo: memFree=29659104/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=361228 CPUtime=22.42 cores=4,6
/proc/15670/stat : 15670 (python) S 15668 15670 13569 0 -1 4202496 34795 932 1 0 2215 27 0 0 20 0 3 0 886676038 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15670/statm: 90307 22621 1878 364 0 26222 0
[pid=15698] ppid=15670 vsize=350972 CPUtime=0.12 cores=4,6
/proc/15698/stat : 15698 (python) S 15670 15670 13569 0 -1 4202560 1152 0 0 0 8 4 0 0 19 0 2 0 886678314 359395328 21154 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15698/statm: 87743 21154 414 364 0 23661 0
[pid=15700] ppid=15698 vsize=43388 CPUtime=99.98 cores=4,6
/proc/15700/stat : 15700 (lingeling) T 15698 15700 15700 0 -1 4202496 15736 0 0 0 9997 1 0 0 25 0 1 0 886678314 44429312 10017 33554432000 4194304 4352236 140735525525072 18446744073709551615 4327839 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15700/statm: 10847 10017 129 39 0 9927 0
[pid=15698/tid=15708] ppid=15670 vsize=350972 CPUtime=0 cores=4,6
/proc/15698/task/15708/stat : 15708 (python) S 15670 15670 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886688325 359395328 21154 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 514 18446604453639464256 0 0 -1 4 0 0 0
[pid=15709] ppid=15670 vsize=350984 CPUtime=1.47 cores=4,6
/proc/15709/stat : 15709 (python) S 15670 15670 13569 0 -1 4202560 1008 0 0 0 86 61 0 0 15 0 1 0 886688326 359407616 21109 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122734150 0 0 16781312 514 4134396821197783299 0 0 17 4 0 0 0
/proc/15709/statm: 87746 21109 370 364 0 23661 0
[pid=15711] ppid=15709 vsize=1223208 CPUtime=1076.07 cores=4,6
/proc/15711/stat : 15711 (cryptominisat-2) R 15709 15711 15711 0 -1 4202496 829458 0 0 0 107459 148 0 0 25 0 1 0 886688326 1252564992 263662 33554432000 4194304 4677096 140735210894560 18446744073709551615 4338285 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15711/statm: 305802 263662 393 118 0 300761 0
[pid=15670/tid=15699] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15699/stat : 15699 (python) S 15668 15670 13569 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886678314 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
[pid=15670/tid=15710] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15710/stat : 15710 (python) S 15668 15670 13569 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886688326 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 2329780

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

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

[startup+1200.2 s]
/proc/loadavg: 4.00 3.97 3.69 2/191 15750
/proc/meminfo: memFree=29659104/32951124 swapFree=67051744/67111528
[pid=15670] ppid=15668 vsize=361228 CPUtime=22.42 cores=4,6
/proc/15670/stat : 15670 (python) S 15668 15670 13569 0 -1 4202496 34795 932 1 0 2215 27 0 0 20 0 3 0 886676038 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15670/statm: 90307 22621 1878 364 0 26222 0
[pid=15698] ppid=15670 vsize=350972 CPUtime=0.12 cores=4,6
/proc/15698/stat : 15698 (python) S 15670 15670 13569 0 -1 4202560 1152 0 0 0 8 4 0 0 19 0 2 0 886678314 359395328 21154 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15698/statm: 87743 21154 414 364 0 23661 0
[pid=15700] ppid=15698 vsize=43388 CPUtime=99.98 cores=4,6
/proc/15700/stat : 15700 (lingeling) T 15698 15700 15700 0 -1 4202496 15736 0 0 0 9997 1 0 0 25 0 1 0 886678314 44429312 10017 33554432000 4194304 4352236 140735525525072 18446744073709551615 4327839 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15700/statm: 10847 10017 129 39 0 9927 0
[pid=15698/tid=15708] ppid=15670 vsize=350972 CPUtime=0 cores=4,6
/proc/15698/task/15708/stat : 15708 (python) S 15670 15670 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886688325 359395328 21154 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 514 18446604453639464256 0 0 -1 4 0 0 0
[pid=15709] ppid=15670 vsize=350984 CPUtime=1.47 cores=4,6
/proc/15709/stat : 15709 (python) S 15670 15670 13569 0 -1 4202560 1008 0 0 0 86 61 0 0 15 0 1 0 886688326 359407616 21109 33554432000 4194304 5683644 140735822138944 18446744073709551615 228122734150 0 0 16781312 514 4134396821197783299 0 0 17 4 0 0 0
/proc/15709/statm: 87746 21109 370 364 0 23661 0
[pid=15711] ppid=15709 vsize=1223208 CPUtime=1076.07 cores=4,6
/proc/15711/stat : 15711 (cryptominisat-2) R 15709 15711 15711 0 -1 4202496 829458 0 0 0 107459 148 0 0 25 0 1 0 886688326 1252564992 263662 33554432000 4194304 4677096 140735210894560 18446744073709551615 4338285 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15711/statm: 305802 263662 393 118 0 300761 0
[pid=15670/tid=15699] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15699/stat : 15699 (python) S 15668 15670 13569 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886678314 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
[pid=15670/tid=15710] ppid=15668 vsize=361228 CPUtime=0 cores=4,6
/proc/15670/task/15710/stat : 15710 (python) S 15668 15670 13569 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886688326 369897472 22621 33554432000 4194304 5683644 140735822138944 18446744073709551615 228134537649 0 0 16781312 2 18446604453943000064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 2329780

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15670 and gives
#  childrusage.ru_utime.tv_sec=22
#  childrusage.ru_utime.tv_usec=159631
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=277957
# CPU time returned by wait4() is 22.4376
# 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.23
CPU time (s): 1200.06
CPU user time (s): 1197.65
CPU system time (s): 2.41
CPU usage (%): 99.9861
Max. virtual memory (cumulated for all children) (KiB): 2439568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.1596
system time used= 0.277957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35727
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= 27423
involuntary context switches= 77

runsolver used 2.14867 second user time and 4.49332 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 31142839684b7824419884a35a31fc88
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:      30842700 kB
Buffers:        256440 kB
Cached:        1626696 kB
SwapCached:      13468 kB
Active:         633028 kB
Inactive:      1279776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30842700 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:          140540 kB
Writeback:           0 kB
AnonPages:       25664 kB
Mapped:          10264 kB
Slab:           130924 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   259900 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= 74028 MiB
End job on node138 at 2011-06-11 02:26:23