Trace number 3378404

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 3761.05 943.552

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1085677759-100.UNKNOWN.cnf
MD5SUM12cee07ed764769ddb26400b2603221c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark827.068
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.45/0.92	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.45/0.92	c INFO: solving HOME/instance-3378404-1305465321.cnf
0.45/0.92	c INFO: computing task features
0.45/0.93	c INFO: computed variable-clause graph statistics
0.45/0.93	c INFO: computed clause balance statistics
0.45/0.97	c INFO: computed variable balance statistics
0.45/1.00	c INFO: computed small-clause counts
0.45/1.00	c INFO: computed Horn-clause counts
0.45/1.00	c INFO: computed variable graph statistics
0.45/1.00	c INFO: collected features for HOME/instance-3378404-1305465321.cnf in 0.08 s
0.55/1.01	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.55/1.02	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.35)
0.55/1.03	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.06)
0.55/1.04	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.33)
400.23/101.23	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.39)
400.23/101.26	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.35)
1566.04/393.43	c INFO: running march_hi@99 for 97 with 807 remaining (b = 0.07)
1571.23/394.76	c INFO: running march_hi@0 for 291 with 806 remaining (b = 0.18)
1946.26/488.70	c INFO: running march_hi@491 for 194 with 712 remaining (b = 0.13)
2727.49/684.59	c INFO: running march_hi@0 for 516 with 516 remaining (b = 0.27)
2729.08/685.09	c INFO: running kcnfs-2006@0 for 194 with 515 remaining (b = 0.11)
3128.43/785.02	c INFO: running march_hi@95 for 291 with 415 remaining (b = 0.14)
3150.36/790.55	c INFO: running march_hi@99 for 291 with 410 remaining (b = 0.14)
3513.82/881.63	c INFO: running march_hi@391 for 97 with 319 remaining (b = 0.06)
3760.72/943.53	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-3378404-1305465321/watcher-3378404-1305465321 -o /tmp/evaluation-result-3378404-1305465321/solver-3378404-1305465321 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378404-1305465321.cnf -seed 680569670 -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.00 0.00 0.27 2/304 18425
/proc/meminfo: memFree=15820864/32951124 swapFree=52307768/67111528
[pid=18425] ppid=18422 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/18425/stat : 18425 (python) S 18422 18425 18387 0 -1 4202496 820 0 0 0 0 0 0 0 17 0 1 0 658134865 15753216 705 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699945619 0 0 17 4 0 0 0
/proc/18425/statm: 3846 705 334 364 0 333 0

[startup+0.0528329 s]
/proc/loadavg: 0.00 0.00 0.27 2/304 18425
/proc/meminfo: memFree=15820864/32951124 swapFree=52307768/67111528
[pid=18425] ppid=18422 vsize=16536 CPUtime=0.01 cores=0,2,4,6
/proc/18425/stat : 18425 (python) R 18422 18425 18387 0 -1 4202496 1190 0 0 0 1 0 0 0 17 0 1 0 658134865 16932864 1050 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370955264 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/18425/statm: 4134 1050 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+0.100851 s]
/proc/loadavg: 0.00 0.00 0.27 2/304 18425
/proc/meminfo: memFree=15820864/32951124 swapFree=52307768/67111528
[pid=18425] ppid=18422 vsize=36508 CPUtime=0.04 cores=0,2,4,6
/proc/18425/stat : 18425 (python) R 18422 18425 18387 0 -1 4202496 1613 0 0 0 3 1 0 0 17 0 1 0 658134865 37384192 1445 33554432000 4194304 5683644 140734017421056 18446744073709551615 218371000455 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18425/statm: 9127 1445 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.300803 s]
/proc/loadavg: 0.00 0.00 0.27 2/304 18425
/proc/meminfo: memFree=15820864/32951124 swapFree=52307768/67111528
[pid=18425] ppid=18422 vsize=126300 CPUtime=0.15 cores=0,2,4,6
/proc/18425/stat : 18425 (python) R 18422 18425 18387 0 -1 4202496 4709 932 1 0 9 6 0 0 18 0 1 0 658134865 129331200 3896 33554432000 4194304 5683644 140734017421056 18446744073709551615 5177534 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18425/statm: 31575 3896 1001 364 0 2870 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 126300

[startup+0.70071 s]
/proc/loadavg: 0.00 0.00 0.27 2/304 18425
/proc/meminfo: memFree=15820864/32951124 swapFree=52307768/67111528
[pid=18425] ppid=18422 vsize=198920 CPUtime=0.31 cores=0,2,4,6
/proc/18425/stat : 18425 (python) R 18422 18425 18387 0 -1 4202496 7023 932 1 0 19 12 0 0 16 0 1 0 658134865 203694080 5054 33554432000 4194304 5683644 140734017421056 18446744073709551615 47394660890318 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18425/statm: 49730 5054 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 198920

