Trace number 3378646

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)? 4775.56 1199.88

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1693168158-005.UNKNOWN.cnf
MD5SUMc2b69177f59f5d1d2093247dc6de56f3
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 variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3378646-1305466572.cnf
0.32/0.46	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.40/0.51	c INFO: computed variable balance statistics
0.40/0.55	c INFO: computed small-clause counts
0.40/0.55	c INFO: computed Horn-clause counts
0.40/0.55	c INFO: computed variable graph statistics
0.40/0.55	c INFO: collected features for HOME/instance-3378646-1305466572.cnf in 0.09 s
0.40/0.56	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.40/0.57	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.32)
0.40/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.28)
0.40/0.59	c INFO: running march_hi@0 for 97 with 1199 remaining (b = 0.08)
399.91/100.88	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.08)
401.89/101.37	c INFO: running march_hi@99 for 291 with 1099 remaining (b = 0.20)
799.70/201.20	c INFO: running march_hi@0 for 679 with 999 remaining (b = 0.33)
1567.33/393.80	c INFO: running march_hi@0 for 679 with 806 remaining (b = 0.29)
1569.78/394.58	c INFO: running kcnfs-2006@0 for 582 with 805 remaining (b = 0.24)
1570.31/394.71	c INFO: running march_hi@198 for 194 with 805 remaining (b = 0.10)
2359.76/592.68	c INFO: running march_hi@394 for 97 with 607 remaining (b = 0.05)
2732.71/686.26	c INFO: running march_hi@0 for 97 with 514 remaining (b = 0.05)
3129.91/786.18	c INFO: running march_hi@0 for 414 with 414 remaining (b = 0.16)
3539.01/889.05	c INFO: running march_hi@0 for 311 with 311 remaining (b = 0.13)
3950.23/992.50	c INFO: running kcnfs-2006@392 for 207 with 207 remaining (b = 0.14)
4302.23/1080.98	c INFO: running march_hi@291 for 119 with 119 remaining (b = 0.09)
4775.14/1199.86	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-3378646-1305466572/watcher-3378646-1305466572 -o /tmp/evaluation-result-3378646-1305466572/solver-3378646-1305466572 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378646-1305466572.cnf -seed 301703342 -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.53 8.17 6.24 6/445 26144
/proc/meminfo: memFree=13522828/32951124 swapFree=65586204/67111528
[pid=26144] ppid=26142 vsize=16240 CPUtime=0.01 cores=1,3,5,7
/proc/26144/stat : 26144 (python) R 26142 26144 25222 0 -1 4202496 1050 0 0 0 1 0 0 0 25 0 1 0 736887899 16629760 922 33554432000 4194304 5683644 140734593611312 18446744073709551615 5293775 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26144/statm: 4060 922 381 364 0 547 0

[startup+0.055534 s]
/proc/loadavg: 8.53 8.17 6.24 6/445 26144
/proc/meminfo: memFree=13522828/32951124 swapFree=65586204/67111528
[pid=26144] ppid=26142 vsize=36508 CPUtime=0.04 cores=1,3,5,7
/proc/26144/stat : 26144 (python) R 26142 26144 25222 0 -1 4202496 1568 0 0 0 3 1 0 0 25 0 1 0 736887899 37384192 1403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216734839493 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26144/statm: 9127 1405 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.100533 s]
/proc/loadavg: 8.53 8.17 6.24 6/445 26144
/proc/meminfo: memFree=13522828/32951124 swapFree=65586204/67111528
[pid=26144] ppid=26142 vsize=104228 CPUtime=0.07 cores=1,3,5,7
/proc/26144/stat : 26144 (python) S 26142 26144 25222 0 -1 4202496 3071 0 0 0 5 2 0 0 17 0 1 0 736887899 106729472 2752 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/26144/statm: 26058 2753 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.30051 s]
/proc/loadavg: 8.53 8.17 6.24 6/445 26144
/proc/meminfo: memFree=13522828/32951124 swapFree=65586204/67111528
[pid=26144] ppid=26142 vsize=187688 CPUtime=0.23 cores=1,3,5,7
/proc/26144/stat : 26144 (python) S 26142 26144 25222 0 -1 4202496 6833 935 1 0 17 6 0 0 17 0 1 0 736887899 192192512 4884 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/26144/statm: 46922 4884 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187688

[startup+0.700384 s]
/proc/loadavg: 8.53 8.17 6.24 6/445 26144
/proc/meminfo: memFree=13522828/32951124 swapFree=65586204/67111528
[pid=26144] ppid=26142 vsize=320292 CPUtime=0.49 cores=1,3,5,7
/proc/26144/stat : 26144 (python) S 26142 26144 25222 0 -1 4202496 12234 935 1 0 39 10 0 0 19 0 5 0 736887899 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26144/statm: 80073 7262 1873 364 0 15982 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 320292

