Trace number 3321360

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 294.219 55.0149

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6651
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.40/1.28	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.40/1.28	c INFO: solving HOME/instance-3321360-1304337554.cnf
0.40/1.28	c INFO: computing task features
1.14/2.09	c INFO: computed variable-clause graph statistics
1.25/2.13	c INFO: computed clause balance statistics
5.54/6.44	c INFO: computed variable balance statistics
8.74/9.64	c INFO: computed small-clause counts
8.74/9.68	c INFO: computed Horn-clause counts
19.54/20.47	c INFO: computed variable graph statistics
19.54/20.47	c INFO: collected features for HOME/instance-3321360-1304337554.cnf in 19.16 s
19.64/20.50	c INFO: running lingeling-276@0 for 97 with 39980 remaining (b = 0.41)
19.64/20.53	c INFO: running cryptominisat-2.9.0@0 for 485 with 39980 remaining (b = 0.36)
19.64/20.56	c INFO: running lingeling-276@0 for 1261 with 39980 remaining (b = 0.49)
19.64/20.60	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39980 remaining (b = 0.56)
19.74/20.63	c INFO: running lingeling-276@0 for 1261 with 39980 remaining (b = 0.41)
19.74/20.66	c INFO: running SApperloT@0 for 97 with 39980 remaining (b = 0.03)
19.74/20.69	c INFO: running precosat-570@0 for 388 with 39980 remaining (b = 0.22)
19.84/20.73	c INFO: running lingeling-276@0 for 1261 with 39980 remaining (b = 0.31)
293.66/54.97	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-3321360-1304337554/watcher-3321360-1304337554 -o /tmp/evaluation-result-3321360-1304337554/solver-3321360-1304337554 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321360-1304337554.cnf -seed 4304146 -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: 7.45 7.93 7.96 1/247 24531
/proc/meminfo: memFree=30391940/32951124 swapFree=67091720/67111528
[pid=24531] ppid=24529 vsize=11800 CPUtime=0 cores=0-7
/proc/24531/stat : 24531 (runsolver) S 24529 24531 24505 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 1 0 526170895 12083200 52 33554432000 4194304 5434984 140734028212288 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699968823 0 0 17 1 0 0 0
/proc/24531/statm: 2950 52 31 303 0 2644 0

[startup+0.089689 s]
/proc/loadavg: 7.45 7.93 7.96 1/247 24531
/proc/meminfo: memFree=30391940/32951124 swapFree=67091720/67111528
[pid=24531] ppid=24529 vsize=18880 CPUtime=0.03 cores=0-7
/proc/24531/stat : 24531 (python) D 24529 24531 24505 0 -1 4202496 1281 0 7 0 2 1 0 0 20 0 1 0 526170895 19333120 1140 33554432000 4194304 5683644 140735399500240 18446744073709551615 228090527463 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 2
/proc/24531/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18880

[startup+0.10071 s]
/proc/loadavg: 7.45 7.93 7.96 1/247 24531
/proc/meminfo: memFree=30391940/32951124 swapFree=67091720/67111528
[pid=24531] ppid=24529 vsize=27348 CPUtime=0.03 cores=0-7
/proc/24531/stat : 24531 (python) S 24529 24531 24505 0 -1 4202496 1343 0 9 0 2 1 0 0 20 0 1 0 526170895 28004352 1197 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 2
/proc/24531/statm: 6837 1197 440 364 0 724 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27348

[startup+0.30065 s]
/proc/loadavg: 7.45 7.93 7.96 1/247 24531
/proc/meminfo: memFree=30391940/32951124 swapFree=67091720/67111528
[pid=24531] ppid=24529 vsize=113348 CPUtime=0.11 cores=0-7
/proc/24531/stat : 24531 (python) D 24529 24531 24505 0 -1 4202496 3561 0 23 0 7 4 0 0 17 0 1 0 526170895 116068352 3227 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095450880 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 8
/proc/24531/statm: 28337 3227 886 364 0 2359 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 113348

[startup+0.700661 s]
/proc/loadavg: 7.45 7.93 7.96 1/247 24531
/proc/meminfo: memFree=30391940/32951124 swapFree=67091720/67111528
[pid=24531] ppid=24529 vsize=135748 CPUtime=0.2 cores=0-7
/proc/24531/stat : 24531 (python) S 24529 24531 24505 0 -1 4202496 5938 923 26 9 14 6 0 0 19 0 1 0 526170895 139005952 4150 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095447045 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 30
/proc/24531/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+1.50043 s]
/proc/loadavg: 7.45 7.93 7.96 2/248 24536
/proc/meminfo: memFree=30365596/32951124 swapFree=67091720/67111528
[pid=24531] ppid=24529 vsize=297392 CPUtime=0.64 cores=0-7
/proc/24531/stat : 24531 (python) R 24529 24531 24505 0 -1 4202496 13857 923 63 9 51 13 0 0 17 0 1 0 526170895 304529408 11599 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095111877 0 0 16781312 2 0 0 0 17 2 0 0 42
/proc/24531/statm: 74348 11599 1761 364 0 10272 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 297392

