Trace number 3386897

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)UNSAT 236.43 235.791

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1573194644-097.UNKNOWN.cnf
MD5SUM94cfc1731e7c76d51d00543dd5d14f85
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark134.386
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.38/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.66	c INFO: solving HOME/instance-3386897-1305594732.cnf
0.38/0.66	c INFO: computing task features
0.38/0.67	c INFO: computed variable-clause graph statistics
0.38/0.67	c INFO: computed clause balance statistics
0.38/0.71	c INFO: computed variable balance statistics
0.46/0.74	c INFO: computed small-clause counts
0.46/0.74	c INFO: computed Horn-clause counts
0.46/0.74	c INFO: computed variable graph statistics
0.46/0.74	c INFO: collected features for HOME/instance-3386897-1305594732.cnf in 0.08 s
0.46/0.77	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
100.17/100.15	c INFO: running march_hi@0 for 388 with 4900 remaining (b = 0.37)
236.29/235.77	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-3386897-1305594732/watcher-3386897-1305594732 -o /tmp/evaluation-result-3386897-1305594732/solver-3386897-1305594732 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386897-1305594732.cnf -seed 32911367 -budget 5000 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 1.99 2.03 2.02 2/474 3370
/proc/meminfo: memFree=11211472/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=15764 CPUtime=0 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 845 0 0 0 0 0 0 0 25 0 1 0 671072843 16142336 728 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/3370/statm: 3941 728 334 364 0 428 0

[startup+0.117596 s]
/proc/loadavg: 1.99 2.03 2.02 2/474 3370
/proc/meminfo: memFree=11211472/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=101880 CPUtime=0.07 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 2961 0 0 0 5 2 0 0 25 0 1 0 671072843 104325120 2655 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/3370/statm: 25470 2655 841 364 0 1770 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 101880

[startup+0.200525 s]
/proc/loadavg: 1.99 2.03 2.02 2/474 3370
/proc/meminfo: memFree=11211472/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=124240 CPUtime=0.12 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 4311 0 1 0 9 3 0 0 25 0 1 0 671072843 127221760 3881 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080232192 0 0 16781312 2 18446744071562362840 0 0 17 6 0 0 0
/proc/3370/statm: 31060 3881 997 364 0 2871 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124240

[startup+0.300546 s]
/proc/loadavg: 1.99 2.03 2.02 2/474 3370
/proc/meminfo: memFree=11211472/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=135752 CPUtime=0.18 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 5972 931 1 0 14 4 0 0 17 0 1 0 671072843 139010048 4150 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080228357 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/3370/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.714476 s]
/proc/loadavg: 1.99 2.03 2.02 2/474 3370
/proc/meminfo: memFree=11211472/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=278280 CPUtime=0.46 cores=0,2,4,6
/proc/3370/stat : 3370 (python) R 3368 3370 2509 0 -1 4202496 9320 931 1 0 36 10 0 0 16 0 1 0 671072843 284958720 6979 33554432000 4194304 5683644 140735438007888 18446744073709551615 208083641264 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3370/statm: 69570 6979 1827 364 0 5494 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 278280

[startup+1.50034 s]
/proc/loadavg: 1.99 2.03 2.02 3/478 3379
/proc/meminfo: memFree=11186392/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=288832 CPUtime=0.52 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 9804 931 1 0 42 10 0 0 18 0 2 0 671072843 295763968 7079 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3370/statm: 72208 7079 1875 364 0 8126 0
[pid=3377] ppid=3370 vsize=278588 CPUtime=0 cores=0,2,4,6
/proc/3377/stat : 3377 (python) S 3370 3370 2509 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 671072921 285274112 5554 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080252431 0 0 16781312 514 9287306443281661951 0 0 17 6 0 0 0
/proc/3377/statm: 69647 5554 354 364 0 5565 0
[pid=3379] ppid=3377 vsize=1017800 CPUtime=0.72 cores=0,2,4,6
/proc/3379/stat : 3379 (gnovelty+2) R 3377 3379 3379 0 -1 4202496 436 0 0 0 72 0 0 0 21 0 1 0 671072921 1042227200 174 33554432000 134512640 135663704 4288222816 18446744073709551615 134545793 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3379/statm: 254450 174 113 282 0 254166 0
[pid=3370/tid=3378] ppid=3368 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3378/stat : 3378 (python) S 3368 3370 2509 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 2 0 671072921 295763968 7079 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1585220

