Trace number 3378686

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)? 4798.63 1204.77

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1885965779-049.UNKNOWN.cnf
MD5SUM465b21028c8505bfc2ee7974d056b900
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.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3378686-1305467027.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.41/0.51	c INFO: computed variable balance statistics
0.41/0.55	c INFO: computed small-clause counts
0.41/0.55	c INFO: computed Horn-clause counts
0.41/0.55	c INFO: computed variable graph statistics
0.41/0.55	c INFO: collected features for HOME/instance-3378686-1305467027.cnf in 0.09 s
0.41/0.56	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.41/0.57	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.30)
0.41/0.58	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.41/0.59	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.28)
396.06/99.87	c INFO: running march_hi@0 for 679 with 1100 remaining (b = 0.34)
396.42/99.90	c INFO: running march_hi@0 for 679 with 1100 remaining (b = 0.31)
1567.26/393.59	c INFO: running march_hi@0 for 97 with 806 remaining (b = 0.06)
1574.84/395.43	c INFO: running march_hi@99 for 291 with 805 remaining (b = 0.17)
1954.14/490.55	c INFO: running march_hi@390 for 97 with 709 remaining (b = 0.08)
2340.97/587.58	c INFO: running kcnfs-2006@0 for 612 with 612 remaining (b = 0.26)
2738.99/687.36	c INFO: running march_hi@195 for 194 with 513 remaining (b = 0.11)
3115.85/781.89	c INFO: running march_hi@0 for 418 with 418 remaining (b = 0.18)
3122.21/783.48	c INFO: running march_hi@0 for 416 with 416 remaining (b = 0.15)
3526.78/885.10	c INFO: running march_hi@97 for 315 with 315 remaining (b = 0.10)
4798.27/1204.75	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-3378686-1305467027/watcher-3378686-1305467027 -o /tmp/evaluation-result-3378686-1305467027/solver-3378686-1305467027 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378686-1305467027.cnf -seed 1550810204 -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: 8.92 9.18 9.16 5/430 22530
/proc/meminfo: memFree=24982152/32951124 swapFree=46575252/67111528
[pid=22530] ppid=22528 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/22530/stat : 22530 (python) R 22528 22530 21227 0 -1 4202496 935 0 0 0 0 0 0 0 25 0 1 0 390894026 16154624 814 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660660224 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22530/statm: 3944 814 356 364 0 431 0

[startup+0.053927 s]
/proc/loadavg: 8.92 9.18 9.16 5/430 22530
/proc/meminfo: memFree=24982152/32951124 swapFree=46575252/67111528
[pid=22530] ppid=22528 vsize=34424 CPUtime=0.03 cores=1,3,5,7
/proc/22530/stat : 22530 (python) R 22528 22530 21227 0 -1 4202496 1551 0 0 0 3 0 0 0 25 0 1 0 390894026 35250176 1388 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660356043 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22530/statm: 8606 1388 448 364 0 944 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 34424

[startup+0.100921 s]
/proc/loadavg: 8.92 9.18 9.16 5/430 22530
/proc/meminfo: memFree=24982152/32951124 swapFree=46575252/67111528
[pid=22530] ppid=22528 vsize=104620 CPUtime=0.07 cores=1,3,5,7
/proc/22530/stat : 22530 (python) R 22528 22530 21227 0 -1 4202496 3098 0 0 0 5 2 0 0 17 0 1 0 390894026 107130880 2779 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660323013 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22530/statm: 26154 2779 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104620

[startup+0.300895 s]
/proc/loadavg: 8.92 9.18 9.16 5/430 22530
/proc/meminfo: memFree=24982152/32951124 swapFree=46575252/67111528
[pid=22530] ppid=22528 vsize=196848 CPUtime=0.23 cores=1,3,5,7
/proc/22530/stat : 22530 (python) R 22528 22530 21227 0 -1 4202496 6944 934 1 0 17 6 0 0 17 0 1 0 390894026 201572352 4992 33554432000 4194304 5683644 140733666276032 18446744073709551615 268655699712 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22530/statm: 49212 4998 1444 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 196848

[startup+0.700775 s]
/proc/loadavg: 8.92 9.18 9.16 5/430 22530
/proc/meminfo: memFree=24982152/32951124 swapFree=46575252/67111528
[pid=22530] ppid=22528 vsize=320264 CPUtime=0.5 cores=1,3,5,7
/proc/22530/stat : 22530 (python) S 22528 22530 21227 0 -1 4202496 12160 934 1 0 40 10 0 0 24 0 5 0 390894026 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22530/statm: 80066 7255 1873 364 0 15975 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 320264

