Trace number 3322252

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 976.564 159.041

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S16302531-099.UNKNOWN.cnf
MD5SUM262b86a16f9a75cfd5f5af81be0602bc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.979
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.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3322252-1304378105.cnf
0.31/0.45	c INFO: computing task features
0.31/0.46	c INFO: computed variable-clause graph statistics
0.31/0.46	c INFO: computed clause balance statistics
0.39/0.50	c INFO: computed variable balance statistics
0.39/0.52	c INFO: computed small-clause counts
0.39/0.53	c INFO: computed Horn-clause counts
0.39/0.53	c INFO: computed variable graph statistics
0.39/0.53	c INFO: collected features for HOME/instance-3322252-1304378105.cnf in 0.07 s
0.39/0.56	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.56)
0.50/0.60	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.36)
0.50/0.64	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.36)
0.50/0.68	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.11)
0.60/0.72	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.60/0.76	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.26)
0.69/0.80	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.23)
0.69/0.84	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
599.88/100.89	c INFO: running kcnfs-2006@0 for 582 with 39899 remaining (b = 0.21)
906.21/148.18	c INFO: running march_hi@0 for 97 with 39852 remaining (b = 0.05)
912.19/149.18	c INFO: running march_hi@0 for 388 with 39851 remaining (b = 0.14)
976.32/159.01	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-3322252-1304378105/watcher-3322252-1304378105 -o /tmp/evaluation-result-3322252-1304378105/solver-3322252-1304378105 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322252-1304378105.cnf -seed 1117332404 -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: 7.70 3.83 2.65 4/361 16624
/proc/meminfo: memFree=6841884/32951124 swapFree=61020456/67111528
[pid=16624] ppid=16622 vsize=16244 CPUtime=0 cores=0-7
/proc/16624/stat : 16624 (python) R 16622 16624 15120 0 -1 4202496 1039 0 0 0 0 0 0 0 25 0 1 0 628041151 16633856 910 33554432000 4194304 5683644 140733338272752 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16624/statm: 4061 910 380 364 0 548 0

[startup+0.107337 s]
/proc/loadavg: 7.70 3.83 2.65 4/361 16624
/proc/meminfo: memFree=6841884/32951124 swapFree=61020456/67111528
[pid=16624] ppid=16622 vsize=105232 CPUtime=0.08 cores=0-7
/proc/16624/stat : 16624 (python) S 16622 16624 15120 0 -1 4202496 3310 0 0 0 6 2 0 0 25 0 1 0 628041151 107757568 2974 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/16624/statm: 26308 2974 868 364 0 2056 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 105232

[startup+0.200321 s]
/proc/loadavg: 7.70 3.83 2.65 4/361 16624
/proc/meminfo: memFree=6841884/32951124 swapFree=61020456/67111528
[pid=16624] ppid=16622 vsize=131300 CPUtime=0.14 cores=0-7
/proc/16624/stat : 16624 (python) R 16622 16624 15120 0 -1 4202496 5706 931 1 0 11 3 0 0 25 0 1 0 628041151 134451200 4099 33554432000 4194304 5683644 140733338272752 18446744073709551615 4591893 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16624/statm: 32825 4099 1015 364 0 3086 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 131300

[startup+0.300305 s]
/proc/loadavg: 7.70 3.83 2.65 4/361 16624
/proc/meminfo: memFree=6841884/32951124 swapFree=61020456/67111528
[pid=16624] ppid=16622 vsize=198920 CPUtime=0.22 cores=0-7
/proc/16624/stat : 16624 (python) R 16622 16624 15120 0 -1 4202496 7014 931 1 0 16 6 0 0 25 0 1 0 628041151 203694080 5046 33554432000 4194304 5683644 140733338272752 18446744073709551615 4940544 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16624/statm: 49730 5046 1459 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.700201 s]
/proc/loadavg: 7.70 3.83 2.65 4/361 16624
/proc/meminfo: memFree=6841884/32951124 swapFree=61020456/67111528
[pid=16624] ppid=16622 vsize=320212 CPUtime=0.6 cores=0-7
/proc/16624/stat : 16624 (python) R 16622 16624 15120 0 -1 4202496 12834 931 1 0 50 10 0 0 20 0 5 0 628041151 327897088 7248 33554432000 4194304 5683644 140733338272752 18446744073709551615 224288407889 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16624/statm: 80053 7248 1880 364 0 15962 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 320212

