Trace number 3321289

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-industrialUNSAT 174.615 46.4391

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-5-11-u.cnf
MD5SUM083d28c2adf10233f37f8b5a078c94a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.0536
Satisfiable
(Un)Satisfiability was proved
Number of variables108786
Number of clauses482639
Sum of the clauses size1096328
Maximum clause length10
Minimum clause length1
Number of clauses of size 19230
Number of clauses of size 2395289
Number of clauses of size 357400
Number of clauses of size 42300
Number of clauses of size 59200
Number of clauses of size over 59220

Solver Data

0.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.68	c INFO: solving HOME/instance-3321289-1304333075.cnf
0.35/0.68	c INFO: computing task features
1.72/2.03	c INFO: computed variable-clause graph statistics
1.72/2.08	c INFO: computed clause balance statistics
8.49/8.88	c INFO: computed variable balance statistics
13.58/13.93	c INFO: computed small-clause counts
13.68/14.00	c INFO: computed Horn-clause counts
27.48/27.83	c INFO: computed variable graph statistics
27.48/27.83	c INFO: collected features for HOME/instance-3321289-1304333075.cnf in 27.07 s
27.48/27.86	c INFO: running SApperloT@0 for 97 with 39972 remaining (b = 0.16)
27.48/27.89	c INFO: running lingeling-276@0 for 97 with 39972 remaining (b = 0.16)
27.58/27.93	c INFO: running cryptominisat-2.9.0@0 for 485 with 39972 remaining (b = 0.24)
27.58/27.96	c INFO: running lingeling-276@0 for 1261 with 39972 remaining (b = 0.38)
27.58/27.99	c INFO: running cryptominisat-2.9.0@0 for 485 with 39972 remaining (b = 0.18)
27.68/28.02	c INFO: running lingeling-276@0 for 1261 with 39972 remaining (b = 0.30)
27.68/28.06	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39972 remaining (b = 0.43)
27.68/28.09	c INFO: running precosat-570@0 for 388 with 39972 remaining (b = 0.12)
173.84/46.39	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: 935)

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-3321289-1304333075/watcher-3321289-1304333075 -o /tmp/evaluation-result-3321289-1304333075/solver-3321289-1304333075 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321289-1304333075.cnf -seed 2089304766 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.81 4.86 3.88 1/185 15633
/proc/meminfo: memFree=27463656/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=15188 CPUtime=0 cores=0-7
/proc/15633/stat : 15633 (python) R 15631 15633 15563 0 -1 4202496 725 0 0 0 0 0 0 0 20 0 1 0 544907219 15552512 615 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664808192 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15633/statm: 3797 616 321 364 0 284 0

[startup+0.0433841 s]
/proc/loadavg: 4.81 4.86 3.88 1/185 15633
/proc/meminfo: memFree=27463656/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=18880 CPUtime=0.02 cores=0-7
/proc/15633/stat : 15633 (python) R 15631 15633 15563 0 -1 4202496 1283 0 0 0 2 0 0 0 20 0 1 0 544907219 19333120 1135 33554432000 4194304 5683644 140736728853008 18446744073709551615 4522586 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15633/statm: 4720 1135 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100374 s]
/proc/loadavg: 4.81 4.86 3.88 1/185 15633
/proc/meminfo: memFree=27463656/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=85620 CPUtime=0.06 cores=0-7
/proc/15633/stat : 15633 (python) R 15631 15633 15563 0 -1 4202496 2631 0 0 0 5 1 0 0 18 0 1 0 544907219 87674880 2348 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664806400 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15633/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300327 s]
/proc/loadavg: 4.81 4.86 3.88 1/185 15633
/proc/meminfo: memFree=27463656/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=135748 CPUtime=0.18 cores=0-7
/proc/15633/stat : 15633 (python) S 15631 15633 15563 0 -1 4202496 5965 933 1 0 14 4 0 0 18 0 1 0 544907219 139005952 4150 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664804357 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/15633/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700261 s]
/proc/loadavg: 4.81 4.86 3.88 1/185 15633
/proc/meminfo: memFree=27463656/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=287208 CPUtime=0.42 cores=0-7
/proc/15633/stat : 15633 (python) R 15631 15633 15563 0 -1 4202496 11440 933 1 0 32 10 0 0 17 0 1 0 544907219 294100992 9117 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664494800 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15633/statm: 71802 9118 1761 364 0 7726 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 287208

