Trace number 3322146

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 69.0085 12.1361

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S797651048-056.UNKNOWN.cnf
MD5SUMe887a746d13f48cfc0f8cc23df918189
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.8693
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.49	c INFO: solving HOME/instance-3322146-1304375225.cnf
0.29/0.49	c INFO: computing task features
0.29/0.50	c INFO: computed variable-clause graph statistics
0.38/0.50	c INFO: computed clause balance statistics
0.38/0.53	c INFO: computed variable balance statistics
0.38/0.55	c INFO: computed small-clause counts
0.38/0.55	c INFO: computed Horn-clause counts
0.38/0.55	c INFO: computed variable graph statistics
0.38/0.55	c INFO: collected features for HOME/instance-3322146-1304375225.cnf in 0.06 s
0.38/0.59	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.56)
0.49/0.64	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.28)
0.49/0.68	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.19)
0.59/0.72	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.27)
0.59/0.76	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.69/0.80	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.30)
0.71/0.95	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.23)
2.42/1.09	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.20)
68.69/12.11	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-3322146-1304375225/watcher-3322146-1304375225 -o /tmp/evaluation-result-3322146-1304375225/solver-3322146-1304375225 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322146-1304375225.cnf -seed 922510580 -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: 9.29 9.15 9.26 3/289 9227
/proc/meminfo: memFree=17401524/32950928 swapFree=67111528/67111528
[pid=9227] ppid=9225 vsize=15780 CPUtime=0 cores=0-7
/proc/9227/stat : 9227 (python) S 9225 9227 8616 0 -1 4202496 935 0 0 0 0 0 0 0 25 0 1 0 5131938 16158720 814 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/9227/statm: 3945 814 356 364 0 432 0

[startup+0.0236731 s]
/proc/loadavg: 9.29 9.15 9.26 3/289 9227
/proc/meminfo: memFree=17401524/32950928 swapFree=67111528/67111528
[pid=9227] ppid=9225 vsize=16540 CPUtime=0.01 cores=0-7
/proc/9227/stat : 9227 (python) S 9225 9227 8616 0 -1 4202496 1184 0 0 0 1 0 0 0 25 0 1 0 5131938 16936960 1046 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/9227/statm: 4135 1046 417 364 0 622 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16540

[startup+0.100665 s]
/proc/loadavg: 9.29 9.15 9.26 3/289 9227
/proc/meminfo: memFree=17401524/32950928 swapFree=67111528/67111528
[pid=9227] ppid=9225 vsize=104236 CPUtime=0.06 cores=0-7
/proc/9227/stat : 9227 (python) R 9225 9227 8616 0 -1 4202496 3087 0 0 0 5 1 0 0 25 0 1 0 5131938 106737664 2768 33554432000 4194304 5683644 140736119571680 18446744073709551615 5114063 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/9227/statm: 26059 2768 847 364 0 1807 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104236

[startup+0.300547 s]
/proc/loadavg: 9.29 9.15 9.26 3/289 9227
/proc/meminfo: memFree=17401524/32950928 swapFree=67111528/67111528
[pid=9227] ppid=9225 vsize=163652 CPUtime=0.22 cores=0-7
/proc/9227/stat : 9227 (python) R 9225 9227 8616 0 -1 4202496 6627 936 1 0 16 6 0 0 17 0 1 0 5131938 167579648 4725 33554432000 4194304 5683644 140736119571680 18446744073709551615 218875595632 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9227/statm: 40913 4725 1282 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 163652

[startup+0.700536 s]
/proc/loadavg: 9.29 9.15 9.26 3/289 9227
/proc/meminfo: memFree=17401524/32950928 swapFree=67111528/67111528
[pid=9227] ppid=9225 vsize=375288 CPUtime=0.59 cores=0-7
/proc/9227/stat : 9227 (python) R 9225 9227 8616 0 -1 4202496 11736 936 1 0 50 9 0 0 18 0 4 0 5131938 384294912 7319 33554432000 4194304 5683644 140736119571680 18446744073709551615 4602547 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9227/statm: 93822 7319 1878 364 0 29734 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 375288

