Trace number 3378347

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 143.055 43.3449

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1081907273-083.UNKNOWN.cnf
MD5SUM4b706363c6542ff406d07bd657988d05
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.0431
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.45	c INFO: solving HOME/instance-3378347-1305464969.cnf
0.30/0.45	c INFO: computing task features
0.30/0.46	c INFO: computed variable-clause graph statistics
0.30/0.46	c INFO: computed clause balance statistics
0.30/0.49	c INFO: computed variable balance statistics
0.39/0.51	c INFO: computed small-clause counts
0.39/0.51	c INFO: computed Horn-clause counts
0.39/0.51	c INFO: computed variable graph statistics
0.39/0.51	c INFO: collected features for HOME/instance-3378347-1305464969.cnf in 0.06 s
0.39/0.52	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.56)
0.39/0.53	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.39)
0.39/0.54	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.45)
0.39/0.55	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.32)
142.86/43.32	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-3378347-1305464969/watcher-3378347-1305464969 -o /tmp/evaluation-result-3378347-1305464969/solver-3378347-1305464969 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378347-1305464969.cnf -seed 266095689 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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: 10.28 9.80 8.59 8/456 3444
/proc/meminfo: memFree=26151544/32950928 swapFree=60199044/67111528
[pid=3444] ppid=3442 vsize=15768 CPUtime=0 cores=1,3,5,7
/proc/3444/stat : 3444 (python) R 3442 3444 2082 0 -1 4202496 851 0 0 0 0 0 0 0 25 0 1 0 658095758 16146432 735 33554432000 4194304 5683644 140735699609808 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3444/statm: 3945 737 334 364 0 432 0

[startup+0.0908249 s]
/proc/loadavg: 10.28 9.80 8.59 8/456 3444
/proc/meminfo: memFree=26151544/32950928 swapFree=60199044/67111528
[pid=3444] ppid=3442 vsize=99376 CPUtime=0.06 cores=1,3,5,7
/proc/3444/stat : 3444 (python) R 3442 3444 2082 0 -1 4202496 2865 0 0 0 4 2 0 0 25 0 1 0 658095758 101761024 2564 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272349723 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3444/statm: 24844 2564 818 364 0 1695 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99376

[startup+0.100823 s]
/proc/loadavg: 10.28 9.80 8.59 8/456 3444
/proc/meminfo: memFree=26151544/32950928 swapFree=60199044/67111528
[pid=3444] ppid=3442 vsize=104232 CPUtime=0.06 cores=1,3,5,7
/proc/3444/stat : 3444 (python) R 3442 3444 2082 0 -1 4202496 3085 0 0 0 4 2 0 0 25 0 1 0 658095758 106733568 2767 33554432000 4194304 5683644 140735699609808 18446744073709551615 4516256 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3444/statm: 26058 2767 847 364 0 1806 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104232

[startup+0.300789 s]
/proc/loadavg: 10.28 9.80 8.59 8/456 3444
/proc/meminfo: memFree=26151544/32950928 swapFree=60199044/67111528
[pid=3444] ppid=3442 vsize=198920 CPUtime=0.21 cores=1,3,5,7
/proc/3444/stat : 3444 (python) R 3442 3444 2082 0 -1 4202496 7021 934 1 0 16 5 0 0 25 0 1 0 658095758 203694080 5053 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272385463 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/3444/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 198920

[startup+0.700716 s]
/proc/loadavg: 10.28 9.80 8.59 8/456 3444
/proc/meminfo: memFree=26151544/32950928 swapFree=60199044/67111528
[pid=3444] ppid=3442 vsize=320220 CPUtime=0.44 cores=1,3,5,7
/proc/3444/stat : 3444 (python) S 3442 3444 2082 0 -1 4202496 12192 934 1 0 36 8 0 0 25 0 5 0 658095758 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3444/statm: 80055 7243 1873 364 0 15964 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 320220

