Trace number 3317171

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-random? (MO) 1971.59 497.227

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S971556279-001-UNKNOWN.cnf
MD5SUM9224277e61359574518ca553717e02ee
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 540000
Number of clauses of size over 50

Solver Data

0.31/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.67	c INFO: solving HOME/instance-3317171-1304267952.cnf
0.31/0.67	c INFO: computing task features
0.47/0.89	c INFO: computed variable-clause graph statistics
0.47/0.90	c INFO: computed clause balance statistics
1.57/1.96	c INFO: computed variable balance statistics
2.17/2.53	c INFO: computed small-clause counts
2.17/2.54	c INFO: computed Horn-clause counts
2.17/2.58	c INFO: computed variable graph statistics
2.17/2.58	c INFO: collected features for HOME/instance-3317171-1304267952.cnf in 1.90 s
2.27/2.61	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.38)
2.27/2.64	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.13)
2.27/2.67	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.08)
2.37/2.70	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.07)
398.18/101.84	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.05)
402.17/102.87	c INFO: running gnovelty+2@0 for 97 with 4697 remaining (b = 0.05)
402.54/102.91	c INFO: running FH@0 for 97 with 4697 remaining (b = 0.03)
402.54/102.95	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.03)
797.49/202.05	c INFO: running adaptg2wsat2009++@0 for 97 with 4598 remaining (b = 0.02)
801.84/203.11	c INFO: running FH@0 for 97 with 4597 remaining (b = 0.02)
801.84/203.17	c INFO: running hybridGM3@0 for 194 with 4597 remaining (b = 0.04)
802.12/203.22	c INFO: running gnovelty+2@0 for 97 with 4597 remaining (b = 0.02)
1193.25/301.49	c INFO: running hybridGM3@0 for 194 with 4499 remaining (b = 0.03)
1195.71/302.25	c INFO: running adaptg2wsat2009++@0 for 97 with 4498 remaining (b = 0.01)
1195.99/302.35	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1584.17/399.63	c INFO: running hybridGM3@100 for 97 with 4401 remaining (b = 0.01)
1595.32/402.49	c INFO: running hybridGM3@0 for 194 with 4398 remaining (b = 0.02)
1962.44/494.83	c INFO: running TNM@0 for 1552 with 4305 remaining (b = 0.19)
1970.75/496.90	c INFO: running FH@0 for 97 with 4303 remaining (b = 0.01)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3317171-1304267952/watcher-3317171-1304267952 -o /tmp/evaluation-result-3317171-1304267952/solver-3317171-1304267952 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317171-1304267952.cnf -seed 1962411866 -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: 7.86 7.12 4.02 5/237 5970
/proc/meminfo: memFree=21215140/32951124 swapFree=67111524/67111528
[pid=5970] ppid=5968 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/5970/stat : 5970 (python) R 5968 5970 5629 0 -1 4202496 811 0 0 0 0 0 0 0 25 0 1 0 519210812 15753216 696 33554432000 4194304 5683644 140734633832704 18446744073709551615 4433760 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/5970/statm: 3846 696 334 364 0 333 0

[startup+0.0448031 s]
/proc/loadavg: 7.86 7.12 4.02 5/237 5970
/proc/meminfo: memFree=21215140/32951124 swapFree=67111524/67111528
[pid=5970] ppid=5968 vsize=18884 CPUtime=0.02 cores=0,2,4,6
/proc/5970/stat : 5970 (python) R 5968 5970 5629 0 -1 4202496 1286 0 0 0 2 0 0 0 25 0 1 0 519210812 19337216 1138 33554432000 4194304 5683644 140734633832704 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/5970/statm: 4721 1138 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100975 s]
/proc/loadavg: 7.86 7.12 4.02 5/237 5970
/proc/meminfo: memFree=21215140/32951124 swapFree=67111524/67111528
[pid=5970] ppid=5968 vsize=89768 CPUtime=0.06 cores=0,2,4,6
/proc/5970/stat : 5970 (python) S 5968 5970 5629 0 -1 4202496 2673 0 0 0 4 2 0 0 25 0 1 0 519210812 91922432 2388 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/5970/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.301235 s]
/proc/loadavg: 7.86 7.12 4.02 5/237 5970
/proc/meminfo: memFree=21215140/32951124 swapFree=67111524/67111528
[pid=5970] ppid=5968 vsize=135748 CPUtime=0.16 cores=0,2,4,6
/proc/5970/stat : 5970 (python) S 5968 5970 5629 0 -1 4202496 5967 934 1 0 12 4 0 0 17 0 1 0 519210812 139005952 4151 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/5970/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135748

[startup+0.707683 s]
/proc/loadavg: 7.86 7.12 4.02 5/237 5970
/proc/meminfo: memFree=21215140/32951124 swapFree=67111524/67111528
[pid=5970] ppid=5968 vsize=280864 CPUtime=0.38 cores=0,2,4,6
/proc/5970/stat : 5970 (python) R 5968 5970 5629 0 -1 4202496 9875 934 1 0 30 8 0 0 16 0 1 0 519210812 287604736 7557 33554432000 4194304 5683644 140734633832704 18446744073709551615 4300592 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5970/statm: 70216 7558 1761 364 0 6140 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 280864

