Trace number 3484106

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-seq-random (fixed, 1200 s timeout)? 1147.57 1147.07

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S64788608-008-UNKNOWN.cnf
MD5SUMc0e1e71ade06eb64bd0f5dbaf6b892a1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark138.192
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.65	c INFO: solving HOME/instance-3484106-1307747509.cnf
0.36/0.65	c INFO: computing task features
0.94/1.26	c INFO: computed variable-clause graph statistics
0.94/1.28	c INFO: computed clause balance statistics
3.94/4.27	c INFO: computed variable balance statistics
6.35/6.66	c INFO: computed small-clause counts
6.35/6.68	c INFO: computed Horn-clause counts
8.34/8.69	c INFO: computed variable graph statistics
8.34/8.69	c INFO: collected features for HOME/instance-3484106-1307747509.cnf in 8.02 s
8.34/8.70	c INFO: running hybridGM3@0 for 97 with 1191 remaining (b = 0.35)
108.93/109.22	c INFO: running hybridGM3@0 for 97 with 1091 remaining (b = 0.21)
209.44/209.74	c INFO: running hybridGM3@0 for 97 with 991 remaining (b = 0.14)
309.92/310.24	c INFO: running hybridGM3@100 for 97 with 890 remaining (b = 0.10)
407.03/407.37	c INFO: running hybridGM3@100 for 97 with 793 remaining (b = 0.10)
419.86/420.14	c INFO: running TNM@0 for 97 with 781 remaining (b = 0.13)
519.09/519.29	c INFO: running hybridGM3@100 for 97 with 682 remaining (b = 0.10)
587.69/587.80	c INFO: running hybridGM3@0 for 194 with 615 remaining (b = 0.18)
737.24/737.13	c INFO: running hybridGM3@0 for 194 with 467 remaining (b = 0.13)
933.89/933.78	c INFO: running hybridGM3@0 for 271 with 271 remaining (b = 0.10)
1001.72/1001.56	c INFO: running hybridGM3@0 for 206 with 206 remaining (b = 0.07)
1147.41/1147.04	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484106-1307747509/watcher-3484106-1307747509 -o /tmp/evaluation-result-3484106-1307747509/solver-3484106-1307747509 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484106-1307747509.cnf -seed 1698788713 -budget 1200 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.00 3.31 1.72 4/234 11184
/proc/meminfo: memFree=31405984/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=15380 CPUtime=0 cores=5,7
/proc/11184/stat : 11184 (python) S 11182 11184 10649 0 -1 4202496 793 0 0 0 0 0 0 0 23 0 1 0 867166790 15749120 679 33554432000 4194304 5683644 140736718358752 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/11184/statm: 3845 679 322 364 0 332 0

[startup+0.0578341 s]
/proc/loadavg: 4.00 3.31 1.72 4/234 11184
/proc/meminfo: memFree=31405984/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=29792 CPUtime=0.03 cores=5,7
/proc/11184/stat : 11184 (python) R 11182 11184 10649 0 -1 4202496 1413 0 0 0 3 0 0 0 17 0 1 0 867166790 30507008 1255 33554432000 4194304 5683644 140736718358752 18446744073709551615 233509958341 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11184/statm: 7448 1257 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.100825 s]
/proc/loadavg: 4.00 3.31 1.72 4/234 11184
/proc/meminfo: memFree=31405984/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=89772 CPUtime=0.06 cores=5,7
/proc/11184/stat : 11184 (python) S 11182 11184 10649 0 -1 4202496 2674 0 0 0 5 1 0 0 17 0 1 0 867166790 91926528 2388 33554432000 4194304 5683644 140736718358752 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/11184/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89772

[startup+0.300733 s]
/proc/loadavg: 4.00 3.31 1.72 4/234 11184
/proc/meminfo: memFree=31405984/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=135752 CPUtime=0.19 cores=5,7
/proc/11184/stat : 11184 (python) S 11182 11184 10649 0 -1 4202496 5978 930 1 0 13 6 0 0 17 0 1 0 867166790 139010048 4149 33554432000 4194304 5683644 140736718358752 18446744073709551615 233510293509 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/11184/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.701658 s]
/proc/loadavg: 4.00 3.31 1.72 4/234 11184
/proc/meminfo: memFree=31405984/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=284168 CPUtime=0.44 cores=5,7
/proc/11184/stat : 11184 (python) R 11182 11184 10649 0 -1 4202496 10725 930 1 0 32 12 0 0 15 0 1 0 867166790 290988032 8390 33554432000 4194304 5683644 140736718358752 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11184/statm: 71042 8390 1761 364 0 6966 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 284168