[startup+1.50064 s]
/proc/loadavg: 8.84 9.16 9.16 9/443 22547
/proc/meminfo: memFree=24941996/32951124 swapFree=46575252/67111528
[pid=22530] ppid=22528 vsize=320264 CPUtime=0.5 cores=1,3,5,7
/proc/22530/stat : 22530 (python) S 22528 22530 21227 0 -1 4202496 12160 934 1 0 40 10 0 0 24 0 5 0 390894026 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22530/statm: 80066 7255 1873 364 0 15975 0
[pid=22536] ppid=22530 vsize=278500 CPUtime=0 cores=1,3,5,7
/proc/22536/stat : 22536 (python) S 22530 22530 21227 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 390894082 285184000 5552 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682255 0 0 16781312 514 829371245853147135 0 0 17 7 0 0 0
/proc/22536/statm: 69625 5552 354 364 0 5543 0
[pid=22538] ppid=22536 vsize=1017932 CPUtime=0.93 cores=1,3,5,7
/proc/22538/stat : 22538 (gnovelty+2) R 22536 22538 22538 0 -1 4202496 448 0 0 0 93 0 0 0 21 0 1 0 390894082 1042362368 184 33554432000 134512640 135663704 4289285072 18446744073709551615 134544252 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22538/statm: 254483 184 113 282 0 254199 0
[pid=22539] ppid=22530 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/22539/stat : 22539 (python) S 22530 22530 21227 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 390894083 296321024 5702 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 12653078661671387399 0 0 17 1 0 0 0
/proc/22539/statm: 72344 5702 348 364 0 8259 0
[pid=22541] ppid=22539 vsize=2700 CPUtime=0.92 cores=1,3,5,7
/proc/22541/stat : 22541 (march_hi) R 22539 22541 22541 0 -1 4202496 733 0 0 0 92 0 0 0 23 0 1 0 390894083 2764800 472 33554432000 4194304 4955518 140737163937328 18446744073709551615 4261527 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22541/statm: 675 472 104 186 0 488 0
[pid=22542] ppid=22530 vsize=299632 CPUtime=0 cores=1,3,5,7
/proc/22542/stat : 22542 (python) S 22530 22530 21227 0 -1 4202560 745 0 0 0 0 0 0 0 21 0 1 0 390894084 306823168 5706 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 9577943375508668415 0 0 17 7 0 0 0
/proc/22542/statm: 74908 5706 348 364 0 10820 0
[pid=22544] ppid=22542 vsize=1017932 CPUtime=0.89 cores=1,3,5,7
/proc/22544/stat : 22544 (gnovelty+2) R 22542 22544 22544 0 -1 4202496 448 0 0 0 89 0 0 0 25 0 1 0 390894084 1042362368 184 33554432000 134512640 135663704 4293893616 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22544/statm: 254483 184 113 282 0 254199 0
[pid=22545] ppid=22530 vsize=310020 CPUtime=0 cores=1,3,5,7
/proc/22545/stat : 22545 (python) S 22530 22530 21227 0 -1 4202560 757 0 0 0 0 0 0 0 19 0 1 0 390894085 317460480 5726 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 16012975089922310406 0 0 17 3 0 0 0
/proc/22545/statm: 77505 5726 348 364 0 13414 0
[pid=22547] ppid=22545 vsize=2700 CPUtime=0.89 cores=1,3,5,7
/proc/22547/stat : 22547 (march_hi) R 22545 22547 22547 0 -1 4202496 729 0 0 0 89 0 0 0 25 0 1 0 390894085 2764800 471 33554432000 4194304 4955518 140734391249872 18446744073709551615 4238410 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22547/statm: 675 471 104 186 0 488 0
[pid=22530/tid=22537] ppid=22528 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22537/stat : 22537 (python) S 22528 22530 21227 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 390894082 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 5 0 0 0
[pid=22530/tid=22540] ppid=22528 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22540/stat : 22540 (python) S 22528 22530 21227 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 390894083 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 1 0 0 0
[pid=22530/tid=22543] ppid=22528 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22543/stat : 22543 (python) S 22528 22530 21227 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 5 0 390894084 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 7 0 0 0
[pid=22530/tid=22546] ppid=22528 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22546/stat : 22546 (python) S 22528 22530 21227 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 5 0 390894085 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 3539056

