Trace number 3378854

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-par-industrial (fixed)UNSAT 341.032 91.4771

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0421
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.47	c INFO: solving HOME/instance-3378854-1305467441.cnf
0.30/0.47	c INFO: computing task features
1.09/1.22	c INFO: computed variable-clause graph statistics
1.09/1.25	c INFO: computed clause balance statistics
4.49/4.62	c INFO: computed variable balance statistics
7.39/7.60	c INFO: computed small-clause counts
7.50/7.63	c INFO: computed Horn-clause counts
7.69/7.87	c INFO: computed variable graph statistics
7.69/7.87	c INFO: collected features for HOME/instance-3378854-1305467441.cnf in 7.38 s
7.69/7.88	c INFO: running lingeling-276@0 for 1192 with 1192 remaining (b = 0.50)
7.69/7.89	c INFO: running lingeling-276@0 for 97 with 1192 remaining (b = 0.17)
7.78/7.90	c INFO: running cryptominisat-2.9.0@0 for 1192 with 1192 remaining (b = 0.36)
7.78/7.91	c INFO: running lingeling-276@0 for 1192 with 1192 remaining (b = 0.32)
340.77/91.44	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3378854-1305467441/watcher-3378854-1305467441 -o /tmp/evaluation-result-3378854-1305467441/solver-3378854-1305467441 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378854-1305467441.cnf -seed 1348081549 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 5.96 5.30 6.55 5/346 19747
/proc/meminfo: memFree=20155332/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/19747/stat : 19747 (python) R 19745 19747 18093 0 -1 4202496 997 0 0 0 0 0 0 0 24 0 1 0 658342300 16633856 870 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335553221 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19747/statm: 4061 870 368 364 0 548 0

[startup+0.0196319 s]
/proc/loadavg: 5.96 5.30 6.55 5/346 19747
/proc/meminfo: memFree=20155332/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=16404 CPUtime=0.01 cores=0,2,4,6
/proc/19747/stat : 19747 (python) R 19745 19747 18093 0 -1 4202496 1079 0 0 0 1 0 0 0 24 0 1 0 658342300 16797696 950 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335584976 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19747/statm: 4101 956 390 364 0 588 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16404

[startup+0.100607 s]
/proc/loadavg: 5.96 5.30 6.55 5/346 19747
/proc/meminfo: memFree=20155332/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=104224 CPUtime=0.07 cores=0,2,4,6
/proc/19747/stat : 19747 (python) R 19745 19747 18093 0 -1 4202496 3047 0 0 0 5 2 0 0 17 0 1 0 658342300 106725376 2732 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335888229 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19747/statm: 26056 2732 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300597 s]
/proc/loadavg: 5.96 5.30 6.55 5/346 19747
/proc/meminfo: memFree=20155332/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=168676 CPUtime=0.22 cores=0,2,4,6
/proc/19747/stat : 19747 (python) R 19745 19747 18093 0 -1 4202496 6701 938 1 0 16 6 0 0 17 0 1 0 658342300 172724224 4785 33554432000 4194304 5683644 140734976902352 18446744073709551615 232330929920 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19747/statm: 42169 4789 1329 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 168676

[startup+0.700543 s]
/proc/loadavg: 5.96 5.30 6.55 5/346 19747
/proc/meminfo: memFree=20155332/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=297788 CPUtime=0.58 cores=0,2,4,6
/proc/19747/stat : 19747 (python) R 19745 19747 18093 0 -1 4202496 14034 938 1 0 50 8 0 0 17 0 1 0 658342300 304934912 11719 33554432000 4194304 5683644 140734976902352 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19747/statm: 74447 11719 1761 364 0 10371 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 297788

[startup+1.5004 s]
/proc/loadavg: 5.81 5.28 6.54 6/347 19752
/proc/meminfo: memFree=20094560/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=328900 CPUtime=1.39 cores=0,2,4,6
/proc/19747/stat : 19747 (python) R 19745 19747 18093 0 -1 4202496 30845 938 1 0 129 10 0 0 19 0 1 0 658342300 336793600 19609 33554432000 4194304 5683644 140734976902352 18446744073709551615 4500320 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19747/statm: 82225 19609 1826 364 0 18149 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 328900

[startup+3.10012 s]
/proc/loadavg: 5.81 5.28 6.54 6/347 19752
/proc/meminfo: memFree=20080548/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=328900 CPUtime=2.99 cores=0,2,4,6
/proc/19747/stat : 19747 (python) R 19745 19747 18093 0 -1 4202496 30845 938 1 0 289 10 0 0 22 0 1 0 658342300 336793600 19609 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335253252 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19747/statm: 82225 19609 1826 364 0 18149 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 328900