[startup+3.10103 s]
/proc/loadavg: 1.99 2.03 2.02 3/478 3379
/proc/meminfo: memFree=11185648/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=288832 CPUtime=0.52 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 9804 931 1 0 42 10 0 0 18 0 2 0 671072843 295763968 7079 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3370/statm: 72208 7079 1875 364 0 8126 0
[pid=3377] ppid=3370 vsize=278588 CPUtime=0 cores=0,2,4,6
/proc/3377/stat : 3377 (python) S 3370 3370 2509 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 671072921 285274112 5554 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080252431 0 0 16781312 514 9287306443281629442 0 0 17 6 0 0 0
/proc/3377/statm: 69647 5554 354 364 0 5565 0
[pid=3379] ppid=3377 vsize=1017800 CPUtime=2.32 cores=0,2,4,6
/proc/3379/stat : 3379 (gnovelty+2) R 3377 3379 3379 0 -1 4202496 436 0 0 0 232 0 0 0 25 0 1 0 671072921 1042227200 174 33554432000 134512640 135663704 4288222816 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3379/statm: 254450 174 113 282 0 254166 0
[pid=3370/tid=3378] ppid=3368 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3378/stat : 3378 (python) S 3368 3370 2509 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 2 0 671072921 295763968 7079 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1585220

[startup+6.30036 s]
/proc/loadavg: 1.99 2.03 2.02 3/478 3380
/proc/meminfo: memFree=11184404/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=288832 CPUtime=0.52 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 9804 931 1 0 42 10 0 0 18 0 2 0 671072843 295763968 7079 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3370/statm: 72208 7079 1875 364 0 8126 0
[pid=3377] ppid=3370 vsize=278588 CPUtime=0.01 cores=0,2,4,6
/proc/3377/stat : 3377 (python) S 3370 3370 2509 0 -1 4202560 897 0 0 0 1 0 0 0 18 0 1 0 671072921 285274112 5577 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080252431 0 0 16781312 514 9287306443281629442 0 0 17 6 0 0 0
/proc/3377/statm: 69647 5577 377 364 0 5565 0
[pid=3379] ppid=3377 vsize=1017800 CPUtime=5.52 cores=0,2,4,6
/proc/3379/stat : 3379 (gnovelty+2) R 3377 3379 3379 0 -1 4202496 436 0 0 0 552 0 0 0 25 0 1 0 671072921 1042227200 174 33554432000 134512640 135663704 4288222816 18446744073709551615 134545693 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3379/statm: 254450 174 113 282 0 254166 0
[pid=3370/tid=3378] ppid=3368 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3378/stat : 3378 (python) S 3368 3370 2509 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 2 0 671072921 295763968 7079 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 1585220

[startup+12.7011 s]
/proc/loadavg: 1.99 2.03 2.02 3/478 3380
/proc/meminfo: memFree=11182520/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=288832 CPUtime=0.52 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 9804 931 1 0 42 10 0 0 18 0 2 0 671072843 295763968 7079 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3370/statm: 72208 7079 1875 364 0 8126 0
[pid=3377] ppid=3370 vsize=278588 CPUtime=0.03 cores=0,2,4,6
/proc/3377/stat : 3377 (python) S 3370 3370 2509 0 -1 4202560 904 0 0 0 2 1 0 0 18 0 1 0 671072921 285274112 5577 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080252431 0 0 16781312 514 17276459081476833538 0 0 17 6 0 0 0
/proc/3377/statm: 69647 5577 377 364 0 5565 0
[pid=3379] ppid=3377 vsize=1017800 CPUtime=11.92 cores=0,2,4,6
/proc/3379/stat : 3379 (gnovelty+2) R 3377 3379 3379 0 -1 4202496 436 0 0 0 1192 0 0 0 25 0 1 0 671072921 1042227200 174 33554432000 134512640 135663704 4288222816 18446744073709551615 134524821 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3379/statm: 254450 174 113 282 0 254166 0
[pid=3370/tid=3378] ppid=3368 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3378/stat : 3378 (python) S 3368 3370 2509 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 2 0 671072921 295763968 7079 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 1585220