[startup+1.50107 s]
/proc/loadavg: 7.70 3.83 2.65 11/386 16653
/proc/meminfo: memFree=6781776/32951124 swapFree=61020456/67111528
[pid=16624] ppid=16622 vsize=361372 CPUtime=0.74 cores=0-7
/proc/16624/stat : 16624 (python) S 16622 16624 15120 0 -1 4202496 15855 931 1 0 63 11 0 0 25 0 9 0 628041151 370044928 7307 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16624/statm: 90343 7307 1889 364 0 26240 0
[pid=16630] ppid=16624 vsize=278724 CPUtime=0 cores=0-7
/proc/16630/stat : 16630 (python) S 16624 16624 15120 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 628041208 285413376 5587 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945935 0 0 16781312 514 10565589865641017343 0 0 17 1 0 0 0
/proc/16630/statm: 69681 5587 354 364 0 5599 0
[pid=16632] ppid=16630 vsize=1017800 CPUtime=0.92 cores=0-7
/proc/16632/stat : 16632 (gnovelty+2) R 16630 16632 16632 0 -1 4202496 439 0 0 0 92 0 0 0 21 0 1 0 628041208 1042227200 174 33554432000 134512640 135663704 4287056048 18446744073709551615 134525722 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16632/statm: 254450 174 113 282 0 254166 0
[pid=16633] ppid=16624 vsize=289352 CPUtime=0 cores=0-7
/proc/16633/stat : 16633 (python) S 16624 16624 15120 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 628041212 296296448 5695 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 17484077667421487361 0 0 17 7 0 0 0
/proc/16633/statm: 72338 5695 348 364 0 8253 0
[pid=16635] ppid=16633 vsize=2000 CPUtime=0.56 cores=0-7
/proc/16635/stat : 16635 (march_hi) R 16633 16635 16635 0 -1 4202496 593 0 0 0 56 0 0 0 23 0 1 0 628041212 2048000 330 33554432000 4194304 4955518 140733256067520 18446744073709551615 4307552 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16635/statm: 500 330 104 186 0 313 0
[pid=16636] ppid=16624 vsize=299288 CPUtime=0 cores=0-7
/proc/16636/stat : 16636 (python) S 16624 16624 15120 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 628041215 306470912 5619 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 16208367102271127809 0 0 17 7 0 0 0
/proc/16636/statm: 74822 5619 348 364 0 10734 0
[pid=16638] ppid=16636 vsize=2132 CPUtime=0.82 cores=0-7
/proc/16638/stat : 16638 (march_hi) R 16636 16638 16638 0 -1 4202496 599 0 0 0 82 0 0 0 25 0 1 0 628041216 2183168 333 33554432000 4194304 4955518 140733281738336 18446744073709551615 4284882 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16638/statm: 533 333 104 186 0 346 0
[pid=16639] ppid=16624 vsize=309968 CPUtime=0 cores=0-7
/proc/16639/stat : 16639 (python) S 16624 16624 15120 0 -1 4202560 761 0 0 0 0 0 0 0 17 0 1 0 628041219 317407232 5712 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 8990033683503087876 0 0 17 1 0 0 0
/proc/16639/statm: 77492 5712 348 364 0 13401 0
[pid=16641] ppid=16639 vsize=2000 CPUtime=0.51 cores=0-7
/proc/16641/stat : 16641 (march_hi) R 16639 16641 16641 0 -1 4202496 590 0 0 0 51 0 0 0 22 0 1 0 628041220 2048000 327 33554432000 4194304 4955518 140736817692464 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16641/statm: 500 327 104 186 0 313 0
[pid=16642] ppid=16624 vsize=320224 CPUtime=0 cores=0-7
/proc/16642/stat : 16642 (python) S 16624 16624 15120 0 -1 4202560 756 0 0 0 0 0 0 0 22 0 1 0 628041223 327909376 5716 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 15921763728450650111 0 0 17 2 0 0 0
/proc/16642/statm: 80056 5716 348 364 0 15962 0
[pid=16644] ppid=16642 vsize=1017800 CPUtime=0.74 cores=0-7
/proc/16644/stat : 16644 (gnovelty+2) R 16642 16644 16644 0 -1 4202496 439 0 0 0 74 0 0 0 25 0 1 0 628041224 1042227200 174 33554432000 134512640 135663704 4288247376 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16644/statm: 254450 174 113 282 0 254166 0
[pid=16645] ppid=16624 vsize=330480 CPUtime=0 cores=0-7
/proc/16645/stat : 16645 (python) S 16624 16624 15120 0 -1 4202560 763 0 0 0 0 0 0 0 18 0 1 0 628041227 338411520 5720 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 15983829235693224195 0 0 17 4 0 0 0
/proc/16645/statm: 82620 5720 348 364 0 18523 0
[pid=16647] ppid=16645 vsize=2000 CPUtime=0.31 cores=0-7
/proc/16647/stat : 16647 (march_hi) R 16645 16647 16647 0 -1 4202496 584 0 0 0 31 0 0 0 25 0 1 0 628041229 2048000 322 33554432000 4194304 4955518 140733515165280 18446744073709551615 4209780 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16647/statm: 500 322 104 186 0 313 0
[pid=16648] ppid=16624 vsize=340736 CPUtime=0 cores=0-7
/proc/16648/stat : 16648 (python) S 16624 16624 15120 0 -1 4202560 778 0 0 0 0 0 0 0 22 0 1 0 628041231 348913664 5741 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 10502319568532242688 0 0 17 6 0 0 0
/proc/16648/statm: 85184 5741 348 364 0 21084 0
[pid=16652] ppid=16648 vsize=2000 CPUtime=0.29 cores=0-7
/proc/16652/stat : 16652 (march_hi) R 16648 16652 16652 0 -1 4202496 586 0 0 0 29 0 0 0 25 0 1 0 628041236 2048000 321 33554432000 4194304 4955518 140733905569008 18446744073709551615 4263536 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16652/statm: 500 321 104 186 0 313 0
[pid=16650] ppid=16624 vsize=351128 CPUtime=0 cores=0-7
/proc/16650/stat : 16650 (python) S 16624 16624 15120 0 -1 4202560 815 0 0 0 0 0 0 0 21 0 1 0 628041236 359555072 5768 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 12301736318085333252 0 0 17 4 0 0 0
/proc/16650/statm: 87782 5768 354 364 0 23679 0
[pid=16653] ppid=16650 vsize=2000 CPUtime=0.64 cores=0-7
/proc/16653/stat : 16653 (march_hi) R 16650 16653 16653 0 -1 4202496 598 0 0 0 64 0 0 0 25 0 1 0 628041236 2048000 329 33554432000 4194304 4955518 140735972818336 18446744073709551615 4263703 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16653/statm: 500 329 104 186 0 313 0
[pid=16624/tid=16631] ppid=16622 vsize=361372 CPUtime=0 cores=0-7
/proc/16624/task/16631/stat : 16631 (python) S 16622 16624 15120 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 9 0 628041208 370044928 7307 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 6 0 0 0
[pid=16624/tid=16634] ppid=16622 vsize=361372 CPUtime=0 cores=0-7
/proc/16624/task/16634/stat : 16634 (python) S 16622 16624 15120 0 -1 4202560 23 931 0 0 0 0 0 0 18 0 9 0 628041212 370044928 7307 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 3 0 0 0
[pid=16624/tid=16637] ppid=16622 vsize=361372 CPUtime=0 cores=0-7
/proc/16624/task/16637/stat : 16637 (python) S 16622 16624 15120 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 628041216 370044928 7307 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 2 0 0 0
[pid=16624/tid=16640] ppid=16622 vsize=361372 CPUtime=0 cores=0-7
/proc/16624/task/16640/stat : 16640 (python) S 16622 16624 15120 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 628041220 370044928 7307 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 2 0 0 0
[pid=16624/tid=16643] ppid=16622 vsize=361372 CPUtime=0 cores=0-7
/proc/16624/task/16643/stat : 16643 (python) S 16622 16624 15120 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 9 0 628041223 370044928 7307 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 2 0 0 0
[pid=16624/tid=16646] ppid=16622 vsize=361372 CPUtime=0 cores=0-7
/proc/16624/task/16646/stat : 16646 (python) S 16622 16624 15120 0 -1 4202560 25 931 0 0 0 0 0 0 24 0 9 0 628041227 370044928 7307 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 4 0 0 0
[pid=16624/tid=16649] ppid=16622 vsize=361372 CPUtime=0 cores=0-7
/proc/16624/task/16649/stat : 16649 (python) S 16622 16624 15120 0 -1 4202560 36 931 0 0 0 0 0 0 25 0 9 0 628041232 370044928 7307 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 4 0 0 0
[pid=16624/tid=16651] ppid=16622 vsize=361372 CPUtime=0 cores=0-7
/proc/16624/task/16651/stat : 16651 (python) S 16622 16624 15120 0 -1 4202560 69 931 0 0 0 0 0 0 25 0 9 0 628041236 370044928 7307 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 4929004

