Trace number 3378539

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)? 3882.4 1212.32

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1339958817-007.UNKNOWN.cnf
MD5SUM82834b232944ca118e4175405e325327
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.64	c INFO: solving HOME/instance-3378539-1305466096.cnf
0.34/0.64	c INFO: computing task features
0.34/0.64	c INFO: computed variable-clause graph statistics
0.34/0.65	c INFO: computed clause balance statistics
0.34/0.69	c INFO: computed variable balance statistics
0.42/0.72	c INFO: computed small-clause counts
0.42/0.72	c INFO: computed Horn-clause counts
0.42/0.73	c INFO: computed variable graph statistics
0.42/0.73	c INFO: collected features for HOME/instance-3378539-1305466096.cnf in 0.09 s
0.42/0.74	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.42/0.75	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.30)
0.42/0.76	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.42/0.77	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.29)
302.18/101.19	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.35)
598.50/200.48	c INFO: running march_hi@0 for 679 with 1000 remaining (b = 0.31)
1272.09/393.77	c INFO: running kcnfs-2006@0 for 582 with 806 remaining (b = 0.26)
1619.41/493.44	c INFO: running march_hi@0 for 97 with 707 remaining (b = 0.05)
2010.54/623.32	c INFO: running march_hi@100 for 388 with 577 remaining (b = 0.20)
2928.03/905.23	c INFO: running march_hi@96 for 295 with 295 remaining (b = 0.16)
3408.49/1066.10	c INFO: running march_hi@391 for 134 with 134 remaining (b = 0.06)
3454.15/1079.26	c INFO: running march_hi@99 for 121 with 121 remaining (b = 0.05)
3881.97/1212.29	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3378539-1305466096/watcher-3378539-1305466096 -o /tmp/evaluation-result-3378539-1305466096/solver-3378539-1305466096 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378539-1305466096.cnf -seed 972692168 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 11.23 11.27 10.87 10/469 18526
/proc/meminfo: memFree=24812028/32951124 swapFree=53501244/67111528
[pid=18526] ppid=18524 vsize=15904 CPUtime=0 cores=1,3,5,7
/proc/18526/stat : 18526 (python) R 18524 18526 16982 0 -1 4202496 968 0 0 0 0 0 0 0 25 0 1 0 658212238 16285696 843 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634176197 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18526/statm: 3976 848 358 364 0 463 0

[startup+0.0425841 s]
/proc/loadavg: 11.23 11.27 10.87 10/469 18526
/proc/meminfo: memFree=24812028/32951124 swapFree=53501244/67111528
[pid=18526] ppid=18524 vsize=18880 CPUtime=0.01 cores=1,3,5,7
/proc/18526/stat : 18526 (python) R 18524 18526 16982 0 -1 4202496 1282 0 0 0 1 0 0 0 25 0 1 0 658212238 19333120 1135 33554432000 4194304 5683644 140737265089744 18446744073709551615 4865441 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18526/statm: 4720 1135 421 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18880

[startup+0.100578 s]
/proc/loadavg: 11.23 11.27 10.87 10/469 18526
/proc/meminfo: memFree=24812028/32951124 swapFree=53501244/67111528
[pid=18526] ppid=18524 vsize=89768 CPUtime=0.05 cores=1,3,5,7
/proc/18526/stat : 18526 (python) S 18524 18526 16982 0 -1 4202496 2672 0 0 0 4 1 0 0 17 0 1 0 658212238 91922432 2388 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/18526/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.300505 s]
/proc/loadavg: 11.23 11.27 10.87 10/469 18526
/proc/meminfo: memFree=24812028/32951124 swapFree=53501244/67111528
[pid=18526] ppid=18524 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/18526/stat : 18526 (python) S 18524 18526 16982 0 -1 4202496 5964 935 1 0 13 5 0 0 17 0 1 0 658212238 139005952 4151 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634511365 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/18526/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.707474 s]
/proc/loadavg: 11.23 11.27 10.87 10/469 18526
/proc/meminfo: memFree=24812028/32951124 swapFree=53501244/67111528
[pid=18526] ppid=18524 vsize=278452 CPUtime=0.42 cores=1,3,5,7
/proc/18526/stat : 18526 (python) R 18524 18526 16982 0 -1 4202496 9348 935 1 0 33 9 0 0 15 0 1 0 658212238 285134848 7017 33554432000 4194304 5683644 140737265089744 18446744073709551615 216637924021 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18526/statm: 69613 7017 1827 364 0 5537 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278452