[startup+3.10015 s]
/proc/loadavg: 7.45 7.93 7.96 2/248 24536
/proc/meminfo: memFree=30305824/32951124 swapFree=67091720/67111528
[pid=24531] ppid=24529 vsize=331496 CPUtime=2.24 cores=0-7
/proc/24531/stat : 24531 (python) R 24529 24531 24505 0 -1 4202496 31594 923 63 9 209 15 0 0 19 0 1 0 526170895 339451904 20259 33554432000 4194304 5683644 140735399500240 18446744073709551615 47727475255063 0 0 16781312 2 0 0 0 17 2 0 0 42
/proc/24531/statm: 82874 20259 1826 364 0 18798 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 331496
heavy processes:

[startup+6.30053 s]
/proc/loadavg: 6.93 7.81 7.92 2/248 24537
/proc/meminfo: memFree=30299756/32951124 swapFree=67091720/67111528
[pid=24531] ppid=24529 vsize=331496 CPUtime=5.44 cores=0-7
/proc/24531/stat : 24531 (python) R 24529 24531 24505 0 -1 4202496 31594 923 63 9 529 15 0 0 25 0 1 0 526170895 339451904 20259 33554432000 4194304 5683644 140735399500240 18446744073709551615 228098859706 0 0 16781312 2 0 0 0 17 4 0 0 42
/proc/24531/statm: 82874 20259 1826 364 0 18798 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 331496

[startup+12.7004 s]
/proc/loadavg: 6.45 7.70 7.89 2/248 24537
/proc/meminfo: memFree=30298916/32951124 swapFree=67091720/67111528
[pid=24531] ppid=24529 vsize=333716 CPUtime=11.84 cores=0-7
/proc/24531/stat : 24531 (python) R 24529 24531 24505 0 -1 4202496 32156 923 63 9 1169 15 0 0 25 0 1 0 526170895 341725184 20821 33554432000 4194304 5683644 140735399500240 18446744073709551615 47727472490636 0 0 16781312 2 0 0 0 17 4 0 0 42
/proc/24531/statm: 83429 20821 1833 364 0 19353 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 333716