[startup+6.30054 s]
/proc/loadavg: 5.81 5.28 6.54 6/347 19752
/proc/meminfo: memFree=20074608/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=328900 CPUtime=6.19 cores=0,2,4,6
/proc/19747/stat : 19747 (python) R 19745 19747 18093 0 -1 4202496 30846 938 1 0 609 10 0 0 25 0 1 0 658342300 336793600 19610 33554432000 4194304 5683644 140734976902352 18446744073709551615 5006024 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19747/statm: 82225 19610 1827 364 0 18149 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 328900

[startup+12.7014 s]
/proc/loadavg: 5.92 5.32 6.54 9/359 19764
/proc/meminfo: memFree=19965544/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=368100 CPUtime=7.8 cores=0,2,4,6
/proc/19747/stat : 19747 (python) S 19745 19747 18093 0 -1 4202496 34108 938 1 0 769 11 0 0 25 0 5 0 658342300 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19747/statm: 92025 19213 1873 364 0 27934 0
[pid=19753] ppid=19747 vsize=327088 CPUtime=0.01 cores=0,2,4,6
/proc/19753/stat : 19753 (python) S 19747 19747 18093 0 -1 4202560 906 0 0 0 0 1 0 0 18 0 1 0 658343088 334938112 17699 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912463 0 0 16781312 514 4472842992901652738 0 0 17 6 0 0 0
/proc/19753/statm: 81772 17699 375 364 0 17690 0
[pid=19755] ppid=19753 vsize=24328 CPUtime=4.8 cores=0,2,4,6
/proc/19755/stat : 19755 (lingeling) R 19753 19755 19755 0 -1 4202496 6261 0 0 0 479 1 0 0 25 0 1 0 658343089 24911872 4741 33554432000 4194304 4352236 140733686708736 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19755/statm: 6082 4741 129 39 0 5162 0
[pid=19756] ppid=19747 vsize=337344 CPUtime=0 cores=0,2,4,6
/proc/19756/stat : 19756 (python) S 19747 19747 18093 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 658343089 345440256 17697 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 9848159902906679553 0 0 17 4 0 0 0
/proc/19756/statm: 84336 17697 369 364 0 20251 0
[pid=19758] ppid=19756 vsize=24328 CPUtime=4.79 cores=0,2,4,6
/proc/19758/stat : 19758 (lingeling) R 19756 19758 19758 0 -1 4202496 6266 0 0 0 479 0 0 0 25 0 1 0 658343090 24911872 4741 33554432000 4194304 4352236 140737243168960 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/19758/statm: 6082 4741 129 39 0 5162 0
[pid=19759] ppid=19747 vsize=347600 CPUtime=0.01 cores=0,2,4,6
/proc/19759/stat : 19759 (python) S 19747 19747 18093 0 -1 4202560 925 0 0 0 1 0 0 0 16 0 1 0 658343090 355942400 17702 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 5717979438218445057 0 0 17 6 0 0 0
/proc/19759/statm: 86900 17702 370 364 0 22812 0
[pid=19761] ppid=19759 vsize=83232 CPUtime=4.7 cores=0,2,4,6
/proc/19761/stat : 19761 (cryptominisat-2) R 19759 19761 19761 0 -1 4202496 14908 0 0 0 468 2 0 0 25 0 1 0 658343091 85229568 11863 33554432000 4194304 4677096 140735326808992 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/19761/statm: 20808 11863 387 118 0 15767 0
[pid=19762] ppid=19747 vsize=357856 CPUtime=0.01 cores=0,2,4,6
/proc/19762/stat : 19762 (python) S 19747 19747 18093 0 -1 4202560 921 0 0 0 0 1 0 0 18 0 1 0 658343091 366444544 17706 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 9848167599488106495 0 0 17 4 0 0 0
/proc/19762/statm: 89464 17706 370 364 0 25373 0
[pid=19764] ppid=19762 vsize=24328 CPUtime=4.74 cores=0,2,4,6
/proc/19764/stat : 19764 (lingeling) R 19762 19764 19764 0 -1 4202496 6261 0 0 0 473 1 0 0 25 0 1 0 658343092 24911872 4741 33554432000 4194304 4352236 140736466579712 18446744073709551615 4328368 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19764/statm: 6082 4741 129 39 0 5162 0
[pid=19747/tid=19754] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19754/stat : 19754 (python) S 19745 19747 18093 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658343089 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 6 0 0 0
[pid=19747/tid=19757] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19757/stat : 19757 (python) S 19745 19747 18093 0 -1 4202560 22 938 0 0 0 0 0 0 25 0 5 0 658343089 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 4 0 0 0
[pid=19747/tid=19760] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19760/stat : 19760 (python) S 19745 19747 18093 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658343090 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 6 0 0 0
[pid=19747/tid=19763] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19763/stat : 19763 (python) S 19745 19747 18093 0 -1 4202560 27 938 0 0 0 0 0 0 25 0 5 0 658343092 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 26.86
Current children cumulated vsize (KiB) 1894204

