Trace number 3322278

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 2312.57 357.247

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1741857700-014.UNKNOWN.cnf
MD5SUM68bf08be908d1e2b9826bc30706a7365
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark348.401
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.35/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.63	c INFO: solving HOME/instance-3322278-1304379434.cnf
0.35/0.63	c INFO: computing task features
0.35/0.64	c INFO: computed variable-clause graph statistics
0.35/0.64	c INFO: computed clause balance statistics
0.43/0.70	c INFO: computed variable balance statistics
0.43/0.73	c INFO: computed small-clause counts
0.43/0.73	c INFO: computed Horn-clause counts
0.43/0.74	c INFO: computed variable graph statistics
0.43/0.74	c INFO: collected features for HOME/instance-3322278-1304379434.cnf in 0.10 s
0.43/0.77	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.62)
0.52/0.81	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.19)
0.52/0.85	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.52/0.89	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.29)
0.62/0.93	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.26)
0.62/0.97	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.27)
0.62/1.01	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
1.46/1.05	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
650.65/101.09	c INFO: running kcnfs-2006@0 for 582 with 39899 remaining (b = 0.21)
651.42/101.16	c INFO: running kcnfs-2006@0 for 582 with 39899 remaining (b = 0.18)
1441.25/222.91	c INFO: running march_hi@0 for 291 with 39777 remaining (b = 0.11)
2312.19/357.22	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3322278-1304379434/watcher-3322278-1304379434 -o /tmp/evaluation-result-3322278-1304379434/solver-3322278-1304379434 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322278-1304379434.cnf -seed 1602385021 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 8.71 9.31 9.31 3/360 14162
/proc/meminfo: memFree=15828532/32951124 swapFree=67111524/67111528
[pid=14162] ppid=14160 vsize=15772 CPUtime=0 cores=0-7
/proc/14162/stat : 14162 (python) S 14160 14162 12854 0 -1 4202496 927 0 0 0 0 0 0 0 25 0 1 0 530359009 16150528 806 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/14162/statm: 3943 806 356 364 0 430 0

[startup+0.0194539 s]
/proc/loadavg: 8.71 9.31 9.31 3/360 14162
/proc/meminfo: memFree=15828532/32951124 swapFree=67111524/67111528
[pid=14162] ppid=14160 vsize=16236 CPUtime=0 cores=0-7
/proc/14162/stat : 14162 (python) R 14160 14162 12854 0 -1 4202496 1046 0 0 0 0 0 0 0 25 0 1 0 530359009 16625664 917 33554432000 4194304 5683644 140737382612576 18446744073709551615 5114072 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/14162/statm: 4059 917 381 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.100434 s]
/proc/loadavg: 8.71 9.31 9.31 3/360 14162
/proc/meminfo: memFree=15828532/32951124 swapFree=67111524/67111528
[pid=14162] ppid=14160 vsize=93960 CPUtime=0.05 cores=0-7
/proc/14162/stat : 14162 (python) R 14160 14162 12854 0 -1 4202496 2695 0 0 0 4 1 0 0 25 0 1 0 530359009 96215040 2407 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726404864 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/14162/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.300399 s]
/proc/loadavg: 8.71 9.31 9.31 3/360 14162
/proc/meminfo: memFree=15828532/32951124 swapFree=67111524/67111528
[pid=14162] ppid=14160 vsize=135748 CPUtime=0.17 cores=0-7
/proc/14162/stat : 14162 (python) S 14160 14162 12854 0 -1 4202496 5963 931 1 0 13 4 0 0 25 0 1 0 530359009 139005952 4151 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726401029 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/14162/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700333 s]
/proc/loadavg: 8.71 9.31 9.31 3/360 14162
/proc/meminfo: memFree=15828532/32951124 swapFree=67111524/67111528
[pid=14162] ppid=14160 vsize=278428 CPUtime=0.43 cores=0-7
/proc/14162/stat : 14162 (python) R 14160 14162 12854 0 -1 4202496 9330 931 1 0 35 8 0 0 25 0 1 0 530359009 285110272 7000 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738229076 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/14162/statm: 69607 7000 1826 364 0 5531 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278428