[startup+1.50053 s]
/proc/loadavg: 0.00 0.00 0.27 4/308 18438
/proc/meminfo: memFree=15774448/32951124 swapFree=52307768/67111528
[pid=18425] ppid=18422 vsize=320204 CPUtime=0.58 cores=0,2,4,6
/proc/18425/stat : 18425 (python) S 18422 18425 18387 0 -1 4202496 12213 932 1 0 42 16 0 0 22 0 5 0 658134865 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18425/statm: 80051 7240 1873 364 0 15960 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 320204

[startup+3.10122 s]
/proc/loadavg: 0.00 0.00 0.27 10/332 18462
/proc/meminfo: memFree=15739776/32951124 swapFree=52307768/67111528
[pid=18425] ppid=18422 vsize=320204 CPUtime=0.58 cores=0,2,4,6
/proc/18425/stat : 18425 (python) S 18422 18425 18387 0 -1 4202496 12213 932 1 0 42 16 0 0 22 0 5 0 658134865 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18425/statm: 80051 7240 1873 364 0 15960 0
[pid=18439] ppid=18425 vsize=278516 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (python) S 18425 18425 18387 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 658134966 285200384 5553 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977295 0 0 16781312 514 918079294226268416 0 0 17 4 0 0 0
/proc/18439/statm: 69629 5553 354 364 0 5547 0
[pid=18441] ppid=18439 vsize=1017800 CPUtime=2.07 cores=0,2,4,6
/proc/18441/stat : 18441 (gnovelty+2) R 18439 18441 18441 0 -1 4202496 441 0 0 0 207 0 0 0 25 0 1 0 658134967 1042227200 177 33554432000 134512640 135663704 4291783424 18446744073709551615 134525334 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18441/statm: 254450 177 113 282 0 254166 0
[pid=18442] ppid=18425 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/18442/stat : 18442 (python) S 18425 18425 18387 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 658134967 296288256 5694 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 4979257157934350598 0 0 17 0 0 0 0
/proc/18442/statm: 72336 5694 348 364 0 8251 0
[pid=18444] ppid=18442 vsize=2176 CPUtime=2.07 cores=0,2,4,6
/proc/18444/stat : 18444 (march_hi) R 18442 18444 18444 0 -1 4202496 630 0 0 0 207 0 0 0 25 0 1 0 658134968 2228224 365 33554432000 4194304 4955518 140736813305328 18446744073709551615 4227902 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18444/statm: 544 365 104 186 0 357 0
[pid=18445] ppid=18425 vsize=299096 CPUtime=0 cores=0,2,4,6
/proc/18445/stat : 18445 (python) S 18425 18425 18387 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 658134968 306274304 5587 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 918071597644873988 0 0 17 0 0 0 0
/proc/18445/statm: 74774 5587 348 364 0 10686 0
[pid=18447] ppid=18445 vsize=1017800 CPUtime=2.06 cores=0,2,4,6
/proc/18447/stat : 18447 (gnovelty+2) R 18445 18447 18447 0 -1 4202496 439 0 0 0 206 0 0 0 25 0 1 0 658134969 1042227200 178 33554432000 134512640 135663704 4292583056 18446744073709551615 134544303 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18447/statm: 254450 178 113 282 0 254166 0
[pid=18448] ppid=18425 vsize=309960 CPUtime=0 cores=0,2,4,6
/proc/18448/stat : 18448 (python) S 18425 18425 18387 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 658134970 317399040 5711 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 2809445727309103361 0 0 17 0 0 0 0
/proc/18448/statm: 77490 5711 348 364 0 13399 0
[pid=18450] ppid=18448 vsize=2176 CPUtime=2.04 cores=0,2,4,6
/proc/18450/stat : 18450 (march_hi) R 18448 18450 18450 0 -1 4202496 624 0 0 0 204 0 0 0 25 0 1 0 658134970 2228224 366 33554432000 4194304 4955518 140735478466032 18446744073709551615 4239004 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18450/statm: 544 366 104 186 0 357 0
[pid=18425/tid=18440] ppid=18422 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18440/stat : 18440 (python) S 18422 18425 18387 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 5 0 658134967 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 4 0 0 0
[pid=18425/tid=18443] ppid=18422 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18443/stat : 18443 (python) S 18422 18425 18387 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 658134968 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18446] ppid=18422 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18446/stat : 18446 (python) S 18422 18425 18387 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 658134968 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18449] ppid=18422 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18449/stat : 18449 (python) S 18422 18425 18387 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 5 0 658134970 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.82
Current children cumulated vsize (KiB) 3537072

