Trace number 3378853

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)UNSAT 177.191 46.9449

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net70-60-10.shuffled.cnf
MD5SUM6ebe2de27b5534e626cb88c01abcf6c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables8400
Number of clauses25061
Sum of the clauses size58730
Maximum clause length70
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216520
Number of clauses of size 38540
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.42/1.96	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.42/1.96	c INFO: solving HOME/instance-3378853-1305467394.cnf
0.42/1.96	c INFO: computing task features
0.49/2.03	c INFO: computed variable-clause graph statistics
0.49/2.03	c INFO: computed clause balance statistics
0.91/2.41	c INFO: computed variable balance statistics
1.20/2.70	c INFO: computed small-clause counts
1.20/2.70	c INFO: computed Horn-clause counts
1.30/2.81	c INFO: computed variable graph statistics
1.30/2.81	c INFO: collected features for HOME/instance-3378853-1305467394.cnf in 0.86 s
1.30/2.82	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
1.30/2.83	c INFO: running cryptominisat-2.9.0@0 for 582 with 1199 remaining (b = 0.51)
1.30/2.84	c INFO: running lingeling-276@0 for 1199 with 1199 remaining (b = 0.56)
1.30/2.85	c INFO: running lingeling-276@0 for 97 with 1199 remaining (b = 0.21)
176.98/46.92	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378853-1305467394/watcher-3378853-1305467394 -o /tmp/evaluation-result-3378853-1305467394/solver-3378853-1305467394 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378853-1305467394.cnf -seed 209369040 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 3.84 4.91 6.50 3/329 19505
/proc/meminfo: memFree=20247316/32951124 swapFree=66457188/67111528
[pid=19505] ppid=19503 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/19505/stat : 19505 (python) S 19503 19505 18093 0 -1 4202496 895 0 0 0 0 0 0 0 20 0 1 0 658337550 16154624 777 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/19505/statm: 3944 777 343 364 0 431 0

[startup+0.0253929 s]
/proc/loadavg: 3.84 4.91 6.50 3/329 19505
/proc/meminfo: memFree=20247316/32951124 swapFree=66457188/67111528
[pid=19505] ppid=19503 vsize=16396 CPUtime=0.01 cores=0,2,4,6
/proc/19505/stat : 19505 (python) S 19503 19505 18093 0 -1 4202496 1079 0 0 0 1 0 0 0 20 0 1 0 658337550 16789504 950 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/19505/statm: 4099 950 385 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100388 s]
/proc/loadavg: 3.84 4.91 6.50 3/329 19505
/proc/meminfo: memFree=20247316/32951124 swapFree=66457188/67111528
[pid=19505] ppid=19503 vsize=66888 CPUtime=0.06 cores=0,2,4,6
/proc/19505/stat : 19505 (python) D 19503 19505 18093 0 -1 4202496 2130 0 0 0 4 2 0 0 17 0 1 0 658337550 68493312 1884 33554432000 4194304 5683644 140736009992528 18446744073709551615 232330968711 0 0 16781312 2 18446744071696489144 0 0 17 4 0 0 0
/proc/19505/statm: 16722 1884 521 364 0 1322 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 66888

[startup+1.64411 s]
/proc/loadavg: 3.84 4.91 6.50 3/329 19505
/proc/meminfo: memFree=20247316/32951124 swapFree=66457188/67111528
[pid=19505] ppid=19503 vsize=135748 CPUtime=0.24 cores=0,2,4,6
/proc/19505/stat : 19505 (python) R 19503 19505 18093 0 -1 4202496 5967 933 1 0 17 7 0 0 17 0 1 0 658337550 139005952 4150 33554432000 4194304 5683644 140736009992528 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19505/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 135748

[startup+1.70115 s]
/proc/loadavg: 3.84 4.91 6.50 3/329 19505
/proc/meminfo: memFree=20247316/32951124 swapFree=66457188/67111528
[pid=19505] ppid=19503 vsize=135896 CPUtime=0.28 cores=0,2,4,6
/proc/19505/stat : 19505 (python) S 19503 19505 18093 0 -1 4202496 6040 933 1 0 19 9 0 0 17 0 1 0 658337550 139157504 4186 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/19505/statm: 33974 4186 1032 364 0 3160 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 135896

[startup+1.80107 s]
/proc/loadavg: 3.84 4.91 6.50 3/329 19505
/proc/meminfo: memFree=20247316/32951124 swapFree=66457188/67111528
[pid=19505] ppid=19503 vsize=226516 CPUtime=0.34 cores=0,2,4,6
/proc/19505/stat : 19505 (python) R 19503 19505 18093 0 -1 4202496 7554 933 1 0 23 11 0 0 16 0 1 0 658337550 231952384 5529 33554432000 4194304 5683644 140736009992528 18446744073709551615 232364492746 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19505/statm: 56629 5530 1566 364 0 4167 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 226516