[startup+25.5011 s]
/proc/loadavg: 6.24 5.41 6.55 9/359 19765
/proc/meminfo: memFree=19912312/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=368100 CPUtime=7.8 cores=0,2,4,6
/proc/19747/stat : 19747 (python) S 19745 19747 18093 0 -1 4202496 34108 938 1 0 769 11 0 0 25 0 5 0 658342300 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19747/statm: 92025 19213 1873 364 0 27934 0
[pid=19753] ppid=19747 vsize=327088 CPUtime=0.04 cores=0,2,4,6
/proc/19753/stat : 19753 (python) S 19747 19747 18093 0 -1 4202560 913 0 0 0 2 2 0 0 18 0 1 0 658343088 334938112 17700 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912463 0 0 16781312 514 11889010435048833282 0 0 17 6 0 0 0
/proc/19753/statm: 81772 17700 376 364 0 17690 0
[pid=19755] ppid=19753 vsize=35524 CPUtime=17.6 cores=0,2,4,6
/proc/19755/stat : 19755 (lingeling) R 19753 19755 19755 0 -1 4202496 9060 0 0 0 1758 2 0 0 25 0 1 0 658343089 36376576 7540 33554432000 4194304 4352236 140733686708736 18446744073709551615 4267552 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19755/statm: 8881 7540 129 39 0 7961 0
[pid=19756] ppid=19747 vsize=337344 CPUtime=0.04 cores=0,2,4,6
/proc/19756/stat : 19756 (python) S 19747 19747 18093 0 -1 4202560 908 0 0 0 2 2 0 0 18 0 1 0 658343089 345440256 17698 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 11889010435048833281 0 0 17 4 0 0 0
/proc/19756/statm: 84336 17698 370 364 0 20251 0
[pid=19758] ppid=19756 vsize=34952 CPUtime=17.59 cores=0,2,4,6
/proc/19758/stat : 19758 (lingeling) R 19756 19758 19758 0 -1 4202496 8922 0 0 0 1758 1 0 0 25 0 1 0 658343090 35790848 7397 33554432000 4194304 4352236 140737243168960 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/19758/statm: 8738 7397 129 39 0 7818 0
[pid=19759] ppid=19747 vsize=347600 CPUtime=0.05 cores=0,2,4,6
/proc/19759/stat : 19759 (python) S 19747 19747 18093 0 -1 4202560 943 0 0 0 3 2 0 0 15 0 1 0 658343090 355942400 17702 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 5717979438218445057 0 0 17 6 0 0 0
/proc/19759/statm: 86900 17702 370 364 0 22812 0
[pid=19761] ppid=19759 vsize=83652 CPUtime=17.28 cores=0,2,4,6
/proc/19761/stat : 19761 (cryptominisat-2) R 19759 19761 19761 0 -1 4202496 20071 0 0 0 1725 3 0 0 25 0 1 0 658343091 85659648 14007 33554432000 4194304 4677096 140735326808992 18446744073709551615 4317821 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/19761/statm: 20913 14007 390 118 0 15872 0
[pid=19762] ppid=19747 vsize=357856 CPUtime=0.04 cores=0,2,4,6
/proc/19762/stat : 19762 (python) S 19747 19747 18093 0 -1 4202560 927 0 0 0 2 2 0 0 18 0 1 0 658343091 366444544 17706 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 11889010435048833283 0 0 17 4 0 0 0
/proc/19762/statm: 89464 17706 370 364 0 25373 0
[pid=19764] ppid=19762 vsize=34884 CPUtime=17.48 cores=0,2,4,6
/proc/19764/stat : 19764 (lingeling) R 19762 19764 19764 0 -1 4202496 8900 0 0 0 1747 1 0 0 25 0 1 0 658343092 35721216 7380 33554432000 4194304 4352236 140736466579712 18446744073709551615 4268416 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19764/statm: 8721 7380 129 39 0 7801 0
[pid=19747/tid=19754] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19754/stat : 19754 (python) S 19745 19747 18093 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658343089 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 6 0 0 0
[pid=19747/tid=19757] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19757/stat : 19757 (python) S 19745 19747 18093 0 -1 4202560 22 938 0 0 0 0 0 0 25 0 5 0 658343089 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 4 0 0 0
[pid=19747/tid=19760] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19760/stat : 19760 (python) S 19745 19747 18093 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658343090 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 6 0 0 0
[pid=19747/tid=19763] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19763/stat : 19763 (python) S 19745 19747 18093 0 -1 4202560 27 938 0 0 0 0 0 0 25 0 5 0 658343092 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 77.92
Current children cumulated vsize (KiB) 1927000