[startup+1.50057 s]
/proc/loadavg: 10.28 9.80 8.59 13/469 3463
/proc/meminfo: memFree=26111840/32950928 swapFree=60199044/67111528
[pid=3444] ppid=3442 vsize=320220 CPUtime=0.44 cores=1,3,5,7
/proc/3444/stat : 3444 (python) S 3442 3444 2082 0 -1 4202496 12192 934 1 0 36 8 0 0 25 0 5 0 658095758 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3444/statm: 80055 7243 1873 364 0 15964 0
[pid=3450] ppid=3444 vsize=278464 CPUtime=0 cores=1,3,5,7
/proc/3450/stat : 3450 (python) S 3444 3444 2082 0 -1 4202560 732 0 0 0 0 0 0 0 25 0 1 0 658095811 285147136 5539 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709135 0 0 16781312 514 4839950134206791679 0 0 17 3 0 0 0
/proc/3450/statm: 69616 5539 354 364 0 5534 0
[pid=3452] ppid=3450 vsize=1017800 CPUtime=0.96 cores=1,3,5,7
/proc/3452/stat : 3452 (gnovelty+2) R 3450 3452 3452 0 -1 4202496 433 0 0 0 96 0 0 0 25 0 1 0 658095811 1042227200 169 33554432000 134512640 135663704 4286652672 18446744073709551615 134564723 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3452/statm: 254450 169 113 282 0 254166 0
[pid=3453] ppid=3444 vsize=289292 CPUtime=0 cores=1,3,5,7
/proc/3453/stat : 3453 (python) S 3444 3444 2082 0 -1 4202560 743 0 0 0 0 0 0 0 17 0 1 0 658095812 296235008 5680 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 7120516470609510660 0 0 17 1 0 0 0
/proc/3453/statm: 72323 5680 348 364 0 8238 0
[pid=3457] ppid=3453 vsize=1972 CPUtime=0.42 cores=1,3,5,7
/proc/3457/stat : 3457 (march_hi) R 3453 3457 3457 0 -1 4202496 576 0 0 0 42 0 0 0 25 0 1 0 658095813 2019328 311 33554432000 4194304 4955518 140735229398144 18446744073709551615 4347003 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3457/statm: 493 311 104 186 0 306 0
[pid=3455] ppid=3444 vsize=299180 CPUtime=0 cores=1,3,5,7
/proc/3455/stat : 3455 (python) S 3444 3444 2082 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 658095813 306360320 5575 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 17712446232510562564 0 0 17 7 0 0 0
/proc/3455/statm: 74795 5575 348 364 0 10707 0
[pid=3459] ppid=3455 vsize=1972 CPUtime=0.41 cores=1,3,5,7
/proc/3459/stat : 3459 (march_hi) R 3455 3459 3459 0 -1 4202496 573 0 0 0 41 0 0 0 25 0 1 0 658095813 2019328 312 33554432000 4194304 4955518 140736424882224 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3459/statm: 493 312 104 186 0 306 0
[pid=3460] ppid=3444 vsize=309976 CPUtime=0 cores=1,3,5,7
/proc/3460/stat : 3460 (python) S 3444 3444 2082 0 -1 4202560 753 0 0 0 0 0 0 0 20 0 1 0 658095814 317415424 5714 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 7047113074339184901 0 0 17 7 0 0 0
/proc/3460/statm: 77494 5714 348 364 0 13403 0
[pid=3463] ppid=3460 vsize=1972 CPUtime=0.92 cores=1,3,5,7
/proc/3463/stat : 3463 (march_hi) R 3460 3463 3463 0 -1 4202496 582 0 0 0 92 0 0 0 25 0 1 0 658095814 2019328 324 33554432000 4194304 4955518 140735983736176 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/3463/statm: 493 324 104 186 0 306 0
[pid=3444/tid=3451] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3451/stat : 3451 (python) S 3442 3444 2082 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 658095811 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 3 0 0 0
[pid=3444/tid=3454] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3454/stat : 3454 (python) S 3442 3444 2082 0 -1 4202560 38 934 0 0 0 0 0 0 25 0 5 0 658095812 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3456] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3456/stat : 3456 (python) S 3442 3444 2082 0 -1 4202560 19 934 0 0 0 0 0 0 25 0 5 0 658095813 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3462] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3462/stat : 3462 (python) S 3442 3444 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658095814 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 2520848