[startup+3.10086 s]
/proc/loadavg: 3.84 4.91 6.50 3/335 19519
/proc/meminfo: memFree=20175960/32951124 swapFree=66457188/67111528
[pid=19505] ppid=19503 vsize=321764 CPUtime=1.34 cores=0,2,4,6
/proc/19505/stat : 19505 (python) S 19503 19505 18093 0 -1 4202496 13766 933 1 0 120 14 0 0 21 0 5 0 658337550 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19505/statm: 80441 7638 1881 364 0 16350 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 321764
heavy processes:

[startup+6.30128 s]
/proc/loadavg: 3.93 4.91 6.49 5/342 19561
/proc/meminfo: memFree=20191348/32951124 swapFree=66457188/67111528
[pid=19505] ppid=19503 vsize=321764 CPUtime=1.34 cores=0,2,4,6
/proc/19505/stat : 19505 (python) S 19503 19505 18093 0 -1 4202496 13766 933 1 0 120 14 0 0 21 0 5 0 658337550 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19505/statm: 80441 7638 1881 364 0 16350 0
[pid=19520] ppid=19505 vsize=280752 CPUtime=0 cores=0,2,4,6
/proc/19520/stat : 19520 (python) S 19505 19505 18093 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 658337833 287490048 6095 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912463 0 0 16781312 514 9848159902906679554 0 0 17 4 0 0 0
/proc/19520/statm: 70188 6095 354 364 0 6106 0
[pid=19522] ppid=19520 vsize=9704 CPUtime=3.41 cores=0,2,4,6
/proc/19522/stat : 19522 (lingeling) R 19520 19522 19522 0 -1 4202496 2439 0 0 0 341 0 0 0 25 0 1 0 658337833 9936896 1596 33554432000 4194304 4352236 140737045466288 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19522/statm: 2426 1596 129 39 0 1506 0
[pid=19523] ppid=19505 vsize=291008 CPUtime=0 cores=0,2,4,6
/proc/19523/stat : 19523 (python) S 19505 19505 18093 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 658337834 297992192 6093 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 7357967001744015619 0 0 17 0 0 0 0
/proc/19523/statm: 72752 6093 348 364 0 8667 0
[pid=19525] ppid=19523 vsize=63432 CPUtime=3.45 cores=0,2,4,6
/proc/19525/stat : 19525 (cryptominisat-2) R 19523 19525 19525 0 -1 4202496 9766 0 0 0 344 1 0 0 25 0 1 0 658337834 64954368 8553 33554432000 4194304 4677096 140735034754592 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19525/statm: 15858 8553 390 118 0 10817 0
[pid=19526] ppid=19505 vsize=301264 CPUtime=0 cores=0,2,4,6
/proc/19526/stat : 19526 (python) S 19505 19505 18093 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 658337835 308494336 6097 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 877218143603228932 0 0 17 4 0 0 0
/proc/19526/statm: 75316 6097 348 364 0 11228 0
[pid=19528] ppid=19526 vsize=9832 CPUtime=3.44 cores=0,2,4,6
/proc/19528/stat : 19528 (lingeling) R 19526 19528 19528 0 -1 4202496 2471 0 0 0 343 1 0 0 25 0 1 0 658337835 10067968 1628 33554432000 4194304 4352236 140736884467088 18446744073709551615 4231303 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19528/statm: 2458 1628 129 39 0 1538 0
[pid=19529] ppid=19505 vsize=311520 CPUtime=0 cores=0,2,4,6
/proc/19529/stat : 19529 (python) S 19505 19505 18093 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 658337836 318996480 6101 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 2368730130815090947 0 0 17 0 0 0 0
/proc/19529/statm: 77880 6101 348 364 0 13789 0
[pid=19531] ppid=19529 vsize=9252 CPUtime=3.43 cores=0,2,4,6
/proc/19531/stat : 19531 (lingeling) R 19529 19531 19531 0 -1 4202496 2325 0 0 0 343 0 0 0 25 0 1 0 658337836 9474048 1483 33554432000 4194304 4352236 140735660030592 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19531/statm: 2313 1483 129 39 0 1393 0
[pid=19505/tid=19521] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19521/stat : 19521 (python) S 19503 19505 18093 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 658337833 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 6 0 0 0
[pid=19505/tid=19524] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19524/stat : 19524 (python) S 19503 19505 18093 0 -1 4202560 21 933 0 0 0 0 0 0 21 0 5 0 658337834 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 0 0 0 0
[pid=19505/tid=19527] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19527/stat : 19527 (python) S 19503 19505 18093 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 658337835 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 4 0 0 0
[pid=19505/tid=19530] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19530/stat : 19530 (python) S 19503 19505 18093 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 658337836 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (KiB) 1598528