[startup+1.50113 s]
/proc/loadavg: 8.71 9.31 9.31 11/379 14185
/proc/meminfo: memFree=15778004/32951124 swapFree=67111524/67111528
[pid=14162] ppid=14160 vsize=361256 CPUtime=0.77 cores=0-7
/proc/14162/stat : 14162 (python) S 14160 14162 12854 0 -1 4202496 15776 931 1 0 67 10 0 0 21 0 9 0 530359009 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14162/statm: 90314 7279 1889 364 0 26211 0
[pid=14168] ppid=14162 vsize=278588 CPUtime=0 cores=0-7
/proc/14168/stat : 14168 (python) S 14162 14162 12854 0 -1 4202560 733 0 0 0 0 0 0 0 25 0 1 0 530359087 285274112 5560 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425103 0 0 16781312 514 8934692239620177919 0 0 17 7 0 0 0
/proc/14168/statm: 69647 5560 354 364 0 5565 0
[pid=14170] ppid=14168 vsize=1017800 CPUtime=0.71 cores=0-7
/proc/14170/stat : 14170 (gnovelty+2) R 14168 14170 14170 0 -1 4202496 433 0 0 0 71 0 0 0 25 0 1 0 530359087 1042227200 171 33554432000 134512640 135663704 4289766672 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14170/statm: 254450 171 113 282 0 254166 0
[pid=14171] ppid=14162 vsize=289276 CPUtime=0 cores=0-7
/proc/14171/stat : 14171 (python) S 14162 14162 12854 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 530359091 296218624 5676 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 2132304894273487105 0 0 17 7 0 0 0
/proc/14171/statm: 72319 5676 348 364 0 8234 0
[pid=14173] ppid=14171 vsize=1560 CPUtime=0.66 cores=0-7
/proc/14173/stat : 14173 (march_hi) R 14171 14173 14173 0 -1 4202496 503 0 0 0 66 0 0 0 22 0 1 0 530359091 1597440 240 33554432000 4194304 4955518 140734778018336 18446744073709551615 4261678 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14173/statm: 390 240 106 186 0 203 0
[pid=14174] ppid=14162 vsize=299532 CPUtime=0 cores=0-7
/proc/14174/stat : 14174 (python) S 14162 14162 12854 0 -1 4202560 741 0 0 0 0 0 0 0 21 0 1 0 530359095 306720768 5680 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 8934684543038783487 0 0 17 2 0 0 0
/proc/14174/statm: 74883 5680 348 364 0 10795 0
[pid=14176] ppid=14174 vsize=1017800 CPUtime=0.63 cores=0-7
/proc/14176/stat : 14176 (gnovelty+2) R 14174 14176 14176 0 -1 4202496 437 0 0 0 63 0 0 0 25 0 1 0 530359095 1042227200 171 33554432000 134512640 135663704 4289863648 18446744073709551615 134524925 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14176/statm: 254450 171 113 282 0 254166 0
[pid=14177] ppid=14162 vsize=309788 CPUtime=0 cores=0-7
/proc/14177/stat : 14177 (python) S 14162 14162 12854 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 530359099 317222912 5684 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 2132309292319998210 0 0 17 3 0 0 0
/proc/14177/statm: 77447 5684 348 364 0 13356 0
[pid=14179] ppid=14177 vsize=1560 CPUtime=0.37 cores=0-7
/proc/14179/stat : 14179 (march_hi) R 14177 14179 14179 0 -1 4202496 502 0 0 0 37 0 0 0 25 0 1 0 530359099 1597440 239 33554432000 4194304 4955518 140735023870432 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14179/statm: 390 239 106 186 0 203 0
[pid=14180] ppid=14162 vsize=320044 CPUtime=0 cores=0-7
/proc/14180/stat : 14180 (python) S 14162 14162 12854 0 -1 4202560 762 0 0 0 0 0 0 0 21 0 1 0 530359102 327725056 5697 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 11459228936232206593 0 0 17 2 0 0 0
/proc/14180/statm: 80011 5697 348 364 0 15917 0
[pid=14182] ppid=14180 vsize=1560 CPUtime=0.34 cores=0-7
/proc/14182/stat : 14182 (march_hi) R 14180 14182 14182 0 -1 4202496 501 0 0 0 34 0 0 0 25 0 1 0 530359103 1597440 239 33554432000 4194304 4955518 140733221785984 18446744073709551615 4313975 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/14182/statm: 390 239 106 186 0 203 0
[pid=14183] ppid=14162 vsize=330300 CPUtime=0 cores=0-7
/proc/14183/stat : 14183 (python) S 14162 14162 12854 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 530359106 338227200 5701 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 3940878376662696193 0 0 17 0 0 0 0
/proc/14183/statm: 82575 5701 348 364 0 18478 0
[pid=14185] ppid=14183 vsize=1560 CPUtime=0.49 cores=0-7
/proc/14185/stat : 14185 (march_hi) R 14183 14185 14185 0 -1 4202496 505 0 0 0 49 0 0 0 21 0 1 0 530359109 1597440 240 33554432000 4194304 4955518 140737377869440 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14185/statm: 390 240 106 186 0 203 0
[pid=14162/tid=14169] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14169/stat : 14169 (python) S 14160 14162 12854 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 9 0 530359087 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14172] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14172/stat : 14172 (python) S 14160 14162 12854 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 530359091 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14175] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14175/stat : 14175 (python) S 14160 14162 12854 0 -1 4202560 22 931 0 0 0 0 0 0 22 0 9 0 530359095 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 4 0 0 0
[pid=14162/tid=14178] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14178/stat : 14178 (python) S 14160 14162 12854 0 -1 4202560 25 931 0 0 0 0 0 0 24 0 9 0 530359099 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 6 0 0 0
[pid=14162/tid=14181] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14181/stat : 14181 (python) S 14160 14162 12854 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 9 0 530359103 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 6 0 0 0
[pid=14162/tid=14184] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14184/stat : 14184 (python) S 14160 14162 12854 0 -1 4202560 22 931 0 0 0 0 0 0 19 0 9 0 530359107 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14187] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14187/stat : 14187 (python) S 14160 14162 12854 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 530359110 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 4230624