[startup+25.5019 s]
/proc/loadavg: 5.81 7.49 7.81 9/272 24561
/proc/meminfo: memFree=29827544/32951124 swapFree=67091720/67111528
[pid=24531] ppid=24529 vsize=476960 CPUtime=19.88 cores=0-7
/proc/24531/stat : 24531 (python) S 24529 24531 24505 0 -1 4202496 37723 923 63 9 1968 20 0 0 21 0 9 0 526170895 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 42
/proc/24531/statm: 119240 19924 1889 364 0 55137 0
[pid=24538] ppid=24531 vsize=329388 CPUtime=0 cores=0-7
/proc/24538/stat : 24538 (python) S 24531 24531 24505 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 526172945 337293312 18276 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471119 0 0 16781312 514 17727127461520441607 0 0 17 0 0 0 0
/proc/24538/statm: 82347 18276 376 364 0 18265 0
[pid=24540] ppid=24538 vsize=29836 CPUtime=4.88 cores=0-7
/proc/24540/stat : 24540 (lingeling) R 24538 24540 24540 0 -1 4202496 13765 0 0 0 486 2 0 0 25 0 1 0 526172946 30552064 6629 33554432000 4194304 4352236 140734828034192 18446744073709551615 4328087 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/24540/statm: 7459 6629 129 39 0 6539 0
[pid=24541] ppid=24531 vsize=339644 CPUtime=0 cores=0-7
/proc/24541/stat : 24541 (python) S 24531 24531 24505 0 -1 4202560 894 0 0 0 0 0 0 0 15 0 1 0 526172948 347795456 18274 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 2669869323232706823 0 0 17 0 0 0 0
/proc/24541/statm: 84911 18274 370 364 0 20826 0
[pid=24543] ppid=24541 vsize=150976 CPUtime=4.95 cores=0-7
/proc/24543/stat : 24543 (cryptominisat-2) R 24541 24543 24543 0 -1 4202496 32827 0 0 0 490 5 0 0 25 0 1 0 526172949 154599424 30354 33554432000 4194304 4677096 140733633717184 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/24543/statm: 37744 30354 390 118 0 32703 0
[pid=24544] ppid=24531 vsize=349900 CPUtime=0.01 cores=0-7
/proc/24544/stat : 24544 (python) S 24531 24531 24505 0 -1 4202560 896 0 0 0 0 1 0 0 18 0 1 0 526172952 358297600 18278 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 13805353103685288197 0 0 17 7 0 0 0
/proc/24544/statm: 87475 18278 370 364 0 23387 0
[pid=24546] ppid=24544 vsize=29768 CPUtime=4.91 cores=0-7
/proc/24546/stat : 24546 (lingeling) R 24544 24546 24546 0 -1 4202496 13793 0 0 0 490 1 0 0 25 0 1 0 526172952 30482432 6612 33554432000 4194304 4352236 140733632984944 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24546/statm: 7442 6612 129 39 0 6522 0
[pid=24547] ppid=24531 vsize=360156 CPUtime=0.01 cores=0-7
/proc/24547/stat : 24547 (python) S 24531 24531 24505 0 -1 4202560 942 0 0 0 0 1 0 0 15 0 1 0 526172955 368799744 18282 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 16618784006594330887 0 0 17 5 0 0 0
/proc/24547/statm: 90039 18282 370 364 0 25948 0
[pid=24549] ppid=24547 vsize=150968 CPUtime=4.87 cores=0-7
/proc/24549/stat : 24549 (cryptominisat-2) R 24547 24549 24549 0 -1 4202496 32813 0 0 0 483 4 0 0 25 0 1 0 526172955 154591232 30345 33554432000 4194304 4677096 140736368273984 18446744073709551615 4318908 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24549/statm: 37742 30345 390 118 0 32701 0
[pid=24550] ppid=24531 vsize=370412 CPUtime=0 cores=0-7
/proc/24550/stat : 24550 (python) S 24531 24531 24505 0 -1 4202560 940 0 0 0 0 0 0 0 18 0 1 0 526172958 379301888 18286 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 5629753800571977990 0 0 17 0 0 0 0
/proc/24550/statm: 92603 18286 370 364 0 28509 0
[pid=24552] ppid=24550 vsize=29776 CPUtime=4.85 cores=0-7
/proc/24552/stat : 24552 (lingeling) R 24550 24552 24552 0 -1 4202496 13795 0 0 0 483 2 0 0 25 0 1 0 526172959 30490624 6614 33554432000 4194304 4352236 140735049083264 18446744073709551615 4331583 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24552/statm: 7444 6614 129 39 0 6524 0
[pid=24553] ppid=24531 vsize=380668 CPUtime=0.01 cores=0-7
/proc/24553/stat : 24553 (python) S 24531 24531 24505 0 -1 4202560 934 0 0 0 0 1 0 0 18 0 1 0 526172961 389804032 18290 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 10643133472945701128 0 0 17 0 0 0 0
/proc/24553/statm: 95167 18290 370 364 0 31070 0
[pid=24555] ppid=24553 vsize=19880 CPUtime=4.82 cores=0-7
/proc/24555/stat : 24555 (SApperloT-base) R 24553 24555 24555 0 -1 4202496 4800 0 0 0 481 1 0 0 25 0 1 0 526172962 20357120 4434 33554432000 134512640 135674940 4288621360 18446744073709551615 134558896 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/24555/statm: 4970 4434 99 284 0 4684 0
[pid=24556] ppid=24531 vsize=456460 CPUtime=0 cores=0-7
/proc/24556/stat : 24556 (python) S 24531 24531 24505 0 -1 4202560 815 0 0 0 0 0 0 0 18 0 1 0 526172965 467415040 18412 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 4528550299278737671 0 0 17 7 0 0 0
/proc/24556/statm: 114115 18412 371 364 0 50015 0
[pid=24558] ppid=24556 vsize=86796 CPUtime=4.72 cores=0-7
/proc/24558/stat : 24558 (precosat) R 24556 24558 24558 0 -1 4202496 22153 0 0 0 470 2 0 0 25 0 1 0 526172967 88879104 20392 33554432000 4194304 4890832 140735831976256 18446744073709551615 4213873 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/24558/statm: 21699 20392 86 171 0 21526 0
[pid=24559] ppid=24531 vsize=466716 CPUtime=0 cores=0-7
/proc/24559/stat : 24559 (python) S 24531 24531 24505 0 -1 4202560 855 0 0 0 0 0 0 0 18 0 1 0 526172968 477917184 18407 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 1362083529998958854 0 0 17 7 0 0 0
/proc/24559/statm: 116679 18407 376 364 0 52576 0
[pid=24561] ppid=24559 vsize=29764 CPUtime=4.75 cores=0-7
/proc/24561/stat : 24561 (lingeling) R 24559 24561 24561 0 -1 4202496 13786 0 0 0 473 2 0 0 25 0 1 0 526172969 30478336 6611 33554432000 4194304 4352236 140736357545728 18446744073709551615 4235535 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/24561/statm: 7441 6611 129 39 0 6521 0
[pid=24531/tid=24539] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24539/stat : 24539 (python) S 24529 24531 24505 0 -1 4202560 27 923 0 9 0 0 0 0 25 0 9 0 526172945 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 5 0 0 0
[pid=24531/tid=24542] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24542/stat : 24542 (python) S 24529 24531 24505 0 -1 4202560 22 923 0 9 0 0 0 0 25 0 9 0 526172949 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24545] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24545/stat : 24545 (python) S 24529 24531 24505 0 -1 4202560 23 923 0 9 0 0 0 0 20 0 9 0 526172952 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24548] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24548/stat : 24548 (python) S 24529 24531 24505 0 -1 4202560 24 923 0 9 0 0 0 0 20 0 9 0 526172955 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24551] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24551/stat : 24551 (python) S 24529 24531 24505 0 -1 4202560 25 923 0 9 0 0 0 0 21 0 9 0 526172958 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24554] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24554/stat : 24554 (python) S 24529 24531 24505 0 -1 4202560 25 923 0 9 0 0 0 0 19 0 9 0 526172962 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 6 0 0 0
[pid=24531/tid=24557] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24557/stat : 24557 (python) S 24529 24531 24505 0 -1 4202560 77 923 0 9 0 0 0 0 19 0 9 0 526172965 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 0 0 0 0
[pid=24531/tid=24560] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24560/stat : 24560 (python) S 24529 24531 24505 0 -1 4202560 34 923 0 9 0 0 0 0 21 0 9 0 526172969 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 58.66
Current children cumulated vsize (KiB) 4058068

