Trace number 3378124

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)SAT 782.304 210.666

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S313239685-087-UNKNOWN.cnf
MD5SUMac4ee3ff752a515035c947b106bcabeb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark104.501
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 512750

Solver Data

0.49/14.14	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.49/14.14	c INFO: solving HOME/instance-3378124-1307741578.cnf
0.49/14.14	c INFO: computing task features
0.56/14.23	c INFO: computed variable-clause graph statistics
0.56/14.24	c INFO: computed clause balance statistics
1.06/14.74	c INFO: computed variable balance statistics
1.26/14.94	c INFO: computed small-clause counts
1.26/14.94	c INFO: computed Horn-clause counts
1.26/14.96	c INFO: computed variable graph statistics
1.26/14.96	c INFO: collected features for HOME/instance-3378124-1307741578.cnf in 0.82 s
1.33/15.10	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.37)
1.33/15.11	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.12)
1.33/15.12	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.08)
1.33/15.13	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.06)
401.04/115.23	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.05)
401.04/115.26	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.04)
401.04/115.27	c INFO: running FH@0 for 97 with 1098 remaining (b = 0.03)
401.04/115.28	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.03)
781.95/210.64	s SATISFIABLE
781.95/210.64	v -1 2 -3 4 -5 6 7 -8 -9 -10 -11 12 -13 -14 15 16 17 18 19 20 21 -22 23 -24 25 26 -27 -28 -29 30 -31 32 -33 34 35 -36 37 38 -39 -40 -41 42 -43 -44 45 -46 -47 -48 -49 -50 51 -52 -53 -54 55 56 57 58 -59 -60 61 62 -63 64 -65 -66 -67 68 -69 -70 -71 -72 -73 74 75 -76 77 -78 -79 80 -81 -82 -83 84 -85 86 87 -88 -89 -90 91 92 93 94 95 -96 97 -98 -99 -100 101 102 -103 104 105 -106 -107 -108 109 -110 -111 -112 -113 -114 -115 -116 -117 -118 119 -120 -121 -122 -123 -124 125 126 -127 128 -129 -130 131 132 133 134 -135 -136 137 138 139 140 141 -142 -143 144 145 146 -147 -148 149 150 0

Verifier Data

OK

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-3378124-1307741578/watcher-3378124-1307741578 -o /tmp/evaluation-result-3378124-1307741578/solver-3378124-1307741578 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378124-1307741578.cnf -seed 2144121650 -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: 0.16 0.03 0.01 3/176 17678
/proc/meminfo: memFree=32094796/32950928 swapFree=67055428/67111528
[pid=17678] ppid=17673 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/17678/stat : 17678 (runsolver) S 17673 17678 17633 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 1 0 885755237 12087296 55 33554432000 4194304 5436572 140735415129840 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699953811 0 0 17 0 0 0 0
/proc/17678/statm: 2951 55 36 304 0 2643 0

