Trace number 3322065

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 934.396 134.266

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1910317962-059.UNKNOWN.cnf
MD5SUMdc676a8dc341229efc4ee05b1ab19ceb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark129.859
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.45	c INFO: solving HOME/instance-3322065-1304372325.cnf
0.30/0.45	c INFO: computing task features
0.30/0.46	c INFO: computed variable-clause graph statistics
0.30/0.46	c INFO: computed clause balance statistics
0.30/0.49	c INFO: computed variable balance statistics
0.39/0.52	c INFO: computed small-clause counts
0.39/0.52	c INFO: computed Horn-clause counts
0.39/0.52	c INFO: computed variable graph statistics
0.39/0.52	c INFO: collected features for HOME/instance-3322065-1304372325.cnf in 0.07 s
0.39/0.56	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.56)
0.49/0.60	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.37)
0.49/0.63	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.37)
0.49/0.67	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.12)
0.59/0.71	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.59/0.75	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.21)
0.59/0.79	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
0.69/0.83	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
700.02/100.74	c INFO: running march_hi@0 for 485 with 39899 remaining (b = 0.19)
700.67/100.89	c INFO: running kcnfs-2006@0 for 582 with 39899 remaining (b = 0.19)
704.87/101.47	c INFO: running march_hi@0 for 97 with 39899 remaining (b = 0.04)
933.97/134.24	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-3322065-1304372325/watcher-3322065-1304372325 -o /tmp/evaluation-result-3322065-1304372325/solver-3322065-1304372325 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322065-1304372325.cnf -seed 1909038127 -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.51 8.87 8.55 2/213 29334
/proc/meminfo: memFree=19565520/32951124 swapFree=67110188/67111528
[pid=29334] ppid=29332 vsize=15764 CPUtime=0 cores=0-7
/proc/29334/stat : 29334 (python) R 29332 29334 29040 0 -1 4202496 848 0 0 0 0 0 0 0 25 0 1 0 548833248 16142336 730 33554432000 4194304 5683644 140734252867888 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29334/statm: 3941 731 334 364 0 428 0

[startup+0.0324109 s]
/proc/loadavg: 8.51 8.87 8.55 2/213 29334
/proc/meminfo: memFree=19565520/32951124 swapFree=67110188/67111528
[pid=29334] ppid=29332 vsize=18880 CPUtime=0.02 cores=0-7
/proc/29334/stat : 29334 (python) R 29332 29334 29040 0 -1 4202496 1283 0 0 0 2 0 0 0 25 0 1 0 548833248 19333120 1135 33554432000 4194304 5683644 140734252867888 18446744073709551615 4864839 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29334/statm: 4720 1135 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100371 s]
/proc/loadavg: 8.51 8.87 8.55 2/213 29334
/proc/meminfo: memFree=19565520/32951124 swapFree=67110188/67111528
[pid=29334] ppid=29332 vsize=104612 CPUtime=0.07 cores=0-7
/proc/29334/stat : 29334 (python) S 29332 29334 29040 0 -1 4202496 3099 0 0 0 5 2 0 0 17 0 1 0 548833248 107122688 2778 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921775104 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/29334/statm: 26153 2778 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.300331 s]
/proc/loadavg: 8.51 8.87 8.55 2/213 29334
/proc/meminfo: memFree=19565520/32951124 swapFree=67110188/67111528
[pid=29334] ppid=29332 vsize=198912 CPUtime=0.22 cores=0-7
/proc/29334/stat : 29334 (python) R 29332 29334 29040 0 -1 4202496 7021 936 1 0 16 6 0 0 17 0 1 0 548833248 203685888 5052 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921436444 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29334/statm: 49728 5052 1466 364 0 3755 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198912

[startup+0.700254 s]
/proc/loadavg: 8.51 8.87 8.55 2/213 29334
/proc/meminfo: memFree=19565520/32951124 swapFree=67110188/67111528
[pid=29334] ppid=29332 vsize=385144 CPUtime=0.59 cores=0-7
/proc/29334/stat : 29334 (python) R 29332 29334 29040 0 -1 4202496 12520 936 1 0 51 8 0 0 22 0 5 0 548833248 394387456 7359 33554432000 4194304 5683644 140734252867888 18446744073709551615 47017070678779 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29334/statm: 96286 7359 1880 364 0 32195 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 385144