[startup+6.30065 s]
/proc/loadavg: 0.80 0.17 0.32 12/332 18462
/proc/meminfo: memFree=15737172/32951124 swapFree=52307768/67111528
[pid=18425] ppid=18422 vsize=320204 CPUtime=0.58 cores=0,2,4,6
/proc/18425/stat : 18425 (python) S 18422 18425 18387 0 -1 4202496 12213 932 1 0 42 16 0 0 22 0 5 0 658134865 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18425/statm: 80051 7240 1873 364 0 15960 0
[pid=18439] ppid=18425 vsize=278516 CPUtime=0 cores=0,2,4,6
/proc/18439/stat : 18439 (python) S 18425 18425 18387 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 658134966 285200384 5576 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977295 0 0 16781312 514 918079294226268416 0 0 17 4 0 0 0
/proc/18439/statm: 69629 5576 377 364 0 5547 0
[pid=18441] ppid=18439 vsize=1017800 CPUtime=5.23 cores=0,2,4,6
/proc/18441/stat : 18441 (gnovelty+2) R 18439 18441 18441 0 -1 4202496 441 0 0 0 523 0 0 0 25 0 1 0 658134967 1042227200 177 33554432000 134512640 135663704 4291783424 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18441/statm: 254450 177 113 282 0 254166 0
[pid=18442] ppid=18425 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/18442/stat : 18442 (python) S 18425 18425 18387 0 -1 4202560 902 0 0 0 0 0 0 0 15 0 1 0 658134967 296288256 5716 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 18351219332417028358 0 0 17 0 0 0 0
/proc/18442/statm: 72336 5716 370 364 0 8251 0
[pid=18444] ppid=18442 vsize=2308 CPUtime=5.25 cores=0,2,4,6
/proc/18444/stat : 18444 (march_hi) R 18442 18444 18444 0 -1 4202496 644 0 0 0 524 1 0 0 25 0 1 0 658134968 2363392 379 33554432000 4194304 4955518 140736813305328 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18444/statm: 577 379 104 186 0 390 0
[pid=18445] ppid=18425 vsize=299096 CPUtime=0 cores=0,2,4,6
/proc/18445/stat : 18445 (python) S 18425 18425 18387 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 658134968 306274304 5610 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 918071597644873988 0 0 17 0 0 0 0
/proc/18445/statm: 74774 5610 371 364 0 10686 0
[pid=18447] ppid=18445 vsize=1017800 CPUtime=5.24 cores=0,2,4,6
/proc/18447/stat : 18447 (gnovelty+2) R 18445 18447 18447 0 -1 4202496 439 0 0 0 524 0 0 0 25 0 1 0 658134969 1042227200 178 33554432000 134512640 135663704 4292583056 18446744073709551615 134525292 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18447/statm: 254450 178 113 282 0 254166 0
[pid=18448] ppid=18425 vsize=309960 CPUtime=0.01 cores=0,2,4,6
/proc/18448/stat : 18448 (python) S 18425 18425 18387 0 -1 4202560 918 0 0 0 1 0 0 0 15 0 1 0 658134970 317399040 5734 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 12425397841105486081 0 0 17 0 0 0 0
/proc/18448/statm: 77490 5734 371 364 0 13399 0
[pid=18450] ppid=18448 vsize=2308 CPUtime=5.2 cores=0,2,4,6
/proc/18450/stat : 18450 (march_hi) R 18448 18450 18450 0 -1 4202496 638 0 0 0 520 0 0 0 25 0 1 0 658134970 2363392 380 33554432000 4194304 4955518 140735478466032 18446744073709551615 4289768 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18450/statm: 577 380 104 186 0 390 0
[pid=18425/tid=18440] ppid=18422 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18440/stat : 18440 (python) S 18422 18425 18387 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 5 0 658134967 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 4 0 0 0
[pid=18425/tid=18443] ppid=18422 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18443/stat : 18443 (python) S 18422 18425 18387 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 658134968 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18446] ppid=18422 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18446/stat : 18446 (python) S 18422 18425 18387 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 658134968 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18449] ppid=18422 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18449/stat : 18449 (python) S 18422 18425 18387 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 5 0 658134970 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.51
Current children cumulated vsize (KiB) 3537336