[startup+0.0567789 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 17678
/proc/meminfo: memFree=32094796/32950928 swapFree=67055428/67111528
[pid=17678] ppid=17673 vsize=1840 CPUtime=0 cores=0,2,4,6
/proc/17678/stat : 17678 (python) D 17673 17678 17633 0 -1 4194304 48 0 0 0 0 0 0 0 20 0 1 0 885755237 1884160 1 33554432000 0 0 140737133397657 18446744073709551615 5057063 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 1
/proc/17678/statm: 460 1 0 0 0 36 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1840

[startup+0.100756 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 17678
/proc/meminfo: memFree=32094796/32950928 swapFree=67055428/67111528
[pid=17678] ppid=17673 vsize=1964 CPUtime=0 cores=0,2,4,6
/proc/17678/stat : 17678 (python) D 17673 17678 17633 0 -1 4194304 76 0 1 0 0 0 0 0 20 0 1 0 885755237 2011136 28 33554432000 4194304 5683644 140737133389456 18446744073709551615 239471772688 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 6
/proc/17678/statm: 491 28 21 364 0 37 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1964

[startup+0.300735 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 17678
/proc/meminfo: memFree=32094796/32950928 swapFree=67055428/67111528
[pid=17678] ppid=17673 vsize=15188 CPUtime=0 cores=0,2,4,6
/proc/17678/stat : 17678 (python) D 17673 17678 17633 0 -1 4202496 722 0 7 0 0 0 0 0 17 0 1 0 885755237 15552512 617 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476694784 0 0 16781312 2 18446744071562234166 0 0 17 6 0 0 21
/proc/17678/statm: 3797 617 322 364 0 284 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15188

[startup+0.700628 s]
/proc/loadavg: 0.16 0.03 0.01 3/176 17678
/proc/meminfo: memFree=32094796/32950928 swapFree=67055428/67111528
[pid=17678] ppid=17673 vsize=15780 CPUtime=0 cores=0,2,4,6
/proc/17678/stat : 17678 (python) S 17673 17678 17633 0 -1 4202496 898 0 7 0 0 0 0 0 16 0 1 0 885755237 16158720 784 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 52
/proc/17678/statm: 3945 784 346 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15780

[startup+1.5005 s]
/proc/loadavg: 0.16 0.03 0.01 2/178 17680
/proc/meminfo: memFree=32087780/32950928 swapFree=67055428/67111528
[pid=17678] ppid=17673 vsize=18892 CPUtime=0.02 cores=0,2,4,6
/proc/17678/stat : 17678 (python) D 17673 17678 17633 0 -1 4202496 1244 0 8 0 1 1 0 0 15 0 1 0 885755237 19345408 1105 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476694784 0 0 16781312 2 18446744071562234166 0 0 17 6 0 0 82
/proc/17678/statm: 4723 1105 421 364 0 692 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18892

[startup+3.10107 s]
/proc/loadavg: 0.16 0.03 0.01 2/178 17680
/proc/meminfo: memFree=32080648/32950928 swapFree=67055428/67111528
[pid=17678] ppid=17673 vsize=101580 CPUtime=0.08 cores=0,2,4,6
/proc/17678/stat : 17678 (python) D 17673 17678 17633 0 -1 4202496 2862 0 30 0 5 3 0 0 15 0 1 0 885755237 104017920 2587 33554432000 4194304 5683644 140737133389456 18446744073709551615 239471774590 0 0 16781312 2 18446744071562234166 0 0 17 6 0 0 159
/proc/17678/statm: 25395 2587 832 364 0 1695 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 101580
heavy processes:

[startup+6.30053 s]
/proc/loadavg: 0.55 0.12 0.04 2/178 17688
/proc/meminfo: memFree=32055204/32950928 swapFree=67055428/67111528
[pid=17678] ppid=17673 vsize=135756 CPUtime=0.28 cores=0,2,4,6
/proc/17678/stat : 17678 (python) D 17673 17678 17633 0 -1 4202496 5952 928 44 8 19 9 0 0 16 0 1 0 885755237 139014144 4163 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476694784 0 0 16781312 2 18446744071562234166 0 0 17 6 0 0 274
/proc/17678/statm: 33939 4163 1032 364 0 3125 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 135756
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 0.50 0.11 0.04 2/178 17688
/proc/meminfo: memFree=32033484/32950928 swapFree=67055428/67111528
[pid=17678] ppid=17673 vsize=226936 CPUtime=0.39 cores=0,2,4,6
/proc/17678/stat : 17678 (python) S 17673 17678 17633 0 -1 4202496 7639 928 92 8 26 13 0 0 15 0 1 0 885755237 232382464 5665 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699953811 0 0 17 0 0 0 483
/proc/17678/statm: 56734 5665 1566 364 0 4272 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 226936
heavy processes:

[startup+25.5007 s]
/proc/loadavg: 1.16 0.27 0.09 10/202 17712
/proc/meminfo: memFree=31866388/32950928 swapFree=67055428/67111528
[pid=17678] ppid=17673 vsize=320604 CPUtime=1.35 cores=0,2,4,6
/proc/17678/stat : 17678 (python) S 17673 17678 17633 0 -1 4202496 13465 928 114 8 119 16 0 0 22 0 5 0 885755237 328298496 7341 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 571
/proc/17678/statm: 80151 7341 1875 364 0 16060 0
[pid=17689] ppid=17678 vsize=278984 CPUtime=0 cores=0,2,4,6
/proc/17689/stat : 17689 (python) S 17678 17678 17633 0 -1 4202560 877 0 0 0 0 0 0 0 18 0 1 0 885756747 285679616 5692 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715023 0 0 16781312 514 5857353527860363524 0 0 17 0 0 0 0
/proc/17689/statm: 69746 5692 377 364 0 5664 0
[pid=17691] ppid=17689 vsize=1018364 CPUtime=10.38 cores=0,2,4,6
/proc/17691/stat : 17691 (gnovelty+2) R 17689 17691 17691 0 -1 4202496 671 0 0 0 1038 0 0 0 25 0 1 0 885756747 1042804736 408 33554432000 134512640 135663704 4286853696 18446744073709551615 134546925 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17691/statm: 254591 408 113 282 0 254307 0
[pid=17692] ppid=17678 vsize=289848 CPUtime=0 cores=0,2,4,6
/proc/17692/stat : 17692 (python) S 17678 17678 17633 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 885756748 296804352 5825 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 5857353527860363524 0 0 17 0 0 0 0
/proc/17692/statm: 72462 5825 371 364 0 8377 0
[pid=17694] ppid=17692 vsize=1018364 CPUtime=10.38 cores=0,2,4,6
/proc/17694/stat : 17694 (gnovelty+2) R 17692 17694 17694 0 -1 4202496 669 0 0 0 1038 0 0 0 25 0 1 0 885756748 1042804736 409 33554432000 134512640 135663704 4288784496 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17694/statm: 254591 409 113 282 0 254307 0
[pid=17695] ppid=17678 vsize=300104 CPUtime=0 cores=0,2,4,6
/proc/17695/stat : 17695 (python) S 17678 17678 17633 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 885756749 307306496 5829 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 5857353527860363524 0 0 17 0 0 0 0
/proc/17695/statm: 75026 5829 371 364 0 10938 0
[pid=17697] ppid=17695 vsize=417976 CPUtime=10.31 cores=0,2,4,6
/proc/17697/stat : 17697 (adaptg2wsat2009) R 17695 17697 17697 0 -1 4202496 998 0 0 0 1031 0 0 0 25 0 1 0 885756749 428007424 735 33554432000 134512640 135107411 4287370736 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17697/statm: 104494 735 59 146 0 103370 0
[pid=17698] ppid=17678 vsize=310360 CPUtime=0 cores=0,2,4,6
/proc/17698/stat : 17698 (python) S 17678 17678 17633 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 885756750 317808640 5833 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 5857353527860363524 0 0 17 0 0 0 0
/proc/17698/statm: 77590 5833 371 364 0 13499 0
[pid=17700] ppid=17698 vsize=417976 CPUtime=10.3 cores=0,2,4,6
/proc/17700/stat : 17700 (adaptg2wsat2009) R 17698 17700 17700 0 -1 4202496 998 0 0 0 1030 0 0 0 25 0 1 0 885756750 428007424 736 33554432000 134512640 135107411 4292821408 18446744073709551615 134532371 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17700/statm: 104494 736 59 146 0 103370 0
[pid=17678/tid=17690] ppid=17673 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17690/stat : 17690 (python) S 17673 17678 17633 0 -1 4202560 24 928 0 8 0 0 0 0 18 0 5 0 885756747 328298496 7341 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17693] ppid=17673 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17693/stat : 17693 (python) S 17673 17678 17633 0 -1 4202560 24 928 0 8 0 0 0 0 20 0 5 0 885756748 328298496 7341 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17696] ppid=17673 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17696/stat : 17696 (python) S 17673 17678 17633 0 -1 4202560 26 928 0 8 0 0 0 0 20 0 5 0 885756749 328298496 7341 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17699] ppid=17673 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17699/stat : 17699 (python) S 17673 17678 17633 0 -1 4202560 28 928 0 8 0 0 0 0 22 0 5 0 885756750 328298496 7341 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.72
Current children cumulated vsize (KiB) 4372580