[startup+12.7011 s]
/proc/loadavg: 4.09 4.93 6.49 10/359 19631
/proc/meminfo: memFree=20077384/32951124 swapFree=66457188/67111528
[pid=19505] ppid=19503 vsize=321764 CPUtime=1.34 cores=0,2,4,6
/proc/19505/stat : 19505 (python) S 19503 19505 18093 0 -1 4202496 13766 933 1 0 120 14 0 0 21 0 5 0 658337550 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19505/statm: 80441 7638 1881 364 0 16350 0
[pid=19520] ppid=19505 vsize=280752 CPUtime=0.01 cores=0,2,4,6
/proc/19520/stat : 19520 (python) S 19505 19505 18093 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 658337833 287490048 6118 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912463 0 0 16781312 514 9848159902906679554 0 0 17 4 0 0 0
/proc/19520/statm: 70188 6118 377 364 0 6106 0
[pid=19522] ppid=19520 vsize=11240 CPUtime=9.74 cores=0,2,4,6
/proc/19522/stat : 19522 (lingeling) R 19520 19522 19522 0 -1 4202496 3335 0 0 0 974 0 0 0 25 0 1 0 658337833 11509760 1980 33554432000 4194304 4352236 140737045466288 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19522/statm: 2810 1980 129 39 0 1890 0
[pid=19523] ppid=19505 vsize=291008 CPUtime=0.01 cores=0,2,4,6
/proc/19523/stat : 19523 (python) S 19505 19505 18093 0 -1 4202560 911 0 0 0 0 1 0 0 15 0 1 0 658337834 297992192 6116 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 7357967001744015619 0 0 17 0 0 0 0
/proc/19523/statm: 72752 6116 371 364 0 8667 0
[pid=19525] ppid=19523 vsize=80228 CPUtime=9.85 cores=0,2,4,6
/proc/19525/stat : 19525 (cryptominisat-2) R 19523 19525 19525 0 -1 4202496 13295 0 0 0 984 1 0 0 25 0 1 0 658337834 82153472 11190 33554432000 4194304 4677096 140735034754592 18446744073709551615 4319260 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19525/statm: 20057 11190 392 118 0 15016 0
[pid=19526] ppid=19505 vsize=301264 CPUtime=0.01 cores=0,2,4,6
/proc/19526/stat : 19526 (python) S 19505 19505 18093 0 -1 4202560 920 0 0 0 0 1 0 0 18 0 1 0 658337835 308494336 6120 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 877218143603228932 0 0 17 4 0 0 0
/proc/19526/statm: 75316 6120 371 364 0 11228 0
[pid=19528] ppid=19526 vsize=10472 CPUtime=9.81 cores=0,2,4,6
/proc/19528/stat : 19528 (lingeling) R 19526 19528 19528 0 -1 4202496 2568 0 0 0 979 2 0 0 25 0 1 0 658337835 10723328 1725 33554432000 4194304 4352236 140736884467088 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19528/statm: 2618 1725 129 39 0 1698 0
[pid=19529] ppid=19505 vsize=311520 CPUtime=0.01 cores=0,2,4,6
/proc/19529/stat : 19529 (python) S 19505 19505 18093 0 -1 4202560 916 0 0 0 1 0 0 0 18 0 1 0 658337836 318996480 6124 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 2368730130815090947 0 0 17 0 0 0 0
/proc/19529/statm: 77880 6124 371 364 0 13789 0
[pid=19531] ppid=19529 vsize=10276 CPUtime=9.8 cores=0,2,4,6
/proc/19531/stat : 19531 (lingeling) R 19529 19531 19531 0 -1 4202496 2581 0 0 0 980 0 0 0 25 0 1 0 658337836 10522624 1739 33554432000 4194304 4352236 140735660030592 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19531/statm: 2569 1739 129 39 0 1649 0
[pid=19505/tid=19521] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19521/stat : 19521 (python) S 19503 19505 18093 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 658337833 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 6 0 0 0
[pid=19505/tid=19524] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19524/stat : 19524 (python) S 19503 19505 18093 0 -1 4202560 21 933 0 0 0 0 0 0 21 0 5 0 658337834 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 0 0 0 0
[pid=19505/tid=19527] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19527/stat : 19527 (python) S 19503 19505 18093 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 658337835 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 4 0 0 0
[pid=19505/tid=19530] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19530/stat : 19530 (python) S 19503 19505 18093 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 658337836 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40.58
Current children cumulated vsize (KiB) 1618524