[startup+1.50113 s]
/proc/loadavg: 4.81 4.86 3.88 2/186 15638
/proc/meminfo: memFree=27412076/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=343824 CPUtime=1.22 cores=0-7
/proc/15633/stat : 15633 (python) R 15631 15633 15563 0 -1 4202496 25563 933 1 0 111 11 0 0 18 0 1 0 544907219 352075776 23240 33554432000 4194304 5683644 140736728853008 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15633/statm: 85956 23241 1761 364 0 21880 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 343824

[startup+3.10085 s]
/proc/loadavg: 4.50 4.79 3.86 2/186 15638
/proc/meminfo: memFree=27346484/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=374124 CPUtime=2.78 cores=0-7
/proc/15633/stat : 15633 (python) R 15631 15633 15563 0 -1 4202496 43834 933 1 0 264 14 0 0 21 0 1 0 544907219 383102976 30916 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664467877 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15633/statm: 93531 30916 1826 364 0 29455 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 374124

[startup+6.30028 s]
/proc/loadavg: 4.50 4.79 3.86 2/186 15638
/proc/meminfo: memFree=27345328/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=374124 CPUtime=5.98 cores=0-7
/proc/15633/stat : 15633 (python) R 15631 15633 15563 0 -1 4202496 43834 933 1 0 584 14 0 0 25 0 1 0 544907219 383102976 30916 33554432000 4194304 5683644 140736728853008 18446744073709551615 47046195213632 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15633/statm: 93531 30916 1826 364 0 29455 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 374124

[startup+12.7002 s]
/proc/loadavg: 4.38 4.76 3.86 2/186 15638
/proc/meminfo: memFree=27345388/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=374124 CPUtime=12.38 cores=0-7
/proc/15633/stat : 15633 (python) R 15631 15633 15563 0 -1 4202496 43835 933 1 0 1224 14 0 0 25 0 1 0 544907219 383102976 30917 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664467887 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15633/statm: 93531 30917 1827 364 0 29455 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 374124

[startup+25.501 s]
/proc/loadavg: 3.77 4.61 3.82 2/186 15638
/proc/meminfo: memFree=27347508/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=374124 CPUtime=25.18 cores=0-7
/proc/15633/stat : 15633 (python) R 15631 15633 15563 0 -1 4202496 43841 933 1 0 2504 14 0 0 25 0 1 0 544907219 383102976 30923 33554432000 4194304 5683644 140736728853008 18446744073709551615 47046192339084 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15633/statm: 93531 30923 1833 364 0 29455 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 374124

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