[startup+1.50124 s]
/proc/loadavg: 8.53 8.17 6.24 9/458 26161
/proc/meminfo: memFree=13482052/32951124 swapFree=65586204/67111528
[pid=26144] ppid=26142 vsize=320292 CPUtime=0.49 cores=1,3,5,7
/proc/26144/stat : 26144 (python) S 26142 26144 25222 0 -1 4202496 12234 935 1 0 39 10 0 0 19 0 5 0 736887899 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26144/statm: 80073 7262 1873 364 0 15982 0
[pid=26150] ppid=26144 vsize=278608 CPUtime=0 cores=1,3,5,7
/proc/26150/stat : 26150 (python) S 26144 26144 25222 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 736887955 285294592 5576 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198735 0 0 16781312 514 17779323477514256383 0 0 17 5 0 0 0
/proc/26150/statm: 69652 5576 354 364 0 5570 0
[pid=26152] ppid=26150 vsize=1017800 CPUtime=0.93 cores=1,3,5,7
/proc/26152/stat : 26152 (gnovelty+2) R 26150 26152 26152 0 -1 4202496 447 0 0 0 93 0 0 0 21 0 1 0 736887956 1042227200 181 33554432000 134512640 135663704 4294224432 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26152/statm: 254450 181 113 282 0 254166 0
[pid=26153] ppid=26144 vsize=289404 CPUtime=0 cores=1,3,5,7
/proc/26153/stat : 26153 (python) S 26144 26144 25222 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 736887956 296349696 5709 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 12204337180050424072 0 0 17 3 0 0 0
/proc/26153/statm: 72351 5709 348 364 0 8266 0
[pid=26155] ppid=26153 vsize=2568 CPUtime=0.91 cores=1,3,5,7
/proc/26155/stat : 26155 (march_hi) R 26153 26155 26155 0 -1 4202496 708 0 0 0 91 0 0 0 25 0 1 0 736887957 2629632 441 33554432000 4194304 4955518 140736791628976 18446744073709551615 4347003 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26155/statm: 642 441 104 186 0 455 0
[pid=26156] ppid=26144 vsize=299188 CPUtime=0 cores=1,3,5,7
/proc/26156/stat : 26156 (python) S 26144 26144 25222 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 736887957 306368512 5610 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 16656083839055003908 0 0 17 1 0 0 0
/proc/26156/statm: 74797 5610 348 364 0 10709 0
[pid=26158] ppid=26156 vsize=2568 CPUtime=0.91 cores=1,3,5,7
/proc/26158/stat : 26158 (march_hi) R 26156 26158 26158 0 -1 4202496 697 0 0 0 91 0 0 0 23 0 1 0 736887958 2629632 441 33554432000 4194304 4955518 140733786458432 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26158/statm: 642 441 104 186 0 455 0
[pid=26159] ppid=26144 vsize=310048 CPUtime=0 cores=1,3,5,7
/proc/26159/stat : 26159 (python) S 26144 26144 25222 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 736887958 317489152 5733 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 11172898516173291780 0 0 17 5 0 0 0
/proc/26159/statm: 77512 5733 348 364 0 13421 0
[pid=26161] ppid=26159 vsize=2500 CPUtime=0.88 cores=1,3,5,7
/proc/26161/stat : 26161 (march_hi) R 26159 26161 26161 0 -1 4202496 703 0 0 0 88 0 0 0 23 0 1 0 736887958 2560000 440 33554432000 4194304 4955518 140735295109808 18446744073709551615 4314044 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26161/statm: 625 440 104 186 0 438 0
[pid=26144/tid=26151] ppid=26142 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26151/stat : 26151 (python) S 26142 26144 25222 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 5 0 736887955 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 7 0 0 0
[pid=26144/tid=26154] ppid=26142 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26154/stat : 26154 (python) S 26142 26144 25222 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 736887956 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 3 0 0 0
[pid=26144/tid=26157] ppid=26142 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26157/stat : 26157 (python) S 26142 26144 25222 0 -1 4202560 19 935 0 0 0 0 0 0 20 0 5 0 736887957 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 1 0 0 0
[pid=26144/tid=26160] ppid=26142 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26160/stat : 26160 (python) S 26142 26144 25222 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 736887958 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 2522976