[startup+25.5007 s]
/proc/loadavg: 1.99 2.03 2.02 3/478 3380
/proc/meminfo: memFree=11181760/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=288832 CPUtime=0.52 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 9804 931 1 0 42 10 0 0 18 0 2 0 671072843 295763968 7079 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3370/statm: 72208 7079 1875 364 0 8126 0
[pid=3377] ppid=3370 vsize=278588 CPUtime=0.07 cores=0,2,4,6
/proc/3377/stat : 3377 (python) S 3370 3370 2509 0 -1 4202560 910 0 0 0 4 3 0 0 18 0 1 0 671072921 285274112 5577 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080252431 0 0 16781312 514 17276459081476833538 0 0 17 6 0 0 0
/proc/3377/statm: 69647 5577 377 364 0 5565 0
[pid=3379] ppid=3377 vsize=1017800 CPUtime=24.72 cores=0,2,4,6
/proc/3379/stat : 3379 (gnovelty+2) R 3377 3379 3379 0 -1 4202496 436 0 0 0 2472 0 0 0 25 0 1 0 671072921 1042227200 174 33554432000 134512640 135663704 4288222816 18446744073709551615 134545786 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3379/statm: 254450 174 113 282 0 254166 0
[pid=3370/tid=3378] ppid=3368 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3378/stat : 3378 (python) S 3368 3370 2509 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 2 0 671072921 295763968 7079 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 1585220

[startup+51.1008 s]
/proc/loadavg: 1.99 2.03 2.02 3/478 3382
/proc/meminfo: memFree=11178980/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=288832 CPUtime=0.52 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 9804 931 1 0 42 10 0 0 18 0 2 0 671072843 295763968 7079 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3370/statm: 72208 7079 1875 364 0 8126 0
[pid=3377] ppid=3370 vsize=278588 CPUtime=0.15 cores=0,2,4,6
/proc/3377/stat : 3377 (python) S 3370 3370 2509 0 -1 4202560 922 0 0 0 9 6 0 0 18 0 1 0 671072921 285274112 5577 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080252431 0 0 16781312 514 17276459081476833538 0 0 17 6 0 0 0
/proc/3377/statm: 69647 5577 377 364 0 5565 0
[pid=3379] ppid=3377 vsize=1017800 CPUtime=50.32 cores=0,2,4,6
/proc/3379/stat : 3379 (gnovelty+2) R 3377 3379 3379 0 -1 4202496 436 0 0 0 5032 0 0 0 25 0 1 0 671072921 1042227200 174 33554432000 134512640 135663704 4288222816 18446744073709551615 134545605 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3379/statm: 254450 174 113 282 0 254166 0
[pid=3370/tid=3378] ppid=3368 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3378/stat : 3378 (python) S 3368 3370 2509 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 2 0 671072921 295763968 7079 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1585220