[startup+3.10129 s]
/proc/loadavg: 10.28 9.80 8.59 12/469 3463
/proc/meminfo: memFree=26109856/32950928 swapFree=60199044/67111528
[pid=3444] ppid=3442 vsize=320220 CPUtime=0.44 cores=1,3,5,7
/proc/3444/stat : 3444 (python) S 3442 3444 2082 0 -1 4202496 12192 934 1 0 36 8 0 0 25 0 5 0 658095758 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3444/statm: 80055 7243 1873 364 0 15964 0
[pid=3450] ppid=3444 vsize=278464 CPUtime=0 cores=1,3,5,7
/proc/3450/stat : 3450 (python) S 3444 3444 2082 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 658095811 285147136 5539 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709135 0 0 16781312 514 4839950134206759175 0 0 17 3 0 0 0
/proc/3450/statm: 69616 5539 354 364 0 5534 0
[pid=3452] ppid=3450 vsize=1017800 CPUtime=2.56 cores=1,3,5,7
/proc/3452/stat : 3452 (gnovelty+2) R 3450 3452 3452 0 -1 4202496 433 0 0 0 256 0 0 0 25 0 1 0 658095811 1042227200 169 33554432000 134512640 135663704 4286652672 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3452/statm: 254450 169 113 282 0 254166 0
[pid=3453] ppid=3444 vsize=289292 CPUtime=0 cores=1,3,5,7
/proc/3453/stat : 3453 (python) S 3444 3444 2082 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 658095812 296235008 5680 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 7120516470609510660 0 0 17 1 0 0 0
/proc/3453/statm: 72323 5680 348 364 0 8238 0
[pid=3457] ppid=3453 vsize=1972 CPUtime=1.22 cores=1,3,5,7
/proc/3457/stat : 3457 (march_hi) R 3453 3457 3457 0 -1 4202496 590 0 0 0 122 0 0 0 25 0 1 0 658095813 2019328 325 33554432000 4194304 4955518 140735229398144 18446744073709551615 4209730 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3457/statm: 493 325 104 186 0 306 0
[pid=3455] ppid=3444 vsize=299180 CPUtime=0 cores=1,3,5,7
/proc/3455/stat : 3455 (python) S 3444 3444 2082 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 658095813 306360320 5575 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 17712446232510562564 0 0 17 7 0 0 0
/proc/3455/statm: 74795 5575 348 364 0 10707 0
[pid=3459] ppid=3455 vsize=1972 CPUtime=1.21 cores=1,3,5,7
/proc/3459/stat : 3459 (march_hi) R 3455 3459 3459 0 -1 4202496 587 0 0 0 121 0 0 0 25 0 1 0 658095813 2019328 326 33554432000 4194304 4955518 140736424882224 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3459/statm: 493 326 104 186 0 306 0
[pid=3460] ppid=3444 vsize=309976 CPUtime=0 cores=1,3,5,7
/proc/3460/stat : 3460 (python) S 3444 3444 2082 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 658095814 317415424 5714 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 7047113074339184901 0 0 17 7 0 0 0
/proc/3460/statm: 77494 5714 348 364 0 13403 0
[pid=3463] ppid=3460 vsize=2240 CPUtime=2.5 cores=1,3,5,7
/proc/3463/stat : 3463 (march_hi) R 3460 3463 3463 0 -1 4202496 641 0 0 0 250 0 0 0 25 0 1 0 658095814 2293760 383 33554432000 4194304 4955518 140735983736176 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/3463/statm: 560 383 104 186 0 373 0
[pid=3444/tid=3451] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3451/stat : 3451 (python) S 3442 3444 2082 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 658095811 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 3 0 0 0
[pid=3444/tid=3454] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3454/stat : 3454 (python) S 3442 3444 2082 0 -1 4202560 38 934 0 0 0 0 0 0 25 0 5 0 658095812 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3456] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3456/stat : 3456 (python) S 3442 3444 2082 0 -1 4202560 19 934 0 0 0 0 0 0 25 0 5 0 658095813 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3462] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3462/stat : 3462 (python) S 3442 3444 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658095814 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 2521116