[startup+1.50056 s]
/proc/loadavg: 3.92 3.30 1.73 5/235 11189
/proc/meminfo: memFree=31360368/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=317988 CPUtime=1.24 cores=5,7
/proc/11184/stat : 11184 (python) R 11182 11184 10649 0 -1 4202496 23815 930 1 0 110 14 0 0 16 0 1 0 867166790 325619712 16881 33554432000 4194304 5683644 140736718358752 18446744073709551615 233509952550 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11184/statm: 79497 16881 1826 364 0 15421 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 317988

[startup+3.10026 s]
/proc/loadavg: 3.92 3.30 1.73 5/235 11189
/proc/meminfo: memFree=31344372/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=317988 CPUtime=2.84 cores=5,7
/proc/11184/stat : 11184 (python) R 11182 11184 10649 0 -1 4202496 23815 930 1 0 270 14 0 0 18 0 1 0 867166790 325619712 16881 33554432000 4194304 5683644 140736718358752 18446744073709551615 233509953426 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11184/statm: 79497 16881 1826 364 0 15421 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 317988

[startup+6.30069 s]
/proc/loadavg: 3.92 3.30 1.73 5/235 11189
/proc/meminfo: memFree=31343340/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=317988 CPUtime=6.04 cores=5,7
/proc/11184/stat : 11184 (python) R 11182 11184 10649 0 -1 4202496 23816 930 1 0 590 14 0 0 25 0 1 0 867166790 325619712 16882 33554432000 4194304 5683644 140736718358752 18446744073709551615 233509964672 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11184/statm: 79497 16882 1827 364 0 15421 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 317988

[startup+12.7005 s]
/proc/loadavg: 3.93 3.33 1.75 5/238 11192
/proc/meminfo: memFree=31311996/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=325128 CPUtime=8.44 cores=5,7
/proc/11184/stat : 11184 (python) S 11182 11184 10649 0 -1 4202496 24098 930 1 0 830 14 0 0 25 0 2 0 867166790 332931072 16144 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11184/statm: 81282 16144 1867 364 0 17200 0
[pid=11190] ppid=11184 vsize=314884 CPUtime=0 cores=5,7
/proc/11190/stat : 11190 (python) S 11184 11184 10649 0 -1 4202560 724 0 0 0 0 0 0 0 15 0 1 0 867167660 322441216 14626 33554432000 4194304 5683644 140736718358752 18446744073709551615 233510317583 0 0 16781312 514 6161306924584239365 0 0 17 5 0 0 0
/proc/11190/statm: 78721 14626 353 364 0 14639 0
[pid=11192] ppid=11190 vsize=276240 CPUtime=3.98 cores=5,7
/proc/11192/stat : 11192 (hybridGM3) R 11190 11192 11192 0 -1 4202496 8559 0 0 0 398 0 0 0 25 0 1 0 867167660 282869760 8298 33554432000 134512640 135204385 4286734992 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11192/statm: 69060 8298 64 169 0 68890 0
[pid=11184/tid=11191] ppid=11182 vsize=325128 CPUtime=0 cores=5,7
/proc/11184/task/11191/stat : 11191 (python) S 11182 11184 10649 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 2 0 867167660 332931072 16144 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 916252

[startup+25.5012 s]
/proc/loadavg: 3.94 3.35 1.77 5/238 11192
/proc/meminfo: memFree=31311636/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=325128 CPUtime=8.44 cores=5,7
/proc/11184/stat : 11184 (python) S 11182 11184 10649 0 -1 4202496 24098 930 1 0 830 14 0 0 25 0 2 0 867166790 332931072 16144 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11184/statm: 81282 16144 1867 364 0 17200 0
[pid=11190] ppid=11184 vsize=314884 CPUtime=0.02 cores=5,7
/proc/11190/stat : 11190 (python) S 11184 11184 10649 0 -1 4202560 872 0 0 0 1 1 0 0 15 0 1 0 867167660 322441216 14649 33554432000 4194304 5683644 140736718358752 18446744073709551615 233510317583 0 0 16781312 514 11489544666538279173 0 0 17 5 0 0 0
/proc/11190/statm: 78721 14649 376 364 0 14639 0
[pid=11192] ppid=11190 vsize=276240 CPUtime=16.76 cores=5,7
/proc/11192/stat : 11192 (hybridGM3) R 11190 11192 11192 0 -1 4202496 8560 0 0 0 1676 0 0 0 25 0 1 0 867167660 282869760 8299 33554432000 134512640 135204385 4286734992 18446744073709551615 134547403 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11192/statm: 69060 8299 64 169 0 68890 0
[pid=11184/tid=11191] ppid=11182 vsize=325128 CPUtime=0 cores=5,7
/proc/11184/task/11191/stat : 11191 (python) S 11182 11184 10649 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 2 0 867167660 332931072 16144 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 916252