[startup+25.5008 s]
/proc/loadavg: 4.97 5.08 6.51 10/359 19720
/proc/meminfo: memFree=20067448/32951124 swapFree=66457188/67111528
[pid=19505] ppid=19503 vsize=321764 CPUtime=1.34 cores=0,2,4,6
/proc/19505/stat : 19505 (python) S 19503 19505 18093 0 -1 4202496 13766 933 1 0 120 14 0 0 21 0 5 0 658337550 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19505/statm: 80441 7638 1881 364 0 16350 0
[pid=19520] ppid=19505 vsize=280752 CPUtime=0.05 cores=0,2,4,6
/proc/19520/stat : 19520 (python) S 19505 19505 18093 0 -1 4202560 911 0 0 0 2 3 0 0 18 0 1 0 658337833 287490048 6118 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912463 0 0 16781312 514 10232600565850800386 0 0 17 4 0 0 0
/proc/19520/statm: 70188 6118 377 364 0 6106 0
[pid=19522] ppid=19520 vsize=14312 CPUtime=22.4 cores=0,2,4,6
/proc/19522/stat : 19522 (lingeling) R 19520 19522 19522 0 -1 4202496 4103 0 0 0 2240 0 0 0 25 0 1 0 658337833 14655488 2748 33554432000 4194304 4352236 140737045466288 18446744073709551615 4233914 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19522/statm: 3578 2748 129 39 0 2658 0
[pid=19523] ppid=19505 vsize=291008 CPUtime=0.06 cores=0,2,4,6
/proc/19523/stat : 19523 (python) S 19505 19505 18093 0 -1 4202560 926 0 0 0 3 3 0 0 15 0 1 0 658337834 297992192 6116 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 7357967001744015619 0 0 17 0 0 0 0
/proc/19523/statm: 72752 6116 371 364 0 8667 0
[pid=19525] ppid=19523 vsize=80540 CPUtime=22.66 cores=0,2,4,6
/proc/19525/stat : 19525 (cryptominisat-2) R 19523 19525 19525 0 -1 4202496 16363 0 0 0 2264 2 0 0 25 0 1 0 658337834 82472960 11399 33554432000 4194304 4677096 140735034754592 18446744073709551615 4321836 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19525/statm: 20135 11399 392 118 0 15094 0
[pid=19526] ppid=19505 vsize=301264 CPUtime=0.05 cores=0,2,4,6
/proc/19526/stat : 19526 (python) S 19505 19505 18093 0 -1 4202560 929 0 0 0 2 3 0 0 18 0 1 0 658337835 308494336 6120 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 10232600565850800388 0 0 17 4 0 0 0
/proc/19526/statm: 75316 6120 371 364 0 11228 0
[pid=19528] ppid=19526 vsize=14184 CPUtime=22.53 cores=0,2,4,6
/proc/19528/stat : 19528 (lingeling) R 19526 19528 19528 0 -1 4202496 3559 0 0 0 2249 4 0 0 25 0 1 0 658337835 14524416 2716 33554432000 4194304 4352236 140736884467088 18446744073709551615 4278588 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19528/statm: 3546 2716 129 39 0 2626 0
[pid=19529] ppid=19505 vsize=311520 CPUtime=0.05 cores=0,2,4,6
/proc/19529/stat : 19529 (python) S 19505 19505 18093 0 -1 4202560 923 0 0 0 3 2 0 0 18 0 1 0 658337836 318996480 6124 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 10232600565850800387 0 0 17 0 0 0 0
/proc/19529/statm: 77880 6124 371 364 0 13789 0
[pid=19531] ppid=19529 vsize=14628 CPUtime=22.51 cores=0,2,4,6
/proc/19531/stat : 19531 (lingeling) R 19529 19531 19531 0 -1 4202496 4181 0 0 0 2251 0 0 0 25 0 1 0 658337836 14979072 2827 33554432000 4194304 4352236 140735660030592 18446744073709551615 4328832 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19531/statm: 3657 2827 129 39 0 2737 0
[pid=19505/tid=19521] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19521/stat : 19521 (python) S 19503 19505 18093 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 658337833 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 6 0 0 0
[pid=19505/tid=19524] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19524/stat : 19524 (python) S 19503 19505 18093 0 -1 4202560 21 933 0 0 0 0 0 0 21 0 5 0 658337834 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 0 0 0 0
[pid=19505/tid=19527] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6

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

[pid=19505/tid=19527] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19527/stat : 19527 (python) S 19503 19505 18093 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 658337835 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 4 0 0 0
[pid=19505/tid=19530] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19530/stat : 19530 (python) S 19503 19505 18093 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 658337836 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 1642676