[startup+38.3017 s]
/proc/loadavg: 4.23 4.66 3.85 9/210 15663
/proc/meminfo: memFree=26482232/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=514476 CPUtime=27.79 cores=0-7
/proc/15633/stat : 15633 (python) S 15631 15633 15563 0 -1 4202496 49623 933 1 0 2760 19 0 0 19 0 9 0 544907219 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15633/statm: 128619 29202 1889 364 0 64516 0
[pid=15639] ppid=15633 vsize=366904 CPUtime=0.01 cores=0-7
/proc/15639/stat : 15639 (python) S 15633 15633 15563 0 -1 4202560 924 0 0 0 0 1 0 0 18 0 1 0 544910006 375709696 27655 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828431 0 0 16781312 514 14450819751208780036 0 0 17 1 0 0 0
/proc/15639/statm: 91726 27655 376 364 0 27644 0
[pid=15641] ppid=15639 vsize=27620 CPUtime=10.4 cores=0-7
/proc/15641/stat : 15641 (SApperloT-base) R 15639 15641 15641 0 -1 4202496 6519 0 0 0 1039 1 0 0 25 0 1 0 544910006 28282880 6155 33554432000 134512640 135674940 4289987024 18446744073709551615 134558406 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15641/statm: 6905 6155 99 284 0 6619 0
[pid=15642] ppid=15633 vsize=377160 CPUtime=0.01 cores=0-7
/proc/15642/stat : 15642 (python) S 15633 15633 15563 0 -1 4202560 904 0 0 0 0 1 0 0 18 0 1 0 544910009 386211840 27653 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 14450819751208780036 0 0 17 7 0 0 0
/proc/15642/statm: 94290 27653 370 364 0 30205 0
[pid=15644] ppid=15642 vsize=14552 CPUtime=10.38 cores=0-7
/proc/15644/stat : 15644 (lingeling) R 15642 15644 15644 0 -1 4202496 10592 0 0 0 1037 1 0 0 25 0 1 0 544910010 14901248 2807 33554432000 4194304 4352236 140735541146512 18446744073709551615 4328403 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/15644/statm: 3638 2807 129 39 0 2718 0
[pid=15645] ppid=15633 vsize=387416 CPUtime=0.01 cores=0-7
/proc/15645/stat : 15645 (python) S 15633 15633 15563 0 -1 4202560 917 0 0 0 0 1 0 0 15 0 1 0 544910012 396713984 27657 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 10814809569239204100 0 0 17 1 0 0 0
/proc/15645/statm: 96854 27657 370 364 0 32766 0
[pid=15647] ppid=15645 vsize=278968 CPUtime=10.34 cores=0-7
/proc/15647/stat : 15647 (cryptominisat-2) R 15645 15647 15647 0 -1 4202496 60043 0 0 0 1027 7 0 0 25 0 1 0 544910014 285663232 56418 33554432000 4194304 4677096 140733685899808 18446744073709551615 4317809 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15647/statm: 69742 56418 391 118 0 64701 0
[pid=15648] ppid=15633 vsize=397672 CPUtime=0.01 cores=0-7
/proc/15648/stat : 15648 (python) S 15633 15633 15563 0 -1 4202560 945 0 0 0 1 0 0 0 18 0 1 0 544910015 407216128 27661 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 14450819751208780036 0 0 17 7 0 0 0
/proc/15648/statm: 99418 27661 370 364 0 35327 0
[pid=15650] ppid=15648 vsize=13524 CPUtime=10.3 cores=0-7
/proc/15650/stat : 15650 (lingeling) R 15648 15650 15650 0 -1 4202496 10842 0 0 0 1029 1 0 0 25 0 1 0 544910016 13848576 2552 33554432000 4194304 4352236 140733711072752 18446744073709551615 4280969 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15650/statm: 3381 2552 129 39 0 2461 0
[pid=15651] ppid=15633 vsize=473464 CPUtime=0.02 cores=0-7
/proc/15651/stat : 15651 (python) S 15633 15633 15563 0 -1 4202560 947 0 0 0 1 1 0 0 15 0 1 0 544910019 484827136 27667 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 11832420774885425412 0 0 17 1 0 0 0
/proc/15651/statm: 118366 27667 370 364 0 54272 0
[pid=15653] ppid=15651 vsize=278228 CPUtime=10.27 cores=0-7
/proc/15653/stat : 15653 (cryptominisat-2) R 15651 15653 15653 0 -1 4202496 60064 0 0 0 1019 8 0 0 25 0 1 0 544910019 284905472 56235 33554432000 4194304 4677096 140733448582400 18446744073709551615 4320203 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15653/statm: 69557 56235 389 118 0 64516 0
[pid=15654] ppid=15633 vsize=483720 CPUtime=0.01 cores=0-7
/proc/15654/stat : 15654 (python) S 15633 15633 15563 0 -1 4202560 955 0 0 0 0 1 0 0 18 0 1 0 544910022 495329280 27671 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 14450819751208780035 0 0 17 1 0 0 0
/proc/15654/statm: 120930 27671 370 364 0 56833 0
[pid=15656] ppid=15654 vsize=14736 CPUtime=10.15 cores=0-7
/proc/15656/stat : 15656 (lingeling) R 15654 15656 15656 0 -1 4202496 10886 0 0 0 1013 2 0 0 25 0 1 0 544910023 15089664 2854 33554432000 4194304 4352236 140734459574144 18446744073709551615 4231337 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/15656/statm: 3684 2854 129 39 0 2764 0
[pid=15657] ppid=15633 vsize=493976 CPUtime=0.02 cores=0-7
/proc/15657/stat : 15657 (python) S 15633 15633 15563 0 -1 4202560 966 0 0 0 1 1 0 0 15 0 1 0 544910026 505831424 27675 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 13949957024679690499 0 0 17 1 0 0 0
/proc/15657/statm: 123494 27675 370 364 0 59394 0
[pid=15659] ppid=15657 vsize=279628 CPUtime=10.18 cores=0-7
/proc/15659/stat : 15659 (cryptominisat-2) R 15657 15659 15659 0 -1 4202496 60124 0 0 0 1011 7 0 0 25 0 1 0 544910028 286339072 56540 33554432000 4194304 4677096 140736271915456 18446744073709551615 4319911 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15659/statm: 69907 56540 392 118 0 64866 0
[pid=15660] ppid=15633 vsize=504232 CPUtime=0.02 cores=0-7
/proc/15660/stat : 15660 (python) S 15633 15633 15563 0 -1 4202560 1008 0 0 0 1 1 0 0 18 0 1 0 544910029 516333568 27685 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 14450819751208780035 0 0 17 1 0 0 0
/proc/15660/statm: 126058 27685 376 364 0 61955 0
[pid=15662] ppid=15660 vsize=113524 CPUtime=10.03 cores=0-7
/proc/15662/stat : 15662 (precosat) R 15660 15662 15662 0 -1 4202496 34932 0 0 0 998 5 0 0 25 0 1 0 544910030 116248576 27920 33554432000 4194304 4890832 140735703943872 18446744073709551615 4246393 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/15662/statm: 28381 27920 86 171 0 28208 0
[pid=15633/tid=15640] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15640/stat : 15640 (python) S 15631 15633 15563 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 9 0 544910006 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 2 0 0 0
[pid=15633/tid=15643] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15643/stat : 15643 (python) S 15631 15633 15563 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 9 0 544910009 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 2 0 0 0
[pid=15633/tid=15646] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15646/stat : 15646 (python) S 15631 15633 15563 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 544910012 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 0 0 0 0
[pid=15633/tid=15649] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15649/stat : 15649 (python) S 15631 15633 15563 0 -1 4202560 18 933 0 0 0 0 0 0 17 0 9 0 544910016 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 5 0 0 0
[pid=15633/tid=15652] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15652/stat : 15652 (python) S 15631 15633 15563 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 544910019 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 0 0 0 0
[pid=15633/tid=15655] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15655/stat : 15655 (python) S 15631 15633 15563 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 544910023 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 7 0 0 0
[pid=15633/tid=15658] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15658/stat : 15658 (python) S 15631 15633 15563 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 544910026 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 4 0 0 0
[pid=15633/tid=15661] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15661/stat : 15661 (python) S 15631 15633 15563 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 544910029 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 109.95
Current children cumulated vsize (KiB) 5019800