[startup+51.1006 s]
/proc/loadavg: 3.96 3.41 1.84 5/238 11193
/proc/meminfo: memFree=31311472/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=325128 CPUtime=8.44 cores=5,7
/proc/11184/stat : 11184 (python) S 11182 11184 10649 0 -1 4202496 24098 930 1 0 830 14 0 0 25 0 2 0 867166790 332931072 16144 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11184/statm: 81282 16144 1867 364 0 17200 0
[pid=11190] ppid=11184 vsize=314884 CPUtime=0.05 cores=5,7
/proc/11190/stat : 11190 (python) S 11184 11184 10649 0 -1 4202560 884 0 0 0 3 2 0 0 15 0 1 0 867167660 322441216 14649 33554432000 4194304 5683644 140736718358752 18446744073709551615 233510317583 0 0 16781312 514 11489544666538279173 0 0 17 5 0 0 0
/proc/11190/statm: 78721 14649 376 364 0 14639 0
[pid=11192] ppid=11190 vsize=276240 CPUtime=42.32 cores=5,7
/proc/11192/stat : 11192 (hybridGM3) R 11190 11192 11192 0 -1 4202496 8560 0 0 0 4232 0 0 0 25 0 1 0 867167660 282869760 8299 33554432000 134512640 135204385 4286734992 18446744073709551615 134537435 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11192/statm: 69060 8299 64 169 0 68890 0
[pid=11184/tid=11191] ppid=11182 vsize=325128 CPUtime=0 cores=5,7
/proc/11184/task/11191/stat : 11191 (python) S 11182 11184 10649 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 2 0 867167660 332931072 16144 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 916252

[startup+102.308 s]
/proc/loadavg: 3.98 3.50 1.95 5/244 11200
/proc/meminfo: memFree=31295336/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=325128 CPUtime=8.44 cores=5,7
/proc/11184/stat : 11184 (python) S 11182 11184 10649 0 -1 4202496 24098 930 1 0 830 14 0 0 25 0 2 0 867166790 332931072 16144 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11184/statm: 81282 16144 1867 364 0 17200 0
[pid=11190] ppid=11184 vsize=314884 CPUtime=0.13 cores=5,7
/proc/11190/stat : 11190 (python) S 11184 11184 10649 0 -1 4202560 907 0 0 0 7 6 0 0 15 0 1 0 867167660 322441216 14649 33554432000 4194304 5683644 140736718358752 18446744073709551615 233510317583 0 0 16781312 514 11489544666538279173 0 0 17 5 0 0 0
/proc/11190/statm: 78721 14649 376 364 0 14639 0
[pid=11192] ppid=11190 vsize=276240 CPUtime=93.48 cores=5,7
/proc/11192/stat : 11192 (hybridGM3) R 11190 11192 11192 0 -1 4202496 8560 0 0 0 9348 0 0 0 25 0 1 0 867167660 282869760 8299 33554432000 134512640 135204385 4286734992 18446744073709551615 134536806 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11192/statm: 69060 8299 64 169 0 68890 0
[pid=11184/tid=11191] ppid=11182 vsize=325128 CPUtime=0 cores=5,7
/proc/11184/task/11191/stat : 11191 (python) S 11182 11184 10649 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 2 0 867167660 332931072 16144 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 916252