[startup+51.1008 s]
/proc/loadavg: 3.49 0.89 0.30 10/202 17713
/proc/meminfo: memFree=31781600/32950928 swapFree=67055428/67111528
[pid=17678] ppid=17673 vsize=320604 CPUtime=1.35 cores=0,2,4,6
/proc/17678/stat : 17678 (python) S 17673 17678 17633 0 -1 4202496 13465 928 114 8 119 16 0 0 22 0 5 0 885755237 328298496 7341 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 571
/proc/17678/statm: 80151 7341 1875 364 0 16060 0
[pid=17689] ppid=17678 vsize=278984 CPUtime=0.04 cores=0,2,4,6
/proc/17689/stat : 17689 (python) S 17678 17678 17633 0 -1 4202560 886 0 0 0 2 2 0 0 18 0 1 0 885756747 285679616 5692 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715023 0 0 16781312 514 5857353527860363524 0 0 17 0 0 0 0
/proc/17689/statm: 69746 5692 377 364 0 5664 0
[pid=17691] ppid=17689 vsize=1018364 CPUtime=35.98 cores=0,2,4,6
/proc/17691/stat : 17691 (gnovelty+2) R 17689 17691 17691 0 -1 4202496 671 0 0 0 3598 0 0 0 25 0 1 0 885756747 1042804736 408 33554432000 134512640 135663704 4286853696 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17691/statm: 254591 408 113 282 0 254307 0
[pid=17692] ppid=17678 vsize=289848 CPUtime=0.03 cores=0,2,4,6
/proc/17692/stat : 17692 (python) S 17678 17678 17633 0 -1 4202560 902 0 0 0 2 1 0 0 18 0 1 0 885756748 296804352 5825 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 5857353527860363524 0 0 17 0 0 0 0
/proc/17692/statm: 72462 5825 371 364 0 8377 0
[pid=17694] ppid=17692 vsize=1018364 CPUtime=35.97 cores=0,2,4,6
/proc/17694/stat : 17694 (gnovelty+2) R 17692 17694 17694 0 -1 4202496 669 0 0 0 3597 0 0 0 25 0 1 0 885756748 1042804736 409 33554432000 134512640 135663704 4288784496 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17694/statm: 254591 409 113 282 0 254307 0
[pid=17695] ppid=17678 vsize=300104 CPUtime=0.03 cores=0,2,4,6
/proc/17695/stat : 17695 (python) S 17678 17678 17633 0 -1 4202560 903 0 0 0 2 1 0 0 18 0 1 0 885756749 307306496 5829 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 5857353527860363524 0 0 17 0 0 0 0
/proc/17695/statm: 75026 5829 371 364 0 10938 0
[pid=17697] ppid=17695 vsize=417976 CPUtime=35.77 cores=0,2,4,6
/proc/17697/stat : 17697 (adaptg2wsat2009) R 17695 17697 17697 0 -1 4202496 998 0 0 0 3577 0 0 0 25 0 1 0 885756749 428007424 735 33554432000 134512640 135107411 4287370736 18446744073709551615 134531797 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17697/statm: 104494 735 59 146 0 103370 0
[pid=17698] ppid=17678 vsize=310360 CPUtime=0.03 cores=0,2,4,6
/proc/17698/stat : 17698 (python) S 17678 17678 17633 0 -1 4202560 913 0 0 0 2 1 0 0 18 0 1 0 885756750 317808640 5833 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 5857353527860363524 0 0 17 0 0 0 0
/proc/17698/statm: 77590 5833 371 364 0 13499 0
[pid=17700] ppid=17698 vsize=417976 CPUtime=35.79 cores=0,2,4,6
/proc/17700/stat : 17700 (adaptg2wsat2009) R 17698 17700 17700 0 -1 4202496 998 0 0 0 3579 0 0 0 25 0 1 0 885756750 428007424 736 33554432000 134512640 135107411 4292821408 18446744073709551615 134531600 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17700/statm: 104494 736 59 146 0 103370 0
[pid=17678/tid=17690] ppid=17673 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17690/stat : 17690 (python) S 17673 17678 17633 0 -1 4202560 24 928 0 8 0 0 0 0 18 0 5 0 885756747 328298496 7341 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17693] ppid=17673 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17693/stat : 17693 (python) S 17673 17678 17633 0 -1 4202560 24 928 0 8 0 0 0 0 20 0 5 0 885756748 328298496 7341 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17696] ppid=17673 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17696/stat : 17696 (python) S 17673 17678 17633 0 -1 4202560 26 928 0 8 0 0 0 0 20 0 5 0 885756749 328298496 7341 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17699] ppid=17673 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17699/stat : 17699 (python) S 17673 17678 17633 0 -1 4202560 28 928 0 8 0 0 0 0 22 0 5 0 885756750 328298496 7341 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 144.99
Current children cumulated vsize (KiB) 4372580