[startup+1.50129 s]
/proc/loadavg: 10.97 11.21 10.85 14/482 18543
/proc/meminfo: memFree=24772476/32951124 swapFree=53501244/67111528
[pid=18526] ppid=18524 vsize=320232 CPUtime=0.48 cores=1,3,5,7
/proc/18526/stat : 18526 (python) S 18524 18526 16982 0 -1 4202496 12225 935 1 0 38 10 0 0 22 0 5 0 658212238 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18526/statm: 80058 7255 1881 364 0 15967 0
[pid=18532] ppid=18526 vsize=278612 CPUtime=0 cores=1,3,5,7
/proc/18532/stat : 18532 (python) S 18526 18526 16982 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 658212312 285298688 5560 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535439 0 0 16781312 514 10341549528074682367 0 0 17 7 0 0 0
/proc/18532/statm: 69653 5560 354 364 0 5571 0
[pid=18534] ppid=18532 vsize=1017932 CPUtime=0.45 cores=1,3,5,7
/proc/18534/stat : 18534 (gnovelty+2) R 18532 18534 18534 0 -1 4202496 445 0 0 0 45 0 0 0 20 0 1 0 658212312 1042362368 184 33554432000 134512640 135663704 4288007120 18446744073709551615 135008500 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18534/statm: 254483 184 113 282 0 254199 0
[pid=18535] ppid=18526 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/18535/stat : 18535 (python) S 18526 18526 16982 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 658212313 296321024 5702 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 16719195806489346308 0 0 17 3 0 0 0
/proc/18535/statm: 72344 5702 348 364 0 8259 0
[pid=18537] ppid=18535 vsize=2488 CPUtime=0.74 cores=1,3,5,7
/proc/18537/stat : 18537 (march_hi) R 18535 18537 18537 0 -1 4202496 691 0 0 0 74 0 0 0 21 0 1 0 658212313 2547712 427 33554432000 4194304 4955518 140735511054928 18446744073709551615 4314200 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18537/statm: 622 427 104 186 0 435 0
[pid=18538] ppid=18526 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/18538/stat : 18538 (python) S 18526 18526 16982 0 -1 4202560 746 0 0 0 0 0 0 0 20 0 1 0 658212314 306302976 5594 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 7906904778980982783 0 0 17 3 0 0 0
/proc/18538/statm: 74781 5594 348 364 0 10693 0
[pid=18542] ppid=18538 vsize=1017932 CPUtime=0.72 cores=1,3,5,7
/proc/18542/stat : 18542 (gnovelty+2) R 18538 18542 18542 0 -1 4202496 447 0 0 0 72 0 0 0 25 0 1 0 658212315 1042362368 185 33554432000 134512640 135663704 4286789680 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18542/statm: 254483 185 113 282 0 254199 0
[pid=18540] ppid=18526 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/18540/stat : 18540 (python) S 18526 18526 16982 0 -1 4202560 751 0 0 0 0 0 0 0 16 0 1 0 658212315 317427712 5718 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 16719200204535857413 0 0 17 7 0 0 0
/proc/18540/statm: 77497 5718 348 364 0 13406 0
[pid=18543] ppid=18540 vsize=2488 CPUtime=0.3 cores=1,3,5,7
/proc/18543/stat : 18543 (march_hi) R 18540 18543 18543 0 -1 4202496 663 0 0 0 30 0 0 0 25 0 1 0 658212315 2547712 404 33554432000 4194304 4955518 140737135663568 18446744073709551615 4224747 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18543/statm: 622 404 104 186 0 435 0
[pid=18526/tid=18533] ppid=18524 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18533/stat : 18533 (python) S 18524 18526 16982 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 5 0 658212312 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18536] ppid=18524 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18536/stat : 18536 (python) S 18524 18526 16982 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 5 0 658212313 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 3 0 0 0
[pid=18526/tid=18539] ppid=18524 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (python) S 18524 18526 16982 0 -1 4202560 39 935 0 0 0 0 0 0 21 0 5 0 658212314 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18541] ppid=18524 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (python) S 18524 18526 16982 0 -1 4202560 16 935 0 0 0 0 0 0 23 0 5 0 658212315 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 3538172