[startup+12.7005 s]
/proc/loadavg: 1.38 0.30 0.36 9/332 18462
/proc/meminfo: memFree=15736328/32951124 swapFree=52307768/67111528
[pid=18425] ppid=18422 vsize=320204 CPUtime=0.58 cores=0,2,4,6
/proc/18425/stat : 18425 (python) S 18422 18425 18387 0 -1 4202496 12213 932 1 0 42 16 0 0 22 0 5 0 658134865 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18425/statm: 80051 7240 1873 364 0 15960 0
[pid=18439] ppid=18425 vsize=278516 CPUtime=0.02 cores=0,2,4,6
/proc/18439/stat : 18439 (python) S 18425 18425 18387 0 -1 4202560 900 0 0 0 1 1 0 0 18 0 1 0 658134966 285200384 5576 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977295 0 0 16781312 514 17886485724753002752 0 0 17 4 0 0 0
/proc/18439/statm: 69629 5576 377 364 0 5547 0
[pid=18441] ppid=18439 vsize=1017800 CPUtime=11.57 cores=0,2,4,6
/proc/18441/stat : 18441 (gnovelty+2) R 18439 18441 18441 0 -1 4202496 441 0 0 0 1157 0 0 0 25 0 1 0 658134967 1042227200 177 33554432000 134512640 135663704 4291783424 18446744073709551615 134524768 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18441/statm: 254450 177 113 282 0 254166 0
[pid=18442] ppid=18425 vsize=289344 CPUtime=0.02 cores=0,2,4,6
/proc/18442/stat : 18442 (python) S 18425 18425 18387 0 -1 4202560 907 0 0 0 1 1 0 0 15 0 1 0 658134967 296288256 5717 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 4979257157934350598 0 0 17 0 0 0 0
/proc/18442/statm: 72336 5717 371 364 0 8251 0
[pid=18444] ppid=18442 vsize=2308 CPUtime=11.65 cores=0,2,4,6
/proc/18444/stat : 18444 (march_hi) R 18442 18444 18444 0 -1 4202496 662 0 0 0 1164 1 0 0 25 0 1 0 658134968 2363392 397 33554432000 4194304 4955518 140736813305328 18446744073709551615 4209675 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18444/statm: 577 397 104 186 0 390 0
[pid=18445] ppid=18425 vsize=299096 CPUtime=0.02 cores=0,2,4,6
/proc/18445/stat : 18445 (python) S 18425 18425 18387 0 -1 4202560 906 0 0 0 1 1 0 0 18 0 1 0 658134968 306274304 5610 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 17886485724753002756 0 0 17 0 0 0 0
/proc/18445/statm: 74774 5610 371 364 0 10686 0
[pid=18447] ppid=18445 vsize=1017800 CPUtime=11.63 cores=0,2,4,6
/proc/18447/stat : 18447 (gnovelty+2) R 18445 18447 18447 0 -1 4202496 439 0 0 0 1163 0 0 0 25 0 1 0 658134969 1042227200 178 33554432000 134512640 135663704 4292583056 18446744073709551615 134544252 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18447/statm: 254450 178 113 282 0 254166 0
[pid=18448] ppid=18425 vsize=309960 CPUtime=0.03 cores=0,2,4,6
/proc/18448/stat : 18448 (python) S 18425 18425 18387 0 -1 4202560 924 0 0 0 2 1 0 0 15 0 1 0 658134970 317399040 5734 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 2809445727309103361 0 0 17 0 0 0 0
/proc/18448/statm: 77490 5734 371 364 0 13399 0
[pid=18450] ppid=18448 vsize=2308 CPUtime=11.56 cores=0,2,4,6
/proc/18450/stat : 18450 (march_hi) R 18448 18450 18450 0 -1 4202496 656 0 0 0 1156 0 0 0 25 0 1 0 658134970 2363392 398 33554432000 4194304 4955518 140735478466032 18446744073709551615 4314044 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18450/statm: 577 398 104 186 0 390 0
[pid=18425/tid=18440] ppid=18422 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18440/stat : 18440 (python) S 18422 18425 18387 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 5 0 658134967 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 4 0 0 0
[pid=18425/tid=18443] ppid=18422 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18443/stat : 18443 (python) S 18422 18425 18387 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 658134968 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18446] ppid=18422 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18446/stat : 18446 (python) S 18422 18425 18387 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 658134968 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18449] ppid=18422 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18449/stat : 18449 (python) S 18422 18425 18387 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 5 0 658134970 327888896 7240 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.08
Current children cumulated vsize (KiB) 3537336

[startup+25.5012 s]
/proc/loadavg: 2.84 0.67 0.48 10/332 18463
/proc/meminfo: memFree=15737064/32951124 swapFree=52307768/67111528
[pid=18425] ppid=18422 vsize=320204 CPUtime=0.58 cores=0,2,4,6

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