[startup+102.301 s]
/proc/loadavg: 1.99 2.02 2.01 3/482 3387
/proc/meminfo: memFree=11165992/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=299560 CPUtime=0.56 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 10644 931 1 0 45 11 0 0 20 0 3 0 671072843 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3370/statm: 74890 7221 1878 364 0 10805 0
[pid=3377] ppid=3370 vsize=288832 CPUtime=0.34 cores=0,2,4,6
/proc/3377/stat : 3377 (python) S 3370 3370 2509 0 -1 4202560 1097 0 0 0 20 14 0 0 19 0 2 0 671072921 295763968 5615 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3377/statm: 72208 5615 410 364 0 8126 0
[pid=3379] ppid=3377 vsize=1017800 CPUtime=99.34 cores=0,2,4,6
/proc/3379/stat : 3379 (gnovelty+2) T 3377 3379 3379 0 -1 4202496 436 0 0 0 9934 0 0 0 25 0 1 0 671072921 1042227200 174 33554432000 134512640 135663704 4288222816 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3379/statm: 254450 174 113 282 0 254166 0
[pid=3377/tid=3384] ppid=3370 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/3377/task/3384/stat : 3384 (python) S 3370 3370 2509 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671082856 295763968 5615 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 514 18446604446485128192 0 0 -1 6 0 0 0
[pid=3385] ppid=3370 vsize=289316 CPUtime=0 cores=0,2,4,6
/proc/3385/stat : 3385 (python) S 3370 3370 2509 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 671082859 296259584 5687 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080252486 0 0 16781312 514 5938765771122376961 0 0 17 2 0 0 0
/proc/3385/statm: 72329 5687 348 364 0 8244 0
[pid=3387] ppid=3385 vsize=2132 CPUtime=2.14 cores=0,2,4,6
/proc/3387/stat : 3387 (march_hi) R 3385 3387 3387 0 -1 4202496 608 0 0 0 214 0 0 0 25 0 1 0 671082859 2183168 346 33554432000 4194304 4955518 140734463828624 18446744073709551615 4238743 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3387/statm: 533 346 104 186 0 346 0
[pid=3370/tid=3378] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3378/stat : 3378 (python) S 3368 3370 2509 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 3 0 671072921 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
[pid=3370/tid=3386] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3386/stat : 3386 (python) S 3368 3370 2509 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 3 0 671082859 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 1897640

[startup+162.301 s]
/proc/loadavg: 1.99 2.01 2.01 3/483 3390
/proc/meminfo: memFree=11154004/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=299560 CPUtime=0.56 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 10644 931 1 0 45 11 0 0 20 0 3 0 671072843 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3370/statm: 74890 7221 1878 364 0 10805 0
[pid=3377] ppid=3370 vsize=288832 CPUtime=0.34 cores=0,2,4,6

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

/proc/3387/stat : 3387 (march_hi) R 3385 3387 3387 0 -1 4202496 1417 0 0 0 12383 0 0 0 25 0 1 0 671082859 6410240 1155 33554432000 4194304 4955518 140734463828624 18446744073709551615 4286525 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3387/statm: 1565 1155 104 186 0 1378 0
[pid=3370/tid=3378] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3378/stat : 3378 (python) S 3368 3370 2509 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 3 0 671072921 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
[pid=3370/tid=3386] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3386/stat : 3386 (python) S 3368 3370 2509 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 3 0 671082859 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 224.54
Current children cumulated vsize (KiB) 1901768