[startup+6.30072 s]
/proc/loadavg: 10.34 9.82 8.60 13/469 3463
/proc/meminfo: memFree=26106136/32950928 swapFree=60199044/67111528
[pid=3444] ppid=3442 vsize=320220 CPUtime=0.44 cores=1,3,5,7
/proc/3444/stat : 3444 (python) S 3442 3444 2082 0 -1 4202496 12192 934 1 0 36 8 0 0 25 0 5 0 658095758 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3444/statm: 80055 7243 1873 364 0 15964 0
[pid=3450] ppid=3444 vsize=278464 CPUtime=0.01 cores=1,3,5,7
/proc/3450/stat : 3450 (python) S 3444 3444 2082 0 -1 4202560 891 0 0 0 0 1 0 0 18 0 1 0 658095811 285147136 5561 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709135 0 0 16781312 514 4839950134206759175 0 0 17 3 0 0 0
/proc/3450/statm: 69616 5561 376 364 0 5534 0
[pid=3452] ppid=3450 vsize=1017800 CPUtime=5.74 cores=1,3,5,7
/proc/3452/stat : 3452 (gnovelty+2) R 3450 3452 3452 0 -1 4202496 433 0 0 0 574 0 0 0 25 0 1 0 658095811 1042227200 169 33554432000 134512640 135663704 4286652672 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3452/statm: 254450 169 113 282 0 254166 0
[pid=3453] ppid=3444 vsize=289292 CPUtime=0.01 cores=1,3,5,7
/proc/3453/stat : 3453 (python) S 3444 3444 2082 0 -1 4202560 914 0 0 0 1 0 0 0 15 0 1 0 658095812 296235008 5703 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 7120516470609510660 0 0 17 1 0 0 0
/proc/3453/statm: 72323 5703 371 364 0 8238 0
[pid=3457] ppid=3453 vsize=2240 CPUtime=2.82 cores=1,3,5,7
/proc/3457/stat : 3457 (march_hi) R 3453 3457 3457 0 -1 4202496 651 0 0 0 282 0 0 0 25 0 1 0 658095813 2293760 386 33554432000 4194304 4955518 140735229398144 18446744073709551615 4227472 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3457/statm: 560 386 104 186 0 373 0
[pid=3455] ppid=3444 vsize=299180 CPUtime=0.01 cores=1,3,5,7
/proc/3455/stat : 3455 (python) S 3444 3444 2082 0 -1 4202560 909 0 0 0 1 0 0 0 15 0 1 0 658095813 306360320 5598 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 17712446232510562564 0 0 17 7 0 0 0
/proc/3455/statm: 74795 5598 371 364 0 10707 0
[pid=3459] ppid=3455 vsize=2240 CPUtime=2.81 cores=1,3,5,7
/proc/3459/stat : 3459 (march_hi) R 3455 3459 3459 0 -1 4202496 648 0 0 0 281 0 0 0 25 0 1 0 658095813 2293760 387 33554432000 4194304 4955518 140736424882224 18446744073709551615 4209740 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3459/statm: 560 387 104 186 0 373 0
[pid=3460] ppid=3444 vsize=309976 CPUtime=0.02 cores=1,3,5,7
/proc/3460/stat : 3460 (python) S 3444 3444 2082 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 658095814 317415424 5737 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 7047113074339184901 0 0 17 7 0 0 0
/proc/3460/statm: 77494 5737 371 364 0 13403 0
[pid=3463] ppid=3460 vsize=2408 CPUtime=5.6 cores=1,3,5,7
/proc/3463/stat : 3463 (march_hi) R 3460 3463 3463 0 -1 4202496 688 0 0 0 560 0 0 0 25 0 1 0 658095814 2465792 430 33554432000 4194304 4955518 140735983736176 18446744073709551615 4224727 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/3463/statm: 602 430 104 186 0 415 0
[pid=3444/tid=3451] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3451/stat : 3451 (python) S 3442 3444 2082 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 658095811 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 3 0 0 0
[pid=3444/tid=3454] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3454/stat : 3454 (python) S 3442 3444 2082 0 -1 4202560 38 934 0 0 0 0 0 0 25 0 5 0 658095812 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3456] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3456/stat : 3456 (python) S 3442 3444 2082 0 -1 4202560 19 934 0 0 0 0 0 0 25 0 5 0 658095813 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3462] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3462/stat : 3462 (python) S 3442 3444 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658095814 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 17.46
Current children cumulated vsize (KiB) 2521820

[startup+12.7006 s]
/proc/loadavg: 10.39 9.84 8.61 13/469 3463
/proc/meminfo: memFree=26101164/32950928 swapFree=60199044/67111528
[pid=3444] ppid=3442 vsize=320220 CPUtime=0.44 cores=1,3,5,7
/proc/3444/stat : 3444 (python) S 3442 3444 2082 0 -1 4202496 12192 934 1 0 36 8 0 0 25 0 5 0 658095758 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3444/statm: 80055 7243 1873 364 0 15964 0
[pid=3450] ppid=3444 vsize=278464 CPUtime=0.03 cores=1,3,5,7
/proc/3450/stat : 3450 (python) S 3444 3444 2082 0 -1 4202560 895 0 0 0 2 1 0 0 18 0 1 0 658095811 285147136 5562 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709135 0 0 16781312 514 10948919197207331079 0 0 17 3 0 0 0
/proc/3450/statm: 69616 5562 377 364 0 5534 0
[pid=3452] ppid=3450 vsize=1017800 CPUtime=12.12 cores=1,3,5,7
/proc/3452/stat : 3452 (gnovelty+2) R 3450 3452 3452 0 -1 4202496 433 0 0 0 1212 0 0 0 25 0 1 0 658095811 1042227200 169 33554432000 134512640 135663704 4286652672 18446744073709551615 134524739 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3452/statm: 254450 169 113 282 0 254166 0
[pid=3453] ppid=3444 vsize=289292 CPUtime=0.03 cores=1,3,5,7

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

[pid=3444/tid=3456] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3456/stat : 3456 (python) S 3442 3444 2082 0 -1 4202560 19 934 0 0 0 0 0 0 25 0 5 0 658095813 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3462] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3462/stat : 3462 (python) S 3442 3444 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658095814 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 125.44
Current children cumulated vsize (KiB) 2530432