[startup+3.10096 s]
/proc/loadavg: 8.53 8.17 6.24 9/458 26161
/proc/meminfo: memFree=13479944/32951124 swapFree=65586204/67111528
[pid=26144] ppid=26142 vsize=320292 CPUtime=0.49 cores=1,3,5,7
/proc/26144/stat : 26144 (python) S 26142 26144 25222 0 -1 4202496 12234 935 1 0 39 10 0 0 19 0 5 0 736887899 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26144/statm: 80073 7262 1873 364 0 15982 0
[pid=26150] ppid=26144 vsize=278608 CPUtime=0 cores=1,3,5,7
/proc/26150/stat : 26150 (python) S 26144 26144 25222 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 736887955 285294592 5576 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198735 0 0 16781312 514 17779323477514223876 0 0 17 5 0 0 0
/proc/26150/statm: 69652 5576 354 364 0 5570 0
[pid=26152] ppid=26150 vsize=1017800 CPUtime=2.53 cores=1,3,5,7
/proc/26152/stat : 26152 (gnovelty+2) R 26150 26152 26152 0 -1 4202496 447 0 0 0 253 0 0 0 25 0 1 0 736887956 1042227200 181 33554432000 134512640 135663704 4294224432 18446744073709551615 134544259 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26152/statm: 254450 181 113 282 0 254166 0
[pid=26153] ppid=26144 vsize=289404 CPUtime=0 cores=1,3,5,7
/proc/26153/stat : 26153 (python) S 26144 26144 25222 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 736887956 296349696 5709 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 12204337180050424072 0 0 17 3 0 0 0
/proc/26153/statm: 72351 5709 348 364 0 8266 0
[pid=26155] ppid=26153 vsize=2820 CPUtime=2.51 cores=1,3,5,7
/proc/26155/stat : 26155 (march_hi) R 26153 26155 26155 0 -1 4202496 765 0 0 0 251 0 0 0 25 0 1 0 736887957 2887680 498 33554432000 4194304 4955518 140736791628976 18446744073709551615 4328148 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26155/statm: 705 498 104 186 0 518 0
[pid=26156] ppid=26144 vsize=299188 CPUtime=0 cores=1,3,5,7
/proc/26156/stat : 26156 (python) S 26144 26144 25222 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 736887957 306368512 5610 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 2950302512676045060 0 0 17 1 0 0 0
/proc/26156/statm: 74797 5610 348 364 0 10709 0
[pid=26158] ppid=26156 vsize=2820 CPUtime=2.51 cores=1,3,5,7
/proc/26158/stat : 26158 (march_hi) R 26156 26158 26158 0 -1 4202496 755 0 0 0 251 0 0 0 25 0 1 0 736887958 2887680 499 33554432000 4194304 4955518 140733786458432 18446744073709551615 4227583 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26158/statm: 705 499 104 186 0 518 0
[pid=26159] ppid=26144 vsize=310048 CPUtime=0 cores=1,3,5,7
/proc/26159/stat : 26159 (python) S 26144 26144 25222 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 736887958 317489152 5733 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 11172898516173291780 0 0 17 5 0 0 0
/proc/26159/statm: 77512 5733 348 364 0 13421 0
[pid=26161] ppid=26159 vsize=2820 CPUtime=2.47 cores=1,3,5,7
/proc/26161/stat : 26161 (march_hi) R 26159 26161 26161 0 -1 4202496 759 0 0 0 247 0 0 0 25 0 1 0 736887958 2887680 496 33554432000 4194304 4955518 140735295109808 18446744073709551615 4284433 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26161/statm: 705 496 104 186 0 518 0
[pid=26144/tid=26151] ppid=26142 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26151/stat : 26151 (python) S 26142 26144 25222 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 5 0 736887955 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 7 0 0 0
[pid=26144/tid=26154] ppid=26142 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26154/stat : 26154 (python) S 26142 26144 25222 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 736887956 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 3 0 0 0
[pid=26144/tid=26157] ppid=26142 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26157/stat : 26157 (python) S 26142 26144 25222 0 -1 4202560 19 935 0 0 0 0 0 0 20 0 5 0 736887957 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 1 0 0 0
[pid=26144/tid=26160] ppid=26142 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26160/stat : 26160 (python) S 26142 26144 25222 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 736887958 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.51
Current children cumulated vsize (KiB) 2523800