[startup+51.1006 s]
/proc/loadavg: 7.15 5.70 6.61 9/359 19765
/proc/meminfo: memFree=19891184/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=368100 CPUtime=7.8 cores=0,2,4,6
/proc/19747/stat : 19747 (python) S 19745 19747 18093 0 -1 4202496 34108 938 1 0 769 11 0 0 25 0 5 0 658342300 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19747/statm: 92025 19213 1873 364 0 27934 0
[pid=19753] ppid=19747 vsize=327088 CPUtime=0.1 cores=0,2,4,6
/proc/19753/stat : 19753 (python) S 19747 19747 18093 0 -1 4202560 927 0 0 0 5 5 0 0 18 0 1 0 658343088 334938112 17700 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912463 0 0 16781312 514 11889010435048833282 0 0 17 6 0 0 0
/proc/19753/statm: 81772 17700 376 364 0 17690 0
[pid=19755] ppid=19753 vsize=39800 CPUtime=43.2 cores=0,2,4,6
/proc/19755/stat : 19755 (lingeling) R 19753 19755 19755 0 -1 4202496 10129 0 0 0 4318 2 0 0 25 0 1 0 658343089 40755200 8609 33554432000 4194304 4352236 140733686708736 18446744073709551615 4328811 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19755/statm: 9950 8609 129 39 0 9030 0
[pid=19756] ppid=19747 vsize=337344 CPUtime=0.1 cores=0,2,4,6
/proc/19756/stat : 19756 (python) S 19747 19747 18093 0 -1 4202560 919 0 0 0 6 4 0 0 18 0 1 0 658343089 345440256 17698 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 11889010435048833281 0 0 17 4 0 0 0
/proc/19756/statm: 84336 17698 370 364 0 20251 0
[pid=19758] ppid=19756 vsize=36304 CPUtime=43.18 cores=0,2,4,6
/proc/19758/stat : 19758 (lingeling) R 19756 19758 19758 0 -1 4202496 9771 0 0 0 4317 1 0 0 25 0 1 0 658343090 37175296 8246 33554432000 4194304 4352236 140737243168960 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/19758/statm: 9076 8246 129 39 0 8156 0
[pid=19759] ppid=19747 vsize=347600 CPUtime=0.13 cores=0,2,4,6
/proc/19759/stat : 19759 (python) S 19747 19747 18093 0 -1 4202560 958 0 0 0 7 6 0 0 15 0 1 0 658343090 355942400 17702 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 11889010435048833281 0 0 17 6 0 0 0
/proc/19759/statm: 86900 17702 370 364 0 22812 0
[pid=19761] ppid=19759 vsize=91960 CPUtime=42.47 cores=0,2,4,6
/proc/19761/stat : 19761 (cryptominisat-2) R 19759 19761 19761 0 -1 4202496 31081 0 0 0 4241 6 0 0 25 0 1 0 658343091 94167040 16102 33554432000 4194304 4677096 140735326808992 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/19761/statm: 22990 16102 390 118 0 17949 0
[pid=19762] ppid=19747 vsize=357856 CPUtime=0.1 cores=0,2,4,6
/proc/19762/stat : 19762 (python) S 19747 19747 18093 0 -1 4202560 939 0 0 0 4 6 0 0 18 0 1 0 658343091 366444544 17706 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 11889010435048833283 0 0 17 4 0 0 0
/proc/19762/statm: 89464 17706 370 364 0 25373 0

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

[pid=19747/tid=19760] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19760/stat : 19760 (python) S 19745 19747 18093 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658343090 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 6 0 0 0
[pid=19747/tid=19763] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19763/stat : 19763 (python) S 19745 19747 18093 0 -1 4202560 27 938 0 0 0 0 0 0 25 0 5 0 658343092 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 333.19
Current children cumulated vsize (KiB) 1963156