[startup+230.401 s]
/proc/loadavg: 2.07 2.02 2.01 3/483 3391
/proc/meminfo: memFree=11142428/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=299560 CPUtime=0.56 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 10644 931 1 0 45 11 0 0 20 0 3 0 671072843 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3370/statm: 74890 7221 1878 364 0 10805 0
[pid=3377] ppid=3370 vsize=288832 CPUtime=0.34 cores=0,2,4,6
/proc/3377/stat : 3377 (python) S 3370 3370 2509 0 -1 4202560 1097 0 0 0 20 14 0 0 19 0 2 0 671072921 295763968 5615 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3377/statm: 72208 5615 410 364 0 8126 0
[pid=3379] ppid=3377 vsize=1017800 CPUtime=99.34 cores=0,2,4,6
/proc/3379/stat : 3379 (gnovelty+2) T 3377 3379 3379 0 -1 4202496 436 0 0 0 9934 0 0 0 25 0 1 0 671072921 1042227200 174 33554432000 134512640 135663704 4288222816 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3379/statm: 254450 174 113 282 0 254166 0
[pid=3377/tid=3384] ppid=3370 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/3377/task/3384/stat : 3384 (python) S 3370 3370 2509 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671082856 295763968 5615 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 514 18446604446485128192 0 0 -1 6 0 0 0
[pid=3385] ppid=3370 vsize=289316 CPUtime=0.5 cores=0,2,4,6
/proc/3385/stat : 3385 (python) S 3370 3370 2509 0 -1 4202560 961 0 0 0 27 23 0 0 15 0 1 0 671082859 296259584 5710 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080252486 0 0 16781312 514 5938765771122376961 0 0 17 6 0 0 0
/proc/3385/statm: 72329 5710 371 364 0 8244 0
[pid=3387] ppid=3385 vsize=6260 CPUtime=130.23 cores=0,2,4,6
/proc/3387/stat : 3387 (march_hi) R 3385 3387 3387 0 -1 4202496 1506 0 0 0 13023 0 0 0 25 0 1 0 671082859 6410240 1244 33554432000 4194304 4955518 140734463828624 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3387/statm: 1565 1244 104 186 0 1378 0
[pid=3370/tid=3378] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3378/stat : 3378 (python) S 3368 3370 2509 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 3 0 671072921 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
[pid=3370/tid=3386] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3386/stat : 3386 (python) S 3368 3370 2509 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 3 0 671082859 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 230.97
Current children cumulated vsize (KiB) 1901768

[startup+233.601 s]
/proc/loadavg: 2.07 2.02 2.01 3/483 3392
/proc/meminfo: memFree=11141804/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=299560 CPUtime=0.56 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 10644 931 1 0 45 11 0 0 20 0 3 0 671072843 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3370/statm: 74890 7221 1878 364 0 10805 0
[pid=3377] ppid=3370 vsize=288832 CPUtime=0.34 cores=0,2,4,6
/proc/3377/stat : 3377 (python) S 3370 3370 2509 0 -1 4202560 1097 0 0 0 20 14 0 0 19 0 2 0 671072921 295763968 5615 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3377/statm: 72208 5615 410 364 0 8126 0
[pid=3379] ppid=3377 vsize=1017800 CPUtime=99.34 cores=0,2,4,6
/proc/3379/stat : 3379 (gnovelty+2) T 3377 3379 3379 0 -1 4202496 436 0 0 0 9934 0 0 0 25 0 1 0 671072921 1042227200 174 33554432000 134512640 135663704 4288222816 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3379/statm: 254450 174 113 282 0 254166 0
[pid=3377/tid=3384] ppid=3370 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/3377/task/3384/stat : 3384 (python) S 3370 3370 2509 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671082856 295763968 5615 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 514 18446604446485128192 0 0 -1 6 0 0 0
[pid=3385] ppid=3370 vsize=289316 CPUtime=0.52 cores=0,2,4,6
/proc/3385/stat : 3385 (python) S 3370 3370 2509 0 -1 4202560 966 0 0 0 28 24 0 0 15 0 1 0 671082859 296259584 5710 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080252486 0 0 16781312 514 5938765771122376961 0 0 17 6 0 0 0
/proc/3385/statm: 72329 5710 371 364 0 8244 0
[pid=3387] ppid=3385 vsize=6260 CPUtime=133.43 cores=0,2,4,6
/proc/3387/stat : 3387 (march_hi) R 3385 3387 3387 0 -1 4202496 1551 0 0 0 13343 0 0 0 25 0 1 0 671082859 6410240 1289 33554432000 4194304 4955518 140734463828624 18446744073709551615 4209780 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3387/statm: 1565 1289 104 186 0 1378 0
[pid=3370/tid=3378] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3378/stat : 3378 (python) S 3368 3370 2509 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 3 0 671072921 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
[pid=3370/tid=3386] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3386/stat : 3386 (python) S 3368 3370 2509 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 3 0 671082859 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 234.19
Current children cumulated vsize (KiB) 1901768