[startup+1.50134 s]
/proc/loadavg: 9.29 9.15 9.26 10/310 9252
/proc/meminfo: memFree=17352012/32950928 swapFree=67111528/67111528
[pid=9227] ppid=9225 vsize=426568 CPUtime=0.77 cores=0-7
/proc/9227/stat : 9227 (python) S 9225 9227 8616 0 -1 4202496 15241 936 1 0 67 10 0 0 20 0 9 0 5131938 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9227/statm: 106642 7416 1889 364 0 42539 0
[pid=9233] ppid=9227 vsize=278576 CPUtime=0 cores=0-7
/proc/9233/stat : 9233 (python) S 9227 9227 8616 0 -1 4202560 708 0 0 0 0 0 0 0 18 0 1 0 5131998 285261824 5545 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585231 0 0 16781312 514 4081541373105274879 0 0 17 3 0 0 0
/proc/9233/statm: 69644 5545 347 364 0 5562 0
[pid=9235] ppid=9233 vsize=454900 CPUtime=0.89 cores=0-7
/proc/9235/stat : 9235 (TNM) R 9233 9235 9235 0 -1 4202496 416 0 0 0 89 0 0 0 21 0 1 0 5131998 465817600 150 33554432000 134512640 135008748 4292343584 18446744073709551615 134529195 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9235/statm: 113725 150 46 122 0 112625 0
[pid=9236] ppid=9227 vsize=289252 CPUtime=0 cores=0-7
/proc/9236/stat : 9236 (python) S 9227 9227 8616 0 -1 4202560 741 0 0 0 0 0 0 0 15 0 1 0 5132002 296194048 5670 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 5740888862494785794 0 0 17 5 0 0 0
/proc/9236/statm: 72313 5670 348 364 0 8228 0
[pid=9238] ppid=9236 vsize=1808 CPUtime=0.81 cores=0-7
/proc/9238/stat : 9238 (march_hi) R 9236 9238 9238 0 -1 4202496 549 0 0 0 81 0 0 0 23 0 1 0 5132002 1851392 288 33554432000 4194304 4955518 140734885207920 18446744073709551615 4244887 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9238/statm: 452 288 104 186 0 265 0
[pid=9239] ppid=9227 vsize=365044 CPUtime=0 cores=0-7
/proc/9239/stat : 9239 (python) S 9227 9227 8616 0 -1 4202560 713 0 0 0 0 0 0 0 15 0 1 0 5132006 373805056 5847 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 7012742340854907138 0 0 17 3 0 0 0
/proc/9239/statm: 91261 5847 348 364 0 27173 0
[pid=9241] ppid=9239 vsize=1808 CPUtime=0.61 cores=0-7
/proc/9241/stat : 9241 (march_hi) R 9239 9241 9241 0 -1 4202496 535 0 0 0 61 0 0 0 24 0 1 0 5132007 1851392 281 33554432000 4194304 4955518 140735072295856 18446744073709551615 4227571 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9241/statm: 452 281 104 186 0 265 0
[pid=9242] ppid=9227 vsize=375300 CPUtime=0 cores=0-7
/proc/9242/stat : 9242 (python) S 9227 9227 8616 0 -1 4202560 721 0 0 0 0 0 0 0 15 0 1 0 5132010 384307200 5804 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 4405070195677167876 0 0 17 7 0 0 0
/proc/9242/statm: 93825 5804 348 364 0 29734 0
[pid=9244] ppid=9242 vsize=1808 CPUtime=0.76 cores=0-7
/proc/9244/stat : 9244 (march_hi) R 9242 9244 9244 0 -1 4202496 540 0 0 0 76 0 0 0 25 0 1 0 5132010 1851392 287 33554432000 4194304 4955518 140734577115840 18446744073709551615 4224773 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9244/statm: 452 287 104 186 0 265 0
[pid=9245] ppid=9227 vsize=385556 CPUtime=0 cores=0-7
/proc/9245/stat : 9245 (python) S 9227 9227 8616 0 -1 4202560 723 0 0 0 0 0 0 0 19 0 1 0 5132014 394809344 5928 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 7144212595455557631 0 0 17 3 0 0 0
/proc/9245/statm: 96389 5928 348 364 0 32295 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=0.41 cores=0-7
/proc/9247/stat : 9247 (gnovelty+2) R 9245 9247 9247 0 -1 4202496 419 0 0 0 41 0 0 0 22 0 1 0 5132016 1042227200 163 33554432000 134512640 135663704 4293411568 18446744073709551615 134544370 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9247/statm: 254450 163 113 282 0 254166 0
[pid=9248] ppid=9227 vsize=395812 CPUtime=0 cores=0-7
/proc/9248/stat : 9248 (python) S 9227 9227 8616 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 5132018 405311488 5949 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 9413539174243336450 0 0 17 3 0 0 0
/proc/9248/statm: 98953 5949 348 364 0 34856 0
[pid=9250] ppid=9248 vsize=1808 CPUtime=0.67 cores=0-7
/proc/9250/stat : 9250 (march_hi) R 9248 9250 9250 0 -1 4202496 542 0 0 0 67 0 0 0 24 0 1 0 5132020 1851392 283 33554432000 4194304 4955518 140736936571760 18446744073709551615 4229464 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9250/statm: 452 283 104 186 0 265 0
[pid=9251] ppid=9227 vsize=406068 CPUtime=0 cores=0-7
/proc/9251/stat : 9251 (python) S 9227 9227 8616 0 -1 4202560 746 0 0 0 0 0 0 0 17 0 1 0 5132034 415813632 5970 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 9542599849111683332 0 0 17 0 0 0 0
/proc/9251/statm: 101517 5970 348 364 0 37417 0
[pid=9227/tid=9234] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9234/stat : 9234 (python) S 9225 9227 8616 0 -1 4202560 28 936 0 0 0 0 0 0 18 0 9 0 5131998 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=9227/tid=9237] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9237/stat : 9237 (python) S 9225 9227 8616 0 -1 4202560 23 936 0 0 0 0 0 0 18 0 9 0 5132002 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 5 0 0 0
[pid=9227/tid=9240] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9240/stat : 9240 (python) S 9225 9227 8616 0 -1 4202560 74 936 0 0 0 0 0 0 20 0 9 0 5132006 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=9227/tid=9243] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9243/stat : 9243 (python) S 9225 9227 8616 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 9 0 5132010 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 7 0 0 0
[pid=9227/tid=9246] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9246/stat : 9246 (python) S 9225 9227 8616 0 -1 4202560 32 936 0 0 0 0 0 0 19 0 9 0 5132014 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=9227/tid=9249] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9249/stat : 9249 (python) S 9225 9227 8616 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 9 0 5132018 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 1 0 0 0
[pid=9227/tid=9252] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9252/stat : 9252 (python) S 9225 9227 8616 0 -1 4202560 30 936 0 0 0 0 0 0 21 0 9 0 5132034 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 4402108

