Trace number 3385632

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)UNSAT 52.9419 7.86841

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S173446080-001.UNKNOWN.cnf
MD5SUM4c16bc52ec8b88c947f571c625ddf62f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.01224
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.67	c INFO: solving HOME/instance-3385632-1305571296.cnf
0.37/0.67	c INFO: computing task features
0.37/0.67	c INFO: computed variable-clause graph statistics
0.37/0.67	c INFO: computed clause balance statistics
0.45/0.70	c INFO: computed variable balance statistics
0.45/0.72	c INFO: computed small-clause counts
0.45/0.72	c INFO: computed Horn-clause counts
0.45/0.73	c INFO: computed variable graph statistics
0.45/0.73	c INFO: collected features for HOME/instance-3385632-1305571296.cnf in 0.06 s
0.45/0.76	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.56)
0.45/0.79	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.28)
0.54/0.82	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.20)
0.54/0.85	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.28)
0.54/0.88	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.64/0.92	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.26)
0.64/0.95	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.23)
0.64/0.98	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
52.47/7.84	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385632-1305571296/watcher-3385632-1305571296 -o /tmp/evaluation-result-3385632-1305571296/solver-3385632-1305571296 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385632-1305571296.cnf -seed 596551900 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.06 9.13 9.09 3/321 19154
/proc/meminfo: memFree=25451168/32951124 swapFree=67083432/67111528
[pid=19154] ppid=19152 vsize=15772 CPUtime=0 cores=0-7
/proc/19154/stat : 19154 (python) R 19152 19154 18357 0 -1 4202496 880 0 0 0 0 0 0 0 20 0 1 0 747360218 16150528 762 33554432000 4194304 5683644 140737187048784 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19154/statm: 3943 762 343 364 0 430 0

[startup+0.0239839 s]
/proc/loadavg: 9.06 9.13 9.09 3/321 19154
/proc/meminfo: memFree=25451168/32951124 swapFree=67083432/67111528
[pid=19154] ppid=19152 vsize=16240 CPUtime=0.01 cores=0-7
/proc/19154/stat : 19154 (python) R 19152 19154 18357 0 -1 4202496 1062 0 0 0 1 0 0 0 20 0 1 0 747360218 16629760 934 33554432000 4194304 5683644 140737187048784 18446744073709551615 4865447 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19154/statm: 4060 934 381 364 0 547 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16240

[startup+0.100995 s]
/proc/loadavg: 9.06 9.13 9.09 3/321 19154
/proc/meminfo: memFree=25451168/32951124 swapFree=67083432/67111528
[pid=19154] ppid=19152 vsize=89764 CPUtime=0.06 cores=0-7
/proc/19154/stat : 19154 (python) R 19152 19154 18357 0 -1 4202496 2639 0 0 0 4 2 0 0 20 0 1 0 747360218 91918336 2355 33554432000 4194304 5683644 140737187048784 18446744073709551615 260015426336 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19154/statm: 22441 2355 718 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89764

[startup+0.300951 s]
/proc/loadavg: 9.06 9.13 9.09 3/321 19154
/proc/meminfo: memFree=25451168/32951124 swapFree=67083432/67111528
[pid=19154] ppid=19152 vsize=135748 CPUtime=0.19 cores=0-7
/proc/19154/stat : 19154 (python) S 19152 19154 18357 0 -1 4202496 5964 936 1 0 14 5 0 0 17 0 1 0 747360218 139005952 4151 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020391941 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/19154/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.70086 s]
/proc/loadavg: 9.06 9.13 9.09 3/321 19154
/proc/meminfo: memFree=25451168/32951124 swapFree=67083432/67111528
[pid=19154] ppid=19152 vsize=278260 CPUtime=0.45 cores=0-7
/proc/19154/stat : 19154 (python) R 19152 19154 18357 0 -1 4202496 9284 936 1 0 33 12 0 0 16 0 1 0 747360218 284938240 6953 33554432000 4194304 5683644 140737187048784 18446744073709551615 47546422472069 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19154/statm: 69565 6953 1826 364 0 5489 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278260