[startup+3.10101 s]
/proc/loadavg: 10.97 11.21 10.85 14/482 18543
/proc/meminfo: memFree=24770488/32951124 swapFree=53501244/67111528
[pid=18526] ppid=18524 vsize=320232 CPUtime=0.48 cores=1,3,5,7
/proc/18526/stat : 18526 (python) S 18524 18526 16982 0 -1 4202496 12225 935 1 0 38 10 0 0 22 0 5 0 658212238 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18526/statm: 80058 7255 1881 364 0 15967 0
[pid=18532] ppid=18526 vsize=278612 CPUtime=0 cores=1,3,5,7
/proc/18532/stat : 18532 (python) S 18526 18526 16982 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 658212312 285298688 5560 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535439 0 0 16781312 514 10341549528074649863 0 0 17 7 0 0 0
/proc/18532/statm: 69653 5560 354 364 0 5571 0
[pid=18534] ppid=18532 vsize=1017932 CPUtime=1.25 cores=1,3,5,7
/proc/18534/stat : 18534 (gnovelty+2) R 18532 18534 18534 0 -1 4202496 445 0 0 0 125 0 0 0 22 0 1 0 658212312 1042362368 184 33554432000 134512640 135663704 4288007120 18446744073709551615 134525237 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18534/statm: 254483 184 113 282 0 254199 0
[pid=18535] ppid=18526 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/18535/stat : 18535 (python) S 18526 18526 16982 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 658212313 296321024 5702 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 16719195806489346308 0 0 17 3 0 0 0
/proc/18535/statm: 72344 5702 348 364 0 8259 0
[pid=18537] ppid=18535 vsize=2944 CPUtime=2.34 cores=1,3,5,7
/proc/18537/stat : 18537 (march_hi) R 18535 18537 18537 0 -1 4202496 785 0 0 0 234 0 0 0 25 0 1 0 658212313 3014656 521 33554432000 4194304 4955518 140735511054928 18446744073709551615 4238592 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18537/statm: 736 521 104 186 0 549 0
[pid=18538] ppid=18526 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/18538/stat : 18538 (python) S 18526 18526 16982 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 658212314 306302976 5594 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 7906904778980950280 0 0 17 3 0 0 0
/proc/18538/statm: 74781 5594 348 364 0 10693 0
[pid=18542] ppid=18538 vsize=1017932 CPUtime=2.32 cores=1,3,5,7
/proc/18542/stat : 18542 (gnovelty+2) R 18538 18542 18542 0 -1 4202496 447 0 0 0 232 0 0 0 25 0 1 0 658212315 1042362368 185 33554432000 134512640 135663704 4286789680 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18542/statm: 254483 185 113 282 0 254199 0
[pid=18540] ppid=18526 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/18540/stat : 18540 (python) S 18526 18526 16982 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 658212315 317427712 5718 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 7878911762693619711 0 0 17 7 0 0 0
/proc/18540/statm: 77497 5718 348 364 0 13406 0
[pid=18543] ppid=18540 vsize=2692 CPUtime=1.1 cores=1,3,5,7
/proc/18543/stat : 18543 (march_hi) R 18540 18543 18543 0 -1 4202496 734 0 0 0 110 0 0 0 25 0 1 0 658212315 2756608 475 33554432000 4194304 4955518 140737135663568 18446744073709551615 4227651 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18543/statm: 673 475 104 186 0 486 0
[pid=18526/tid=18533] ppid=18524 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18533/stat : 18533 (python) S 18524 18526 16982 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 5 0 658212312 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18536] ppid=18524 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18536/stat : 18536 (python) S 18524 18526 16982 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 5 0 658212313 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 3 0 0 0
[pid=18526/tid=18539] ppid=18524 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (python) S 18524 18526 16982 0 -1 4202560 39 935 0 0 0 0 0 0 21 0 5 0 658212314 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18541] ppid=18524 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (python) S 18524 18526 16982 0 -1 4202560 16 935 0 0 0 0 0 0 23 0 5 0 658212315 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 3538832

[startup+6.30045 s]
/proc/loadavg: 10.97 11.21 10.85 14/482 18543
/proc/meminfo: memFree=24767016/32951124 swapFree=53501244/67111528
[pid=18526] ppid=18524 vsize=320232 CPUtime=0.48 cores=1,3,5,7
/proc/18526/stat : 18526 (python) S 18524 18526 16982 0 -1 4202496 12225 935 1 0 38 10 0 0 22 0 5 0 658212238 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18526/statm: 80058 7255 1881 364 0 15967 0
[pid=18532] ppid=18526 vsize=278612 CPUtime=0.02 cores=1,3,5,7
/proc/18532/stat : 18532 (python) S 18526 18526 16982 0 -1 4202560 895 0 0 0 1 1 0 0 18 0 1 0 658212312 285298688 5583 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535439 0 0 16781312 514 10341549528074649863 0 0 17 7 0 0 0
/proc/18532/statm: 69653 5583 377 364 0 5571 0
[pid=18534] ppid=18532 vsize=1017932 CPUtime=2.85 cores=1,3,5,7
/proc/18534/stat : 18534 (gnovelty+2) R 18532 18534 18534 0 -1 4202496 445 0 0 0 285 0 0 0 25 0 1 0 658212312 1042362368 184 33554432000 134512640 135663704 4288007120 18446744073709551615 134524734 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18534/statm: 254483 184 113 282 0 254199 0
[pid=18535] ppid=18526 vsize=289376 CPUtime=0.02 cores=1,3,5,7
/proc/18535/stat : 18535 (python) S 18526 18526 16982 0 -1 4202560 920 0 0 0 1 1 0 0 15 0 1 0 658212313 296321024 5725 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 16719195806489346308 0 0 17 3 0 0 0
/proc/18535/statm: 72344 5725 371 364 0 8259 0
[pid=18537] ppid=18535 vsize=3648 CPUtime=5.49 cores=1,3,5,7
/proc/18537/stat : 18537 (march_hi) R 18535 18537 18537 0 -1 4202496 928 0 0 0 549 0 0 0 25 0 1 0 658212313 3735552 664 33554432000 4194304 4955518 140735511054928 18446744073709551615 4229367 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18537/statm: 912 664 104 186 0 725 0
[pid=18538] ppid=18526 vsize=299124 CPUtime=0.01 cores=1,3,5,7
/proc/18538/stat : 18538 (python) S 18526 18526 16982 0 -1 4202560 912 0 0 0 1 0 0 0 18 0 1 0 658212314 306302976 5617 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 7906904778980950280 0 0 17 3 0 0 0
/proc/18538/statm: 74781 5617 371 364 0 10693 0
[pid=18542] ppid=18538 vsize=1017932 CPUtime=5.51 cores=1,3,5,7
/proc/18542/stat : 18542 (gnovelty+2) R 18538 18542 18542 0 -1 4202496 447 0 0 0 551 0 0 0 25 0 1 0 658212315 1042362368 185 33554432000 134512640 135663704 4286789680 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18542/statm: 254483 185 113 282 0 254199 0
[pid=18540] ppid=18526 vsize=309988 CPUtime=0.02 cores=1,3,5,7
/proc/18540/stat : 18540 (python) S 18526 18526 16982 0 -1 4202560 910 0 0 0 1 1 0 0 15 0 1 0 658212315 317427712 5740 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 16719200204535857413 0 0 17 7 0 0 0
/proc/18540/statm: 77497 5740 370 364 0 13406 0
[pid=18543] ppid=18540 vsize=2944 CPUtime=2.7 cores=1,3,5,7
/proc/18543/stat : 18543 (march_hi) R 18540 18543 18543 0 -1 4202496 794 0 0 0 270 0 0 0 25 0 1 0 658212315 3014656 535 33554432000 4194304 4955518 140737135663568 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18543/statm: 736 535 104 186 0 549 0
[pid=18526/tid=18533] ppid=18524 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18533/stat : 18533 (python) S 18524 18526 16982 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 5 0 658212312 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18536] ppid=18524 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18536/stat : 18536 (python) S 18524 18526 16982 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 5 0 658212313 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 3 0 0 0
[pid=18526/tid=18539] ppid=18524 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (python) S 18524 18526 16982 0 -1 4202560 39 935 0 0 0 0 0 0 21 0 5 0 658212314 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18541] ppid=18524 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (python) S 18524 18526 16982 0 -1 4202560 16 935 0 0 0 0 0 0 23 0 5 0 658212315 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 17.1
Current children cumulated vsize (KiB) 3539788