[startup+6.3014 s]
/proc/loadavg: 8.49 8.17 6.25 11/458 26161
/proc/meminfo: memFree=13474868/32951124 swapFree=65586204/67111528
[pid=26144] ppid=26142 vsize=320292 CPUtime=0.49 cores=1,3,5,7
/proc/26144/stat : 26144 (python) S 26142 26144 25222 0 -1 4202496 12234 935 1 0 39 10 0 0 19 0 5 0 736887899 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26144/statm: 80073 7262 1873 364 0 15982 0
[pid=26150] ppid=26144 vsize=278608 CPUtime=0.01 cores=1,3,5,7
/proc/26150/stat : 26150 (python) S 26144 26144 25222 0 -1 4202560 888 0 0 0 1 0 0 0 18 0 1 0 736887955 285294592 5599 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198735 0 0 16781312 514 17779323477514223876 0 0 17 5 0 0 0
/proc/26150/statm: 69652 5599 377 364 0 5570 0
[pid=26152] ppid=26150 vsize=1017800 CPUtime=5.69 cores=1,3,5,7
/proc/26152/stat : 26152 (gnovelty+2) R 26150 26152 26152 0 -1 4202496 447 0 0 0 569 0 0 0 25 0 1 0 736887956 1042227200 181 33554432000 134512640 135663704 4294224432 18446744073709551615 135008531 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26152/statm: 254450 181 113 282 0 254166 0
[pid=26153] ppid=26144 vsize=289404 CPUtime=0.01 cores=1,3,5,7
/proc/26153/stat : 26153 (python) S 26144 26144 25222 0 -1 4202560 917 0 0 0 0 1 0 0 16 0 1 0 736887956 296349696 5732 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 2950298664385347848 0 0 17 3 0 0 0
/proc/26153/statm: 72351 5732 371 364 0 8266 0
[pid=26155] ppid=26153 vsize=3612 CPUtime=5.69 cores=1,3,5,7
/proc/26155/stat : 26155 (march_hi) R 26153 26155 26155 0 -1 4202496 902 0 0 0 569 0 0 0 25 0 1 0 736887957 3698688 635 33554432000 4194304 4955518 140736791628976 18446744073709551615 4227873 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26155/statm: 903 635 104 186 0 716 0
[pid=26156] ppid=26144 vsize=299188 CPUtime=0.02 cores=1,3,5,7
/proc/26156/stat : 26156 (python) S 26144 26144 25222 0 -1 4202560 902 0 0 0 1 1 0 0 16 0 1 0 736887957 306368512 5633 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 2950302512676045060 0 0 17 1 0 0 0
/proc/26156/statm: 74797 5633 371 364 0 10709 0
[pid=26158] ppid=26156 vsize=3612 CPUtime=5.69 cores=1,3,5,7
/proc/26158/stat : 26158 (march_hi) R 26156 26158 26158 0 -1 4202496 892 0 0 0 569 0 0 0 25 0 1 0 736887958 3698688 636 33554432000 4194304 4955518 140733786458432 18446744073709551615 4261360 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26158/statm: 903 636 104 186 0 716 0
[pid=26159] ppid=26144 vsize=310048 CPUtime=0.02 cores=1,3,5,7
/proc/26159/stat : 26159 (python) S 26144 26144 25222 0 -1 4202560 915 0 0 0 1 1 0 0 16 0 1 0 736887958 317489152 5756 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 3774957948862693636 0 0 17 5 0 0 0
/proc/26159/statm: 77512 5756 371 364 0 13421 0
[pid=26161] ppid=26159 vsize=3612 CPUtime=5.62 cores=1,3,5,7
/proc/26161/stat : 26161 (march_hi) R 26159 26161 26161 0 -1 4202496 896 0 0 0 562 0 0 0 25 0 1 0 736887958 3698688 633 33554432000 4194304 4955518 140735295109808 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26161/statm: 903 633 104 186 0 716 0
[pid=26144/tid=26151] ppid=26142 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26151/stat : 26151 (python) S 26142 26144 25222 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 5 0 736887955 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 7 0 0 0
[pid=26144/tid=26154] ppid=26142 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26154/stat : 26154 (python) S 26142 26144 25222 0 -1 4202560 22 935 0 0 0 0 0 0 21 0 5 0 736887956 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 3 0 0 0
[pid=26144/tid=26157] ppid=26142 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26157/stat : 26157 (python) S 26142 26144 25222 0 -1 4202560 19 935 0 0 0 0 0 0 20 0 5 0 736887957 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 1 0 0 0
[pid=26144/tid=26160] ppid=26142 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26160/stat : 26160 (python) S 26142 26144 25222 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 736887958 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.24
Current children cumulated vsize (KiB) 2526176

[startup+12.7013 s]
/proc/loadavg: 8.45 8.17 6.26 9/458 26161
/proc/meminfo: memFree=13467036/32951124 swapFree=65586204/67111528
[pid=26144] ppid=26142 vsize=320292 CPUtime=0.49 cores=1,3,5,7
/proc/26144/stat : 26144 (python) S 26142 26144 25222 0 -1 4202496 12234 935 1 0 39 10 0 0 19 0 5 0 736887899 327979008 7262 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26144/statm: 80073 7262 1873 364 0 15982 0
[pid=26150] ppid=26144 vsize=278608 CPUtime=0.03 cores=1,3,5,7
/proc/26150/stat : 26150 (python) S 26144 26144 25222 0 -1 4202560 890 0 0 0 2 1 0 0 18 0 1 0 736887955 285294592 5599 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198735 0 0 16781312 514 3363960223227150596 0 0 17 5 0 0 0
/proc/26150/statm: 69652 5599 377 364 0 5570 0
[pid=26152] ppid=26150 vsize=1017800 CPUtime=12.05 cores=1,3,5,7
/proc/26152/stat : 26152 (gnovelty+2) R 26150 26152 26152 0 -1 4202496 447 0 0 0 1205 0 0 0 25 0 1 0 736887956 1042227200 181 33554432000 134512640 135663704 4294224432 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26152/statm: 254450 181 113 282 0 254166 0
[pid=26153] ppid=26144 vsize=289404 CPUtime=0.03 cores=1,3,5,7

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