[startup+162.301 s]
/proc/loadavg: 3.99 3.59 2.08 5/248 11206
/proc/meminfo: memFree=31256940/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=335384 CPUtime=8.45 cores=5,7
/proc/11184/stat : 11184 (python) S 11182 11184 10649 0 -1 4202496 24994 930 1 0 831 14 0 0 20 0 3 0 867166790 343433216 16151 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11184/statm: 83846 16151 1870 364 0 19761 0
[pid=11190] ppid=11184 vsize=325128 CPUtime=0.15 cores=5,7
/proc/11190/stat : 11190 (python) S 11184 11184 10649 0 -1 4202560 1152 0 0 0 8 7 0 0 16 0 2 0 867167660 332931072 14693 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11190/statm: 81282 14693 415 364 0 17200 0
[pid=11192] ppid=11190 vsize=276240 CPUtime=100.36 cores=5,7
/proc/11192/stat : 11192 (hybridGM3) T 11190 11192 11192 0 -1 4202496 8560 0 0 0 10036 0 0 0 25 0 1 0 867167660 282869760 8299 33554432000 134512640 135204385 4286734992 18446744073709551615 134545975 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11192/statm: 69060 8299 64 169 0 68890 0
[pid=11190/tid=11202] ppid=11184 vsize=325128 CPUtime=0 cores=5,7
/proc/11190/task/11202/stat : 11202 (python) S 11184 11184 10649 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867177711 332931072 14693 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 514 18446604471130177984 0 0 -1 5 0 0 0
[pid=11203] ppid=11184 vsize=325140 CPUtime=0.08 cores=5,7
/proc/11203/stat : 11203 (python) S 11184 11184 10649 0 -1 4202560 906 0 0 0 4 4 0 0 15 0 1 0 867177712 332943360 14647 33554432000 4194304 5683644 140736718358752 18446744073709551615 233510317638 0 0 16781312 514 11489544666538279175 0 0 17 5 0 0 0
/proc/11203/statm: 81285 14647 370 364 0 17200 0
[pid=11205] ppid=11203 vsize=276236 CPUtime=53 cores=5,7
/proc/11205/stat : 11205 (hybridGM3) R 11203 11205 11205 0 -1 4202496 8562 0 0 0 5299 1 0 0 25 0 1 0 867177712 282865664 8297 33554432000 134512640 135204385 4288692496 18446744073709551615 134547392 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11205/statm: 69059 8297 64 169 0 68889 0
[pid=11184/tid=11191] ppid=11182 vsize=335384 CPUtime=0 cores=5,7
/proc/11184/task/11191/stat : 11191 (python) S 11182 11184 10649 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 3 0 867167660 343433216 16151 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
[pid=11184/tid=11204] ppid=11182 vsize=335384 CPUtime=0 cores=5,7
/proc/11184/task/11204/stat : 11204 (python) S 11182 11184 10649 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 867177712 343433216 16151 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 1538128

[startup+222.301 s]
/proc/loadavg: 4.05 3.67 2.20 6/228 11263
/proc/meminfo: memFree=31285136/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=345640 CPUtime=8.46 cores=5,7
/proc/11184/stat : 11184 (python) S 11182 11184 10649 0 -1 4202496 25836 930 1 0 831 15 0 0 20 0 4 0 867166790 353935360 16157 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11184/statm: 86410 16157 1872 364 0 22322 0
[pid=11190] ppid=11184 vsize=325128 CPUtime=0.15 cores=5,7
/proc/11190/stat : 11190 (python) S 11184 11184 10649 0 -1 4202560 1152 0 0 0 8 7 0 0 16 0 2 0 867167660 332931072 14693 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11190/statm: 81282 14693 415 364 0 17200 0
[pid=11192] ppid=11190 vsize=276240 CPUtime=100.36 cores=5,7
/proc/11192/stat : 11192 (hybridGM3) T 11190 11192 11192 0 -1 4202496 8560 0 0 0 10036 0 0 0 25 0 1 0 867167660 282869760 8299 33554432000 134512640 135204385 4286734992 18446744073709551615 134545975 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11192/statm: 69060 8299 64 169 0 68890 0
[pid=11190/tid=11202] ppid=11184 vsize=325128 CPUtime=0 cores=5,7
/proc/11190/task/11202/stat : 11202 (python) S 11184 11184 10649 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867177711 332931072 14693 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 514 18446604471130177984 0 0 -1 5 0 0 0

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

/proc/11184/task/11442/stat : 11442 (python) S 11182 11184 10649 0 -1 4202560 30 40031 0 0 0 0 49899 63 20 0 9 0 867260169 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11682] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11682/stat : 11682 (python) S 11182 11184 10649 0 -1 4202560 27 40031 0 0 0 0 49899 63 20 0 9 0 867266946 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1146.71
Current children cumulated vsize (KiB) 3116284