[startup+1.50107 s]
/proc/loadavg: 8.51 8.87 8.55 10/238 29363
/proc/meminfo: memFree=19510008/32951124 swapFree=67110188/67111528
[pid=29334] ppid=29332 vsize=426168 CPUtime=0.72 cores=0-7
/proc/29334/stat : 29334 (python) S 29332 29334 29040 0 -1 4202496 15248 936 1 0 63 9 0 0 23 0 9 0 548833248 436396032 7401 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29334/statm: 106542 7401 1889 364 0 42439 0
[pid=29340] ppid=29334 vsize=278596 CPUtime=0 cores=0-7
/proc/29340/stat : 29340 (python) S 29334 29334 29040 0 -1 4202560 729 0 0 0 0 0 0 0 19 0 1 0 548833305 285282304 5568 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797135 0 0 16781312 514 4010974991712518143 0 0 17 1 0 0 0
/proc/29340/statm: 69649 5568 354 364 0 5567 0
[pid=29342] ppid=29340 vsize=1017800 CPUtime=0.93 cores=0-7
/proc/29342/stat : 29342 (gnovelty+2) R 29340 29342 29342 0 -1 4202496 436 0 0 0 93 0 0 0 23 0 1 0 548833305 1042227200 173 33554432000 134512640 135663704 4293597872 18446744073709551615 134524755 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29342/statm: 254450 173 113 282 0 254166 0
[pid=29343] ppid=29334 vsize=354388 CPUtime=0 cores=0-7
/proc/29343/stat : 29343 (python) S 29334 29334 29040 0 -1 4202560 701 0 0 0 0 0 0 0 15 0 1 0 548833308 362893312 5739 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 1860655153468637444 0 0 17 5 0 0 0
/proc/29343/statm: 88597 5739 348 364 0 24512 0
[pid=29345] ppid=29343 vsize=2140 CPUtime=0.89 cores=0-7
/proc/29345/stat : 29345 (march_hi) R 29343 29345 29345 0 -1 4202496 582 0 0 0 89 0 0 0 23 0 1 0 548833309 2191360 329 33554432000 4194304 4955518 140733620523120 18446744073709551615 4283184 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29345/statm: 535 329 104 186 0 348 0
[pid=29346] ppid=29334 vsize=364644 CPUtime=0 cores=0-7
/proc/29346/stat : 29346 (python) S 29334 29334 29040 0 -1 4202560 718 0 0 0 0 0 0 0 17 0 1 0 548833312 373395456 5716 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 16912705454931411203 0 0 17 4 0 0 0
/proc/29346/statm: 91161 5716 348 364 0 27073 0
[pid=29348] ppid=29346 vsize=2000 CPUtime=0.51 cores=0-7
/proc/29348/stat : 29348 (march_hi) R 29346 29348 29348 0 -1 4202496 572 0 0 0 51 0 0 0 23 0 1 0 548833312 2048000 319 33554432000 4194304 4955518 140737347617408 18446744073709551615 4245531 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29348/statm: 500 319 104 186 0 313 0
[pid=29349] ppid=29334 vsize=374900 CPUtime=0 cores=0-7
/proc/29349/stat : 29349 (python) S 29334 29334 29040 0 -1 4202560 722 0 0 0 0 0 0 0 16 0 1 0 548833316 383897600 5703 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 16257049079102537988 0 0 17 1 0 0 0
/proc/29349/statm: 93725 5703 348 364 0 29634 0
[pid=29351] ppid=29349 vsize=2140 CPUtime=0.81 cores=0-7
/proc/29351/stat : 29351 (march_hi) R 29349 29351 29351 0 -1 4202496 583 0 0 0 81 0 0 0 25 0 1 0 548833316 2191360 330 33554432000 4194304 4955518 140734205687888 18446744073709551615 4209628 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29351/statm: 535 330 104 186 0 348 0
[pid=29352] ppid=29334 vsize=385156 CPUtime=0 cores=0-7
/proc/29352/stat : 29352 (python) S 29334 29334 29040 0 -1 4202560 730 0 0 0 0 0 0 0 24 0 1 0 548833319 394399744 5827 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 18084930810309246975 0 0 17 1 0 0 0
/proc/29352/statm: 96289 5827 348 364 0 32195 0
[pid=29354] ppid=29352 vsize=1017800 CPUtime=0.77 cores=0-7
/proc/29354/stat : 29354 (gnovelty+2) R 29352 29354 29354 0 -1 4202496 428 0 0 0 77 0 0 0 25 0 1 0 548833320 1042227200 173 33554432000 134512640 135663704 4287683008 18446744073709551615 134525247 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29354/statm: 254450 173 113 282 0 254166 0
[pid=29355] ppid=29334 vsize=395412 CPUtime=0 cores=0-7
/proc/29355/stat : 29355 (python) S 29334 29334 29040 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 548833323 404901888 5728 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 5602236490567352580 0 0 17 1 0 0 0
/proc/29355/statm: 98853 5728 348 364 0 34756 0
[pid=29357] ppid=29355 vsize=2140 CPUtime=0.72 cores=0-7
/proc/29357/stat : 29357 (march_hi) R 29355 29357 29357 0 -1 4202496 587 0 0 0 72 0 0 0 23 0 1 0 548833325 2191360 328 33554432000 4194304 4955518 140733325205744 18446744073709551615 4238400 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29357/statm: 535 328 104 186 0 348 0
[pid=29358] ppid=29334 vsize=405668 CPUtime=0 cores=0-7
/proc/29358/stat : 29358 (python) S 29334 29334 29040 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 548833327 415404032 5852 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 5480687236758339844 0 0 17 2 0 0 0
/proc/29358/statm: 101417 5852 348 364 0 37317 0
[pid=29360] ppid=29358 vsize=2000 CPUtime=0.31 cores=0-7
/proc/29360/stat : 29360 (march_hi) R 29358 29360 29360 0 -1 4202496 577 0 0 0 31 0 0 0 22 0 1 0 548833329 2048000 316 33554432000 4194304 4955518 140735697342208 18446744073709551615 4238345 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29360/statm: 500 316 104 186 0 313 0
[pid=29361] ppid=29334 vsize=415924 CPUtime=0 cores=0-7
/proc/29361/stat : 29361 (python) S 29334 29334 29040 0 -1 4202560 774 0 0 0 0 0 0 0 17 0 1 0 548833331 425906176 5862 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 18038825264099590402 0 0 17 2 0 0 0
/proc/29361/statm: 103981 5862 354 364 0 39878 0
[pid=29363] ppid=29361 vsize=2000 CPUtime=0.66 cores=0-7
/proc/29363/stat : 29363 (march_hi) R 29361 29363 29363 0 -1 4202496 590 0 0 0 66 0 0 0 25 0 1 0 548833332 2048000 323 33554432000 4194304 4955518 140736704693040 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29363/statm: 500 323 104 186 0 313 0
[pid=29334/tid=29341] ppid=29332 vsize=426168 CPUtime=0 cores=0-7
/proc/29334/task/29341/stat : 29341 (python) S 29332 29334 29040 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 548833305 436396032 7401 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 3 0 0 0
[pid=29334/tid=29344] ppid=29332 vsize=426168 CPUtime=0 cores=0-7
/proc/29334/task/29344/stat : 29344 (python) S 29332 29334 29040 0 -1 4202560 77 936 0 0 0 0 0 0 19 0 9 0 548833308 436396032 7401 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 2 0 0 0
[pid=29334/tid=29347] ppid=29332 vsize=426168 CPUtime=0 cores=0-7
/proc/29334/task/29347/stat : 29347 (python) S 29332 29334 29040 0 -1 4202560 28 936 0 0 0 0 0 0 21 0 9 0 548833312 436396032 7401 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 0 0 0 0
[pid=29334/tid=29350] ppid=29332 vsize=426168 CPUtime=0 cores=0-7
/proc/29334/task/29350/stat : 29350 (python) S 29332 29334 29040 0 -1 4202560 31 936 0 0 0 0 0 0 22 0 9 0 548833316 436396032 7401 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 4 0 0 0
[pid=29334/tid=29353] ppid=29332 vsize=426168 CPUtime=0 cores=0-7
/proc/29334/task/29353/stat : 29353 (python) S 29332 29334 29040 0 -1 4202560 33 936 0 0 0 0 0 0 23 0 9 0 548833320 436396032 7401 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 7 0 0 0
[pid=29334/tid=29356] ppid=29332 vsize=426168 CPUtime=0 cores=0-7
/proc/29334/task/29356/stat : 29356 (python) S 29332 29334 29040 0 -1 4202560 32 936 0 0 0 0 0 0 19 0 9 0 548833323 436396032 7401 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 1 0 0 0
[pid=29334/tid=29359] ppid=29332 vsize=426168 CPUtime=0 cores=0-7
/proc/29334/task/29359/stat : 29359 (python) S 29332 29334 29040 0 -1 4202560 31 936 0 0 0 0 0 0 21 0 9 0 548833327 436396032 7401 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 2 0 0 0
[pid=29334/tid=29362] ppid=29332 vsize=426168 CPUtime=0 cores=0-7
/proc/29334/task/29362/stat : 29362 (python) S 29332 29334 29040 0 -1 4202560 68 936 0 0 0 0 0 0 23 0 9 0 548833332 436396032 7401 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 5448876