/proc/26158/statm: 30968 24255 104 186 0 30781 0
[pid=26156/tid=26189] ppid=26144 vsize=299188 CPUtime=0 cores=1,3,5,7
/proc/26156/task/26189/stat : 26189 (python) S 26144 26144 25222 0 -1 4202560 44 0 0 0 0 0 0 0 17 0 2 0 736927279 306368512 5663 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604462189548672 0 0 -1 1 0 0 0
[pid=26159] ppid=26144 vsize=310048 CPUtime=2.34 cores=1,3,5,7
/proc/26159/stat : 26159 (python) S 26144 26144 25222 0 -1 4202560 1156 0 0 0 123 111 0 0 15 0 2 0 736887958 317489152 5786 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26159/statm: 77512 5786 400 364 0 13421 0
[pid=26161] ppid=26159 vsize=123872 CPUtime=680.16 cores=1,3,5,7
/proc/26161/stat : 26161 (march_hi) T 26159 26161 26161 0 -1 4202496 21182 0 0 0 68013 3 0 0 25 0 1 0 736887958 126844928 20919 33554432000 4194304 4955518 140735295109808 18446744073709551615 4209624 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26161/statm: 30968 20919 104 186 0 30781 0
[pid=26159/tid=26168] ppid=26144 vsize=310048 CPUtime=0 cores=1,3,5,7
/proc/26159/task/26168/stat : 26168 (python) S 26144 26144 25222 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 736898036 317489152 5786 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604470971488320 0 0 -1 5 0 0 0
[pid=26165] ppid=26144 vsize=320304 CPUtime=0.31 cores=1,3,5,7
/proc/26165/stat : 26165 (python) S 26144 26144 25222 0 -1 4202560 1092 0 0 0 17 14 0 0 19 0 2 0 736897987 327991296 5790 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26165/statm: 80076 5790 400 364 0 15982 0
[pid=26167] ppid=26165 vsize=1017800 CPUtime=98.93 cores=1,3,5,7
/proc/26167/stat : 26167 (gnovelty+2) T 26165 26167 26167 0 -1 4202496 443 0 0 0 9893 0 0 0 25 0 1 0 736897988 1042227200 181 33554432000 134512640 135663704 4287061744 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26167/statm: 254450 181 113 282 0 254166 0
[pid=26165/tid=26177] ppid=26144 vsize=320304 CPUtime=0 cores=1,3,5,7
/proc/26165/task/26177/stat : 26177 (python) S 26144 26144 25222 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736908019 327991296 5790 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604468664908736 0 0 -1 5 0 0 0
[pid=26178] ppid=26144 vsize=330652 CPUtime=2.38 cores=1,3,5,7
/proc/26178/stat : 26178 (python) S 26144 26144 25222 0 -1 4202560 1154 0 0 0 126 112 0 0 16 0 2 0 736908020 338587648 5817 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26178/statm: 82663 5817 400 364 0 18566 0
[pid=26180] ppid=26178 vsize=123872 CPUtime=684.04 cores=1,3,5,7
/proc/26180/stat : 26180 (march_hi) T 26178 26180 26180 0 -1 4202496 21226 0 0 0 68401 3 0 0 25 0 1 0 736908020 126844928 20966 33554432000 4194304 4955518 140737432005824 18446744073709551615 4227671 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26180/statm: 30968 20966 104 186 0 30781 0
[pid=26178/tid=26222] ppid=26144 vsize=330652 CPUtime=0 cores=1,3,5,7
/proc/26178/task/26222/stat : 26222 (python) S 26144 26144 25222 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 736976804 338587648 5817 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604464099459456 0 0 -1 5 0 0 0
[pid=26190] ppid=26144 vsize=340908 CPUtime=2.78 cores=1,3,5,7
/proc/26190/stat : 26190 (python) S 26144 26144 25222 0 -1 4202560 1168 0 0 0 144 134 0 0 15 0 2 0 736927280 349089792 5842 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26190/statm: 85227 5842 400 364 0 21127 0
[pid=26192] ppid=26190 vsize=123872 CPUtime=800.91 cores=1,3,5,7
/proc/26192/stat : 26192 (march_hi) R 26190 26192 26192 0 -1 4202496 24411 0 0 0 80086 5 0 0 25 0 1 0 736927280 126844928 24150 33554432000 4194304 4955518 140734666900784 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26192/statm: 30968 24150 104 186 0 30781 0
[pid=26190/tid=26246] ppid=26144 vsize=340908 CPUtime=0 cores=1,3,5,7
/proc/26190/task/26246/stat : 26246 (python) S 26144 26144 25222 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 736995997 349089792 5842 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604469825659840 0 0 -1 3 0 0 0
[pid=26193] ppid=26144 vsize=351164 CPUtime=2.62 cores=1,3,5,7
/proc/26193/stat : 26193 (python) S 26144 26144 25222 0 -1 4202560 1185 0 0 0 138 124 0 0 18 0 2 0 736927358 359591936 5853 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26193/statm: 87791 5853 406 364 0 23688 0
[pid=26195] ppid=26193 vsize=182448 CPUtime=791.88 cores=1,3,5,7
/proc/26195/stat : 26195 (kcnfs-2006) R 26193 26195 26195 0 -1 4202496 613 0 0 0 79188 0 0 0 25 0 1 0 736927358 186826752 348 33554432000 134512640 135163436 4287562496 18446744073709551615 134559554 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26195/statm: 45612 348 77 159 0 45452 0
[pid=26193/tid=26243] ppid=26144 vsize=351164 CPUtime=0 cores=1,3,5,7
/proc/26193/task/26243/stat : 26243 (python) S 26144 26144 25222 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736987148 359591936 5853 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604469825661632 0 0 -1 7 0 0 0
[pid=26213] ppid=26144 vsize=361624 CPUtime=0.36 cores=1,3,5,7
/proc/26213/stat : 26213 (python) S 26144 26144 25222 0 -1 4202560 1161 0 0 0 19 17 0 0 17 0 2 0 736956525 370302976 5886 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26213/statm: 90406 5886 406 364 0 26300 0
[pid=26215] ppid=26213 vsize=18456 CPUtime=98.94 cores=1,3,5,7
/proc/26215/stat : 26215 (march_hi) T 26213 26215 26215 0 -1 4202496 4142 0 0 0 9893 1 0 0 25 0 1 0 736956526 18898944 3874 33554432000 4194304 4955518 140735833132496 18446744073709551615 4209701 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26215/statm: 4614 3874 104 186 0 4427 0
[pid=26213/tid=26219] ppid=26144 vsize=361624 CPUtime=0 cores=1,3,5,7
/proc/26213/task/26219/stat : 26219 (python) S 26144 26144 25222 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 736966517 370302976 5886 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604470655555456 0 0 -1 3 0 0 0
[pid=26144/tid=26151] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26151/stat : 26151 (python) S 26142 26144 25222 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 10 0 736887955 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 7 0 0 0
[pid=26144/tid=26154] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26154/stat : 26154 (python) S 26142 26144 25222 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 10 0 736887956 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 3 0 0 0
[pid=26144/tid=26157] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26157/stat : 26157 (python) S 26142 26144 25222 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 10 0 736887957 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 1 0 0 0
[pid=26144/tid=26160] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26160/stat : 26160 (python) S 26142 26144 25222 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 736887958 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
[pid=26144/tid=26166] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26166/stat : 26166 (python) S 26142 26144 25222 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 10 0 736897988 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
[pid=26144/tid=26179] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26179/stat : 26179 (python) S 26142 26144 25222 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 10 0 736908020 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
[pid=26144/tid=26191] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26191/stat : 26191 (python) S 26142 26144 25222 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 10 0 736927280 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
[pid=26144/tid=26194] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26194/stat : 26194 (python) S 26142 26144 25222 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 10 0 736927358 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
[pid=26144/tid=26214] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26214/stat : 26214 (python) S 26142 26144 25222 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 10 0 736956526 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4774.74
Current children cumulated vsize (KiB) 6119876