[startup+3.1018 s]
/proc/loadavg: 7.70 3.83 2.65 11/386 16653
/proc/meminfo: memFree=6780412/32951124 swapFree=61020456/67111528
[pid=16624] ppid=16622 vsize=361372 CPUtime=0.74 cores=0-7
/proc/16624/stat : 16624 (python) S 16622 16624 15120 0 -1 4202496 15855 931 1 0 63 11 0 0 25 0 9 0 628041151 370044928 7307 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16624/statm: 90343 7307 1889 364 0 26240 0
[pid=16630] ppid=16624 vsize=278724 CPUtime=0 cores=0-7
/proc/16630/stat : 16630 (python) S 16624 16624 15120 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 628041208 285413376 5587 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945935 0 0 16781312 514 10565589865640984834 0 0 17 1 0 0 0
/proc/16630/statm: 69681 5587 354 364 0 5599 0
[pid=16632] ppid=16630 vsize=1017800 CPUtime=2.52 cores=0-7
/proc/16632/stat : 16632 (gnovelty+2) R 16630 16632 16632 0 -1 4202496 439 0 0 0 252 0 0 0 25 0 1 0 628041208 1042227200 174 33554432000 134512640 135663704 4287056048 18446744073709551615 135007704 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16632/statm: 254450 174 113 282 0 254166 0
[pid=16633] ppid=16624 vsize=289352 CPUtime=0 cores=0-7
/proc/16633/stat : 16633 (python) S 16624 16624 15120 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 628041212 296296448 5695 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 17484077667421487361 0 0 17 7 0 0 0
/proc/16633/statm: 72338 5695 348 364 0 8253 0
[pid=16635] ppid=16633 vsize=2132 CPUtime=1.36 cores=0-7
/proc/16635/stat : 16635 (march_hi) R 16633 16635 16635 0 -1 4202496 607 0 0 0 136 0 0 0 25 0 1 0 628041212 2183168 344 33554432000 4194304 4955518 140733256067520 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16635/statm: 533 344 104 186 0 346 0
[pid=16636] ppid=16624 vsize=299288 CPUtime=0 cores=0-7
/proc/16636/stat : 16636 (python) S 16624 16624 15120 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 628041215 306470912 5619 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 16208367102271127809 0 0 17 7 0 0 0
/proc/16636/statm: 74822 5619 348 364 0 10734 0
[pid=16638] ppid=16636 vsize=2132 CPUtime=2.41 cores=0-7
/proc/16638/stat : 16638 (march_hi) R 16636 16638 16638 0 -1 4202496 618 0 0 0 241 0 0 0 25 0 1 0 628041216 2183168 352 33554432000 4194304 4955518 140733281738336 18446744073709551615 4227741 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16638/statm: 533 352 104 186 0 346 0
[pid=16639] ppid=16624 vsize=309968 CPUtime=0 cores=0-7
/proc/16639/stat : 16639 (python) S 16624 16624 15120 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 628041219 317407232 5712 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 8990033683503087876 0 0 17 1 0 0 0
/proc/16639/statm: 77492 5712 348 364 0 13401 0
[pid=16641] ppid=16639 vsize=2132 CPUtime=1.31 cores=0-7
/proc/16641/stat : 16641 (march_hi) R 16639 16641 16641 0 -1 4202496 607 0 0 0 131 0 0 0 25 0 1 0 628041220 2183168 344 33554432000 4194304 4955518 140736817692464 18446744073709551615 4238696 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16641/statm: 533 344 104 186 0 346 0
[pid=16642] ppid=16624 vsize=320224 CPUtime=0 cores=0-7
/proc/16642/stat : 16642 (python) S 16624 16624 15120 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 628041223 327909376 5716 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 15921763728450617602 0 0 17 2 0 0 0
/proc/16642/statm: 80056 5716 348 364 0 15962 0
[pid=16644] ppid=16642 vsize=1017800 CPUtime=1.54 cores=0-7
/proc/16644/stat : 16644 (gnovelty+2) R 16642 16644 16644 0 -1 4202496 439 0 0 0 154 0 0 0 25 0 1 0 628041224 1042227200 174 33554432000 134512640 135663704 4288247376 18446744073709551615 134525379 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16644/statm: 254450 174 113 282 0 254166 0
[pid=16645] ppid=16624 vsize=330480 CPUtime=0 cores=0-7
/proc/16645/stat : 16645 (python) S 16624 16624 15120 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 628041227 338411520 5720 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 15983829235693224195 0 0 17 4 0 0 0
/proc/16645/statm: 82620 5720 348 364 0 18523 0
[pid=16647] ppid=16645 vsize=2132 CPUtime=1.11 cores=0-7
/proc/16647/stat : 16647 (march_hi) R 16645 16647 16647 0 -1 4202496 602 0 0 0 111 0 0 0 25 0 1 0 628041229 2183168 340 33554432000 4194304 4955518 140733515165280 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16647/statm: 533 340 104 186 0 346 0
[pid=16648] ppid=16624 vsize=340736 CPUtime=0 cores=0-7
/proc/16648/stat : 16648 (python) S 16624 16624 15120 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 628041231 348913664 5741 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 10502319568532242688 0 0 17 6 0 0 0
/proc/16648/statm: 85184 5741 348 364 0 21084 0
[pid=16652] ppid=16648 vsize=2132 CPUtime=1.89 cores=0-7
/proc/16652/stat : 16652 (march_hi) R 16648 16652 16652 0 -1 4202496 615 0 0 0 189 0 0 0 25 0 1 0 628041236 2183168 350 33554432000 4194304 4955518 140733905569008 18446744073709551615 4261360 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16652/statm: 533 350 104 186 0 346 0
[pid=16650] ppid=16624 vsize=351128 CPUtime=0 cores=0-7
/proc/16650/stat : 16650 (python) S 16624 16624 15120 0 -1 4202560 815 0 0 0 0 0 0 0 15 0 1 0 628041236 359555072 5768 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 12301736318085333252 0 0 17 4 0 0 0
/proc/16650/statm: 87782 5768 354 364 0 23679 0
[pid=16653] ppid=16650 vsize=2132 CPUtime=2.24 cores=0-7
/proc/16653/stat : 16653 (march_hi) R 16650 16653 16653 0 -1 4202496 619 0 0 0 224 0 0 0 25 0 1 0 628041236 2183168 350 33554432000 4194304 4955518 140735972818336 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16653/statm: 533 350 104 186 0 346 0
[pid=16624/tid=16631] ppid=16622 vsize=361372 CPUtime=0 cores=0-7
/proc/16624/task/16631/stat : 16631 (python) S 16622 16624 15120 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 9 0 628041208 370044928 7307 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 6 0 0 0
[pid=16624/tid=16634] ppid=16622 vsize=361372 CPUtime=0 cores=0-7
/proc/16624/task/16634/stat : 16634 (python) S 16622 16624 15120 0 -1 4202560 23 931 0 0 0 0 0 0 18 0 9 0 628041212 370044928 7307 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 3 0 0 0
[pid=16624/tid=16637] ppid=16622 vsize=361372 CPUtime=0 cores=0-7
/proc/16624/task/16637/stat : 16637 (python) S 16622 16624 15120 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 628041216 370044928 7307 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 2 0 0 0
[pid=16624/tid=16640] ppid=16622 vsize=361372 CPUtime=0 cores=0-7
/proc/16624/task/16640/stat : 16640 (python) S 16622 16624 15120 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 628041220 370044928 7307 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 2 0 0 0
[pid=16624/tid=16643] ppid=16622 vsize=361372 CPUtime=0 cores=0-7

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