[startup+234.417 s]
/proc/loadavg: 2.07 2.02 2.01 3/483 3392
/proc/meminfo: memFree=11141556/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=299560 CPUtime=0.56 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 10644 931 1 0 45 11 0 0 20 0 3 0 671072843 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3370/statm: 74890 7221 1878 364 0 10805 0
[pid=3377] ppid=3370 vsize=288832 CPUtime=0.34 cores=0,2,4,6
/proc/3377/stat : 3377 (python) S 3370 3370 2509 0 -1 4202560 1097 0 0 0 20 14 0 0 19 0 2 0 671072921 295763968 5615 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3377/statm: 72208 5615 410 364 0 8126 0
[pid=3379] ppid=3377 vsize=1017800 CPUtime=99.34 cores=0,2,4,6
/proc/3379/stat : 3379 (gnovelty+2) T 3377 3379 3379 0 -1 4202496 436 0 0 0 9934 0 0 0 25 0 1 0 671072921 1042227200 174 33554432000 134512640 135663704 4288222816 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3379/statm: 254450 174 113 282 0 254166 0
[pid=3377/tid=3384] ppid=3370 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/3377/task/3384/stat : 3384 (python) S 3370 3370 2509 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671082856 295763968 5615 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 514 18446604446485128192 0 0 -1 6 0 0 0
[pid=3385] ppid=3370 vsize=289316 CPUtime=0.52 cores=0,2,4,6
/proc/3385/stat : 3385 (python) S 3370 3370 2509 0 -1 4202560 966 0 0 0 28 24 0 0 15 0 1 0 671082859 296259584 5710 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080252486 0 0 16781312 514 5938765771122376961 0 0 17 6 0 0 0
/proc/3385/statm: 72329 5710 371 364 0 8244 0
[pid=3387] ppid=3385 vsize=6260 CPUtime=134.25 cores=0,2,4,6
/proc/3387/stat : 3387 (march_hi) R 3385 3387 3387 0 -1 4202496 1564 0 0 0 13425 0 0 0 25 0 1 0 671082859 6410240 1302 33554432000 4194304 4955518 140734463828624 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3387/statm: 1565 1302 104 186 0 1378 0
[pid=3370/tid=3378] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3378/stat : 3378 (python) S 3368 3370 2509 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 3 0 671072921 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
[pid=3370/tid=3386] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3386/stat : 3386 (python) S 3368 3370 2509 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 3 0 671082859 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 235.01
Current children cumulated vsize (KiB) 1901768

[startup+235.201 s]
/proc/loadavg: 2.07 2.02 2.01 3/483 3392
/proc/meminfo: memFree=11141556/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=299560 CPUtime=0.56 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 10644 931 1 0 45 11 0 0 20 0 3 0 671072843 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3370/statm: 74890 7221 1878 364 0 10805 0
[pid=3377] ppid=3370 vsize=288832 CPUtime=0.34 cores=0,2,4,6
/proc/3377/stat : 3377 (python) S 3370 3370 2509 0 -1 4202560 1097 0 0 0 20 14 0 0 19 0 2 0 671072921 295763968 5615 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3377/statm: 72208 5615 410 364 0 8126 0
[pid=3379] ppid=3377 vsize=1017800 CPUtime=99.34 cores=0,2,4,6
/proc/3379/stat : 3379 (gnovelty+2) T 3377 3379 3379 0 -1 4202496 436 0 0 0 9934 0 0 0 25 0 1 0 671072921 1042227200 174 33554432000 134512640 135663704 4288222816 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3379/statm: 254450 174 113 282 0 254166 0
[pid=3377/tid=3384] ppid=3370 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/3377/task/3384/stat : 3384 (python) S 3370 3370 2509 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671082856 295763968 5615 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 514 18446604446485128192 0 0 -1 6 0 0 0
[pid=3385] ppid=3370 vsize=289316 CPUtime=0.52 cores=0,2,4,6
/proc/3385/stat : 3385 (python) S 3370 3370 2509 0 -1 4202560 968 0 0 0 28 24 0 0 15 0 1 0 671082859 296259584 5710 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080252486 0 0 16781312 514 5938765771122376961 0 0 17 6 0 0 0
/proc/3385/statm: 72329 5710 371 364 0 8244 0
[pid=3387] ppid=3385 vsize=6260 CPUtime=135.03 cores=0,2,4,6
/proc/3387/stat : 3387 (march_hi) R 3385 3387 3387 0 -1 4202496 1575 0 0 0 13503 0 0 0 25 0 1 0 671082859 6410240 1313 33554432000 4194304 4955518 140734463828624 18446744073709551615 4238668 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3387/statm: 1565 1313 104 186 0 1378 0
[pid=3370/tid=3378] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3378/stat : 3378 (python) S 3368 3370 2509 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 3 0 671072921 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
[pid=3370/tid=3386] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3386/stat : 3386 (python) S 3368 3370 2509 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 3 0 671082859 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 235.79
Current children cumulated vsize (KiB) 1901768