[startup+1199.8 s]
/proc/loadavg: 4.09 5.84 6.66 5/456 26250
/proc/meminfo: memFree=13195636/32951124 swapFree=65586204/67111528
[pid=26144] ppid=26142 vsize=371868 CPUtime=0.59 cores=1,3,5,7
/proc/26144/stat : 26144 (python) S 26142 26144 25222 0 -1 4202496 17580 935 1 0 48 11 0 0 18 0 10 0 736887899 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26144/statm: 92967 7403 1892 364 0 28861 0
[pid=26150] ppid=26144 vsize=288852 CPUtime=0.31 cores=1,3,5,7
/proc/26150/stat : 26150 (python) S 26144 26144 25222 0 -1 4202560 1163 0 0 0 17 14 0 0 19 0 2 0 736887955 295784448 5643 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26150/statm: 72213 5643 416 364 0 8131 0
[pid=26152] ppid=26150 vsize=1017800 CPUtime=99.63 cores=1,3,5,7
/proc/26152/stat : 26152 (gnovelty+2) T 26150 26152 26152 0 -1 4202496 447 0 0 0 9963 0 0 0 25 0 1 0 736887956 1042227200 181 33554432000 134512640 135663704 4294224432 18446744073709551615 135008449 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26152/statm: 254450 181 113 282 0 254166 0
[pid=26150/tid=26164] ppid=26144 vsize=288852 CPUtime=0 cores=1,3,5,7
/proc/26150/task/26164/stat : 26164 (python) S 26144 26144 25222 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736897987 295784448 5643 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604465642199168 0 0 -1 5 0 0 0
[pid=26153] ppid=26144 vsize=289404 CPUtime=2.38 cores=1,3,5,7
/proc/26153/stat : 26153 (python) S 26144 26144 25222 0 -1 4202560 1155 0 0 0 124 114 0 0 15 0 2 0 736887956 296349696 5762 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26153/statm: 72351 5762 400 364 0 8266 0
[pid=26155] ppid=26153 vsize=123872 CPUtime=702.5 cores=1,3,5,7
/proc/26155/stat : 26155 (march_hi) R 26153 26155 26155 0 -1 4202496 21790 0 0 0 70245 5 0 0 25 0 1 0 736887957 126844928 21523 33554432000 4194304 4955518 140736791628976 18446744073709551615 4238406 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26155/statm: 30968 21523 104 186 0 30781 0
[pid=26153/tid=26196] ppid=26144 vsize=289404 CPUtime=0 cores=1,3,5,7
/proc/26153/task/26196/stat : 26196 (python) S 26144 26144 25222 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 736927369 296349696 5762 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604462189547776 0 0 -1 3 0 0 0
[pid=26156] ppid=26144 vsize=299188 CPUtime=2.75 cores=1,3,5,7
/proc/26156/stat : 26156 (python) S 26144 26144 25222 0 -1 4202560 1148 0 0 0 146 129 0 0 15 0 2 0 736887957 306368512 5663 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26156/statm: 74797 5663 400 364 0 10709 0
[pid=26158] ppid=26156 vsize=123872 CPUtime=801.13 cores=1,3,5,7
/proc/26158/stat : 26158 (march_hi) R 26156 26158 26158 0 -1 4202496 24515 0 0 0 80109 4 0 0 25 0 1 0 736887958 126844928 24259 33554432000 4194304 4955518 140733786458432 18446744073709551615 4286649 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26158/statm: 30968 24259 104 186 0 30781 0
[pid=26156/tid=26189] ppid=26144 vsize=299188 CPUtime=0 cores=1,3,5,7
/proc/26156/task/26189/stat : 26189 (python) S 26144 26144 25222 0 -1 4202560 44 0 0 0 0 0 0 0 17 0 2 0 736927279 306368512 5663 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604462189548672 0 0 -1 1 0 0 0
[pid=26159] ppid=26144 vsize=310048 CPUtime=2.34 cores=1,3,5,7
/proc/26159/stat : 26159 (python) S 26144 26144 25222 0 -1 4202560 1156 0 0 0 123 111 0 0 15 0 2 0 736887958 317489152 5786 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26159/statm: 77512 5786 400 364 0 13421 0
[pid=26161] ppid=26159 vsize=123872 CPUtime=680.16 cores=1,3,5,7
/proc/26161/stat : 26161 (march_hi) T 26159 26161 26161 0 -1 4202496 21182 0 0 0 68013 3 0 0 25 0 1 0 736887958 126844928 20919 33554432000 4194304 4955518 140735295109808 18446744073709551615 4209624 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26161/statm: 30968 20919 104 186 0 30781 0
[pid=26159/tid=26168] ppid=26144 vsize=310048 CPUtime=0 cores=1,3,5,7
/proc/26159/task/26168/stat : 26168 (python) S 26144 26144 25222 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 736898036 317489152 5786 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604470971488320 0 0 -1 5 0 0 0
[pid=26165] ppid=26144 vsize=320304 CPUtime=0.31 cores=1,3,5,7
/proc/26165/stat : 26165 (python) S 26144 26144 25222 0 -1 4202560 1092 0 0 0 17 14 0 0 19 0 2 0 736897987 327991296 5790 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26165/statm: 80076 5790 400 364 0 15982 0
[pid=26167] ppid=26165 vsize=1017800 CPUtime=98.93 cores=1,3,5,7
/proc/26167/stat : 26167 (gnovelty+2) T 26165 26167 26167 0 -1 4202496 443 0 0 0 9893 0 0 0 25 0 1 0 736897988 1042227200 181 33554432000 134512640 135663704 4287061744 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26167/statm: 254450 181 113 282 0 254166 0
[pid=26165/tid=26177] ppid=26144 vsize=320304 CPUtime=0 cores=1,3,5,7
/proc/26165/task/26177/stat : 26177 (python) S 26144 26144 25222 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736908019 327991296 5790 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604468664908736 0 0 -1 5 0 0 0
[pid=26178] ppid=26144 vsize=330652 CPUtime=2.38 cores=1,3,5,7
/proc/26178/stat : 26178 (python) S 26144 26144 25222 0 -1 4202560 1154 0 0 0 126 112 0 0 16 0 2 0 736908020 338587648 5817 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26178/statm: 82663 5817 400 364 0 18566 0
[pid=26180] ppid=26178 vsize=123872 CPUtime=684.04 cores=1,3,5,7
/proc/26180/stat : 26180 (march_hi) T 26178 26180 26180 0 -1 4202496 21226 0 0 0 68401 3 0 0 25 0 1 0 736908020 126844928 20966 33554432000 4194304 4955518 140737432005824 18446744073709551615 4227671 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26180/statm: 30968 20966 104 186 0 30781 0
[pid=26178/tid=26222] ppid=26144 vsize=330652 CPUtime=0 cores=1,3,5,7
/proc/26178/task/26222/stat : 26222 (python) S 26144 26144 25222 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 736976804 338587648 5817 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604464099459456 0 0 -1 5 0 0 0
[pid=26190] ppid=26144 vsize=340908 CPUtime=2.78 cores=1,3,5,7
/proc/26190/stat : 26190 (python) S 26144 26144 25222 0 -1 4202560 1168 0 0 0 144 134 0 0 15 0 2 0 736927280 349089792 5842 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26190/statm: 85227 5842 400 364 0 21127 0
[pid=26192] ppid=26190 vsize=123872 CPUtime=801.01 cores=1,3,5,7
/proc/26192/stat : 26192 (march_hi) R 26190 26192 26192 0 -1 4202496 24414 0 0 0 80096 5 0 0 25 0 1 0 736927280 126844928 24153 33554432000 4194304 4955518 140734666900784 18446744073709551615 4238457 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26192/statm: 30968 24153 104 186 0 30781 0
[pid=26190/tid=26246] ppid=26144 vsize=340908 CPUtime=0 cores=1,3,5,7
/proc/26190/task/26246/stat : 26246 (python) S 26144 26144 25222 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 736995997 349089792 5842 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604469825659840 0 0 -1 3 0 0 0
[pid=26193] ppid=26144 vsize=351164 CPUtime=2.62 cores=1,3,5,7
/proc/26193/stat : 26193 (python) S 26144 26144 25222 0 -1 4202560 1185 0 0 0 138 124 0 0 18 0 2 0 736927358 359591936 5853 33554432000 4194304 5683644 140734593611312 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26193/statm: 87791 5853 406 364 0 23688 0
[pid=26195] ppid=26193 vsize=182448 CPUtime=791.98 cores=1,3,5,7
/proc/26195/stat : 26195 (kcnfs-2006) R 26193 26195 26195 0 -1 4202496 613 0 0 0 79198 0 0 0 25 0 1 0 736927358 186826752 348 33554432000 134512640 135163436 4287562496 18446744073709551615 134581811 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26195/statm: 45612 348 77 159 0 45452 0
[pid=26193/tid=26243] ppid=26144 vsize=351164 CPUtime=0 cores=1,3,5,7
/proc/26193/task/26243/stat : 26243 (python) S 26144 26144 25222 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736987148 359591936 5853 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604469825661632 0 0 -1 7 0 0 0
[pid=26213] ppid=26144 vsize=361624 CPUtime=0.36 cores=1,3,5,7
/proc/26213/stat : 26213 (python) S 26144 26144 25222 0 -1 4202560 1161 0 0 0 19 17 0 0 17 0 2 0 736956525 370302976 5886 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26213/statm: 90406 5886 406 364 0 26300 0
[pid=26215] ppid=26213 vsize=18456 CPUtime=98.94 cores=1,3,5,7
/proc/26215/stat : 26215 (march_hi) T 26213 26215 26215 0 -1 4202496 4142 0 0 0 9893 1 0 0 25 0 1 0 736956526 18898944 3874 33554432000 4194304 4955518 140735833132496 18446744073709551615 4209701 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26215/statm: 4614 3874 104 186 0 4427 0
[pid=26213/tid=26219] ppid=26144 vsize=361624 CPUtime=0 cores=1,3,5,7
/proc/26213/task/26219/stat : 26219 (python) S 26144 26144 25222 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 736966517 370302976 5886 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 514 18446604470655555456 0 0 -1 3 0 0 0
[pid=26144/tid=26151] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26151/stat : 26151 (python) S 26142 26144 25222 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 10 0 736887955 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 7 0 0 0
[pid=26144/tid=26154] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26154/stat : 26154 (python) S 26142 26144 25222 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 10 0 736887956 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 3 0 0 0
[pid=26144/tid=26157] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26157/stat : 26157 (python) S 26142 26144 25222 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 10 0 736887957 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 1 0 0 0
[pid=26144/tid=26160] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26160/stat : 26160 (python) S 26142 26144 25222 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 736887958 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
[pid=26144/tid=26166] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26166/stat : 26166 (python) S 26142 26144 25222 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 10 0 736897988 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
[pid=26144/tid=26179] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26179/stat : 26179 (python) S 26142 26144 25222 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 10 0 736908020 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
[pid=26144/tid=26191] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26191/stat : 26191 (python) S 26142 26144 25222 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 10 0 736927280 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
[pid=26144/tid=26194] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26194/stat : 26194 (python) S 26142 26144 25222 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 10 0 736927358 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
[pid=26144/tid=26214] ppid=26142 vsize=371868 CPUtime=0 cores=1,3,5,7
/proc/26144/task/26214/stat : 26214 (python) S 26142 26144 25222 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 10 0 736956526 380792832 7403 33554432000 4194304 5683644 140734593611312 18446744073709551615 216747002289 0 0 16781312 2 18446604462349833216 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4775.14
Current children cumulated vsize (KiB) 6119876

