Trace number 3378582

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)? 4787.64 1202.85

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S506401817-075.UNKNOWN.cnf
MD5SUM2d7407b1b64ab354711b83851f166439
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.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3378582-1305466308.cnf
0.30/0.46	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.38/0.52	c INFO: computed variable balance statistics
0.38/0.56	c INFO: computed small-clause counts
0.38/0.56	c INFO: computed Horn-clause counts
0.38/0.56	c INFO: computed variable graph statistics
0.38/0.56	c INFO: collected features for HOME/instance-3378582-1305466308.cnf in 0.10 s
0.38/0.57	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.38/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.30)
0.38/0.59	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.38/0.60	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.29)
400.17/100.93	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.35)
400.17/100.94	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.31)
1552.01/389.93	c INFO: running march_hi@0 for 97 with 810 remaining (b = 0.06)
1569.94/394.49	c INFO: running march_hi@99 for 291 with 805 remaining (b = 0.18)
1959.82/492.40	c INFO: running march_hi@392 for 97 with 708 remaining (b = 0.08)
2354.43/591.40	c INFO: running kcnfs-2006@0 for 609 with 609 remaining (b = 0.26)
2736.65/687.32	c INFO: running march_hi@201 for 194 with 513 remaining (b = 0.11)
3126.01/785.01	c INFO: running march_hi@0 for 415 with 415 remaining (b = 0.19)
3133.98/787.06	c INFO: running march_hi@0 for 413 with 413 remaining (b = 0.16)
3526.83/885.88	c INFO: running march_hi@98 for 314 with 314 remaining (b = 0.10)
4787.35/1202.83	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-3378582-1305466308/watcher-3378582-1305466308 -o /tmp/evaluation-result-3378582-1305466308/solver-3378582-1305466308 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378582-1305466308.cnf -seed 1983747699 -budget 4800 -cores 4 

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

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.27 7.91 5.55 7/493 25864
/proc/meminfo: memFree=13309236/32951124 swapFree=65586204/67111528
[pid=25864] ppid=25862 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/25864/stat : 25864 (python) R 25862 25864 25222 0 -1 4202496 1050 0 0 0 0 0 0 0 25 0 1 0 736861506 16633856 922 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735178496 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25864/statm: 4061 922 381 364 0 548 0

[startup+0.0271789 s]
/proc/loadavg: 8.27 7.91 5.55 7/493 25864
/proc/meminfo: memFree=13309236/32951124 swapFree=65586204/67111528
[pid=25864] ppid=25862 vsize=18888 CPUtime=0.01 cores=0,2,4,6
/proc/25864/stat : 25864 (python) R 25862 25864 25222 0 -1 4202496 1237 0 0 0 1 0 0 0 25 0 1 0 736861506 19341312 1094 33554432000 4194304 5683644 140733427698656 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25864/statm: 4721 1093 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888

[startup+0.100166 s]
/proc/loadavg: 8.27 7.91 5.55 7/493 25864
/proc/meminfo: memFree=13309236/32951124 swapFree=65586204/67111528
[pid=25864] ppid=25862 vsize=104232 CPUtime=0.06 cores=0,2,4,6
/proc/25864/stat : 25864 (python) R 25862 25864 25222 0 -1 4202496 3062 0 0 0 5 1 0 0 17 0 1 0 736861506 106733568 2745 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735178496 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25864/statm: 26058 2747 847 364 0 1806 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104232

[startup+0.300167 s]
/proc/loadavg: 8.27 7.91 5.55 7/493 25864
/proc/meminfo: memFree=13309236/32951124 swapFree=65586204/67111528
[pid=25864] ppid=25862 vsize=182432 CPUtime=0.22 cores=0,2,4,6
/proc/25864/stat : 25864 (python) S 25862 25864 25222 0 -1 4202496 6751 937 1 0 16 6 0 0 17 0 1 0 736861506 186810368 4817 33554432000 4194304 5683644 140733427698656 18446744073709551615 216730254983 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/25864/statm: 45608 4817 1340 364 0 3724 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 182432

[startup+0.701029 s]
/proc/loadavg: 8.27 7.91 5.55 7/493 25864
/proc/meminfo: memFree=13309236/32951124 swapFree=65586204/67111528
[pid=25864] ppid=25862 vsize=320256 CPUtime=0.48 cores=0,2,4,6
/proc/25864/stat : 25864 (python) S 25862 25864 25222 0 -1 4202496 12253 937 1 0 40 8 0 0 22 0 5 0 736861506 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25864/statm: 80064 7260 1881 364 0 15973 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 320256