[startup+44.5015 s]
/proc/loadavg: 5.96 5.30 6.55 10/359 19720
/proc/meminfo: memFree=20029756/32951124 swapFree=66457188/67111528
[pid=19505] ppid=19503 vsize=321764 CPUtime=1.34 cores=0,2,4,6
/proc/19505/stat : 19505 (python) S 19503 19505 18093 0 -1 4202496 13766 933 1 0 120 14 0 0 21 0 5 0 658337550 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19505/statm: 80441 7638 1881 364 0 16350 0
[pid=19520] ppid=19505 vsize=280752 CPUtime=0.09 cores=0,2,4,6
/proc/19520/stat : 19520 (python) S 19505 19505 18093 0 -1 4202560 921 0 0 0 4 5 0 0 18 0 1 0 658337833 287490048 6118 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912463 0 0 16781312 514 10232600565850800386 0 0 17 4 0 0 0
/proc/19520/statm: 70188 6118 377 364 0 6106 0
[pid=19522] ppid=19520 vsize=17384 CPUtime=41.19 cores=0,2,4,6
/proc/19522/stat : 19522 (lingeling) R 19520 19522 19522 0 -1 4202496 4871 0 0 0 4119 0 0 0 25 0 1 0 658337833 17801216 3516 33554432000 4194304 4352236 140737045466288 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19522/statm: 4346 3516 129 39 0 3426 0
[pid=19523] ppid=19505 vsize=291008 CPUtime=0.11 cores=0,2,4,6
/proc/19523/stat : 19523 (python) S 19505 19505 18093 0 -1 4202560 936 0 0 0 6 5 0 0 15 0 1 0 658337834 297992192 6116 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 7357967001744015619 0 0 17 0 0 0 0
/proc/19523/statm: 72752 6116 371 364 0 8667 0
[pid=19525] ppid=19523 vsize=84356 CPUtime=41.65 cores=0,2,4,6
/proc/19525/stat : 19525 (cryptominisat-2) R 19523 19525 19525 0 -1 4202496 22936 0 0 0 4161 4 0 0 25 0 1 0 658337834 86380544 13506 33554432000 4194304 4677096 140735034754592 18446744073709551615 232335916951 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19525/statm: 21089 13506 392 118 0 16048 0
[pid=19526] ppid=19505 vsize=301264 CPUtime=0.1 cores=0,2,4,6
/proc/19526/stat : 19526 (python) S 19505 19505 18093 0 -1 4202560 939 0 0 0 5 5 0 0 18 0 1 0 658337835 308494336 6120 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 10232600565850800388 0 0 17 4 0 0 0
/proc/19526/statm: 75316 6120 371 364 0 11228 0
[pid=19528] ppid=19526 vsize=17512 CPUtime=41.43 cores=0,2,4,6
/proc/19528/stat : 19528 (lingeling) R 19526 19528 19528 0 -1 4202496 4391 0 0 0 4139 4 0 0 25 0 1 0 658337835 17932288 3548 33554432000 4194304 4352236 140736884467088 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19528/statm: 4378 3548 129 39 0 3458 0
[pid=19529] ppid=19505 vsize=311520 CPUtime=0.09 cores=0,2,4,6
/proc/19529/stat : 19529 (python) S 19505 19505 18093 0 -1 4202560 932 0 0 0 5 4 0 0 18 0 1 0 658337836 318996480 6124 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 10232600565850800387 0 0 17 0 0 0 0
/proc/19529/statm: 77880 6124 371 364 0 13789 0
[pid=19531] ppid=19529 vsize=17188 CPUtime=41.4 cores=0,2,4,6
/proc/19531/stat : 19531 (lingeling) R 19529 19531 19531 0 -1 4202496 4821 0 0 0 4140 0 0 0 25 0 1 0 658337836 17600512 3467 33554432000 4194304 4352236 140735660030592 18446744073709551615 4241442 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19531/statm: 4297 3467 129 39 0 3377 0
[pid=19505/tid=19521] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19521/stat : 19521 (python) S 19503 19505 18093 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 658337833 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 6 0 0 0
[pid=19505/tid=19524] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19524/stat : 19524 (python) S 19503 19505 18093 0 -1 4202560 21 933 0 0 0 0 0 0 21 0 5 0 658337834 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 0 0 0 0
[pid=19505/tid=19527] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19527/stat : 19527 (python) S 19503 19505 18093 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 658337835 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 4 0 0 0
[pid=19505/tid=19530] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19530/stat : 19530 (python) S 19503 19505 18093 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 658337836 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 167.4
Current children cumulated vsize (KiB) 1642748