[startup+3.10083 s]
/proc/loadavg: 8.89 9.33 9.32 11/385 14191
/proc/meminfo: memFree=15768648/32951124 swapFree=67111524/67111528
[pid=14162] ppid=14160 vsize=361256 CPUtime=0.77 cores=0-7
/proc/14162/stat : 14162 (python) S 14160 14162 12854 0 -1 4202496 15776 931 1 0 67 10 0 0 21 0 9 0 530359009 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14162/statm: 90314 7279 1889 364 0 26211 0
[pid=14168] ppid=14162 vsize=278588 CPUtime=0 cores=0-7
/proc/14168/stat : 14168 (python) S 14162 14162 12854 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 530359087 285274112 5560 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425103 0 0 16781312 514 8934692239620145411 0 0 17 7 0 0 0
/proc/14168/statm: 69647 5560 354 364 0 5565 0
[pid=14170] ppid=14168 vsize=1017800 CPUtime=2.31 cores=0-7
/proc/14170/stat : 14170 (gnovelty+2) R 14168 14170 14170 0 -1 4202496 433 0 0 0 231 0 0 0 25 0 1 0 530359087 1042227200 171 33554432000 134512640 135663704 4289766672 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14170/statm: 254450 171 113 282 0 254166 0
[pid=14171] ppid=14162 vsize=289276 CPUtime=0 cores=0-7
/proc/14171/stat : 14171 (python) S 14162 14162 12854 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 530359091 296218624 5676 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 2132304894273487105 0 0 17 7 0 0 0
/proc/14171/statm: 72319 5676 348 364 0 8234 0
[pid=14173] ppid=14171 vsize=1560 CPUtime=2.24 cores=0-7
/proc/14173/stat : 14173 (march_hi) R 14171 14173 14173 0 -1 4202496 508 0 0 0 224 0 0 0 25 0 1 0 530359091 1597440 245 33554432000 4194304 4955518 140734778018336 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14173/statm: 390 245 106 186 0 203 0
[pid=14174] ppid=14162 vsize=299532 CPUtime=0 cores=0-7
/proc/14174/stat : 14174 (python) S 14162 14162 12854 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 530359095 306720768 5680 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 8934684543038750979 0 0 17 2 0 0 0
/proc/14174/statm: 74883 5680 348 364 0 10795 0
[pid=14176] ppid=14174 vsize=1017800 CPUtime=2.23 cores=0-7
/proc/14176/stat : 14176 (gnovelty+2) R 14174 14176 14176 0 -1 4202496 437 0 0 0 223 0 0 0 25 0 1 0 530359095 1042227200 171 33554432000 134512640 135663704 4289863648 18446744073709551615 134544189 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14176/statm: 254450 171 113 282 0 254166 0
[pid=14177] ppid=14162 vsize=309788 CPUtime=0 cores=0-7
/proc/14177/stat : 14177 (python) S 14162 14162 12854 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 530359099 317222912 5684 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 2132309292319998210 0 0 17 3 0 0 0
/proc/14177/statm: 77447 5684 348 364 0 13356 0
[pid=14179] ppid=14177 vsize=1560 CPUtime=1.17 cores=0-7
/proc/14179/stat : 14179 (march_hi) R 14177 14179 14179 0 -1 4202496 502 0 0 0 117 0 0 0 25 0 1 0 530359099 1597440 239 33554432000 4194304 4955518 140735023870432 18446744073709551615 4235606 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14179/statm: 390 239 106 186 0 203 0
[pid=14180] ppid=14162 vsize=320044 CPUtime=0 cores=0-7
/proc/14180/stat : 14180 (python) S 14162 14162 12854 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 530359102 327725056 5697 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 4305552023857627393 0 0 17 2 0 0 0
/proc/14180/statm: 80011 5697 348 364 0 15917 0
[pid=14182] ppid=14180 vsize=1560 CPUtime=1.14 cores=0-7
/proc/14182/stat : 14182 (march_hi) R 14180 14182 14182 0 -1 4202496 501 0 0 0 114 0 0 0 25 0 1 0 530359103 1597440 239 33554432000 4194304 4955518 140733221785984 18446744073709551615 4297547 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/14182/statm: 390 239 106 186 0 203 0
[pid=14183] ppid=14162 vsize=330300 CPUtime=0 cores=0-7
/proc/14183/stat : 14183 (python) S 14162 14162 12854 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 530359106 338227200 5701 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 3940878376662696193 0 0 17 0 0 0 0
/proc/14183/statm: 82575 5701 348 364 0 18478 0
[pid=14185] ppid=14183 vsize=1560 CPUtime=2.09 cores=0-7
/proc/14185/stat : 14185 (march_hi) R 14183 14185 14185 0 -1 4202496 509 0 0 0 209 0 0 0 25 0 1 0 530359109 1597440 244 33554432000 4194304 4955518 140737377869440 18446744073709551615 4237818 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14185/statm: 390 244 106 186 0 203 0
[pid=14186] ppid=14162 vsize=340408 CPUtime=0 cores=0-7
/proc/14186/stat : 14186 (python) S 14162 14162 12854 0 -1 4202560 781 0 0 0 0 0 0 0 15 0 1 0 530359110 348577792 5643 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 9097508746094936323 0 0 17 1 0 0 0
/proc/14186/statm: 85102 5643 348 364 0 21002 0
[pid=14188] ppid=14186 vsize=1560 CPUtime=1.01 cores=0-7
/proc/14188/stat : 14188 (march_hi) R 14186 14188 14188 0 -1 4202496 508 0 0 0 101 0 0 0 25 0 1 0 530359112 1597440 240 33554432000 4194304 4955518 140734239347680 18446744073709551615 4208724 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14188/statm: 390 240 106 186 0 203 0
[pid=14189] ppid=14162 vsize=351012 CPUtime=0 cores=0-7
/proc/14189/stat : 14189 (python) S 14162 14162 12854 0 -1 4202560 824 0 0 0 0 0 0 0 15 0 1 0 530359114 359436288 5740 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 10478024759604904194 0 0 17 1 0 0 0
/proc/14189/statm: 87753 5740 354 364 0 23650 0
[pid=14191] ppid=14189 vsize=1560 CPUtime=1.92 cores=0-7
/proc/14191/stat : 14191 (march_hi) R 14189 14191 14191 0 -1 4202496 512 0 0 0 192 0 0 0 25 0 1 0 530359115 1597440 243 33554432000 4194304 4955518 140733825247008 18446744073709551615 4224406 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14191/statm: 390 243 106 186 0 203 0
[pid=14162/tid=14169] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14169/stat : 14169 (python) S 14160 14162 12854 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 9 0 530359087 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14172] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14172/stat : 14172 (python) S 14160 14162 12854 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 530359091 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14175] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14175/stat : 14175 (python) S 14160 14162 12854 0 -1 4202560 22 931 0 0 0 0 0 0 22 0 9 0 530359095 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 4 0 0 0
[pid=14162/tid=14178] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14178/stat : 14178 (python) S 14160 14162 12854 0 -1 4202560 25 931 0 0 0 0 0 0 24 0 9 0 530359099 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 6 0 0 0
[pid=14162/tid=14181] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14181/stat : 14181 (python) S 14160 14162 12854 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 9 0 530359103 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 6 0 0 0
[pid=14162/tid=14184] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14184/stat : 14184 (python) S 14160 14162 12854 0 -1 4202560 22 931 0 0 0 0 0 0 19 0 9 0 530359107 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14187] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14187/stat : 14187 (python) S 14160 14162 12854 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 530359110 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14190] ppid=14160 vsize=361256 CPUtime=0 cores=0-7
/proc/14162/task/14190/stat : 14190 (python) S 14160 14162 12854 0 -1 4202560 31 931 0 0 0 0 0 0 21 0 9 0 530359114 369926144 7279 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14.88
Current children cumulated vsize (KiB) 4925164