[startup+41.5004 s]
/proc/loadavg: 10.29 9.86 8.66 12/468 3464
/proc/meminfo: memFree=26083316/32950928 swapFree=60199044/67111528
[pid=3444] ppid=3442 vsize=320220 CPUtime=0.44 cores=1,3,5,7
/proc/3444/stat : 3444 (python) S 3442 3444 2082 0 -1 4202496 12192 934 1 0 36 8 0 0 25 0 5 0 658095758 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3444/statm: 80055 7243 1873 364 0 15964 0
[pid=3450] ppid=3444 vsize=278464 CPUtime=0.13 cores=1,3,5,7
/proc/3450/stat : 3450 (python) S 3444 3444 2082 0 -1 4202560 906 0 0 0 7 6 0 0 18 0 1 0 658095811 285147136 5562 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709135 0 0 16781312 514 10948919197207331079 0 0 17 3 0 0 0
/proc/3450/statm: 69616 5562 377 364 0 5534 0
[pid=3452] ppid=3450 vsize=1017800 CPUtime=40.82 cores=1,3,5,7
/proc/3452/stat : 3452 (gnovelty+2) R 3450 3452 3452 0 -1 4202496 433 0 0 0 4082 0 0 0 25 0 1 0 658095811 1042227200 169 33554432000 134512640 135663704 4286652672 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3452/statm: 254450 169 113 282 0 254166 0
[pid=3453] ppid=3444 vsize=289292 CPUtime=0.16 cores=1,3,5,7
/proc/3453/stat : 3453 (python) S 3444 3444 2082 0 -1 4202560 950 0 0 0 9 7 0 0 15 0 1 0 658095812 296235008 5703 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 7120516470609510660 0 0 17 1 0 0 0
/proc/3453/statm: 72323 5703 371 364 0 8238 0
[pid=3457] ppid=3453 vsize=6316 CPUtime=34.3 cores=1,3,5,7
/proc/3457/stat : 3457 (march_hi) R 3453 3457 3457 0 -1 4202496 1367 0 0 0 3430 0 0 0 25 0 1 0 658095813 6467584 1102 33554432000 4194304 4955518 140735229398144 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3457/statm: 1579 1102 104 186 0 1392 0
[pid=3455] ppid=3444 vsize=299180 CPUtime=0.14 cores=1,3,5,7
/proc/3455/stat : 3455 (python) S 3444 3444 2082 0 -1 4202560 933 0 0 0 9 5 0 0 15 0 1 0 658095813 306360320 5598 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 17712446232510562564 0 0 17 7 0 0 0
/proc/3455/statm: 74795 5598 371 364 0 10707 0
[pid=3459] ppid=3455 vsize=4020 CPUtime=20.41 cores=1,3,5,7
/proc/3459/stat : 3459 (march_hi) R 3455 3459 3459 0 -1 4202496 1015 0 0 0 2041 0 0 0 25 0 1 0 658095813 4116480 754 33554432000 4194304 4955518 140736424882224 18446744073709551615 4306848 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3459/statm: 1005 754 104 186 0 818 0
[pid=3460] ppid=3444 vsize=309976 CPUtime=0.84 cores=1,3,5,7
/proc/3460/stat : 3460 (python) R 3444 3444 2082 0 -1 4202560 935 0 0 0 66 18 0 0 16 0 1 0 658095814 317415424 5737 33554432000 4194304 5683644 140735699609808 18446744073709551615 4562946 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/3460/statm: 77494 5737 371 364 0 13403 0
[pid=3463] ppid=3460 vsize=0 CPUtime=39.33 cores=1,3,5,7
/proc/3463/stat : 3463 (march_hi) R 3460 3463 3463 0 -1 4202500 1484 0 0 0 3933 0 0 0 25 0 1 0 658095814 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/3463/statm: 0 0 0 0 0 0 0
[pid=3444/tid=3451] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3451/stat : 3451 (python) S 3442 3444 2082 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 658095811 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 3 0 0 0
[pid=3444/tid=3454] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3454/stat : 3454 (python) S 3442 3444 2082 0 -1 4202560 38 934 0 0 0 0 0 0 25 0 5 0 658095812 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3456] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3456/stat : 3456 (python) S 3442 3444 2082 0 -1 4202560 19 934 0 0 0 0 0 0 25 0 5 0 658095813 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3462] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3462/stat : 3462 (python) S 3442 3444 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658095814 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 136.57
Current children cumulated vsize (KiB) 2525268