[startup+3.10178 s]
/proc/loadavg: 8.71 8.91 8.56 10/238 29363
/proc/meminfo: memFree=19509140/32951124 swapFree=67110188/67111528
[pid=29334] ppid=29332 vsize=426168 CPUtime=0.72 cores=0-7
/proc/29334/stat : 29334 (python) S 29332 29334 29040 0 -1 4202496 15248 936 1 0 63 9 0 0 23 0 9 0 548833248 436396032 7401 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29334/statm: 106542 7401 1889 364 0 42439 0
[pid=29340] ppid=29334 vsize=278596 CPUtime=0 cores=0-7
/proc/29340/stat : 29340 (python) S 29334 29334 29040 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 548833305 285282304 5568 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797135 0 0 16781312 514 4010974991712485633 0 0 17 1 0 0 0
/proc/29340/statm: 69649 5568 354 364 0 5567 0
[pid=29342] ppid=29340 vsize=1017800 CPUtime=2.53 cores=0-7
/proc/29342/stat : 29342 (gnovelty+2) R 29340 29342 29342 0 -1 4202496 436 0 0 0 253 0 0 0 25 0 1 0 548833305 1042227200 173 33554432000 134512640 135663704 4293597872 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29342/statm: 254450 173 113 282 0 254166 0
[pid=29343] ppid=29334 vsize=354388 CPUtime=0 cores=0-7
/proc/29343/stat : 29343 (python) S 29334 29334 29040 0 -1 4202560 703 0 0 0 0 0 0 0 15 0 1 0 548833308 362893312 5739 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 1860655153468637444 0 0 17 5 0 0 0
/proc/29343/statm: 88597 5739 348 364 0 24512 0
[pid=29345] ppid=29343 vsize=2140 CPUtime=2.48 cores=0-7
/proc/29345/stat : 29345 (march_hi) R 29343 29345 29345 0 -1 4202496 597 0 0 0 248 0 0 0 25 0 1 0 548833309 2191360 344 33554432000 4194304 4955518 140733620523120 18446744073709551615 4209780 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29345/statm: 535 344 104 186 0 348 0
[pid=29346] ppid=29334 vsize=364644 CPUtime=0 cores=0-7
/proc/29346/stat : 29346 (python) S 29334 29334 29040 0 -1 4202560 718 0 0 0 0 0 0 0 15 0 1 0 548833312 373395456 5716 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 16912705454931411203 0 0 17 4 0 0 0
/proc/29346/statm: 91161 5716 348 364 0 27073 0
[pid=29348] ppid=29346 vsize=2140 CPUtime=1.31 cores=0-7
/proc/29348/stat : 29348 (march_hi) R 29346 29348 29348 0 -1 4202496 589 0 0 0 131 0 0 0 25 0 1 0 548833312 2191360 336 33554432000 4194304 4955518 140737347617408 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29348/statm: 535 336 104 186 0 348 0
[pid=29349] ppid=29334 vsize=374900 CPUtime=0 cores=0-7
/proc/29349/stat : 29349 (python) S 29334 29334 29040 0 -1 4202560 723 0 0 0 0 0 0 0 15 0 1 0 548833316 383897600 5703 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 16257049079102537988 0 0 17 1 0 0 0
/proc/29349/statm: 93725 5703 348 364 0 29634 0
[pid=29351] ppid=29349 vsize=2140 CPUtime=2.4 cores=0-7
/proc/29351/stat : 29351 (march_hi) R 29349 29351 29351 0 -1 4202496 598 0 0 0 240 0 0 0 25 0 1 0 548833316 2191360 345 33554432000 4194304 4955518 140734205687888 18446744073709551615 4224691 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29351/statm: 535 345 104 186 0 348 0
[pid=29352] ppid=29334 vsize=385156 CPUtime=0 cores=0-7
/proc/29352/stat : 29352 (python) S 29334 29334 29040 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 548833319 394399744 5827 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 18084930810309214468 0 0 17 1 0 0 0
/proc/29352/statm: 96289 5827 348 364 0 32195 0
[pid=29354] ppid=29352 vsize=1017800 CPUtime=2.36 cores=0-7
/proc/29354/stat : 29354 (gnovelty+2) R 29352 29354 29354 0 -1 4202496 428 0 0 0 236 0 0 0 25 0 1 0 548833320 1042227200 173 33554432000 134512640 135663704 4287683008 18446744073709551615 134547157 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29354/statm: 254450 173 113 282 0 254166 0
[pid=29355] ppid=29334 vsize=395412 CPUtime=0 cores=0-7
/proc/29355/stat : 29355 (python) S 29334 29334 29040 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 548833323 404901888 5728 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 10744150553991807236 0 0 17 1 0 0 0
/proc/29355/statm: 98853 5728 348 364 0 34756 0
[pid=29357] ppid=29355 vsize=2140 CPUtime=2.32 cores=0-7
/proc/29357/stat : 29357 (march_hi) R 29355 29357 29357 0 -1 4202496 603 0 0 0 232 0 0 0 25 0 1 0 548833325 2191360 344 33554432000 4194304 4955518 140733325205744 18446744073709551615 4290138 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29357/statm: 535 344 104 186 0 348 0
[pid=29358] ppid=29334 vsize=405668 CPUtime=0 cores=0-7
/proc/29358/stat : 29358 (python) S 29334 29334 29040 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 548833327 415404032 5852 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 5480687236758339844 0 0 17 2 0 0 0
/proc/29358/statm: 101417 5852 348 364 0 37317 0
[pid=29360] ppid=29358 vsize=2140 CPUtime=1.11 cores=0-7
/proc/29360/stat : 29360 (march_hi) R 29358 29360 29360 0 -1 4202496 593 0 0 0 111 0 0 0 25 0 1 0 548833329 2191360 332 33554432000 4194304 4955518 140735697342208 18446744073709551615 4261377 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29360/statm: 535 332 104 186 0 348 0
[pid=29361] ppid=29334 vsize=415924 CPUtime=0 cores=0-7
/proc/29361/stat : 29361 (python) S 29334 29334 29040 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 548833331 425906176 5862 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 18038825264099590402 0 0 17 2 0 0 0
/proc/29361/statm: 103981 5862 354 364 0 39878 0
[pid=29363] ppid=29361 vsize=2140 CPUtime=2.26 cores=0-7
/proc/29363/stat : 29363 (march_hi) R 29361 29363 29363 0 -1 4202496 611 0 0 0 226 0 0 0 25 0 1 0 548833332 2191360 344 33554432000 4194304 4955518 140736704693040 18446744073709551615 4224691 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29363/statm: 535 344 104 186 0 348 0
[pid=29334/tid=29341] ppid=29332 vsize=426168 CPUtime=0 cores=0-7
/proc/29334/task/29341/stat : 29341 (python) S 29332 29334 29040 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 548833305 436396032 7401 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 3 0 0 0
[pid=29334/tid=29344] ppid=29332 vsize=426168 CPUtime=0 cores=0-7
/proc/29334/task/29344/stat : 29344 (python) S 29332 29334 29040 0 -1 4202560 77 936 0 0 0 0 0 0 19 0 9 0 548833308 436396032 7401 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 2 0 0 0
[pid=29334/tid=29347] ppid=29332 vsize=426168 CPUtime=0 cores=0-7
/proc/29334/task/29347/stat : 29347 (python) S 29332 29334 29040 0 -1 4202560 28 936 0 0 0 0 0 0 21 0 9 0 548833312 436396032 7401 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 0 0 0 0
[pid=29334/tid=29350] ppid=29332 vsize=426168 CPUtime=0 cores=0-7
/proc/29334/task/29350/stat : 29350 (python) S 29332 29334 29040 0 -1 4202560 31 936 0 0 0 0 0 0 22 0 9 0 548833316 436396032 7401 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 4 0 0 0
[pid=29334/tid=29353] ppid=29332 vsize=426168 CPUtime=0 cores=0-7

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