[startup+90.3006 s]
/proc/loadavg: 6.74 5.78 6.61 7/347 19798
/proc/meminfo: memFree=18956768/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=368100 CPUtime=7.8 cores=0,2,4,6
/proc/19747/stat : 19747 (python) S 19745 19747 18093 0 -1 4202496 34108 938 1 0 769 11 0 0 25 0 5 0 658342300 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19747/statm: 92025 19213 1873 364 0 27934 0
[pid=19753] ppid=19747 vsize=327088 CPUtime=0.21 cores=0,2,4,6
/proc/19753/stat : 19753 (python) S 19747 19747 18093 0 -1 4202560 943 0 0 0 10 11 0 0 18 0 1 0 658343088 334938112 17700 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912463 0 0 16781312 514 11889010435048833282 0 0 17 6 0 0 0
/proc/19753/statm: 81772 17700 376 364 0 17690 0
[pid=19755] ppid=19753 vsize=42644 CPUtime=82.4 cores=0,2,4,6
/proc/19755/stat : 19755 (lingeling) R 19753 19755 19755 0 -1 4202496 10840 0 0 0 8238 2 0 0 25 0 1 0 658343089 43667456 9320 33554432000 4194304 4352236 140733686708736 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19755/statm: 10661 9320 129 39 0 9741 0
[pid=19756] ppid=19747 vsize=337344 CPUtime=0.21 cores=0,2,4,6
/proc/19756/stat : 19756 (python) S 19747 19747 18093 0 -1 4202560 937 0 0 0 11 10 0 0 18 0 1 0 658343089 345440256 17698 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 11889010435048833281 0 0 17 4 0 0 0
/proc/19756/statm: 84336 17698 370 364 0 20251 0
[pid=19758] ppid=19756 vsize=43604 CPUtime=82.38 cores=0,2,4,6
/proc/19758/stat : 19758 (lingeling) R 19756 19758 19758 0 -1 4202496 11085 0 0 0 8237 1 0 0 25 0 1 0 658343090 44650496 9560 33554432000 4194304 4352236 140737243168960 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/19758/statm: 10901 9560 129 39 0 9981 0
[pid=19759] ppid=19747 vsize=347600 CPUtime=0.24 cores=0,2,4,6
/proc/19759/stat : 19759 (python) S 19747 19747 18093 0 -1 4202560 978 0 0 0 13 11 0 0 15 0 1 0 658343090 355942400 17702 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 11889010435048833281 0 0 17 4 0 0 0
/proc/19759/statm: 86900 17702 370 364 0 22812 0
[pid=19761] ppid=19759 vsize=98216 CPUtime=81.03 cores=0,2,4,6
/proc/19761/stat : 19761 (cryptominisat-2) R 19759 19761 19761 0 -1 4202496 47676 0 0 0 8093 10 0 0 25 0 1 0 658343091 100573184 17195 33554432000 4194304 4677096 140735326808992 18446744073709551615 4320327 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/19761/statm: 24554 17195 390 118 0 19513 0
[pid=19762] ppid=19747 vsize=357856 CPUtime=0.2 cores=0,2,4,6
/proc/19762/stat : 19762 (python) S 19747 19747 18093 0 -1 4202560 957 0 0 0 10 10 0 0 18 0 1 0 658343091 366444544 17706 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 11889010435048833283 0 0 17 4 0 0 0
/proc/19762/statm: 89464 17706 370 364 0 25373 0
[pid=19764] ppid=19762 vsize=40844 CPUtime=81.91 cores=0,2,4,6
/proc/19764/stat : 19764 (lingeling) R 19762 19764 19764 0 -1 4202496 10901 0 0 0 8172 19 0 0 25 0 1 0 658343092 41824256 9381 33554432000 4194304 4352236 140736466579712 18446744073709551615 4328184 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19764/statm: 10211 9381 129 39 0 9291 0
[pid=19747/tid=19754] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19754/stat : 19754 (python) S 19745 19747 18093 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658343089 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 6 0 0 0
[pid=19747/tid=19757] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19757/stat : 19757 (python) S 19745 19747 18093 0 -1 4202560 22 938 0 0 0 0 0 0 25 0 5 0 658343089 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 4 0 0 0
[pid=19747/tid=19760] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19760/stat : 19760 (python) S 19745 19747 18093 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658343090 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 6 0 0 0
[pid=19747/tid=19763] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19763/stat : 19763 (python) S 19745 19747 18093 0 -1 4202560 27 938 0 0 0 0 0 0 25 0 5 0 658343092 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 336.38
Current children cumulated vsize (KiB) 1963296