[startup+12.7013 s]
/proc/loadavg: 11.12 11.24 10.86 14/482 18543
/proc/meminfo: memFree=24763692/32951124 swapFree=53501244/67111528
[pid=18526] ppid=18524 vsize=320232 CPUtime=0.48 cores=1,3,5,7
/proc/18526/stat : 18526 (python) S 18524 18526 16982 0 -1 4202496 12225 935 1 0 38 10 0 0 22 0 5 0 658212238 327917568 7255 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18526/statm: 80058 7255 1881 364 0 15967 0
[pid=18532] ppid=18526 vsize=278612 CPUtime=0.04 cores=1,3,5,7
/proc/18532/stat : 18532 (python) S 18526 18526 16982 0 -1 4202560 899 0 0 0 2 2 0 0 18 0 1 0 658212312 285298688 5583 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535439 0 0 16781312 514 798051927718854919 0 0 17 7 0 0 0
/proc/18532/statm: 69653 5583 377 364 0 5571 0
[pid=18534] ppid=18532 vsize=1017932 CPUtime=6.05 cores=1,3,5,7
/proc/18534/stat : 18534 (gnovelty+2) R 18532 18534 18534 0 -1 4202496 445 0 0 0 605 0 0 0 25 0 1 0 658212312 1042362368 184 33554432000 134512640 135663704 4288007120 18446744073709551615 134545538 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18534/statm: 254483 184 113 282 0 254199 0
[pid=18535] ppid=18526 vsize=289376 CPUtime=0.04 cores=1,3,5,7

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

