Trace number 3322145

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-randomUNSAT 78.1471 10.5417

General information on the benchmark

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

Solver Data

0.38/0.60	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.60	c INFO: solving HOME/instance-3322145-1307741607.cnf
0.38/0.60	c INFO: computing task features
0.38/0.61	c INFO: computed variable-clause graph statistics
0.38/0.61	c INFO: computed clause balance statistics
0.38/0.64	c INFO: computed variable balance statistics
0.38/0.66	c INFO: computed small-clause counts
0.38/0.66	c INFO: computed Horn-clause counts
0.38/0.66	c INFO: computed variable graph statistics
0.38/0.66	c INFO: collected features for HOME/instance-3322145-1307741607.cnf in 0.06 s
0.48/0.70	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.56)
0.48/0.74	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.28)
0.48/0.77	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.19)
0.58/0.81	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.28)
0.58/0.85	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.58/0.89	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.26)
0.68/0.93	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.27)
0.68/0.96	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.20)
77.84/10.52	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.1 (svn: 988)

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

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

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

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


[startup+0 s]
/proc/loadavg: 0.07 0.02 0.00 1/170 20515
/proc/meminfo: memFree=31565824/32950928 swapFree=67111528/67111528
[pid=20515] ppid=20513 vsize=15184 CPUtime=0 cores=0-7
/proc/20515/stat : 20515 (python) S 20513 20515 20414 0 -1 4202496 734 0 0 0 0 0 0 0 21 0 1 0 4905506 15548416 622 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/20515/statm: 3796 622 322 364 0 283 0

[startup+0.0237669 s]
/proc/loadavg: 0.07 0.02 0.00 1/170 20515
/proc/meminfo: memFree=31565824/32950928 swapFree=67111528/67111528
[pid=20515] ppid=20513 vsize=16396 CPUtime=0.01 cores=0-7
/proc/20515/stat : 20515 (python) S 20513 20515 20414 0 -1 4202496 1078 0 0 0 1 0 0 0 21 0 1 0 4905506 16789504 948 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/20515/statm: 4099 948 383 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100658 s]
/proc/loadavg: 0.07 0.02 0.00 1/170 20515
/proc/meminfo: memFree=31565824/32950928 swapFree=67111528/67111528
[pid=20515] ppid=20513 vsize=93960 CPUtime=0.06 cores=0-7
/proc/20515/stat : 20515 (python) S 20513 20515 20414 0 -1 4202496 2693 0 0 0 5 1 0 0 17 0 1 0 4905506 96215040 2407 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124075877 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/20515/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300616 s]
/proc/loadavg: 0.07 0.02 0.00 1/170 20515
/proc/meminfo: memFree=31565824/32950928 swapFree=67111528/67111528
[pid=20515] ppid=20513 vsize=135752 CPUtime=0.19 cores=0-7
/proc/20515/stat : 20515 (python) S 20513 20515 20414 0 -1 4202496 5970 934 1 0 14 5 0 0 18 0 1 0 4905506 139010048 4152 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124076037 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/20515/statm: 33938 4152 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700561 s]
/proc/loadavg: 0.07 0.02 0.00 1/170 20515
/proc/meminfo: memFree=31565824/32950928 swapFree=67111528/67111528
[pid=20515] ppid=20513 vsize=278564 CPUtime=0.48 cores=0-7
/proc/20515/stat : 20515 (python) R 20513 20515 20414 0 -1 4202496 9567 934 1 0 39 9 0 0 18 0 1 0 4905506 285249536 7065 33554432000 4194304 5683644 140733212102272 18446744073709551615 232127488961 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/20515/statm: 69641 7065 1868 364 0 5562 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 278564