[startup+3.10135 s]
/proc/loadavg: 8.84 9.16 9.16 9/443 22547
/proc/meminfo: memFree=24937780/32951124 swapFree=46575252/67111528
[pid=22530] ppid=22528 vsize=320264 CPUtime=0.5 cores=1,3,5,7
/proc/22530/stat : 22530 (python) S 22528 22530 21227 0 -1 4202496 12160 934 1 0 40 10 0 0 24 0 5 0 390894026 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22530/statm: 80066 7255 1873 364 0 15975 0
[pid=22536] ppid=22530 vsize=278500 CPUtime=0 cores=1,3,5,7
/proc/22536/stat : 22536 (python) S 22530 22530 21227 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 390894082 285184000 5552 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682255 0 0 16781312 514 829371245853114631 0 0 17 7 0 0 0
/proc/22536/statm: 69625 5552 354 364 0 5543 0
[pid=22538] ppid=22536 vsize=1017932 CPUtime=2.53 cores=1,3,5,7
/proc/22538/stat : 22538 (gnovelty+2) R 22536 22538 22538 0 -1 4202496 448 0 0 0 253 0 0 0 25 0 1 0 390894082 1042362368 184 33554432000 134512640 135663704 4289285072 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22538/statm: 254483 184 113 282 0 254199 0
[pid=22539] ppid=22530 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/22539/stat : 22539 (python) S 22530 22530 21227 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 390894083 296321024 5702 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 12653078661671387399 0 0 17 1 0 0 0
/proc/22539/statm: 72344 5702 348 364 0 8259 0
[pid=22541] ppid=22539 vsize=2952 CPUtime=2.51 cores=1,3,5,7
/proc/22541/stat : 22541 (march_hi) R 22539 22541 22541 0 -1 4202496 792 0 0 0 251 0 0 0 25 0 1 0 390894083 3022848 531 33554432000 4194304 4955518 140737163937328 18446744073709551615 4224622 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22541/statm: 738 531 104 186 0 551 0
[pid=22542] ppid=22530 vsize=299632 CPUtime=0 cores=1,3,5,7
/proc/22542/stat : 22542 (python) S 22530 22530 21227 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 390894084 306823168 5706 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 9577943375508635908 0 0 17 7 0 0 0
/proc/22542/statm: 74908 5706 348 364 0 10820 0
[pid=22544] ppid=22542 vsize=1017932 CPUtime=2.48 cores=1,3,5,7
/proc/22544/stat : 22544 (gnovelty+2) R 22542 22544 22544 0 -1 4202496 448 0 0 0 248 0 0 0 25 0 1 0 390894084 1042362368 184 33554432000 134512640 135663704 4293893616 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22544/statm: 254483 184 113 282 0 254199 0
[pid=22545] ppid=22530 vsize=310020 CPUtime=0 cores=1,3,5,7
/proc/22545/stat : 22545 (python) S 22530 22530 21227 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 390894085 317460480 5726 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 16012975089922310406 0 0 17 3 0 0 0
/proc/22545/statm: 77505 5726 348 364 0 13414 0
[pid=22547] ppid=22545 vsize=2952 CPUtime=2.49 cores=1,3,5,7
/proc/22547/stat : 22547 (march_hi) R 22545 22547 22547 0 -1 4202496 788 0 0 0 249 0 0 0 25 0 1 0 390894085 3022848 530 33554432000 4194304 4955518 140734391249872 18446744073709551615 4238576 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22547/statm: 738 530 104 186 0 551 0
[pid=22530/tid=22537] ppid=22528 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22537/stat : 22537 (python) S 22528 22530 21227 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 390894082 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 5 0 0 0
[pid=22530/tid=22540] ppid=22528 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22540/stat : 22540 (python) S 22528 22530 21227 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 390894083 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 1 0 0 0
[pid=22530/tid=22543] ppid=22528 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22543/stat : 22543 (python) S 22528 22530 21227 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 5 0 390894084 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 7 0 0 0
[pid=22530/tid=22546] ppid=22528 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22546/stat : 22546 (python) S 22528 22530 21227 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 5 0 390894085 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.51
Current children cumulated vsize (KiB) 3539560