[startup+102.307 s]
/proc/loadavg: 6.29 2.11 0.75 10/202 17714
/proc/meminfo: memFree=31781712/32950928 swapFree=67055428/67111528
[pid=17678] ppid=17673 vsize=320604 CPUtime=1.35 cores=0,2,4,6
/proc/17678/stat : 17678 (python) S 17673 17678 17633 0 -1 4202496 13465 928 114 8 119 16 0 0 22 0 5 0 885755237 328298496 7341 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 571
/proc/17678/statm: 80151 7341 1875 364 0 16060 0
[pid=17689] ppid=17678 vsize=278984 CPUtime=0.09 cores=0,2,4,6
/proc/17689/stat : 17689 (python) S 17678 17678 17633 0 -1 4202560 905 0 0 0 4 5 0 0 18 0 1 0 885756747 285679616 5692 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715023 0 0 16781312 514 5857353527860363524 0 0 17 0 0 0 0
/proc/17689/statm: 69746 5692 377 364 0 5664 0
[pid=17691] ppid=17689 vsize=1018364 CPUtime=87.19 cores=0,2,4,6
/proc/17691/stat : 17691 (gnovelty+2) R 17689 17691 17691 0 -1 4202496 671 0 0 0 8719 0 0 0 25 0 1 0 885756747 1042804736 408 33554432000 134512640 135663704 4286853696 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17691/statm: 254591 408 113 282 0 254307 0
[pid=17692] ppid=17678 vsize=289848 CPUtime=0.09 cores=0,2,4,6
/proc/17692/stat : 17692 (python) S 17678 17678 17633 0 -1 4202560 920 0 0 0 5 4 0 0 18 0 1 0 885756748 296804352 5825 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 5857353527860363524 0 0 17 0 0 0 0
/proc/17692/statm: 72462 5825 371 364 0 8377 0

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

[pid=17678/tid=17724] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17724/stat : 17724 (python) S 17673 17678 17633 0 -1 4202560 22 928 0 8 0 0 0 0 21 0 9 0 885766763 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17727] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17727/stat : 17727 (python) S 17673 17678 17633 0 -1 4202560 23 928 0 8 0 0 0 0 20 0 9 0 885766764 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 6 0 0 0
[pid=17678/tid=17730] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17730/stat : 17730 (python) S 17673 17678 17633 0 -1 4202560 29 928 0 8 0 0 0 0 22 0 9 0 885766766 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 780.75
Current children cumulated vsize (KiB) 7871436