/proc/18532/statm: 72214 5627 416 364 0 8132 0
[pid=18534] ppid=18532 vsize=1017932 CPUtime=99.94 cores=1,3,5,7
/proc/18534/stat : 18534 (gnovelty+2) T 18532 18534 18534 0 -1 4202496 445 0 0 0 9994 0 0 0 25 0 1 0 658212312 1042362368 184 33554432000 134512640 135663704 4288007120 18446744073709551615 134543992 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18534/statm: 254483 184 113 282 0 254199 0
[pid=18532/tid=18561] ppid=18526 vsize=288856 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18561/stat : 18561 (python) S 18526 18526 16982 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 658232285 295788544 5627 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 514 18446604468205424768 0 0 -1 7 0 0 0
[pid=18535] ppid=18526 vsize=289376 CPUtime=2.99 cores=1,3,5,7
/proc/18535/stat : 18535 (python) S 18526 18526 16982 0 -1 4202560 1157 0 0 0 159 140 0 0 15 0 2 0 658212313 296321024 5755 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18535/statm: 72344 5755 400 364 0 8259 0
[pid=18537] ppid=18535 vsize=126208 CPUtime=738.45 cores=1,3,5,7
/proc/18537/stat : 18537 (march_hi) R 18535 18537 18537 0 -1 4202496 25085 0 0 0 73839 6 0 0 25 0 1 0 658212313 129236992 24821 33554432000 4194304 4955518 140735511054928 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18537/statm: 31552 24821 104 186 0 31365 0
[pid=18535/tid=18571] ppid=18526 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/18535/task/18571/stat : 18571 (python) S 18526 18526 16982 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658251614 296321024 5755 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 514 18446604460774859072 0 0 -1 3 0 0 0
[pid=18538] ppid=18526 vsize=299124 CPUtime=0.34 cores=1,3,5,7
/proc/18538/stat : 18538 (python) S 18526 18526 16982 0 -1 4202560 1095 0 0 0 20 14 0 0 19 0 2 0 658212314 306302976 5647 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18538/statm: 74781 5647 400 364 0 10693 0
[pid=18542] ppid=18538 vsize=1017932 CPUtime=100.4 cores=1,3,5,7
/proc/18542/stat : 18542 (gnovelty+2) T 18538 18542 18542 0 -1 4202496 447 0 0 0 10040 0 0 0 25 0 1 0 658212315 1042362368 185 33554432000 134512640 135663704 4286789680 18446744073709551615 134524711 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18542/statm: 254483 185 113 282 0 254199 0
[pid=18538/tid=18554] ppid=18526 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/18538/task/18554/stat : 18554 (python) S 18526 18526 16982 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658222356 306302976 5647 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 514 18446604454753662976 0 0 -1 3 0 0 0
[pid=18540] ppid=18526 vsize=309988 CPUtime=3.87 cores=1,3,5,7
/proc/18540/stat : 18540 (python) S 18526 18526 16982 0 -1 4202560 1162 0 0 0 199 188 0 0 15 0 2 0 658212315 317427712 5771 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18540/statm: 77497 5771 400 364 0 13406 0
[pid=18543] ppid=18540 vsize=126208 CPUtime=753.96 cores=1,3,5,7
/proc/18543/stat : 18543 (march_hi) R 18540 18543 18543 0 -1 4202496 25552 0 0 0 75389 7 0 0 25 0 1 0 658212315 129236992 25293 33554432000 4194304 4955518 140737135663568 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18543/statm: 31552 25293 104 186 0 31365 0
[pid=18540/tid=18578] ppid=18526 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/18540/task/18578/stat : 18578 (python) S 18526 18526 16982 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 658261582 317427712 5771 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 514 18446604454747145344 0 0 -1 5 0 0 0
[pid=18555] ppid=18526 vsize=320244 CPUtime=3.41 cores=1,3,5,7
/proc/18555/stat : 18555 (python) S 18526 18526 16982 0 -1 4202560 1157 0 0 0 177 164 0 0 15 0 2 0 658222357 327929856 5775 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18555/statm: 80061 5775 400 364 0 15967 0
[pid=18557] ppid=18555 vsize=126208 CPUtime=761.84 cores=1,3,5,7
/proc/18557/stat : 18557 (march_hi) R 18555 18557 18557 0 -1 4202496 25719 0 0 0 76179 5 0 0 25 0 1 0 658222358 129236992 25459 33554432000 4194304 4955518 140733713858240 18446744073709551615 4227079 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18557/statm: 31552 25459 104 186 0 31365 0
[pid=18555/tid=18594] ppid=18526 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/18555/task/18594/stat : 18594 (python) S 18526 18526 16982 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658302761 327929856 5775 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 514 18446604461089156160 0 0 -1 1 0 0 0
[pid=18562] ppid=18526 vsize=330140 CPUtime=3.64 cores=1,3,5,7
/proc/18562/stat : 18562 (python) S 18526 18526 16982 0 -1 4202560 1154 0 0 0 191 173 0 0 15 0 2 0 658232286 338063360 5689 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18562/statm: 82535 5689 400 364 0 18438 0
[pid=18564] ppid=18562 vsize=126208 CPUtime=818.36 cores=1,3,5,7
/proc/18564/stat : 18564 (march_hi) R 18562 18564 18564 0 -1 4202496 27260 0 0 0 81827 9 0 0 25 0 1 0 658232287 129236992 27000 33554432000 4194304 4955518 140735667217120 18446744073709551615 4238368 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18564/statm: 31552 27000 104 186 0 31365 0
[pid=18562/tid=18603] ppid=18526 vsize=330140 CPUtime=0 cores=1,3,5,7
/proc/18562/task/18603/stat : 18603 (python) S 18526 18526 16982 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658318847 338063360 5689 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 514 18446604468178614400 0 0 -1 7 0 0 0
[pid=18572] ppid=18526 vsize=340936 CPUtime=2.44 cores=1,3,5,7
/proc/18572/stat : 18572 (python) S 18526 18526 16982 0 -1 4202560 1160 0 0 0 128 116 0 0 19 0 2 0 658251615 349118464 5828 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18572/statm: 85234 5828 400 364 0 21134 0
[pid=18574] ppid=18572 vsize=182584 CPUtime=587.28 cores=1,3,5,7
/proc/18574/stat : 18574 (kcnfs-2006) T 18572 18574 18574 0 -1 4202496 629 0 0 0 58728 0 0 0 25 0 1 0 658251615 186966016 368 33554432000 134512640 135163436 4292251344 18446744073709551615 134595256 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18574/statm: 45646 368 77 159 0 45486 0
[pid=18572/tid=18604] ppid=18526 vsize=340936 CPUtime=0 cores=1,3,5,7
/proc/18572/task/18604/stat : 18604 (python) S 18526 18526 16982 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658320164 349118464 5828 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 514 18446604471130397376 0 0 -1 7 0 0 0
[pid=18526/tid=18533] ppid=18524 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18533/stat : 18533 (python) S 18524 18526 16982 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 8 0 658212312 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18536] ppid=18524 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18536/stat : 18536 (python) S 18524 18526 16982 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 658212313 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 3 0 0 0
[pid=18526/tid=18539] ppid=18524 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (python) S 18524 18526 16982 0 -1 4202560 39 935 0 0 0 0 0 0 21 0 8 0 658212314 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18541] ppid=18524 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (python) S 18524 18526 16982 0 -1 4202560 21 935 0 0 0 0 0 0 18 0 8 0 658212315 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18556] ppid=18524 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18556/stat : 18556 (python) S 18524 18526 16982 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 658222358 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18563] ppid=18524 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18563/stat : 18563 (python) S 18524 18526 16982 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 8 0 658232286 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18573] ppid=18524 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18573/stat : 18573 (python) S 18524 18526 16982 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 658251615 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3878.17
Current children cumulated vsize (KiB) 5253260