[startup+1.50054 s]
/proc/loadavg: 7.86 7.12 4.02 6/238 5975
/proc/meminfo: memFree=21180968/32951124 swapFree=67111524/67111528
[pid=5970] ppid=5968 vsize=290808 CPUtime=1.17 cores=0,2,4,6
/proc/5970/stat : 5970 (python) R 5968 5970 5629 0 -1 4202496 14010 934 1 0 109 8 0 0 17 0 1 0 519210812 297787392 10086 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726091507 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5970/statm: 72702 10086 1826 364 0 8626 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 290808

[startup+3.10019 s]
/proc/loadavg: 7.86 7.12 4.02 6/238 5975
/proc/meminfo: memFree=21179728/32951124 swapFree=67111524/67111528
[pid=5970] ppid=5968 vsize=325516 CPUtime=2.37 cores=0,2,4,6
/proc/5970/stat : 5970 (python) S 5968 5970 5629 0 -1 4202496 16962 934 1 0 228 9 0 0 20 0 5 0 519210812 333328384 8578 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5970/statm: 81379 8578 1883 364 0 17288 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 325516
heavy processes:

[startup+6.30059 s]
/proc/loadavg: 7.87 7.14 4.04 9/250 5987
/proc/meminfo: memFree=21147088/32951124 swapFree=67111524/67111528
[pid=5970] ppid=5968 vsize=325516 CPUtime=2.37 cores=0,2,4,6
/proc/5970/stat : 5970 (python) S 5968 5970 5629 0 -1 4202496 16962 934 1 0 228 9 0 0 20 0 5 0 519210812 333328384 8578 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5970/statm: 81379 8578 1883 364 0 17288 0
[pid=5976] ppid=5970 vsize=284988 CPUtime=0 cores=0,2,4,6
/proc/5976/stat : 5976 (python) S 5970 5970 5629 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 519211073 291827712 6900 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425103 0 0 16781312 514 635957804678480130 0 0 17 6 0 0 0
/proc/5976/statm: 71247 6900 355 364 0 7165 0
[pid=5978] ppid=5976 vsize=1020308 CPUtime=3.67 cores=0,2,4,6
/proc/5978/stat : 5978 (gnovelty+2) R 5976 5978 5978 0 -1 4202496 1153 0 0 0 367 0 0 0 25 0 1 0 519211074 1044795392 892 33554432000 134512640 135663704 4292346384 18446744073709551615 134525187 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5978/statm: 255077 892 113 282 0 254793 0
[pid=5979] ppid=5970 vsize=295008 CPUtime=0 cores=0,2,4,6
/proc/5979/stat : 5979 (python) S 5970 5970 5629 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 519211076 302088192 7033 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425158 0 0 16781312 514 4333537068685689091 0 0 17 0 0 0 0
/proc/5979/statm: 73752 7033 349 364 0 9667 0
[pid=5981] ppid=5979 vsize=1020308 CPUtime=3.64 cores=0,2,4,6
/proc/5981/stat : 5981 (gnovelty+2) R 5979 5981 5981 0 -1 4202496 1154 0 0 0 364 0 0 0 25 0 1 0 519211077 1044795392 892 33554432000 134512640 135663704 4288198288 18446744073709551615 134546967 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5981/statm: 255077 892 113 282 0 254793 0
[pid=5982] ppid=5970 vsize=305228 CPUtime=0 cores=0,2,4,6
/proc/5982/stat : 5982 (python) S 5970 5970 5629 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 519211079 312553472 7037 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425158 0 0 16781312 514 4545020158829101316 0 0 17 6 0 0 0
/proc/5982/statm: 76307 7037 349 364 0 12219 0
[pid=5984] ppid=5982 vsize=423400 CPUtime=3.58 cores=0,2,4,6
/proc/5984/stat : 5984 (adaptg2wsat2009) R 5982 5984 5984 0 -1 4202496 2626 0 0 0 358 0 0 0 25 0 1 0 519211080 433561600 2357 33554432000 134512640 135107411 4288680272 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/5984/statm: 105850 2357 59 146 0 104726 0
[pid=5985] ppid=5970 vsize=315552 CPUtime=0 cores=0,2,4,6
/proc/5985/stat : 5985 (python) S 5970 5970 5629 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 519211082 323125248 7041 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425158 0 0 16781312 514 4353032234479878401 0 0 17 0 0 0 0
/proc/5985/statm: 78888 7041 349 364 0 14797 0
[pid=5987] ppid=5985 vsize=423400 CPUtime=3.58 cores=0,2,4,6
/proc/5987/stat : 5987 (adaptg2wsat2009) R 5985 5987 5987 0 -1 4202496 2621 0 0 0 358 0 0 0 25 0 1 0 519211083 433561600 2357 33554432000 134512640 135107411 4289464352 18446744073709551615 134531561 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5987/statm: 105850 2357 59 146 0 104726 0
[pid=5970/tid=5977] ppid=5968 vsize=325516 CPUtime=0 cores=0,2,4,6
/proc/5970/task/5977/stat : 5977 (python) S 5968 5970 5629 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 519211074 333328384 8578 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 6 0 0 0
[pid=5970/tid=5980] ppid=5968 vsize=325516 CPUtime=0 cores=0,2,4,6
/proc/5970/task/5980/stat : 5980 (python) S 5968 5970 5629 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 5 0 519211077 333328384 8578 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 0 0 0 0
[pid=5970/tid=5983] ppid=5968 vsize=325516 CPUtime=0 cores=0,2,4,6
/proc/5970/task/5983/stat : 5983 (python) S 5968 5970 5629 0 -1 4202560 22 934 0 0 0 0 0 0 24 0 5 0 519211080 333328384 8578 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 6 0 0 0
[pid=5970/tid=5986] ppid=5968 vsize=325516 CPUtime=0 cores=0,2,4,6
/proc/5970/task/5986/stat : 5986 (python) S 5968 5970 5629 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 519211083 333328384 8578 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.84
Current children cumulated vsize (KiB) 4413708