[startup+1.50089 s]
/proc/loadavg: 8.27 7.91 5.55 9/506 25881
/proc/meminfo: memFree=13269452/32951124 swapFree=65586204/67111528
[pid=25864] ppid=25862 vsize=320256 CPUtime=0.48 cores=0,2,4,6
/proc/25864/stat : 25864 (python) S 25862 25864 25222 0 -1 4202496 12253 937 1 0 40 8 0 0 22 0 5 0 736861506 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25864/statm: 80064 7260 1881 364 0 15973 0
[pid=25870] ppid=25864 vsize=278636 CPUtime=0 cores=0,2,4,6
/proc/25870/stat : 25870 (python) S 25864 25864 25222 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 736861564 285323264 5565 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198735 0 0 16781312 514 3076685052097069055 0 0 17 4 0 0 0
/proc/25870/statm: 69659 5565 354 364 0 5577 0
[pid=25872] ppid=25870 vsize=1017932 CPUtime=0.91 cores=0,2,4,6
/proc/25872/stat : 25872 (gnovelty+2) R 25870 25872 25872 0 -1 4202496 447 0 0 0 91 0 0 0 21 0 1 0 736861564 1042362368 185 33554432000 134512640 135663704 4294385984 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25872/statm: 254483 185 113 282 0 254199 0
[pid=25873] ppid=25864 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/25873/stat : 25873 (python) S 25864 25864 25222 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 736861565 296345600 5707 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 3630706146467086594 0 0 17 2 0 0 0
/proc/25873/statm: 72350 5707 348 364 0 8265 0
[pid=25875] ppid=25873 vsize=2664 CPUtime=0.9 cores=0,2,4,6
/proc/25875/stat : 25875 (march_hi) R 25873 25875 25875 0 -1 4202496 726 0 0 0 90 0 0 0 25 0 1 0 736861565 2727936 463 33554432000 4194304 4955518 140734547109344 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25875/statm: 666 463 104 186 0 479 0
[pid=25876] ppid=25864 vsize=299148 CPUtime=0 cores=0,2,4,6
/proc/25876/stat : 25876 (python) S 25864 25864 25222 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 736861566 306327552 5599 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 9743585626866843647 0 0 17 4 0 0 0
/proc/25876/statm: 74787 5599 348 364 0 10699 0
[pid=25878] ppid=25876 vsize=1017932 CPUtime=0.88 cores=0,2,4,6
/proc/25878/stat : 25878 (gnovelty+2) R 25876 25878 25878 0 -1 4202496 445 0 0 0 88 0 0 0 23 0 1 0 736861566 1042362368 184 33554432000 134512640 135663704 4293315472 18446744073709551615 134544204 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25878/statm: 254483 184 113 282 0 254199 0
[pid=25879] ppid=25864 vsize=310012 CPUtime=0 cores=0,2,4,6
/proc/25879/stat : 25879 (python) S 25864 25864 25222 0 -1 4202560 747 0 0 0 0 0 0 0 16 0 1 0 736861567 317452288 5723 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 8610561434432012545 0 0 17 0 0 0 0
/proc/25879/statm: 77503 5723 348 364 0 13412 0
[pid=25881] ppid=25879 vsize=2664 CPUtime=0.89 cores=0,2,4,6
/proc/25881/stat : 25881 (march_hi) R 25879 25881 25881 0 -1 4202496 723 0 0 0 89 0 0 0 25 0 1 0 736861567 2727936 463 33554432000 4194304 4955518 140735529842736 18446744073709551615 4227044 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25881/statm: 666 463 104 186 0 479 0
[pid=25864/tid=25871] ppid=25862 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25871/stat : 25871 (python) S 25862 25864 25222 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 5 0 736861564 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 4 0 0 0
[pid=25864/tid=25874] ppid=25862 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25874/stat : 25874 (python) S 25862 25864 25222 0 -1 4202560 23 937 0 0 0 0 0 0 21 0 5 0 736861565 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
[pid=25864/tid=25877] ppid=25862 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25877/stat : 25877 (python) S 25862 25864 25222 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 5 0 736861566 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
[pid=25864/tid=25880] ppid=25862 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25880/stat : 25880 (python) S 25862 25864 25222 0 -1 4202560 23 937 0 0 0 0 0 0 22 0 5 0 736861567 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 3538644