Current children cumulated CPU time (s) 972.49
Current children cumulated vsize (KiB) 5983324

[startup+158.802 s]
/proc/loadavg: 10.01 6.44 3.83 11/395 16666
/proc/meminfo: memFree=6736936/32951124 swapFree=61020456/67111528
[pid=16624] ppid=16622 vsize=381884 CPUtime=0.87 cores=0-7
/proc/16624/stat : 16624 (python) S 16622 16624 15120 0 -1 4202496 17551 931 1 0 75 12 0 0 20 0 11 0 628041151 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16624/statm: 95471 7326 1894 364 0 31362 0
[pid=16630] ppid=16624 vsize=288968 CPUtime=0.28 cores=0-7
/proc/16630/stat : 16630 (python) S 16624 16624 15120 0 -1 4202560 1084 0 0 0 13 15 0 0 19 0 2 0 628041208 295903232 5648 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16630/statm: 72242 5648 410 364 0 8160 0
[pid=16632] ppid=16630 vsize=1017800 CPUtime=99.92 cores=0-7
/proc/16632/stat : 16632 (gnovelty+2) T 16630 16632 16632 0 -1 4202496 439 0 0 0 9992 0 0 0 25 0 1 0 628041208 1042227200 174 33554432000 134512640 135663704 4287056048 18446744073709551615 134545644 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16632/statm: 254450 174 113 282 0 254166 0
[pid=16630/tid=16656] ppid=16624 vsize=288968 CPUtime=0 cores=0-7
/proc/16630/task/16656/stat : 16656 (python) S 16624 16624 15120 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 628051236 295903232 5648 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 514 18446604446782751744 0 0 -1 6 0 0 0
[pid=16633] ppid=16624 vsize=289352 CPUtime=0.5 cores=0-7
/proc/16633/stat : 16633 (python) S 16624 16624 15120 0 -1 4202560 965 0 0 0 29 21 0 0 15 0 1 0 628041212 296296448 5718 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 17484077667421487361 0 0 17 7 0 0 0
/proc/16633/statm: 72338 5718 371 364 0 8253 0
[pid=16635] ppid=16633 vsize=5104 CPUtime=79.2 cores=0-7
/proc/16635/stat : 16635 (march_hi) R 16633 16635 16635 0 -1 4202496 1287 0 0 0 7919 1 0 0 25 0 1 0 628041212 5226496 1004 33554432000 4194304 4955518 140733256067520 18446744073709551615 4245531 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16635/statm: 1276 1004 104 186 0 1089 0
[pid=16636] ppid=16624 vsize=299288 CPUtime=0.55 cores=0-7
/proc/16636/stat : 16636 (python) S 16624 16624 15120 0 -1 4202560 971 0 0 0 30 25 0 0 16 0 1 0 628041215 306470912 5642 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 8516852253124952321 0 0 17 7 0 0 0
/proc/16636/statm: 74822 5642 371 364 0 10734 0
[pid=16638] ppid=16636 vsize=11832 CPUtime=154.43 cores=0-7
/proc/16638/stat : 16638 (march_hi) R 16636 16638 16638 0 -1 4202496 2434 0 0 0 15442 1 0 0 25 0 1 0 628041216 12115968 2148 33554432000 4194304 4955518 140733281738336 18446744073709551615 4238406 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16638/statm: 2958 2148 104 186 0 2771 0
[pid=16639] ppid=16624 vsize=375504 CPUtime=0.52 cores=0-7
/proc/16639/stat : 16639 (python) S 16624 16624 15120 0 -1 4202560 1154 0 0 0 27 25 0 0 16 0 2 0 628041219 384516096 5767 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16639/statm: 93876 5767 400 364 0 29785 0
[pid=16641] ppid=16639 vsize=6680 CPUtime=107.33 cores=0-7
/proc/16641/stat : 16641 (march_hi) R 16639 16641 16641 0 -1 4202496 1664 0 0 0 10733 0 0 0 25 0 1 0 628041220 6840320 1381 33554432000 4194304 4955518 140736817692464 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16641/statm: 1670 1381 104 186 0 1483 0
[pid=16639/tid=16662] ppid=16624 vsize=375504 CPUtime=0 cores=0-7
/proc/16639/task/16662/stat : 16662 (python) S 16624 16624 15120 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 628055965 384516096 5767 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 514 18446604451146197120 0 0 -1 0 0 0 0
[pid=16642] ppid=16624 vsize=320224 CPUtime=0.4 cores=0-7
/proc/16642/stat : 16642 (python) S 16624 16624 15120 0 -1 4202560 1122 0 0 0 19 21 0 0 19 0 2 0 628041223 327909376 5769 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/16642/statm: 80056 5769 400 364 0 15962 0
[pid=16644] ppid=16642 vsize=1017800 CPUtime=98.29 cores=0-7
/proc/16644/stat : 16644 (gnovelty+2) T 16642 16644 16644 0 -1 4202496 439 0 0 0 9829 0 0 0 25 0 1 0 628041224 1042227200 174 33554432000 134512640 135663704 4288247376 18446744073709551615 134544252 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16644/statm: 254450 174 113 282 0 254166 0
[pid=16642/tid=16663] ppid=16624 vsize=320224 CPUtime=0 cores=0-7
/proc/16642/task/16663/stat : 16663 (python) S 16624 16624 15120 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 628056065 327909376 5769 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 514 18446604448029833152 0 0 -1 2 0 0 0
[pid=16645] ppid=16624 vsize=330480 CPUtime=0.48 cores=0-7
/proc/16645/stat : 16645 (python) S 16624 16624 15120 0 -1 4202560 1015 0 0 0 28 20 0 0 15 0 1 0 628041227 338411520 5743 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 8516852253124952323 0 0 17 4 0 0 0
/proc/16645/statm: 82620 5743 371 364 0 18523 0
[pid=16647] ppid=16645 vsize=5104 CPUtime=78.98 cores=0-7
/proc/16647/stat : 16647 (march_hi) R 16645 16647 16647 0 -1 4202496 1284 0 0 0 7898 0 0 0 25 0 1 0 628041229 5226496 1002 33554432000 4194304 4955518 140733515165280 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16647/statm: 1276 1002 104 186 0 1089 0
[pid=16648] ppid=16624 vsize=340736 CPUtime=0.51 cores=0-7
/proc/16648/stat : 16648 (python) S 16624 16624 15120 0 -1 4202560 1031 0 0 0 26 25 0 0 15 0 1 0 628041231 348913664 5765 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 10502319568532242688 0 0 17 6 0 0 0
/proc/16648/statm: 85184 5765 372 364 0 21084 0
[pid=16652] ppid=16648 vsize=11832 CPUtime=156.77 cores=0-7
/proc/16652/stat : 16652 (march_hi) R 16648 16652 16652 0 -1 4202496 2489 0 0 0 15676 1 0 0 25 0 1 0 628041236 12115968 2204 33554432000 4194304 4955518 140733905569008 18446744073709551615 4263575 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16652/statm: 2958 2204 104 186 0 2771 0
[pid=16650] ppid=16624 vsize=351128 CPUtime=0.82 cores=0-7
/proc/16650/stat : 16650 (python) R 16624 16624 15120 0 -1 4202560 1041 0 0 0 54 28 0 0 16 0 1 0 628041236 359555072 5791 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/16650/statm: 87782 5791 377 364 0 23679 0
[pid=16653] ppid=16650 vsize=0 CPUtime=156.47 cores=0-7
/proc/16653/stat : 16653 (march_hi) R 16650 16653 16653 0 -1 4202500 2495 0 0 0 15646 1 0 0 25 0 1 0 628041236 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16653/statm: 0 0 0 0 0 0 0
[pid=16657] ppid=16624 vsize=361384 CPUtime=0.15 cores=0-7
/proc/16657/stat : 16657 (python) S 16624 16624 15120 0 -1 4202560 987 0 0 0 8 7 0 0 18 0 1 0 628051240 370057216 5789 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 8516852253124952322 0 0 17 6 0 0 0
/proc/16657/statm: 90346 5789 371 364 0 26240 0
[pid=16659] ppid=16657 vsize=182448 CPUtime=33.71 cores=0-7
/proc/16659/stat : 16659 (kcnfs-2006) R 16657 16659 16659 0 -1 4202496 576 0 0 0 3371 0 0 0 25 0 1 0 628051240 186826752 312 33554432000 134512640 135163436 4294105392 18446744073709551615 134675188 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16659/statm: 45612 312 77 159 0 45452 0
[pid=16664] ppid=16624 vsize=371640 CPUtime=0.01 cores=0-7
/proc/16664/stat : 16664 (python) S 16624 16624 15120 0 -1 4202560 959 0 0 0 1 0 0 0 15 0 1 0 628056069 380559360 5798 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 17495578559048024323 0 0 17 4 0 0 0
/proc/16664/statm: 92910 5798 370 364 0 28801 0
[pid=16666] ppid=16664 vsize=2304 CPUtime=4.8 cores=0-7
/proc/16666/stat : 16666 (march_hi) R 16664 16666 16666 0 -1 4202496 641 0 0 0 480 0 0 0 25 0 1 0 628056070 2359296 371 33554432000 4194304 4955518 140735598647712 18446744073709551615 4312428 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16666/statm: 576 371 104 186 0 389 0
[pid=16624/tid=16631] ppid=16622 vsize=381884 CPUtime=0 cores=0-7
/proc/16624/task/16631/stat : 16631 (python) S 16622 16624 15120 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 11 0 628041208 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 6 0 0 0
[pid=16624/tid=16634] ppid=16622 vsize=381884 CPUtime=0 cores=0-7
/proc/16624/task/16634/stat : 16634 (python) S 16622 16624 15120 0 -1 4202560 23 931 0 0 0 0 0 0 18 0 11 0 628041212 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 3 0 0 0
[pid=16624/tid=16637] ppid=16622 vsize=381884 CPUtime=0 cores=0-7
/proc/16624/task/16637/stat : 16637 (python) S 16622 16624 15120 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 11 0 628041216 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 2 0 0 0
[pid=16624/tid=16640] ppid=16622 vsize=381884 CPUtime=0 cores=0-7
/proc/16624/task/16640/stat : 16640 (python) S 16622 16624 15120 0 -1 4202560 28 931 0 0 0 0 0 0 18 0 11 0 628041220 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 2 0 0 0
[pid=16624/tid=16643] ppid=16622 vsize=381884 CPUtime=0 cores=0-7
/proc/16624/task/16643/stat : 16643 (python) S 16622 16624 15120 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 11 0 628041223 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 2 0 0 0
[pid=16624/tid=16646] ppid=16622 vsize=381884 CPUtime=0 cores=0-7
/proc/16624/task/16646/stat : 16646 (python) S 16622 16624 15120 0 -1 4202560 25 931 0 0 0 0 0 0 24 0 11 0 628041227 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 4 0 0 0
[pid=16624/tid=16649] ppid=16622 vsize=381884 CPUtime=0 cores=0-7
/proc/16624/task/16649/stat : 16649 (python) S 16622 16624 15120 0 -1 4202560 36 931 0 0 0 0 0 0 25 0 11 0 628041232 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 4 0 0 0
[pid=16624/tid=16651] ppid=16622 vsize=381884 CPUtime=0 cores=0-7
/proc/16624/task/16651/stat : 16651 (python) S 16622 16624 15120 0 -1 4202560 69 931 0 0 0 0 0 0 25 0 11 0 628041236 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 4 0 0 0
[pid=16624/tid=16658] ppid=16622 vsize=381884 CPUtime=0 cores=0-7
/proc/16624/task/16658/stat : 16658 (python) S 16622 16624 15120 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 11 0 628051240 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 4 0 0 0
[pid=16624/tid=16665] ppid=16622 vsize=381884 CPUtime=0 cores=0-7
/proc/16624/task/16665/stat : 16665 (python) S 16622 16624 15120 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 11 0 628056070 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 974.99
Current children cumulated vsize (KiB) 5971492