[startup+42.3013 s]
/proc/loadavg: 10.29 9.86 8.66 13/468 3464
/proc/meminfo: memFree=26086512/32950928 swapFree=60199044/67111528
[pid=3444] ppid=3442 vsize=320220 CPUtime=0.44 cores=1,3,5,7
/proc/3444/stat : 3444 (python) S 3442 3444 2082 0 -1 4202496 12192 934 1 0 36 8 0 0 25 0 5 0 658095758 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3444/statm: 80055 7243 1873 364 0 15964 0
[pid=3450] ppid=3444 vsize=278464 CPUtime=0.13 cores=1,3,5,7
/proc/3450/stat : 3450 (python) S 3444 3444 2082 0 -1 4202560 906 0 0 0 7 6 0 0 18 0 1 0 658095811 285147136 5562 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709135 0 0 16781312 514 10948919197207331079 0 0 17 3 0 0 0
/proc/3450/statm: 69616 5562 377 364 0 5534 0
[pid=3452] ppid=3450 vsize=1017800 CPUtime=41.63 cores=1,3,5,7
/proc/3452/stat : 3452 (gnovelty+2) R 3450 3452 3452 0 -1 4202496 433 0 0 0 4163 0 0 0 25 0 1 0 658095811 1042227200 169 33554432000 134512640 135663704 4286652672 18446744073709551615 134525715 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3452/statm: 254450 169 113 282 0 254166 0
[pid=3453] ppid=3444 vsize=289292 CPUtime=0.16 cores=1,3,5,7
/proc/3453/stat : 3453 (python) S 3444 3444 2082 0 -1 4202560 950 0 0 0 9 7 0 0 15 0 1 0 658095812 296235008 5703 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 7120516470609510660 0 0 17 1 0 0 0
/proc/3453/statm: 72323 5703 371 364 0 8238 0
[pid=3457] ppid=3453 vsize=6316 CPUtime=35.11 cores=1,3,5,7
/proc/3457/stat : 3457 (march_hi) R 3453 3457 3457 0 -1 4202496 1388 0 0 0 3511 0 0 0 25 0 1 0 658095813 6467584 1123 33554432000 4194304 4955518 140735229398144 18446744073709551615 4290842 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3457/statm: 1579 1123 104 186 0 1392 0
[pid=3455] ppid=3444 vsize=299180 CPUtime=0.16 cores=1,3,5,7
/proc/3455/stat : 3455 (python) S 3444 3444 2082 0 -1 4202560 936 0 0 0 10 6 0 0 15 0 1 0 658095813 306360320 5598 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 17712446232510562564 0 0 17 7 0 0 0
/proc/3455/statm: 74795 5598 371 364 0 10707 0
[pid=3459] ppid=3455 vsize=4020 CPUtime=20.81 cores=1,3,5,7
/proc/3459/stat : 3459 (march_hi) R 3455 3459 3459 0 -1 4202496 1026 0 0 0 2081 0 0 0 25 0 1 0 658095813 4116480 765 33554432000 4194304 4955518 140736424882224 18446744073709551615 4239036 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3459/statm: 1005 765 104 186 0 818 0
[pid=3460] ppid=3444 vsize=309976 CPUtime=1.61 cores=1,3,5,7
/proc/3460/stat : 3460 (python) R 3444 3444 2082 0 -1 4202560 935 0 0 0 131 30 0 0 17 0 1 0 658095814 317415424 5737 33554432000 4194304 5683644 140735699609808 18446744073709551615 5308897 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/3460/statm: 77494 5737 371 364 0 13403 0
[pid=3463] ppid=3460 vsize=0 CPUtime=39.33 cores=1,3,5,7
/proc/3463/stat : 3463 (march_hi) R 3460 3463 3463 0 -1 4202500 1484 0 0 0 3933 0 0 0 25 0 1 0 658095814 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/3463/statm: 0 0 0 0 0 0 0
[pid=3444/tid=3451] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3451/stat : 3451 (python) S 3442 3444 2082 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 658095811 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 3 0 0 0
[pid=3444/tid=3454] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3454/stat : 3454 (python) S 3442 3444 2082 0 -1 4202560 38 934 0 0 0 0 0 0 25 0 5 0 658095812 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3456] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3456/stat : 3456 (python) S 3442 3444 2082 0 -1 4202560 19 934 0 0 0 0 0 0 25 0 5 0 658095813 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3462] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3462/stat : 3462 (python) S 3442 3444 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658095814 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 139.38
Current children cumulated vsize (KiB) 2525268