Child status: 0
Real time (s): 1199.88
CPU time (s): 4775.56
CPU user time (s): 4767.43
CPU system time (s): 8.13676
CPU usage (%): 398.003
Max. virtual memory (cumulated for all children) (KiB): 6119880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4767.43
system time used= 8.13676
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151949
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= 8354
involuntary context switches= 36243

runsolver used 6.71098 second user time and 15.2447 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 15:36:12
IDJOB=3378646
IDBENCH=83055
IDSOLVER=1859
FILE ID=node119/3378646-1305466572
RUNJOBID= node119-1305465319-25241
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-v550-c2343-S1693168158-005.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-3378646-1305466572/watcher-3378646-1305466572 -o /tmp/evaluation-result-3378646-1305466572/solver-3378646-1305466572 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378646-1305466572.cnf -seed 301703342 -budget 4800 -cores 4

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

MD5SUM BENCH= c2b69177f59f5d1d2093247dc6de56f3
RANDOM SEED=301703342

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:      13522984 kB
Buffers:        307440 kB
Cached:        4923256 kB
SwapCached:       4756 kB
Active:       15882668 kB
Inactive:      3196216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13522984 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           32056 kB
Writeback:           0 kB
AnonPages:    13846628 kB
Mapped:          40044 kB
Slab:           216012 kB
PageTables:      67096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 123402212 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= 73268 MiB
End job on node119 at 2011-05-15 15:56:12