[startup+159.002 s]
/proc/loadavg: 10.01 6.44 3.83 11/395 16666
/proc/meminfo: memFree=6736936/32951124 swapFree=61020456/67111528
[pid=16624] ppid=16622 vsize=381884 CPUtime=199.8 cores=0-7
/proc/16624/stat : 16624 (python) S 16622 16624 15120 0 -1 4202496 17593 4065 1 0 75 12 19856 37 17 0 11 0 628041151 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296756031 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16624/statm: 95471 7326 1894 364 0 31362 0
[pid=16633] ppid=16624 vsize=289352 CPUtime=0.5 cores=0-7
/proc/16633/stat : 16633 (python) S 16624 16624 15120 0 -1 4202560 965 0 0 0 29 21 0 0 15 0 1 0 628041212 296296448 5718 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 17484077667421487361 0 0 17 7 0 0 0
/proc/16633/statm: 72338 5718 371 364 0 8253 0
[pid=16635] ppid=16633 vsize=5104 CPUtime=79.34 cores=0-7
/proc/16635/stat : 16635 (march_hi) R 16633 16635 16635 0 -1 4202496 1289 0 0 0 7933 1 0 0 25 0 1 0 628041212 5226496 1006 33554432000 4194304 4955518 140733256067520 18446744073709551615 4228014 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16635/statm: 1276 1006 104 186 0 1089 0
[pid=16636] ppid=16624 vsize=299288 CPUtime=0.55 cores=0-7
/proc/16636/stat : 16636 (python) S 16624 16624 15120 0 -1 4202560 971 0 0 0 30 25 0 0 15 0 1 0 628041215 306470912 5642 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 16208367102271127809 0 0 17 7 0 0 0
/proc/16636/statm: 74822 5642 371 364 0 10734 0
[pid=16638] ppid=16636 vsize=11832 CPUtime=154.63 cores=0-7
/proc/16638/stat : 16638 (march_hi) R 16636 16638 16638 0 -1 4202496 2437 0 0 0 15462 1 0 0 25 0 1 0 628041216 12115968 2151 33554432000 4194304 4955518 140733281738336 18446744073709551615 4227559 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16638/statm: 2958 2151 104 186 0 2771 0
[pid=16639] ppid=16624 vsize=375504 CPUtime=0.52 cores=0-7
/proc/16639/stat : 16639 (python) S 16624 16624 15120 0 -1 4202560 1154 0 0 0 27 25 0 0 16 0 2 0 628041219 384516096 5767 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16639/statm: 93876 5767 400 364 0 29785 0
[pid=16641] ppid=16639 vsize=6680 CPUtime=107.53 cores=0-7
/proc/16641/stat : 16641 (march_hi) R 16639 16641 16641 0 -1 4202496 1669 0 0 0 10753 0 0 0 25 0 1 0 628041220 6840320 1386 33554432000 4194304 4955518 140736817692464 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16641/statm: 1670 1386 104 186 0 1483 0
[pid=16639/tid=16662] ppid=16624 vsize=375504 CPUtime=0 cores=0-7
/proc/16639/task/16662/stat : 16662 (python) S 16624 16624 15120 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 628055965 384516096 5767 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 514 18446604451146197120 0 0 -1 0 0 0 0
[pid=16645] ppid=16624 vsize=330480 CPUtime=0.48 cores=0-7
/proc/16645/stat : 16645 (python) S 16624 16624 15120 0 -1 4202560 1015 0 0 0 28 20 0 0 15 0 1 0 628041227 338411520 5743 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 8516852253124952323 0 0 17 4 0 0 0
/proc/16645/statm: 82620 5743 371 364 0 18523 0
[pid=16647] ppid=16645 vsize=5104 CPUtime=79.08 cores=0-7
/proc/16647/stat : 16647 (march_hi) R 16645 16647 16647 0 -1 4202496 1285 0 0 0 7908 0 0 0 25 0 1 0 628041229 5226496 1003 33554432000 4194304 4955518 140733515165280 18446744073709551615 4238962 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16647/statm: 1276 1003 104 186 0 1089 0
[pid=16648] ppid=16624 vsize=0 CPUtime=157.43 cores=0-7
/proc/16648/stat : 16648 (python) Z 16624 16624 15120 0 -1 4202588 1301 2492 0 0 26 25 15691 1 16 0 1 0 628041231 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/16648/statm: 0 0 0 0 0 0 0
[pid=16650] ppid=16624 vsize=351128 CPUtime=1.01 cores=0-7
/proc/16650/stat : 16650 (python) R 16624 16624 15120 0 -1 4202560 1041 0 0 0 71 30 0 0 16 0 1 0 628041236 359555072 5791 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296756031 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/16650/statm: 87782 5791 377 364 0 23679 0
[pid=16653] ppid=16650 vsize=0 CPUtime=156.47 cores=0-7
/proc/16653/stat : 16653 (march_hi) R 16650 16653 16653 0 -1 4202500 2495 0 0 0 15646 1 0 0 25 0 1 0 628041236 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16653/statm: 0 0 0 0 0 0 0
[pid=16657] ppid=16624 vsize=361384 CPUtime=0.15 cores=0-7
/proc/16657/stat : 16657 (python) S 16624 16624 15120 0 -1 4202560 987 0 0 0 8 7 0 0 18 0 1 0 628051240 370057216 5789 33554432000 4194304 5683644 140733338272752 18446744073709551615 224284945990 0 0 16781312 514 8516852253124952322 0 0 17 6 0 0 0
/proc/16657/statm: 90346 5789 371 364 0 26240 0
[pid=16659] ppid=16657 vsize=182448 CPUtime=33.91 cores=0-7
/proc/16659/stat : 16659 (kcnfs-2006) R 16657 16659 16659 0 -1 4202496 576 0 0 0 3391 0 0 0 25 0 1 0 628051240 186826752 312 33554432000 134512640 135163436 4294105392 18446744073709551615 134621959 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16659/statm: 45612 312 77 159 0 45452 0
[pid=16664] ppid=16624 vsize=0 CPUtime=4.92 cores=0-7
/proc/16664/stat : 16664 (python) R 16624 16624 15120 0 -1 4202564 1015 641 0 0 1 1 490 0 16 0 1 0 628056069 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16664/statm: 0 0 0 0 0 0 0
[pid=16624/tid=16631] ppid=16622 vsize=381884 CPUtime=198.93 cores=0-7
/proc/16624/task/16631/stat : 16631 (python) S 16622 16624 15120 0 -1 4202560 27 4065 0 0 0 0 19856 37 25 0 11 0 628041208 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 6 0 0 0
[pid=16624/tid=16634] ppid=16622 vsize=381884 CPUtime=198.93 cores=0-7
/proc/16624/task/16634/stat : 16634 (python) S 16622 16624 15120 0 -1 4202560 23 4065 0 0 0 0 19856 37 18 0 11 0 628041212 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 3 0 0 0
[pid=16624/tid=16637] ppid=16622 vsize=381884 CPUtime=198.93 cores=0-7
/proc/16624/task/16637/stat : 16637 (python) S 16622 16624 15120 0 -1 4202560 25 4065 0 0 0 0 19856 37 20 0 11 0 628041216 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 2 0 0 0
[pid=16624/tid=16640] ppid=16622 vsize=381884 CPUtime=198.93 cores=0-7
/proc/16624/task/16640/stat : 16640 (python) S 16622 16624 15120 0 -1 4202560 28 4065 0 0 0 0 19856 37 18 0 11 0 628041220 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 2 0 0 0
[pid=16624/tid=16643] ppid=16622 vsize=381884 CPUtime=198.93 cores=0-7
/proc/16624/task/16643/stat : 16643 (python) S 16622 16624 15120 0 -1 4202560 24 4065 0 0 0 0 19856 37 22 0 11 0 628041223 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 2 0 0 0
[pid=16624/tid=16646] ppid=16622 vsize=381884 CPUtime=198.93 cores=0-7
/proc/16624/task/16646/stat : 16646 (python) S 16622 16624 15120 0 -1 4202560 25 4065 0 0 0 0 19856 37 24 0 11 0 628041227 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 4 0 0 0
[pid=16624/tid=16649] ppid=16622 vsize=381884 CPUtime=198.93 cores=0-7
/proc/16624/task/16649/stat : 16649 (python) S 16622 16624 15120 0 -1 4202560 36 4065 0 0 0 0 19856 37 25 0 11 0 628041232 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 4 0 0 0
[pid=16624/tid=16651] ppid=16622 vsize=381884 CPUtime=198.93 cores=0-7
/proc/16624/task/16651/stat : 16651 (python) S 16622 16624 15120 0 -1 4202560 69 4065 0 0 0 0 19856 37 25 0 11 0 628041236 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 4 0 0 0
[pid=16624/tid=16658] ppid=16622 vsize=381884 CPUtime=198.93 cores=0-7
/proc/16624/task/16658/stat : 16658 (python) S 16622 16624 15120 0 -1 4202560 30 4065 0 0 0 0 19856 37 20 0 11 0 628051240 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 4 0 0 0
[pid=16624/tid=16665] ppid=16622 vsize=381884 CPUtime=198.93 cores=0-7
/proc/16624/task/16665/stat : 16665 (python) S 16622 16624 15120 0 -1 4202560 28 4065 0 0 0 0 19856 37 20 0 11 0 628056070 391049216 7326 33554432000 4194304 5683644 140733338272752 18446744073709551615 224296749489 0 0 16781312 2 18446604448029831360 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 976.32
Current children cumulated vsize (KiB) 2600188