[startup+3.10106 s]
/proc/loadavg: 9.35 9.17 9.26 11/314 9256
/proc/meminfo: memFree=17344912/32950928 swapFree=67111528/67111528
[pid=9227] ppid=9225 vsize=426568 CPUtime=0.77 cores=0-7
/proc/9227/stat : 9227 (python) S 9225 9227 8616 0 -1 4202496 15241 936 1 0 67 10 0 0 20 0 9 0 5131938 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9227/statm: 106642 7416 1889 364 0 42539 0
[pid=9233] ppid=9227 vsize=278576 CPUtime=0 cores=0-7
/proc/9233/stat : 9233 (python) S 9227 9227 8616 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 5131998 285261824 5552 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585231 0 0 16781312 514 4081541373105242369 0 0 17 3 0 0 0
/proc/9233/statm: 69644 5552 354 364 0 5562 0
[pid=9235] ppid=9233 vsize=454900 CPUtime=2.49 cores=0-7
/proc/9235/stat : 9235 (TNM) R 9233 9235 9235 0 -1 4202496 416 0 0 0 249 0 0 0 25 0 1 0 5131998 465817600 150 33554432000 134512640 135008748 4292343584 18446744073709551615 134527503 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9235/statm: 113725 150 46 122 0 112625 0
[pid=9236] ppid=9227 vsize=289252 CPUtime=0 cores=0-7
/proc/9236/stat : 9236 (python) S 9227 9227 8616 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 5132002 296194048 5670 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 5602248950267478274 0 0 17 5 0 0 0
/proc/9236/statm: 72313 5670 348 364 0 8228 0
[pid=9238] ppid=9236 vsize=1944 CPUtime=1.61 cores=0-7
/proc/9238/stat : 9238 (march_hi) R 9236 9238 9238 0 -1 4202496 557 0 0 0 161 0 0 0 25 0 1 0 5132002 1990656 296 33554432000 4194304 4955518 140734885207920 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9238/statm: 486 296 104 186 0 299 0
[pid=9239] ppid=9227 vsize=365044 CPUtime=0 cores=0-7
/proc/9239/stat : 9239 (python) S 9227 9227 8616 0 -1 4202560 715 0 0 0 0 0 0 0 15 0 1 0 5132006 373805056 5847 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 7012742340854907138 0 0 17 3 0 0 0
/proc/9239/statm: 91261 5847 348 364 0 27173 0
[pid=9241] ppid=9239 vsize=1808 CPUtime=1.41 cores=0-7
/proc/9241/stat : 9241 (march_hi) R 9239 9241 9241 0 -1 4202496 544 0 0 0 141 0 0 0 25 0 1 0 5132007 1851392 290 33554432000 4194304 4955518 140735072295856 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9241/statm: 452 290 104 186 0 265 0
[pid=9242] ppid=9227 vsize=375300 CPUtime=0 cores=0-7
/proc/9242/stat : 9242 (python) S 9227 9227 8616 0 -1 4202560 722 0 0 0 0 0 0 0 15 0 1 0 5132010 384307200 5804 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 4405070195677167876 0 0 17 7 0 0 0
/proc/9242/statm: 93825 5804 348 364 0 29734 0
[pid=9244] ppid=9242 vsize=1944 CPUtime=2.35 cores=0-7
/proc/9244/stat : 9244 (march_hi) R 9242 9244 9244 0 -1 4202496 551 0 0 0 235 0 0 0 25 0 1 0 5132010 1990656 298 33554432000 4194304 4955518 140734577115840 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9244/statm: 486 298 104 186 0 299 0
[pid=9245] ppid=9227 vsize=385556 CPUtime=0 cores=0-7
/proc/9245/stat : 9245 (python) S 9227 9227 8616 0 -1 4202560 723 0 0 0 0 0 0 0 18 0 1 0 5132014 394809344 5928 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 7144212595455525122 0 0 17 3 0 0 0
/proc/9245/statm: 96389 5928 348 364 0 32295 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=1.21 cores=0-7
/proc/9247/stat : 9247 (gnovelty+2) R 9245 9247 9247 0 -1 4202496 419 0 0 0 121 0 0 0 25 0 1 0 5132016 1042227200 163 33554432000 134512640 135663704 4293411568 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9247/statm: 254450 163 113 282 0 254166 0
[pid=9248] ppid=9227 vsize=395812 CPUtime=0 cores=0-7
/proc/9248/stat : 9248 (python) S 9227 9227 8616 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 5132018 405311488 5949 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 9413539174243336450 0 0 17 3 0 0 0
/proc/9248/statm: 98953 5949 348 364 0 34856 0
[pid=9250] ppid=9248 vsize=1944 CPUtime=2.27 cores=0-7
/proc/9250/stat : 9250 (march_hi) R 9248 9250 9250 0 -1 4202496 555 0 0 0 227 0 0 0 25 0 1 0 5132020 1990656 296 33554432000 4194304 4955518 140736936571760 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9250/statm: 486 296 104 186 0 299 0
[pid=9251] ppid=9227 vsize=406068 CPUtime=0 cores=0-7
/proc/9251/stat : 9251 (python) S 9227 9227 8616 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 5132034 415813632 5970 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 9542599849111683332 0 0 17 0 0 0 0
/proc/9251/statm: 101517 5970 348 364 0 37417 0
[pid=9253] ppid=9251 vsize=1944 CPUtime=1.95 cores=0-7
/proc/9253/stat : 9253 (march_hi) R 9251 9253 9253 0 -1 4202496 555 0 0 0 195 0 0 0 25 0 1 0 5132046 1990656 297 33554432000 4194304 4955518 140735791654224 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9253/statm: 486 297 104 186 0 299 0
[pid=9254] ppid=9227 vsize=416324 CPUtime=0 cores=0-7
/proc/9254/stat : 9254 (python) S 9227 9227 8616 0 -1 4202560 786 0 0 0 0 0 0 0 15 0 1 0 5132048 426315776 5877 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 7012751136947929348 0 0 17 1 0 0 0
/proc/9254/statm: 104081 5877 354 364 0 39978 0
[pid=9256] ppid=9254 vsize=1808 CPUtime=0.87 cores=0-7
/proc/9256/stat : 9256 (march_hi) R 9254 9256 9256 0 -1 4202496 553 0 0 0 87 0 0 0 25 0 1 0 5132052 1851392 287 33554432000 4194304 4955518 140734487602096 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9256/statm: 452 287 104 186 0 265 0
[pid=9227/tid=9234] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9234/stat : 9234 (python) S 9225 9227 8616 0 -1 4202560 28 936 0 0 0 0 0 0 18 0 9 0 5131998 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=9227/tid=9237] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9237/stat : 9237 (python) S 9225 9227 8616 0 -1 4202560 23 936 0 0 0 0 0 0 18 0 9 0 5132002 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 5 0 0 0
[pid=9227/tid=9240] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9240/stat : 9240 (python) S 9225 9227 8616 0 -1 4202560 74 936 0 0 0 0 0 0 20 0 9 0 5132006 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=9227/tid=9243] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9243/stat : 9243 (python) S 9225 9227 8616 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 9 0 5132010 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 7 0 0 0
[pid=9227/tid=9246] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9246/stat : 9246 (python) S 9225 9227 8616 0 -1 4202560 32 936 0 0 0 0 0 0 19 0 9 0 5132014 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=9227/tid=9249] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9249/stat : 9249 (python) S 9225 9227 8616 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 9 0 5132018 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 1 0 0 0
[pid=9227/tid=9252] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9252/stat : 9252 (python) S 9225 9227 8616 0 -1 4202560 30 936 0 0 0 0 0 0 21 0 9 0 5132034 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=9227/tid=9255] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9255/stat : 9255 (python) S 9225 9227 8616 0 -1 4202560 31 936 0 0 0 0 0 0 21 0 9 0 5132048 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 14.93
Current children cumulated vsize (KiB) 4822592