[startup+1.50139 s]
/proc/loadavg: 0.07 0.02 0.00 9/195 20545
/proc/meminfo: memFree=31509352/32950928 swapFree=67111528/67111528
[pid=20515] ppid=20513 vsize=426596 CPUtime=0.75 cores=0-7
/proc/20515/stat : 20515 (python) S 20513 20515 20414 0 -1 4202496 15270 934 1 0 65 10 0 0 25 0 9 0 4905506 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20515/statm: 106649 7399 1889 364 0 42546 0
[pid=20522] ppid=20515 vsize=278576 CPUtime=0 cores=0-7
/proc/20522/stat : 20522 (python) S 20515 20515 20414 0 -1 4202560 708 0 0 0 0 0 0 0 19 0 1 0 4905576 285261824 5546 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100111 0 0 16781312 514 4420295957820735487 0 0 17 0 0 0 0
/proc/20522/statm: 69644 5546 347 364 0 5562 0
[pid=20524] ppid=20522 vsize=454892 CPUtime=0.79 cores=0-7
/proc/20524/stat : 20524 (TNM) R 20522 20524 20524 0 -1 4202496 415 0 0 0 79 0 0 0 22 0 1 0 4905576 465809408 150 33554432000 134512640 135008748 4291546464 18446744073709551615 134527444 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/20524/statm: 113723 150 46 122 0 112623 0
[pid=20525] ppid=20515 vsize=289280 CPUtime=0 cores=0-7
/proc/20525/stat : 20525 (python) S 20515 20515 20414 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 4905580 296222720 5678 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 3807837469701800200 0 0 17 2 0 0 0
/proc/20525/statm: 72320 5678 348 364 0 8235 0
[pid=20527] ppid=20525 vsize=1808 CPUtime=0.75 cores=0-7
/proc/20527/stat : 20527 (march_hi) R 20525 20527 20527 0 -1 4202496 549 0 0 0 75 0 0 0 25 0 1 0 4905580 1851392 287 33554432000 4194304 4955518 140735130574848 18446744073709551615 4224691 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20527/statm: 452 287 104 186 0 265 0
[pid=20528] ppid=20515 vsize=365072 CPUtime=0 cores=0-7
/proc/20528/stat : 20528 (python) S 20515 20515 20414 0 -1 4202560 712 0 0 0 0 0 0 0 15 0 1 0 4905584 373833728 5855 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 3807828673608777992 0 0 17 7 0 0 0
/proc/20528/statm: 91268 5855 348 364 0 27180 0
[pid=20530] ppid=20528 vsize=1808 CPUtime=0.7 cores=0-7
/proc/20530/stat : 20530 (march_hi) R 20528 20530 20530 0 -1 4202496 539 0 0 0 70 0 0 0 25 0 1 0 4905584 1851392 287 33554432000 4194304 4955518 140736115299664 18446744073709551615 4209762 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/20530/statm: 452 287 104 186 0 265 0
[pid=20531] ppid=20515 vsize=375328 CPUtime=0 cores=0-7
/proc/20531/stat : 20531 (python) S 20515 20515 20414 0 -1 4202560 716 0 0 0 0 0 0 0 17 0 1 0 4905588 384335872 5813 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 399347025549689096 0 0 17 4 0 0 0
/proc/20531/statm: 93832 5813 348 364 0 29741 0
[pid=20533] ppid=20531 vsize=1808 CPUtime=0.68 cores=0-7
/proc/20533/stat : 20533 (march_hi) R 20531 20533 20533 0 -1 4202496 542 0 0 0 68 0 0 0 25 0 1 0 4905588 1851392 287 33554432000 4194304 4955518 140735390158608 18446744073709551615 4210606 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20533/statm: 452 287 104 186 0 265 0
[pid=20534] ppid=20515 vsize=385584 CPUtime=0 cores=0-7
/proc/20534/stat : 20534 (python) S 20515 20515 20414 0 -1 4202560 724 0 0 0 0 0 0 0 23 0 1 0 4905591 394838016 5936 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 4224065018099924991 0 0 17 0 0 0 0
/proc/20534/statm: 96396 5936 348 364 0 32302 0
[pid=20536] ppid=20534 vsize=1017800 CPUtime=0.64 cores=0-7
/proc/20536/stat : 20536 (gnovelty+2) R 20534 20536 20536 0 -1 4202496 422 0 0 0 64 0 0 0 25 0 1 0 4905592 1042227200 163 33554432000 134512640 135663704 4289566176 18446744073709551615 134525061 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20536/statm: 254450 163 113 282 0 254166 0
[pid=20537] ppid=20515 vsize=395840 CPUtime=0 cores=0-7
/proc/20537/stat : 20537 (python) S 20515 20515 20414 0 -1 4202560 733 0 0 0 0 0 0 0 19 0 1 0 4905595 405340160 5940 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 4124149372826910984 0 0 17 1 0 0 0
/proc/20537/statm: 98960 5940 348 364 0 34863 0
[pid=20539] ppid=20537 vsize=1808 CPUtime=0.59 cores=0-7
/proc/20539/stat : 20539 (march_hi) R 20537 20539 20539 0 -1 4202496 543 0 0 0 59 0 0 0 25 0 1 0 4905595 1851392 287 33554432000 4194304 4955518 140733696680976 18446744073709551615 4238743 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20539/statm: 452 287 104 186 0 265 0
[pid=20540] ppid=20515 vsize=406096 CPUtime=0 cores=0-7
/proc/20540/stat : 20540 (python) S 20515 20515 20414 0 -1 4202560 746 0 0 0 0 0 0 0 21 0 1 0 4905599 415842304 5848 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 4520835575942447368 0 0 17 0 0 0 0
/proc/20540/statm: 101524 5848 348 364 0 37424 0
[pid=20542] ppid=20540 vsize=1808 CPUtime=0.53 cores=0-7
/proc/20542/stat : 20542 (march_hi) R 20540 20542 20542 0 -1 4202496 546 0 0 0 53 0 0 0 25 0 1 0 4905602 1851392 286 33554432000 4194304 4955518 140735863189904 18446744073709551615 4224665 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20542/statm: 452 286 104 186 0 265 0
[pid=20543] ppid=20515 vsize=416352 CPUtime=0 cores=0-7
/proc/20543/stat : 20543 (python) S 20515 20515 20414 0 -1 4202560 782 0 0 0 0 0 0 0 21 0 1 0 4905603 426344448 5860 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 2056192301352321288 0 0 17 5 0 0 0
/proc/20543/statm: 104088 5860 354 364 0 39985 0
[pid=20545] ppid=20543 vsize=1808 CPUtime=0.52 cores=0-7
/proc/20545/stat : 20545 (march_hi) R 20543 20545 20545 0 -1 4202496 552 0 0 0 52 0 0 0 25 0 1 0 4905603 1851392 287 33554432000 4194304 4955518 140735976827360 18446744073709551615 4224551 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20545/statm: 452 287 104 186 0 265 0
[pid=20515/tid=20523] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20523/stat : 20523 (python) S 20513 20515 20414 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 4905576 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 5 0 0 0
[pid=20515/tid=20526] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20526/stat : 20526 (python) S 20513 20515 20414 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 4905580 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 2 0 0 0
[pid=20515/tid=20529] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20529/stat : 20529 (python) S 20513 20515 20414 0 -1 4202560 81 934 0 0 0 0 0 0 21 0 9 0 4905584 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 7 0 0 0
[pid=20515/tid=20532] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20532/stat : 20532 (python) S 20513 20515 20414 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 4905588 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 4 0 0 0
[pid=20515/tid=20535] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20535/stat : 20535 (python) S 20513 20515 20414 0 -1 4202560 33 934 0 0 0 0 0 0 23 0 9 0 4905591 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 5 0 0 0
[pid=20515/tid=20538] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20538/stat : 20538 (python) S 20513 20515 20414 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 9 0 4905595 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 1 0 0 0
[pid=20515/tid=20541] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20541/stat : 20541 (python) S 20513 20515 20414 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 9 0 4905599 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 0 0 0 0
[pid=20515/tid=20544] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20544/stat : 20544 (python) S 20513 20515 20414 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 4905603 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 4822264