Child status: 0
Real time (s): 159.041
CPU time (s): 976.564
CPU user time (s): 974.383
CPU system time (s): 2.18067
CPU usage (%): 614.034
Max. virtual memory (cumulated for all children) (KiB): 5983324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 974.383
system time used= 2.18067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47832
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= 4788
involuntary context switches= 10282

runsolver used 0.946856 second user time and 1.71874 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-03 01:15:05
IDJOB=3322252
IDBENCH=83030
IDSOLVER=1712
FILE ID=node118/3322252-1304378105
RUNJOBID= node118-1304366467-15134
PBS_JOBID= 13181753
Free space on /tmp= 73236 MiB

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

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

MD5SUM BENCH= 262b86a16f9a75cfd5f5af81be0602bc
RANDOM SEED=1117332404

node118.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.842
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.68
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6842288 kB
Buffers:         21764 kB
Cached:         216676 kB
SwapCached:      96740 kB
Active:       12825356 kB
Inactive:     13042580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6842288 kB
SwapTotal:    67111528 kB
SwapFree:     61020456 kB
Dirty:           31800 kB
Writeback:           0 kB
AnonPages:    25544476 kB
Mapped:          17728 kB
Slab:            80452 kB
PageTables:      89944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89516688 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= 73204 MiB
End job on node118 at 2011-05-03 01:17:44