[startup+6.30122 s]
/proc/loadavg: 8.89 9.33 9.32 11/385 14191
/proc/meminfo: memFree=15766176/32951124 swapFree=67111524/67111528
[pid=14162] ppid=14160 vsize=361256 CPUtime=0.77 cores=0-7

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

/proc/14173/statm: 3384 2914 106 186 0 3197 0
[pid=14171/tid=14206] ppid=14162 vsize=289276 CPUtime=0 cores=0-7
/proc/14171/task/14206/stat : 14206 (python) S 14162 14162 12854 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 530381296 296218624 5729 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 514 18446604453926212544 0 0 -1 7 0 0 0
[pid=14174] ppid=14162 vsize=299532 CPUtime=0.27 cores=0-7
/proc/14174/stat : 14174 (python) S 14162 14162 12854 0 -1 4202560 1091 0 0 0 14 13 0 0 19 0 2 0 530359095 306720768 5733 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14174/statm: 74883 5733 400 364 0 10795 0
[pid=14176] ppid=14174 vsize=1017800 CPUtime=100.25 cores=0-7
/proc/14176/stat : 14176 (gnovelty+2) T 14174 14176 14176 0 -1 4202496 437 0 0 0 10025 0 0 0 25 0 1 0 530359095 1042227200 171 33554432000 134512640 135663704 4289863648 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14176/statm: 254450 171 113 282 0 254166 0
[pid=14174/tid=14199] ppid=14162 vsize=299532 CPUtime=0 cores=0-7
/proc/14174/task/14199/stat : 14199 (python) S 14162 14162 12854 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 530369121 306720768 5733 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 514 18446604450697994304 0 0 -1 4 0 0 0
[pid=14177] ppid=14162 vsize=309788 CPUtime=1.05 cores=0-7
/proc/14177/stat : 14177 (python) S 14162 14162 12854 0 -1 4202560 1023 0 0 0 55 50 0 0 15 0 1 0 530359099 317222912 5707 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 12148899799482990850 0 0 17 3 0 0 0
/proc/14177/statm: 77447 5707 371 364 0 13356 0
[pid=14179] ppid=14177 vsize=9476 CPUtime=193.18 cores=0-7
/proc/14179/stat : 14179 (march_hi) R 14177 14179 14179 0 -1 4202496 2178 0 0 0 19318 0 0 0 25 0 1 0 530359099 9703424 1915 33554432000 4194304 4955518 140735023870432 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14179/statm: 2369 1915 106 186 0 2182 0
[pid=14180] ppid=14162 vsize=320044 CPUtime=1.11 cores=0-7
/proc/14180/stat : 14180 (python) S 14162 14162 12854 0 -1 4202560 1034 0 0 0 60 51 0 0 15 0 1 0 530359102 327725056 5720 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 11459228936232206593 0 0 17 2 0 0 0
/proc/14180/statm: 80011 5720 371 364 0 15917 0
[pid=14182] ppid=14180 vsize=19532 CPUtime=306.16 cores=0-7
/proc/14182/stat : 14182 (march_hi) R 14180 14182 14182 0 -1 4202496 3886 0 0 0 30615 1 0 0 25 0 1 0 530359103 20000768 3624 33554432000 4194304 4955518 140733221785984 18446744073709551615 4208592 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/14182/statm: 4883 3624 106 186 0 4696 0
[pid=14183] ppid=14162 vsize=330300 CPUtime=3.2 cores=0-7
/proc/14183/stat : 14183 (python) R 14162 14162 12854 0 -1 4202560 1040 0 0 0 245 75 0 0 18 0 1 0 530359106 338227200 5725 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/14183/statm: 82575 5725 372 364 0 18478 0
[pid=14185] ppid=14183 vsize=0 CPUtime=352.88 cores=0-7
/proc/14185/stat : 14185 (march_hi) R 14183 14185 14185 0 -1 4202500 4823 0 0 0 35283 5 0 0 25 0 1 0 530359109 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14185/statm: 0 0 0 0 0 0 0
[pid=14186] ppid=14162 vsize=340408 CPUtime=1.05 cores=0-7
/proc/14186/stat : 14186 (python) S 14162 14162 12854 0 -1 4202560 1048 0 0 0 57 48 0 0 15 0 1 0 530359110 348577792 5666 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 9097508746094936323 0 0 17 1 0 0 0
/proc/14186/statm: 85102 5666 371 364 0 21002 0
[pid=14188] ppid=14186 vsize=13536 CPUtime=262.48 cores=0-7
/proc/14188/stat : 14188 (march_hi) R 14186 14188 14188 0 -1 4202496 3158 0 0 0 26248 0 0 0 25 0 1 0 530359112 13860864 2890 33554432000 4194304 4955518 140734239347680 18446744073709551615 4208693 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14188/statm: 3384 2890 106 186 0 3197 0
[pid=14189] ppid=14162 vsize=351012 CPUtime=1.06 cores=0-7
/proc/14189/stat : 14189 (python) S 14162 14162 12854 0 -1 4202560 1072 0 0 0 60 46 0 0 15 0 1 0 530359114 359436288 5763 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 10478024759604904194 0 0 17 5 0 0 0
/proc/14189/statm: 87753 5763 377 364 0 23650 0
[pid=14191] ppid=14189 vsize=13712 CPUtime=281.8 cores=0-7
/proc/14191/stat : 14191 (march_hi) R 14189 14191 14191 0 -1 4202496 3476 0 0 0 28180 0 0 0 25 0 1 0 530359115 14041088 3207 33554432000 4194304 4955518 140733825247008 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14191/statm: 3428 3207 106 186 0 3241 0
[pid=14196] ppid=14162 vsize=361268 CPUtime=0.66 cores=0-7
/proc/14196/stat : 14196 (python) S 14162 14162 12854 0 -1 4202560 1047 0 0 0 36 30 0 0 18 0 1 0 530369118 369938432 5761 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 12148899799482990852 0 0 17 1 0 0 0
/proc/14196/statm: 90317 5761 371 364 0 26211 0
[pid=14198] ppid=14196 vsize=181248 CPUtime=242.98 cores=0-7
/proc/14198/stat : 14198 (kcnfs-2006) R 14196 14198 14198 0 -1 4202496 627 0 0 0 24298 0 0 0 25 0 1 0 530369119 185597952 359 33554432000 134512640 135163436 4288107136 18446744073709551615 134616527 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14198/statm: 45312 359 76 159 0 45152 0
[pid=14200] ppid=14162 vsize=437060 CPUtime=0.67 cores=0-7
/proc/14200/stat : 14200 (python) S 14162 14162 12854 0 -1 4202560 834 0 0 0 34 33 0 0 18 0 1 0 530369125 447549440 5938 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 12148899799482990852 0 0 17 2 0 0 0
/proc/14200/statm: 109265 5938 371 364 0 45156 0
[pid=14202] ppid=14200 vsize=181248 CPUtime=197.22 cores=0-7
/proc/14202/stat : 14202 (kcnfs-2006) R 14200 14202 14202 0 -1 4202496 618 0 0 0 19722 0 0 0 25 0 1 0 530369126 185597952 359 33554432000 134512640 135163436 4287552304 18446744073709551615 134684563 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14202/statm: 45312 359 76 159 0 45152 0
[pid=14162/tid=14169] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14169/stat : 14169 (python) S 14160 14162 12854 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 11 0 530359087 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14172] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14172/stat : 14172 (python) S 14160 14162 12854 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 11 0 530359091 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14175] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14175/stat : 14175 (python) S 14160 14162 12854 0 -1 4202560 22 931 0 0 0 0 0 0 22 0 11 0 530359095 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 4 0 0 0
[pid=14162/tid=14178] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14178/stat : 14178 (python) S 14160 14162 12854 0 -1 4202560 25 931 0 0 0 0 0 0 24 0 11 0 530359099 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 6 0 0 0
[pid=14162/tid=14181] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14181/stat : 14181 (python) S 14160 14162 12854 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 11 0 530359103 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 6 0 0 0
[pid=14162/tid=14184] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14184/stat : 14184 (python) S 14160 14162 12854 0 -1 4202560 22 931 0 0 0 0 0 0 19 0 11 0 530359107 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14187] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14187/stat : 14187 (python) S 14160 14162 12854 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 11 0 530359110 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14190] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14190/stat : 14190 (python) S 14160 14162 12854 0 -1 4202560 31 931 0 0 0 0 0 0 21 0 11 0 530359114 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14197] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14197/stat : 14197 (python) S 14160 14162 12854 0 -1 4202560 32 931 0 0 0 0 0 0 19 0 11 0 530369119 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 3 0 0 0
[pid=14162/tid=14201] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14201/stat : 14201 (python) S 14160 14162 12854 0 -1 4202560 75 931 0 0 0 0 0 0 20 0 11 0 530369126 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2311.56
Current children cumulated vsize (KiB) 6242712