[startup+91.1015 s]
/proc/loadavg: 6.74 5.78 6.61 7/347 19798
/proc/meminfo: memFree=18956768/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=368100 CPUtime=7.8 cores=0,2,4,6
/proc/19747/stat : 19747 (python) S 19745 19747 18093 0 -1 4202496 34108 938 1 0 769 11 0 0 25 0 5 0 658342300 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19747/statm: 92025 19213 1873 364 0 27934 0
[pid=19753] ppid=19747 vsize=327088 CPUtime=0.21 cores=0,2,4,6
/proc/19753/stat : 19753 (python) S 19747 19747 18093 0 -1 4202560 943 0 0 0 10 11 0 0 18 0 1 0 658343088 334938112 17700 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912463 0 0 16781312 514 11889010435048833282 0 0 17 6 0 0 0
/proc/19753/statm: 81772 17700 376 364 0 17690 0
[pid=19755] ppid=19753 vsize=42644 CPUtime=83.2 cores=0,2,4,6
/proc/19755/stat : 19755 (lingeling) R 19753 19755 19755 0 -1 4202496 10840 0 0 0 8318 2 0 0 25 0 1 0 658343089 43667456 9320 33554432000 4194304 4352236 140733686708736 18446744073709551615 4328191 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19755/statm: 10661 9320 129 39 0 9741 0
[pid=19756] ppid=19747 vsize=337344 CPUtime=0.21 cores=0,2,4,6
/proc/19756/stat : 19756 (python) S 19747 19747 18093 0 -1 4202560 937 0 0 0 11 10 0 0 18 0 1 0 658343089 345440256 17698 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 11889010435048833281 0 0 17 4 0 0 0
/proc/19756/statm: 84336 17698 370 364 0 20251 0
[pid=19758] ppid=19756 vsize=43604 CPUtime=83.18 cores=0,2,4,6
/proc/19758/stat : 19758 (lingeling) R 19756 19758 19758 0 -1 4202496 11085 0 0 0 8317 1 0 0 25 0 1 0 658343090 44650496 9560 33554432000 4194304 4352236 140737243168960 18446744073709551615 4329004 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/19758/statm: 10901 9560 129 39 0 9981 0
[pid=19759] ppid=19747 vsize=347600 CPUtime=0.24 cores=0,2,4,6
/proc/19759/stat : 19759 (python) S 19747 19747 18093 0 -1 4202560 978 0 0 0 13 11 0 0 15 0 1 0 658343090 355942400 17702 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 5717979438218445057 0 0 17 4 0 0 0
/proc/19759/statm: 86900 17702 370 364 0 22812 0
[pid=19761] ppid=19759 vsize=98216 CPUtime=81.83 cores=0,2,4,6
/proc/19761/stat : 19761 (cryptominisat-2) R 19759 19761 19761 0 -1 4202496 47808 0 0 0 8173 10 0 0 25 0 1 0 658343091 100573184 17327 33554432000 4194304 4677096 140735326808992 18446744073709551615 4334573 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/19761/statm: 24554 17327 390 118 0 19513 0
[pid=19762] ppid=19747 vsize=357856 CPUtime=0.2 cores=0,2,4,6
/proc/19762/stat : 19762 (python) S 19747 19747 18093 0 -1 4202560 957 0 0 0 10 10 0 0 18 0 1 0 658343091 366444544 17706 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 11889010435048833283 0 0 17 4 0 0 0
/proc/19762/statm: 89464 17706 370 364 0 25373 0
[pid=19764] ppid=19762 vsize=40844 CPUtime=82.71 cores=0,2,4,6
/proc/19764/stat : 19764 (lingeling) R 19762 19764 19764 0 -1 4202496 10901 0 0 0 8252 19 0 0 25 0 1 0 658343092 41824256 9381 33554432000 4194304 4352236 140736466579712 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19764/statm: 10211 9381 129 39 0 9291 0
[pid=19747/tid=19754] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19754/stat : 19754 (python) S 19745 19747 18093 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658343089 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 6 0 0 0
[pid=19747/tid=19757] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19757/stat : 19757 (python) S 19745 19747 18093 0 -1 4202560 22 938 0 0 0 0 0 0 25 0 5 0 658343089 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 4 0 0 0
[pid=19747/tid=19760] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19760/stat : 19760 (python) S 19745 19747 18093 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658343090 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 6 0 0 0
[pid=19747/tid=19763] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19763/stat : 19763 (python) S 19745 19747 18093 0 -1 4202560 27 938 0 0 0 0 0 0 25 0 5 0 658343092 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 339.58
Current children cumulated vsize (KiB) 1963296