[startup+1146.7 s]
/proc/loadavg: 4.03 4.02 3.35 5/215 12069
/proc/meminfo: memFree=31444788/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=396920 CPUtime=508.14 cores=5,7
/proc/11184/stat : 11184 (python) S 11182 11184 10649 0 -1 4202496 30221 40031 1 0 836 16 49899 63 19 0 9 0 867166790 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11184/statm: 99230 16187 1882 364 0 35127 0
[pid=11190] ppid=11184 vsize=325128 CPUtime=0.29 cores=5,7
/proc/11190/stat : 11190 (python) S 11184 11184 10649 0 -1 4202560 1190 0 0 0 16 13 0 0 15 0 2 0 867167660 332931072 14694 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11190/statm: 81282 14694 416 364 0 17200 0
[pid=11192] ppid=11190 vsize=276240 CPUtime=197.36 cores=5,7
/proc/11192/stat : 11192 (hybridGM3) T 11190 11192 11192 0 -1 4202496 8560 0 0 0 19736 0 0 0 25 0 1 0 867167660 282869760 8299 33554432000 134512640 135204385 4286734992 18446744073709551615 134537565 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11192/statm: 69060 8299 64 169 0 68890 0
[pid=11190/tid=11202] ppid=11184 vsize=325128 CPUtime=0 cores=5,7
/proc/11190/task/11202/stat : 11202 (python) S 11184 11184 10649 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867177711 332931072 14694 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 514 18446604471130177984 0 0 -1 7 0 0 0
[pid=11370] ppid=11184 vsize=345652 CPUtime=0.15 cores=5,7
/proc/11370/stat : 11370 (python) S 11184 11184 10649 0 -1 4202560 1074 0 0 0 7 8 0 0 19 0 2 0 867208804 353947648 14685 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11370/statm: 86413 14685 399 364 0 22322 0
[pid=11372] ppid=11370 vsize=467024 CPUtime=99.14 cores=5,7
/proc/11372/stat : 11372 (TNM) T 11370 11372 11372 0 -1 4202496 6820 0 0 0 9913 1 0 0 25 0 1 0 867208804 478232576 6559 33554432000 134512640 135008748 4290180848 18446744073709551615 134529488 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11372/statm: 116756 6559 46 122 0 115656 0
[pid=11370/tid=11386] ppid=11184 vsize=345652 CPUtime=0 cores=5,7
/proc/11370/task/11386/stat : 11386 (python) S 11184 11184 10649 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867218718 353947648 14685 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 514 18446604454224050112 0 0 -1 5 0 0 0
[pid=11416] ppid=11184 vsize=366164 CPUtime=0.31 cores=5,7
/proc/11416/stat : 11416 (python) S 11184 11184 10649 0 -1 4202560 1116 0 0 0 16 15 0 0 17 0 2 0 867240503 374951936 14693 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11416/statm: 91541 14693 399 364 0 27444 0
[pid=11418] ppid=11416 vsize=276240 CPUtime=196.4 cores=5,7
/proc/11418/stat : 11418 (hybridGM3) T 11416 11418 11418 0 -1 4202496 8564 0 0 0 19639 1 0 0 25 0 1 0 867240503 282869760 8302 33554432000 134512640 135204385 4288331728 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11418/statm: 69060 8302 64 169 0 68890 0
[pid=11416/tid=11440] ppid=11184 vsize=366164 CPUtime=0 cores=5,7
/proc/11416/task/11440/stat : 11440 (python) S 11184 11184 10649 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 867260168 374951936 14693 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 514 18446604454223472448 0 0 -1 5 0 0 0
[pid=11681] ppid=11184 vsize=386676 CPUtime=0.19 cores=5,7
/proc/11681/stat : 11681 (python) S 11184 11184 10649 0 -1 4202560 994 0 0 0 10 9 0 0 15 0 1 0 867266946 395956224 14677 33554432000 4194304 5683644 140736718358752 18446744073709551615 233510317638 0 0 16781312 514 11489544666538279173 0 0 17 7 0 0 0
/proc/11681/statm: 96669 14677 376 364 0 32566 0
[pid=11683] ppid=11681 vsize=276240 CPUtime=145.13 cores=5,7
/proc/11683/stat : 11683 (hybridGM3) R 11681 11683 11683 0 -1 4202496 8612 0 0 0 14512 1 0 0 25 0 1 0 867266947 282869760 8341 33554432000 134512640 135204385 4289464352 18446744073709551615 134537290 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11683/statm: 69060 8341 64 169 0 68890 0
[pid=11184/tid=11191] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11191/stat : 11191 (python) S 11182 11184 10649 0 -1 4202560 30 40031 0 0 0 0 49899 63 18 0 9 0 867167660 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
[pid=11184/tid=11204] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11204/stat : 11204 (python) S 11182 11184 10649 0 -1 4202560 31 40031 0 0 0 0 49899 63 18 0 9 0 867177712 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11261] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11261/stat : 11261 (python) S 11182 11184 10649 0 -1 4202560 34 40031 0 0 0 0 49899 63 18 0 9 0 867187764 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11371] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11371/stat : 11371 (python) S 11182 11184 10649 0 -1 4202560 27 40031 0 0 0 0 49899 63 20 0 9 0 867208804 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
[pid=11184/tid=11395] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11395/stat : 11395 (python) S 11182 11184 10649 0 -1 4202560 25 40031 0 0 0 0 49899 63 20 0 9 0 867225571 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11417] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11417/stat : 11417 (python) S 11182 11184 10649 0 -1 4202560 25 40031 0 0 0 0 49899 63 20 0 9 0 867240503 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11442] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11442/stat : 11442 (python) S 11182 11184 10649 0 -1 4202560 30 40031 0 0 0 0 49899 63 20 0 9 0 867260169 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11682] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11682/stat : 11682 (python) S 11182 11184 10649 0 -1 4202560 27 40031 0 0 0 0 49899 63 20 0 9 0 867266946 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1147.11
Current children cumulated vsize (KiB) 3116284