[startup+357.201 s]
/proc/loadavg: 10.16 9.90 9.57 12/394 14209
/proc/meminfo: memFree=15653140/32951124 swapFree=67111524/67111528
[pid=14162] ppid=14160 vsize=447304 CPUtime=0.91 cores=0-7
/proc/14162/stat : 14162 (python) S 14160 14162 12854 0 -1 4202496 18029 931 1 0 80 11 0 0 18 0 11 0 530359009 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14162/statm: 111826 7457 1894 364 0 47717 0
[pid=14168] ppid=14162 vsize=288832 CPUtime=0.26 cores=0-7
/proc/14168/stat : 14168 (python) S 14162 14162 12854 0 -1 4202560 1086 0 0 0 13 13 0 0 19 0 2 0 530359087 295763968 5621 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14168/statm: 72208 5621 410 364 0 8126 0
[pid=14170] ppid=14168 vsize=1017800 CPUtime=100.25 cores=0-7
/proc/14170/stat : 14170 (gnovelty+2) T 14168 14170 14170 0 -1 4202496 433 0 0 0 10025 0 0 0 25 0 1 0 530359087 1042227200 171 33554432000 134512640 135663704 4289766672 18446744073709551615 134545572 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14170/statm: 254450 171 113 282 0 254166 0
[pid=14168/tid=14195] ppid=14162 vsize=288832 CPUtime=0 cores=0-7
/proc/14168/task/14195/stat : 14195 (python) S 14162 14162 12854 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 530369114 295763968 5621 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 514 18446604450697996096 0 0 -1 7 0 0 0
[pid=14171] ppid=14162 vsize=289276 CPUtime=1.05 cores=0-7
/proc/14171/stat : 14171 (python) S 14162 14162 12854 0 -1 4202560 1140 0 0 0 55 50 0 0 15 0 2 0 530359091 296218624 5729 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14171/statm: 72319 5729 400 364 0 8234 0
[pid=14173] ppid=14171 vsize=13536 CPUtime=263.11 cores=0-7
/proc/14173/stat : 14173 (march_hi) R 14171 14173 14173 0 -1 4202496 3178 0 0 0 26310 1 0 0 25 0 1 0 530359091 13860864 2915 33554432000 4194304 4955518 140734778018336 18446744073709551615 4208669 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14173/statm: 3384 2915 106 186 0 3197 0
[pid=14171/tid=14206] ppid=14162 vsize=289276 CPUtime=0 cores=0-7
/proc/14171/task/14206/stat : 14206 (python) S 14162 14162 12854 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 530381296 296218624 5729 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 514 18446604453926212544 0 0 -1 7 0 0 0
[pid=14174] ppid=14162 vsize=299532 CPUtime=0.27 cores=0-7
/proc/14174/stat : 14174 (python) S 14162 14162 12854 0 -1 4202560 1091 0 0 0 14 13 0 0 19 0 2 0 530359095 306720768 5733 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14174/statm: 74883 5733 400 364 0 10795 0
[pid=14176] ppid=14174 vsize=1017800 CPUtime=100.25 cores=0-7
/proc/14176/stat : 14176 (gnovelty+2) T 14174 14176 14176 0 -1 4202496 437 0 0 0 10025 0 0 0 25 0 1 0 530359095 1042227200 171 33554432000 134512640 135663704 4289863648 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14176/statm: 254450 171 113 282 0 254166 0
[pid=14174/tid=14199] ppid=14162 vsize=299532 CPUtime=0 cores=0-7
/proc/14174/task/14199/stat : 14199 (python) S 14162 14162 12854 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 530369121 306720768 5733 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 514 18446604450697994304 0 0 -1 4 0 0 0
[pid=14177] ppid=14162 vsize=309788 CPUtime=1.05 cores=0-7
/proc/14177/stat : 14177 (python) S 14162 14162 12854 0 -1 4202560 1023 0 0 0 55 50 0 0 15 0 1 0 530359099 317222912 5707 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 12148899799482990850 0 0 17 3 0 0 0
/proc/14177/statm: 77447 5707 371 364 0 13356 0
[pid=14179] ppid=14177 vsize=9476 CPUtime=193.21 cores=0-7
/proc/14179/stat : 14179 (march_hi) R 14177 14179 14179 0 -1 4202496 2179 0 0 0 19321 0 0 0 25 0 1 0 530359099 9703424 1916 33554432000 4194304 4955518 140735023870432 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14179/statm: 2369 1916 106 186 0 2182 0
[pid=14180] ppid=14162 vsize=320044 CPUtime=1.11 cores=0-7
/proc/14180/stat : 14180 (python) S 14162 14162 12854 0 -1 4202560 1034 0 0 0 60 51 0 0 15 0 1 0 530359102 327725056 5720 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 11459228936232206593 0 0 17 2 0 0 0
/proc/14180/statm: 80011 5720 371 364 0 15917 0
[pid=14182] ppid=14180 vsize=19532 CPUtime=306.26 cores=0-7
/proc/14182/stat : 14182 (march_hi) R 14180 14182 14182 0 -1 4202496 3888 0 0 0 30625 1 0 0 25 0 1 0 530359103 20000768 3626 33554432000 4194304 4955518 140733221785984 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/14182/statm: 4883 3626 106 186 0 4696 0
[pid=14183] ppid=14162 vsize=330300 CPUtime=3.3 cores=0-7
/proc/14183/stat : 14183 (python) R 14162 14162 12854 0 -1 4202560 1040 0 0 0 254 76 0 0 18 0 1 0 530359106 338227200 5725 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/14183/statm: 82575 5725 372 364 0 18478 0
[pid=14185] ppid=14183 vsize=0 CPUtime=352.88 cores=0-7
/proc/14185/stat : 14185 (march_hi) R 14183 14185 14185 0 -1 4202500 4823 0 0 0 35283 5 0 0 25 0 1 0 530359109 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14185/statm: 0 0 0 0 0 0 0
[pid=14186] ppid=14162 vsize=340408 CPUtime=1.05 cores=0-7
/proc/14186/stat : 14186 (python) S 14162 14162 12854 0 -1 4202560 1048 0 0 0 57 48 0 0 15 0 1 0 530359110 348577792 5666 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 9097508746094936323 0 0 17 1 0 0 0
/proc/14186/statm: 85102 5666 371 364 0 21002 0
[pid=14188] ppid=14186 vsize=13536 CPUtime=262.58 cores=0-7
/proc/14188/stat : 14188 (march_hi) R 14186 14188 14188 0 -1 4202496 3160 0 0 0 26258 0 0 0 25 0 1 0 530359112 13860864 2892 33554432000 4194304 4955518 140734239347680 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14188/statm: 3384 2892 106 186 0 3197 0
[pid=14189] ppid=14162 vsize=351012 CPUtime=1.06 cores=0-7
/proc/14189/stat : 14189 (python) S 14162 14162 12854 0 -1 4202560 1072 0 0 0 60 46 0 0 15 0 1 0 530359114 359436288 5763 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 10478024759604904194 0 0 17 5 0 0 0
/proc/14189/statm: 87753 5763 377 364 0 23650 0
[pid=14191] ppid=14189 vsize=13712 CPUtime=281.86 cores=0-7
/proc/14191/stat : 14191 (march_hi) R 14189 14191 14191 0 -1 4202496 3477 0 0 0 28186 0 0 0 25 0 1 0 530359115 14041088 3208 33554432000 4194304 4955518 140733825247008 18446744073709551615 4235624 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14191/statm: 3428 3208 106 186 0 3241 0
[pid=14196] ppid=14162 vsize=361268 CPUtime=0.66 cores=0-7
/proc/14196/stat : 14196 (python) S 14162 14162 12854 0 -1 4202560 1047 0 0 0 36 30 0 0 18 0 1 0 530369118 369938432 5761 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 12148899799482990852 0 0 17 1 0 0 0
/proc/14196/statm: 90317 5761 371 364 0 26211 0
[pid=14198] ppid=14196 vsize=181248 CPUtime=243.08 cores=0-7
/proc/14198/stat : 14198 (kcnfs-2006) R 14196 14198 14198 0 -1 4202496 627 0 0 0 24308 0 0 0 25 0 1 0 530369119 185597952 359 33554432000 134512640 135163436 4288107136 18446744073709551615 134712643 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14198/statm: 45312 359 76 159 0 45152 0
[pid=14200] ppid=14162 vsize=437060 CPUtime=0.67 cores=0-7
/proc/14200/stat : 14200 (python) S 14162 14162 12854 0 -1 4202560 834 0 0 0 34 33 0 0 18 0 1 0 530369125 447549440 5938 33554432000 4194304 5683644 140737382612576 18446744073709551615 264726425158 0 0 16781312 514 12148899799482990852 0 0 17 2 0 0 0
/proc/14200/statm: 109265 5938 371 364 0 45156 0
[pid=14202] ppid=14200 vsize=181248 CPUtime=197.32 cores=0-7
/proc/14202/stat : 14202 (kcnfs-2006) R 14200 14202 14202 0 -1 4202496 618 0 0 0 19732 0 0 0 25 0 1 0 530369126 185597952 359 33554432000 134512640 135163436 4287552304 18446744073709551615 134712466 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14202/statm: 45312 359 76 159 0 45152 0
[pid=14162/tid=14169] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14169/stat : 14169 (python) S 14160 14162 12854 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 11 0 530359087 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14172] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14172/stat : 14172 (python) S 14160 14162 12854 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 11 0 530359091 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14175] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14175/stat : 14175 (python) S 14160 14162 12854 0 -1 4202560 22 931 0 0 0 0 0 0 22 0 11 0 530359095 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 4 0 0 0
[pid=14162/tid=14178] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14178/stat : 14178 (python) S 14160 14162 12854 0 -1 4202560 25 931 0 0 0 0 0 0 24 0 11 0 530359099 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 6 0 0 0
[pid=14162/tid=14181] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14181/stat : 14181 (python) S 14160 14162 12854 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 11 0 530359103 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 6 0 0 0
[pid=14162/tid=14184] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14184/stat : 14184 (python) S 14160 14162 12854 0 -1 4202560 22 931 0 0 0 0 0 0 19 0 11 0 530359107 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14187] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14187/stat : 14187 (python) S 14160 14162 12854 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 11 0 530359110 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14190] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14190/stat : 14190 (python) S 14160 14162 12854 0 -1 4202560 31 931 0 0 0 0 0 0 21 0 11 0 530359114 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
[pid=14162/tid=14197] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14197/stat : 14197 (python) S 14160 14162 12854 0 -1 4202560 32 931 0 0 0 0 0 0 19 0 11 0 530369119 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 3 0 0 0
[pid=14162/tid=14201] ppid=14160 vsize=447304 CPUtime=0 cores=0-7
/proc/14162/task/14201/stat : 14201 (python) S 14160 14162 12854 0 -1 4202560 75 931 0 0 0 0 0 0 20 0 11 0 530369126 458039296 7457 33554432000 4194304 5683644 140737382612576 18446744073709551615 264738228657 0 0 16781312 2 18446604450697995200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2312.19
Current children cumulated vsize (KiB) 6242712