[startup+235.601 s]
/proc/loadavg: 2.07 2.02 2.01 3/483 3392
/proc/meminfo: memFree=11141544/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=299560 CPUtime=0.56 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 10644 931 1 0 45 11 0 0 20 0 3 0 671072843 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3370/statm: 74890 7221 1878 364 0 10805 0
[pid=3377] ppid=3370 vsize=288832 CPUtime=0.34 cores=0,2,4,6
/proc/3377/stat : 3377 (python) S 3370 3370 2509 0 -1 4202560 1097 0 0 0 20 14 0 0 19 0 2 0 671072921 295763968 5615 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3377/statm: 72208 5615 410 364 0 8126 0
[pid=3379] ppid=3377 vsize=1017800 CPUtime=99.34 cores=0,2,4,6
/proc/3379/stat : 3379 (gnovelty+2) T 3377 3379 3379 0 -1 4202496 436 0 0 0 9934 0 0 0 25 0 1 0 671072921 1042227200 174 33554432000 134512640 135663704 4288222816 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3379/statm: 254450 174 113 282 0 254166 0
[pid=3377/tid=3384] ppid=3370 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/3377/task/3384/stat : 3384 (python) S 3370 3370 2509 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671082856 295763968 5615 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 514 18446604446485128192 0 0 -1 6 0 0 0
[pid=3385] ppid=3370 vsize=289316 CPUtime=0.52 cores=0,2,4,6
/proc/3385/stat : 3385 (python) S 3370 3370 2509 0 -1 4202560 970 0 0 0 28 24 0 0 15 0 1 0 671082859 296259584 5710 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080252486 0 0 16781312 514 5938765771122376961 0 0 17 2 0 0 0
/proc/3385/statm: 72329 5710 371 364 0 8244 0
[pid=3387] ppid=3385 vsize=6260 CPUtime=135.43 cores=0,2,4,6
/proc/3387/stat : 3387 (march_hi) R 3385 3387 3387 0 -1 4202496 1582 0 0 0 13543 0 0 0 25 0 1 0 671082859 6410240 1320 33554432000 4194304 4955518 140734463828624 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3387/statm: 1565 1320 104 186 0 1378 0
[pid=3370/tid=3378] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3378/stat : 3378 (python) S 3368 3370 2509 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 3 0 671072921 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
[pid=3370/tid=3386] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3386/stat : 3386 (python) S 3368 3370 2509 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 3 0 671082859 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 236.19
Current children cumulated vsize (KiB) 1901768