[startup+41.5012 s]
/proc/loadavg: 4.23 4.66 3.85 9/210 15663
/proc/meminfo: memFree=26457804/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=514476 CPUtime=27.79 cores=0-7
/proc/15633/stat : 15633 (python) S 15631 15633 15563 0 -1 4202496 49623 933 1 0 2760 19 0 0 19 0 9 0 544907219 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15633/statm: 128619 29202 1889 364 0 64516 0
[pid=15639] ppid=15633 vsize=366904 CPUtime=0.01 cores=0-7
/proc/15639/stat : 15639 (python) S 15633 15633 15563 0 -1 4202560 924 0 0 0 0 1 0 0 18 0 1 0 544910006 375709696 27655 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828431 0 0 16781312 514 14450819751208780036 0 0 17 1 0 0 0
/proc/15639/statm: 91726 27655 376 364 0 27644 0
[pid=15641] ppid=15639 vsize=29400 CPUtime=13.61 cores=0-7
/proc/15641/stat : 15641 (SApperloT-base) R 15639 15641 15641 0 -1 4202496 6940 0 0 0 1359 2 0 0 25 0 1 0 544910006 30105600 6576 33554432000 134512640 135674940 4289987024 18446744073709551615 134564017 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15641/statm: 7350 6576 99 284 0 7064 0
[pid=15642] ppid=15633 vsize=377160 CPUtime=0.01 cores=0-7
/proc/15642/stat : 15642 (python) S 15633 15633 15563 0 -1 4202560 904 0 0 0 0 1 0 0 18 0 1 0 544910009 386211840 27653 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 14450819751208780036 0 0 17 7 0 0 0
/proc/15642/statm: 94290 27653 370 364 0 30205 0
[pid=15644] ppid=15642 vsize=13544 CPUtime=13.58 cores=0-7

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

/proc/15633/task/15646/stat : 15646 (python) S 15631 15633 15563 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 544910012 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 0 0 0 0
[pid=15633/tid=15649] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15649/stat : 15649 (python) S 15631 15633 15563 0 -1 4202560 18 933 0 0 0 0 0 0 17 0 9 0 544910016 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 5 0 0 0
[pid=15633/tid=15652] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15652/stat : 15652 (python) S 15631 15633 15563 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 544910019 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 0 0 0 0
[pid=15633/tid=15655] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15655/stat : 15655 (python) S 15631 15633 15563 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 544910023 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 7 0 0 0
[pid=15633/tid=15658] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15658/stat : 15658 (python) S 15631 15633 15563 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 544910026 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 4 0 0 0
[pid=15633/tid=15661] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15661/stat : 15661 (python) S 15631 15633 15563 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 544910029 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 167.49
Current children cumulated vsize (KiB) 5063164