[startup+46.1012 s]
/proc/loadavg: 5.96 5.30 6.55 9/359 19720
/proc/meminfo: memFree=20028268/32951124 swapFree=66457188/67111528
[pid=19505] ppid=19503 vsize=321764 CPUtime=1.34 cores=0,2,4,6
/proc/19505/stat : 19505 (python) S 19503 19505 18093 0 -1 4202496 13766 933 1 0 120 14 0 0 21 0 5 0 658337550 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19505/statm: 80441 7638 1881 364 0 16350 0
[pid=19520] ppid=19505 vsize=280752 CPUtime=0.09 cores=0,2,4,6
/proc/19520/stat : 19520 (python) S 19505 19505 18093 0 -1 4202560 921 0 0 0 4 5 0 0 18 0 1 0 658337833 287490048 6118 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912463 0 0 16781312 514 10232600565850800386 0 0 17 4 0 0 0
/proc/19520/statm: 70188 6118 377 364 0 6106 0
[pid=19522] ppid=19520 vsize=17384 CPUtime=42.77 cores=0,2,4,6
/proc/19522/stat : 19522 (lingeling) R 19520 19522 19522 0 -1 4202496 4871 0 0 0 4277 0 0 0 25 0 1 0 658337833 17801216 3516 33554432000 4194304 4352236 140737045466288 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19522/statm: 4346 3516 129 39 0 3426 0
[pid=19523] ppid=19505 vsize=291008 CPUtime=0.13 cores=0,2,4,6
/proc/19523/stat : 19523 (python) S 19505 19505 18093 0 -1 4202560 938 0 0 0 7 6 0 0 16 0 1 0 658337834 297992192 6116 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 7357967001744015619 0 0 17 0 0 0 0
/proc/19523/statm: 72752 6116 371 364 0 8667 0
[pid=19525] ppid=19523 vsize=84356 CPUtime=43.25 cores=0,2,4,6
/proc/19525/stat : 19525 (cryptominisat-2) R 19523 19525 19525 0 -1 4202496 23210 0 0 0 4321 4 0 0 25 0 1 0 658337834 86380544 13780 33554432000 4194304 4677096 140735034754592 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19525/statm: 21089 13780 392 118 0 16048 0
[pid=19526] ppid=19505 vsize=301264 CPUtime=0.1 cores=0,2,4,6
/proc/19526/stat : 19526 (python) S 19505 19505 18093 0 -1 4202560 939 0 0 0 5 5 0 0 18 0 1 0 658337835 308494336 6120 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 10232600565850800388 0 0 17 4 0 0 0
/proc/19526/statm: 75316 6120 371 364 0 11228 0
[pid=19528] ppid=19526 vsize=17512 CPUtime=43.03 cores=0,2,4,6
/proc/19528/stat : 19528 (lingeling) R 19526 19528 19528 0 -1 4202496 4391 0 0 0 4299 4 0 0 25 0 1 0 658337835 17932288 3548 33554432000 4194304 4352236 140736884467088 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19528/statm: 4378 3548 129 39 0 3458 0
[pid=19529] ppid=19505 vsize=311520 CPUtime=0.09 cores=0,2,4,6
/proc/19529/stat : 19529 (python) S 19505 19505 18093 0 -1 4202560 932 0 0 0 5 4 0 0 18 0 1 0 658337836 318996480 6124 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 10232600565850800387 0 0 17 0 0 0 0
/proc/19529/statm: 77880 6124 371 364 0 13789 0
[pid=19531] ppid=19529 vsize=17188 CPUtime=42.99 cores=0,2,4,6
/proc/19531/stat : 19531 (lingeling) R 19529 19531 19531 0 -1 4202496 4821 0 0 0 4299 0 0 0 25 0 1 0 658337836 17600512 3467 33554432000 4194304 4352236 140735660030592 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19531/statm: 4297 3467 129 39 0 3377 0
[pid=19505/tid=19521] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19521/stat : 19521 (python) S 19503 19505 18093 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 658337833 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 6 0 0 0
[pid=19505/tid=19524] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19524/stat : 19524 (python) S 19503 19505 18093 0 -1 4202560 21 933 0 0 0 0 0 0 21 0 5 0 658337834 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 0 0 0 0
[pid=19505/tid=19527] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19527/stat : 19527 (python) S 19503 19505 18093 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 658337835 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 4 0 0 0
[pid=19505/tid=19530] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19530/stat : 19530 (python) S 19503 19505 18093 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 658337836 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 173.79
Current children cumulated vsize (KiB) 1642748