[startup+1.50165 s]
/proc/loadavg: 9.06 9.13 9.09 10/346 19183
/proc/meminfo: memFree=25393308/32951124 swapFree=67083432/67111528
[pid=19154] ppid=19152 vsize=361208 CPUtime=0.73 cores=0-7
/proc/19154/stat : 19154 (python) S 19152 19154 18357 0 -1 4202496 15743 936 1 0 59 14 0 0 24 0 9 0 747360218 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 90302 7289 1889 364 0 26199 0
[pid=19160] ppid=19154 vsize=278416 CPUtime=0 cores=0-7
/proc/19160/stat : 19160 (python) S 19154 19154 18357 0 -1 4202560 709 0 0 0 0 0 0 0 18 0 1 0 747360295 285097984 5533 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416015 0 0 16781312 514 1606784240807051263 0 0 17 2 0 0 0
/proc/19160/statm: 69604 5533 347 364 0 5522 0
[pid=19162] ppid=19160 vsize=454892 CPUtime=0.73 cores=0-7
/proc/19162/stat : 19162 (TNM) R 19160 19162 19162 0 -1 4202496 412 0 0 0 73 0 0 0 21 0 1 0 747360295 465809408 150 33554432000 134512640 135008748 4289359824 18446744073709551615 134527704 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19162/statm: 113723 150 46 122 0 112623 0
[pid=19163] ppid=19154 vsize=289256 CPUtime=0 cores=0-7
/proc/19163/stat : 19163 (python) S 19154 19154 18357 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 747360298 296198144 5672 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 11906259577760350467 0 0 17 5 0 0 0
/proc/19163/statm: 72314 5672 348 364 0 8229 0
[pid=19165] ppid=19163 vsize=1940 CPUtime=0.7 cores=0-7
/proc/19165/stat : 19165 (march_hi) R 19163 19165 19165 0 -1 4202496 554 0 0 0 70 0 0 0 22 0 1 0 747360298 1986560 291 33554432000 4194304 4955518 140735521831056 18446744073709551615 4210833 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19165/statm: 485 291 104 186 0 298 0
[pid=19166] ppid=19154 vsize=299144 CPUtime=0 cores=0-7
/proc/19166/stat : 19166 (python) S 19154 19154 18357 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 747360301 306323456 5581 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 12808079014862225666 0 0 17 6 0 0 0
/proc/19166/statm: 74786 5581 348 364 0 10698 0
[pid=19168] ppid=19166 vsize=1808 CPUtime=0.67 cores=0-7
/proc/19168/stat : 19168 (march_hi) R 19166 19168 19168 0 -1 4202496 547 0 0 0 67 0 0 0 24 0 1 0 747360301 1851392 285 33554432000 4194304 4955518 140733854821824 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/19168/statm: 452 285 104 186 0 265 0
[pid=19169] ppid=19154 vsize=309940 CPUtime=0 cores=0-7
/proc/19169/stat : 19169 (python) S 19154 19154 18357 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 747360304 317378560 5706 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 11906263975806861570 0 0 17 7 0 0 0
/proc/19169/statm: 77485 5706 348 364 0 13394 0
[pid=19171] ppid=19169 vsize=1808 CPUtime=0.62 cores=0-7
/proc/19171/stat : 19171 (march_hi) R 19169 19171 19171 0 -1 4202496 550 0 0 0 62 0 0 0 22 0 1 0 747360304 1851392 286 33554432000 4194304 4955518 140733917581712 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19171/statm: 452 286 104 186 0 265 0
[pid=19172] ppid=19154 vsize=320196 CPUtime=0 cores=0-7
/proc/19172/stat : 19172 (python) S 19154 19154 18357 0 -1 4202560 751 0 0 0 0 0 0 0 20 0 1 0 747360307 327880704 5710 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 2583228631597711359 0 0 17 4 0 0 0
/proc/19172/statm: 80049 5710 348 364 0 15955 0
[pid=19174] ppid=19172 vsize=1017800 CPUtime=0.58 cores=0-7
/proc/19174/stat : 19174 (gnovelty+2) R 19172 19174 19174 0 -1 4202496 427 0 0 0 58 0 0 0 23 0 1 0 747360308 1042227200 163 33554432000 134512640 135663704 4292858128 18446744073709551615 134524566 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19174/statm: 254450 163 113 282 0 254166 0
[pid=19175] ppid=19154 vsize=330452 CPUtime=0 cores=0-7
/proc/19175/stat : 19175 (python) S 19154 19154 18357 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 747360310 338382848 5719 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 3184084523264475393 0 0 17 4 0 0 0
/proc/19175/statm: 82613 5719 348 364 0 18516 0
[pid=19177] ppid=19175 vsize=1808 CPUtime=0.56 cores=0-7
/proc/19177/stat : 19177 (march_hi) R 19175 19177 19177 0 -1 4202496 553 0 0 0 56 0 0 0 22 0 1 0 747360311 1851392 286 33554432000 4194304 4955518 140737181257456 18446744073709551615 4261424 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19177/statm: 452 286 104 186 0 265 0
[pid=19178] ppid=19154 vsize=340708 CPUtime=0 cores=0-7
/proc/19178/stat : 19178 (python) S 19154 19154 18357 0 -1 4202560 770 0 0 0 0 0 0 0 17 0 1 0 747360314 348884992 5740 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 8428477910825795844 0 0 17 0 0 0 0
/proc/19178/statm: 85177 5740 348 364 0 21077 0
[pid=19180] ppid=19178 vsize=1808 CPUtime=0.29 cores=0-7
/proc/19180/stat : 19180 (march_hi) R 19178 19180 19180 0 -1 4202496 547 0 0 0 29 0 0 0 23 0 1 0 747360314 1851392 279 33554432000 4194304 4955518 140733346872848 18446744073709551615 4227576 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19180/statm: 452 279 104 186 0 265 0
[pid=19181] ppid=19154 vsize=350964 CPUtime=0 cores=0-7
/proc/19181/stat : 19181 (python) S 19154 19154 18357 0 -1 4202560 805 0 0 0 0 0 0 0 20 0 1 0 747360317 359387136 5750 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 1835885355518099716 0 0 17 0 0 0 0
/proc/19181/statm: 87741 5750 354 364 0 23638 0
[pid=19183] ppid=19181 vsize=1808 CPUtime=0.47 cores=0-7
/proc/19183/stat : 19183 (march_hi) R 19181 19183 19183 0 -1 4202496 559 0 0 0 47 0 0 0 25 0 1 0 747360317 1851392 285 33554432000 4194304 4955518 140735381334672 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19183/statm: 452 285 104 186 0 265 0
[pid=19154/tid=19161] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19161/stat : 19161 (python) S 19152 19154 18357 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 747360295 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 2 0 0 0
[pid=19154/tid=19164] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19164/stat : 19164 (python) S 19152 19154 18357 0 -1 4202560 23 936 0 0 0 0 0 0 19 0 9 0 747360298 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 0 0 0 0
[pid=19154/tid=19167] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19167/stat : 19167 (python) S 19152 19154 18357 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 9 0 747360301 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 6 0 0 0
[pid=19154/tid=19170] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19170/stat : 19170 (python) S 19152 19154 18357 0 -1 4202560 24 936 0 0 0 0 0 0 19 0 9 0 747360304 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 4 0 0 0
[pid=19154/tid=19173] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19173/stat : 19173 (python) S 19152 19154 18357 0 -1 4202560 25 936 0 0 0 0 0 0 21 0 9 0 747360307 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 4 0 0 0
[pid=19154/tid=19176] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19176/stat : 19176 (python) S 19152 19154 18357 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 9 0 747360311 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 0 0 0 0
[pid=19154/tid=19179] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19179/stat : 19179 (python) S 19152 19154 18357 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 9 0 747360314 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 4 0 0 0
[pid=19154/tid=19182] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19182/stat : 19182 (python) S 19152 19154 18357 0 -1 4202560 28 936 0 0 0 0 0 0 24 0 9 0 747360317 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.35
Current children cumulated vsize (KiB) 4363956