/proc/29345/statm: 0 0 0 0 0 0 0
[pid=29346] ppid=29334 vsize=364644 CPUtime=0.22 cores=0-7
/proc/29346/stat : 29346 (python) S 29334 29334 29040 0 -1 4202560 794 0 0 0 13 9 0 0 15 0 1 0 548833312 373395456 5739 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 16912705454931411203 0 0 17 0 0 0 0
/proc/29346/statm: 91161 5739 371 364 0 27073 0
[pid=29348] ppid=29346 vsize=3964 CPUtime=83.53 cores=0-7
/proc/29348/stat : 29348 (march_hi) R 29346 29348 29348 0 -1 4202496 1037 0 0 0 8353 0 0 0 25 0 1 0 548833312 4059136 784 33554432000 4194304 4955518 140737347617408 18446744073709551615 4209780 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29348/statm: 991 784 104 186 0 804 0
[pid=29349] ppid=29334 vsize=374900 CPUtime=2.28 cores=0-7
/proc/29349/stat : 29349 (python) R 29334 29334 29040 0 -1 4202560 981 0 0 0 184 44 0 0 18 0 2 0 548833316 383897600 5756 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933607231 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29349/statm: 93725 5756 400 364 0 29634 0
[pid=29351] ppid=29349 vsize=0 CPUtime=130.9 cores=0-7
/proc/29351/stat : 29351 (march_hi) R 29349 29351 29351 0 -1 4202500 1606 0 0 0 13089 1 0 0 25 0 1 0 548833316 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29351/statm: 0 0 0 0 0 0 0
[pid=29349/tid=29375] ppid=29334 vsize=374900 CPUtime=0 cores=0-7
/proc/29349/task/29375/stat : 29375 (python) S 29334 29334 29040 0 -1 4202560 69 0 0 0 0 0 0 0 16 0 2 0 548843391 383897600 5756 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 514 18446604453849261120 0 0 -1 2 0 0 0
[pid=29352] ppid=29334 vsize=385156 CPUtime=0.14 cores=0-7
/proc/29352/stat : 29352 (python) S 29334 29334 29040 0 -1 4202560 981 0 0 0 8 6 0 0 19 0 2 0 548833319 394399744 5880 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29352/statm: 96289 5880 400 364 0 32195 0
[pid=29354] ppid=29352 vsize=1017800 CPUtime=99.49 cores=0-7
/proc/29354/stat : 29354 (gnovelty+2) T 29352 29354 29354 0 -1 4202496 428 0 0 0 9949 0 0 0 25 0 1 0 548833320 1042227200 173 33554432000 134512640 135663704 4287683008 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29354/statm: 254450 173 113 282 0 254166 0
[pid=29352/tid=29371] ppid=29334 vsize=385156 CPUtime=0 cores=0-7
/proc/29352/task/29371/stat : 29371 (python) S 29334 29334 29040 0 -1 4202560 69 0 0 0 0 0 0 0 19 0 2 0 548843334 394399744 5880 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 514 18446604444238517440 0 0 -1 0 0 0 0
[pid=29355] ppid=29334 vsize=395412 CPUtime=0.23 cores=0-7
/proc/29355/stat : 29355 (python) S 29334 29334 29040 0 -1 4202560 827 0 0 0 13 10 0 0 15 0 1 0 548833323 404901888 5751 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 1015649676902236420 0 0 17 1 0 0 0
/proc/29355/statm: 98853 5751 371 364 0 34756 0
[pid=29357] ppid=29355 vsize=6256 CPUtime=116.01 cores=0-7
/proc/29357/stat : 29357 (march_hi) R 29355 29357 29357 0 -1 4202496 1406 0 0 0 11600 1 0 0 25 0 1 0 548833325 6406144 1147 33554432000 4194304 4955518 140733325205744 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29357/statm: 1564 1147 104 186 0 1377 0
[pid=29358] ppid=29334 vsize=405668 CPUtime=0.22 cores=0-7
/proc/29358/stat : 29358 (python) S 29334 29334 29040 0 -1 4202560 844 0 0 0 13 9 0 0 15 0 1 0 548833327 415404032 5875 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 5480687236758339844 0 0 17 3 0 0 0
/proc/29358/statm: 101417 5875 371 364 0 37317 0
[pid=29360] ppid=29358 vsize=3964 CPUtime=83.24 cores=0-7
/proc/29360/stat : 29360 (march_hi) R 29358 29360 29360 0 -1 4202496 1044 0 0 0 8324 0 0 0 25 0 1 0 548833329 4059136 783 33554432000 4194304 4955518 140735697342208 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29360/statm: 991 783 104 186 0 804 0
[pid=29361] ppid=29334 vsize=415924 CPUtime=2.5 cores=0-7
/proc/29361/stat : 29361 (python) R 29334 29334 29040 0 -1 4202560 878 0 0 0 206 44 0 0 18 0 1 0 548833331 425906176 5885 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933607231 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/29361/statm: 103981 5885 377 364 0 39878 0
[pid=29363] ppid=29361 vsize=0 CPUtime=130.48 cores=0-7
/proc/29363/stat : 29363 (march_hi) R 29361 29363 29363 0 -1 4202500 1619 0 0 0 13048 0 0 0 25 0 1 0 548833332 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29363/statm: 0 0 0 0 0 0 0
[pid=29368] ppid=29334 vsize=426180 CPUtime=0.06 cores=0-7
/proc/29368/stat : 29368 (python) S 29334 29334 29040 0 -1 4202560 849 0 0 0 3 3 0 0 15 0 1 0 548843323 436408320 5787 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 14599025126834929922 0 0 17 4 0 0 0
/proc/29368/statm: 106545 5787 371 364 0 42439 0
[pid=29370] ppid=29368 vsize=2752 CPUtime=30.21 cores=0-7
/proc/29370/stat : 29370 (march_hi) R 29368 29370 29370 0 -1 4202496 734 0 0 0 3021 0 0 0 25 0 1 0 548843323 2818048 472 33554432000 4194304 4955518 140734311658976 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29370/statm: 688 472 104 186 0 501 0
[pid=29372] ppid=29334 vsize=436436 CPUtime=0.04 cores=0-7
/proc/29372/stat : 29372 (python) S 29334 29334 29040 0 -1 4202560 845 0 0 0 2 2 0 0 18 0 1 0 548843338 446910464 5825 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 1015649676902236419 0 0 17 1 0 0 0
/proc/29372/statm: 109109 5825 371 364 0 45000 0
[pid=29374] ppid=29372 vsize=182452 CPUtime=19.12 cores=0-7
/proc/29374/stat : 29374 (kcnfs-2006) R 29372 29374 29374 0 -1 4202496 575 0 0 0 1912 0 0 0 25 0 1 0 548843338 186830848 311 33554432000 134512640 135163436 4287635360 18446744073709551615 134675095 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29374/statm: 45613 311 77 159 0 45453 0
[pid=29334/tid=29341] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29341/stat : 29341 (python) S 29332 29334 29040 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 11 0 548833305 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 3 0 0 0
[pid=29334/tid=29344] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29344/stat : 29344 (python) S 29332 29334 29040 0 -1 4202560 77 936 0 0 0 0 0 0 19 0 11 0 548833308 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 2 0 0 0
[pid=29334/tid=29347] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29347/stat : 29347 (python) S 29332 29334 29040 0 -1 4202560 28 936 0 0 0 0 0 0 21 0 11 0 548833312 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 0 0 0 0
[pid=29334/tid=29350] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29350/stat : 29350 (python) S 29332 29334 29040 0 -1 4202560 35 936 0 0 0 0 0 0 18 0 11 0 548833316 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 4 0 0 0
[pid=29334/tid=29353] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29353/stat : 29353 (python) S 29332 29334 29040 0 -1 4202560 33 936 0 0 0 0 0 0 23 0 11 0 548833320 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 7 0 0 0
[pid=29334/tid=29356] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29356/stat : 29356 (python) S 29332 29334 29040 0 -1 4202560 32 936 0 0 0 0 0 0 19 0 11 0 548833323 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 1 0 0 0
[pid=29334/tid=29359] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29359/stat : 29359 (python) S 29332 29334 29040 0 -1 4202560 31 936 0 0 0 0 0 0 21 0 11 0 548833327 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 2 0 0 0
[pid=29334/tid=29362] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29362/stat : 29362 (python) S 29332 29334 29040 0 -1 4202560 68 936 0 0 0 0 0 0 23 0 11 0 548833332 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 2 0 0 0
[pid=29334/tid=29369] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29369/stat : 29369 (python) S 29332 29334 29040 0 -1 4202560 34 936 0 0 0 0 0 0 20 0 11 0 548843323 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 2 0 0 0
[pid=29334/tid=29373] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29373/stat : 29373 (python) S 29332 29334 29040 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 11 0 548843338 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 933.27
Current children cumulated vsize (KiB) 6529216