[startup+6.30079 s]
/proc/loadavg: 8.84 9.16 9.16 9/443 22548
/proc/meminfo: memFree=24935052/32951124 swapFree=46575252/67111528
[pid=22530] ppid=22528 vsize=320264 CPUtime=0.5 cores=1,3,5,7
/proc/22530/stat : 22530 (python) S 22528 22530 21227 0 -1 4202496 12160 934 1 0 40 10 0 0 24 0 5 0 390894026 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22530/statm: 80066 7255 1873 364 0 15975 0
[pid=22536] ppid=22530 vsize=278500 CPUtime=0 cores=1,3,5,7
/proc/22536/stat : 22536 (python) S 22530 22530 21227 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 390894082 285184000 5575 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682255 0 0 16781312 514 829371245853114631 0 0 17 7 0 0 0
/proc/22536/statm: 69625 5575 377 364 0 5543 0
[pid=22538] ppid=22536 vsize=1017932 CPUtime=5.73 cores=1,3,5,7
/proc/22538/stat : 22538 (gnovelty+2) R 22536 22538 22538 0 -1 4202496 448 0 0 0 573 0 0 0 25 0 1 0 390894082 1042362368 184 33554432000 134512640 135663704 4289285072 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22538/statm: 254483 184 113 282 0 254199 0
[pid=22539] ppid=22530 vsize=289376 CPUtime=0.01 cores=1,3,5,7
/proc/22539/stat : 22539 (python) S 22530 22530 21227 0 -1 4202560 925 0 0 0 0 1 0 0 15 0 1 0 390894083 296321024 5725 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 12653078661671387399 0 0 17 1 0 0 0
/proc/22539/statm: 72344 5725 371 364 0 8259 0
[pid=22541] ppid=22539 vsize=3656 CPUtime=5.69 cores=1,3,5,7
/proc/22541/stat : 22541 (march_hi) R 22539 22541 22541 0 -1 4202496 936 0 0 0 569 0 0 0 25 0 1 0 390894083 3743744 675 33554432000 4194304 4955518 140737163937328 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22541/statm: 914 675 104 186 0 727 0
[pid=22542] ppid=22530 vsize=299632 CPUtime=0 cores=1,3,5,7
/proc/22542/stat : 22542 (python) S 22530 22530 21227 0 -1 4202560 910 0 0 0 0 0 0 0 18 0 1 0 390894084 306823168 5729 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 9577943375508635908 0 0 17 7 0 0 0
/proc/22542/statm: 74908 5729 371 364 0 10820 0
[pid=22544] ppid=22542 vsize=1017932 CPUtime=5.6 cores=1,3,5,7
/proc/22544/stat : 22544 (gnovelty+2) R 22542 22544 22544 0 -1 4202496 448 0 0 0 560 0 0 0 25 0 1 0 390894084 1042362368 184 33554432000 134512640 135663704 4293893616 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22544/statm: 254483 184 113 282 0 254199 0
[pid=22545] ppid=22530 vsize=310020 CPUtime=0.01 cores=1,3,5,7
/proc/22545/stat : 22545 (python) S 22530 22530 21227 0 -1 4202560 916 0 0 0 1 0 0 0 15 0 1 0 390894085 317460480 5749 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 16012975089922310406 0 0 17 3 0 0 0
/proc/22545/statm: 77505 5749 371 364 0 13414 0
[pid=22547] ppid=22545 vsize=3656 CPUtime=5.67 cores=1,3,5,7
/proc/22547/stat : 22547 (march_hi) R 22545 22547 22547 0 -1 4202496 932 0 0 0 567 0 0 0 25 0 1 0 390894085 3743744 674 33554432000 4194304 4955518 140734391249872 18446744073709551615 4263664 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22547/statm: 914 674 104 186 0 727 0
[pid=22530/tid=22537] ppid=22528 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22537/stat : 22537 (python) S 22528 22530 21227 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 390894082 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 5 0 0 0
[pid=22530/tid=22540] ppid=22528 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22540/stat : 22540 (python) S 22528 22530 21227 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 390894083 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 1 0 0 0
[pid=22530/tid=22543] ppid=22528 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22543/stat : 22543 (python) S 22528 22530 21227 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 5 0 390894084 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 7 0 0 0
[pid=22530/tid=22546] ppid=22528 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22546/stat : 22546 (python) S 22528 22530 21227 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 5 0 390894085 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.21
Current children cumulated vsize (KiB) 3540968

[startup+12.7007 s]
/proc/loadavg: 8.79 9.14 9.15 9/443 22548
/proc/meminfo: memFree=24932100/32951124 swapFree=46575252/67111528
[pid=22530] ppid=22528 vsize=320264 CPUtime=0.5 cores=1,3,5,7
/proc/22530/stat : 22530 (python) S 22528 22530 21227 0 -1 4202496 12160 934 1 0 40 10 0 0 24 0 5 0 390894026 327950336 7255 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22530/statm: 80066 7255 1873 364 0 15975 0
[pid=22536] ppid=22530 vsize=278500 CPUtime=0.03 cores=1,3,5,7
/proc/22536/stat : 22536 (python) S 22530 22530 21227 0 -1 4202560 895 0 0 0 2 1 0 0 18 0 1 0 390894082 285184000 5575 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682255 0 0 16781312 514 17919893286051348743 0 0 17 7 0 0 0
/proc/22536/statm: 69625 5575 377 364 0 5543 0
[pid=22538] ppid=22536 vsize=1017932 CPUtime=12.13 cores=1,3,5,7
/proc/22538/stat : 22538 (gnovelty+2) R 22536 22538 22538 0 -1 4202496 448 0 0 0 1213 0 0 0 25 0 1 0 390894082 1042362368 184 33554432000 134512640 135663704 4289285072 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22538/statm: 254483 184 113 282 0 254199 0
[pid=22539] ppid=22530 vsize=289376 CPUtime=0.03 cores=1,3,5,7

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