[startup+51.1012 s]
/proc/loadavg: 6.55 7.53 7.82 9/272 24562
/proc/meminfo: memFree=29719516/32951124 swapFree=67091720/67111528
[pid=24531] ppid=24529 vsize=476960 CPUtime=19.88 cores=0-7
/proc/24531/stat : 24531 (python) S 24529 24531 24505 0 -1 4202496 37723 923 63 9 1968 20 0 0 21 0 9 0 526170895 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 42
/proc/24531/statm: 119240 19924 1889 364 0 55137 0
[pid=24538] ppid=24531 vsize=329388 CPUtime=0.05 cores=0-7
/proc/24538/stat : 24538 (python) S 24531 24531 24505 0 -1 4202560 923 0 0 0 3 2 0 0 18 0 1 0 526172945 337293312 18276 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471119 0 0 16781312 514 7494482361153716487 0 0 17 0 0 0 0
/proc/24538/statm: 82347 18276 376 364 0 18265 0
[pid=24540] ppid=24538 vsize=29820 CPUtime=30.11 cores=0-7
/proc/24540/stat : 24540 (lingeling) R 24538 24540 24540 0 -1 4202496 13765 0 0 0 3009 2 0 0 25 0 1 0 526172946 30535680 6625 33554432000 4194304 4352236 140734828034192 18446744073709551615 4239210 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/24540/statm: 7455 6625 129 39 0 6535 0
[pid=24541] ppid=24531 vsize=339644 CPUtime=0.07 cores=0-7
/proc/24541/stat : 24541 (python) S 24531 24531 24505 0 -1 4202560 920 0 0 0 3 4 0 0 15 0 1 0 526172948 347795456 18274 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 7494482361153716487 0 0 17 4 0 0 0
/proc/24541/statm: 84911 18274 370 364 0 20826 0
[pid=24543] ppid=24541 vsize=201236 CPUtime=30.51 cores=0-7
/proc/24543/stat : 24543 (cryptominisat-2) R 24541 24543 24543 0 -1 4202496 50175 0 0 0 3042 9 0 0 25 0 1 0 526172949 206065664 41378 33554432000 4194304 4677096 140733633717184 18446744073709551615 4337720 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/24543/statm: 50309 41378 392 118 0 45268 0
[pid=24544] ppid=24531 vsize=349900 CPUtime=0.05 cores=0-7
/proc/24544/stat : 24544 (python) S 24531 24531 24505 0 -1 4202560 911 0 0 0 2 3 0 0 18 0 1 0 526172952 358297600 18278 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 7494482361153716485 0 0 17 7 0 0 0
/proc/24544/statm: 87475 18278 370 364 0 23387 0
[pid=24546] ppid=24544 vsize=29756 CPUtime=30.51 cores=0-7
/proc/24546/stat : 24546 (lingeling) R 24544 24546 24546 0 -1 4202496 13793 0 0 0 3050 1 0 0 25 0 1 0 526172952 30470144 6609 33554432000 4194304 4352236 140733632984944 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24546/statm: 7439 6609 129 39 0 6519 0
[pid=24547] ppid=24531 vsize=360156 CPUtime=0.07 cores=0-7
/proc/24547/stat : 24547 (python) S 24531 24531 24505 0 -1 4202560 956 0 0 0 4 3 0 0 15 0 1 0 526172955 368799744 18282 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 9173141951946391815 0 0 17 5 0 0 0

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

/proc/24531/task/24545/stat : 24545 (python) S 24529 24531 24505 0 -1 4202560 23 923 0 9 0 0 0 0 20 0 9 0 526172952 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24548] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24548/stat : 24548 (python) S 24529 24531 24505 0 -1 4202560 24 923 0 9 0 0 0 0 20 0 9 0 526172955 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24551] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24551/stat : 24551 (python) S 24529 24531 24505 0 -1 4202560 25 923 0 9 0 0 0 0 21 0 9 0 526172958 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24554] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24554/stat : 24554 (python) S 24529 24531 24505 0 -1 4202560 25 923 0 9 0 0 0 0 19 0 9 0 526172962 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 6 0 0 0
[pid=24531/tid=24557] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24557/stat : 24557 (python) S 24529 24531 24505 0 -1 4202560 77 923 0 9 0 0 0 0 19 0 9 0 526172965 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 0 0 0 0
[pid=24531/tid=24560] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24560/stat : 24560 (python) S 24529 24531 24505 0 -1 4202560 34 923 0 9 0 0 0 0 21 0 9 0 526172969 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 288.78
Current children cumulated vsize (KiB) 4178436