[startup+1211.9 s]
/proc/loadavg: 7.49 9.72 10.54 8/480 18625
/proc/meminfo: memFree=24441640/32951124 swapFree=53501244/67111528
[pid=18526] ppid=18524 vsize=351316 CPUtime=0.55 cores=1,3,5,7
/proc/18526/stat : 18526 (python) S 18524 18526 16982 0 -1 4202496 15517 935 1 0 43 12 0 0 18 0 8 0 658212238 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18526/statm: 87829 7353 1888 364 0 23729 0
[pid=18532] ppid=18526 vsize=288856 CPUtime=0.7 cores=1,3,5,7
/proc/18532/stat : 18532 (python) S 18526 18526 16982 0 -1 4202560 1192 0 0 0 38 32 0 0 19 0 2 0 658212312 295788544 5627 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18532/statm: 72214 5627 416 364 0 8132 0
[pid=18534] ppid=18532 vsize=1017932 CPUtime=99.94 cores=1,3,5,7
/proc/18534/stat : 18534 (gnovelty+2) T 18532 18534 18534 0 -1 4202496 445 0 0 0 9994 0 0 0 25 0 1 0 658212312 1042362368 184 33554432000 134512640 135663704 4288007120 18446744073709551615 134543992 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18534/statm: 254483 184 113 282 0 254199 0
[pid=18532/tid=18561] ppid=18526 vsize=288856 CPUtime=0 cores=1,3,5,7
/proc/18532/task/18561/stat : 18561 (python) S 18526 18526 16982 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 658232285 295788544 5627 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 514 18446604468205424768 0 0 -1 7 0 0 0
[pid=18535] ppid=18526 vsize=289376 CPUtime=2.99 cores=1,3,5,7
/proc/18535/stat : 18535 (python) S 18526 18526 16982 0 -1 4202560 1157 0 0 0 159 140 0 0 15 0 2 0 658212313 296321024 5755 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18535/statm: 72344 5755 400 364 0 8259 0
[pid=18537] ppid=18535 vsize=126208 CPUtime=739.23 cores=1,3,5,7
/proc/18537/stat : 18537 (march_hi) R 18535 18537 18537 0 -1 4202496 25110 0 0 0 73917 6 0 0 25 0 1 0 658212313 129236992 24846 33554432000 4194304 4955518 140735511054928 18446744073709551615 4227552 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18537/statm: 31552 24846 104 186 0 31365 0
[pid=18535/tid=18571] ppid=18526 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/18535/task/18571/stat : 18571 (python) S 18526 18526 16982 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658251614 296321024 5755 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 514 18446604460774859072 0 0 -1 3 0 0 0
[pid=18538] ppid=18526 vsize=299124 CPUtime=0.34 cores=1,3,5,7
/proc/18538/stat : 18538 (python) S 18526 18526 16982 0 -1 4202560 1095 0 0 0 20 14 0 0 19 0 2 0 658212314 306302976 5647 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18538/statm: 74781 5647 400 364 0 10693 0
[pid=18542] ppid=18538 vsize=1017932 CPUtime=100.4 cores=1,3,5,7
/proc/18542/stat : 18542 (gnovelty+2) T 18538 18542 18542 0 -1 4202496 447 0 0 0 10040 0 0 0 25 0 1 0 658212315 1042362368 185 33554432000 134512640 135663704 4286789680 18446744073709551615 134524711 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18542/statm: 254483 185 113 282 0 254199 0
[pid=18538/tid=18554] ppid=18526 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/18538/task/18554/stat : 18554 (python) S 18526 18526 16982 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658222356 306302976 5647 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 514 18446604454753662976 0 0 -1 3 0 0 0
[pid=18540] ppid=18526 vsize=309988 CPUtime=3.87 cores=1,3,5,7
/proc/18540/stat : 18540 (python) S 18526 18526 16982 0 -1 4202560 1162 0 0 0 199 188 0 0 15 0 2 0 658212315 317427712 5771 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18540/statm: 77497 5771 400 364 0 13406 0
[pid=18543] ppid=18540 vsize=126208 CPUtime=754.35 cores=1,3,5,7
/proc/18543/stat : 18543 (march_hi) R 18540 18543 18543 0 -1 4202496 25565 0 0 0 75428 7 0 0 25 0 1 0 658212315 129236992 25306 33554432000 4194304 4955518 140737135663568 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18543/statm: 31552 25306 104 186 0 31365 0
[pid=18540/tid=18578] ppid=18526 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/18540/task/18578/stat : 18578 (python) S 18526 18526 16982 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 658261582 317427712 5771 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 514 18446604454747145344 0 0 -1 5 0 0 0
[pid=18555] ppid=18526 vsize=320244 CPUtime=3.41 cores=1,3,5,7
/proc/18555/stat : 18555 (python) S 18526 18526 16982 0 -1 4202560 1157 0 0 0 177 164 0 0 15 0 2 0 658222357 327929856 5775 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18555/statm: 80061 5775 400 364 0 15967 0
[pid=18557] ppid=18555 vsize=126208 CPUtime=762.62 cores=1,3,5,7
/proc/18557/stat : 18557 (march_hi) R 18555 18557 18557 0 -1 4202496 25742 0 0 0 76257 5 0 0 25 0 1 0 658222358 129236992 25482 33554432000 4194304 4955518 140733713858240 18446744073709551615 4227814 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18557/statm: 31552 25482 104 186 0 31365 0
[pid=18555/tid=18594] ppid=18526 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/18555/task/18594/stat : 18594 (python) S 18526 18526 16982 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 658302761 327929856 5775 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 514 18446604461089156160 0 0 -1 1 0 0 0
[pid=18562] ppid=18526 vsize=330140 CPUtime=3.64 cores=1,3,5,7
/proc/18562/stat : 18562 (python) S 18526 18526 16982 0 -1 4202560 1154 0 0 0 191 173 0 0 15 0 2 0 658232286 338063360 5689 33554432000 4194304 5683644 140737265089744 18446744073709551615 216634535494 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18562/statm: 82535 5689 400 364 0 18438 0
[pid=18564] ppid=18562 vsize=126208 CPUtime=819.14 cores=1,3,5,7
/proc/18564/stat : 18564 (march_hi) R 18562 18564 18564 0 -1 4202496 27284 0 0 0 81905 9 0 0 25 0 1 0 658232287 129236992 27024 33554432000 4194304 4955518 140735667217120 18446744073709551615 4227831 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18564/statm: 31552 27024 104 186 0 31365 0
[pid=18562/tid=18603] ppid=18526 vsize=330140 CPUtime=0 cores=1,3,5,7
/proc/18562/task/18603/stat : 18603 (python) S 18526 18526 16982 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658318847 338063360 5689 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 514 18446604468178614400 0 0 -1 7 0 0 0
[pid=18572] ppid=18526 vsize=340936 CPUtime=2.44 cores=1,3,5,7
/proc/18572/stat : 18572 (python) S 18526 18526 16982 0 -1 4202560 1160 0 0 0 128 116 0 0 19 0 2 0 658251615 349118464 5828 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18572/statm: 85234 5828 400 364 0 21134 0
[pid=18574] ppid=18572 vsize=182584 CPUtime=587.28 cores=1,3,5,7
/proc/18574/stat : 18574 (kcnfs-2006) T 18572 18574 18574 0 -1 4202496 629 0 0 0 58728 0 0 0 25 0 1 0 658251615 186966016 368 33554432000 134512640 135163436 4292251344 18446744073709551615 134595256 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18574/statm: 45646 368 77 159 0 45486 0
[pid=18572/tid=18604] ppid=18526 vsize=340936 CPUtime=0 cores=1,3,5,7
/proc/18572/task/18604/stat : 18604 (python) S 18526 18526 16982 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658320164 349118464 5828 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 514 18446604471130397376 0 0 -1 7 0 0 0
[pid=18526/tid=18533] ppid=18524 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18533/stat : 18533 (python) S 18524 18526 16982 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 8 0 658212312 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18536] ppid=18524 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18536/stat : 18536 (python) S 18524 18526 16982 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 658212313 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 3 0 0 0
[pid=18526/tid=18539] ppid=18524 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (python) S 18524 18526 16982 0 -1 4202560 39 935 0 0 0 0 0 0 21 0 8 0 658212314 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18541] ppid=18524 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (python) S 18524 18526 16982 0 -1 4202560 21 935 0 0 0 0 0 0 18 0 8 0 658212315 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18556] ppid=18524 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18556/stat : 18556 (python) S 18524 18526 16982 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 658222358 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18563] ppid=18524 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18563/stat : 18563 (python) S 18524 18526 16982 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 8 0 658232286 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
[pid=18526/tid=18573] ppid=18524 vsize=351316 CPUtime=0 cores=1,3,5,7
/proc/18526/task/18573/stat : 18573 (python) S 18524 18526 16982 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 658251615 359747584 7353 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 2 18446604459366495552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3880.9
Current children cumulated vsize (KiB) 5253260