[startup+6.3015 s]

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

/proc/9227/task/9237/stat : 9237 (python) S 9225 9227 8616 0 -1 4202560 23 936 0 0 0 0 0 0 18 0 9 0 5132002 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 5 0 0 0
[pid=9227/tid=9240] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9240/stat : 9240 (python) S 9225 9227 8616 0 -1 4202560 74 936 0 0 0 0 0 0 20 0 9 0 5132006 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=9227/tid=9243] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9243/stat : 9243 (python) S 9225 9227 8616 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 9 0 5132010 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 7 0 0 0
[pid=9227/tid=9246] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9246/stat : 9246 (python) S 9225 9227 8616 0 -1 4202560 32 936 0 0 0 0 0 0 19 0 9 0 5132014 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=9227/tid=9249] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9249/stat : 9249 (python) S 9225 9227 8616 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 9 0 5132018 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 1 0 0 0
[pid=9227/tid=9252] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9252/stat : 9252 (python) S 9225 9227 8616 0 -1 4202560 30 936 0 0 0 0 0 0 21 0 9 0 5132034 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=9227/tid=9255] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9255/stat : 9255 (python) S 9225 9227 8616 0 -1 4202560 31 936 0 0 0 0 0 0 21 0 9 0 5132048 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 53.18
Current children cumulated vsize (KiB) 4823272