[startup+91.3125 s]
/proc/loadavg: 6.60 5.76 6.60 6/347 19798
/proc/meminfo: memFree=18960116/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=368100 CPUtime=7.8 cores=0,2,4,6
/proc/19747/stat : 19747 (python) S 19745 19747 18093 0 -1 4202496 34108 938 1 0 769 11 0 0 25 0 5 0 658342300 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19747/statm: 92025 19213 1873 364 0 27934 0
[pid=19753] ppid=19747 vsize=327088 CPUtime=0.21 cores=0,2,4,6
/proc/19753/stat : 19753 (python) S 19747 19747 18093 0 -1 4202560 943 0 0 0 10 11 0 0 18 0 1 0 658343088 334938112 17700 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912463 0 0 16781312 514 11889010435048833282 0 0 17 6 0 0 0
/proc/19753/statm: 81772 17700 376 364 0 17690 0
[pid=19755] ppid=19753 vsize=42644 CPUtime=83.41 cores=0,2,4,6
/proc/19755/stat : 19755 (lingeling) R 19753 19755 19755 0 -1 4202496 10840 0 0 0 8339 2 0 0 25 0 1 0 658343089 43667456 9320 33554432000 4194304 4352236 140733686708736 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19755/statm: 10661 9320 129 39 0 9741 0
[pid=19756] ppid=19747 vsize=337344 CPUtime=0.21 cores=0,2,4,6
/proc/19756/stat : 19756 (python) S 19747 19747 18093 0 -1 4202560 937 0 0 0 11 10 0 0 18 0 1 0 658343089 345440256 17698 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 11889010435048833281 0 0 17 4 0 0 0
/proc/19756/statm: 84336 17698 370 364 0 20251 0
[pid=19758] ppid=19756 vsize=43604 CPUtime=83.39 cores=0,2,4,6
/proc/19758/stat : 19758 (lingeling) R 19756 19758 19758 0 -1 4202496 11085 0 0 0 8338 1 0 0 25 0 1 0 658343090 44650496 9560 33554432000 4194304 4352236 140737243168960 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/19758/statm: 10901 9560 129 39 0 9981 0
[pid=19759] ppid=19747 vsize=347600 CPUtime=0.24 cores=0,2,4,6
/proc/19759/stat : 19759 (python) S 19747 19747 18093 0 -1 4202560 978 0 0 0 13 11 0 0 15 0 1 0 658343090 355942400 17702 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 5717979438218445057 0 0 17 4 0 0 0
/proc/19759/statm: 86900 17702 370 364 0 22812 0
[pid=19761] ppid=19759 vsize=98216 CPUtime=82.03 cores=0,2,4,6
/proc/19761/stat : 19761 (cryptominisat-2) R 19759 19761 19761 0 -1 4202496 47839 0 0 0 8193 10 0 0 25 0 1 0 658343091 100573184 17358 33554432000 4194304 4677096 140735326808992 18446744073709551615 4320624 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/19761/statm: 24554 17358 390 118 0 19513 0
[pid=19762] ppid=19747 vsize=357856 CPUtime=0.2 cores=0,2,4,6
/proc/19762/stat : 19762 (python) S 19747 19747 18093 0 -1 4202560 957 0 0 0 10 10 0 0 18 0 1 0 658343091 366444544 17706 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 11889010435048833283 0 0 17 4 0 0 0
/proc/19762/statm: 89464 17706 370 364 0 25373 0
[pid=19764] ppid=19762 vsize=40844 CPUtime=82.92 cores=0,2,4,6
/proc/19764/stat : 19764 (lingeling) R 19762 19764 19764 0 -1 4202496 10901 0 0 0 8273 19 0 0 25 0 1 0 658343092 41824256 9381 33554432000 4194304 4352236 140736466579712 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19764/statm: 10211 9381 129 39 0 9291 0
[pid=19747/tid=19754] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19754/stat : 19754 (python) S 19745 19747 18093 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658343089 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 6 0 0 0
[pid=19747/tid=19757] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19757/stat : 19757 (python) S 19745 19747 18093 0 -1 4202560 22 938 0 0 0 0 0 0 25 0 5 0 658343089 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 4 0 0 0
[pid=19747/tid=19760] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19760/stat : 19760 (python) S 19745 19747 18093 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658343090 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 6 0 0 0
[pid=19747/tid=19763] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19763/stat : 19763 (python) S 19745 19747 18093 0 -1 4202560 27 938 0 0 0 0 0 0 25 0 5 0 658343092 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 340.41
Current children cumulated vsize (KiB) 1963296