[startup+1212.3 s]
/proc/loadavg: 7.49 9.72 10.54 8/480 18625
/proc/meminfo: memFree=24441392/32951124 swapFree=53501244/67111528
[pid=18526] ppid=18524 vsize=350576 CPUtime=3882.37 cores=1,3,5,7
/proc/18526/stat : 18526 (python) R 18524 18526 16982 0 -1 4202496 17466 114455 1 0 44 12 387316 865 17 0 7 0 658212238 358989824 7209 33554432000 4194304 5683644 140737265089744 18446744073709551615 5114130 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/18526/statm: 87644 7209 1879 364 0 23562 0
[pid=18526/tid=18533] ppid=18524 vsize=350576 CPUtime=3881.81 cores=1,3,5,7
/proc/18526/task/18533/stat : 18533 (python) S 18524 18526 16982 0 -1 4202560 28 114455 0 0 0 0 387316 865 18 0 7 0 658212312 358989824 7209 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 0 18446604459366495552 0 0 -1 5 0 0 0
[pid=18526/tid=18539] ppid=18524 vsize=350576 CPUtime=3881.81 cores=1,3,5,7
/proc/18526/task/18539/stat : 18539 (python) S 18524 18526 16982 0 -1 4202560 40 114455 0 0 0 0 387316 865 18 0 7 0 658212314 358989824 7209 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 0 18446604459366495552 0 0 -1 3 0 0 0
[pid=18526/tid=18541] ppid=18524 vsize=350576 CPUtime=3881.81 cores=1,3,5,7
/proc/18526/task/18541/stat : 18541 (python) S 18524 18526 16982 0 -1 4202560 21 114455 0 0 0 0 387316 865 18 0 7 0 658212315 358989824 7209 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 0 18446604459366495552 0 0 -1 5 0 0 0
[pid=18526/tid=18556] ppid=18524 vsize=350576 CPUtime=3881.81 cores=1,3,5,7
/proc/18526/task/18556/stat : 18556 (python) S 18524 18526 16982 0 -1 4202560 32 114455 0 0 0 0 387316 865 18 0 7 0 658222358 358989824 7209 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 0 18446604459366495552 0 0 -1 3 0 0 0
[pid=18526/tid=18563] ppid=18524 vsize=350576 CPUtime=3881.81 cores=1,3,5,7
/proc/18526/task/18563/stat : 18563 (python) S 18524 18526 16982 0 -1 4202560 25 114455 0 0 0 0 387316 865 18 0 7 0 658232286 358989824 7209 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 0 18446604459366495552 0 0 -1 3 0 0 0
[pid=18526/tid=18573] ppid=18524 vsize=350576 CPUtime=3881.81 cores=1,3,5,7
/proc/18526/task/18573/stat : 18573 (python) S 18524 18526 16982 0 -1 4202560 25 114455 0 0 0 0 387316 865 18 0 7 0 658251615 358989824 7209 33554432000 4194304 5683644 140737265089744 18446744073709551615 216646338993 0 0 16781312 0 18446604459366495552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3882.37
Current children cumulated vsize (KiB) 350576