[startup+3.10136 s]
/proc/loadavg: 9.06 9.13 9.09 10/346 19183
/proc/meminfo: memFree=25392192/32951124 swapFree=67083432/67111528
[pid=19154] ppid=19152 vsize=361208 CPUtime=0.73 cores=0-7
/proc/19154/stat : 19154 (python) S 19152 19154 18357 0 -1 4202496 15743 936 1 0 59 14 0 0 24 0 9 0 747360218 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 90302 7289 1889 364 0 26199 0
[pid=19160] ppid=19154 vsize=278416 CPUtime=0 cores=0-7
/proc/19160/stat : 19160 (python) S 19154 19154 18357 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 747360295 285097984 5540 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416015 0 0 16781312 514 1606784240807018753 0 0 17 2 0 0 0
/proc/19160/statm: 69604 5540 354 364 0 5522 0
[pid=19162] ppid=19160 vsize=454892 CPUtime=2.33 cores=0-7
/proc/19162/stat : 19162 (TNM) R 19160 19162 19162 0 -1 4202496 412 0 0 0 233 0 0 0 25 0 1 0 747360295 465809408 150 33554432000 134512640 135008748 4289359824 18446744073709551615 134529648 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19162/statm: 113723 150 46 122 0 112623 0
[pid=19163] ppid=19154 vsize=289256 CPUtime=0 cores=0-7
/proc/19163/stat : 19163 (python) S 19154 19154 18357 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 747360298 296198144 5672 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 11906259577760350467 0 0 17 5 0 0 0
/proc/19163/statm: 72314 5672 348 364 0 8229 0
[pid=19165] ppid=19163 vsize=2076 CPUtime=2.29 cores=0-7
/proc/19165/stat : 19165 (march_hi) R 19163 19165 19165 0 -1 4202496 585 0 0 0 229 0 0 0 25 0 1 0 747360298 2125824 322 33554432000 4194304 4955518 140735521831056 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19165/statm: 519 322 104 186 0 332 0
[pid=19166] ppid=19154 vsize=299144 CPUtime=0 cores=0-7
/proc/19166/stat : 19166 (python) S 19154 19154 18357 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 747360301 306323456 5581 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 12808079014862225666 0 0 17 6 0 0 0
/proc/19166/statm: 74786 5581 348 364 0 10698 0
[pid=19168] ppid=19166 vsize=1940 CPUtime=2.26 cores=0-7
/proc/19168/stat : 19168 (march_hi) R 19166 19168 19168 0 -1 4202496 565 0 0 0 226 0 0 0 25 0 1 0 747360301 1986560 303 33554432000 4194304 4955518 140733854821824 18446744073709551615 4314917 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/19168/statm: 485 303 104 186 0 298 0
[pid=19169] ppid=19154 vsize=309940 CPUtime=0 cores=0-7
/proc/19169/stat : 19169 (python) S 19154 19154 18357 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 747360304 317378560 5706 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 11906263975806861570 0 0 17 7 0 0 0
/proc/19169/statm: 77485 5706 348 364 0 13394 0
[pid=19171] ppid=19169 vsize=1940 CPUtime=2.21 cores=0-7
/proc/19171/stat : 19171 (march_hi) R 19169 19171 19171 0 -1 4202496 568 0 0 0 221 0 0 0 25 0 1 0 747360304 1986560 304 33554432000 4194304 4955518 140733917581712 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19171/statm: 485 304 104 186 0 298 0
[pid=19172] ppid=19154 vsize=320196 CPUtime=0 cores=0-7
/proc/19172/stat : 19172 (python) S 19154 19154 18357 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 747360307 327880704 5710 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 2583228631597678849 0 0 17 4 0 0 0
/proc/19172/statm: 80049 5710 348 364 0 15955 0
[pid=19174] ppid=19172 vsize=1017800 CPUtime=2.18 cores=0-7
/proc/19174/stat : 19174 (gnovelty+2) R 19172 19174 19174 0 -1 4202496 427 0 0 0 218 0 0 0 25 0 1 0 747360308 1042227200 163 33554432000 134512640 135663704 4292858128 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19174/statm: 254450 163 113 282 0 254166 0
[pid=19175] ppid=19154 vsize=330452 CPUtime=0 cores=0-7
/proc/19175/stat : 19175 (python) S 19154 19154 18357 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 747360310 338382848 5719 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 3184084523264475393 0 0 17 4 0 0 0
/proc/19175/statm: 82613 5719 348 364 0 18516 0
[pid=19177] ppid=19175 vsize=1940 CPUtime=2.15 cores=0-7
/proc/19177/stat : 19177 (march_hi) R 19175 19177 19177 0 -1 4202496 570 0 0 0 215 0 0 0 25 0 1 0 747360311 1986560 303 33554432000 4194304 4955518 140737181257456 18446744073709551615 4314293 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19177/statm: 485 303 104 186 0 298 0
[pid=19178] ppid=19154 vsize=340708 CPUtime=0 cores=0-7
/proc/19178/stat : 19178 (python) S 19154 19154 18357 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 747360314 348884992 5740 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 8428477910825795844 0 0 17 0 0 0 0
/proc/19178/statm: 85177 5740 348 364 0 21077 0
[pid=19180] ppid=19178 vsize=1940 CPUtime=1.09 cores=0-7
/proc/19180/stat : 19180 (march_hi) R 19178 19180 19180 0 -1 4202496 561 0 0 0 109 0 0 0 25 0 1 0 747360314 1986560 293 33554432000 4194304 4955518 140733346872848 18446744073709551615 4312110 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19180/statm: 485 293 104 186 0 298 0
[pid=19181] ppid=19154 vsize=350964 CPUtime=0 cores=0-7
/proc/19181/stat : 19181 (python) S 19154 19154 18357 0 -1 4202560 810 0 0 0 0 0 0 0 15 0 1 0 747360317 359387136 5750 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 1835885355518099716 0 0 17 0 0 0 0
/proc/19181/statm: 87741 5750 354 364 0 23638 0
[pid=19183] ppid=19181 vsize=1940 CPUtime=2.07 cores=0-7
/proc/19183/stat : 19183 (march_hi) R 19181 19183 19183 0 -1 4202496 576 0 0 0 207 0 0 0 25 0 1 0 747360317 1986560 302 33554432000 4194304 4955518 140735381334672 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19183/statm: 485 302 104 186 0 298 0
[pid=19154/tid=19161] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19161/stat : 19161 (python) S 19152 19154 18357 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 747360295 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 2 0 0 0
[pid=19154/tid=19164] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19164/stat : 19164 (python) S 19152 19154 18357 0 -1 4202560 23 936 0 0 0 0 0 0 19 0 9 0 747360298 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 0 0 0 0
[pid=19154/tid=19167] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19167/stat : 19167 (python) S 19152 19154 18357 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 9 0 747360301 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 6 0 0 0
[pid=19154/tid=19170] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19170/stat : 19170 (python) S 19152 19154 18357 0 -1 4202560 24 936 0 0 0 0 0 0 19 0 9 0 747360304 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 4 0 0 0
[pid=19154/tid=19173] ppid=19152 vsize=361208 CPUtime=0 cores=0-7

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