[startup+3.10111 s]
/proc/loadavg: 0.78 0.16 0.05 9/195 20545
/proc/meminfo: memFree=31508360/32950928 swapFree=67111528/67111528
[pid=20515] ppid=20513 vsize=426596 CPUtime=0.75 cores=0-7
/proc/20515/stat : 20515 (python) S 20513 20515 20414 0 -1 4202496 15270 934 1 0 65 10 0 0 25 0 9 0 4905506 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20515/statm: 106649 7399 1889 364 0 42546 0
[pid=20522] ppid=20515 vsize=278576 CPUtime=0 cores=0-7
/proc/20522/stat : 20522 (python) S 20515 20515 20414 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 4905576 285261824 5553 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100111 0 0 16781312 514 4420295957820702984 0 0 17 0 0 0 0
/proc/20522/statm: 69644 5553 354 364 0 5562 0
[pid=20524] ppid=20522 vsize=454892 CPUtime=2.39 cores=0-7
/proc/20524/stat : 20524 (TNM) R 20522 20524 20524 0 -1 4202496 415 0 0 0 239 0 0 0 25 0 1 0 4905576 465809408 150 33554432000 134512640 135008748 4291546464 18446744073709551615 134527535 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/20524/statm: 113723 150 46 122 0 112623 0
[pid=20525] ppid=20515 vsize=289280 CPUtime=0 cores=0-7
/proc/20525/stat : 20525 (python) S 20515 20515 20414 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 4905580 296222720 5678 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 3807837469701800200 0 0 17 2 0 0 0
/proc/20525/statm: 72320 5678 348 364 0 8235 0
[pid=20527] ppid=20525 vsize=1940 CPUtime=2.35 cores=0-7
/proc/20527/stat : 20527 (march_hi) R 20525 20527 20527 0 -1 4202496 577 0 0 0 235 0 0 0 25 0 1 0 4905580 1986560 315 33554432000 4194304 4955518 140735130574848 18446744073709551615 4209742 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/20527/statm: 485 315 104 186 0 298 0
[pid=20528] ppid=20515 vsize=365072 CPUtime=0 cores=0-7
/proc/20528/stat : 20528 (python) S 20515 20515 20414 0 -1 4202560 714 0 0 0 0 0 0 0 15 0 1 0 4905584 373833728 5855 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 3807828673608777992 0 0 17 7 0 0 0
/proc/20528/statm: 91268 5855 348 364 0 27180 0
[pid=20530] ppid=20528 vsize=1940 CPUtime=2.29 cores=0-7
/proc/20530/stat : 20530 (march_hi) R 20528 20530 20530 0 -1 4202496 566 0 0 0 229 0 0 0 25 0 1 0 4905584 1986560 314 33554432000 4194304 4955518 140736115299664 18446744073709551615 4238722 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/20530/statm: 485 314 104 186 0 298 0
[pid=20531] ppid=20515 vsize=375328 CPUtime=0 cores=0-7
/proc/20531/stat : 20531 (python) S 20515 20515 20414 0 -1 4202560 719 0 0 0 0 0 0 0 15 0 1 0 4905588 384335872 5813 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 399347025549689096 0 0 17 4 0 0 0
/proc/20531/statm: 93832 5813 348 364 0 29741 0
[pid=20533] ppid=20531 vsize=1940 CPUtime=2.27 cores=0-7
/proc/20533/stat : 20533 (march_hi) R 20531 20533 20533 0 -1 4202496 569 0 0 0 227 0 0 0 25 0 1 0 4905588 1986560 314 33554432000 4194304 4955518 140735390158608 18446744073709551615 4210833 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20533/statm: 485 314 104 186 0 298 0
[pid=20534] ppid=20515 vsize=385584 CPUtime=0 cores=0-7
/proc/20534/stat : 20534 (python) S 20515 20515 20414 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 4905591 394838016 5936 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 4224065018099892488 0 0 17 0 0 0 0
/proc/20534/statm: 96396 5936 348 364 0 32302 0
[pid=20536] ppid=20534 vsize=1017800 CPUtime=2.24 cores=0-7
/proc/20536/stat : 20536 (gnovelty+2) R 20534 20536 20536 0 -1 4202496 422 0 0 0 224 0 0 0 25 0 1 0 4905592 1042227200 163 33554432000 134512640 135663704 4289566176 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20536/statm: 254450 163 113 282 0 254166 0
[pid=20537] ppid=20515 vsize=395840 CPUtime=0 cores=0-7
/proc/20537/stat : 20537 (python) S 20515 20515 20414 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 1 0 4905595 405340160 5940 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 4124149372826910984 0 0 17 1 0 0 0
/proc/20537/statm: 98960 5940 348 364 0 34863 0
[pid=20539] ppid=20537 vsize=1940 CPUtime=2.19 cores=0-7
/proc/20539/stat : 20539 (march_hi) R 20537 20539 20539 0 -1 4202496 569 0 0 0 219 0 0 0 25 0 1 0 4905595 1986560 313 33554432000 4194304 4955518 140733696680976 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20539/statm: 485 313 104 186 0 298 0
[pid=20540] ppid=20515 vsize=406096 CPUtime=0 cores=0-7
/proc/20540/stat : 20540 (python) S 20515 20515 20414 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 4905599 415842304 5848 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 4520835575942447368 0 0 17 0 0 0 0
/proc/20540/statm: 101524 5848 348 364 0 37424 0
[pid=20542] ppid=20540 vsize=1940 CPUtime=2.13 cores=0-7
/proc/20542/stat : 20542 (march_hi) R 20540 20542 20542 0 -1 4202496 572 0 0 0 213 0 0 0 25 0 1 0 4905602 1986560 312 33554432000 4194304 4955518 140735863189904 18446744073709551615 4238449 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20542/statm: 485 312 104 186 0 298 0
[pid=20543] ppid=20515 vsize=416352 CPUtime=0 cores=0-7
/proc/20543/stat : 20543 (python) S 20515 20515 20414 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 1 0 4905603 426344448 5860 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 2056192301352321288 0 0 17 5 0 0 0
/proc/20543/statm: 104088 5860 354 364 0 39985 0
[pid=20545] ppid=20543 vsize=1940 CPUtime=2.12 cores=0-7
/proc/20545/stat : 20545 (march_hi) R 20543 20545 20545 0 -1 4202496 578 0 0 0 212 0 0 0 25 0 1 0 4905603 1986560 313 33554432000 4194304 4955518 140735976827360 18446744073709551615 4209793 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20545/statm: 485 313 104 186 0 298 0
[pid=20515/tid=20523] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20523/stat : 20523 (python) S 20513 20515 20414 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 4905576 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 5 0 0 0
[pid=20515/tid=20526] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20526/stat : 20526 (python) S 20513 20515 20414 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 4905580 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 2 0 0 0
[pid=20515/tid=20529] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20529/stat : 20529 (python) S 20513 20515 20414 0 -1 4202560 81 934 0 0 0 0 0 0 21 0 9 0 4905584 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 7 0 0 0
[pid=20515/tid=20532] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20532/stat : 20532 (python) S 20513 20515 20414 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 4905588 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 4 0 0 0
[pid=20515/tid=20535] ppid=20513 vsize=426596 CPUtime=0 cores=0-7

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