[startup+3.10061 s]
/proc/loadavg: 8.27 7.91 5.55 9/506 25881
/proc/meminfo: memFree=13267992/32951124 swapFree=65586204/67111528
[pid=25864] ppid=25862 vsize=320256 CPUtime=0.48 cores=0,2,4,6
/proc/25864/stat : 25864 (python) S 25862 25864 25222 0 -1 4202496 12253 937 1 0 40 8 0 0 22 0 5 0 736861506 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25864/statm: 80064 7260 1881 364 0 15973 0
[pid=25870] ppid=25864 vsize=278636 CPUtime=0 cores=0,2,4,6
/proc/25870/stat : 25870 (python) S 25864 25864 25222 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 736861564 285323264 5565 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198735 0 0 16781312 514 3076685052097036545 0 0 17 4 0 0 0
/proc/25870/statm: 69659 5565 354 364 0 5577 0
[pid=25872] ppid=25870 vsize=1017932 CPUtime=2.51 cores=0,2,4,6
/proc/25872/stat : 25872 (gnovelty+2) R 25870 25872 25872 0 -1 4202496 447 0 0 0 251 0 0 0 25 0 1 0 736861564 1042362368 185 33554432000 134512640 135663704 4294385984 18446744073709551615 134546755 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25872/statm: 254483 185 113 282 0 254199 0
[pid=25873] ppid=25864 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/25873/stat : 25873 (python) S 25864 25864 25222 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 736861565 296345600 5707 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 3630706146467086594 0 0 17 2 0 0 0
/proc/25873/statm: 72350 5707 348 364 0 8265 0
[pid=25875] ppid=25873 vsize=2916 CPUtime=2.5 cores=0,2,4,6
/proc/25875/stat : 25875 (march_hi) R 25873 25875 25875 0 -1 4202496 787 0 0 0 250 0 0 0 25 0 1 0 736861565 2985984 524 33554432000 4194304 4955518 140734547109344 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25875/statm: 729 524 104 186 0 542 0
[pid=25876] ppid=25864 vsize=299148 CPUtime=0 cores=0,2,4,6
/proc/25876/stat : 25876 (python) S 25864 25864 25222 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 736861566 306327552 5599 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 9743585626866811140 0 0 17 4 0 0 0
/proc/25876/statm: 74787 5599 348 364 0 10699 0
[pid=25878] ppid=25876 vsize=1017932 CPUtime=2.46 cores=0,2,4,6
/proc/25878/stat : 25878 (gnovelty+2) R 25876 25878 25878 0 -1 4202496 445 0 0 0 246 0 0 0 25 0 1 0 736861566 1042362368 184 33554432000 134512640 135663704 4293315472 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25878/statm: 254483 184 113 282 0 254199 0
[pid=25879] ppid=25864 vsize=310012 CPUtime=0 cores=0,2,4,6
/proc/25879/stat : 25879 (python) S 25864 25864 25222 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 736861567 317452288 5723 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 8610561434432012545 0 0 17 0 0 0 0
/proc/25879/statm: 77503 5723 348 364 0 13412 0
[pid=25881] ppid=25879 vsize=2916 CPUtime=2.48 cores=0,2,4,6
/proc/25881/stat : 25881 (march_hi) R 25879 25881 25881 0 -1 4202496 784 0 0 0 248 0 0 0 25 0 1 0 736861567 2985984 524 33554432000 4194304 4955518 140735529842736 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25881/statm: 729 524 104 186 0 542 0
[pid=25864/tid=25871] ppid=25862 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25871/stat : 25871 (python) S 25862 25864 25222 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 5 0 736861564 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 4 0 0 0
[pid=25864/tid=25874] ppid=25862 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25874/stat : 25874 (python) S 25862 25864 25222 0 -1 4202560 23 937 0 0 0 0 0 0 21 0 5 0 736861565 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
[pid=25864/tid=25877] ppid=25862 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25877/stat : 25877 (python) S 25862 25864 25222 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 5 0 736861566 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
[pid=25864/tid=25880] ppid=25862 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25880/stat : 25880 (python) S 25862 25864 25222 0 -1 4202560 23 937 0 0 0 0 0 0 22 0 5 0 736861567 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.43
Current children cumulated vsize (KiB) 3539148

[startup+6.30105 s]
/proc/loadavg: 8.25 7.91 5.57 9/506 25881
/proc/meminfo: memFree=13263116/32951124 swapFree=65586204/67111528
[pid=25864] ppid=25862 vsize=320256 CPUtime=0.48 cores=0,2,4,6
/proc/25864/stat : 25864 (python) S 25862 25864 25222 0 -1 4202496 12253 937 1 0 40 8 0 0 22 0 5 0 736861506 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25864/statm: 80064 7260 1881 364 0 15973 0
[pid=25870] ppid=25864 vsize=278636 CPUtime=0.01 cores=0,2,4,6
/proc/25870/stat : 25870 (python) S 25864 25864 25222 0 -1 4202560 900 0 0 0 0 1 0 0 18 0 1 0 736861564 285323264 5588 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198735 0 0 16781312 514 3076685052097036545 0 0 17 4 0 0 0
/proc/25870/statm: 69659 5588 377 364 0 5577 0
[pid=25872] ppid=25870 vsize=1017932 CPUtime=5.67 cores=0,2,4,6
/proc/25872/stat : 25872 (gnovelty+2) R 25870 25872 25872 0 -1 4202496 447 0 0 0 567 0 0 0 25 0 1 0 736861564 1042362368 185 33554432000 134512640 135663704 4294385984 18446744073709551615 134524670 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25872/statm: 254483 185 113 282 0 254199 0
[pid=25873] ppid=25864 vsize=289400 CPUtime=0.02 cores=0,2,4,6
/proc/25873/stat : 25873 (python) S 25864 25864 25222 0 -1 4202560 913 0 0 0 1 1 0 0 15 0 1 0 736861565 296345600 5730 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 3630706146467086594 0 0 17 0 0 0 0
/proc/25873/statm: 72350 5730 371 364 0 8265 0
[pid=25875] ppid=25873 vsize=3620 CPUtime=5.68 cores=0,2,4,6
/proc/25875/stat : 25875 (march_hi) R 25873 25875 25875 0 -1 4202496 927 0 0 0 568 0 0 0 25 0 1 0 736861565 3706880 664 33554432000 4194304 4955518 140734547109344 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25875/statm: 905 664 104 186 0 718 0
[pid=25876] ppid=25864 vsize=299148 CPUtime=0.01 cores=0,2,4,6
/proc/25876/stat : 25876 (python) S 25864 25864 25222 0 -1 4202560 901 0 0 0 1 0 0 0 18 0 1 0 736861566 306327552 5622 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 9743585626866811140 0 0 17 4 0 0 0
/proc/25876/statm: 74787 5622 371 364 0 10699 0
[pid=25878] ppid=25876 vsize=1017932 CPUtime=5.62 cores=0,2,4,6
/proc/25878/stat : 25878 (gnovelty+2) R 25876 25878 25878 0 -1 4202496 445 0 0 0 562 0 0 0 25 0 1 0 736861566 1042362368 184 33554432000 134512640 135663704 4293315472 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25878/statm: 254483 184 113 282 0 254199 0
[pid=25879] ppid=25864 vsize=310012 CPUtime=0.01 cores=0,2,4,6
/proc/25879/stat : 25879 (python) S 25864 25864 25222 0 -1 4202560 907 0 0 0 1 0 0 0 15 0 1 0 736861567 317452288 5745 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 8610561434432012545 0 0 17 2 0 0 0
/proc/25879/statm: 77503 5745 370 364 0 13412 0
[pid=25881] ppid=25879 vsize=3620 CPUtime=5.66 cores=0,2,4,6
/proc/25881/stat : 25881 (march_hi) R 25879 25881 25881 0 -1 4202496 924 0 0 0 566 0 0 0 25 0 1 0 736861567 3706880 664 33554432000 4194304 4955518 140735529842736 18446744073709551615 4261393 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25881/statm: 905 664 104 186 0 718 0
[pid=25864/tid=25871] ppid=25862 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25871/stat : 25871 (python) S 25862 25864 25222 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 5 0 736861564 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 4 0 0 0
[pid=25864/tid=25874] ppid=25862 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25874/stat : 25874 (python) S 25862 25864 25222 0 -1 4202560 23 937 0 0 0 0 0 0 21 0 5 0 736861565 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
[pid=25864/tid=25877] ppid=25862 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25877/stat : 25877 (python) S 25862 25864 25222 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 5 0 736861566 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
[pid=25864/tid=25880] ppid=25862 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25880/stat : 25880 (python) S 25862 25864 25222 0 -1 4202560 23 937 0 0 0 0 0 0 22 0 5 0 736861567 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.16
Current children cumulated vsize (KiB) 3540556