[pid=19181] ppid=19154 vsize=350964 CPUtime=0.18 cores=0-7
/proc/19181/stat : 19181 (python) R 19154 19154 18357 0 -1 4202560 979 0 0 0 16 2 0 0 15 0 1 0 747360317 359387136 5773 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/19181/statm: 87741 5773 377 364 0 23638 0
[pid=19183] ppid=19181 vsize=0 CPUtime=5.07 cores=0-7
/proc/19183/stat : 19183 (march_hi) R 19181 19183 19183 0 -1 4202500 622 0 0 0 507 0 0 0 25 0 1 0 747360317 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19183/statm: 0 0 0 0 0 0 0
[pid=19154/tid=19161] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19161/stat : 19161 (python) S 19152 19154 18357 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 747360295 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 2 0 0 0
[pid=19154/tid=19164] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19164/stat : 19164 (python) S 19152 19154 18357 0 -1 4202560 23 936 0 0 0 0 0 0 19 0 9 0 747360298 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 0 0 0 0
[pid=19154/tid=19167] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19167/stat : 19167 (python) S 19152 19154 18357 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 9 0 747360301 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 6 0 0 0
[pid=19154/tid=19170] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19170/stat : 19170 (python) S 19152 19154 18357 0 -1 4202560 24 936 0 0 0 0 0 0 19 0 9 0 747360304 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 4 0 0 0
[pid=19154/tid=19173] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19173/stat : 19173 (python) S 19152 19154 18357 0 -1 4202560 25 936 0 0 0 0 0 0 21 0 9 0 747360307 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 4 0 0 0
[pid=19154/tid=19176] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19176/stat : 19176 (python) S 19152 19154 18357 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 9 0 747360311 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 0 0 0 0
[pid=19154/tid=19179] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19179/stat : 19179 (python) S 19152 19154 18357 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 9 0 747360314 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 4 0 0 0
[pid=19154/tid=19182] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19182/stat : 19182 (python) S 19152 19154 18357 0 -1 4202560 28 936 0 0 0 0 0 0 24 0 9 0 747360317 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 4355052