[startup+11.1017 s]
/proc/loadavg: 9.40 9.18 9.27 11/314 9256
/proc/meminfo: memFree=17343720/32950928 swapFree=67111528/67111528
[pid=9227] ppid=9225 vsize=426568 CPUtime=0.77 cores=0-7
/proc/9227/stat : 9227 (python) S 9225 9227 8616 0 -1 4202496 15241 936 1 0 67 10 0 0 20 0 9 0 5131938 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9227/statm: 106642 7416 1889 364 0 42539 0
[pid=9233] ppid=9227 vsize=278576 CPUtime=0.01 cores=0-7
/proc/9233/stat : 9233 (python) S 9227 9227 8616 0 -1 4202560 895 0 0 0 0 1 0 0 18 0 1 0 5131998 285261824 5575 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585231 0 0 16781312 514 16965956997792891137 0 0 17 3 0 0 0
/proc/9233/statm: 69644 5575 377 364 0 5562 0
[pid=9235] ppid=9233 vsize=454900 CPUtime=10.49 cores=0-7
/proc/9235/stat : 9235 (TNM) R 9233 9235 9235 0 -1 4202496 416 0 0 0 1049 0 0 0 25 0 1 0 5131998 465817600 150 33554432000 134512640 135008748 4292343584 18446744073709551615 134527709 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9235/statm: 113725 150 46 122 0 112625 0
[pid=9236] ppid=9227 vsize=289252 CPUtime=0.02 cores=0-7
/proc/9236/stat : 9236 (python) S 9227 9227 8616 0 -1 4202560 906 0 0 0 1 1 0 0 15 0 1 0 5132002 296194048 5693 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 5740888862494785794 0 0 17 5 0 0 0
/proc/9236/statm: 72313 5693 371 364 0 8228 0
[pid=9238] ppid=9236 vsize=1944 CPUtime=5.61 cores=0-7
/proc/9238/stat : 9238 (march_hi) R 9236 9238 9238 0 -1 4202496 574 0 0 0 561 0 0 0 25 0 1 0 5132002 1990656 313 33554432000 4194304 4955518 140734885207920 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9238/statm: 486 313 104 186 0 299 0
[pid=9239] ppid=9227 vsize=365044 CPUtime=0.02 cores=0-7
/proc/9239/stat : 9239 (python) S 9227 9227 8616 0 -1 4202560 792 0 0 0 1 1 0 0 15 0 1 0 5132006 373805056 5870 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 7012742340854907138 0 0 17 3 0 0 0
/proc/9239/statm: 91261 5870 371 364 0 27173 0
[pid=9241] ppid=9239 vsize=1944 CPUtime=5.41 cores=0-7
/proc/9241/stat : 9241 (march_hi) R 9239 9241 9241 0 -1 4202496 566 0 0 0 541 0 0 0 25 0 1 0 5132007 1990656 312 33554432000 4194304 4955518 140735072295856 18446744073709551615 4286693 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9241/statm: 486 312 104 186 0 299 0
[pid=9242] ppid=9227 vsize=375300 CPUtime=0.03 cores=0-7
/proc/9242/stat : 9242 (python) S 9227 9227 8616 0 -1 4202560 801 0 0 0 2 1 0 0 15 0 1 0 5132010 384307200 5827 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 4405070195677167876 0 0 17 7 0 0 0
/proc/9242/statm: 93825 5827 371 364 0 29734 0
[pid=9244] ppid=9242 vsize=2080 CPUtime=10.23 cores=0-7
/proc/9244/stat : 9244 (march_hi) R 9242 9244 9244 0 -1 4202496 609 0 0 0 1023 0 0 0 25 0 1 0 5132010 2129920 356 33554432000 4194304 4955518 140734577115840 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9244/statm: 520 356 104 186 0 333 0
[pid=9245] ppid=9227 vsize=385556 CPUtime=0.02 cores=0-7
/proc/9245/stat : 9245 (python) S 9227 9227 8616 0 -1 4202560 795 0 0 0 1 1 0 0 18 0 1 0 5132014 394809344 5951 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 16965956997792891138 0 0 17 3 0 0 0
/proc/9245/statm: 96389 5951 371 364 0 32295 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=5.21 cores=0-7
/proc/9247/stat : 9247 (gnovelty+2) R 9245 9247 9247 0 -1 4202496 419 0 0 0 521 0 0 0 25 0 1 0 5132016 1042227200 163 33554432000 134512640 135663704 4293411568 18446744073709551615 134546772 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9247/statm: 254450 163 113 282 0 254166 0
[pid=9248] ppid=9227 vsize=395812 CPUtime=0.02 cores=0-7
/proc/9248/stat : 9248 (python) S 9227 9227 8616 0 -1 4202560 812 0 0 0 1 1 0 0 15 0 1 0 5132018 405311488 5972 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 9413539174243336450 0 0 17 3 0 0 0
/proc/9248/statm: 98953 5972 371 364 0 34856 0
[pid=9250] ppid=9248 vsize=2080 CPUtime=10.16 cores=0-7
/proc/9250/stat : 9250 (march_hi) R 9248 9250 9250 0 -1 4202496 614 0 0 0 1016 0 0 0 25 0 1 0 5132020 2129920 355 33554432000 4194304 4955518 140736936571760 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9250/statm: 520 355 104 186 0 333 0
[pid=9251] ppid=9227 vsize=406068 CPUtime=0.04 cores=0-7
/proc/9251/stat : 9251 (python) S 9227 9227 8616 0 -1 4202560 827 0 0 0 3 1 0 0 15 0 1 0 5132034 415813632 5993 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 9542599849111683332 0 0 17 0 0 0 0
/proc/9251/statm: 101517 5993 371 364 0 37417 0
[pid=9253] ppid=9251 vsize=2080 CPUtime=9.91 cores=0-7
/proc/9253/stat : 9253 (march_hi) R 9251 9253 9253 0 -1 4202496 612 0 0 0 991 0 0 0 25 0 1 0 5132046 2129920 354 33554432000 4194304 4955518 140735791654224 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9253/statm: 520 354 104 186 0 333 0
[pid=9254] ppid=9227 vsize=416324 CPUtime=0.02 cores=0-7
/proc/9254/stat : 9254 (python) S 9227 9227 8616 0 -1 4202560 864 0 0 0 1 1 0 0 15 0 1 0 5132048 426315776 5900 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 7012751136947929348 0 0 17 1 0 0 0
/proc/9254/statm: 104081 5900 377 364 0 39978 0
[pid=9256] ppid=9254 vsize=1944 CPUtime=4.84 cores=0-7
/proc/9256/stat : 9256 (march_hi) R 9254 9256 9256 0 -1 4202496 577 0 0 0 484 0 0 0 25 0 1 0 5132052 1990656 311 33554432000 4194304 4955518 140734487602096 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9256/statm: 486 311 104 186 0 299 0
[pid=9227/tid=9234] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9234/stat : 9234 (python) S 9225 9227 8616 0 -1 4202560 28 936 0 0 0 0 0 0 18 0 9 0 5131998 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=9227/tid=9237] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9237/stat : 9237 (python) S 9225 9227 8616 0 -1 4202560 23 936 0 0 0 0 0 0 18 0 9 0 5132002 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 5 0 0 0
[pid=9227/tid=9240] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9240/stat : 9240 (python) S 9225 9227 8616 0 -1 4202560 74 936 0 0 0 0 0 0 20 0 9 0 5132006 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=9227/tid=9243] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9243/stat : 9243 (python) S 9225 9227 8616 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 9 0 5132010 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 7 0 0 0
[pid=9227/tid=9246] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9246/stat : 9246 (python) S 9225 9227 8616 0 -1 4202560 32 936 0 0 0 0 0 0 19 0 9 0 5132014 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=9227/tid=9249] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9249/stat : 9249 (python) S 9225 9227 8616 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 9 0 5132018 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 1 0 0 0
[pid=9227/tid=9252] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9252/stat : 9252 (python) S 9225 9227 8616 0 -1 4202560 30 936 0 0 0 0 0 0 21 0 9 0 5132034 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=9227/tid=9255] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9255/stat : 9255 (python) S 9225 9227 8616 0 -1 4202560 31 936 0 0 0 0 0 0 21 0 9 0 5132048 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 62.81
Current children cumulated vsize (KiB) 4823272