Child status: 0
Real time (s): 1212.32
CPU time (s): 3882.4
CPU user time (s): 3873.62
CPU system time (s): 8.77967
CPU usage (%): 320.246
Max. virtual memory (cumulated for all children) (KiB): 5253264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3873.62
system time used= 8.77966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134124
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= 9356
involuntary context switches= 43083

runsolver used 5.9461 second user time and 13.184 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 15:28:16
IDJOB=3378539
IDBENCH=82948
IDSOLVER=1859
FILE ID=node103/3378539-1305466096
RUNJOBID= node103-1305462668-17001
PBS_JOBID= 13324971
Free space on /tmp= 72932 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1339958817-007.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-3378539-1305466096/watcher-3378539-1305466096 -o /tmp/evaluation-result-3378539-1305466096/solver-3378539-1305466096 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378539-1305466096.cnf -seed 972692168 -budget 4800 -cores 4

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

MD5SUM BENCH= 82834b232944ca118e4175405e325327
RANDOM SEED=972692168

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
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.858
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.858
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.83
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.858
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:     32951124 kB
MemFree:      24812060 kB
Buffers:        333648 kB
Cached:        4203300 kB
SwapCached:     340184 kB
Active:        2622164 kB
Inactive:      5214904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24812060 kB
SwapTotal:    67111528 kB
SwapFree:     53501244 kB
Dirty:           31856 kB
Writeback:           0 kB
AnonPages:     2970604 kB
Mapped:          27936 kB
Slab:           164388 kB
PageTables:      69956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 140791440 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= 72932 MiB
End job on node103 at 2011-05-15 15:48:29