[startup+45.9014 s]
/proc/loadavg: 4.53 4.72 3.87 9/210 15663
/proc/meminfo: memFree=26439080/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=514476 CPUtime=27.79 cores=0-7
/proc/15633/stat : 15633 (python) S 15631 15633 15563 0 -1 4202496 49623 933 1 0 2760 19 0 0 19 0 9 0 544907219 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15633/statm: 128619 29202 1889 364 0 64516 0
[pid=15639] ppid=15633 vsize=366904 CPUtime=0.02 cores=0-7
/proc/15639/stat : 15639 (python) R 15633 15633 15563 0 -1 4202560 928 0 0 0 1 1 0 0 18 0 1 0 544910006 375709696 27655 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828431 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/15639/statm: 91726 27655 376 364 0 27644 0
[pid=15641] ppid=15639 vsize=31440 CPUtime=18.01 cores=0-7
/proc/15641/stat : 15641 (SApperloT-base) R 15639 15641 15641 0 -1 4202496 7424 0 0 0 1799 2 0 0 25 0 1 0 544910006 32194560 7060 33554432000 134512640 135674940 4289987024 18446744073709551615 134556775 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15641/statm: 7860 7060 99 284 0 7574 0
[pid=15642] ppid=15633 vsize=377160 CPUtime=0.02 cores=0-7
/proc/15642/stat : 15642 (python) S 15633 15633 15563 0 -1 4202560 907 0 0 0 1 1 0 0 18 0 1 0 544910009 386211840 27653 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 14450819751208780036 0 0 17 7 0 0 0
/proc/15642/statm: 94290 27653 370 364 0 30205 0
[pid=15644] ppid=15642 vsize=16596 CPUtime=17.98 cores=0-7
/proc/15644/stat : 15644 (lingeling) R 15642 15644 15644 0 -1 4202496 11365 0 0 0 1797 1 0 0 25 0 1 0 544910010 16994304 3318 33554432000 4194304 4352236 140735541146512 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/15644/statm: 4149 3318 129 39 0 3229 0
[pid=15645] ppid=15633 vsize=387416 CPUtime=0.03 cores=0-7
/proc/15645/stat : 15645 (python) S 15633 15633 15563 0 -1 4202560 925 0 0 0 1 2 0 0 15 0 1 0 544910012 396713984 27657 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 10814809569239204100 0 0 17 6 0 0 0
/proc/15645/statm: 96854 27657 370 364 0 32766 0
[pid=15647] ppid=15645 vsize=288984 CPUtime=17.93 cores=0-7
/proc/15647/stat : 15647 (cryptominisat-2) R 15645 15647 15647 0 -1 4202496 64232 0 0 0 1786 7 0 0 25 0 1 0 544910014 295919616 58915 33554432000 4194304 4677096 140733685899808 18446744073709551615 4462092 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15647/statm: 72246 58915 391 118 0 67205 0
[pid=15648] ppid=15633 vsize=397672 CPUtime=0.02 cores=0-7
/proc/15648/stat : 15648 (python) S 15633 15633 15563 0 -1 4202560 948 0 0 0 1 1 0 0 18 0 1 0 544910015 407216128 27661 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 14450819751208780036 0 0 17 7 0 0 0
/proc/15648/statm: 99418 27661 370 364 0 35327 0
[pid=15650] ppid=15648 vsize=14544 CPUtime=17.9 cores=0-7
/proc/15650/stat : 15650 (lingeling) R 15648 15650 15650 0 -1 4202496 11103 0 0 0 1789 1 0 0 25 0 1 0 544910016 14893056 2807 33554432000 4194304 4352236 140733711072752 18446744073709551615 4328205 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15650/statm: 3636 2807 129 39 0 2716 0
[pid=15651] ppid=15633 vsize=473464 CPUtime=0.02 cores=0-7
/proc/15651/stat : 15651 (python) S 15633 15633 15563 0 -1 4202560 952 0 0 0 1 1 0 0 15 0 1 0 544910019 484827136 27667 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 11832420774885425412 0 0 17 4 0 0 0
/proc/15651/statm: 118366 27667 370 364 0 54272 0
[pid=15653] ppid=15651 vsize=294744 CPUtime=17.88 cores=0-7
/proc/15653/stat : 15653 (cryptominisat-2) R 15651 15653 15653 0 -1 4202496 65294 0 0 0 1778 10 0 0 25 0 1 0 544910019 301817856 60299 33554432000 4194304 4677096 140733448582400 18446744073709551615 4320184 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15653/statm: 73686 60299 392 118 0 68645 0
[pid=15654] ppid=15633 vsize=483720 CPUtime=0.02 cores=0-7
/proc/15654/stat : 15654 (python) S 15633 15633 15563 0 -1 4202560 957 0 0 0 1 1 0 0 18 0 1 0 544910022 495329280 27671 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 14450819751208780035 0 0 17 1 0 0 0
/proc/15654/statm: 120930 27671 370 364 0 56833 0
[pid=15656] ppid=15654 vsize=14736 CPUtime=17.68 cores=0-7
/proc/15656/stat : 15656 (lingeling) R 15654 15656 15656 0 -1 4202496 10890 0 0 0 1766 2 0 0 25 0 1 0 544910023 15089664 2854 33554432000 4194304 4352236 140734459574144 18446744073709551615 4327836 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/15656/statm: 3684 2854 129 39 0 2764 0
[pid=15657] ppid=15633 vsize=493976 CPUtime=0.03 cores=0-7
/proc/15657/stat : 15657 (python) S 15633 15633 15563 0 -1 4202560 971 0 0 0 2 1 0 0 15 0 1 0 544910026 505831424 27675 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 13949957024679690499 0 0 17 0 0 0 0
/proc/15657/statm: 123494 27675 370 364 0 59394 0
[pid=15659] ppid=15657 vsize=291968 CPUtime=17.78 cores=0-7
/proc/15659/stat : 15659 (cryptominisat-2) R 15657 15659 15659 0 -1 4202496 65057 0 0 0 1770 8 0 0 25 0 1 0 544910028 298975232 59583 33554432000 4194304 4677096 140736271915456 18446744073709551615 4320233 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15659/statm: 72992 59583 392 118 0 67951 0
[pid=15660] ppid=15633 vsize=504232 CPUtime=0.36 cores=0-7
/proc/15660/stat : 15660 (python) R 15633 15633 15563 0 -1 4202560 1014 0 0 0 29 7 0 0 16 0 1 0 544910029 516333568 27685 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676638527 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/15660/statm: 126058 27685 376 364 0 61955 0
[pid=15662] ppid=15660 vsize=0 CPUtime=17.23 cores=0-7
/proc/15662/stat : 15662 (precosat) R 15660 15662 15662 0 -1 4202500 39969 0 0 0 1717 6 0 0 25 0 1 0 544910030 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15662/statm: 0 0 0 0 0 0 0
[pid=15633/tid=15640] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15640/stat : 15640 (python) S 15631 15633 15563 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 9 0 544910006 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 2 0 0 0
[pid=15633/tid=15643] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15643/stat : 15643 (python) S 15631 15633 15563 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 9 0 544910009 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 2 0 0 0
[pid=15633/tid=15646] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15646/stat : 15646 (python) S 15631 15633 15563 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 544910012 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 0 0 0 0
[pid=15633/tid=15649] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15649/stat : 15649 (python) S 15631 15633 15563 0 -1 4202560 18 933 0 0 0 0 0 0 17 0 9 0 544910016 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 5 0 0 0
[pid=15633/tid=15652] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15652/stat : 15652 (python) S 15631 15633 15563 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 544910019 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 0 0 0 0
[pid=15633/tid=15655] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15655/stat : 15655 (python) S 15631 15633 15563 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 544910023 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 7 0 0 0
[pid=15633/tid=15658] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15658/stat : 15658 (python) S 15631 15633 15563 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 544910026 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 4 0 0 0
[pid=15633/tid=15661] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15661/stat : 15661 (python) S 15631 15633 15563 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 544910029 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 170.7
Current children cumulated vsize (KiB) 4952032