[startup+43.1012 s]
/proc/loadavg: 10.29 9.86 8.66 14/468 3464
/proc/meminfo: memFree=26085892/32950928 swapFree=60199044/67111528
[pid=3444] ppid=3442 vsize=320220 CPUtime=0.44 cores=1,3,5,7
/proc/3444/stat : 3444 (python) S 3442 3444 2082 0 -1 4202496 12192 934 1 0 36 8 0 0 25 0 5 0 658095758 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3444/statm: 80055 7243 1873 364 0 15964 0
[pid=3450] ppid=3444 vsize=278464 CPUtime=0.13 cores=1,3,5,7
/proc/3450/stat : 3450 (python) S 3444 3444 2082 0 -1 4202560 906 0 0 0 7 6 0 0 18 0 1 0 658095811 285147136 5562 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709135 0 0 16781312 514 10948919197207331079 0 0 17 3 0 0 0
/proc/3450/statm: 69616 5562 377 364 0 5534 0
[pid=3452] ppid=3450 vsize=1017800 CPUtime=42.43 cores=1,3,5,7
/proc/3452/stat : 3452 (gnovelty+2) R 3450 3452 3452 0 -1 4202496 433 0 0 0 4243 0 0 0 25 0 1 0 658095811 1042227200 169 33554432000 134512640 135663704 4286652672 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3452/statm: 254450 169 113 282 0 254166 0
[pid=3453] ppid=3444 vsize=289292 CPUtime=0.16 cores=1,3,5,7
/proc/3453/stat : 3453 (python) S 3444 3444 2082 0 -1 4202560 951 0 0 0 9 7 0 0 15 0 1 0 658095812 296235008 5703 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 7120516470609510660 0 0 17 1 0 0 0
/proc/3453/statm: 72323 5703 371 364 0 8238 0
[pid=3457] ppid=3453 vsize=6316 CPUtime=35.91 cores=1,3,5,7
/proc/3457/stat : 3457 (march_hi) R 3453 3457 3457 0 -1 4202496 1407 0 0 0 3591 0 0 0 25 0 1 0 658095813 6467584 1142 33554432000 4194304 4955518 140735229398144 18446744073709551615 4295582 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3457/statm: 1579 1142 104 186 0 1392 0
[pid=3455] ppid=3444 vsize=299180 CPUtime=0.16 cores=1,3,5,7
/proc/3455/stat : 3455 (python) S 3444 3444 2082 0 -1 4202560 936 0 0 0 10 6 0 0 15 0 1 0 658095813 306360320 5598 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 17712446232510562564 0 0 17 7 0 0 0
/proc/3455/statm: 74795 5598 371 364 0 10707 0
[pid=3459] ppid=3455 vsize=4020 CPUtime=21.21 cores=1,3,5,7
/proc/3459/stat : 3459 (march_hi) R 3455 3459 3459 0 -1 4202496 1036 0 0 0 2121 0 0 0 25 0 1 0 658095813 4116480 775 33554432000 4194304 4955518 140736424882224 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3459/statm: 1005 775 104 186 0 818 0
[pid=3460] ppid=3444 vsize=309976 CPUtime=2.39 cores=1,3,5,7
/proc/3460/stat : 3460 (python) R 3444 3444 2082 0 -1 4202560 935 0 0 0 198 41 0 0 18 0 1 0 658095814 317415424 5737 33554432000 4194304 5683644 140735699609808 18446744073709551615 4512928 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/3460/statm: 77494 5737 371 364 0 13403 0
[pid=3463] ppid=3460 vsize=0 CPUtime=39.33 cores=1,3,5,7
/proc/3463/stat : 3463 (march_hi) R 3460 3463 3463 0 -1 4202500 1484 0 0 0 3933 0 0 0 25 0 1 0 658095814 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/3463/statm: 0 0 0 0 0 0 0
[pid=3444/tid=3451] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3451/stat : 3451 (python) S 3442 3444 2082 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 658095811 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 3 0 0 0
[pid=3444/tid=3454] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3454/stat : 3454 (python) S 3442 3444 2082 0 -1 4202560 38 934 0 0 0 0 0 0 25 0 5 0 658095812 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3456] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3456/stat : 3456 (python) S 3442 3444 2082 0 -1 4202560 19 934 0 0 0 0 0 0 25 0 5 0 658095813 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3462] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3462/stat : 3462 (python) S 3442 3444 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658095814 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 142.16
Current children cumulated vsize (KiB) 2525268