[pid=18425] ppid=18422 vsize=360912 CPUtime=0.66 cores=0,2,4,6
/proc/18425/stat : 18425 (python) S 18422 18425 18387 0 -1 4202496 16319 932 1 0 49 17 0 0 18 0 9 0 658134865 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18425/statm: 90228 7226 1890 364 0 26125 0
[pid=18439] ppid=18425 vsize=288760 CPUtime=0.21 cores=0,2,4,6
/proc/18439/stat : 18439 (python) S 18425 18425 18387 0 -1 4202560 1166 0 0 0 11 10 0 0 18 0 2 0 658134966 295690240 5620 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18439/statm: 72190 5620 416 364 0 8108 0
[pid=18441] ppid=18439 vsize=1017800 CPUtime=99.27 cores=0,2,4,6
/proc/18441/stat : 18441 (gnovelty+2) T 18439 18441 18441 0 -1 4202496 441 0 0 0 9927 0 0 0 25 0 1 0 658134967 1042227200 177 33554432000 134512640 135663704 4291783424 18446744073709551615 134546486 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18441/statm: 254450 177 113 282 0 254166 0
[pid=18439/tid=18510] ppid=18425 vsize=288760 CPUtime=0 cores=0,2,4,6
/proc/18439/task/18510/stat : 18510 (python) S 18425 18425 18387 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 2 0 658144988 295690240 5620 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 514 18446604444536515648 0 0 -1 4 0 0 0
[pid=18442] ppid=18425 vsize=289344 CPUtime=4.27 cores=0,2,4,6
/proc/18442/stat : 18442 (python) R 18425 18425 18387 0 -1 4202560 1177 0 0 0 301 126 0 0 18 0 2 0 658134967 296288256 5748 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382787391 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18442/statm: 72336 5748 401 364 0 8251 0
[pid=18444] ppid=18442 vsize=0 CPUtime=836.47 cores=0,2,4,6
/proc/18444/stat : 18444 (march_hi) R 18442 18444 18444 0 -1 4202500 4698 0 0 0 83640 7 0 0 25 0 1 0 658134968 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18444/statm: 0 0 0 0 0 0 0
[pid=18442/tid=18535] ppid=18425 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/18442/task/18535/stat : 18535 (python) S 18425 18425 18387 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 658174341 296288256 5748 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 514 18446604448595484864 0 0 -1 0 0 0 0
[pid=18445] ppid=18425 vsize=299096 CPUtime=0.22 cores=0,2,4,6
/proc/18445/stat : 18445 (python) S 18425 18425 18387 0 -1 4202560 1095 0 0 0 13 9 0 0 19 0 2 0 658134968 306274304 5640 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 74774 5640 400 364 0 10686 0
[pid=18447] ppid=18445 vsize=1017800 CPUtime=99.99 cores=0,2,4,6
/proc/18447/stat : 18447 (gnovelty+2) T 18445 18447 18447 0 -1 4202496 439 0 0 0 9999 0 0 0 25 0 1 0 658134969 1042227200 178 33554432000 134512640 135663704 4292583056 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18447/statm: 254450 178 113 282 0 254166 0
[pid=18445/tid=18514] ppid=18425 vsize=299096 CPUtime=0 cores=0,2,4,6
/proc/18445/task/18514/stat : 18514 (python) S 18425 18425 18387 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658144991 306274304 5640 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 514 18446604444536513856 0 0 -1 0 0 0 0
[pid=18448] ppid=18425 vsize=309960 CPUtime=1.73 cores=0,2,4,6
/proc/18448/stat : 18448 (python) S 18425 18425 18387 0 -1 4202560 1174 0 0 0 92 81 0 0 15 0 2 0 658134970 317399040 5764 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18448/statm: 77490 5764 400 364 0 13399 0
[pid=18450] ppid=18448 vsize=15224 CPUtime=682.04 cores=0,2,4,6
/proc/18450/stat : 18450 (march_hi) T 18448 18450 18450 0 -1 4202496 3193 0 0 0 68198 6 0 0 25 0 1 0 658134970 15589376 2908 33554432000 4194304 4955518 140735478466032 18446744073709551615 4227837 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18450/statm: 3806 2908 104 186 0 3619 0
[pid=18448/tid=18534] ppid=18425 vsize=309960 CPUtime=0 cores=0,2,4,6
/proc/18448/task/18534/stat : 18534 (python) S 18425 18425 18387 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658174208 317399040 5764 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 514 18446604442920804736 0 0 -1 0 0 0 0
[pid=18511] ppid=18425 vsize=320216 CPUtime=2.16 cores=0,2,4,6
/proc/18511/stat : 18511 (python) S 18425 18425 18387 0 -1 4202560 1169 0 0 0 113 103 0 0 15 0 2 0 658144989 327901184 5785 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18511/statm: 80054 5785 400 364 0 15960 0
[pid=18513] ppid=18511 vsize=21988 CPUtime=833.24 cores=0,2,4,6
/proc/18513/stat : 18513 (march_hi) R 18511 18513 18513 0 -1 4202496 4607 0 0 0 83321 3 0 0 25 0 1 0 658144989 22515712 4317 33554432000 4194304 4955518 140733694727536 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18513/statm: 5497 4317 104 186 0 5310 0
[pid=18511/tid=18561] ppid=18425 vsize=320216 CPUtime=0 cores=0,2,4,6
/proc/18511/task/18561/stat : 18561 (python) S 18425 18425 18387 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 658213919 327901184 5785 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 514 18446604451738325312 0 0 -1 6 0 0 0
[pid=18515] ppid=18425 vsize=330688 CPUtime=1.91 cores=0,2,4,6
/proc/18515/stat : 18515 (python) S 18425 18425 18387 0 -1 4202560 1161 0 0 0 100 91 0 0 15 0 2 0 658144992 338624512 5826 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18515/statm: 82672 5826 400 364 0 18575 0
[pid=18517] ppid=18515 vsize=16168 CPUtime=743.27 cores=0,2,4,6
/proc/18517/stat : 18517 (march_hi) R 18515 18517 18517 0 -1 4202496 3703 0 0 0 74326 1 0 0 25 0 1 0 658144992 16556032 3414 33554432000 4194304 4955518 140735900673056 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18517/statm: 4042 3414 104 186 0 3855 0
[pid=18515/tid=18560] ppid=18425 vsize=330688 CPUtime=0 cores=0,2,4,6
/proc/18515/task/18560/stat : 18560 (python) S 18425 18425 18387 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658213366 338624512 5826 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 514 18446604445169468736 0 0 -1 2 0 0 0
[pid=18547] ppid=18425 vsize=340944 CPUtime=0.65 cores=0,2,4,6
/proc/18547/stat : 18547 (python) S 18425 18425 18387 0 -1 4202560 997 0 0 0 33 32 0 0 15 0 1 0 658203324 349126656 5810 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 330284501185822983 0 0 17 6 0 0 0
/proc/18547/statm: 85236 5810 371 364 0 21136 0
[pid=18549] ppid=18547 vsize=4900 CPUtime=256.32 cores=0,2,4,6
/proc/18549/stat : 18549 (march_hi) R 18547 18549 18549 0 -1 4202496 1128 0 0 0 25632 0 0 0 25 0 1 0 658203325 5017600 866 33554432000 4194304 4955518 140735550380496 18446744073709551615 4235390 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18549/statm: 1225 866 104 186 0 1038 0
[pid=18550] ppid=18425 vsize=351200 CPUtime=0.46 cores=0,2,4,6
/proc/18550/stat : 18550 (python) S 18425 18425 18387 0 -1 4202560 1179 0 0 0 25 21 0 0 19 0 2 0 658203375 359628800 5850 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18550/statm: 87800 5850 406 364 0 23697 0
[pid=18552] ppid=18550 vsize=182444 CPUtime=196.27 cores=0,2,4,6
/proc/18552/stat : 18552 (kcnfs-2006) T 18550 18552 18552 0 -1 4202496 590 0 0 0 19626 1 0 0 25 0 1 0 658203375 186822656 328 33554432000 134512640 135163436 4286633120 18446744073709551615 134585036 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18552/statm: 45611 328 77 159 0 45451 0
[pid=18550/tid=18566] ppid=18425 vsize=351200 CPUtime=0 cores=0,2,4,6
/proc/18550/task/18566/stat : 18566 (python) S 18425 18425 18387 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658223028 359628800 5850 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 514 18446604450192086848 0 0 -1 0 0 0 0
[pid=18425/tid=18440] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18440/stat : 18440 (python) S 18422 18425 18387 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 9 0 658134967 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 4 0 0 0
[pid=18425/tid=18443] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18443/stat : 18443 (python) S 18422 18425 18387 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 9 0 658134968 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18446] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18446/stat : 18446 (python) S 18422 18425 18387 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 658134968 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18449] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18449/stat : 18449 (python) S 18422 18425 18387 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 9 0 658134970 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18512] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18512/stat : 18512 (python) S 18422 18425 18387 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 9 0 658144989 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18516] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18516/stat : 18516 (python) S 18422 18425 18387 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 658144992 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18548] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18548/stat : 18548 (python) S 18422 18425 18387 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 658203324 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18551] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18551/stat : 18551 (python) S 18422 18425 18387 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 658203375 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3759.14
Current children cumulated vsize (KiB) 5167444