[startup+235.701 s]
/proc/loadavg: 2.07 2.02 2.01 3/483 3392
/proc/meminfo: memFree=11141544/32950928 swapFree=57376972/67111528
[pid=3370] ppid=3368 vsize=299560 CPUtime=0.56 cores=0,2,4,6
/proc/3370/stat : 3370 (python) S 3368 3370 2509 0 -1 4202496 10644 931 1 0 45 11 0 0 20 0 3 0 671072843 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3370/statm: 74890 7221 1878 364 0 10805 0
[pid=3377] ppid=3370 vsize=288832 CPUtime=0.34 cores=0,2,4,6
/proc/3377/stat : 3377 (python) S 3370 3370 2509 0 -1 4202560 1097 0 0 0 20 14 0 0 19 0 2 0 671072921 295763968 5615 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3377/statm: 72208 5615 410 364 0 8126 0
[pid=3379] ppid=3377 vsize=1017800 CPUtime=99.34 cores=0,2,4,6
/proc/3379/stat : 3379 (gnovelty+2) T 3377 3379 3379 0 -1 4202496 436 0 0 0 9934 0 0 0 25 0 1 0 671072921 1042227200 174 33554432000 134512640 135663704 4288222816 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3379/statm: 254450 174 113 282 0 254166 0
[pid=3377/tid=3384] ppid=3370 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/3377/task/3384/stat : 3384 (python) S 3370 3370 2509 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671082856 295763968 5615 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 514 18446604446485128192 0 0 -1 6 0 0 0
[pid=3385] ppid=3370 vsize=289316 CPUtime=0.52 cores=0,2,4,6
/proc/3385/stat : 3385 (python) S 3370 3370 2509 0 -1 4202560 970 0 0 0 28 24 0 0 15 0 1 0 671082859 296259584 5710 33554432000 4194304 5683644 140735438007888 18446744073709551615 208080252486 0 0 16781312 514 5938765771122376961 0 0 17 2 0 0 0
/proc/3385/statm: 72329 5710 371 364 0 8244 0
[pid=3387] ppid=3385 vsize=6260 CPUtime=135.53 cores=0,2,4,6
/proc/3387/stat : 3387 (march_hi) R 3385 3387 3387 0 -1 4202496 1583 0 0 0 13553 0 0 0 25 0 1 0 671082859 6410240 1321 33554432000 4194304 4955518 140734463828624 18446744073709551615 4285416 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3387/statm: 1565 1321 104 186 0 1378 0
[pid=3370/tid=3378] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3378/stat : 3378 (python) S 3368 3370 2509 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 3 0 671072921 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
[pid=3370/tid=3386] ppid=3368 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/3370/task/3386/stat : 3386 (python) S 3368 3370 2509 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 3 0 671082859 306749440 7221 33554432000 4194304 5683644 140735438007888 18446744073709551615 208092055985 0 0 16781312 2 18446604449238219456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 236.29
Current children cumulated vsize (KiB) 1901768

Child status: 0
Real time (s): 235.791
CPU time (s): 236.43
CPU user time (s): 235.915
CPU system time (s): 0.514921
CPU usage (%): 100.271
Max. virtual memory (cumulated for all children) (KiB): 1901768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 235.915
system time used= 0.514921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20268
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= 3685
involuntary context switches= 1989

runsolver used 1.13583 second user time and 2.30765 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-17 03:12:12
IDJOB=3386897
IDBENCH=82962
IDSOLVER=1872
FILE ID=node127/3386897-1305594732
RUNJOBID= node127-1305586146-2527
PBS_JOBID= 13350351
Free space on /tmp= 73316 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1573194644-097.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386897-1305594732/watcher-3386897-1305594732 -o /tmp/evaluation-result-3386897-1305594732/solver-3386897-1305594732 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386897-1305594732.cnf -seed 32911367 -budget 5000

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

MD5SUM BENCH= 94cfc1731e7c76d51d00543dd5d14f85
RANDOM SEED=32911367

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.86
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.823
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      11211752 kB
Buffers:         97604 kB
Cached:         576764 kB
SwapCached:     117904 kB
Active:        6929800 kB
Inactive:     14568784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11211752 kB
SwapTotal:    67111528 kB
SwapFree:     57376972 kB
Dirty:           31836 kB
Writeback:           0 kB
AnonPages:    20712616 kB
Mapped:          36504 kB
Slab:            77536 kB
PageTables:      94204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 114974888 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= 73284 MiB
End job on node127 at 2011-05-17 03:16:08