[startup+54.7015 s]
/proc/loadavg: 6.67 7.53 7.82 9/272 24562
/proc/meminfo: memFree=29717292/32951124 swapFree=67091720/67111528
[pid=24531] ppid=24529 vsize=476960 CPUtime=19.88 cores=0-7
/proc/24531/stat : 24531 (python) S 24529 24531 24505 0 -1 4202496 37723 923 63 9 1968 20 0 0 21 0 9 0 526170895 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 42
/proc/24531/statm: 119240 19924 1889 364 0 55137 0
[pid=24538] ppid=24531 vsize=329388 CPUtime=0.06 cores=0-7
/proc/24538/stat : 24538 (python) S 24531 24531 24505 0 -1 4202560 926 0 0 0 3 3 0 0 18 0 1 0 526172945 337293312 18276 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471119 0 0 16781312 514 7494482361153716487 0 0 17 0 0 0 0
/proc/24538/statm: 82347 18276 376 364 0 18265 0
[pid=24540] ppid=24538 vsize=25724 CPUtime=33.66 cores=0-7
/proc/24540/stat : 24540 (lingeling) R 24538 24540 24540 0 -1 4202496 13765 0 0 0 3364 2 0 0 25 0 1 0 526172946 26341376 5601 33554432000 4194304 4352236 140734828034192 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/24540/statm: 6431 5601 129 39 0 5511 0
[pid=24541] ppid=24531 vsize=339644 CPUtime=0.07 cores=0-7
/proc/24541/stat : 24541 (python) S 24531 24531 24505 0 -1 4202560 920 0 0 0 3 4 0 0 15 0 1 0 526172948 347795456 18274 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 2669869323232706823 0 0 17 4 0 0 0
/proc/24541/statm: 84911 18274 370 364 0 20826 0
[pid=24543] ppid=24541 vsize=201380 CPUtime=34.11 cores=0-7
/proc/24543/stat : 24543 (cryptominisat-2) R 24541 24543 24543 0 -1 4202496 51195 0 0 0 3402 9 0 0 25 0 1 0 526172949 206213120 41345 33554432000 4194304 4677096 140733633717184 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/24543/statm: 50345 41345 392 118 0 45304 0
[pid=24544] ppid=24531 vsize=349900 CPUtime=0.06 cores=0-7
/proc/24544/stat : 24544 (python) S 24531 24531 24505 0 -1 4202560 915 0 0 0 3 3 0 0 18 0 1 0 526172952 358297600 18278 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 7494482361153716485 0 0 17 7 0 0 0
/proc/24544/statm: 87475 18278 370 364 0 23387 0
[pid=24546] ppid=24544 vsize=29756 CPUtime=34.11 cores=0-7
/proc/24546/stat : 24546 (lingeling) R 24544 24546 24546 0 -1 4202496 13793 0 0 0 3410 1 0 0 25 0 1 0 526172952 30470144 6609 33554432000 4194304 4352236 140733632984944 18446744073709551615 4328395 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24546/statm: 7439 6609 129 39 0 6519 0
[pid=24547] ppid=24531 vsize=360156 CPUtime=0.07 cores=0-7
/proc/24547/stat : 24547 (python) S 24531 24531 24505 0 -1 4202560 959 0 0 0 4 3 0 0 15 0 1 0 526172955 368799744 18282 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 9173141951946391815 0 0 17 5 0 0 0
/proc/24547/statm: 90039 18282 370 364 0 25948 0
[pid=24549] ppid=24547 vsize=203800 CPUtime=34 cores=0-7
/proc/24549/stat : 24549 (cryptominisat-2) R 24547 24549 24549 0 -1 4202496 52240 0 0 0 3392 8 0 0 25 0 1 0 526172955 208691200 42306 33554432000 4194304 4677096 140736368273984 18446744073709551615 4485109 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24549/statm: 50950 42306 392 118 0 45909 0
[pid=24550] ppid=24531 vsize=370416 CPUtime=0.06 cores=0-7
/proc/24550/stat : 24550 (python) R 24531 24531 24505 0 -1 4202560 948 0 0 0 3 3 0 0 18 0 1 0 526172958 379305984 18286 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095450939 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/24550/statm: 92603 18286 370 364 0 28509 0
[pid=24552] ppid=24550 vsize=29764 CPUtime=34.04 cores=0-7
/proc/24552/stat : 24552 (lingeling) R 24550 24552 24552 0 -1 4202496 13795 0 0 0 3402 2 0 0 25 0 1 0 526172959 30478336 6611 33554432000 4194304 4352236 140735049083264 18446744073709551615 4213179 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24552/statm: 7441 6611 129 39 0 6521 0
[pid=24553] ppid=24531 vsize=380668 CPUtime=0.05 cores=0-7
/proc/24553/stat : 24553 (python) S 24531 24531 24505 0 -1 4202560 942 0 0 0 2 3 0 0 18 0 1 0 526172961 389804032 18290 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 7494482361153716488 0 0 17 0 0 0 0
/proc/24553/statm: 95167 18290 370 364 0 31070 0
[pid=24555] ppid=24553 vsize=43244 CPUtime=34.01 cores=0-7
/proc/24555/stat : 24555 (SApperloT-base) R 24553 24555 24555 0 -1 4202496 10522 0 0 0 3398 3 0 0 25 0 1 0 526172962 44281856 10156 33554432000 134512640 135674940 4288621360 18446744073709551615 134564252 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/24555/statm: 10811 10156 100 284 0 10525 0
[pid=24556] ppid=24531 vsize=456460 CPUtime=0.04 cores=0-7
/proc/24556/stat : 24556 (python) S 24531 24531 24505 0 -1 4202560 815 0 0 0 2 2 0 0 18 0 1 0 526172965 467415040 18412 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 7494482361153716487 0 0 17 7 0 0 0
/proc/24556/statm: 114115 18412 371 364 0 50015 0
[pid=24558] ppid=24556 vsize=86796 CPUtime=33.74 cores=0-7
/proc/24558/stat : 24558 (precosat) R 24556 24558 24558 0 -1 4202496 22176 0 0 0 3371 3 0 0 25 0 1 0 526172967 88879104 20415 33554432000 4194304 4890832 140735831976256 18446744073709551615 4238529 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/24558/statm: 21699 20415 86 171 0 21526 0
[pid=24559] ppid=24531 vsize=466716 CPUtime=0.07 cores=0-7
/proc/24559/stat : 24559 (python) S 24531 24531 24505 0 -1 4202560 857 0 0 0 4 3 0 0 18 0 1 0 526172968 477917184 18408 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 7494482361153716486 0 0 17 7 0 0 0
/proc/24559/statm: 116679 18408 377 364 0 52576 0
[pid=24561] ppid=24559 vsize=25652 CPUtime=33.95 cores=0-7
/proc/24561/stat : 24561 (lingeling) R 24559 24561 24561 0 -1 4202496 13786 0 0 0 3393 2 0 0 25 0 1 0 526172969 26267648 5583 33554432000 4194304 4352236 140736357545728 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/24561/statm: 6413 5583 129 39 0 5493 0
[pid=24531/tid=24539] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24539/stat : 24539 (python) S 24529 24531 24505 0 -1 4202560 27 923 0 9 0 0 0 0 25 0 9 0 526172945 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 5 0 0 0
[pid=24531/tid=24542] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24542/stat : 24542 (python) S 24529 24531 24505 0 -1 4202560 22 923 0 9 0 0 0 0 25 0 9 0 526172949 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24545] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24545/stat : 24545 (python) S 24529 24531 24505 0 -1 4202560 23 923 0 9 0 0 0 0 20 0 9 0 526172952 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24548] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24548/stat : 24548 (python) S 24529 24531 24505 0 -1 4202560 24 923 0 9 0 0 0 0 20 0 9 0 526172955 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24551] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24551/stat : 24551 (python) S 24529 24531 24505 0 -1 4202560 25 923 0 9 0 0 0 0 21 0 9 0 526172958 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24554] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24554/stat : 24554 (python) S 24529 24531 24505 0 -1 4202560 25 923 0 9 0 0 0 0 19 0 9 0 526172962 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 6 0 0 0
[pid=24531/tid=24557] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24557/stat : 24557 (python) S 24529 24531 24505 0 -1 4202560 77 923 0 9 0 0 0 0 19 0 9 0 526172965 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 0 0 0 0
[pid=24531/tid=24560] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24560/stat : 24560 (python) S 24529 24531 24505 0 -1 4202560 34 923 0 9 0 0 0 0 21 0 9 0 526172969 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 291.98
Current children cumulated vsize (KiB) 4176424