/proc/22539/stat : 22539 (python) S 22530 22530 21227 0 -1 4202560 1156 0 0 0 96 81 0 0 15 0 2 0 390894083 296321024 5755 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22539/statm: 72344 5755 400 364 0 8259 0
[pid=22541] ppid=22539 vsize=108832 CPUtime=583.77 cores=1,3,5,7
/proc/22541/stat : 22541 (march_hi) T 22539 22541 22541 0 -1 4202496 20481 0 0 0 58372 5 0 0 25 0 1 0 390894083 111443968 20220 33554432000 4194304 4955518 140737163937328 18446744073709551615 4311843 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22541/statm: 27208 20220 104 186 0 27021 0
[pid=22539/tid=22608] ppid=22530 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/22539/task/22608/stat : 22608 (python) S 22530 22530 21227 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 390933385 296321024 5755 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 514 18446604465837335744 0 0 -1 1 0 0 0
[pid=22542] ppid=22530 vsize=299632 CPUtime=0.28 cores=1,3,5,7
/proc/22542/stat : 22542 (python) S 22530 22530 21227 0 -1 4202560 1094 0 0 0 16 12 0 0 19 0 2 0 390894084 306823168 5759 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22542/statm: 74908 5759 400 364 0 10820 0
[pid=22544] ppid=22542 vsize=1017932 CPUtime=97.48 cores=1,3,5,7
/proc/22544/stat : 22544 (gnovelty+2) T 22542 22544 22544 0 -1 4202496 448 0 0 0 9748 0 0 0 25 0 1 0 390894084 1042362368 184 33554432000 134512640 135663704 4293893616 18446744073709551615 134525361 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/22544/statm: 254483 184 113 282 0 254199 0
[pid=22542/tid=22567] ppid=22530 vsize=299632 CPUtime=0 cores=1,3,5,7
/proc/22542/task/22567/stat : 22567 (python) S 22530 22530 21227 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 390904016 306823168 5759 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 514 18446604468027633856 0 0 -1 7 0 0 0
[pid=22545] ppid=22530 vsize=310020 CPUtime=2.6 cores=1,3,5,7
/proc/22545/stat : 22545 (python) S 22530 22530 21227 0 -1 4202560 1169 0 0 0 137 123 0 0 15 0 2 0 390894085 317460480 5779 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22545/statm: 77505 5779 400 364 0 13414 0
[pid=22547] ppid=22545 vsize=170568 CPUtime=875.68 cores=1,3,5,7
/proc/22547/stat : 22547 (march_hi) T 22545 22547 22547 0 -1 4202496 29677 0 0 0 87562 6 0 0 25 0 1 0 390894085 174661632 29419 33554432000 4194304 4955518 140734391249872 18446744073709551615 4224615 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22547/statm: 42642 29419 104 186 0 42455 0
[pid=22545/tid=22609] ppid=22530 vsize=310020 CPUtime=0 cores=1,3,5,7
/proc/22545/task/22609/stat : 22609 (python) S 22530 22530 21227 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 390933569 317460480 5779 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 514 18446604457915045120 0 0 -1 3 0 0 0
[pid=22562] ppid=22530 vsize=320276 CPUtime=2.95 cores=1,3,5,7
/proc/22562/stat : 22562 (python) S 22530 22530 21227 0 -1 4202560 1154 0 0 0 157 138 0 0 15 0 2 0 390904013 327962624 5783 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22562/statm: 80069 5783 400 364 0 15975 0
[pid=22565] ppid=22562 vsize=170568 CPUtime=999.58 cores=1,3,5,7
/proc/22565/stat : 22565 (march_hi) R 22562 22565 22565 0 -1 4202496 33765 0 0 0 99949 9 0 0 25 0 1 0 390904013 174661632 33506 33554432000 4194304 4955518 140736045184544 18446744073709551615 4238438 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22565/statm: 42642 33506 104 186 0 42455 0
[pid=22562/tid=22634] ppid=22530 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/22562/task/22634/stat : 22634 (python) S 22530 22530 21227 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 390972373 327962624 5783 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 514 18446604461695732672 0 0 -1 3 0 0 0
[pid=22568] ppid=22530 vsize=330132 CPUtime=2.01 cores=1,3,5,7
/proc/22568/stat : 22568 (python) S 22530 22530 21227 0 -1 4202560 1158 0 0 0 106 95 0 0 16 0 2 0 390904017 338055168 5687 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22568/statm: 82533 5687 400 364 0 18436 0
[pid=22570] ppid=22568 vsize=108832 CPUtime=681.98 cores=1,3,5,7
/proc/22570/stat : 22570 (march_hi) T 22568 22570 22570 0 -1 4202496 23646 0 0 0 68193 5 0 0 25 0 1 0 390904017 111443968 23389 33554432000 4194304 4955518 140735279432432 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/22570/statm: 27208 23389 104 186 0 27021 0
[pid=22568/tid=22629] ppid=22530 vsize=330132 CPUtime=0 cores=1,3,5,7
/proc/22568/task/22629/stat : 22629 (python) S 22530 22530 21227 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 390972214 338055168 5687 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 514 18446604464940785920 0 0 -1 3 0 0 0
[pid=22617] ppid=22530 vsize=340980 CPUtime=1.73 cores=1,3,5,7
/proc/22617/stat : 22617 (python) S 22530 22530 21227 0 -1 4202560 994 0 0 0 89 84 0 0 18 0 1 0 390952784 349163520 5809 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 17919893286051348742 0 0 17 3 0 0 0
/proc/22617/statm: 85245 5809 371 364 0 21145 0
[pid=22619] ppid=22617 vsize=182580 CPUtime=605.29 cores=1,3,5,7
/proc/22619/stat : 22619 (kcnfs-2006) R 22617 22619 22619 0 -1 4202496 627 0 0 0 60529 0 0 0 25 0 1 0 390952785 186961920 368 33554432000 134512640 135163436 4290753312 18446744073709551615 134675179 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22619/statm: 45645 368 77 159 0 45485 0
[pid=22630] ppid=22530 vsize=351236 CPUtime=1.26 cores=1,3,5,7
/proc/22630/stat : 22630 (python) S 22530 22530 21227 0 -1 4202560 1033 0 0 0 66 60 0 0 15 0 1 0 390972215 359665664 5826 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 17919893286051348740 0 0 17 3 0 0 0
/proc/22630/statm: 87809 5826 377 364 0 23706 0
[pid=22632] ppid=22630 vsize=79232 CPUtime=419.3 cores=1,3,5,7
/proc/22632/stat : 22632 (march_hi) R 22630 22632 22632 0 -1 4202496 15165 0 0 0 41927 3 0 0 25 0 1 0 390972215 81133568 14898 33554432000 4194304 4955518 140736961774992 18446744073709551615 4227640 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22632/statm: 19808 14898 104 186 0 19621 0
[pid=22635] ppid=22530 vsize=361492 CPUtime=1.25 cores=1,3,5,7
/proc/22635/stat : 22635 (python) S 22530 22530 21227 0 -1 4202560 1038 0 0 0 63 62 0 0 15 0 1 0 390972374 370167808 5830 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 17919893286051348744 0 0 17 5 0 0 0
/proc/22635/statm: 90373 5830 377 364 0 26267 0
[pid=22638] ppid=22635 vsize=79232 CPUtime=419.6 cores=1,3,5,7
/proc/22638/stat : 22638 (march_hi) R 22635 22638 22638 0 -1 4202496 15161 0 0 0 41958 2 0 0 25 0 1 0 390972374 81133568 14897 33554432000 4194304 4955518 140734652969808 18446744073709551615 4244560 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22638/statm: 19808 14897 104 186 0 19621 0
[pid=22530/tid=22537] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22537/stat : 22537 (python) S 22528 22530 21227 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 10 0 390894082 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 5 0 0 0
[pid=22530/tid=22540] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22540/stat : 22540 (python) S 22528 22530 21227 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 10 0 390894083 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 1 0 0 0
[pid=22530/tid=22543] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22543/stat : 22543 (python) S 22528 22530 21227 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 10 0 390894084 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 7 0 0 0
[pid=22530/tid=22546] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22546/stat : 22546 (python) S 22528 22530 21227 0 -1 4202560 37 934 0 0 0 0 0 0 18 0 10 0 390894085 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
[pid=22530/tid=22564] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22564/stat : 22564 (python) S 22528 22530 21227 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 10 0 390904013 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
[pid=22530/tid=22569] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22569/stat : 22569 (python) S 22528 22530 21227 0 -1 4202560 26 934 0 0 0 0 0 0 21 0 10 0 390904017 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
[pid=22530/tid=22618] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22618/stat : 22618 (python) S 22528 22530 21227 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 10 0 390952785 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
[pid=22530/tid=22631] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22631/stat : 22631 (python) S 22528 22530 21227 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 10 0 390972215 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
[pid=22530/tid=22637] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22637/stat : 22637 (python) S 22528 22530 21227 0 -1 4202560 78 934 0 0 0 0 0 0 20 0 10 0 390972374 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4796.68
Current children cumulated vsize (KiB) 6199332