[startup+46.3013 s]
/proc/loadavg: 4.53 4.72 3.87 12/210 15663
/proc/meminfo: memFree=26543364/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=514476 CPUtime=27.79 cores=0-7
/proc/15633/stat : 15633 (python) S 15631 15633 15563 0 -1 4202496 49623 933 1 0 2760 19 0 0 19 0 9 0 544907219 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15633/statm: 128619 29202 1889 364 0 64516 0
[pid=15639] ppid=15633 vsize=366904 CPUtime=0.02 cores=0-7
/proc/15639/stat : 15639 (python) S 15633 15633 15563 0 -1 4202560 928 0 0 0 1 1 0 0 18 0 1 0 544910006 375709696 27655 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828431 0 0 16781312 514 14450819751208780036 0 0 17 7 0 0 0
/proc/15639/statm: 91726 27655 376 364 0 27644 0
[pid=15641] ppid=15639 vsize=31884 CPUtime=18.41 cores=0-7
/proc/15641/stat : 15641 (SApperloT-base) R 15639 15641 15641 0 -1 4202496 7496 0 0 0 1839 2 0 0 25 0 1 0 544910006 32649216 7132 33554432000 134512640 135674940 4289987024 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15641/statm: 7971 7132 99 284 0 7685 0
[pid=15642] ppid=15633 vsize=377160 CPUtime=0.02 cores=0-7
/proc/15642/stat : 15642 (python) S 15633 15633 15563 0 -1 4202560 907 0 0 0 1 1 0 0 18 0 1 0 544910009 386211840 27653 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 14450819751208780036 0 0 17 7 0 0 0
/proc/15642/statm: 94290 27653 370 364 0 30205 0
[pid=15644] ppid=15642 vsize=16596 CPUtime=18.38 cores=0-7
/proc/15644/stat : 15644 (lingeling) R 15642 15644 15644 0 -1 4202496 11365 0 0 0 1837 1 0 0 25 0 1 0 544910010 16994304 3318 33554432000 4194304 4352236 140735541146512 18446744073709551615 4235456 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/15644/statm: 4149 3318 129 39 0 3229 0
[pid=15645] ppid=15633 vsize=387416 CPUtime=0.03 cores=0-7
/proc/15645/stat : 15645 (python) S 15633 15633 15563 0 -1 4202560 925 0 0 0 1 2 0 0 15 0 1 0 544910012 396713984 27657 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 10814809569239204100 0 0 17 6 0 0 0
/proc/15645/statm: 96854 27657 370 364 0 32766 0
[pid=15647] ppid=15645 vsize=288984 CPUtime=18.27 cores=0-7
/proc/15647/stat : 15647 (cryptominisat-2) R 15645 15647 15647 0 -1 4202496 64232 0 0 0 1808 19 0 0 25 0 1 0 544910014 295919616 58915 33554432000 4194304 4677096 140733685899808 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15647/statm: 72246 58915 391 118 0 67205 0
[pid=15648] ppid=15633 vsize=397672 CPUtime=0.02 cores=0-7
/proc/15648/stat : 15648 (python) S 15633 15633 15563 0 -1 4202560 948 0 0 0 1 1 0 0 18 0 1 0 544910015 407216128 27661 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 14450819751208780036 0 0 17 7 0 0 0
/proc/15648/statm: 99418 27661 370 364 0 35327 0
[pid=15650] ppid=15648 vsize=14544 CPUtime=18.3 cores=0-7
/proc/15650/stat : 15650 (lingeling) R 15648 15650 15650 0 -1 4202496 11103 0 0 0 1829 1 0 0 25 0 1 0 544910016 14893056 2807 33554432000 4194304 4352236 140733711072752 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15650/statm: 3636 2807 129 39 0 2716 0
[pid=15651] ppid=15633 vsize=473464 CPUtime=0.02 cores=0-7
/proc/15651/stat : 15651 (python) S 15633 15633 15563 0 -1 4202560 952 0 0 0 1 1 0 0 15 0 1 0 544910019 484827136 27667 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 11832420774885425412 0 0 17 4 0 0 0
/proc/15651/statm: 118366 27667 370 364 0 54272 0
[pid=15653] ppid=15651 vsize=294744 CPUtime=18.28 cores=0-7
/proc/15653/stat : 15653 (cryptominisat-2) R 15651 15653 15653 0 -1 4202496 65380 0 0 0 1818 10 0 0 25 0 1 0 544910019 301817856 60385 33554432000 4194304 4677096 140733448582400 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15653/statm: 73686 60385 392 118 0 68645 0
[pid=15654] ppid=15633 vsize=483720 CPUtime=0.02 cores=0-7
/proc/15654/stat : 15654 (python) S 15633 15633 15563 0 -1 4202560 957 0 0 0 1 1 0 0 18 0 1 0 544910022 495329280 27671 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 14450819751208780035 0 0 17 5 0 0 0
/proc/15654/statm: 120930 27671 370 364 0 56833 0
[pid=15656] ppid=15654 vsize=14736 CPUtime=18.08 cores=0-7
/proc/15656/stat : 15656 (lingeling) R 15654 15656 15656 0 -1 4202496 10890 0 0 0 1806 2 0 0 25 0 1 0 544910023 15089664 2854 33554432000 4194304 4352236 140734459574144 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/15656/statm: 3684 2854 129 39 0 2764 0
[pid=15657] ppid=15633 vsize=493976 CPUtime=0.03 cores=0-7
/proc/15657/stat : 15657 (python) S 15633 15633 15563 0 -1 4202560 971 0 0 0 2 1 0 0 15 0 1 0 544910026 505831424 27675 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 13949957024679690499 0 0 17 0 0 0 0
/proc/15657/statm: 123494 27675 370 364 0 59394 0
[pid=15659] ppid=15657 vsize=291968 CPUtime=18.18 cores=0-7
/proc/15659/stat : 15659 (cryptominisat-2) R 15657 15659 15659 0 -1 4202496 65076 0 0 0 1810 8 0 0 25 0 1 0 544910028 298975232 59602 33554432000 4194304 4677096 140736271915456 18446744073709551615 4335974 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15659/statm: 72992 59602 392 118 0 67951 0
[pid=15660] ppid=15633 vsize=504232 CPUtime=0.76 cores=0-7
/proc/15660/stat : 15660 (python) S 15633 15633 15563 0 -1 4202560 1014 0 0 0 62 14 0 0 16 0 1 0 544910029 516333568 27685 33554432000 4194304 5683644 140736728853008 18446744073709551615 274664828486 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/15660/statm: 126058 27685 376 364 0 61955 0
[pid=15662] ppid=15660 vsize=0 CPUtime=17.23 cores=0-7
/proc/15662/stat : 15662 (precosat) R 15660 15662 15662 0 -1 4202500 39969 0 0 0 1717 6 0 0 25 0 1 0 544910030 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15662/statm: 0 0 0 0 0 0 0
[pid=15633/tid=15640] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15640/stat : 15640 (python) S 15631 15633 15563 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 9 0 544910006 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 2 0 0 0
[pid=15633/tid=15643] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15643/stat : 15643 (python) S 15631 15633 15563 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 9 0 544910009 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 2 0 0 0
[pid=15633/tid=15646] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15646/stat : 15646 (python) S 15631 15633 15563 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 544910012 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 0 0 0 0
[pid=15633/tid=15649] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15649/stat : 15649 (python) S 15631 15633 15563 0 -1 4202560 18 933 0 0 0 0 0 0 17 0 9 0 544910016 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 5 0 0 0
[pid=15633/tid=15652] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15652/stat : 15652 (python) S 15631 15633 15563 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 544910019 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 0 0 0 0
[pid=15633/tid=15655] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15655/stat : 15655 (python) S 15631 15633 15563 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 544910023 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 7 0 0 0
[pid=15633/tid=15658] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15658/stat : 15658 (python) S 15631 15633 15563 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 544910026 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 4 0 0 0
[pid=15633/tid=15661] ppid=15631 vsize=514476 CPUtime=0 cores=0-7
/proc/15633/task/15661/stat : 15661 (python) S 15631 15633 15563 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 544910029 526823424 29202 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 2 18446604453720906624 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 173.84
Current children cumulated vsize (KiB) 4952476