[startup+7.71151 s]
/proc/loadavg: 9.05 9.13 9.09 17/346 19183
/proc/meminfo: memFree=25391944/32951124 swapFree=67083432/67111528
[pid=19154] ppid=19152 vsize=361208 CPUtime=0.73 cores=0-7
/proc/19154/stat : 19154 (python) S 19152 19154 18357 0 -1 4202496 15743 936 1 0 59 14 0 0 24 0 9 0 747360218 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 90302 7289 1889 364 0 26199 0
[pid=19160] ppid=19154 vsize=278416 CPUtime=0.01 cores=0-7
/proc/19160/stat : 19160 (python) S 19154 19154 18357 0 -1 4202560 895 0 0 0 0 1 0 0 18 0 1 0 747360295 285097984 5563 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416015 0 0 16781312 514 1606784240807018753 0 0 17 2 0 0 0
/proc/19160/statm: 69604 5563 377 364 0 5522 0
[pid=19162] ppid=19160 vsize=454892 CPUtime=6.73 cores=0-7
/proc/19162/stat : 19162 (TNM) R 19160 19162 19162 0 -1 4202496 412 0 0 0 673 0 0 0 25 0 1 0 747360295 465809408 150 33554432000 134512640 135008748 4289359824 18446744073709551615 134527327 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19162/statm: 113723 150 46 122 0 112623 0
[pid=19163] ppid=19154 vsize=289256 CPUtime=1.84 cores=0-7
/proc/19163/stat : 19163 (python) S 19154 19154 18357 0 -1 4202560 917 0 0 0 159 25 0 0 17 0 1 0 747360298 296198144 5694 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/19163/statm: 72314 5694 370 364 0 8229 0
[pid=19165] ppid=19163 vsize=0 CPUtime=5.06 cores=0-7
/proc/19165/stat : 19165 (march_hi) R 19163 19165 19165 0 -1 4202500 611 0 0 0 506 0 0 0 25 0 1 0 747360298 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19165/statm: 0 0 0 0 0 0 0
[pid=19166] ppid=19154 vsize=299144 CPUtime=1.79 cores=0-7
/proc/19166/stat : 19166 (python) R 19154 19154 18357 0 -1 4202560 929 0 0 0 151 28 0 0 17 0 1 0 747360301 306323456 5604 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/19166/statm: 74786 5604 371 364 0 10698 0
[pid=19168] ppid=19166 vsize=0 CPUtime=5.08 cores=0-7
/proc/19168/stat : 19168 (march_hi) R 19166 19168 19168 0 -1 4202500 609 0 0 0 508 0 0 0 25 0 1 0 747360301 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19168/statm: 0 0 0 0 0 0 0
[pid=19169] ppid=19154 vsize=309940 CPUtime=1.66 cores=0-7
/proc/19169/stat : 19169 (python) R 19154 19154 18357 0 -1 4202560 936 0 0 0 142 24 0 0 17 0 1 0 747360304 317378560 5729 33554432000 4194304 5683644 140737187048784 18446744073709551615 5003321 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/19169/statm: 77485 5729 371 364 0 13394 0
[pid=19171] ppid=19169 vsize=0 CPUtime=5.1 cores=0-7
/proc/19171/stat : 19171 (march_hi) R 19169 19171 19171 0 -1 4202500 612 0 0 0 510 0 0 0 25 0 1 0 747360304 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19171/statm: 0 0 0 0 0 0 0
[pid=19172] ppid=19154 vsize=320196 CPUtime=0 cores=0-7
/proc/19172/stat : 19172 (python) S 19154 19154 18357 0 -1 4202560 920 0 0 0 0 0 0 0 18 0 1 0 747360307 327880704 5733 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 2583228631597678849 0 0 17 1 0 0 0
/proc/19172/statm: 80049 5733 371 364 0 15955 0
[pid=19174] ppid=19172 vsize=1017800 CPUtime=6.79 cores=0-7
/proc/19174/stat : 19174 (gnovelty+2) R 19172 19174 19174 0 -1 4202496 427 0 0 0 679 0 0 0 25 0 1 0 747360308 1042227200 163 33554432000 134512640 135663704 4292858128 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19174/statm: 254450 163 113 282 0 254166 0
[pid=19175] ppid=19154 vsize=330452 CPUtime=1.68 cores=0-7
/proc/19175/stat : 19175 (python) R 19154 19154 18357 0 -1 4202560 951 0 0 0 143 25 0 0 17 0 1 0 747360310 338382848 5742 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/19175/statm: 82613 5742 371 364 0 18516 0
[pid=19177] ppid=19175 vsize=0 CPUtime=5.07 cores=0-7
/proc/19177/stat : 19177 (march_hi) R 19175 19177 19177 0 -1 4202500 615 0 0 0 507 0 0 0 25 0 1 0 747360311 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19177/statm: 0 0 0 0 0 0 0
[pid=19178] ppid=19154 vsize=340708 CPUtime=0.01 cores=0-7
/proc/19178/stat : 19178 (python) S 19154 19154 18357 0 -1 4202560 953 0 0 0 1 0 0 0 15 0 1 0 747360314 348884992 5763 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 5607386057571008772 0 0 17 3 0 0 0
/proc/19178/statm: 85177 5763 371 364 0 21077 0
[pid=19180] ppid=19178 vsize=2076 CPUtime=4.78 cores=0-7
/proc/19180/stat : 19180 (march_hi) R 19178 19180 19180 0 -1 4202496 611 0 0 0 478 0 0 0 25 0 1 0 747360314 2125824 343 33554432000 4194304 4955518 140733346872848 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19180/statm: 519 343 104 186 0 332 0
[pid=19181] ppid=19154 vsize=350964 CPUtime=0.4 cores=0-7
/proc/19181/stat : 19181 (python) R 19154 19154 18357 0 -1 4202560 979 0 0 0 35 5 0 0 16 0 1 0 747360317 359387136 5773 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/19181/statm: 87741 5773 377 364 0 23638 0
[pid=19183] ppid=19181 vsize=0 CPUtime=5.07 cores=0-7
/proc/19183/stat : 19183 (march_hi) R 19181 19183 19183 0 -1 4202500 622 0 0 0 507 0 0 0 25 0 1 0 747360317 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19183/statm: 0 0 0 0 0 0 0
[pid=19154/tid=19161] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19161/stat : 19161 (python) S 19152 19154 18357 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 747360295 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 2 0 0 0
[pid=19154/tid=19164] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19164/stat : 19164 (python) S 19152 19154 18357 0 -1 4202560 23 936 0 0 0 0 0 0 19 0 9 0 747360298 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 0 0 0 0
[pid=19154/tid=19167] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19167/stat : 19167 (python) S 19152 19154 18357 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 9 0 747360301 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 6 0 0 0
[pid=19154/tid=19170] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19170/stat : 19170 (python) S 19152 19154 18357 0 -1 4202560 24 936 0 0 0 0 0 0 19 0 9 0 747360304 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 4 0 0 0
[pid=19154/tid=19173] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19173/stat : 19173 (python) S 19152 19154 18357 0 -1 4202560 25 936 0 0 0 0 0 0 21 0 9 0 747360307 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 4 0 0 0
[pid=19154/tid=19176] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19176/stat : 19176 (python) S 19152 19154 18357 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 9 0 747360311 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 0 0 0 0
[pid=19154/tid=19179] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19179/stat : 19179 (python) S 19152 19154 18357 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 9 0 747360314 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 4 0 0 0
[pid=19154/tid=19182] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19182/stat : 19182 (python) S 19152 19154 18357 0 -1 4202560 28 936 0 0 0 0 0 0 24 0 9 0 747360317 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.8
Current children cumulated vsize (KiB) 4355052