[startup+43.3011 s]
/proc/loadavg: 10.29 9.86 8.66 14/468 3464
/proc/meminfo: memFree=26085892/32950928 swapFree=60199044/67111528
[pid=3444] ppid=3442 vsize=320220 CPUtime=0.44 cores=1,3,5,7
/proc/3444/stat : 3444 (python) S 3442 3444 2082 0 -1 4202496 12192 934 1 0 36 8 0 0 25 0 5 0 658095758 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3444/statm: 80055 7243 1873 364 0 15964 0
[pid=3450] ppid=3444 vsize=278464 CPUtime=0.13 cores=1,3,5,7
/proc/3450/stat : 3450 (python) S 3444 3444 2082 0 -1 4202560 906 0 0 0 7 6 0 0 18 0 1 0 658095811 285147136 5562 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709135 0 0 16781312 514 10948919197207331079 0 0 17 3 0 0 0
/proc/3450/statm: 69616 5562 377 364 0 5534 0
[pid=3452] ppid=3450 vsize=1017800 CPUtime=42.63 cores=1,3,5,7
/proc/3452/stat : 3452 (gnovelty+2) R 3450 3452 3452 0 -1 4202496 433 0 0 0 4263 0 0 0 25 0 1 0 658095811 1042227200 169 33554432000 134512640 135663704 4286652672 18446744073709551615 135008454 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3452/statm: 254450 169 113 282 0 254166 0
[pid=3453] ppid=3444 vsize=289292 CPUtime=0.16 cores=1,3,5,7
/proc/3453/stat : 3453 (python) S 3444 3444 2082 0 -1 4202560 951 0 0 0 9 7 0 0 15 0 1 0 658095812 296235008 5703 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 7120516470609510660 0 0 17 1 0 0 0
/proc/3453/statm: 72323 5703 371 364 0 8238 0
[pid=3457] ppid=3453 vsize=6316 CPUtime=36.11 cores=1,3,5,7
/proc/3457/stat : 3457 (march_hi) R 3453 3457 3457 0 -1 4202496 1412 0 0 0 3611 0 0 0 25 0 1 0 658095813 6467584 1147 33554432000 4194304 4955518 140735229398144 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3457/statm: 1579 1147 104 186 0 1392 0
[pid=3455] ppid=3444 vsize=299180 CPUtime=0.16 cores=1,3,5,7
/proc/3455/stat : 3455 (python) S 3444 3444 2082 0 -1 4202560 936 0 0 0 10 6 0 0 15 0 1 0 658095813 306360320 5598 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272709190 0 0 16781312 514 17712446232510562564 0 0 17 7 0 0 0
/proc/3455/statm: 74795 5598 371 364 0 10707 0
[pid=3459] ppid=3455 vsize=4020 CPUtime=21.31 cores=1,3,5,7
/proc/3459/stat : 3459 (march_hi) R 3455 3459 3459 0 -1 4202496 1038 0 0 0 2131 0 0 0 25 0 1 0 658095813 4116480 777 33554432000 4194304 4955518 140736424882224 18446744073709551615 4228027 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3459/statm: 1005 777 104 186 0 818 0
[pid=3460] ppid=3444 vsize=309976 CPUtime=2.59 cores=1,3,5,7
/proc/3460/stat : 3460 (python) R 3444 3444 2082 0 -1 4202560 935 0 0 0 215 44 0 0 18 0 1 0 658095814 317415424 5737 33554432000 4194304 5683644 140735699609808 18446744073709551615 268272347398 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/3460/statm: 77494 5737 371 364 0 13403 0
[pid=3463] ppid=3460 vsize=0 CPUtime=39.33 cores=1,3,5,7
/proc/3463/stat : 3463 (march_hi) R 3460 3463 3463 0 -1 4202500 1484 0 0 0 3933 0 0 0 25 0 1 0 658095814 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/3463/statm: 0 0 0 0 0 0 0
[pid=3444/tid=3451] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3451/stat : 3451 (python) S 3442 3444 2082 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 658095811 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 3 0 0 0
[pid=3444/tid=3454] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3454/stat : 3454 (python) S 3442 3444 2082 0 -1 4202560 38 934 0 0 0 0 0 0 25 0 5 0 658095812 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3456] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3456/stat : 3456 (python) S 3442 3444 2082 0 -1 4202560 19 934 0 0 0 0 0 0 25 0 5 0 658095813 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
[pid=3444/tid=3462] ppid=3442 vsize=320220 CPUtime=0 cores=1,3,5,7
/proc/3444/task/3462/stat : 3462 (python) S 3442 3444 2082 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 658095814 327905280 7243 33554432000 4194304 5683644 140735699609808 18446744073709551615 268284512689 0 0 16781312 2 18446604457439761472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 142.86
Current children cumulated vsize (KiB) 2525268

Child status: 0
Real time (s): 43.3449
CPU time (s): 143.055
CPU user time (s): 142.283
CPU system time (s): 0.771882
CPU usage (%): 330.04
Max. virtual memory (cumulated for all children) (KiB): 2531584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.283
system time used= 0.771882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25981
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= 2494
involuntary context switches= 2889

runsolver used 0.214967 second user time and 0.423935 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 15:09:29
IDJOB=3378347
IDBENCH=82756
IDSOLVER=1859
FILE ID=node122/3378347-1305464969
RUNJOBID= node122-1305462946-2101
PBS_JOBID= 13324977
Free space on /tmp= 73380 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1081907273-083.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-3378347-1305464969/watcher-3378347-1305464969 -o /tmp/evaluation-result-3378347-1305464969/solver-3378347-1305464969 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378347-1305464969.cnf -seed 266095689 -budget 4800 -cores 4

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

MD5SUM BENCH= 4b706363c6542ff406d07bd657988d05
RANDOM SEED=266095689

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26151700 kB
Buffers:        314188 kB
Cached:        3968952 kB
SwapCached:      50104 kB
Active:        2428356 kB
Inactive:      4118972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26151700 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:           32680 kB
Writeback:           0 kB
AnonPages:     2224664 kB
Mapped:          31788 kB
Slab:           132892 kB
PageTables:      51948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 120742520 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= 73348 MiB
End job on node122 at 2011-05-15 15:10:13