[startup+12.7009 s]
/proc/loadavg: 8.31 7.93 5.58 9/506 25881
/proc/meminfo: memFree=13259036/32951124 swapFree=65586204/67111528
[pid=25864] ppid=25862 vsize=320256 CPUtime=0.48 cores=0,2,4,6
/proc/25864/stat : 25864 (python) S 25862 25864 25222 0 -1 4202496 12253 937 1 0 40 8 0 0 22 0 5 0 736861506 327942144 7260 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25864/statm: 80064 7260 1881 364 0 15973 0
[pid=25870] ppid=25864 vsize=278636 CPUtime=0.03 cores=0,2,4,6
/proc/25870/stat : 25870 (python) S 25864 25864 25222 0 -1 4202560 903 0 0 0 1 2 0 0 18 0 1 0 736861564 285323264 5588 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198735 0 0 16781312 514 16956035004863840513 0 0 17 4 0 0 0
/proc/25870/statm: 69659 5588 377 364 0 5577 0
[pid=25872] ppid=25870 vsize=1017932 CPUtime=12.03 cores=0,2,4,6
/proc/25872/stat : 25872 (gnovelty+2) R 25870 25872 25872 0 -1 4202496 447 0 0 0 1203 0 0 0 25 0 1 0 736861564 1042362368 185 33554432000 134512640 135663704 4294385984 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25872/statm: 254483 185 113 282 0 254199 0
[pid=25873] ppid=25864 vsize=289400 CPUtime=0.04 cores=0,2,4,6

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