[startup+943.501 s]
/proc/loadavg: 8.17 7.81 5.27 12/369 18568
/proc/meminfo: memFree=15135772/32951124 swapFree=52307768/67111528
[pid=18425] ppid=18422 vsize=360912 CPUtime=0.66 cores=0,2,4,6
/proc/18425/stat : 18425 (python) S 18422 18425 18387 0 -1 4202496 16319 932 1 0 49 17 0 0 18 0 9 0 658134865 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18425/statm: 90228 7226 1890 364 0 26125 0
[pid=18439] ppid=18425 vsize=288760 CPUtime=0.21 cores=0,2,4,6
/proc/18439/stat : 18439 (python) S 18425 18425 18387 0 -1 4202560 1166 0 0 0 11 10 0 0 18 0 2 0 658134966 295690240 5620 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18439/statm: 72190 5620 416 364 0 8108 0
[pid=18441] ppid=18439 vsize=1017800 CPUtime=99.27 cores=0,2,4,6
/proc/18441/stat : 18441 (gnovelty+2) T 18439 18441 18441 0 -1 4202496 441 0 0 0 9927 0 0 0 25 0 1 0 658134967 1042227200 177 33554432000 134512640 135663704 4291783424 18446744073709551615 134546486 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18441/statm: 254450 177 113 282 0 254166 0
[pid=18439/tid=18510] ppid=18425 vsize=288760 CPUtime=0 cores=0,2,4,6
/proc/18439/task/18510/stat : 18510 (python) S 18425 18425 18387 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 2 0 658144988 295690240 5620 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 514 18446604444536515648 0 0 -1 4 0 0 0
[pid=18442] ppid=18425 vsize=289344 CPUtime=4.66 cores=0,2,4,6
/proc/18442/stat : 18442 (python) R 18425 18425 18387 0 -1 4202560 1177 0 0 0 333 133 0 0 18 0 2 0 658134967 296288256 5748 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382787391 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18442/statm: 72336 5748 401 364 0 8251 0
[pid=18444] ppid=18442 vsize=0 CPUtime=836.47 cores=0,2,4,6
/proc/18444/stat : 18444 (march_hi) R 18442 18444 18444 0 -1 4202500 4698 0 0 0 83640 7 0 0 25 0 1 0 658134968 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/18444/statm: 0 0 0 0 0 0 0
[pid=18442/tid=18535] ppid=18425 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/18442/task/18535/stat : 18535 (python) S 18425 18425 18387 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 658174341 296288256 5748 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 514 18446604448595484864 0 0 -1 0 0 0 0
[pid=18445] ppid=18425 vsize=299096 CPUtime=0.22 cores=0,2,4,6
/proc/18445/stat : 18445 (python) S 18425 18425 18387 0 -1 4202560 1095 0 0 0 13 9 0 0 19 0 2 0 658134968 306274304 5640 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 74774 5640 400 364 0 10686 0
[pid=18447] ppid=18445 vsize=1017800 CPUtime=99.99 cores=0,2,4,6
/proc/18447/stat : 18447 (gnovelty+2) T 18445 18447 18447 0 -1 4202496 439 0 0 0 9999 0 0 0 25 0 1 0 658134969 1042227200 178 33554432000 134512640 135663704 4292583056 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18447/statm: 254450 178 113 282 0 254166 0
[pid=18445/tid=18514] ppid=18425 vsize=299096 CPUtime=0 cores=0,2,4,6
/proc/18445/task/18514/stat : 18514 (python) S 18425 18425 18387 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658144991 306274304 5640 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 514 18446604444536513856 0 0 -1 0 0 0 0
[pid=18448] ppid=18425 vsize=309960 CPUtime=1.73 cores=0,2,4,6
/proc/18448/stat : 18448 (python) S 18425 18425 18387 0 -1 4202560 1174 0 0 0 92 81 0 0 15 0 2 0 658134970 317399040 5764 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18448/statm: 77490 5764 400 364 0 13399 0
[pid=18450] ppid=18448 vsize=15224 CPUtime=682.04 cores=0,2,4,6
/proc/18450/stat : 18450 (march_hi) T 18448 18450 18450 0 -1 4202496 3193 0 0 0 68198 6 0 0 25 0 1 0 658134970 15589376 2908 33554432000 4194304 4955518 140735478466032 18446744073709551615 4227837 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18450/statm: 3806 2908 104 186 0 3619 0
[pid=18448/tid=18534] ppid=18425 vsize=309960 CPUtime=0 cores=0,2,4,6
/proc/18448/task/18534/stat : 18534 (python) S 18425 18425 18387 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658174208 317399040 5764 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 514 18446604442920804736 0 0 -1 0 0 0 0
[pid=18511] ppid=18425 vsize=320216 CPUtime=2.16 cores=0,2,4,6
/proc/18511/stat : 18511 (python) S 18425 18425 18387 0 -1 4202560 1169 0 0 0 113 103 0 0 15 0 2 0 658144989 327901184 5785 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18511/statm: 80054 5785 400 364 0 15960 0
[pid=18513] ppid=18511 vsize=21988 CPUtime=833.64 cores=0,2,4,6
/proc/18513/stat : 18513 (march_hi) R 18511 18513 18513 0 -1 4202496 4613 0 0 0 83361 3 0 0 25 0 1 0 658144989 22515712 4323 33554432000 4194304 4955518 140733694727536 18446744073709551615 4284778 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18513/statm: 5497 4323 104 186 0 5310 0
[pid=18511/tid=18561] ppid=18425 vsize=320216 CPUtime=0 cores=0,2,4,6
/proc/18511/task/18561/stat : 18561 (python) S 18425 18425 18387 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 658213919 327901184 5785 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 514 18446604451738325312 0 0 -1 6 0 0 0
[pid=18515] ppid=18425 vsize=330688 CPUtime=1.91 cores=0,2,4,6
/proc/18515/stat : 18515 (python) S 18425 18425 18387 0 -1 4202560 1161 0 0 0 100 91 0 0 15 0 2 0 658144992 338624512 5826 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18515/statm: 82672 5826 400 364 0 18575 0
[pid=18517] ppid=18515 vsize=16168 CPUtime=743.67 cores=0,2,4,6
/proc/18517/stat : 18517 (march_hi) R 18515 18517 18517 0 -1 4202496 3707 0 0 0 74366 1 0 0 25 0 1 0 658144992 16556032 3418 33554432000 4194304 4955518 140735900673056 18446744073709551615 4227532 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18517/statm: 4042 3418 104 186 0 3855 0
[pid=18515/tid=18560] ppid=18425 vsize=330688 CPUtime=0 cores=0,2,4,6
/proc/18515/task/18560/stat : 18560 (python) S 18425 18425 18387 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658213366 338624512 5826 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 514 18446604445169468736 0 0 -1 2 0 0 0
[pid=18547] ppid=18425 vsize=340944 CPUtime=0.65 cores=0,2,4,6
/proc/18547/stat : 18547 (python) S 18425 18425 18387 0 -1 4202560 997 0 0 0 33 32 0 0 15 0 1 0 658203324 349126656 5810 33554432000 4194304 5683644 140734017421056 18446744073709551615 218370977350 0 0 16781312 514 330284501185822983 0 0 17 6 0 0 0
/proc/18547/statm: 85236 5810 371 364 0 21136 0
[pid=18549] ppid=18547 vsize=4900 CPUtime=256.71 cores=0,2,4,6
/proc/18549/stat : 18549 (march_hi) R 18547 18549 18549 0 -1 4202496 1131 0 0 0 25671 0 0 0 25 0 1 0 658203325 5017600 869 33554432000 4194304 4955518 140735550380496 18446744073709551615 4235362 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18549/statm: 1225 869 104 186 0 1038 0
[pid=18550] ppid=18425 vsize=351200 CPUtime=0.46 cores=0,2,4,6
/proc/18550/stat : 18550 (python) S 18425 18425 18387 0 -1 4202560 1179 0 0 0 25 21 0 0 19 0 2 0 658203375 359628800 5850 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18550/statm: 87800 5850 406 364 0 23697 0
[pid=18552] ppid=18550 vsize=182444 CPUtime=196.27 cores=0,2,4,6
/proc/18552/stat : 18552 (kcnfs-2006) T 18550 18552 18552 0 -1 4202496 590 0 0 0 19626 1 0 0 25 0 1 0 658203375 186822656 328 33554432000 134512640 135163436 4286633120 18446744073709551615 134585036 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18552/statm: 45611 328 77 159 0 45451 0
[pid=18550/tid=18566] ppid=18425 vsize=351200 CPUtime=0 cores=0,2,4,6
/proc/18550/task/18566/stat : 18566 (python) S 18425 18425 18387 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658223028 359628800 5850 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 514 18446604450192086848 0 0 -1 0 0 0 0
[pid=18425/tid=18440] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18440/stat : 18440 (python) S 18422 18425 18387 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 9 0 658134967 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 4 0 0 0
[pid=18425/tid=18443] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18443/stat : 18443 (python) S 18422 18425 18387 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 9 0 658134968 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18446] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18446/stat : 18446 (python) S 18422 18425 18387 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 658134968 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18449] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18449/stat : 18449 (python) S 18422 18425 18387 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 9 0 658134970 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18512] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18512/stat : 18512 (python) S 18422 18425 18387 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 9 0 658144989 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18516] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18516/stat : 18516 (python) S 18422 18425 18387 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 658144992 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18548] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18548/stat : 18548 (python) S 18422 18425 18387 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 658203324 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
[pid=18425/tid=18551] ppid=18422 vsize=360912 CPUtime=0 cores=0,2,4,6
/proc/18425/task/18551/stat : 18551 (python) S 18422 18425 18387 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 658203375 369573888 7226 33554432000 4194304 5683644 140734017421056 18446744073709551615 218382780849 0 0 16781312 2 18446604453942698240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3760.72
Current children cumulated vsize (KiB) 5167444