[startup+134.209 s]
/proc/loadavg: 8.98 8.95 8.62 15/247 29376
/proc/meminfo: memFree=19471072/32951124 swapFree=67110188/67111528
[pid=29334] ppid=29332 vsize=446680 CPUtime=0.86 cores=0-7
/proc/29334/stat : 29334 (python) S 29332 29334 29040 0 -1 4202496 17509 936 1 0 76 10 0 0 18 0 11 0 548833248 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29334/statm: 111670 7333 1894 364 0 47561 0
[pid=29340] ppid=29334 vsize=288840 CPUtime=0.14 cores=0-7
/proc/29340/stat : 29340 (python) S 29334 29334 29040 0 -1 4202560 1079 0 0 0 8 6 0 0 19 0 2 0 548833305 295772160 5629 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29340/statm: 72210 5629 410 364 0 8128 0
[pid=29342] ppid=29340 vsize=1017800 CPUtime=100.13 cores=0-7
/proc/29342/stat : 29342 (gnovelty+2) T 29340 29342 29342 0 -1 4202496 436 0 0 0 10013 0 0 0 25 0 1 0 548833305 1042227200 173 33554432000 134512640 135663704 4293597872 18446744073709551615 134545187 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/29342/statm: 254450 173 113 282 0 254166 0
[pid=29340/tid=29367] ppid=29334 vsize=288840 CPUtime=0 cores=0-7
/proc/29340/task/29367/stat : 29367 (python) S 29334 29334 29040 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 548843319 295772160 5629 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 514 18446604453846571136 0 0 -1 1 0 0 0
[pid=29343] ppid=29334 vsize=354388 CPUtime=2.58 cores=0-7
/proc/29343/stat : 29343 (python) R 29334 29334 29040 0 -1 4202560 796 0 0 0 213 45 0 0 18 0 1 0 548833308 362893312 5762 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/29343/statm: 88597 5762 371 364 0 24512 0
[pid=29345] ppid=29343 vsize=0 CPUtime=130.99 cores=0-7
/proc/29345/stat : 29345 (march_hi) R 29343 29345 29345 0 -1 4202500 1605 0 0 0 13099 0 0 0 25 0 1 0 548833309 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29345/statm: 0 0 0 0 0 0 0
[pid=29346] ppid=29334 vsize=364644 CPUtime=0.22 cores=0-7
/proc/29346/stat : 29346 (python) S 29334 29334 29040 0 -1 4202560 794 0 0 0 13 9 0 0 15 0 1 0 548833312 373395456 5739 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 16912705454931411203 0 0 17 0 0 0 0
/proc/29346/statm: 91161 5739 371 364 0 27073 0
[pid=29348] ppid=29346 vsize=3964 CPUtime=83.63 cores=0-7
/proc/29348/stat : 29348 (march_hi) R 29346 29348 29348 0 -1 4202496 1037 0 0 0 8363 0 0 0 25 0 1 0 548833312 4059136 784 33554432000 4194304 4955518 140737347617408 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29348/statm: 991 784 104 186 0 804 0
[pid=29349] ppid=29334 vsize=374900 CPUtime=2.38 cores=0-7
/proc/29349/stat : 29349 (python) R 29334 29334 29040 0 -1 4202560 981 0 0 0 193 45 0 0 18 0 2 0 548833316 383897600 5756 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29349/statm: 93725 5756 400 364 0 29634 0
[pid=29351] ppid=29349 vsize=0 CPUtime=130.9 cores=0-7
/proc/29351/stat : 29351 (march_hi) R 29349 29351 29351 0 -1 4202500 1606 0 0 0 13089 1 0 0 25 0 1 0 548833316 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29351/statm: 0 0 0 0 0 0 0
[pid=29349/tid=29375] ppid=29334 vsize=374900 CPUtime=0 cores=0-7
/proc/29349/task/29375/stat : 29375 (python) S 29334 29334 29040 0 -1 4202560 69 0 0 0 0 0 0 0 16 0 2 0 548843391 383897600 5756 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 514 18446604453849261120 0 0 -1 2 0 0 0
[pid=29352] ppid=29334 vsize=385156 CPUtime=0.14 cores=0-7
/proc/29352/stat : 29352 (python) S 29334 29334 29040 0 -1 4202560 981 0 0 0 8 6 0 0 19 0 2 0 548833319 394399744 5880 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29352/statm: 96289 5880 400 364 0 32195 0
[pid=29354] ppid=29352 vsize=1017800 CPUtime=99.49 cores=0-7
/proc/29354/stat : 29354 (gnovelty+2) T 29352 29354 29354 0 -1 4202496 428 0 0 0 9949 0 0 0 25 0 1 0 548833320 1042227200 173 33554432000 134512640 135663704 4287683008 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29354/statm: 254450 173 113 282 0 254166 0
[pid=29352/tid=29371] ppid=29334 vsize=385156 CPUtime=0 cores=0-7
/proc/29352/task/29371/stat : 29371 (python) S 29334 29334 29040 0 -1 4202560 69 0 0 0 0 0 0 0 19 0 2 0 548843334 394399744 5880 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 514 18446604444238517440 0 0 -1 0 0 0 0
[pid=29355] ppid=29334 vsize=395412 CPUtime=0.23 cores=0-7
/proc/29355/stat : 29355 (python) S 29334 29334 29040 0 -1 4202560 827 0 0 0 13 10 0 0 15 0 1 0 548833323 404901888 5751 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 1015649676902236420 0 0 17 1 0 0 0
/proc/29355/statm: 98853 5751 371 364 0 34756 0
[pid=29357] ppid=29355 vsize=6256 CPUtime=116.1 cores=0-7
/proc/29357/stat : 29357 (march_hi) R 29355 29357 29357 0 -1 4202496 1408 0 0 0 11609 1 0 0 25 0 1 0 548833325 6406144 1149 33554432000 4194304 4955518 140733325205744 18446744073709551615 4298062 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29357/statm: 1564 1149 104 186 0 1377 0
[pid=29358] ppid=29334 vsize=405668 CPUtime=0.22 cores=0-7
/proc/29358/stat : 29358 (python) S 29334 29334 29040 0 -1 4202560 844 0 0 0 13 9 0 0 15 0 1 0 548833327 415404032 5875 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 5480687236758339844 0 0 17 3 0 0 0
/proc/29358/statm: 101417 5875 371 364 0 37317 0
[pid=29360] ppid=29358 vsize=3964 CPUtime=83.34 cores=0-7
/proc/29360/stat : 29360 (march_hi) R 29358 29360 29360 0 -1 4202496 1045 0 0 0 8334 0 0 0 25 0 1 0 548833329 4059136 784 33554432000 4194304 4955518 140735697342208 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29360/statm: 991 784 104 186 0 804 0
[pid=29361] ppid=29334 vsize=415924 CPUtime=2.6 cores=0-7
/proc/29361/stat : 29361 (python) R 29334 29334 29040 0 -1 4202560 878 0 0 0 215 45 0 0 18 0 1 0 548833331 425906176 5885 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933607231 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/29361/statm: 103981 5885 377 364 0 39878 0
[pid=29363] ppid=29361 vsize=0 CPUtime=130.48 cores=0-7
/proc/29363/stat : 29363 (march_hi) R 29361 29363 29363 0 -1 4202500 1619 0 0 0 13048 0 0 0 25 0 1 0 548833332 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29363/statm: 0 0 0 0 0 0 0
[pid=29368] ppid=29334 vsize=426180 CPUtime=0.06 cores=0-7
/proc/29368/stat : 29368 (python) S 29334 29334 29040 0 -1 4202560 849 0 0 0 3 3 0 0 15 0 1 0 548843323 436408320 5787 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 14599025126834929922 0 0 17 4 0 0 0
/proc/29368/statm: 106545 5787 371 364 0 42439 0
[pid=29370] ppid=29368 vsize=2752 CPUtime=30.22 cores=0-7
/proc/29370/stat : 29370 (march_hi) R 29368 29370 29370 0 -1 4202496 734 0 0 0 3022 0 0 0 25 0 1 0 548843323 2818048 472 33554432000 4194304 4955518 140734311658976 18446744073709551615 4239032 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29370/statm: 688 472 104 186 0 501 0
[pid=29372] ppid=29334 vsize=436436 CPUtime=0.04 cores=0-7
/proc/29372/stat : 29372 (python) S 29334 29334 29040 0 -1 4202560 845 0 0 0 2 2 0 0 18 0 1 0 548843338 446910464 5825 33554432000 4194304 5683644 140734252867888 18446744073709551615 222921797190 0 0 16781312 514 1015649676902236419 0 0 17 1 0 0 0
/proc/29372/statm: 109109 5825 371 364 0 45000 0
[pid=29374] ppid=29372 vsize=182452 CPUtime=19.22 cores=0-7
/proc/29374/stat : 29374 (kcnfs-2006) R 29372 29374 29374 0 -1 4202496 575 0 0 0 1922 0 0 0 25 0 1 0 548843338 186830848 311 33554432000 134512640 135163436 4287635360 18446744073709551615 134581792 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29374/statm: 45613 311 77 159 0 45453 0
[pid=29334/tid=29341] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29341/stat : 29341 (python) S 29332 29334 29040 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 11 0 548833305 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 3 0 0 0
[pid=29334/tid=29344] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29344/stat : 29344 (python) S 29332 29334 29040 0 -1 4202560 77 936 0 0 0 0 0 0 19 0 11 0 548833308 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 2 0 0 0
[pid=29334/tid=29347] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29347/stat : 29347 (python) S 29332 29334 29040 0 -1 4202560 28 936 0 0 0 0 0 0 21 0 11 0 548833312 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 0 0 0 0
[pid=29334/tid=29350] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29350/stat : 29350 (python) S 29332 29334 29040 0 -1 4202560 35 936 0 0 0 0 0 0 18 0 11 0 548833316 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 4 0 0 0
[pid=29334/tid=29353] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29353/stat : 29353 (python) S 29332 29334 29040 0 -1 4202560 33 936 0 0 0 0 0 0 23 0 11 0 548833320 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 7 0 0 0
[pid=29334/tid=29356] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29356/stat : 29356 (python) S 29332 29334 29040 0 -1 4202560 32 936 0 0 0 0 0 0 19 0 11 0 548833323 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 1 0 0 0
[pid=29334/tid=29359] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29359/stat : 29359 (python) S 29332 29334 29040 0 -1 4202560 31 936 0 0 0 0 0 0 21 0 11 0 548833327 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 2 0 0 0
[pid=29334/tid=29362] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29362/stat : 29362 (python) S 29332 29334 29040 0 -1 4202560 68 936 0 0 0 0 0 0 23 0 11 0 548833332 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 2 0 0 0
[pid=29334/tid=29369] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29369/stat : 29369 (python) S 29332 29334 29040 0 -1 4202560 34 936 0 0 0 0 0 0 20 0 11 0 548843323 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 2 0 0 0
[pid=29334/tid=29373] ppid=29332 vsize=446680 CPUtime=0 cores=0-7
/proc/29334/task/29373/stat : 29373 (python) S 29332 29334 29040 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 11 0 548843338 457400320 7333 33554432000 4194304 5683644 140734252867888 18446744073709551615 222933600689 0 0 16781312 2 18446604453850486848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 933.97
Current children cumulated vsize (KiB) 6529216