[startup+11.9805 s]
/proc/loadavg: 9.40 9.18 9.27 11/314 9256
/proc/meminfo: memFree=17343720/32950928 swapFree=67111528/67111528
[pid=9227] ppid=9225 vsize=426568 CPUtime=0.77 cores=0-7
/proc/9227/stat : 9227 (python) S 9225 9227 8616 0 -1 4202496 15241 936 1 0 67 10 0 0 20 0 9 0 5131938 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9227/statm: 106642 7416 1889 364 0 42539 0
[pid=9233] ppid=9227 vsize=278576 CPUtime=0.01 cores=0-7
/proc/9233/stat : 9233 (python) S 9227 9227 8616 0 -1 4202560 895 0 0 0 0 1 0 0 18 0 1 0 5131998 285261824 5575 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585231 0 0 16781312 514 16965956997792891137 0 0 17 3 0 0 0
/proc/9233/statm: 69644 5575 377 364 0 5562 0
[pid=9235] ppid=9233 vsize=454900 CPUtime=11.37 cores=0-7
/proc/9235/stat : 9235 (TNM) R 9233 9235 9235 0 -1 4202496 416 0 0 0 1137 0 0 0 25 0 1 0 5131998 465817600 150 33554432000 134512640 135008748 4292343584 18446744073709551615 134527228 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9235/statm: 113725 150 46 122 0 112625 0
[pid=9236] ppid=9227 vsize=289252 CPUtime=0.02 cores=0-7
/proc/9236/stat : 9236 (python) S 9227 9227 8616 0 -1 4202560 906 0 0 0 1 1 0 0 15 0 1 0 5132002 296194048 5693 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 5740888862494785794 0 0 17 5 0 0 0
/proc/9236/statm: 72313 5693 371 364 0 8228 0
[pid=9238] ppid=9236 vsize=1944 CPUtime=6.01 cores=0-7
/proc/9238/stat : 9238 (march_hi) R 9236 9238 9238 0 -1 4202496 575 0 0 0 601 0 0 0 25 0 1 0 5132002 1990656 314 33554432000 4194304 4955518 140734885207920 18446744073709551615 4286525 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9238/statm: 486 314 104 186 0 299 0
[pid=9239] ppid=9227 vsize=365044 CPUtime=0.02 cores=0-7
/proc/9239/stat : 9239 (python) S 9227 9227 8616 0 -1 4202560 792 0 0 0 1 1 0 0 15 0 1 0 5132006 373805056 5870 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 7012742340854907138 0 0 17 2 0 0 0
/proc/9239/statm: 91261 5870 371 364 0 27173 0
[pid=9241] ppid=9239 vsize=1944 CPUtime=5.81 cores=0-7
/proc/9241/stat : 9241 (march_hi) R 9239 9241 9241 0 -1 4202496 567 0 0 0 581 0 0 0 25 0 1 0 5132007 1990656 313 33554432000 4194304 4955518 140735072295856 18446744073709551615 4346340 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9241/statm: 486 313 104 186 0 299 0
[pid=9242] ppid=9227 vsize=375300 CPUtime=0.11 cores=0-7
/proc/9242/stat : 9242 (python) R 9227 9227 8616 0 -1 4202560 802 0 0 0 9 2 0 0 15 0 1 0 5132010 384307200 5827 33554432000 4194304 5683644 140736119571680 18446744073709551615 5293256 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/9242/statm: 93825 5827 371 364 0 29734 0
[pid=9244] ppid=9242 vsize=0 CPUtime=11.03 cores=0-7
/proc/9244/stat : 9244 (march_hi) R 9242 9244 9244 0 -1 4202500 615 0 0 0 1103 0 0 0 25 0 1 0 5132010 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/9244/statm: 0 0 0 0 0 0 0
[pid=9245] ppid=9227 vsize=385556 CPUtime=0.02 cores=0-7
/proc/9245/stat : 9245 (python) S 9227 9227 8616 0 -1 4202560 795 0 0 0 1 1 0 0 18 0 1 0 5132014 394809344 5951 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 16965956997792891138 0 0 17 3 0 0 0
/proc/9245/statm: 96389 5951 371 364 0 32295 0
[pid=9247] ppid=9245 vsize=1017800 CPUtime=5.69 cores=0-7
/proc/9247/stat : 9247 (gnovelty+2) R 9245 9247 9247 0 -1 4202496 419 0 0 0 569 0 0 0 25 0 1 0 5132016 1042227200 163 33554432000 134512640 135663704 4293411568 18446744073709551615 134546768 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9247/statm: 254450 163 113 282 0 254166 0
[pid=9248] ppid=9227 vsize=395812 CPUtime=0.11 cores=0-7
/proc/9248/stat : 9248 (python) R 9227 9227 8616 0 -1 4202560 818 0 0 0 9 2 0 0 15 0 1 0 5132018 405311488 5972 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/9248/statm: 98953 5972 371 364 0 34856 0
[pid=9250] ppid=9248 vsize=0 CPUtime=10.95 cores=0-7
/proc/9250/stat : 9250 (march_hi) R 9248 9250 9250 0 -1 4202500 620 0 0 0 1095 0 0 0 25 0 1 0 5132020 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9250/statm: 0 0 0 0 0 0 0
[pid=9251] ppid=9227 vsize=406068 CPUtime=0.04 cores=0-7
/proc/9251/stat : 9251 (python) S 9227 9227 8616 0 -1 4202560 827 0 0 0 3 1 0 0 15 0 1 0 5132034 415813632 5993 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 9542599849111683332 0 0 17 0 0 0 0
/proc/9251/statm: 101517 5993 371 364 0 37417 0
[pid=9253] ppid=9251 vsize=2148 CPUtime=10.78 cores=0-7
/proc/9253/stat : 9253 (march_hi) R 9251 9253 9253 0 -1 4202496 618 0 0 0 1078 0 0 0 25 0 1 0 5132046 2199552 360 33554432000 4194304 4955518 140735791654224 18446744073709551615 4227538 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9253/statm: 537 360 104 186 0 350 0
[pid=9254] ppid=9227 vsize=416324 CPUtime=0.02 cores=0-7
/proc/9254/stat : 9254 (python) S 9227 9227 8616 0 -1 4202560 864 0 0 0 1 1 0 0 15 0 1 0 5132048 426315776 5900 33554432000 4194304 5683644 140736119571680 18446744073709551615 218880585286 0 0 16781312 514 7012751136947929348 0 0 17 1 0 0 0
/proc/9254/statm: 104081 5900 377 364 0 39978 0
[pid=9256] ppid=9254 vsize=1944 CPUtime=5.31 cores=0-7
/proc/9256/stat : 9256 (march_hi) R 9254 9256 9256 0 -1 4202496 578 0 0 0 531 0 0 0 25 0 1 0 5132052 1990656 312 33554432000 4194304 4955518 140734487602096 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9256/statm: 486 312 104 186 0 299 0
[pid=9227/tid=9234] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9234/stat : 9234 (python) S 9225 9227 8616 0 -1 4202560 28 936 0 0 0 0 0 0 18 0 9 0 5131998 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=9227/tid=9237] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9237/stat : 9237 (python) S 9225 9227 8616 0 -1 4202560 23 936 0 0 0 0 0 0 18 0 9 0 5132002 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 5 0 0 0
[pid=9227/tid=9240] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9240/stat : 9240 (python) S 9225 9227 8616 0 -1 4202560 74 936 0 0 0 0 0 0 20 0 9 0 5132006 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 2 0 0 0
[pid=9227/tid=9243] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9243/stat : 9243 (python) S 9225 9227 8616 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 9 0 5132010 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 7 0 0 0
[pid=9227/tid=9246] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9246/stat : 9246 (python) S 9225 9227 8616 0 -1 4202560 32 936 0 0 0 0 0 0 19 0 9 0 5132014 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=9227/tid=9249] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9249/stat : 9249 (python) S 9225 9227 8616 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 9 0 5132018 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 1 0 0 0
[pid=9227/tid=9252] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9252/stat : 9252 (python) S 9225 9227 8616 0 -1 4202560 30 936 0 0 0 0 0 0 21 0 9 0 5132034 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 0 0 0 0
[pid=9227/tid=9255] ppid=9225 vsize=426568 CPUtime=0 cores=0-7
/proc/9227/task/9255/stat : 9255 (python) S 9225 9227 8616 0 -1 4202560 31 936 0 0 0 0 0 0 21 0 9 0 5132048 436805632 7416 33554432000 4194304 5683644 140736119571680 18446744073709551615 218892388785 0 0 16781312 2 18446604453895198016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 68.07
Current children cumulated vsize (KiB) 4819180