[startup+210.501 s]
/proc/loadavg: 7.79 3.89 1.53 10/221 17736
/proc/meminfo: memFree=31749944/32950928 swapFree=67055428/67111528
[pid=17678] ppid=17673 vsize=361884 CPUtime=1.39 cores=0,2,4,6
/proc/17678/stat : 17678 (python) S 17673 17678 17633 0 -1 4202496 16762 928 114 8 122 17 0 0 22 0 9 0 885755237 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 571
/proc/17678/statm: 90471 7430 1884 364 0 26368 0
[pid=17689] ppid=17678 vsize=289228 CPUtime=0.11 cores=0,2,4,6
/proc/17689/stat : 17689 (python) S 17678 17678 17633 0 -1 4202560 1149 0 0 0 6 5 0 0 19 0 2 0 885756747 296169472 5735 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17689/statm: 72307 5735 415 364 0 8225 0
[pid=17691] ppid=17689 vsize=1018364 CPUtime=100.14 cores=0,2,4,6
/proc/17691/stat : 17691 (gnovelty+2) T 17689 17691 17691 0 -1 4202496 671 0 0 0 10014 0 0 0 25 0 1 0 885756747 1042804736 408 33554432000 134512640 135663704 4286853696 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17691/statm: 254591 408 113 282 0 254307 0
[pid=17689/tid=17721] ppid=17678 vsize=289228 CPUtime=0 cores=0,2,4,6
/proc/17689/task/17721/stat : 17721 (python) S 17678 17678 17633 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 885766763 296169472 5735 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 514 18446604453928826048 0 0 -1 4 0 0 0
[pid=17692] ppid=17678 vsize=289848 CPUtime=0.11 cores=0,2,4,6
/proc/17692/stat : 17692 (python) S 17678 17678 17633 0 -1 4202560 1073 0 0 0 7 4 0 0 19 0 2 0 885756748 296804352 5855 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17692/statm: 72462 5855 400 364 0 8377 0
[pid=17694] ppid=17692 vsize=1018364 CPUtime=100.11 cores=0,2,4,6
/proc/17694/stat : 17694 (gnovelty+2) T 17692 17694 17694 0 -1 4202496 669 0 0 0 10011 0 0 0 25 0 1 0 885756748 1042804736 409 33554432000 134512640 135663704 4288784496 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17694/statm: 254591 409 113 282 0 254307 0
[pid=17692/tid=17719] ppid=17678 vsize=289848 CPUtime=0 cores=0,2,4,6
/proc/17692/task/17719/stat : 17719 (python) S 17678 17678 17633 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 885766762 296804352 5855 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 514 18446604453963873216 0 0 -1 0 0 0 0
[pid=17695] ppid=17678 vsize=300104 CPUtime=0.12 cores=0,2,4,6
/proc/17695/stat : 17695 (python) S 17678 17678 17633 0 -1 4202560 1078 0 0 0 8 4 0 0 19 0 2 0 885756749 307306496 5859 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17695/statm: 75026 5859 400 364 0 10938 0
[pid=17697] ppid=17695 vsize=417976 CPUtime=99.56 cores=0,2,4,6
/proc/17697/stat : 17697 (adaptg2wsat2009) T 17695 17697 17697 0 -1 4202496 998 0 0 0 9956 0 0 0 25 0 1 0 885756749 428007424 735 33554432000 134512640 135107411 4287370736 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17697/statm: 104494 735 59 146 0 103370 0
[pid=17695/tid=17716] ppid=17678 vsize=300104 CPUtime=0 cores=0,2,4,6
/proc/17695/task/17716/stat : 17716 (python) S 17678 17678 17633 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 885766760 307306496 5859 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 514 18446604453963872320 0 0 -1 0 0 0 0
[pid=17698] ppid=17678 vsize=310360 CPUtime=0.12 cores=0,2,4,6
/proc/17698/stat : 17698 (python) S 17678 17678 17633 0 -1 4202560 1087 0 0 0 7 5 0 0 19 0 2 0 885756750 317808640 5863 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17698/statm: 77590 5863 400 364 0 13499 0
[pid=17700] ppid=17698 vsize=417976 CPUtime=99.66 cores=0,2,4,6
/proc/17700/stat : 17700 (adaptg2wsat2009) T 17698 17700 17700 0 -1 4202496 998 0 0 0 9966 0 0 0 25 0 1 0 885756750 428007424 736 33554432000 134512640 135107411 4292821408 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17700/statm: 104494 736 59 146 0 103370 0
[pid=17698/tid=17722] ppid=17678 vsize=310360 CPUtime=0 cores=0,2,4,6
/proc/17698/task/17722/stat : 17722 (python) S 17678 17678 17633 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 885766763 317808640 5863 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 514 18446604453901136256 0 0 -1 0 0 0 0
[pid=17717] ppid=17678 vsize=320872 CPUtime=0.12 cores=0,2,4,6
/proc/17717/stat : 17717 (python) S 17678 17678 17633 0 -1 4202560 925 0 0 0 7 5 0 0 18 0 1 0 885766761 328572928 5901 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 4884593600534380801 0 0 17 6 0 0 0
/proc/17717/statm: 80218 5901 370 364 0 16124 0
[pid=17720] ppid=17717 vsize=417976 CPUtime=95.24 cores=0,2,4,6
/proc/17720/stat : 17720 (adaptg2wsat2009) R 17717 17720 17720 0 -1 4202496 1001 0 0 0 9524 0 0 0 25 0 1 0 885766762 428007424 736 33554432000 134512640 135107411 4291946096 18446744073709551615 134532416 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17720/statm: 104494 736 59 146 0 103370 0
[pid=17723] ppid=17678 vsize=331128 CPUtime=0.12 cores=0,2,4,6
/proc/17723/stat : 17723 (python) S 17678 17678 17633 0 -1 4202560 933 0 0 0 6 6 0 0 18 0 1 0 885766763 339075072 5905 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 5857353527860363521 0 0 17 6 0 0 0
/proc/17723/statm: 82782 5905 371 364 0 18685 0
[pid=17725] ppid=17723 vsize=1018364 CPUtime=95.1 cores=0,2,4,6
/proc/17725/stat : 17725 (gnovelty+2) R 17723 17725 17725 0 -1 4202496 670 0 0 0 9510 0 0 0 25 0 1 0 885766763 1042804736 409 33554432000 134512640 135663704 4293862640 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17725/statm: 254591 409 113 282 0 254307 0
[pid=17726] ppid=17678 vsize=341384 CPUtime=0.11 cores=0,2,4,6
/proc/17726/stat : 17726 (python) S 17678 17678 17633 0 -1 4202560 938 0 0 0 5 6 0 0 18 0 1 0 885766764 349577216 5909 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 5857353527860363523 0 0 17 6 0 0 0
/proc/17726/statm: 85346 5909 371 364 0 21246 0
[pid=17728] ppid=17726 vsize=247992 CPUtime=95.22 cores=0,2,4,6
/proc/17728/stat : 17728 (FH) R 17726 17728 17728 0 -1 4202496 920 0 0 0 9522 0 0 0 25 0 1 0 885766765 253943808 658 33554432000 134512640 134936988 4287203536 18446744073709551615 134552493 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17728/statm: 61998 658 41 104 0 61502 0
[pid=17729] ppid=17678 vsize=351640 CPUtime=0.12 cores=0,2,4,6
/proc/17729/stat : 17729 (python) S 17678 17678 17633 0 -1 4202560 981 0 0 0 6 6 0 0 18 0 1 0 885766765 360079360 5919 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 5857353527860363521 0 0 17 4 0 0 0
/proc/17729/statm: 87910 5919 377 364 0 23807 0
[pid=17731] ppid=17729 vsize=417976 CPUtime=94.2 cores=0,2,4,6
/proc/17731/stat : 17731 (adaptg2wsat2009) R 17729 17731 17731 0 -1 4202496 1005 0 0 0 9420 0 0 0 25 0 1 0 885766766 428007424 736 33554432000 134512640 135107411 4288841680 18446744073709551615 134531511 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17731/statm: 104494 736 59 146 0 103370 0
[pid=17678/tid=17690] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17690/stat : 17690 (python) S 17673 17678 17633 0 -1 4202560 24 928 0 8 0 0 0 0 18 0 9 0 885756747 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17693] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17693/stat : 17693 (python) S 17673 17678 17633 0 -1 4202560 24 928 0 8 0 0 0 0 20 0 9 0 885756748 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17696] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17696/stat : 17696 (python) S 17673 17678 17633 0 -1 4202560 26 928 0 8 0 0 0 0 20 0 9 0 885756749 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17699] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17699/stat : 17699 (python) S 17673 17678 17633 0 -1 4202560 28 928 0 8 0 0 0 0 22 0 9 0 885756750 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17718] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17718/stat : 17718 (python) S 17673 17678 17633 0 -1 4202560 19 928 0 8 0 0 0 0 20 0 9 0 885766761 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17724] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17724/stat : 17724 (python) S 17673 17678 17633 0 -1 4202560 22 928 0 8 0 0 0 0 21 0 9 0 885766763 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17727] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17727/stat : 17727 (python) S 17673 17678 17633 0 -1 4202560 23 928 0 8 0 0 0 0 20 0 9 0 885766764 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 6 0 0 0
[pid=17678/tid=17730] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17730/stat : 17730 (python) S 17673 17678 17633 0 -1 4202560 29 928 0 8 0 0 0 0 22 0 9 0 885766766 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 781.55
Current children cumulated vsize (KiB) 7871436