[pid=20543] ppid=20515 vsize=416352 CPUtime=0 cores=0-7
/proc/20543/stat : 20543 (python) S 20515 20515 20414 0 -1 4202560 863 0 0 0 0 0 0 0 15 0 1 0 4905603 426344448 5883 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 2056192301352321288 0 0 17 5 0 0 0
/proc/20543/statm: 104088 5883 377 364 0 39985 0
[pid=20545] ppid=20543 vsize=2396 CPUtime=8.51 cores=0-7
/proc/20545/stat : 20545 (march_hi) R 20543 20545 20545 0 -1 4202496 667 0 0 0 851 0 0 0 25 0 1 0 4905603 2453504 402 33554432000 4194304 4955518 140735976827360 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20545/statm: 599 402 104 186 0 412 0
[pid=20515/tid=20523] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20523/stat : 20523 (python) S 20513 20515 20414 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 4905576 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 5 0 0 0
[pid=20515/tid=20526] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20526/stat : 20526 (python) S 20513 20515 20414 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 4905580 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 2 0 0 0
[pid=20515/tid=20529] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20529/stat : 20529 (python) S 20513 20515 20414 0 -1 4202560 81 934 0 0 0 0 0 0 21 0 9 0 4905584 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 7 0 0 0
[pid=20515/tid=20532] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20532/stat : 20532 (python) S 20513 20515 20414 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 4905588 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 4 0 0 0
[pid=20515/tid=20535] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20535/stat : 20535 (python) S 20513 20515 20414 0 -1 4202560 33 934 0 0 0 0 0 0 23 0 9 0 4905591 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 5 0 0 0
[pid=20515/tid=20538] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20538/stat : 20538 (python) S 20513 20515 20414 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 9 0 4905595 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 1 0 0 0
[pid=20515/tid=20541] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20541/stat : 20541 (python) S 20513 20515 20414 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 9 0 4905599 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 0 0 0 0
[pid=20515/tid=20544] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20544/stat : 20544 (python) S 20513 20515 20414 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 4905603 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 69.83
Current children cumulated vsize (KiB) 4825792