[startup+1146.9 s]
/proc/loadavg: 4.03 4.02 3.35 5/215 12069
/proc/meminfo: memFree=31444788/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=396920 CPUtime=508.14 cores=5,7
/proc/11184/stat : 11184 (python) S 11182 11184 10649 0 -1 4202496 30221 40031 1 0 836 16 49899 63 19 0 9 0 867166790 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11184/statm: 99230 16187 1882 364 0 35127 0
[pid=11190] ppid=11184 vsize=325128 CPUtime=0.29 cores=5,7
/proc/11190/stat : 11190 (python) S 11184 11184 10649 0 -1 4202560 1190 0 0 0 16 13 0 0 15 0 2 0 867167660 332931072 14694 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11190/statm: 81282 14694 416 364 0 17200 0
[pid=11192] ppid=11190 vsize=276240 CPUtime=197.36 cores=5,7
/proc/11192/stat : 11192 (hybridGM3) T 11190 11192 11192 0 -1 4202496 8560 0 0 0 19736 0 0 0 25 0 1 0 867167660 282869760 8299 33554432000 134512640 135204385 4286734992 18446744073709551615 134537565 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11192/statm: 69060 8299 64 169 0 68890 0
[pid=11190/tid=11202] ppid=11184 vsize=325128 CPUtime=0 cores=5,7
/proc/11190/task/11202/stat : 11202 (python) S 11184 11184 10649 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867177711 332931072 14694 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 514 18446604471130177984 0 0 -1 7 0 0 0
[pid=11370] ppid=11184 vsize=345652 CPUtime=0.15 cores=5,7
/proc/11370/stat : 11370 (python) S 11184 11184 10649 0 -1 4202560 1074 0 0 0 7 8 0 0 19 0 2 0 867208804 353947648 14685 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11370/statm: 86413 14685 399 364 0 22322 0
[pid=11372] ppid=11370 vsize=467024 CPUtime=99.14 cores=5,7
/proc/11372/stat : 11372 (TNM) T 11370 11372 11372 0 -1 4202496 6820 0 0 0 9913 1 0 0 25 0 1 0 867208804 478232576 6559 33554432000 134512640 135008748 4290180848 18446744073709551615 134529488 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11372/statm: 116756 6559 46 122 0 115656 0
[pid=11370/tid=11386] ppid=11184 vsize=345652 CPUtime=0 cores=5,7
/proc/11370/task/11386/stat : 11386 (python) S 11184 11184 10649 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867218718 353947648 14685 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 514 18446604454224050112 0 0 -1 5 0 0 0
[pid=11416] ppid=11184 vsize=366164 CPUtime=0.31 cores=5,7
/proc/11416/stat : 11416 (python) S 11184 11184 10649 0 -1 4202560 1116 0 0 0 16 15 0 0 17 0 2 0 867240503 374951936 14693 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11416/statm: 91541 14693 399 364 0 27444 0
[pid=11418] ppid=11416 vsize=276240 CPUtime=196.4 cores=5,7
/proc/11418/stat : 11418 (hybridGM3) T 11416 11418 11418 0 -1 4202496 8564 0 0 0 19639 1 0 0 25 0 1 0 867240503 282869760 8302 33554432000 134512640 135204385 4288331728 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11418/statm: 69060 8302 64 169 0 68890 0
[pid=11416/tid=11440] ppid=11184 vsize=366164 CPUtime=0 cores=5,7
/proc/11416/task/11440/stat : 11440 (python) S 11184 11184 10649 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 867260168 374951936 14693 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 514 18446604454223472448 0 0 -1 5 0 0 0
[pid=11681] ppid=11184 vsize=386676 CPUtime=0.19 cores=5,7
/proc/11681/stat : 11681 (python) S 11184 11184 10649 0 -1 4202560 994 0 0 0 10 9 0 0 15 0 1 0 867266946 395956224 14677 33554432000 4194304 5683644 140736718358752 18446744073709551615 233510317638 0 0 16781312 514 11489544666538279173 0 0 17 7 0 0 0
/proc/11681/statm: 96669 14677 376 364 0 32566 0
[pid=11683] ppid=11681 vsize=276240 CPUtime=145.33 cores=5,7
/proc/11683/stat : 11683 (hybridGM3) R 11681 11683 11683 0 -1 4202496 8612 0 0 0 14532 1 0 0 25 0 1 0 867266947 282869760 8341 33554432000 134512640 135204385 4289464352 18446744073709551615 134536656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11683/statm: 69060 8341 64 169 0 68890 0
[pid=11184/tid=11191] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11191/stat : 11191 (python) S 11182 11184 10649 0 -1 4202560 30 40031 0 0 0 0 49899 63 18 0 9 0 867167660 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
[pid=11184/tid=11204] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11204/stat : 11204 (python) S 11182 11184 10649 0 -1 4202560 31 40031 0 0 0 0 49899 63 18 0 9 0 867177712 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11261] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11261/stat : 11261 (python) S 11182 11184 10649 0 -1 4202560 34 40031 0 0 0 0 49899 63 18 0 9 0 867187764 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11371] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11371/stat : 11371 (python) S 11182 11184 10649 0 -1 4202560 27 40031 0 0 0 0 49899 63 20 0 9 0 867208804 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
[pid=11184/tid=11395] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11395/stat : 11395 (python) S 11182 11184 10649 0 -1 4202560 25 40031 0 0 0 0 49899 63 20 0 9 0 867225571 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11417] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11417/stat : 11417 (python) S 11182 11184 10649 0 -1 4202560 25 40031 0 0 0 0 49899 63 20 0 9 0 867240503 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11442] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11442/stat : 11442 (python) S 11182 11184 10649 0 -1 4202560 30 40031 0 0 0 0 49899 63 20 0 9 0 867260169 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11682] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11682/stat : 11682 (python) S 11182 11184 10649 0 -1 4202560 27 40031 0 0 0 0 49899 63 20 0 9 0 867266946 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1147.31
Current children cumulated vsize (KiB) 3116284