[startup+12.7014 s]
/proc/loadavg: 7.88 7.15 4.06 9/250 5987
/proc/meminfo: memFree=21145360/32951124 swapFree=67111524/67111528
[pid=5970] ppid=5968 vsize=325516 CPUtime=2.37 cores=0,2,4,6
/proc/5970/stat : 5970 (python) S 5968 5970 5629 0 -1 4202496 16962 934 1 0 228 9 0 0 20 0 5 0 519210812 333328384 8578 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5970/statm: 81379 8578 1883 364 0 17288 0
[pid=5976] ppid=5970 vsize=284988 CPUtime=0.01 cores=0,2,4,6
/proc/5976/stat : 5976 (python) S 5970 5970 5629 0 -1 4202560 900 0 0 0 0 1 0 0 18 0 1 0 519211073 291827712 6923 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425103 0 0 16781312 514 13280094954324984066 0 0 17 6 0 0 0
/proc/5976/statm: 71247 6923 378 364 0 7165 0
[pid=5978] ppid=5976 vsize=1020308 CPUtime=10.05 cores=0,2,4,6
/proc/5978/stat : 5978 (gnovelty+2) R 5976 5978 5978 0 -1 4202496 1153 0 0 0 1005 0 0 0 25 0 1 0 519211074 1044795392 892 33554432000 134512640 135663704 4292346384 18446744073709551615 134544259 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5978/statm: 255077 892 113 282 0 254793 0
[pid=5979] ppid=5970 vsize=295008 CPUtime=0 cores=0,2,4,6
/proc/5979/stat : 5979 (python) S 5970 5970 5629 0 -1 4202560 908 0 0 0 0 0 0 0 18 0 1 0 519211076 302088192 7056 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425158 0 0 16781312 514 4333537068685689091 0 0 17 0 0 0 0
/proc/5979/statm: 73752 7056 372 364 0 9667 0
[pid=5981] ppid=5979 vsize=1020308 CPUtime=10.04 cores=0,2,4,6
/proc/5981/stat : 5981 (gnovelty+2) R 5979 5981 5981 0 -1 4202496 1154 0 0 0 1004 0 0 0 25 0 1 0 519211077 1044795392 892 33554432000 134512640 135663704 4288198288 18446744073709551615 134525444 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5981/statm: 255077 892 113 282 0 254793 0
[pid=5982] ppid=5970 vsize=305228 CPUtime=0 cores=0,2,4,6
/proc/5982/stat : 5982 (python) S 5970 5970 5629 0 -1 4202560 890 0 0 0 0 0 0 0 18 0 1 0 519211079 312553472 7060 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425158 0 0 16781312 514 4545020158829101316 0 0 17 6 0 0 0
/proc/5982/statm: 76307 7060 372 364 0 12219 0
[pid=5984] ppid=5982 vsize=423400 CPUtime=9.91 cores=0,2,4,6
/proc/5984/stat : 5984 (adaptg2wsat2009) R 5982 5984 5984 0 -1 4202496 2626 0 0 0 991 0 0 0 25 0 1 0 519211080 433561600 2357 33554432000 134512640 135107411 4288680272 18446744073709551615 134532326 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/5984/statm: 105850 2357 59 146 0 104726 0
[pid=5985] ppid=5970 vsize=315552 CPUtime=0 cores=0,2,4,6
/proc/5985/stat : 5985 (python) S 5970 5970 5629 0 -1 4202560 925 0 0 0 0 0 0 0 18 0 1 0 519211082 323125248 7063 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425158 0 0 16781312 514 4353032234479878401 0 0 17 0 0 0 0
/proc/5985/statm: 78888 7063 371 364 0 14797 0
[pid=5987] ppid=5985 vsize=423400 CPUtime=9.98 cores=0,2,4,6
/proc/5987/stat : 5987 (adaptg2wsat2009) R 5985 5987 5987 0 -1 4202496 2621 0 0 0 998 0 0 0 25 0 1 0 519211083 433561600 2357 33554432000 134512640 135107411 4289464352 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5987/statm: 105850 2357 59 146 0 104726 0
[pid=5970/tid=5977] ppid=5968 vsize=325516 CPUtime=0 cores=0,2,4,6
/proc/5970/task/5977/stat : 5977 (python) S 5968 5970 5629 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 519211074 333328384 8578 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 6 0 0 0
[pid=5970/tid=5980] ppid=5968 vsize=325516 CPUtime=0 cores=0,2,4,6
/proc/5970/task/5980/stat : 5980 (python) S 5968 5970 5629 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 5 0 519211077 333328384 8578 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 0 0 0 0
[pid=5970/tid=5983] ppid=5968 vsize=325516 CPUtime=0 cores=0,2,4,6
/proc/5970/task/5983/stat : 5983 (python) S 5968 5970 5629 0 -1 4202560 22 934 0 0 0 0 0 0 24 0 5 0 519211080 333328384 8578 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 6 0 0 0
[pid=5970/tid=5986] ppid=5968 vsize=325516 CPUtime=0 cores=0,2,4,6
/proc/5970/task/5986/stat : 5986 (python) S 5968 5970 5629 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 519211083 333328384 8578 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.36
Current children cumulated vsize (KiB) 4413708