[startup+10.3378 s]
/proc/loadavg: 1.36 0.29 0.09 9/195 20545
/proc/meminfo: memFree=31507276/32950928 swapFree=67111528/67111528
[pid=20515] ppid=20513 vsize=426596 CPUtime=0.75 cores=0-7
/proc/20515/stat : 20515 (python) S 20513 20515 20414 0 -1 4202496 15270 934 1 0 65 10 0 0 25 0 9 0 4905506 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20515/statm: 106649 7399 1889 364 0 42546 0
[pid=20522] ppid=20515 vsize=278576 CPUtime=0 cores=0-7
/proc/20522/stat : 20522 (python) S 20515 20515 20414 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 4905576 285261824 5575 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100111 0 0 16781312 514 4420295957820702984 0 0 17 0 0 0 0
/proc/20522/statm: 69644 5575 376 364 0 5562 0
[pid=20524] ppid=20522 vsize=454892 CPUtime=9.63 cores=0-7
/proc/20524/stat : 20524 (TNM) R 20522 20524 20524 0 -1 4202496 415 0 0 0 963 0 0 0 25 0 1 0 4905576 465809408 150 33554432000 134512640 135008748 4291546464 18446744073709551615 134527089 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/20524/statm: 113723 150 46 122 0 112623 0
[pid=20525] ppid=20515 vsize=289280 CPUtime=0.26 cores=0-7
/proc/20525/stat : 20525 (python) R 20515 20515 20414 0 -1 4202560 900 0 0 0 21 5 0 0 16 0 1 0 4905580 296222720 5701 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135910207 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/20525/statm: 72320 5701 371 364 0 8235 0
[pid=20527] ppid=20525 vsize=0 CPUtime=9.31 cores=0-7
/proc/20527/stat : 20527 (march_hi) R 20525 20527 20527 0 -1 4202500 677 0 0 0 931 0 0 0 25 0 1 0 4905580 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20527/statm: 0 0 0 0 0 0 0
[pid=20528] ppid=20515 vsize=365072 CPUtime=0.11 cores=0-7
/proc/20528/stat : 20528 (python) R 20515 20515 20414 0 -1 4202560 804 0 0 0 9 2 0 0 15 0 1 0 4905584 373833728 5878 33554432000 4194304 5683644 140733212102272 18446744073709551615 4865422 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/20528/statm: 91268 5878 371 364 0 27180 0
[pid=20530] ppid=20528 vsize=0 CPUtime=9.37 cores=0-7
/proc/20530/stat : 20530 (march_hi) R 20528 20530 20530 0 -1 4202500 667 0 0 0 937 0 0 0 25 0 1 0 4905584 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20530/statm: 0 0 0 0 0 0 0
[pid=20531] ppid=20515 vsize=375328 CPUtime=0.21 cores=0-7
/proc/20531/stat : 20531 (python) R 20515 20515 20414 0 -1 4202560 793 0 0 0 17 4 0 0 15 0 1 0 4905588 384335872 5836 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135910207 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/20531/statm: 93832 5836 371 364 0 29741 0
[pid=20533] ppid=20531 vsize=0 CPUtime=9.3 cores=0-7
/proc/20533/stat : 20533 (march_hi) R 20531 20533 20533 0 -1 4202500 670 0 0 0 930 0 0 0 25 0 1 0 4905588 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20533/statm: 0 0 0 0 0 0 0
[pid=20534] ppid=20515 vsize=385584 CPUtime=0 cores=0-7
/proc/20534/stat : 20534 (python) S 20515 20515 20414 0 -1 4202560 798 0 0 0 0 0 0 0 18 0 1 0 4905591 394838016 5958 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 4224065018099892488 0 0 17 0 0 0 0
/proc/20534/statm: 96396 5958 370 364 0 32302 0
[pid=20536] ppid=20534 vsize=1017800 CPUtime=9.47 cores=0-7
/proc/20536/stat : 20536 (gnovelty+2) R 20534 20536 20536 0 -1 4202496 422 0 0 0 947 0 0 0 25 0 1 0 4905592 1042227200 163 33554432000 134512640 135663704 4289566176 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20536/statm: 254450 163 113 282 0 254166 0
[pid=20537] ppid=20515 vsize=395840 CPUtime=0.14 cores=0-7
/proc/20537/stat : 20537 (python) R 20515 20515 20414 0 -1 4202560 815 0 0 0 12 2 0 0 15 0 1 0 4905595 405340160 5963 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/20537/statm: 98960 5963 371 364 0 34863 0
[pid=20539] ppid=20537 vsize=0 CPUtime=9.28 cores=0-7
/proc/20539/stat : 20539 (march_hi) R 20537 20539 20539 0 -1 4202500 671 0 0 0 928 0 0 0 25 0 1 0 4905595 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20539/statm: 0 0 0 0 0 0 0
[pid=20540] ppid=20515 vsize=406096 CPUtime=0.03 cores=0-7
/proc/20540/stat : 20540 (python) R 20515 20515 20414 0 -1 4202560 825 0 0 0 2 1 0 0 15 0 1 0 4905599 415842304 5871 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135910207 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/20540/statm: 101524 5871 371 364 0 37424 0
[pid=20542] ppid=20540 vsize=0 CPUtime=9.32 cores=0-7
/proc/20542/stat : 20542 (march_hi) R 20540 20542 20542 0 -1 4202500 674 0 0 0 932 0 0 0 25 0 1 0 4905602 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20542/statm: 0 0 0 0 0 0 0
[pid=20543] ppid=20515 vsize=416352 CPUtime=0.03 cores=0-7
/proc/20543/stat : 20543 (python) R 20515 20515 20414 0 -1 4202560 868 0 0 0 3 0 0 0 15 0 1 0 4905603 426344448 5883 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/20543/statm: 104088 5883 377 364 0 39985 0
[pid=20545] ppid=20543 vsize=0 CPUtime=9.32 cores=0-7
/proc/20545/stat : 20545 (march_hi) R 20543 20545 20545 0 -1 4202500 680 0 0 0 932 0 0 0 25 0 1 0 4905603 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20545/statm: 0 0 0 0 0 0 0
[pid=20515/tid=20523] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20523/stat : 20523 (python) S 20513 20515 20414 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 4905576 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 5 0 0 0
[pid=20515/tid=20526] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20526/stat : 20526 (python) S 20513 20515 20414 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 4905580 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 2 0 0 0
[pid=20515/tid=20529] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20529/stat : 20529 (python) S 20513 20515 20414 0 -1 4202560 81 934 0 0 0 0 0 0 21 0 9 0 4905584 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 7 0 0 0
[pid=20515/tid=20532] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20532/stat : 20532 (python) S 20513 20515 20414 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 4905588 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 4 0 0 0
[pid=20515/tid=20535] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20535/stat : 20535 (python) S 20513 20515 20414 0 -1 4202560 33 934 0 0 0 0 0 0 23 0 9 0 4905591 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 5 0 0 0
[pid=20515/tid=20538] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20538/stat : 20538 (python) S 20513 20515 20414 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 9 0 4905595 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 1 0 0 0
[pid=20515/tid=20541] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20541/stat : 20541 (python) S 20513 20515 20414 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 9 0 4905599 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 0 0 0 0
[pid=20515/tid=20544] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20544/stat : 20544 (python) S 20513 20515 20414 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 4905603 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 76.53
Current children cumulated vsize (KiB) 4811416