[startup+1147 s]
/proc/loadavg: 4.03 4.02 3.35 5/215 12069
/proc/meminfo: memFree=31444788/32951124 swapFree=67056964/67111528
[pid=11184] ppid=11182 vsize=396920 CPUtime=508.14 cores=5,7
/proc/11184/stat : 11184 (python) S 11182 11184 10649 0 -1 4202496 30221 40031 1 0 836 16 49899 63 19 0 9 0 867166790 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11184/statm: 99230 16187 1882 364 0 35127 0
[pid=11190] ppid=11184 vsize=325128 CPUtime=0.29 cores=5,7
/proc/11190/stat : 11190 (python) S 11184 11184 10649 0 -1 4202560 1190 0 0 0 16 13 0 0 15 0 2 0 867167660 332931072 14694 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11190/statm: 81282 14694 416 364 0 17200 0
[pid=11192] ppid=11190 vsize=276240 CPUtime=197.36 cores=5,7
/proc/11192/stat : 11192 (hybridGM3) T 11190 11192 11192 0 -1 4202496 8560 0 0 0 19736 0 0 0 25 0 1 0 867167660 282869760 8299 33554432000 134512640 135204385 4286734992 18446744073709551615 134537565 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11192/statm: 69060 8299 64 169 0 68890 0
[pid=11190/tid=11202] ppid=11184 vsize=325128 CPUtime=0 cores=5,7
/proc/11190/task/11202/stat : 11202 (python) S 11184 11184 10649 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867177711 332931072 14694 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 514 18446604471130177984 0 0 -1 7 0 0 0
[pid=11370] ppid=11184 vsize=345652 CPUtime=0.15 cores=5,7
/proc/11370/stat : 11370 (python) S 11184 11184 10649 0 -1 4202560 1074 0 0 0 7 8 0 0 19 0 2 0 867208804 353947648 14685 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11370/statm: 86413 14685 399 364 0 22322 0
[pid=11372] ppid=11370 vsize=467024 CPUtime=99.14 cores=5,7
/proc/11372/stat : 11372 (TNM) T 11370 11372 11372 0 -1 4202496 6820 0 0 0 9913 1 0 0 25 0 1 0 867208804 478232576 6559 33554432000 134512640 135008748 4290180848 18446744073709551615 134529488 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11372/statm: 116756 6559 46 122 0 115656 0
[pid=11370/tid=11386] ppid=11184 vsize=345652 CPUtime=0 cores=5,7
/proc/11370/task/11386/stat : 11386 (python) S 11184 11184 10649 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867218718 353947648 14685 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 514 18446604454224050112 0 0 -1 5 0 0 0
[pid=11416] ppid=11184 vsize=366164 CPUtime=0.31 cores=5,7
/proc/11416/stat : 11416 (python) S 11184 11184 10649 0 -1 4202560 1116 0 0 0 16 15 0 0 17 0 2 0 867240503 374951936 14693 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11416/statm: 91541 14693 399 364 0 27444 0
[pid=11418] ppid=11416 vsize=276240 CPUtime=196.4 cores=5,7
/proc/11418/stat : 11418 (hybridGM3) T 11416 11418 11418 0 -1 4202496 8564 0 0 0 19639 1 0 0 25 0 1 0 867240503 282869760 8302 33554432000 134512640 135204385 4288331728 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11418/statm: 69060 8302 64 169 0 68890 0
[pid=11416/tid=11440] ppid=11184 vsize=366164 CPUtime=0 cores=5,7
/proc/11416/task/11440/stat : 11440 (python) S 11184 11184 10649 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 867260168 374951936 14693 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 514 18446604454223472448 0 0 -1 5 0 0 0
[pid=11681] ppid=11184 vsize=386676 CPUtime=0.19 cores=5,7
/proc/11681/stat : 11681 (python) S 11184 11184 10649 0 -1 4202560 994 0 0 0 10 9 0 0 15 0 1 0 867266946 395956224 14677 33554432000 4194304 5683644 140736718358752 18446744073709551615 233510317638 0 0 16781312 514 11489544666538279173 0 0 17 7 0 0 0
/proc/11681/statm: 96669 14677 376 364 0 32566 0
[pid=11683] ppid=11681 vsize=276240 CPUtime=145.43 cores=5,7
/proc/11683/stat : 11683 (hybridGM3) R 11681 11683 11683 0 -1 4204032 8612 0 0 0 14540 3 0 0 25 0 1 0 867266947 282869760 8341 33554432000 134512640 135204385 4289464352 18446744073709551615 134539301 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11683/statm: 69060 8341 64 169 0 68890 0
[pid=11184/tid=11191] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11191/stat : 11191 (python) S 11182 11184 10649 0 -1 4202560 30 40031 0 0 0 0 49899 63 18 0 9 0 867167660 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
[pid=11184/tid=11204] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11204/stat : 11204 (python) S 11182 11184 10649 0 -1 4202560 31 40031 0 0 0 0 49899 63 18 0 9 0 867177712 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11261] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11261/stat : 11261 (python) S 11182 11184 10649 0 -1 4202560 34 40031 0 0 0 0 49899 63 18 0 9 0 867187764 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11371] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11371/stat : 11371 (python) S 11182 11184 10649 0 -1 4202560 27 40031 0 0 0 0 49899 63 20 0 9 0 867208804 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
[pid=11184/tid=11395] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11395/stat : 11395 (python) S 11182 11184 10649 0 -1 4202560 25 40031 0 0 0 0 49899 63 20 0 9 0 867225571 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11417] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11417/stat : 11417 (python) S 11182 11184 10649 0 -1 4202560 25 40031 0 0 0 0 49899 63 20 0 9 0 867240503 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11442] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11442/stat : 11442 (python) S 11182 11184 10649 0 -1 4202560 30 40031 0 0 0 0 49899 63 20 0 9 0 867260169 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 5 0 0 0
[pid=11184/tid=11682] ppid=11182 vsize=396920 CPUtime=499.62 cores=5,7
/proc/11184/task/11682/stat : 11682 (python) S 11182 11184 10649 0 -1 4202560 27 40031 0 0 0 0 49899 63 20 0 9 0 867266946 406446080 16187 33554432000 4194304 5683644 140736718358752 18446744073709551615 233522121137 0 0 16781312 2 18446604471158053056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1147.41
Current children cumulated vsize (KiB) 3116284