/proc/25872/stat : 25872 (gnovelty+2) T 25870 25872 25872 0 -1 4202496 447 0 0 0 9966 0 0 0 25 0 1 0 736861564 1042362368 185 33554432000 134512640 135663704 4294385984 18446744073709551615 134545761 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/25872/statm: 254483 185 113 282 0 254199 0
[pid=25870/tid=25884] ppid=25864 vsize=288880 CPUtime=0 cores=0,2,4,6
/proc/25870/task/25884/stat : 25884 (python) S 25864 25864 25222 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 736871597 295813120 5632 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 514 18446604453629039808 0 0 -1 6 0 0 0
[pid=25873] ppid=25864 vsize=289400 CPUtime=2.02 cores=0,2,4,6
/proc/25873/stat : 25873 (python) S 25864 25864 25222 0 -1 4202560 1154 0 0 0 106 96 0 0 15 0 2 0 736861565 296345600 5760 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25873/statm: 72350 5760 400 364 0 8265 0
[pid=25875] ppid=25873 vsize=108764 CPUtime=587.71 cores=0,2,4,6
/proc/25875/stat : 25875 (march_hi) T 25873 25875 25875 0 -1 4202496 19685 0 0 0 58765 6 0 0 25 0 1 0 736861565 111374336 19422 33554432000 4194304 4955518 140734547109344 18446744073709551615 4282362 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/25875/statm: 27191 19422 104 186 0 27004 0
[pid=25873/tid=26170] ppid=25864 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/25873/task/26170/stat : 26170 (python) S 25864 25864 25222 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 736900499 296345600 5760 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 514 18446604447205724288 0 0 -1 0 0 0 0
[pid=25876] ppid=25864 vsize=299148 CPUtime=0.34 cores=0,2,4,6
/proc/25876/stat : 25876 (python) S 25864 25864 25222 0 -1 4202560 1086 0 0 0 21 13 0 0 19 0 2 0 736861566 306327552 5652 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25876/statm: 74787 5652 400 364 0 10699 0
[pid=25878] ppid=25876 vsize=1017932 CPUtime=98.87 cores=0,2,4,6
/proc/25878/stat : 25878 (gnovelty+2) T 25876 25878 25878 0 -1 4202496 445 0 0 0 9887 0 0 0 25 0 1 0 736861566 1042362368 184 33554432000 134512640 135663704 4293315472 18446744073709551615 134525218 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/25878/statm: 254483 184 113 282 0 254199 0
[pid=25876/tid=25885] ppid=25864 vsize=299148 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25885/stat : 25885 (python) S 25864 25864 25222 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736871599 306327552 5652 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 514 18446604450886331264 0 0 -1 4 0 0 0
[pid=25879] ppid=25864 vsize=310012 CPUtime=2.98 cores=0,2,4,6
/proc/25879/stat : 25879 (python) S 25864 25864 25222 0 -1 4202560 1164 0 0 0 156 142 0 0 15 0 2 0 736861567 317452288 5776 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/25879/statm: 77503 5776 400 364 0 13412 0
[pid=25881] ppid=25879 vsize=170464 CPUtime=876.53 cores=0,2,4,6
/proc/25881/stat : 25881 (march_hi) T 25879 25881 25881 0 -1 4202496 28216 0 0 0 87646 7 0 0 25 0 1 0 736861567 174555136 27956 33554432000 4194304 4955518 140735529842736 18446744073709551615 4224615 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/25881/statm: 42616 27956 104 186 0 42429 0
[pid=25879/tid=26171] ppid=25864 vsize=310012 CPUtime=0 cores=0,2,4,6
/proc/25879/task/26171/stat : 26171 (python) S 25864 25864 25222 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 736900954 317452288 5776 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 514 18446604449187584064 0 0 -1 2 0 0 0
[pid=25886] ppid=25864 vsize=320268 CPUtime=3.42 cores=0,2,4,6
/proc/25886/stat : 25886 (python) S 25864 25864 25222 0 -1 4202560 1154 0 0 0 187 155 0 0 15 0 2 0 736871599 327954432 5780 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25886/statm: 80067 5780 400 364 0 15973 0
[pid=25888] ppid=25886 vsize=170464 CPUtime=994.68 cores=0,2,4,6
/proc/25888/stat : 25888 (march_hi) R 25886 25888 25888 0 -1 4202496 31682 0 0 0 99446 22 0 0 25 0 1 0 736871600 174555136 31422 33554432000 4194304 4955518 140735335312368 18446744073709551615 4227659 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25888/statm: 42616 31422 104 186 0 42429 0
[pid=25886/tid=26201] ppid=25864 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/25886/task/26201/stat : 26201 (python) S 25864 25864 25222 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 736940007 327954432 5780 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 514 18446604444314932224 0 0 -1 0 0 0 0
[pid=25889] ppid=25864 vsize=330164 CPUtime=2.33 cores=0,2,4,6
/proc/25889/stat : 25889 (python) S 25864 25864 25222 0 -1 4202560 1151 0 0 0 119 114 0 0 16 0 2 0 736871600 338087936 5694 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25889/statm: 82541 5694 400 364 0 18444 0
[pid=25891] ppid=25889 vsize=108764 CPUtime=680.99 cores=0,2,4,6
/proc/25891/stat : 25891 (march_hi) T 25889 25891 25891 0 -1 4202496 22439 0 0 0 68093 6 0 0 25 0 1 0 736871600 111374336 22179 33554432000 4194304 4955518 140736466026208 18446744073709551615 4261364 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/25891/statm: 27191 22179 104 186 0 27004 0
[pid=25889/tid=26205] ppid=25864 vsize=330164 CPUtime=0 cores=0,2,4,6
/proc/25889/task/26205/stat : 26205 (python) S 25864 25864 25222 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 736940212 338087936 5694 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 514 18446604442396424320 0 0 -1 6 0 0 0
[pid=26184] ppid=25864 vsize=340916 CPUtime=2.02 cores=0,2,4,6
/proc/26184/stat : 26184 (python) S 25864 25864 25222 0 -1 4202560 1007 0 0 0 104 98 0 0 18 0 1 0 736920647 349097984 5792 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 16956035004863840515 0 0 17 4 0 0 0
/proc/26184/statm: 85229 5792 371 364 0 21129 0
[pid=26186] ppid=26184 vsize=182576 CPUtime=608.6 cores=0,2,4,6
/proc/26186/stat : 26186 (kcnfs-2006) R 26184 26186 26186 0 -1 4202496 627 0 0 0 60860 0 0 0 25 0 1 0 736920647 186957824 367 33554432000 134512640 135163436 4287914896 18446744073709551615 134561424 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26186/statm: 45644 367 77 159 0 45484 0
[pid=26202] ppid=25864 vsize=351360 CPUtime=1.44 cores=0,2,4,6
/proc/26202/stat : 26202 (python) S 25864 25864 25222 0 -1 4202560 1046 0 0 0 75 69 0 0 15 0 1 0 736940008 359792640 5849 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 9679783715886039298 0 0 17 4 0 0 0
/proc/26202/statm: 87840 5849 377 364 0 23737 0
[pid=26204] ppid=26202 vsize=79296 CPUtime=415.61 cores=0,2,4,6
/proc/26204/stat : 26204 (march_hi) R 26202 26204 26204 0 -1 4202496 14445 0 0 0 41558 3 0 0 25 0 1 0 736940008 81199104 14177 33554432000 4194304 4955518 140737300336800 18446744073709551615 4238717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26204/statm: 19824 14177 104 186 0 19637 0
[pid=26206] ppid=25864 vsize=361616 CPUtime=1.44 cores=0,2,4,6
/proc/26206/stat : 26206 (python) S 25864 25864 25222 0 -1 4202560 1029 0 0 0 73 71 0 0 15 0 1 0 736940212 370294784 5877 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 16956035004863840515 0 0 17 0 0 0 0
/proc/26206/statm: 90404 5877 377 364 0 26298 0
[pid=26208] ppid=26206 vsize=79296 CPUtime=407.4 cores=0,2,4,6
/proc/26208/stat : 26208 (march_hi) R 26206 26208 26208 0 -1 4202496 14185 0 0 0 40737 3 0 0 25 0 1 0 736940213 81199104 13917 33554432000 4194304 4955518 140735813332480 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26208/statm: 19824 13917 104 186 0 19637 0
[pid=25864/tid=25871] ppid=25862 vsize=371860 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25871/stat : 25871 (python) S 25862 25864 25222 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 10 0 736861564 380784640 7396 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 4 0 0 0
[pid=25864/tid=25874] ppid=25862 vsize=371860 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25874/stat : 25874 (python) S 25862 25864 25222 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 10 0 736861565 380784640 7396 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
[pid=25864/tid=25877] ppid=25862 vsize=371860 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25877/stat : 25877 (python) S 25862 25864 25222 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 10 0 736861566 380784640 7396 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
[pid=25864/tid=25880] ppid=25862 vsize=371860 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25880/stat : 25880 (python) S 25862 25864 25222 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 10 0 736861567 380784640 7396 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
[pid=25864/tid=25887] ppid=25862 vsize=371860 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25887/stat : 25887 (python) S 25862 25864 25222 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 10 0 736871599 380784640 7396 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
[pid=25864/tid=25890] ppid=25862 vsize=371860 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25890/stat : 25890 (python) S 25862 25864 25222 0 -1 4202560 25 937 0 0 0 0 0 0 22 0 10 0 736871600 380784640 7396 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 6 0 0 0
[pid=25864/tid=26185] ppid=25862 vsize=371860 CPUtime=0 cores=0,2,4,6
/proc/25864/task/26185/stat : 26185 (python) S 25862 25864 25222 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 10 0 736920647 380784640 7396 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 6 0 0 0
[pid=25864/tid=26203] ppid=25862 vsize=371860 CPUtime=0 cores=0,2,4,6
/proc/25864/task/26203/stat : 26203 (python) S 25862 25864 25222 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 10 0 736940008 380784640 7396 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 6 0 0 0
[pid=25864/tid=26207] ppid=25862 vsize=371860 CPUtime=0 cores=0,2,4,6
/proc/25864/task/26207/stat : 26207 (python) S 25862 25864 25222 0 -1 4202560 77 937 0 0 0 0 0 0 20 0 10 0 736940213 380784640 7396 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4786.94
Current children cumulated vsize (KiB) 6199112