[startup+25.501 s]
/proc/loadavg: 8.22 7.26 4.15 9/250 5988
/proc/meminfo: memFree=21145120/32951124 swapFree=67111524/67111528
[pid=5970] ppid=5968 vsize=325516 CPUtime=2.37 cores=0,2,4,6
/proc/5970/stat : 5970 (python) S 5968 5970 5629 0 -1 4202496 16962 934 1 0 228 9 0 0 20 0 5 0 519210812 333328384 8578 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5970/statm: 81379 8578 1883 364 0 17288 0
[pid=5976] ppid=5970 vsize=284988 CPUtime=0.03 cores=0,2,4,6
/proc/5976/stat : 5976 (python) S 5970 5970 5629 0 -1 4202560 904 0 0 0 1 2 0 0 18 0 1 0 519211073 291827712 6923 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425103 0 0 16781312 514 13280094954324984066 0 0 17 6 0 0 0
/proc/5976/statm: 71247 6923 378 364 0 7165 0
[pid=5978] ppid=5976 vsize=1020308 CPUtime=22.79 cores=0,2,4,6
/proc/5978/stat : 5978 (gnovelty+2) R 5976 5978 5978 0 -1 4202496 1153 0 0 0 2279 0 0 0 25 0 1 0 519211074 1044795392 892 33554432000 134512640 135663704 4292346384 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5978/statm: 255077 892 113 282 0 254793 0
[pid=5979] ppid=5970 vsize=295008 CPUtime=0.03 cores=0,2,4,6
/proc/5979/stat : 5979 (python) S 5970 5970 5629 0 -1 4202560 915 0 0 0 1 2 0 0 18 0 1 0 519211076 302088192 7056 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425158 0 0 16781312 514 13280094954324984067 0 0 17 0 0 0 0
/proc/5979/statm: 73752 7056 372 364 0 9667 0
[pid=5981] ppid=5979 vsize=1020308 CPUtime=22.84 cores=0,2,4,6
/proc/5981/stat : 5981 (gnovelty+2) R 5979 5981 5981 0 -1 4202496 1154 0 0 0 2284 0 0 0 25 0 1 0 519211077 1044795392 892 33554432000 134512640 135663704 4288198288 18446744073709551615 134524610 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5981/statm: 255077 892 113 282 0 254793 0
[pid=5982] ppid=5970 vsize=305228 CPUtime=0.03 cores=0,2,4,6
/proc/5982/stat : 5982 (python) S 5970 5970 5629 0 -1 4202560 896 0 0 0 2 1 0 0 18 0 1 0 519211079 312553472 7060 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425158 0 0 16781312 514 13280094954324984068 0 0 17 6 0 0 0
/proc/5982/statm: 76307 7060 372 364 0 12219 0
[pid=5984] ppid=5982 vsize=423400 CPUtime=22.58 cores=0,2,4,6
/proc/5984/stat : 5984 (adaptg2wsat2009) R 5982 5984 5984 0 -1 4202496 2626 0 0 0 2258 0 0 0 25 0 1 0 519211080 433561600 2357 33554432000 134512640 135107411 4288680272 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/5984/statm: 105850 2357 59 146 0 104726 0
[pid=5985] ppid=5970 vsize=315552 CPUtime=0.03 cores=0,2,4,6
/proc/5985/stat : 5985 (python) S 5970 5970 5629 0 -1 4202560 933 0 0 0 2 1 0 0 18 0 1 0 519211082 323125248 7064 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425158 0 0 16781312 514 13280094954324984065 0 0 17 0 0 0 0
/proc/5985/statm: 78888 7064 372 364 0 14797 0
[pid=5987] ppid=5985 vsize=423400 CPUtime=22.78 cores=0,2,4,6
/proc/5987/stat : 5987 (adaptg2wsat2009) R 5985 5987 5987 0 -1 4202496 2621 0 0 0 2278 0 0 0 25 0 1 0 519211083 433561600 2357 33554432000 134512640 135107411 4289464352 18446744073709551615 134532318 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5987/statm: 105850 2357 59 146 0 104726 0
[pid=5970/tid=5977] ppid=5968 vsize=325516 CPUtime=0 cores=0,2,4,6
/proc/5970/task/5977/stat : 5977 (python) S 5968 5970 5629 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 519211074 333328384 8578 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 6 0 0 0
[pid=5970/tid=5980] ppid=5968 vsize=325516 CPUtime=0 cores=0,2,4,6
/proc/5970/task/5980/stat : 5980 (python) S 5968 5970 5629 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 5 0 519211077 333328384 8578 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 0 0 0 0
[pid=5970/tid=5983] ppid=5968 vsize=325516 CPUtime=0 cores=0,2,4,6

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