Child status: 0
Real time (s): 943.552
CPU time (s): 3761.05
CPU user time (s): 3755.78
CPU system time (s): 5.2662
CPU usage (%): 398.605
Max. virtual memory (cumulated for all children) (KiB): 5189432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3755.78
system time used= 5.2662
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49516
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= 19368
involuntary context switches= 24464

runsolver used 2.94155 second user time and 6.52801 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 15:15:21
IDJOB=3378404
IDBENCH=82813
IDSOLVER=1859
FILE ID=node101/3378404-1305465321
RUNJOBID= node101-1305465320-18407
PBS_JOBID= 13325061
Free space on /tmp= 73756 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1085677759-100.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-3378404-1305465321/watcher-3378404-1305465321 -o /tmp/evaluation-result-3378404-1305465321/solver-3378404-1305465321 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378404-1305465321.cnf -seed 680569670 -budget 4800 -cores 4

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

MD5SUM BENCH= 12cee07ed764769ddb26400b2603221c
RANDOM SEED=680569670

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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:      15821432 kB
Buffers:        342724 kB
Cached:        6259156 kB
SwapCached:      14848 kB
Active:       11647784 kB
Inactive:      5190896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15821432 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           63460 kB
Writeback:           0 kB
AnonPages:    10233536 kB
Mapped:          15480 kB
Slab:           160756 kB
PageTables:      64104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42585356 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= 73696 MiB
End job on node101 at 2011-05-15 15:31:05