[startup+46.5131 s]
/proc/loadavg: 5.96 5.30 6.55 9/359 19720
/proc/meminfo: memFree=20027896/32951124 swapFree=66457188/67111528
[pid=19505] ppid=19503 vsize=321764 CPUtime=1.34 cores=0,2,4,6
/proc/19505/stat : 19505 (python) S 19503 19505 18093 0 -1 4202496 13766 933 1 0 120 14 0 0 21 0 5 0 658337550 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19505/statm: 80441 7638 1881 364 0 16350 0
[pid=19520] ppid=19505 vsize=280752 CPUtime=0.09 cores=0,2,4,6
/proc/19520/stat : 19520 (python) S 19505 19505 18093 0 -1 4202560 921 0 0 0 4 5 0 0 18 0 1 0 658337833 287490048 6118 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912463 0 0 16781312 514 10232600565850800386 0 0 17 4 0 0 0
/proc/19520/statm: 70188 6118 377 364 0 6106 0
[pid=19522] ppid=19520 vsize=17384 CPUtime=43.17 cores=0,2,4,6
/proc/19522/stat : 19522 (lingeling) R 19520 19522 19522 0 -1 4202496 4871 0 0 0 4317 0 0 0 25 0 1 0 658337833 17801216 3516 33554432000 4194304 4352236 140737045466288 18446744073709551615 4331541 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19522/statm: 4346 3516 129 39 0 3426 0
[pid=19523] ppid=19505 vsize=291008 CPUtime=0.13 cores=0,2,4,6
/proc/19523/stat : 19523 (python) S 19505 19505 18093 0 -1 4202560 938 0 0 0 7 6 0 0 15 0 1 0 658337834 297992192 6116 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 7357967001744015619 0 0 17 0 0 0 0
/proc/19523/statm: 72752 6116 371 364 0 8667 0
[pid=19525] ppid=19523 vsize=83220 CPUtime=43.66 cores=0,2,4,6
/proc/19525/stat : 19525 (cryptominisat-2) R 19523 19525 19525 0 -1 4202496 23223 0 0 0 4362 4 0 0 25 0 1 0 658337834 85217280 13066 33554432000 4194304 4677096 140735034754592 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19525/statm: 20805 13066 392 118 0 15764 0
[pid=19526] ppid=19505 vsize=301264 CPUtime=0.1 cores=0,2,4,6
/proc/19526/stat : 19526 (python) S 19505 19505 18093 0 -1 4202560 939 0 0 0 5 5 0 0 18 0 1 0 658337835 308494336 6120 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 10232600565850800388 0 0 17 4 0 0 0
/proc/19526/statm: 75316 6120 371 364 0 11228 0
[pid=19528] ppid=19526 vsize=17512 CPUtime=43.44 cores=0,2,4,6
/proc/19528/stat : 19528 (lingeling) R 19526 19528 19528 0 -1 4202496 4391 0 0 0 4340 4 0 0 25 0 1 0 658337835 17932288 3548 33554432000 4194304 4352236 140736884467088 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19528/statm: 4378 3548 129 39 0 3458 0
[pid=19529] ppid=19505 vsize=311520 CPUtime=0.09 cores=0,2,4,6
/proc/19529/stat : 19529 (python) S 19505 19505 18093 0 -1 4202560 932 0 0 0 5 4 0 0 18 0 1 0 658337836 318996480 6124 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 10232600565850800387 0 0 17 0 0 0 0
/proc/19529/statm: 77880 6124 371 364 0 13789 0
[pid=19531] ppid=19529 vsize=17188 CPUtime=43.4 cores=0,2,4,6
/proc/19531/stat : 19531 (lingeling) R 19529 19531 19531 0 -1 4202496 4821 0 0 0 4340 0 0 0 25 0 1 0 658337836 17600512 3467 33554432000 4194304 4352236 140735660030592 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19531/statm: 4297 3467 129 39 0 3377 0
[pid=19505/tid=19521] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19521/stat : 19521 (python) S 19503 19505 18093 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 658337833 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 6 0 0 0
[pid=19505/tid=19524] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19524/stat : 19524 (python) S 19503 19505 18093 0 -1 4202560 21 933 0 0 0 0 0 0 21 0 5 0 658337834 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 0 0 0 0
[pid=19505/tid=19527] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19527/stat : 19527 (python) S 19503 19505 18093 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 658337835 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 4 0 0 0
[pid=19505/tid=19530] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19530/stat : 19530 (python) S 19503 19505 18093 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 658337836 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 175.42
Current children cumulated vsize (KiB) 1641612