/proc/5982/statm: 76307 7089 400 364 0 12219 0
[pid=5984] ppid=5982 vsize=423400 CPUtime=99.17 cores=0,2,4,6
/proc/5984/stat : 5984 (adaptg2wsat2009) T 5982 5984 5984 0 -1 4202496 2626 0 0 0 9917 0 0 0 25 0 1 0 519211080 433561600 2357 33554432000 134512640 135107411 4288680272 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/5984/statm: 105850 2357 59 146 0 104726 0
[pid=5982/tid=6006] ppid=5970 vsize=305228 CPUtime=0 cores=0,2,4,6
/proc/5982/task/6006/stat : 6006 (python) S 5970 5970 5629 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519221096 312553472 7089 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 514 18446604453970913216 0 0 -1 6 0 0 0
[pid=5985] ppid=5970 vsize=315552 CPUtime=0.15 cores=0,2,4,6
/proc/5985/stat : 5985 (python) S 5970 5970 5629 0 -1 4202560 1113 0 0 0 8 7 0 0 19 0 2 0 519211082 323125248 7093 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5985/statm: 78888 7093 400 364 0 14797 0
[pid=5987] ppid=5985 vsize=423400 CPUtime=100.16 cores=0,2,4,6
/proc/5987/stat : 5987 (adaptg2wsat2009) T 5985 5987 5987 0 -1 4202496 2621 0 0 0 10016 0 0 0 25 0 1 0 519211083 433561600 2357 33554432000 134512640 135107411 4289464352 18446744073709551615 134532121 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/5987/statm: 105850 2357 59 146 0 104726 0
[pid=5985/tid=6009] ppid=5970 vsize=315552 CPUtime=0 cores=0,2,4,6
/proc/5985/task/6009/stat : 6009 (python) S 5970 5970 5629 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519221100 323125248 7093 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 514 18446604453926212544 0 0 -1 6 0 0 0
[pid=6003] ppid=5970 vsize=325884 CPUtime=0.16 cores=0,2,4,6
/proc/6003/stat : 6003 (python) S 5970 5970 5629 0 -1 4202560 1112 0 0 0 8 8 0 0 19 0 2 0 519220996 333705216 7097 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6003/statm: 81471 7097 400 364 0 17377 0
[pid=6005] ppid=6003 vsize=423400 CPUtime=98.76 cores=0,2,4,6
/proc/6005/stat : 6005 (adaptg2wsat2009) T 6003 6005 6005 0 -1 4202496 2623 0 0 0 9874 2 0 0 25 0 1 0 519220997 433561600 2357 33554432000 134512640 135107411 4294098624 18446744073709551615 134537745 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6005/statm: 105850 2357 59 146 0 104726 0
[pid=6003/tid=6028] ppid=5970 vsize=325884 CPUtime=0 cores=0,2,4,6
/proc/6003/task/6028/stat : 6028 (python) S 5970 5970 5629 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519231013 333705216 7097 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 514 18446604453919834240 0 0 -1 6 0 0 0
[pid=6007] ppid=5970 vsize=336224 CPUtime=0.16 cores=0,2,4,6
/proc/6007/stat : 6007 (python) S 5970 5970 5629 0 -1 4202560 1121 0 0 0 9 7 0 0 19 0 2 0 519221099 344293376 7101 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6007/statm: 84056 7101 400 364 0 19959 0
[pid=6011] ppid=6007 vsize=1020308 CPUtime=100.07 cores=0,2,4,6
/proc/6011/stat : 6011 (gnovelty+2) T 6007 6011 6011 0 -1 4202496 1156 0 0 0 10007 0 0 0 25 0 1 0 519221100 1044795392 891 33554432000 134512640 135663704 4291952288 18446744073709551615 134525218 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6011/statm: 255077 891 113 282 0 254793 0
[pid=6007/tid=6036] ppid=5970 vsize=336224 CPUtime=0 cores=0,2,4,6
/proc/6007/task/6036/stat : 6036 (python) S 5970 5970 5629 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519231126 344293376 7101 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 514 18446604453919835136 0 0 -1 6 0 0 0
[pid=6012] ppid=5970 vsize=346568 CPUtime=0.16 cores=0,2,4,6
/proc/6012/stat : 6012 (python) S 5970 5970 5629 0 -1 4202560 1183 0 0 0 8 8 0 0 19 0 2 0 519221103 354885632 7111 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6012/statm: 86642 7111 406 364 0 22542 0
[pid=6014] ppid=6012 vsize=253028 CPUtime=100.15 cores=0,2,4,6
/proc/6014/stat : 6014 (FH) T 6012 6014 6014 0 -1 4202496 2497 0 0 0 10015 0 0 0 25 0 1 0 519221104 259100672 2233 33554432000 134512640 134936988 4288062016 18446744073709551615 134554252 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6014/statm: 63257 2233 41 104 0 62761 0
[pid=6012/tid=6032] ppid=5970 vsize=346568 CPUtime=0 cores=0,2,4,6
/proc/6012/task/6032/stat : 6032 (python) S 5970 5970 5629 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 519231119 354885632 7111 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 514 18446604451483601664 0 0 -1 2 0 0 0
[pid=6015] ppid=5970 vsize=356804 CPUtime=0.16 cores=0,2,4,6
/proc/6015/stat : 6015 (python) S 5970 5970 5629 0 -1 4202560 1168 0 0 0 9 7 0 0 19 0 2 0 519221107 365367296 7126 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6015/statm: 89201 7126 406 364 0 25098 0
[pid=6017] ppid=6015 vsize=423400 CPUtime=99.66 cores=0,2,4,6
/proc/6017/stat : 6017 (adaptg2wsat2009) T 6015 6017 6017 0 -1 4202496 2624 0 0 0 9965 1 0 0 25 0 1 0 519221107 433561600 2357 33554432000 134512640 135107411 4288898144 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6017/statm: 105850 2357 59 146 0 104726 0
[pid=6015/tid=6035] ppid=5970 vsize=356804 CPUtime=0 cores=0,2,4,6
/proc/6015/task/6035/stat : 6035 (python) S 5970 5970 5629 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519231125 365367296 7126 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 514 18446604453979476096 0 0 -1 0 0 0 0
[pid=6029] ppid=5970 vsize=367272 CPUtime=0.17 cores=0,2,4,6
/proc/6029/stat : 6029 (python) S 5970 5970 5629 0 -1 4202560 1149 0 0 0 10 7 0 0 19 0 2 0 519231017 376086528 7124 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6029/statm: 91818 7124 400 364 0 27712 0
[pid=6031] ppid=6029 vsize=423400 CPUtime=98.07 cores=0,2,4,6
/proc/6031/stat : 6031 (adaptg2wsat2009) T 6029 6031 6031 0 -1 4202496 2628 0 0 0 9807 0 0 0 25 0 1 0 519231017 433561600 2356 33554432000 134512640 135107411 4288124000 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6031/statm: 105850 2356 59 146 0 104726 0
[pid=6029/tid=6060] ppid=5970 vsize=367272 CPUtime=0 cores=0,2,4,6
/proc/6029/task/6060/stat : 6060 (python) S 5970 5970 5629 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519241033 376086528 7124 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 514 18446604453926211648 0 0 -1 0 0 0 0
[pid=6033] ppid=5970 vsize=377324 CPUtime=0.17 cores=0,2,4,6
/proc/6033/stat : 6033 (python) S 5970 5970 5629 0 -1 4202560 1156 0 0 0 10 7 0 0 19 0 2 0 519231123 386379776 7176 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6033/statm: 94331 7176 400 364 0 30222 0
[pid=6037] ppid=6033 vsize=253032 CPUtime=99.15 cores=0,2,4,6
/proc/6037/stat : 6037 (FH) T 6033 6037 6037 0 -1 4202496 2505 0 0 0 9915 0 0 0 25 0 1 0 519231126 259104768 2234 33554432000 134512640 134936988 4287513584 18446744073709551615 134545109 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6037/statm: 63258 2234 41 104 0 62762 0
[pid=6033/tid=6064] ppid=5970 vsize=377324 CPUtime=0 cores=0,2,4,6
/proc/6033/task/6064/stat : 6064 (python) S 5970 5970 5629 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 519241042 386379776 7176 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 514 18446604453929121792 0 0 -1 6 0 0 0
[pid=6038] ppid=5970 vsize=387700 CPUtime=0.52 cores=0,2,4,6
/proc/6038/stat : 6038 (python) S 5970 5970 5629 0 -1 4202560 1194 0 0 0 30 22 0 0 18 0 2 0 519231129 397004800 7180 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6038/statm: 96925 7180 400 364 0 32813 0
[pid=6040] ppid=6038 vsize=268424 CPUtime=291.47 cores=0,2,4,6
/proc/6040/stat : 6040 (hybridGM3) T 6038 6040 6040 0 -1 4202496 6190 0 0 0 29146 1 0 0 25 0 1 0 519231130 274866176 5919 33554432000 134512640 135204385 4286654288 18446744073709551615 134545403 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6040/statm: 67106 5919 63 169 0 66936 0
[pid=6038/tid=6071] ppid=5970 vsize=387700 CPUtime=0 cores=0,2,4,6
/proc/6038/task/6071/stat : 6071 (python) S 5970 5970 5629 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 519250770 397004800 7180 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 514 18446604453956605760 0 0 -1 0 0 0 0
[pid=6041] ppid=5970 vsize=398084 CPUtime=0.17 cores=0,2,4,6
/proc/6041/stat : 6041 (python) S 5970 5970 5629 0 -1 4202560 1169 0 0 0 8 9 0 0 19 0 2 0 519231134 407638016 7184 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6041/statm: 99521 7184 400 364 0 35406 0
[pid=6043] ppid=6041 vsize=1020308 CPUtime=97.89 cores=0,2,4,6
/proc/6043/stat : 6043 (gnovelty+2) T 6041 6043 6043 0 -1 4202496 1165 0 0 0 9788 1 0 0 25 0 1 0 519231134 1044795392 892 33554432000 134512640 135663704 4290641792 18446744073709551615 134525187 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6043/statm: 255077 892 113 282 0 254793 0
[pid=6041/tid=6056] ppid=5970 vsize=398084 CPUtime=0 cores=0,2,4,6
/proc/6041/task/6056/stat : 6056 (python) S 5970 5970 5629 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 519240956 407638016 7184 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 514 18446604453947926400 0 0 -1 6 0 0 0
[pid=6057] ppid=5970 vsize=408340 CPUtime=0.34 cores=0,2,4,6
/proc/6057/stat : 6057 (python) S 5970 5970 5629 0 -1 4202560 1026 0 0 0 17 17 0 0 18 0 1 0 519240961 418140160 7170 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425158 0 0 16781312 514 13280094954324984065 0 0 17 6 0 0 0
/proc/6057/statm: 102085 7170 372 364 0 37967 0
[pid=6059] ppid=6057 vsize=268424 CPUtime=195.6 cores=0,2,4,6
/proc/6059/stat : 6059 (hybridGM3) R 6057 6059 6059 0 -1 4202496 6192 0 0 0 19559 1 0 0 25 0 1 0 519240961 274866176 5920 33554432000 134512640 135204385 4289405120 18446744073709551615 134538284 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6059/statm: 67106 5920 63 169 0 66936 0
[pid=6061] ppid=5970 vsize=418740 CPUtime=0.19 cores=0,2,4,6
/proc/6061/stat : 6061 (python) S 5970 5970 5629 0 -1 4202560 1179 0 0 0 10 9 0 0 19 0 2 0 519241037 428789760 7203 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6061/statm: 104685 7203 400 364 0 40564 0
[pid=6063] ppid=6061 vsize=423400 CPUtime=97.86 cores=0,2,4,6
/proc/6063/stat : 6063 (adaptg2wsat2009) T 6061 6063 6063 0 -1 4202496 2628 0 0 0 9786 0 0 0 25 0 1 0 519241038 433561600 2356 33554432000 134512640 135107411 4287053360 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6063/statm: 105850 2356 59 146 0 104726 0
[pid=6061/tid=6072] ppid=5970 vsize=418740 CPUtime=0 cores=0,2,4,6
/proc/6061/task/6072/stat : 6072 (python) S 5970 5970 5629 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519251056 428789760 7203 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 514 18446604453932852416 0 0 -1 2 0 0 0
[pid=6065] ppid=5970 vsize=428868 CPUtime=0.35 cores=0,2,4,6
/proc/6065/stat : 6065 (python) S 5970 5970 5629 0 -1 4202560 1233 0 0 0 19 16 0 0 19 0 2 0 519241047 439160832 7251 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6065/statm: 107217 7251 408 364 0 43093 0
[pid=6067] ppid=6065 vsize=268420 CPUtime=194.13 cores=0,2,4,6
/proc/6067/stat : 6067 (hybridGM3) T 6065 6067 6067 0 -1 4202496 6194 0 0 0 19412 1 0 0 25 0 1 0 519241047 274862080 5918 33554432000 134512640 135204385 4292115616 18446744073709551615 134538559 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6067/statm: 67105 5918 63 169 0 66935 0
[pid=6065/tid=6131] ppid=5970 vsize=428868 CPUtime=0 cores=0,2,4,6
/proc/6065/task/6131/stat : 6131 (python) S 5970 5970 5629 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519260497 439160832 7251 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 514 18446604440279315712 0 0 -1 6 0 0 0
[pid=6073] ppid=5970 vsize=439132 CPUtime=0.16 cores=0,2,4,6
/proc/6073/stat : 6073 (python) S 5970 5970 5629 0 -1 4202560 1075 0 0 0 8 8 0 0 18 0 1 0 519251061 449671168 7234 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425158 0 0 16781312 514 13280094954324984066 0 0 17 6 0 0 0
/proc/6073/statm: 109783 7234 380 364 0 45656 0
[pid=6075] ppid=6073 vsize=268424 CPUtime=91.63 cores=0,2,4,6
/proc/6075/stat : 6075 (hybridGM3) R 6073 6075 6075 0 -1 4202496 6195 0 0 0 9161 2 0 0 25 0 1 0 519251061 274866176 5919 33554432000 134512640 135204385 4290677440 18446744073709551615 134538355 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6075/statm: 67106 5919 63 169 0 66936 0
[pid=6128] ppid=5970 vsize=449976 CPUtime=0 cores=0,2,4,6
/proc/6128/stat : 6128 (python) S 5970 5970 5629 0 -1 4202560 843 0 0 0 0 0 0 0 18 0 1 0 519260296 460775424 7209 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425158 0 0 16781312 514 4369512539390705921 0 0 17 0 0 0 0
/proc/6128/statm: 112494 7209 351 364 0 48364 0
[pid=6130] ppid=6128 vsize=461508 CPUtime=2.17 cores=0,2,4,6
/proc/6130/stat : 6130 (TNM) R 6128 6130 6130 0 -1 4202496 2469 0 0 0 217 0 0 0 25 0 1 0 519260296 472584192 2194 33554432000 134512640 135008748 4291262336 18446744073709551615 134527773 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6130/statm: 115377 2194 46 122 0 114277 0
[pid=6132] ppid=5970 vsize=459916 CPUtime=0 cores=0,2,4,6
/proc/6132/stat : 6132 (python) S 5970 5970 5629 0 -1 4202560 830 0 0 0 0 0 0 0 19 0 1 0 519260502 470953984 7254 33554432000 4194304 5683644 140734633832704 18446744073709551615 264726425158 0 0 16781312 514 4483573951510872063 0 0 17 6 0 0 0
/proc/6132/statm: 114979 7254 347 364 0 50846 0
[pid=6134] ppid=6132 vsize=248616 CPUtime=0.2 cores=0,2,4,6
/proc/6134/stat : 6134 (FH) R 6132 6134 6134 0 -1 4202496 1485 0 0 0 20 0 0 0 21 0 1 0 519260503 254582784 1214 33554432000 134512640 134936988 4291068608 18446744073709551615 134523665 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6134/statm: 62154 1214 37 104 0 61658 0
[pid=5970/tid=5977] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/5977/stat : 5977 (python) S 5968 5970 5629 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 19 0 519211074 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 6 0 0 0
[pid=5970/tid=5980] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/5980/stat : 5980 (python) S 5968 5970 5629 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 19 0 519211077 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 0 0 0 0
[pid=5970/tid=5983] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/5983/stat : 5983 (python) S 5968 5970 5629 0 -1 4202560 22 934 0 0 0 0 0 0 24 0 19 0 519211080 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 6 0 0 0
[pid=5970/tid=5986] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/5986/stat : 5986 (python) S 5968 5970 5629 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 19 0 519211083 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 0 0 0 0
[pid=5970/tid=6004] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/6004/stat : 6004 (python) S 5968 5970 5629 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 19 0 519220997 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 0 0 0 0
[pid=5970/tid=6008] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/6008/stat : 6008 (python) S 5968 5970 5629 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 19 0 519221099 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 4 0 0 0
[pid=5970/tid=6013] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/6013/stat : 6013 (python) S 5968 5970 5629 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 19 0 519221103 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 0 0 0 0
[pid=5970/tid=6016] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/6016/stat : 6016 (python) S 5968 5970 5629 0 -1 4202560 29 934 0 0 0 0 0 0 23 0 19 0 519221107 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 0 0 0 0
[pid=5970/tid=6030] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/6030/stat : 6030 (python) S 5968 5970 5629 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 19 0 519231017 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 0 0 0 0
[pid=5970/tid=6034] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/6034/stat : 6034 (python) S 5968 5970 5629 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 19 0 519231124 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 4 0 0 0
[pid=5970/tid=6039] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/6039/stat : 6039 (python) S 5968 5970 5629 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 19 0 519231129 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 0 0 0 0
[pid=5970/tid=6042] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/6042/stat : 6042 (python) S 5968 5970 5629 0 -1 4202560 29 934 0 0 0 0 0 0 23 0 19 0 519231134 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 6 0 0 0
[pid=5970/tid=6058] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/6058/stat : 6058 (python) S 5968 5970 5629 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 19 0 519240961 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 6 0 0 0
[pid=5970/tid=6062] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/6062/stat : 6062 (python) S 5968 5970 5629 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 19 0 519241038 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 6 0 0 0
[pid=5970/tid=6066] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/6066/stat : 6066 (python) S 5968 5970 5629 0 -1 4202560 28 934 0 0 0 0 0 0 21 0 19 0 519241047 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 6 0 0 0
[pid=5970/tid=6074] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/6074/stat : 6074 (python) S 5968 5970 5629 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 19 0 519251061 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 6 0 0 0
[pid=5970/tid=6129] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/6129/stat : 6129 (python) S 5968 5970 5629 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 19 0 519260296 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 6 0 0 0
[pid=5970/tid=6133] ppid=5968 vsize=469736 CPUtime=0 cores=0,2,4,6
/proc/5970/task/6133/stat : 6133 (python) S 5968 5970 5629 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 19 0 519260503 481009664 8822 33554432000 4194304 5683644 140734633832704 18446744073709551615 264738228657 0 0 16781312 2 18446604453961885696 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1971.59
Current children cumulated vsize (KiB) 16093096

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5970 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=916556
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=140978
# CPU time returned by wait4() is 3.05753
# while last known CPU time is 1971.59
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 497.227
CPU time (s): 1971.59
CPU user time (s): 1969.82
CPU system time (s): 1.77
CPU usage (%): 396.517
Max. virtual memory (cumulated for all children) (KiB): 16093096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.91656
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32061
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= 3100
involuntary context switches= 94

runsolver used 2.65959 second user time and 5.52116 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-01 18:39:12
IDJOB=3317171
IDBENCH=82636
IDSOLVER=1705
FILE ID=node141/3317171-1304267952
RUNJOBID= node141-1304267280-5647
PBS_JOBID= 13173938
Free space on /tmp= 72584 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S971556279-001-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317171-1304267952/watcher-3317171-1304267952 -o /tmp/evaluation-result-3317171-1304267952/solver-3317171-1304267952 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317171-1304267952.cnf -seed 1962411866 -budget 4800 -cores 4

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

MD5SUM BENCH= 9224277e61359574518ca553717e02ee
RANDOM SEED=1962411866

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      21215552 kB
Buffers:       1417188 kB
Cached:        9039040 kB
SwapCached:          4 kB
Active:        3440672 kB
Inactive:      7698472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21215552 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           32724 kB
Writeback:           0 kB
AnonPages:      682732 kB
Mapped:          22104 kB
Slab:           519564 kB
PageTables:      17120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13617028 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= 72552 MiB
End job on node141 at 2011-05-01 18:47:31