[startup+46.4013 s]
/proc/loadavg: 4.53 4.72 3.87 12/210 15663
/proc/meminfo: memFree=26543364/32951132 swapFree=67111356/67111528
[pid=15633] ppid=15631 vsize=473396 CPUtime=174.55 cores=0-7
/proc/15633/stat : 15633 (python) R 15631 15633 15563 0 -1 4202496 51602 284841 1 0 2760 19 14590 86 17 0 2 0 544907219 484757504 29171 33554432000 4194304 5683644 140736728853008 18446744073709551615 5116756 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15633/statm: 118349 29171 1874 364 0 54272 0
[pid=15633/tid=15655] ppid=15631 vsize=473396 CPUtime=146.76 cores=0-7
/proc/15633/task/15655/stat : 15655 (python) S 15631 15633 15563 0 -1 4202560 25 284841 0 0 0 0 14590 86 18 0 2 0 544910023 484757504 29171 33554432000 4194304 5683644 140736728853008 18446744073709551615 274676631985 0 0 16781312 0 18446604453720906624 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 174.55
Current children cumulated vsize (KiB) 473396

Child status: 0
Real time (s): 46.4391
CPU time (s): 174.615
CPU user time (s): 173.537
CPU system time (s): 1.07883
CPU usage (%): 376.01
Max. virtual memory (cumulated for all children) (KiB): 5063164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.537
system time used= 1.07883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348303
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= 3479
involuntary context switches= 1186

runsolver used 0.082987 second user time and 0.19197 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-02 12:44:36
IDJOB=3321289
IDBENCH=20346
IDSOLVER=1710
FILE ID=node131/3321289-1304333075
RUNJOBID= node131-1304332707-15577
PBS_JOBID= 13177711
Free space on /tmp= 72880 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/dated-5-11-u.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-3321289-1304333075/watcher-3321289-1304333075 -o /tmp/evaluation-result-3321289-1304333075/solver-3321289-1304333075 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321289-1304333075.cnf -seed 2089304766 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 083d28c2adf10233f37f8b5a078c94a9
RANDOM SEED=2089304766

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      27463936 kB
Buffers:        301788 kB
Cached:        2015616 kB
SwapCached:        168 kB
Active:        3230160 kB
Inactive:      1926304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      27463936 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           39708 kB
Writeback:          20 kB
AnonPages:     2838852 kB
Mapped:          19444 kB
Slab:           261016 kB
PageTables:      10456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  3172052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72848 MiB
End job on node131 at 2011-05-02 12:45:22