[startup+12.1115 s]
/proc/loadavg: 9.45 9.19 9.27 12/314 9257
/proc/meminfo: memFree=17344952/32950928 swapFree=67111528/67111528
[pid=9227] ppid=9225 vsize=375240 CPUtime=68.97 cores=0-7
/proc/9227/stat : 9227 (python) R 9225 9227 8616 0 -1 4202496 15731 12638 1 0 67 11 6798 21 17 0 1 0 5131938 384245760 7313 33554432000 4194304 5683644 140736119571680 18446744073709551615 4633744 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9227/statm: 93810 7313 1873 364 0 29734 0
Current children cumulated CPU time (s) 68.97
Current children cumulated vsize (KiB) 375240

Child status: 0
Real time (s): 12.1361
CPU time (s): 69.0085
CPU user time (s): 68.6796
CPU system time (s): 0.328949
CPU usage (%): 568.62
Max. virtual memory (cumulated for all children) (KiB): 4823476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.6796
system time used= 0.328949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32247
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= 3157
involuntary context switches= 2340

runsolver used 0.024996 second user time and 0.101984 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-03 00:27:05
IDJOB=3322146
IDBENCH=82924
IDSOLVER=1712
FILE ID=node112/3322146-1304375225
RUNJOBID= node112-1304374430-8630
PBS_JOBID= 13181779
Free space on /tmp= 72380 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S797651048-056.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-3322146-1304375225/watcher-3322146-1304375225 -o /tmp/evaluation-result-3322146-1304375225/solver-3322146-1304375225 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322146-1304375225.cnf -seed 922510580 -budget 40000 -cores 8

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

MD5SUM BENCH= e887a746d13f48cfc0f8cc23df918189
RANDOM SEED=922510580

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17401936 kB
Buffers:         91292 kB
Cached:        1382960 kB
SwapCached:          0 kB
Active:       14265344 kB
Inactive:      1114612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17401936 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           32996 kB
Writeback:           0 kB
AnonPages:    13905872 kB
Mapped:          21516 kB
Slab:            59028 kB
PageTables:      42316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35125204 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= 72348 MiB
End job on node112 at 2011-05-03 00:27:18