[startup+1202.8 s]
/proc/loadavg: 8.44 8.29 7.50 10/493 26224
/proc/meminfo: memFree=12664040/32951124 swapFree=65586204/67111528
[pid=25864] ppid=25862 vsize=371996 CPUtime=0.58 cores=0,2,4,6
/proc/25864/stat : 25864 (python) S 25862 25864 25222 0 -1 4202496 17459 937 1 0 48 10 0 0 18 0 10 0 736861506 380923904 7406 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747008831 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25864/statm: 92999 7406 1892 364 0 28893 0
[pid=25870] ppid=25864 vsize=0 CPUtime=99.99 cores=0,2,4,6
/proc/25870/stat : 25870 (python) R 25864 25864 25222 0 -1 4202564 1191 447 0 0 16 17 9966 0 18 0 1 0 736861564 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25870/statm: 0 0 0 0 0 0 0
[pid=25873] ppid=25864 vsize=289400 CPUtime=2.02 cores=0,2,4,6
/proc/25873/stat : 25873 (python) S 25864 25864 25222 0 -1 4202560 1154 0 0 0 106 96 0 0 15 0 2 0 736861565 296345600 5760 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25873/statm: 72350 5760 400 364 0 8265 0
[pid=25875] ppid=25873 vsize=108764 CPUtime=587.71 cores=0,2,4,6
/proc/25875/stat : 25875 (march_hi) T 25873 25875 25875 0 -1 4202496 19685 0 0 0 58765 6 0 0 25 0 1 0 736861565 111374336 19422 33554432000 4194304 4955518 140734547109344 18446744073709551615 4282362 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/25875/statm: 27191 19422 104 186 0 27004 0
[pid=25873/tid=26170] ppid=25864 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/25873/task/26170/stat : 26170 (python) S 25864 25864 25222 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 736900499 296345600 5760 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 514 18446604447205724288 0 0 -1 0 0 0 0
[pid=25876] ppid=25864 vsize=299148 CPUtime=0.34 cores=0,2,4,6
/proc/25876/stat : 25876 (python) S 25864 25864 25222 0 -1 4202560 1086 0 0 0 21 13 0 0 19 0 2 0 736861566 306327552 5652 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25876/statm: 74787 5652 400 364 0 10699 0
[pid=25878] ppid=25876 vsize=1017932 CPUtime=98.87 cores=0,2,4,6
/proc/25878/stat : 25878 (gnovelty+2) T 25876 25878 25878 0 -1 4202496 445 0 0 0 9887 0 0 0 25 0 1 0 736861566 1042362368 184 33554432000 134512640 135663704 4293315472 18446744073709551615 134525218 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/25878/statm: 254483 184 113 282 0 254199 0
[pid=25876/tid=25885] ppid=25864 vsize=299148 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25885/stat : 25885 (python) S 25864 25864 25222 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736871599 306327552 5652 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 514 18446604450886331264 0 0 -1 4 0 0 0
[pid=25879] ppid=25864 vsize=310012 CPUtime=2.98 cores=0,2,4,6
/proc/25879/stat : 25879 (python) S 25864 25864 25222 0 -1 4202560 1164 0 0 0 156 142 0 0 15 0 2 0 736861567 317452288 5776 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/25879/statm: 77503 5776 400 364 0 13412 0
[pid=25881] ppid=25879 vsize=170464 CPUtime=876.53 cores=0,2,4,6
/proc/25881/stat : 25881 (march_hi) T 25879 25881 25881 0 -1 4202496 28216 0 0 0 87646 7 0 0 25 0 1 0 736861567 174555136 27956 33554432000 4194304 4955518 140735529842736 18446744073709551615 4224615 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/25881/statm: 42616 27956 104 186 0 42429 0
[pid=25879/tid=26171] ppid=25864 vsize=310012 CPUtime=0 cores=0,2,4,6
/proc/25879/task/26171/stat : 26171 (python) S 25864 25864 25222 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 736900954 317452288 5776 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 514 18446604449187584064 0 0 -1 2 0 0 0
[pid=25886] ppid=25864 vsize=320268 CPUtime=3.45 cores=0,2,4,6
/proc/25886/stat : 25886 (python) S 25864 25864 25222 0 -1 4202560 1154 0 0 0 189 156 0 0 15 0 2 0 736871599 327954432 5780 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25886/statm: 80067 5780 400 364 0 15973 0
[pid=25888] ppid=25886 vsize=170464 CPUtime=994.76 cores=0,2,4,6
/proc/25888/stat : 25888 (march_hi) T 25886 25888 25888 0 -1 4202496 31683 0 0 0 99454 22 0 0 25 0 1 0 736871600 174555136 31423 33554432000 4194304 4955518 140735335312368 18446744073709551615 4227831 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/25888/statm: 42616 31423 104 186 0 42429 0
[pid=25886/tid=26201] ppid=25864 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/25886/task/26201/stat : 26201 (python) S 25864 25864 25222 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 736940007 327954432 5780 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 514 18446604444314932224 0 0 -1 0 0 0 0
[pid=25889] ppid=25864 vsize=330164 CPUtime=2.33 cores=0,2,4,6
/proc/25889/stat : 25889 (python) S 25864 25864 25222 0 -1 4202560 1151 0 0 0 119 114 0 0 16 0 2 0 736871600 338087936 5694 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25889/statm: 82541 5694 400 364 0 18444 0
[pid=25891] ppid=25889 vsize=108764 CPUtime=680.99 cores=0,2,4,6
/proc/25891/stat : 25891 (march_hi) T 25889 25891 25891 0 -1 4202496 22439 0 0 0 68093 6 0 0 25 0 1 0 736871600 111374336 22179 33554432000 4194304 4955518 140736466026208 18446744073709551615 4261364 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/25891/statm: 27191 22179 104 186 0 27004 0
[pid=25889/tid=26205] ppid=25864 vsize=330164 CPUtime=0 cores=0,2,4,6
/proc/25889/task/26205/stat : 26205 (python) S 25864 25864 25222 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 736940212 338087936 5694 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 514 18446604442396424320 0 0 -1 6 0 0 0
[pid=26184] ppid=25864 vsize=340916 CPUtime=2.02 cores=0,2,4,6
/proc/26184/stat : 26184 (python) S 25864 25864 25222 0 -1 4202560 1007 0 0 0 104 98 0 0 18 0 1 0 736920647 349097984 5792 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 16956035004863840515 0 0 17 4 0 0 0
/proc/26184/statm: 85229 5792 371 364 0 21129 0
[pid=26186] ppid=26184 vsize=182576 CPUtime=608.7 cores=0,2,4,6
/proc/26186/stat : 26186 (kcnfs-2006) R 26184 26186 26186 0 -1 4202496 627 0 0 0 60870 0 0 0 25 0 1 0 736920647 186957824 367 33554432000 134512640 135163436 4287914896 18446744073709551615 134675172 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26186/statm: 45644 367 77 159 0 45484 0
[pid=26202] ppid=25864 vsize=351360 CPUtime=1.44 cores=0,2,4,6
/proc/26202/stat : 26202 (python) S 25864 25864 25222 0 -1 4202560 1046 0 0 0 75 69 0 0 15 0 1 0 736940008 359792640 5849 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 9679783715886039298 0 0 17 4 0 0 0
/proc/26202/statm: 87840 5849 377 364 0 23737 0
[pid=26204] ppid=26202 vsize=79296 CPUtime=415.71 cores=0,2,4,6
/proc/26204/stat : 26204 (march_hi) R 26202 26204 26204 0 -1 4202496 14448 0 0 0 41568 3 0 0 25 0 1 0 736940008 81199104 14180 33554432000 4194304 4955518 140737300336800 18446744073709551615 4227671 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26204/statm: 19824 14180 104 186 0 19637 0
[pid=26206] ppid=25864 vsize=361616 CPUtime=1.44 cores=0,2,4,6
/proc/26206/stat : 26206 (python) S 25864 25864 25222 0 -1 4202560 1029 0 0 0 73 71 0 0 15 0 1 0 736940212 370294784 5877 33554432000 4194304 5683644 140733427698656 18446744073709551615 216735198790 0 0 16781312 514 16956035004863840515 0 0 17 0 0 0 0
/proc/26206/statm: 90404 5877 377 364 0 26298 0
[pid=26208] ppid=26206 vsize=79296 CPUtime=407.49 cores=0,2,4,6
/proc/26208/stat : 26208 (march_hi) R 26206 26208 26208 0 -1 4202496 14188 0 0 0 40746 3 0 0 25 0 1 0 736940213 81199104 13920 33554432000 4194304 4955518 140735813332480 18446744073709551615 4224665 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26208/statm: 19824 13920 104 186 0 19637 0
[pid=25864/tid=25871] ppid=25862 vsize=371996 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25871/stat : 25871 (python) S 25862 25864 25222 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 10 0 736861564 380923904 7406 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 4 0 0 0
[pid=25864/tid=25874] ppid=25862 vsize=371996 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25874/stat : 25874 (python) S 25862 25864 25222 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 10 0 736861565 380923904 7406 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
[pid=25864/tid=25877] ppid=25862 vsize=371996 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25877/stat : 25877 (python) S 25862 25864 25222 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 10 0 736861566 380923904 7406 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
[pid=25864/tid=25880] ppid=25862 vsize=371996 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25880/stat : 25880 (python) S 25862 25864 25222 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 10 0 736861567 380923904 7406 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
[pid=25864/tid=25887] ppid=25862 vsize=371996 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25887/stat : 25887 (python) S 25862 25864 25222 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 10 0 736871599 380923904 7406 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 0 0 0 0
[pid=25864/tid=25890] ppid=25862 vsize=371996 CPUtime=0 cores=0,2,4,6
/proc/25864/task/25890/stat : 25890 (python) S 25862 25864 25222 0 -1 4202560 25 937 0 0 0 0 0 0 22 0 10 0 736871600 380923904 7406 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 6 0 0 0
[pid=25864/tid=26185] ppid=25862 vsize=371996 CPUtime=0 cores=0,2,4,6
/proc/25864/task/26185/stat : 26185 (python) S 25862 25864 25222 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 10 0 736920647 380923904 7406 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 6 0 0 0
[pid=25864/tid=26203] ppid=25862 vsize=371996 CPUtime=0 cores=0,2,4,6
/proc/25864/task/26203/stat : 26203 (python) S 25862 25864 25222 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 10 0 736940008 380923904 7406 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 6 0 0 0
[pid=25864/tid=26207] ppid=25862 vsize=371996 CPUtime=0 cores=0,2,4,6
/proc/25864/task/26207/stat : 26207 (python) S 25862 25864 25222 0 -1 4202560 77 937 0 0 0 0 0 0 20 0 10 0 736940213 380923904 7406 33554432000 4194304 5683644 140733427698656 18446744073709551615 216747002289 0 0 16781312 2 18446604447205726976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4787.35
Current children cumulated vsize (KiB) 4892436

Child status: 0
Real time (s): 1202.85
CPU time (s): 4787.64
CPU user time (s): 4779.19
CPU system time (s): 8.44971
CPU usage (%): 398.023
Max. virtual memory (cumulated for all children) (KiB): 6199112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4779.19
system time used= 8.44971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164914
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= 8411
involuntary context switches= 31765

runsolver used 6.99394 second user time and 14.0869 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 15:31:48
IDJOB=3378582
IDBENCH=82991
IDSOLVER=1859
FILE ID=node119/3378582-1305466308
RUNJOBID= node119-1305465319-25240
PBS_JOBID= 13325055
Free space on /tmp= 73268 MiB

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

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

MD5SUM BENCH= 2d7407b1b64ab354711b83851f166439
RANDOM SEED=1983747699

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.67
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.815
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.83
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.815
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.74
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.815
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:      13309392 kB
Buffers:        305640 kB
Cached:        4923500 kB
SwapCached:       4756 kB
Active:       16084584 kB
Inactive:      3196300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13309392 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           32372 kB
Writeback:           0 kB
AnonPages:    14050012 kB
Mapped:          40640 kB
Slab:           217352 kB
PageTables:      76032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130525248 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= 73240 MiB
End job on node119 at 2011-05-15 15:51:51