[startup+210.601 s]
/proc/loadavg: 7.79 3.89 1.53 10/221 17736
/proc/meminfo: memFree=31749944/32950928 swapFree=67055428/67111528
[pid=17678] ppid=17673 vsize=361884 CPUtime=1.39 cores=0,2,4,6
/proc/17678/stat : 17678 (python) S 17673 17678 17633 0 -1 4202496 16762 928 114 8 122 17 0 0 22 0 9 0 885755237 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 571
/proc/17678/statm: 90471 7430 1884 364 0 26368 0
[pid=17689] ppid=17678 vsize=289228 CPUtime=0.11 cores=0,2,4,6
/proc/17689/stat : 17689 (python) S 17678 17678 17633 0 -1 4202560 1149 0 0 0 6 5 0 0 19 0 2 0 885756747 296169472 5735 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17689/statm: 72307 5735 415 364 0 8225 0
[pid=17691] ppid=17689 vsize=1018364 CPUtime=100.14 cores=0,2,4,6
/proc/17691/stat : 17691 (gnovelty+2) T 17689 17691 17691 0 -1 4202496 671 0 0 0 10014 0 0 0 25 0 1 0 885756747 1042804736 408 33554432000 134512640 135663704 4286853696 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17691/statm: 254591 408 113 282 0 254307 0
[pid=17689/tid=17721] ppid=17678 vsize=289228 CPUtime=0 cores=0,2,4,6
/proc/17689/task/17721/stat : 17721 (python) S 17678 17678 17633 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 885766763 296169472 5735 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 514 18446604453928826048 0 0 -1 4 0 0 0
[pid=17692] ppid=17678 vsize=289848 CPUtime=0.11 cores=0,2,4,6
/proc/17692/stat : 17692 (python) S 17678 17678 17633 0 -1 4202560 1073 0 0 0 7 4 0 0 19 0 2 0 885756748 296804352 5855 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17692/statm: 72462 5855 400 364 0 8377 0
[pid=17694] ppid=17692 vsize=1018364 CPUtime=100.11 cores=0,2,4,6
/proc/17694/stat : 17694 (gnovelty+2) T 17692 17694 17694 0 -1 4202496 669 0 0 0 10011 0 0 0 25 0 1 0 885756748 1042804736 409 33554432000 134512640 135663704 4288784496 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17694/statm: 254591 409 113 282 0 254307 0
[pid=17692/tid=17719] ppid=17678 vsize=289848 CPUtime=0 cores=0,2,4,6
/proc/17692/task/17719/stat : 17719 (python) S 17678 17678 17633 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 885766762 296804352 5855 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 514 18446604453963873216 0 0 -1 0 0 0 0
[pid=17695] ppid=17678 vsize=300104 CPUtime=0.12 cores=0,2,4,6
/proc/17695/stat : 17695 (python) S 17678 17678 17633 0 -1 4202560 1078 0 0 0 8 4 0 0 19 0 2 0 885756749 307306496 5859 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17695/statm: 75026 5859 400 364 0 10938 0
[pid=17697] ppid=17695 vsize=417976 CPUtime=99.56 cores=0,2,4,6
/proc/17697/stat : 17697 (adaptg2wsat2009) T 17695 17697 17697 0 -1 4202496 998 0 0 0 9956 0 0 0 25 0 1 0 885756749 428007424 735 33554432000 134512640 135107411 4287370736 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17697/statm: 104494 735 59 146 0 103370 0
[pid=17695/tid=17716] ppid=17678 vsize=300104 CPUtime=0 cores=0,2,4,6
/proc/17695/task/17716/stat : 17716 (python) S 17678 17678 17633 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 885766760 307306496 5859 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 514 18446604453963872320 0 0 -1 0 0 0 0
[pid=17698] ppid=17678 vsize=310360 CPUtime=0.12 cores=0,2,4,6
/proc/17698/stat : 17698 (python) S 17678 17678 17633 0 -1 4202560 1087 0 0 0 7 5 0 0 19 0 2 0 885756750 317808640 5863 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17698/statm: 77590 5863 400 364 0 13499 0
[pid=17700] ppid=17698 vsize=417976 CPUtime=99.66 cores=0,2,4,6
/proc/17700/stat : 17700 (adaptg2wsat2009) T 17698 17700 17700 0 -1 4202496 998 0 0 0 9966 0 0 0 25 0 1 0 885756750 428007424 736 33554432000 134512640 135107411 4292821408 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17700/statm: 104494 736 59 146 0 103370 0
[pid=17698/tid=17722] ppid=17678 vsize=310360 CPUtime=0 cores=0,2,4,6
/proc/17698/task/17722/stat : 17722 (python) S 17678 17678 17633 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 885766763 317808640 5863 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 514 18446604453901136256 0 0 -1 0 0 0 0
[pid=17717] ppid=17678 vsize=320872 CPUtime=0.12 cores=0,2,4,6
/proc/17717/stat : 17717 (python) S 17678 17678 17633 0 -1 4202560 925 0 0 0 7 5 0 0 18 0 1 0 885766761 328572928 5901 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 4884593600534380801 0 0 17 6 0 0 0
/proc/17717/statm: 80218 5901 370 364 0 16124 0
[pid=17720] ppid=17717 vsize=417976 CPUtime=95.34 cores=0,2,4,6
/proc/17720/stat : 17720 (adaptg2wsat2009) R 17717 17720 17720 0 -1 4202496 1001 0 0 0 9534 0 0 0 25 0 1 0 885766762 428007424 736 33554432000 134512640 135107411 4291946096 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17720/statm: 104494 736 59 146 0 103370 0
[pid=17723] ppid=17678 vsize=331128 CPUtime=0.12 cores=0,2,4,6
/proc/17723/stat : 17723 (python) S 17678 17678 17633 0 -1 4202560 933 0 0 0 6 6 0 0 18 0 1 0 885766763 339075072 5905 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 5857353527860363521 0 0 17 6 0 0 0
/proc/17723/statm: 82782 5905 371 364 0 18685 0
[pid=17725] ppid=17723 vsize=1018364 CPUtime=95.2 cores=0,2,4,6
/proc/17725/stat : 17725 (gnovelty+2) R 17723 17725 17725 0 -1 4202496 670 0 0 0 9520 0 0 0 25 0 1 0 885766763 1042804736 409 33554432000 134512640 135663704 4293862640 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17725/statm: 254591 409 113 282 0 254307 0
[pid=17726] ppid=17678 vsize=341384 CPUtime=0.11 cores=0,2,4,6
/proc/17726/stat : 17726 (python) S 17678 17678 17633 0 -1 4202560 938 0 0 0 5 6 0 0 18 0 1 0 885766764 349577216 5909 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 5857353527860363523 0 0 17 6 0 0 0
/proc/17726/statm: 85346 5909 371 364 0 21246 0
[pid=17728] ppid=17726 vsize=247992 CPUtime=95.32 cores=0,2,4,6
/proc/17728/stat : 17728 (FH) R 17726 17728 17728 0 -1 4202496 920 0 0 0 9532 0 0 0 25 0 1 0 885766765 253943808 658 33554432000 134512640 134936988 4287203536 18446744073709551615 134553554 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17728/statm: 61998 658 41 104 0 61502 0
[pid=17729] ppid=17678 vsize=351640 CPUtime=0.12 cores=0,2,4,6
/proc/17729/stat : 17729 (python) S 17678 17678 17633 0 -1 4202560 981 0 0 0 6 6 0 0 18 0 1 0 885766765 360079360 5919 33554432000 4194304 5683644 140737133389456 18446744073709551615 239476715078 0 0 16781312 514 5857353527860363521 0 0 17 4 0 0 0
/proc/17729/statm: 87910 5919 377 364 0 23807 0
[pid=17731] ppid=17729 vsize=417976 CPUtime=94.3 cores=0,2,4,6
/proc/17731/stat : 17731 (adaptg2wsat2009) R 17729 17731 17731 0 -1 4202496 1005 0 0 0 9430 0 0 0 25 0 1 0 885766766 428007424 736 33554432000 134512640 135107411 4288841680 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17731/statm: 104494 736 59 146 0 103370 0
[pid=17678/tid=17690] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17690/stat : 17690 (python) S 17673 17678 17633 0 -1 4202560 24 928 0 8 0 0 0 0 18 0 9 0 885756747 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17693] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17693/stat : 17693 (python) S 17673 17678 17633 0 -1 4202560 24 928 0 8 0 0 0 0 20 0 9 0 885756748 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17696] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17696/stat : 17696 (python) S 17673 17678 17633 0 -1 4202560 26 928 0 8 0 0 0 0 20 0 9 0 885756749 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17699] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17699/stat : 17699 (python) S 17673 17678 17633 0 -1 4202560 28 928 0 8 0 0 0 0 22 0 9 0 885756750 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17718] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17718/stat : 17718 (python) S 17673 17678 17633 0 -1 4202560 19 928 0 8 0 0 0 0 20 0 9 0 885766761 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17724] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17724/stat : 17724 (python) S 17673 17678 17633 0 -1 4202560 22 928 0 8 0 0 0 0 21 0 9 0 885766763 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 0 0 0 0
[pid=17678/tid=17727] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17727/stat : 17727 (python) S 17673 17678 17633 0 -1 4202560 23 928 0 8 0 0 0 0 20 0 9 0 885766764 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 6 0 0 0
[pid=17678/tid=17730] ppid=17673 vsize=361884 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17730/stat : 17730 (python) S 17673 17678 17633 0 -1 4202560 29 928 0 8 0 0 0 0 22 0 9 0 885766766 370569216 7430 33554432000 4194304 5683644 140737133389456 18446744073709551615 239488518577 0 0 16781312 2 18446604453919193024 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 781.95
Current children cumulated vsize (KiB) 7871436