[startup+7.8015 s]
/proc/loadavg: 9.05 9.13 9.09 17/346 19183
/proc/meminfo: memFree=25391944/32951124 swapFree=67083432/67111528
[pid=19154] ppid=19152 vsize=361208 CPUtime=0.73 cores=0-7
/proc/19154/stat : 19154 (python) S 19152 19154 18357 0 -1 4202496 15743 936 1 0 59 14 0 0 24 0 9 0 747360218 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 90302 7289 1889 364 0 26199 0
[pid=19160] ppid=19154 vsize=278416 CPUtime=0.01 cores=0-7
/proc/19160/stat : 19160 (python) S 19154 19154 18357 0 -1 4202560 895 0 0 0 0 1 0 0 18 0 1 0 747360295 285097984 5563 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416015 0 0 16781312 514 1606784240807018753 0 0 17 2 0 0 0
/proc/19160/statm: 69604 5563 377 364 0 5522 0
[pid=19162] ppid=19160 vsize=454892 CPUtime=6.8 cores=0-7
/proc/19162/stat : 19162 (TNM) R 19160 19162 19162 0 -1 4202496 412 0 0 0 680 0 0 0 25 0 1 0 747360295 465809408 150 33554432000 134512640 135008748 4289359824 18446744073709551615 134529402 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19162/statm: 113723 150 46 122 0 112623 0
[pid=19163] ppid=19154 vsize=289256 CPUtime=1.93 cores=0-7
/proc/19163/stat : 19163 (python) R 19154 19154 18357 0 -1 4202560 917 0 0 0 166 27 0 0 18 0 1 0 747360298 296198144 5694 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/19163/statm: 72314 5694 370 364 0 8229 0
[pid=19165] ppid=19163 vsize=0 CPUtime=5.06 cores=0-7
/proc/19165/stat : 19165 (march_hi) R 19163 19165 19165 0 -1 4202500 611 0 0 0 506 0 0 0 25 0 1 0 747360298 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19165/statm: 0 0 0 0 0 0 0
[pid=19166] ppid=19154 vsize=299144 CPUtime=1.87 cores=0-7
/proc/19166/stat : 19166 (python) R 19154 19154 18357 0 -1 4202560 929 0 0 0 158 29 0 0 17 0 1 0 747360301 306323456 5604 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/19166/statm: 74786 5604 371 364 0 10698 0
[pid=19168] ppid=19166 vsize=0 CPUtime=5.08 cores=0-7
/proc/19168/stat : 19168 (march_hi) R 19166 19168 19168 0 -1 4202500 609 0 0 0 508 0 0 0 25 0 1 0 747360301 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19168/statm: 0 0 0 0 0 0 0
[pid=19169] ppid=19154 vsize=309940 CPUtime=1.75 cores=0-7
/proc/19169/stat : 19169 (python) R 19154 19154 18357 0 -1 4202560 936 0 0 0 151 24 0 0 17 0 1 0 747360304 317378560 5729 33554432000 4194304 5683644 140737187048784 18446744073709551615 5291226 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/19169/statm: 77485 5729 371 364 0 13394 0
[pid=19171] ppid=19169 vsize=0 CPUtime=5.1 cores=0-7
/proc/19171/stat : 19171 (march_hi) R 19169 19171 19171 0 -1 4202500 612 0 0 0 510 0 0 0 25 0 1 0 747360304 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/19171/statm: 0 0 0 0 0 0 0
[pid=19172] ppid=19154 vsize=320196 CPUtime=0 cores=0-7
/proc/19172/stat : 19172 (python) S 19154 19154 18357 0 -1 4202560 920 0 0 0 0 0 0 0 18 0 1 0 747360307 327880704 5733 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 2583228631597678849 0 0 17 1 0 0 0
/proc/19172/statm: 80049 5733 371 364 0 15955 0
[pid=19174] ppid=19172 vsize=1017800 CPUtime=6.88 cores=0-7
/proc/19174/stat : 19174 (gnovelty+2) R 19172 19174 19174 0 -1 4202496 427 0 0 0 688 0 0 0 25 0 1 0 747360308 1042227200 163 33554432000 134512640 135663704 4292858128 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19174/statm: 254450 163 113 282 0 254166 0
[pid=19175] ppid=19154 vsize=330452 CPUtime=1.76 cores=0-7
/proc/19175/stat : 19175 (python) R 19154 19154 18357 0 -1 4202560 951 0 0 0 150 26 0 0 17 0 1 0 747360310 338382848 5742 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/19175/statm: 82613 5742 371 364 0 18516 0
[pid=19177] ppid=19175 vsize=0 CPUtime=5.07 cores=0-7
/proc/19177/stat : 19177 (march_hi) R 19175 19177 19177 0 -1 4202500 615 0 0 0 507 0 0 0 25 0 1 0 747360311 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19177/statm: 0 0 0 0 0 0 0
[pid=19178] ppid=19154 vsize=340708 CPUtime=0.01 cores=0-7
/proc/19178/stat : 19178 (python) S 19154 19154 18357 0 -1 4202560 953 0 0 0 1 0 0 0 15 0 1 0 747360314 348884992 5763 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 8428477910825795844 0 0 17 3 0 0 0
/proc/19178/statm: 85177 5763 371 364 0 21077 0
[pid=19180] ppid=19178 vsize=2076 CPUtime=4.87 cores=0-7
/proc/19180/stat : 19180 (march_hi) R 19178 19180 19180 0 -1 4202496 612 0 0 0 487 0 0 0 25 0 1 0 747360314 2125824 344 33554432000 4194304 4955518 140733346872848 18446744073709551615 4244938 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19180/statm: 519 344 104 186 0 332 0
[pid=19181] ppid=19154 vsize=350964 CPUtime=0.48 cores=0-7
/proc/19181/stat : 19181 (python) R 19154 19154 18357 0 -1 4202560 979 0 0 0 43 5 0 0 16 0 1 0 747360317 359387136 5773 33554432000 4194304 5683644 140737187048784 18446744073709551615 260020416070 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/19181/statm: 87741 5773 377 364 0 23638 0
[pid=19183] ppid=19181 vsize=0 CPUtime=5.07 cores=0-7
/proc/19183/stat : 19183 (march_hi) R 19181 19183 19183 0 -1 4202500 622 0 0 0 507 0 0 0 25 0 1 0 747360317 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19183/statm: 0 0 0 0 0 0 0
[pid=19154/tid=19161] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19161/stat : 19161 (python) S 19152 19154 18357 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 747360295 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 2 0 0 0
[pid=19154/tid=19164] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19164/stat : 19164 (python) S 19152 19154 18357 0 -1 4202560 23 936 0 0 0 0 0 0 19 0 9 0 747360298 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 0 0 0 0
[pid=19154/tid=19167] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19167/stat : 19167 (python) S 19152 19154 18357 0 -1 4202560 26 936 0 0 0 0 0 0 21 0 9 0 747360301 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 6 0 0 0
[pid=19154/tid=19170] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19170/stat : 19170 (python) S 19152 19154 18357 0 -1 4202560 24 936 0 0 0 0 0 0 19 0 9 0 747360304 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 4 0 0 0
[pid=19154/tid=19173] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19173/stat : 19173 (python) S 19152 19154 18357 0 -1 4202560 25 936 0 0 0 0 0 0 21 0 9 0 747360307 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 4 0 0 0
[pid=19154/tid=19176] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19176/stat : 19176 (python) S 19152 19154 18357 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 9 0 747360311 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 0 0 0 0
[pid=19154/tid=19179] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19179/stat : 19179 (python) S 19152 19154 18357 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 9 0 747360314 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 4 0 0 0
[pid=19154/tid=19182] ppid=19152 vsize=361208 CPUtime=0 cores=0-7
/proc/19154/task/19182/stat : 19182 (python) S 19152 19154 18357 0 -1 4202560 28 936 0 0 0 0 0 0 24 0 9 0 747360317 369876992 7289 33554432000 4194304 5683644 140737187048784 18446744073709551615 260032219569 0 0 16781312 2 18446604453930384192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 52.47
Current children cumulated vsize (KiB) 4355052