[startup+54.9015 s]
/proc/loadavg: 6.67 7.53 7.82 9/272 24562
/proc/meminfo: memFree=29720144/32951124 swapFree=67091720/67111528
[pid=24531] ppid=24529 vsize=476960 CPUtime=19.88 cores=0-7
/proc/24531/stat : 24531 (python) S 24529 24531 24505 0 -1 4202496 37723 923 63 9 1968 20 0 0 21 0 9 0 526170895 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 42
/proc/24531/statm: 119240 19924 1889 364 0 55137 0
[pid=24538] ppid=24531 vsize=329388 CPUtime=0.06 cores=0-7
/proc/24538/stat : 24538 (python) S 24531 24531 24505 0 -1 4202560 926 0 0 0 3 3 0 0 18 0 1 0 526172945 337293312 18276 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471119 0 0 16781312 514 7494482361153716487 0 0 17 0 0 0 0
/proc/24538/statm: 82347 18276 376 364 0 18265 0
[pid=24540] ppid=24538 vsize=25724 CPUtime=33.85 cores=0-7
/proc/24540/stat : 24540 (lingeling) R 24538 24540 24540 0 -1 4202496 13765 0 0 0 3383 2 0 0 25 0 1 0 526172946 26341376 5601 33554432000 4194304 4352236 140734828034192 18446744073709551615 4328778 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/24540/statm: 6431 5601 129 39 0 5511 0
[pid=24541] ppid=24531 vsize=339644 CPUtime=0.07 cores=0-7
/proc/24541/stat : 24541 (python) S 24531 24531 24505 0 -1 4202560 920 0 0 0 3 4 0 0 15 0 1 0 526172948 347795456 18274 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 2669869323232706823 0 0 17 4 0 0 0
/proc/24541/statm: 84911 18274 370 364 0 20826 0
[pid=24543] ppid=24541 vsize=201380 CPUtime=34.32 cores=0-7
/proc/24543/stat : 24543 (cryptominisat-2) R 24541 24543 24543 0 -1 4202496 51211 0 0 0 3423 9 0 0 25 0 1 0 526172949 206213120 41361 33554432000 4194304 4677096 140733633717184 18446744073709551615 4319802 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/24543/statm: 50345 41361 392 118 0 45304 0
[pid=24544] ppid=24531 vsize=349900 CPUtime=0.06 cores=0-7
/proc/24544/stat : 24544 (python) S 24531 24531 24505 0 -1 4202560 915 0 0 0 3 3 0 0 18 0 1 0 526172952 358297600 18278 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 7494482361153716485 0 0 17 7 0 0 0
/proc/24544/statm: 87475 18278 370 364 0 23387 0
[pid=24546] ppid=24544 vsize=29756 CPUtime=34.32 cores=0-7
/proc/24546/stat : 24546 (lingeling) R 24544 24546 24546 0 -1 4202496 13793 0 0 0 3431 1 0 0 25 0 1 0 526172952 30470144 6609 33554432000 4194304 4352236 140733632984944 18446744073709551615 4270807 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24546/statm: 7439 6609 129 39 0 6519 0
[pid=24547] ppid=24531 vsize=360156 CPUtime=0.07 cores=0-7
/proc/24547/stat : 24547 (python) S 24531 24531 24505 0 -1 4202560 959 0 0 0 4 3 0 0 15 0 1 0 526172955 368799744 18282 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 9173141951946391815 0 0 17 5 0 0 0
/proc/24547/statm: 90039 18282 370 364 0 25948 0
[pid=24549] ppid=24547 vsize=205132 CPUtime=34.21 cores=0-7
/proc/24549/stat : 24549 (cryptominisat-2) R 24547 24549 24549 0 -1 4202496 52614 0 0 0 3413 8 0 0 25 0 1 0 526172955 210055168 42680 33554432000 4194304 4677096 140736368273984 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24549/statm: 51283 42680 392 118 0 46242 0
[pid=24550] ppid=24531 vsize=370412 CPUtime=0.06 cores=0-7
/proc/24550/stat : 24550 (python) S 24531 24531 24505 0 -1 4202560 948 0 0 0 3 3 0 0 18 0 1 0 526172958 379301888 18286 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 7494482361153716486 0 0 17 0 0 0 0
/proc/24550/statm: 92603 18286 370 364 0 28509 0
[pid=24552] ppid=24550 vsize=29764 CPUtime=34.25 cores=0-7
/proc/24552/stat : 24552 (lingeling) R 24550 24552 24552 0 -1 4202496 13795 0 0 0 3423 2 0 0 25 0 1 0 526172959 30478336 6611 33554432000 4194304 4352236 140735049083264 18446744073709551615 4297741 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24552/statm: 7441 6611 129 39 0 6521 0
[pid=24553] ppid=24531 vsize=380668 CPUtime=0.06 cores=0-7
/proc/24553/stat : 24553 (python) S 24531 24531 24505 0 -1 4202560 944 0 0 0 3 3 0 0 18 0 1 0 526172961 389804032 18290 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 7494482361153716488 0 0 17 0 0 0 0
/proc/24553/statm: 95167 18290 370 364 0 31070 0
[pid=24555] ppid=24553 vsize=43376 CPUtime=34.22 cores=0-7
/proc/24555/stat : 24555 (SApperloT-base) R 24553 24555 24555 0 -1 4202496 10555 0 0 0 3419 3 0 0 25 0 1 0 526172962 44417024 10189 33554432000 134512640 135674940 4288621360 18446744073709551615 134564634 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/24555/statm: 10844 10189 100 284 0 10558 0
[pid=24556] ppid=24531 vsize=456460 CPUtime=0.06 cores=0-7
/proc/24556/stat : 24556 (python) S 24531 24531 24505 0 -1 4202560 815 0 0 0 3 3 0 0 18 0 1 0 526172965 467415040 18412 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 7494482361153716487 0 0 17 7 0 0 0
/proc/24556/statm: 114115 18412 371 364 0 50015 0
[pid=24558] ppid=24556 vsize=86796 CPUtime=33.94 cores=0-7
/proc/24558/stat : 24558 (precosat) R 24556 24558 24558 0 -1 4202496 22176 0 0 0 3391 3 0 0 25 0 1 0 526172967 88879104 20415 33554432000 4194304 4890832 140735831976256 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/24558/statm: 21699 20415 86 171 0 21526 0
[pid=24559] ppid=24531 vsize=466716 CPUtime=0.07 cores=0-7
/proc/24559/stat : 24559 (python) S 24531 24531 24505 0 -1 4202560 857 0 0 0 4 3 0 0 18 0 1 0 526172968 477917184 18408 33554432000 4194304 5683644 140735399500240 18446744073709551615 228095471174 0 0 16781312 514 7494482361153716486 0 0 17 7 0 0 0
/proc/24559/statm: 116679 18408 377 364 0 52576 0
[pid=24561] ppid=24559 vsize=25652 CPUtime=34.16 cores=0-7
/proc/24561/stat : 24561 (lingeling) R 24559 24561 24561 0 -1 4202496 13786 0 0 0 3414 2 0 0 25 0 1 0 526172969 26267648 5583 33554432000 4194304 4352236 140736357545728 18446744073709551615 4328233 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/24561/statm: 6413 5583 129 39 0 5493 0
[pid=24531/tid=24539] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24539/stat : 24539 (python) S 24529 24531 24505 0 -1 4202560 27 923 0 9 0 0 0 0 25 0 9 0 526172945 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 5 0 0 0
[pid=24531/tid=24542] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24542/stat : 24542 (python) S 24529 24531 24505 0 -1 4202560 22 923 0 9 0 0 0 0 25 0 9 0 526172949 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24545] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24545/stat : 24545 (python) S 24529 24531 24505 0 -1 4202560 23 923 0 9 0 0 0 0 20 0 9 0 526172952 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24548] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24548/stat : 24548 (python) S 24529 24531 24505 0 -1 4202560 24 923 0 9 0 0 0 0 20 0 9 0 526172955 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24551] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24551/stat : 24551 (python) S 24529 24531 24505 0 -1 4202560 25 923 0 9 0 0 0 0 21 0 9 0 526172958 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 3 0 0 0
[pid=24531/tid=24554] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24554/stat : 24554 (python) S 24529 24531 24505 0 -1 4202560 25 923 0 9 0 0 0 0 19 0 9 0 526172962 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 6 0 0 0
[pid=24531/tid=24557] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24557/stat : 24557 (python) S 24529 24531 24505 0 -1 4202560 77 923 0 9 0 0 0 0 19 0 9 0 526172965 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 0 0 0 0
[pid=24531/tid=24560] ppid=24529 vsize=476960 CPUtime=0 cores=0-7
/proc/24531/task/24560/stat : 24560 (python) S 24529 24531 24505 0 -1 4202560 34 923 0 9 0 0 0 0 21 0 9 0 526172969 488407040 19924 33554432000 4194304 5683644 140735399500240 18446744073709551615 228107274673 0 0 16781312 2 18446604470879590336 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 293.66
Current children cumulated vsize (KiB) 4177884