[startup+1204.7 s]
/proc/loadavg: 5.10 5.21 6.37 6/413 22666
/proc/meminfo: memFree=24488268/32951124 swapFree=46575252/67111528
[pid=22530] ppid=22528 vsize=371736 CPUtime=0.58 cores=1,3,5,7
/proc/22530/stat : 22530 (python) S 22528 22530 21227 0 -1 4202496 17184 934 1 0 47 11 0 0 18 0 10 0 390894026 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22530/statm: 92934 7362 1884 364 0 28828 0
[pid=22536] ppid=22530 vsize=288744 CPUtime=0.28 cores=1,3,5,7
/proc/22536/stat : 22536 (python) S 22530 22530 21227 0 -1 4202560 1159 0 0 0 17 11 0 0 19 0 2 0 390894082 295673856 5619 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22536/statm: 72186 5619 416 364 0 8104 0
[pid=22538] ppid=22536 vsize=1017932 CPUtime=99.29 cores=1,3,5,7
/proc/22538/stat : 22538 (gnovelty+2) T 22536 22538 22538 0 -1 4202496 448 0 0 0 9929 0 0 0 25 0 1 0 390894082 1042362368 184 33554432000 134512640 135663704 4289285072 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/22538/statm: 254483 184 113 282 0 254199 0
[pid=22536/tid=22561] ppid=22530 vsize=288744 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22561/stat : 22561 (python) S 22530 22530 21227 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 390904012 295673856 5619 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 514 18446604461695730880 0 0 -1 7 0 0 0
[pid=22539] ppid=22530 vsize=289376 CPUtime=1.77 cores=1,3,5,7
/proc/22539/stat : 22539 (python) S 22530 22530 21227 0 -1 4202560 1156 0 0 0 96 81 0 0 15 0 2 0 390894083 296321024 5755 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22539/statm: 72344 5755 400 364 0 8259 0
[pid=22541] ppid=22539 vsize=108832 CPUtime=583.77 cores=1,3,5,7
/proc/22541/stat : 22541 (march_hi) T 22539 22541 22541 0 -1 4202496 20481 0 0 0 58372 5 0 0 25 0 1 0 390894083 111443968 20220 33554432000 4194304 4955518 140737163937328 18446744073709551615 4311843 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22541/statm: 27208 20220 104 186 0 27021 0
[pid=22539/tid=22608] ppid=22530 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/22539/task/22608/stat : 22608 (python) S 22530 22530 21227 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 390933385 296321024 5755 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 514 18446604465837335744 0 0 -1 1 0 0 0
[pid=22542] ppid=22530 vsize=299632 CPUtime=0.28 cores=1,3,5,7
/proc/22542/stat : 22542 (python) S 22530 22530 21227 0 -1 4202560 1094 0 0 0 16 12 0 0 19 0 2 0 390894084 306823168 5759 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22542/statm: 74908 5759 400 364 0 10820 0
[pid=22544] ppid=22542 vsize=1017932 CPUtime=97.48 cores=1,3,5,7
/proc/22544/stat : 22544 (gnovelty+2) T 22542 22544 22544 0 -1 4202496 448 0 0 0 9748 0 0 0 25 0 1 0 390894084 1042362368 184 33554432000 134512640 135663704 4293893616 18446744073709551615 134525361 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/22544/statm: 254483 184 113 282 0 254199 0
[pid=22542/tid=22567] ppid=22530 vsize=299632 CPUtime=0 cores=1,3,5,7
/proc/22542/task/22567/stat : 22567 (python) S 22530 22530 21227 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 390904016 306823168 5759 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 514 18446604468027633856 0 0 -1 7 0 0 0
[pid=22545] ppid=22530 vsize=310020 CPUtime=2.6 cores=1,3,5,7
/proc/22545/stat : 22545 (python) S 22530 22530 21227 0 -1 4202560 1169 0 0 0 137 123 0 0 15 0 2 0 390894085 317460480 5779 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22545/statm: 77505 5779 400 364 0 13414 0
[pid=22547] ppid=22545 vsize=170568 CPUtime=875.68 cores=1,3,5,7
/proc/22547/stat : 22547 (march_hi) T 22545 22547 22547 0 -1 4202496 29677 0 0 0 87562 6 0 0 25 0 1 0 390894085 174661632 29419 33554432000 4194304 4955518 140734391249872 18446744073709551615 4224615 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22547/statm: 42642 29419 104 186 0 42455 0
[pid=22545/tid=22609] ppid=22530 vsize=310020 CPUtime=0 cores=1,3,5,7
/proc/22545/task/22609/stat : 22609 (python) S 22530 22530 21227 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 390933569 317460480 5779 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 514 18446604457915045120 0 0 -1 3 0 0 0
[pid=22562] ppid=22530 vsize=320280 CPUtime=2.96 cores=1,3,5,7
/proc/22562/stat : 22562 (python) R 22530 22530 21227 0 -1 4202560 1154 0 0 0 158 138 0 0 15 0 2 0 390904013 327966720 5783 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660661904 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22562/statm: 80069 5783 400 364 0 15975 0
[pid=22565] ppid=22562 vsize=170568 CPUtime=999.98 cores=1,3,5,7
/proc/22565/stat : 22565 (march_hi) R 22562 22565 22565 0 -1 4202496 33778 0 0 0 99989 9 0 0 25 0 1 0 390904013 174661632 33519 33554432000 4194304 4955518 140736045184544 18446744073709551615 4290128 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22565/statm: 42642 33519 104 186 0 42455 0
[pid=22562/tid=22634] ppid=22530 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/22562/task/22634/stat : 22634 (python) S 22530 22530 21227 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 390972373 327962624 5783 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 514 18446604461695732672 0 0 -1 3 0 0 0
[pid=22568] ppid=22530 vsize=330132 CPUtime=2.01 cores=1,3,5,7
/proc/22568/stat : 22568 (python) S 22530 22530 21227 0 -1 4202560 1158 0 0 0 106 95 0 0 16 0 2 0 390904017 338055168 5687 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22568/statm: 82533 5687 400 364 0 18436 0
[pid=22570] ppid=22568 vsize=108832 CPUtime=681.98 cores=1,3,5,7
/proc/22570/stat : 22570 (march_hi) T 22568 22570 22570 0 -1 4202496 23646 0 0 0 68193 5 0 0 25 0 1 0 390904017 111443968 23389 33554432000 4194304 4955518 140735279432432 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/22570/statm: 27208 23389 104 186 0 27021 0
[pid=22568/tid=22629] ppid=22530 vsize=330132 CPUtime=0 cores=1,3,5,7
/proc/22568/task/22629/stat : 22629 (python) S 22530 22530 21227 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 390972214 338055168 5687 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 514 18446604464940785920 0 0 -1 3 0 0 0
[pid=22617] ppid=22530 vsize=340980 CPUtime=1.73 cores=1,3,5,7
/proc/22617/stat : 22617 (python) S 22530 22530 21227 0 -1 4202560 994 0 0 0 89 84 0 0 18 0 1 0 390952784 349163520 5809 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 17919893286051348742 0 0 17 3 0 0 0
/proc/22617/statm: 85245 5809 371 364 0 21145 0
[pid=22619] ppid=22617 vsize=182580 CPUtime=605.67 cores=1,3,5,7
/proc/22619/stat : 22619 (kcnfs-2006) R 22617 22619 22619 0 -1 4202496 627 0 0 0 60567 0 0 0 25 0 1 0 390952785 186961920 368 33554432000 134512640 135163436 4290753312 18446744073709551615 134595371 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22619/statm: 45645 368 77 159 0 45485 0
[pid=22630] ppid=22530 vsize=351236 CPUtime=1.26 cores=1,3,5,7
/proc/22630/stat : 22630 (python) S 22530 22530 21227 0 -1 4202560 1033 0 0 0 66 60 0 0 15 0 1 0 390972215 359665664 5826 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 17919893286051348740 0 0 17 3 0 0 0
/proc/22630/statm: 87809 5826 377 364 0 23706 0
[pid=22632] ppid=22630 vsize=79232 CPUtime=419.7 cores=1,3,5,7
/proc/22632/stat : 22632 (march_hi) R 22630 22632 22632 0 -1 4202496 15177 0 0 0 41967 3 0 0 25 0 1 0 390972215 81133568 14910 33554432000 4194304 4955518 140736961774992 18446744073709551615 4227565 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22632/statm: 19808 14910 104 186 0 19621 0
[pid=22635] ppid=22530 vsize=361492 CPUtime=1.25 cores=1,3,5,7
/proc/22635/stat : 22635 (python) S 22530 22530 21227 0 -1 4202560 1038 0 0 0 63 62 0 0 15 0 1 0 390972374 370167808 5830 33554432000 4194304 5683644 140733666276032 18446744073709551615 268660682310 0 0 16781312 514 17919893286051348744 0 0 17 5 0 0 0
/proc/22635/statm: 90373 5830 377 364 0 26267 0
[pid=22638] ppid=22635 vsize=79232 CPUtime=420 cores=1,3,5,7
/proc/22638/stat : 22638 (march_hi) R 22635 22638 22638 0 -1 4202496 15174 0 0 0 41998 2 0 0 25 0 1 0 390972374 81133568 14910 33554432000 4194304 4955518 140734652969808 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22638/statm: 19808 14910 104 186 0 19621 0
[pid=22530/tid=22537] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22537/stat : 22537 (python) S 22528 22530 21227 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 10 0 390894082 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 5 0 0 0
[pid=22530/tid=22540] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22540/stat : 22540 (python) S 22528 22530 21227 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 10 0 390894083 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 1 0 0 0
[pid=22530/tid=22543] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22543/stat : 22543 (python) S 22528 22530 21227 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 10 0 390894084 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 7 0 0 0
[pid=22530/tid=22546] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22546/stat : 22546 (python) S 22528 22530 21227 0 -1 4202560 37 934 0 0 0 0 0 0 18 0 10 0 390894085 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
[pid=22530/tid=22564] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22564/stat : 22564 (python) S 22528 22530 21227 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 10 0 390904013 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
[pid=22530/tid=22569] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22569/stat : 22569 (python) S 22528 22530 21227 0 -1 4202560 26 934 0 0 0 0 0 0 21 0 10 0 390904017 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
[pid=22530/tid=22618] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22618/stat : 22618 (python) S 22528 22530 21227 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 10 0 390952785 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
[pid=22530/tid=22631] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22631/stat : 22631 (python) S 22528 22530 21227 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 10 0 390972215 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
[pid=22530/tid=22637] ppid=22528 vsize=371736 CPUtime=0 cores=1,3,5,7
/proc/22530/task/22637/stat : 22637 (python) S 22528 22530 21227 0 -1 4202560 78 934 0 0 0 0 0 0 20 0 10 0 390972374 380657664 7362 33554432000 4194304 5683644 140733666276032 18446744073709551615 268672485809 0 0 16781312 2 18446604468770890880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4798.27
Current children cumulated vsize (KiB) 6199336

Child status: 0
Real time (s): 1204.77
CPU time (s): 4798.63
CPU user time (s): 4791.43
CPU system time (s): 7.1999
CPU usage (%): 398.302
Max. virtual memory (cumulated for all children) (KiB): 6199336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.43
system time used= 7.19991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171965
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= 7884
involuntary context switches= 27204

runsolver used 6.26505 second user time and 12.4031 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 15:43:47
IDJOB=3378686
IDBENCH=83095
IDSOLVER=1859
FILE ID=node107/3378686-1305467027
RUNJOBID= node107-1305463373-21246
PBS_JOBID= 13324996
Free space on /tmp= 73428 MiB

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

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

MD5SUM BENCH= 465b21028c8505bfc2ee7974d056b900
RANDOM SEED=1550810204

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24982308 kB
Buffers:        190868 kB
Cached:        1465708 kB
SwapCached:       9832 kB
Active:        7130040 kB
Inactive:       529616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24982308 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           31804 kB
Writeback:           0 kB
AnonPages:     6000200 kB
Mapped:          32084 kB
Slab:           153348 kB
PageTables:      88488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 101077008 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= 73420 MiB
End job on node107 at 2011-05-15 16:03:52