[startup+10.5008 s]
/proc/loadavg: 1.36 0.29 0.09 9/195 20545
/proc/meminfo: memFree=31507276/32950928 swapFree=67111528/67111528
[pid=20515] ppid=20513 vsize=426596 CPUtime=0.75 cores=0-7
/proc/20515/stat : 20515 (python) S 20513 20515 20414 0 -1 4202496 15270 934 1 0 65 10 0 0 25 0 9 0 4905506 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20515/statm: 106649 7399 1889 364 0 42546 0
[pid=20522] ppid=20515 vsize=278576 CPUtime=0 cores=0-7
/proc/20522/stat : 20522 (python) S 20515 20515 20414 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 4905576 285261824 5575 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100111 0 0 16781312 514 4420295957820702984 0 0 17 0 0 0 0
/proc/20522/statm: 69644 5575 376 364 0 5562 0
[pid=20524] ppid=20522 vsize=454892 CPUtime=9.79 cores=0-7
/proc/20524/stat : 20524 (TNM) R 20522 20524 20524 0 -1 4202496 415 0 0 0 979 0 0 0 25 0 1 0 4905576 465809408 150 33554432000 134512640 135008748 4291546464 18446744073709551615 134527771 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/20524/statm: 113723 150 46 122 0 112623 0
[pid=20525] ppid=20515 vsize=289280 CPUtime=0.43 cores=0-7
/proc/20525/stat : 20525 (python) R 20515 20515 20414 0 -1 4202560 900 0 0 0 36 7 0 0 16 0 1 0 4905580 296222720 5701 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135910207 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/20525/statm: 72320 5701 371 364 0 8235 0
[pid=20527] ppid=20525 vsize=0 CPUtime=9.31 cores=0-7
/proc/20527/stat : 20527 (march_hi) R 20525 20527 20527 0 -1 4202500 677 0 0 0 931 0 0 0 25 0 1 0 4905580 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20527/statm: 0 0 0 0 0 0 0
[pid=20528] ppid=20515 vsize=365072 CPUtime=0.27 cores=0-7
/proc/20528/stat : 20528 (python) R 20515 20515 20414 0 -1 4202560 804 0 0 0 23 4 0 0 16 0 1 0 4905584 373833728 5878 33554432000 4194304 5683644 140733212102272 18446744073709551615 4891417 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/20528/statm: 91268 5878 371 364 0 27180 0
[pid=20530] ppid=20528 vsize=0 CPUtime=9.37 cores=0-7
/proc/20530/stat : 20530 (march_hi) R 20528 20530 20530 0 -1 4202500 667 0 0 0 937 0 0 0 25 0 1 0 4905584 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20530/statm: 0 0 0 0 0 0 0
[pid=20531] ppid=20515 vsize=375328 CPUtime=0.37 cores=0-7
/proc/20531/stat : 20531 (python) R 20515 20515 20414 0 -1 4202560 793 0 0 0 30 7 0 0 16 0 1 0 4905588 384335872 5836 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135910207 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/20531/statm: 93832 5836 371 364 0 29741 0
[pid=20533] ppid=20531 vsize=0 CPUtime=9.3 cores=0-7
/proc/20533/stat : 20533 (march_hi) R 20531 20533 20533 0 -1 4202500 670 0 0 0 930 0 0 0 25 0 1 0 4905588 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20533/statm: 0 0 0 0 0 0 0
[pid=20534] ppid=20515 vsize=385584 CPUtime=0 cores=0-7
/proc/20534/stat : 20534 (python) S 20515 20515 20414 0 -1 4202560 798 0 0 0 0 0 0 0 18 0 1 0 4905591 394838016 5958 33554432000 4194304 5683644 140733212102272 18446744073709551615 232124100166 0 0 16781312 514 4224065018099892488 0 0 17 0 0 0 0
/proc/20534/statm: 96396 5958 370 364 0 32302 0
[pid=20536] ppid=20534 vsize=1017800 CPUtime=9.63 cores=0-7
/proc/20536/stat : 20536 (gnovelty+2) R 20534 20536 20536 0 -1 4202496 422 0 0 0 963 0 0 0 25 0 1 0 4905592 1042227200 163 33554432000 134512640 135663704 4289566176 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20536/statm: 254450 163 113 282 0 254166 0
[pid=20537] ppid=20515 vsize=395840 CPUtime=0.31 cores=0-7
/proc/20537/stat : 20537 (python) R 20515 20515 20414 0 -1 4202560 815 0 0 0 26 5 0 0 16 0 1 0 4905595 405340160 5963 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135910207 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/20537/statm: 98960 5963 371 364 0 34863 0
[pid=20539] ppid=20537 vsize=0 CPUtime=9.28 cores=0-7
/proc/20539/stat : 20539 (march_hi) R 20537 20539 20539 0 -1 4202500 671 0 0 0 928 0 0 0 25 0 1 0 4905595 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20539/statm: 0 0 0 0 0 0 0
[pid=20540] ppid=20515 vsize=406096 CPUtime=0.19 cores=0-7
/proc/20540/stat : 20540 (python) R 20515 20515 20414 0 -1 4202560 825 0 0 0 16 3 0 0 15 0 1 0 4905599 415842304 5871 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135910207 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/20540/statm: 101524 5871 371 364 0 37424 0
[pid=20542] ppid=20540 vsize=0 CPUtime=9.32 cores=0-7
/proc/20542/stat : 20542 (march_hi) R 20540 20542 20542 0 -1 4202500 674 0 0 0 932 0 0 0 25 0 1 0 4905602 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/20542/statm: 0 0 0 0 0 0 0
[pid=20543] ppid=20515 vsize=416352 CPUtime=0.2 cores=0-7
/proc/20543/stat : 20543 (python) R 20515 20515 20414 0 -1 4202560 868 0 0 0 17 3 0 0 15 0 1 0 4905603 426344448 5883 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135910207 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/20543/statm: 104088 5883 377 364 0 39985 0
[pid=20545] ppid=20543 vsize=0 CPUtime=9.32 cores=0-7
/proc/20545/stat : 20545 (march_hi) R 20543 20545 20545 0 -1 4202500 680 0 0 0 932 0 0 0 25 0 1 0 4905603 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20545/statm: 0 0 0 0 0 0 0
[pid=20515/tid=20523] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20523/stat : 20523 (python) S 20513 20515 20414 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 4905576 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 5 0 0 0
[pid=20515/tid=20526] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20526/stat : 20526 (python) S 20513 20515 20414 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 4905580 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 2 0 0 0
[pid=20515/tid=20529] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20529/stat : 20529 (python) S 20513 20515 20414 0 -1 4202560 81 934 0 0 0 0 0 0 21 0 9 0 4905584 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 7 0 0 0
[pid=20515/tid=20532] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20532/stat : 20532 (python) S 20513 20515 20414 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 4905588 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 4 0 0 0
[pid=20515/tid=20535] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20535/stat : 20535 (python) S 20513 20515 20414 0 -1 4202560 33 934 0 0 0 0 0 0 23 0 9 0 4905591 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 5 0 0 0
[pid=20515/tid=20538] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20538/stat : 20538 (python) S 20513 20515 20414 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 9 0 4905595 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 1 0 0 0
[pid=20515/tid=20541] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20541/stat : 20541 (python) S 20513 20515 20414 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 9 0 4905599 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 0 0 0 0
[pid=20515/tid=20544] ppid=20513 vsize=426596 CPUtime=0 cores=0-7
/proc/20515/task/20544/stat : 20544 (python) S 20513 20515 20414 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 4905603 436834304 7399 33554432000 4194304 5683644 140733212102272 18446744073709551615 232135903665 0 0 16781312 2 18446604453964400576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 77.84
Current children cumulated vsize (KiB) 4811416