Child status: 0
Real time (s): 1147.07
CPU time (s): 1147.57
CPU user time (s): 1146.19
CPU system time (s): 1.38279
CPU usage (%): 100.043
Max. virtual memory (cumulated for all children) (KiB): 3116284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1146.19
system time used= 1.38279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116091
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= 4338
involuntary context switches= 2978

runsolver used 2.23366 second user time and 5.36218 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-11 01:11:49
IDJOB=3484106
IDBENCH=82617
IDSOLVER=1975
FILE ID=node145/3484106-1307747509
RUNJOBID= node145-1307746987-10670
PBS_JOBID= 13550815
Free space on /tmp= 73988 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S64788608-008-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484106-1307747509/watcher-3484106-1307747509 -o /tmp/evaluation-result-3484106-1307747509/solver-3484106-1307747509 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484106-1307747509.cnf -seed 1698788713 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= c0e1e71ade06eb64bd0f5dbaf6b892a1
RANDOM SEED=1698788713

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31406660 kB
Buffers:        111200 kB
Cached:         822528 kB
SwapCached:       7976 kB
Active:         842228 kB
Inactive:       545604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31406660 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           35304 kB
Writeback:          24 kB
AnonPages:      451988 kB
Mapped:          20432 kB
Slab:            79516 kB
PageTables:      15892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7315168 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= 73800 MiB
End job on node145 at 2011-06-11 01:30:56