Child status: 0
Real time (s): 134.266
CPU time (s): 934.396
CPU user time (s): 932.334
CPU system time (s): 2.06169
CPU usage (%): 695.93
Max. virtual memory (cumulated for all children) (KiB): 6547984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 932.334
system time used= 2.06169
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42908
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= 5085
involuntary context switches= 9326

runsolver used 0.383941 second user time and 0.813876 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-02 23:38:45
IDJOB=3322065
IDBENCH=82843
IDSOLVER=1712
FILE ID=node109/3322065-1304372325
RUNJOBID= node109-1304371481-29054
PBS_JOBID= 13181774
Free space on /tmp= 73248 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1910317962-059.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-3322065-1304372325/watcher-3322065-1304372325 -o /tmp/evaluation-result-3322065-1304372325/solver-3322065-1304372325 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322065-1304372325.cnf -seed 1909038127 -budget 40000 -cores 8

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

MD5SUM BENCH= dc676a8dc341229efc4ee05b1ab19ceb
RANDOM SEED=1909038127

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.809
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.82
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.809
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19565924 kB
Buffers:        864716 kB
Cached:        2826236 kB
SwapCached:        712 kB
Active:        9679652 kB
Inactive:      3282016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19565924 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           31620 kB
Writeback:           0 kB
AnonPages:     9271136 kB
Mapped:          19768 kB
Slab:           334744 kB
PageTables:      25536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10516884 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= 73216 MiB
End job on node109 at 2011-05-02 23:40:59