Child status: 0
Real time (s): 357.247
CPU time (s): 2312.57
CPU user time (s): 2308.15
CPU system time (s): 4.42133
CPU usage (%): 647.331
Max. virtual memory (cumulated for all children) (KiB): 6262596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2308.15
system time used= 4.42133
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56913
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= 8677
involuntary context switches= 20314

runsolver used 2.20966 second user time and 4.30635 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-03 01:37:14
IDJOB=3322278
IDBENCH=83056
IDSOLVER=1712
FILE ID=node141/3322278-1304379434
RUNJOBID= node141-1304366465-12868
PBS_JOBID= 13181732
Free space on /tmp= 72844 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1741857700-014.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-3322278-1304379434/watcher-3322278-1304379434 -o /tmp/evaluation-result-3322278-1304379434/solver-3322278-1304379434 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322278-1304379434.cnf -seed 1602385021 -budget 40000 -cores 8

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

MD5SUM BENCH= 68bf08be908d1e2b9826bc30706a7365
RANDOM SEED=1602385021

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15828688 kB
Buffers:       1435016 kB
Cached:        9036240 kB
SwapCached:          4 kB
Active:        9526180 kB
Inactive:      6969144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15828688 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31952 kB
Writeback:          76 kB
AnonPages:     6023984 kB
Mapped:          26596 kB
Slab:           521376 kB
PageTables:      38368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84698472 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= 72816 MiB
End job on node141 at 2011-05-03 01:43:11