[startup+91.4014 s]
/proc/loadavg: 6.60 5.76 6.60 6/347 19798
/proc/meminfo: memFree=18960116/32951124 swapFree=66457188/67111528
[pid=19747] ppid=19745 vsize=368100 CPUtime=7.8 cores=0,2,4,6
/proc/19747/stat : 19747 (python) S 19745 19747 18093 0 -1 4202496 34108 938 1 0 769 11 0 0 25 0 5 0 658342300 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19747/statm: 92025 19213 1873 364 0 27934 0
[pid=19753] ppid=19747 vsize=327088 CPUtime=0.21 cores=0,2,4,6
/proc/19753/stat : 19753 (python) S 19747 19747 18093 0 -1 4202560 943 0 0 0 10 11 0 0 18 0 1 0 658343088 334938112 17700 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912463 0 0 16781312 514 11889010435048833282 0 0 17 6 0 0 0
/proc/19753/statm: 81772 17700 376 364 0 17690 0
[pid=19755] ppid=19753 vsize=42644 CPUtime=83.5 cores=0,2,4,6
/proc/19755/stat : 19755 (lingeling) R 19753 19755 19755 0 -1 4202496 10840 0 0 0 8348 2 0 0 25 0 1 0 658343089 43667456 9320 33554432000 4194304 4352236 140733686708736 18446744073709551615 4328392 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19755/statm: 10661 9320 129 39 0 9741 0
[pid=19756] ppid=19747 vsize=337344 CPUtime=0.21 cores=0,2,4,6
/proc/19756/stat : 19756 (python) S 19747 19747 18093 0 -1 4202560 937 0 0 0 11 10 0 0 18 0 1 0 658343089 345440256 17698 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 11889010435048833281 0 0 17 4 0 0 0
/proc/19756/statm: 84336 17698 370 364 0 20251 0
[pid=19758] ppid=19756 vsize=43604 CPUtime=83.48 cores=0,2,4,6
/proc/19758/stat : 19758 (lingeling) R 19756 19758 19758 0 -1 4202496 11085 0 0 0 8347 1 0 0 25 0 1 0 658343090 44650496 9560 33554432000 4194304 4352236 140737243168960 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/19758/statm: 10901 9560 129 39 0 9981 0
[pid=19759] ppid=19747 vsize=347600 CPUtime=0.24 cores=0,2,4,6
/proc/19759/stat : 19759 (python) S 19747 19747 18093 0 -1 4202560 978 0 0 0 13 11 0 0 15 0 1 0 658343090 355942400 17702 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 5717979438218445057 0 0 17 4 0 0 0
/proc/19759/statm: 86900 17702 370 364 0 22812 0
[pid=19761] ppid=19759 vsize=98216 CPUtime=82.12 cores=0,2,4,6
/proc/19761/stat : 19761 (cryptominisat-2) R 19759 19761 19761 0 -1 4202496 47855 0 0 0 8202 10 0 0 25 0 1 0 658343091 100573184 17374 33554432000 4194304 4677096 140735326808992 18446744073709551615 4320054 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/19761/statm: 24554 17374 390 118 0 19513 0
[pid=19762] ppid=19747 vsize=357856 CPUtime=0.2 cores=0,2,4,6
/proc/19762/stat : 19762 (python) S 19747 19747 18093 0 -1 4202560 957 0 0 0 10 10 0 0 18 0 1 0 658343091 366444544 17706 33554432000 4194304 5683644 140734976902352 18446744073709551615 232335912518 0 0 16781312 514 11889010435048833283 0 0 17 4 0 0 0
/proc/19762/statm: 89464 17706 370 364 0 25373 0
[pid=19764] ppid=19762 vsize=40844 CPUtime=83.01 cores=0,2,4,6
/proc/19764/stat : 19764 (lingeling) R 19762 19764 19764 0 -1 4202496 10901 0 0 0 8282 19 0 0 25 0 1 0 658343092 41824256 9381 33554432000 4194304 4352236 140736466579712 18446744073709551615 4328359 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19764/statm: 10211 9381 129 39 0 9291 0
[pid=19747/tid=19754] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19754/stat : 19754 (python) S 19745 19747 18093 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658343089 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 6 0 0 0
[pid=19747/tid=19757] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19757/stat : 19757 (python) S 19745 19747 18093 0 -1 4202560 22 938 0 0 0 0 0 0 25 0 5 0 658343089 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 4 0 0 0
[pid=19747/tid=19760] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19760/stat : 19760 (python) S 19745 19747 18093 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658343090 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 6 0 0 0
[pid=19747/tid=19763] ppid=19745 vsize=368100 CPUtime=0 cores=0,2,4,6
/proc/19747/task/19763/stat : 19763 (python) S 19745 19747 18093 0 -1 4202560 27 938 0 0 0 0 0 0 25 0 5 0 658343092 376934400 19213 33554432000 4194304 5683644 140734976902352 18446744073709551615 232347716017 0 0 16781312 2 18446604453954107264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 340.77
Current children cumulated vsize (KiB) 1963296

Child status: 0
Real time (s): 91.4771
CPU time (s): 341.032
CPU user time (s): 340.116
CPU system time (s): 0.91586
CPU usage (%): 372.806
Max. virtual memory (cumulated for all children) (KiB): 1963296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 340.116
system time used= 0.91586
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129740
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= 1729
involuntary context switches= 7433

runsolver used 0.291955 second user time and 0.712891 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 15:50:41
IDJOB=3378854
IDBENCH=88066
IDSOLVER=1860
FILE ID=node132/3378854-1305467441
RUNJOBID= node132-1305467394-19490
PBS_JOBID= 13324991
Free space on /tmp= 73308 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378854-1305467441/watcher-3378854-1305467441 -o /tmp/evaluation-result-3378854-1305467441/solver-3378854-1305467441 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378854-1305467441.cnf -seed 1348081549 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=1348081549

node132.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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      20155488 kB
Buffers:        308928 kB
Cached:        6002428 kB
SwapCached:       6904 kB
Active:        6039992 kB
Inactive:      6430712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20155488 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:           68216 kB
Writeback:           8 kB
AnonPages:     6157380 kB
Mapped:          29236 kB
Slab:           226436 kB
PageTables:      34312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 58466988 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73196 MiB
End job on node132 at 2011-05-15 15:52:13