Child status: 0
Real time (s): 7.86841
CPU time (s): 52.9419
CPU user time (s): 51.5602
CPU system time (s): 1.38179
CPU usage (%): 672.842
Max. virtual memory (cumulated for all children) (KiB): 4713876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.5602
system time used= 1.38179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34202
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= 5733
involuntary context switches= 2820

runsolver used 0.035994 second user time and 0.057991 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-16 20:41:36
IDJOB=3385632
IDBENCH=82897
IDSOLVER=1870
FILE ID=node110/3385632-1305571296
RUNJOBID= node110-1305564966-18371
PBS_JOBID= 13350140
Free space on /tmp= 73508 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S173446080-001.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385632-1305571296/watcher-3385632-1305571296 -o /tmp/evaluation-result-3385632-1305571296/solver-3385632-1305571296 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385632-1305571296.cnf -seed 596551900 -budget 40000 -cores 8

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

MD5SUM BENCH= 4c16bc52ec8b88c947f571c625ddf62f
RANDOM SEED=596551900

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
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.75
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.830
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25451456 kB
Buffers:        285308 kB
Cached:        3250960 kB
SwapCached:       1416 kB
Active:        4003348 kB
Inactive:      3162712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25451456 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           31672 kB
Writeback:           0 kB
AnonPages:     3627980 kB
Mapped:          27696 kB
Slab:           237360 kB
PageTables:      26824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75914932 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= 73476 MiB
End job on node110 at 2011-05-16 20:41:44