[startup+46.901 s]
/proc/loadavg: 5.96 5.30 6.55 9/359 19720
/proc/meminfo: memFree=20027896/32951124 swapFree=66457188/67111528
[pid=19505] ppid=19503 vsize=321764 CPUtime=1.34 cores=0,2,4,6
/proc/19505/stat : 19505 (python) S 19503 19505 18093 0 -1 4202496 13766 933 1 0 120 14 0 0 21 0 5 0 658337550 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19505/statm: 80441 7638 1881 364 0 16350 0
[pid=19520] ppid=19505 vsize=280752 CPUtime=0.09 cores=0,2,4,6
/proc/19520/stat : 19520 (python) S 19505 19505 18093 0 -1 4202560 921 0 0 0 4 5 0 0 18 0 1 0 658337833 287490048 6118 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912463 0 0 16781312 514 10232600565850800386 0 0 17 4 0 0 0
/proc/19520/statm: 70188 6118 377 364 0 6106 0
[pid=19522] ppid=19520 vsize=17384 CPUtime=43.56 cores=0,2,4,6
/proc/19522/stat : 19522 (lingeling) R 19520 19522 19522 0 -1 4202496 4871 0 0 0 4356 0 0 0 25 0 1 0 658337833 17801216 3516 33554432000 4194304 4352236 140737045466288 18446744073709551615 4207623 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19522/statm: 4346 3516 129 39 0 3426 0
[pid=19523] ppid=19505 vsize=291008 CPUtime=0.13 cores=0,2,4,6
/proc/19523/stat : 19523 (python) S 19505 19505 18093 0 -1 4202560 938 0 0 0 7 6 0 0 15 0 1 0 658337834 297992192 6116 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 7357967001744015619 0 0 17 0 0 0 0
/proc/19523/statm: 72752 6116 371 364 0 8667 0
[pid=19525] ppid=19523 vsize=83220 CPUtime=44.05 cores=0,2,4,6
/proc/19525/stat : 19525 (cryptominisat-2) R 19523 19525 19525 0 -1 4202496 23279 0 0 0 4401 4 0 0 25 0 1 0 658337834 85217280 13122 33554432000 4194304 4677096 140735034754592 18446744073709551615 4319799 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19525/statm: 20805 13122 392 118 0 15764 0
[pid=19526] ppid=19505 vsize=301264 CPUtime=0.1 cores=0,2,4,6
/proc/19526/stat : 19526 (python) S 19505 19505 18093 0 -1 4202560 939 0 0 0 5 5 0 0 18 0 1 0 658337835 308494336 6120 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 10232600565850800388 0 0 17 4 0 0 0
/proc/19526/statm: 75316 6120 371 364 0 11228 0
[pid=19528] ppid=19526 vsize=17512 CPUtime=43.83 cores=0,2,4,6
/proc/19528/stat : 19528 (lingeling) R 19526 19528 19528 0 -1 4202496 4391 0 0 0 4379 4 0 0 25 0 1 0 658337835 17932288 3548 33554432000 4194304 4352236 140736884467088 18446744073709551615 4207744 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19528/statm: 4378 3548 129 39 0 3458 0
[pid=19529] ppid=19505 vsize=311520 CPUtime=0.09 cores=0,2,4,6
/proc/19529/stat : 19529 (python) S 19505 19505 18093 0 -1 4202560 932 0 0 0 5 4 0 0 18 0 1 0 658337836 318996480 6124 33554432000 4194304 5683644 140736009992528 18446744073709551615 232335912518 0 0 16781312 514 10232600565850800387 0 0 17 0 0 0 0
/proc/19529/statm: 77880 6124 371 364 0 13789 0
[pid=19531] ppid=19529 vsize=17188 CPUtime=43.79 cores=0,2,4,6
/proc/19531/stat : 19531 (lingeling) R 19529 19531 19531 0 -1 4202496 4821 0 0 0 4379 0 0 0 25 0 1 0 658337836 17600512 3467 33554432000 4194304 4352236 140735660030592 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19531/statm: 4297 3467 129 39 0 3377 0
[pid=19505/tid=19521] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19521/stat : 19521 (python) S 19503 19505 18093 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 5 0 658337833 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 6 0 0 0
[pid=19505/tid=19524] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19524/stat : 19524 (python) S 19503 19505 18093 0 -1 4202560 21 933 0 0 0 0 0 0 21 0 5 0 658337834 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 0 0 0 0
[pid=19505/tid=19527] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19527/stat : 19527 (python) S 19503 19505 18093 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 658337835 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 4 0 0 0
[pid=19505/tid=19530] ppid=19503 vsize=321764 CPUtime=0 cores=0,2,4,6
/proc/19505/task/19530/stat : 19530 (python) S 19503 19505 18093 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 658337836 329486336 7638 33554432000 4194304 5683644 140736009992528 18446744073709551615 232347716017 0 0 16781312 2 18446604446615713856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 176.98
Current children cumulated vsize (KiB) 1641612

Child status: 0
Real time (s): 46.9449
CPU time (s): 177.191
CPU user time (s): 176.694
CPU system time (s): 0.496924
CPU usage (%): 377.444
Max. virtual memory (cumulated for all children) (KiB): 1642748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 176.694
system time used= 0.496924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61022
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= 8015
involuntary context switches= 1496

runsolver used 0.160975 second user time and 0.351946 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 15:49:54
IDJOB=3378853
IDBENCH=87988
IDSOLVER=1860
FILE ID=node132/3378853-1305467394
RUNJOBID= node132-1305467394-19490
PBS_JOBID= 13324991
Free space on /tmp= 73344 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net70-60-10.shuffled.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378853-1305467394/watcher-3378853-1305467394 -o /tmp/evaluation-result-3378853-1305467394/solver-3378853-1305467394 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378853-1305467394.cnf -seed 209369040 -budget 4800 -cores 4

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

MD5SUM BENCH= 6ebe2de27b5534e626cb88c01abcf6c6
RANDOM SEED=209369040

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20247472 kB
Buffers:        307480 kB
Cached:        5999500 kB
SwapCached:       6904 kB
Active:        5941140 kB
Inactive:      6440628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20247472 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:           65616 kB
Writeback:           0 kB
AnonPages:     6072784 kB
Mapped:          22396 kB
Slab:           226560 kB
PageTables:      31552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 58155704 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73280 MiB
End job on node132 at 2011-05-15 15:50:41