Child status: 0
Real time (s): 210.666
CPU time (s): 782.304
CPU user time (s): 781.638
CPU system time (s): 0.665898
CPU usage (%): 371.348
Max. virtual memory (cumulated for all children) (KiB): 7871440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 781.638
system time used= 0.665898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37760
page faults= 122
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11143
involuntary context switches= 6124

runsolver used 0.380942 second user time and 0.882865 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-10 23:32:58
IDJOB=3378124
IDBENCH=82533
IDSOLVER=1859
FILE ID=node148/3378124-1307741578
RUNJOBID= node148-1307741578-17651
PBS_JOBID= 13550752
Free space on /tmp= 74044 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S313239685-087-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-3378124-1307741578/watcher-3378124-1307741578 -o /tmp/evaluation-result-3378124-1307741578/solver-3378124-1307741578 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378124-1307741578.cnf -seed 2144121650 -budget 4800 -cores 4

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

MD5SUM BENCH= ac4ee3ff752a515035c947b106bcabeb
RANDOM SEED=2144121650

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32098376 kB
Buffers:         84972 kB
Cached:         607264 kB
SwapCached:       8800 kB
Active:         280880 kB
Inactive:       428960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32098376 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           68064 kB
Writeback:           0 kB
AnonPages:       16304 kB
Mapped:          12624 kB
Slab:            78692 kB
PageTables:       4688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185716 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= 73976 MiB
End job on node148 at 2011-06-10 23:36:32