Child status: 0
Real time (s): 10.5417
CPU time (s): 78.1471
CPU user time (s): 77.6702
CPU system time (s): 0.476927
CPU usage (%): 741.317
Max. virtual memory (cumulated for all children) (KiB): 4825792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.6702
system time used= 0.476927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33374
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= 5592
involuntary context switches= 3361

runsolver used 0.015997 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-10 23:33:27
IDJOB=3322145
IDBENCH=82923
IDSOLVER=1712
FILE ID=node124/3322145-1307741607
RUNJOBID= node124-1307741590-20428
PBS_JOBID= 13550782
Free space on /tmp= 74156 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S659703274-054.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-3322145-1307741607/watcher-3322145-1307741607 -o /tmp/evaluation-result-3322145-1307741607/solver-3322145-1307741607 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322145-1307741607.cnf -seed 595690404 -budget 40000 -cores 8

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

MD5SUM BENCH= 7fa3ae3894a5c333ebdaa99700e2c639
RANDOM SEED=595690404

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31566376 kB
Buffers:         82356 kB
Cached:        1085588 kB
SwapCached:          0 kB
Active:         323860 kB
Inactive:       905656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31566376 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           32216 kB
Writeback:           0 kB
AnonPages:       61392 kB
Mapped:          15668 kB
Slab:            90392 kB
PageTables:       4288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   181744 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= 74120 MiB
End job on node124 at 2011-06-10 23:33:38