[startup+55.0105 s]
/proc/loadavg: 6.67 7.53 7.82 9/272 24562
/proc/meminfo: memFree=29720144/32951124 swapFree=67091720/67111528
[pid=24531] ppid=24529 vsize=0 CPUtime=294.19 cores=0-7
/proc/24531/stat : 24531 (python) Z 24529 24531 24505 0 -1 4202524 47772 200538 63 9 1970 21 27360 68 17 0 2 0 526170895 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 42
/proc/24531/statm: 0 0 0 0 0 0 0
[pid=24531/tid=24560] ppid=24529 vsize=0 CPUtime=274.28 cores=0-7
/proc/24531/task/24560/stat : 24560 (python) R 24529 24531 24505 0 -1 4203588 34 200538 0 9 0 0 27360 68 17 0 2 0 526172969 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 294.19
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 55.0149
CPU time (s): 294.219
CPU user time (s): 293.318
CPU system time (s): 0.900863
CPU usage (%): 534.799
Max. virtual memory (cumulated for all children) (KiB): 4193368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 293.318
system time used= 0.900863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248310
page faults= 72
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4553
involuntary context switches= 1856

runsolver used 0.141978 second user time and 0.32695 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-02 13:59:14
IDJOB=3321360
IDBENCH=69599
IDSOLVER=1710
FILE ID=node142/3321360-1304337554
RUNJOBID= node142-1304337553-24519
PBS_JOBID= 13178034
Free space on /tmp= 73496 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.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-3321360-1304337554/watcher-3321360-1304337554 -o /tmp/evaluation-result-3321360-1304337554/solver-3321360-1304337554 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321360-1304337554.cnf -seed 4304146 -budget 40000 -cores 8

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=4304146

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      30392468 kB
Buffers:        327956 kB
Cached:         721892 kB
SwapCached:       3492 kB
Active:         124600 kB
Inactive:      2047732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30392468 kB
SwapTotal:    67111528 kB
SwapFree:     67091720 kB
Dirty:           36496 kB
Writeback:           0 kB
AnonPages:     1120300 kB
Mapped:          20104 kB
Slab:           306808 kB
PageTables:      14680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41700812 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73464 MiB
End job on node142 at 2011-05-02 14:00:09