Trace number 3322112

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 229.547 33.6591

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1635333981-027.UNKNOWN.cnf
MD5SUM5ba52a7ac0a84086dc4098f6b5213446
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.2303
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.67	c INFO: solving HOME/instance-3322112-1304374708.cnf
0.36/0.67	c INFO: computing task features
0.36/0.67	c INFO: computed variable-clause graph statistics
0.36/0.67	c INFO: computed clause balance statistics
0.43/0.70	c INFO: computed variable balance statistics
0.43/0.73	c INFO: computed small-clause counts
0.43/0.73	c INFO: computed Horn-clause counts
0.43/0.73	c INFO: computed variable graph statistics
0.43/0.73	c INFO: collected features for HOME/instance-3322112-1304374708.cnf in 0.06 s
0.43/0.77	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.56)
0.53/0.81	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.39)
0.53/0.84	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.39)
0.53/0.89	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.35)
0.63/0.93	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.11)
0.63/0.97	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.07)
0.63/1.01	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
1.48/1.04	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
229.15/33.63	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-3322112-1304374708/watcher-3322112-1304374708 -o /tmp/evaluation-result-3322112-1304374708/solver-3322112-1304374708 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322112-1304374708.cnf -seed 162310516 -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.11 8.97 9.34 3/288 8953
/proc/meminfo: memFree=17410432/32950928 swapFree=67111528/67111528
[pid=8953] ppid=8951 vsize=15760 CPUtime=0 cores=0-7
/proc/8953/stat : 8953 (python) S 8951 8953 8616 0 -1 4202496 845 0 0 0 0 0 0 0 25 0 1 0 5080208 16138240 727 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/8953/statm: 3940 727 334 364 0 427 0

[startup+0.024537 s]
/proc/loadavg: 9.11 8.97 9.34 3/288 8953
/proc/meminfo: memFree=17410432/32950928 swapFree=67111528/67111528
[pid=8953] ppid=8951 vsize=16392 CPUtime=0.01 cores=0-7
/proc/8953/stat : 8953 (python) S 8951 8953 8616 0 -1 4202496 1076 0 0 0 1 0 0 0 25 0 1 0 5080208 16785408 946 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880560997 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/8953/statm: 4098 946 382 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.100537 s]
/proc/loadavg: 9.11 8.97 9.34 3/288 8953
/proc/meminfo: memFree=17410432/32950928 swapFree=67111528/67111528
[pid=8953] ppid=8951 vsize=87700 CPUtime=0.06 cores=0-7
/proc/8953/stat : 8953 (python) R 8951 8953 8616 0 -1 4202496 2638 0 0 0 4 2 0 0 25 0 1 0 5080208 89804800 2353 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880561076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8953/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.300487 s]
/proc/loadavg: 9.11 8.97 9.34 3/288 8953
/proc/meminfo: memFree=17410432/32950928 swapFree=67111528/67111528
[pid=8953] ppid=8951 vsize=135748 CPUtime=0.19 cores=0-7
/proc/8953/stat : 8953 (python) S 8951 8953 8616 0 -1 4202496 5966 935 1 0 14 5 0 0 17 0 1 0 5080208 139005952 4151 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880561157 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/8953/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700417 s]
/proc/loadavg: 9.11 8.97 9.34 3/288 8953
/proc/meminfo: memFree=17410432/32950928 swapFree=67111528/67111528
[pid=8953] ppid=8951 vsize=278260 CPUtime=0.43 cores=0-7
/proc/8953/stat : 8953 (python) R 8951 8953 8616 0 -1 4202496 9301 935 1 0 33 10 0 0 16 0 1 0 5080208 284938240 6968 33554432000 4194304 5683644 140733311892896 18446744073709551615 4539648 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8953/statm: 69565 6968 1826 364 0 5489 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278260

[startup+1.5012 s]
/proc/loadavg: 9.11 8.97 9.34 9/306 8975
/proc/meminfo: memFree=17361556/32950928 swapFree=67111528/67111528
[pid=8953] ppid=8951 vsize=426728 CPUtime=0.78 cores=0-7
/proc/8953/stat : 8953 (python) S 8951 8953 8616 0 -1 4202496 15532 935 1 0 66 12 0 0 21 0 9 0 5080208 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8953/statm: 106682 7440 1889 364 0 42579 0
[pid=8959] ppid=8953 vsize=278612 CPUtime=0 cores=0-7
/proc/8959/stat : 8959 (python) S 8953 8953 8616 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 5080285 285298688 5560 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585231 0 0 16781312 514 4119187276850790399 0 0 17 6 0 0 0
/proc/8959/statm: 69653 5560 354 364 0 5571 0
[pid=8961] ppid=8959 vsize=1017800 CPUtime=0.71 cores=0-7
/proc/8961/stat : 8961 (gnovelty+2) R 8959 8961 8961 0 -1 4202496 433 0 0 0 71 0 0 0 21 0 1 0 5080286 1042227200 168 33554432000 134512640 135663704 4293541440 18446744073709551615 134525181 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8961/statm: 254450 168 113 282 0 254166 0
[pid=8962] ppid=8953 vsize=289276 CPUtime=0 cores=0-7
/proc/8962/stat : 8962 (python) S 8953 8953 8616 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 5080289 296218624 5677 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 4902379304920252674 0 0 17 6 0 0 0
/proc/8962/statm: 72319 5677 348 364 0 8234 0
[pid=8964] ppid=8962 vsize=1928 CPUtime=0.68 cores=0-7
/proc/8964/stat : 8964 (march_hi) R 8962 8964 8964 0 -1 4202496 576 0 0 0 68 0 0 0 22 0 1 0 5080289 1974272 316 33554432000 4194304 4955518 140736901965488 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8964/statm: 482 316 104 186 0 295 0
[pid=8965] ppid=8953 vsize=299668 CPUtime=0 cores=0-7
/proc/8965/stat : 8965 (python) S 8953 8953 8616 0 -1 4202560 752 0 0 0 0 0 0 0 16 0 1 0 5080293 306860032 5698 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 4256139146671653121 0 0 17 2 0 0 0
/proc/8965/statm: 74917 5698 348 364 0 10829 0
[pid=8967] ppid=8965 vsize=1928 CPUtime=0.64 cores=0-7
/proc/8967/stat : 8967 (march_hi) R 8965 8967 8967 0 -1 4202496 579 0 0 0 64 0 0 0 25 0 1 0 5080293 1974272 316 33554432000 4194304 4955518 140735906859424 18446744073709551615 4227571 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8967/statm: 482 316 104 186 0 295 0
[pid=8968] ppid=8953 vsize=309924 CPUtime=0 cores=0-7
/proc/8968/stat : 8968 (python) S 8953 8953 8616 0 -1 4202560 766 0 0 0 0 0 0 0 20 0 1 0 5080297 317362176 5702 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 11929001876269269251 0 0 17 0 0 0 0
/proc/8968/statm: 77481 5702 348 364 0 13390 0
[pid=8970] ppid=8968 vsize=1928 CPUtime=0.41 cores=0-7
/proc/8970/stat : 8970 (march_hi) R 8968 8970 8970 0 -1 4202496 569 0 0 0 41 0 0 0 25 0 1 0 5080297 1974272 307 33554432000 4194304 4955518 140733281898528 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8970/statm: 482 307 104 186 0 295 0
[pid=8971] ppid=8953 vsize=320180 CPUtime=0 cores=0-7
/proc/8971/stat : 8971 (python) S 8953 8953 8616 0 -1 4202560 767 0 0 0 0 0 0 0 16 0 1 0 5080301 327864320 5722 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 3088743670996762882 0 0 17 1 0 0 0
/proc/8971/statm: 80045 5722 348 364 0 15951 0
[pid=8973] ppid=8971 vsize=1928 CPUtime=0.55 cores=0-7
/proc/8973/stat : 8973 (march_hi) R 8971 8973 8973 0 -1 4202496 579 0 0 0 55 0 0 0 23 0 1 0 5080301 1974272 316 33554432000 4194304 4955518 140734571456432 18446744073709551615 4227556 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8973/statm: 482 316 104 186 0 295 0
[pid=8974] ppid=8953 vsize=395972 CPUtime=0 cores=0-7
/proc/8974/stat : 8974 (python) S 8953 8953 8616 0 -1 4202560 714 0 0 0 0 0 0 0 19 0 1 0 5080305 405475328 5895 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 4119175731978698751 0 0 17 1 0 0 0
/proc/8974/statm: 98993 5895 344 364 0 34896 0
[pid=8953/tid=8960] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8960/stat : 8960 (python) S 8951 8953 8616 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 5080286 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 2 0 0 0
[pid=8953/tid=8963] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8963/stat : 8963 (python) S 8951 8953 8616 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 5080289 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
[pid=8953/tid=8966] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8966/stat : 8966 (python) S 8951 8953 8616 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 9 0 5080293 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 4 0 0 0
[pid=8953/tid=8969] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8969/stat : 8969 (python) S 8951 8953 8616 0 -1 4202560 25 935 0 0 0 0 0 0 23 0 9 0 5080297 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 2 0 0 0
[pid=8953/tid=8972] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8972/stat : 8972 (python) S 8951 8953 8616 0 -1 4202560 23 935 0 0 0 0 0 0 19 0 9 0 5080301 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 7 0 0 0
[pid=8953/tid=8975] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8975/stat : 8975 (python) S 8951 8953 8616 0 -1 4202560 93 935 0 0 0 0 0 0 19 0 9 0 5080305 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 3345872

[startup+3.10191 s]
/proc/loadavg: 9.11 8.97 9.34 10/313 8982
/proc/meminfo: memFree=17351208/32950928 swapFree=67111528/67111528
[pid=8953] ppid=8951 vsize=426728 CPUtime=0.78 cores=0-7
/proc/8953/stat : 8953 (python) S 8951 8953 8616 0 -1 4202496 15532 935 1 0 66 12 0 0 21 0 9 0 5080208 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8953/statm: 106682 7440 1889 364 0 42579 0
[pid=8959] ppid=8953 vsize=278612 CPUtime=0 cores=0-7
/proc/8959/stat : 8959 (python) S 8953 8953 8616 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 5080285 285298688 5560 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585231 0 0 16781312 514 4119187276850757889 0 0 17 6 0 0 0
/proc/8959/statm: 69653 5560 354 364 0 5571 0
[pid=8961] ppid=8959 vsize=1017800 CPUtime=2.31 cores=0-7
/proc/8961/stat : 8961 (gnovelty+2) R 8959 8961 8961 0 -1 4202496 433 0 0 0 231 0 0 0 25 0 1 0 5080286 1042227200 168 33554432000 134512640 135663704 4293541440 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8961/statm: 254450 168 113 282 0 254166 0
[pid=8962] ppid=8953 vsize=289276 CPUtime=0 cores=0-7
/proc/8962/stat : 8962 (python) S 8953 8953 8616 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 5080289 296218624 5677 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 4902379304920252674 0 0 17 6 0 0 0
/proc/8962/statm: 72319 5677 348 364 0 8234 0
[pid=8964] ppid=8962 vsize=2196 CPUtime=2.28 cores=0-7
/proc/8964/stat : 8964 (march_hi) R 8962 8964 8964 0 -1 4202496 629 0 0 0 228 0 0 0 25 0 1 0 5080289 2248704 369 33554432000 4194304 4955518 140736901965488 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8964/statm: 549 369 104 186 0 362 0
[pid=8965] ppid=8953 vsize=299668 CPUtime=0 cores=0-7
/proc/8965/stat : 8965 (python) S 8953 8953 8616 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 5080293 306860032 5698 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 4256139146671653121 0 0 17 2 0 0 0
/proc/8965/statm: 74917 5698 348 364 0 10829 0
[pid=8967] ppid=8965 vsize=2196 CPUtime=2.24 cores=0-7
/proc/8967/stat : 8967 (march_hi) R 8965 8967 8967 0 -1 4202496 632 0 0 0 224 0 0 0 25 0 1 0 5080293 2248704 369 33554432000 4194304 4955518 140735906859424 18446744073709551615 4227859 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8967/statm: 549 369 104 186 0 362 0
[pid=8968] ppid=8953 vsize=309924 CPUtime=0 cores=0-7
/proc/8968/stat : 8968 (python) S 8953 8953 8616 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 5080297 317362176 5702 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 11929001876269269251 0 0 17 0 0 0 0
/proc/8968/statm: 77481 5702 348 364 0 13390 0
[pid=8970] ppid=8968 vsize=2060 CPUtime=1.21 cores=0-7
/proc/8970/stat : 8970 (march_hi) R 8968 8970 8970 0 -1 4202496 595 0 0 0 121 0 0 0 25 0 1 0 5080297 2109440 333 33554432000 4194304 4955518 140733281898528 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8970/statm: 515 333 104 186 0 328 0
[pid=8971] ppid=8953 vsize=320180 CPUtime=0 cores=0-7
/proc/8971/stat : 8971 (python) S 8953 8953 8616 0 -1 4202560 770 0 0 0 0 0 0 0 15 0 1 0 5080301 327864320 5722 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 3088743670996762882 0 0 17 1 0 0 0
/proc/8971/statm: 80045 5722 348 364 0 15951 0
[pid=8973] ppid=8971 vsize=2060 CPUtime=2.13 cores=0-7
/proc/8973/stat : 8973 (march_hi) R 8971 8973 8973 0 -1 4202496 606 0 0 0 213 0 0 0 25 0 1 0 5080301 2109440 343 33554432000 4194304 4955518 140734571456432 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8973/statm: 515 343 104 186 0 328 0
[pid=8974] ppid=8953 vsize=395972 CPUtime=0 cores=0-7
/proc/8974/stat : 8974 (python) S 8953 8953 8616 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 5080305 405475328 5899 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 4119175731978666242 0 0 17 1 0 0 0
/proc/8974/statm: 98993 5899 348 364 0 34896 0
[pid=8978] ppid=8974 vsize=454908 CPUtime=2.08 cores=0-7
/proc/8978/stat : 8978 (TNM) R 8974 8978 8978 0 -1 4202496 415 0 0 0 208 0 0 0 25 0 1 0 5080309 465825792 160 33554432000 134512640 135008748 4287112032 18446744073709551615 134527807 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8978/statm: 113727 160 46 122 0 112627 0
[pid=8976] ppid=8953 vsize=406228 CPUtime=0 cores=0-7
/proc/8976/stat : 8976 (python) S 8953 8953 8616 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 5080309 415977472 5875 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 5740888862494785795 0 0 17 2 0 0 0
/proc/8976/statm: 101557 5875 348 364 0 37457 0
[pid=8979] ppid=8976 vsize=2060 CPUtime=2.04 cores=0-7
/proc/8979/stat : 8979 (march_hi) R 8976 8979 8979 0 -1 4202496 600 0 0 0 204 0 0 0 25 0 1 0 5080311 2109440 342 33554432000 4194304 4955518 140733238387392 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8979/statm: 515 342 104 186 0 328 0
[pid=8980] ppid=8953 vsize=416484 CPUtime=0 cores=0-7
/proc/8980/stat : 8980 (python) S 8953 8953 8616 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 5080313 426479616 5901 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 14670044781896237313 0 0 17 0 0 0 0
/proc/8980/statm: 104121 5901 354 364 0 40018 0
[pid=8982] ppid=8980 vsize=2060 CPUtime=0.98 cores=0-7
/proc/8982/stat : 8982 (march_hi) R 8980 8982 8982 0 -1 4202496 583 0 0 0 98 0 0 0 25 0 1 0 5080313 2109440 320 33554432000 4194304 4955518 140734661312256 18446744073709551615 4244449 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8982/statm: 515 320 104 186 0 328 0
[pid=8953/tid=8960] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8960/stat : 8960 (python) S 8951 8953 8616 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 5080286 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 2 0 0 0
[pid=8953/tid=8963] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8963/stat : 8963 (python) S 8951 8953 8616 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 5080289 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
[pid=8953/tid=8966] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8966/stat : 8966 (python) S 8951 8953 8616 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 9 0 5080293 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 4 0 0 0
[pid=8953/tid=8969] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8969/stat : 8969 (python) S 8951 8953 8616 0 -1 4202560 25 935 0 0 0 0 0 0 23 0 9 0 5080297 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 2 0 0 0
[pid=8953/tid=8972] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8972/stat : 8972 (python) S 8951 8953 8616 0 -1 4202560 23 935 0 0 0 0 0 0 19 0 9 0 5080301 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 7 0 0 0
[pid=8953/tid=8975] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8975/stat : 8975 (python) S 8951 8953 8616 0 -1 4202560 93 935 0 0 0 0 0 0 19 0 9 0 5080305 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
[pid=8953/tid=8977] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8977/stat : 8977 (python) S 8951 8953 8616 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 5080309 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
[pid=8953/tid=8981] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8981/stat : 8981 (python) S 8951 8953 8616 0 -1 4202560 75 935 0 0 0 0 0 0 22 0 9 0 5080313 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.05
Current children cumulated vsize (KiB) 4628412

[startup+6.30136 s]
/proc/loadavg: 9.10 8.97 9.34 10/313 8982
/proc/meminfo: memFree=17348604/32950928 swapFree=67111528/67111528
[pid=8953] ppid=8951 vsize=426728 CPUtime=0.78 cores=0-7
/proc/8953/stat : 8953 (python) S 8951 8953 8616 0 -1 4202496 15532 935 1 0 66 12 0 0 21 0 9 0 5080208 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8953/statm: 106682 7440 1889 364 0 42579 0
[pid=8959] ppid=8953 vsize=278612 CPUtime=0 cores=0-7
/proc/8959/stat : 8959 (python) S 8953 8953 8616 0 -1 4202560 883 0 0 0 0 0 0 0 18 0 1 0 5080285 285298688 5582 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585231 0 0 16781312 514 4119187276850757889 0 0 17 6 0 0 0
/proc/8959/statm: 69653 5582 376 364 0 5571 0

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

[pid=8980] ppid=8953 vsize=416484 CPUtime=0.08 cores=0-7
/proc/8980/stat : 8980 (python) S 8953 8953 8616 0 -1 4202560 878 0 0 0 4 4 0 0 15 0 1 0 5080313 426479616 5924 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 14670044781896237313 0 0 17 0 0 0 0
/proc/8980/statm: 104121 5924 377 364 0 40018 0
[pid=8982] ppid=8980 vsize=5228 CPUtime=29.81 cores=0-7
/proc/8982/stat : 8982 (march_hi) R 8980 8982 8982 0 -1 4202496 1222 0 0 0 2980 1 0 0 25 0 1 0 5080313 5353472 959 33554432000 4194304 4955518 140734661312256 18446744073709551615 4209742 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8982/statm: 1307 959 104 186 0 1120 0
[pid=8953/tid=8960] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8960/stat : 8960 (python) S 8951 8953 8616 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 5080286 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 2 0 0 0
[pid=8953/tid=8963] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8963/stat : 8963 (python) S 8951 8953 8616 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 5080289 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
[pid=8953/tid=8966] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8966/stat : 8966 (python) S 8951 8953 8616 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 9 0 5080293 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 4 0 0 0
[pid=8953/tid=8969] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8969/stat : 8969 (python) S 8951 8953 8616 0 -1 4202560 25 935 0 0 0 0 0 0 23 0 9 0 5080297 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 2 0 0 0
[pid=8953/tid=8972] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8972/stat : 8972 (python) S 8951 8953 8616 0 -1 4202560 23 935 0 0 0 0 0 0 19 0 9 0 5080301 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 7 0 0 0
[pid=8953/tid=8975] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8975/stat : 8975 (python) S 8951 8953 8616 0 -1 4202560 93 935 0 0 0 0 0 0 19 0 9 0 5080305 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
[pid=8953/tid=8977] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8977/stat : 8977 (python) S 8951 8953 8616 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 5080309 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
[pid=8953/tid=8981] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8981/stat : 8981 (python) S 8951 8953 8616 0 -1 4202560 75 935 0 0 0 0 0 0 22 0 9 0 5080313 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 225.64
Current children cumulated vsize (KiB) 4633732

[startup+33.5016 s]
/proc/loadavg: 9.07 8.97 9.33 13/313 8982
/proc/meminfo: memFree=17346752/32950928 swapFree=67111528/67111528
[pid=8953] ppid=8951 vsize=426728 CPUtime=0.78 cores=0-7
/proc/8953/stat : 8953 (python) S 8951 8953 8616 0 -1 4202496 15532 935 1 0 66 12 0 0 21 0 9 0 5080208 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8953/statm: 106682 7440 1889 364 0 42579 0
[pid=8959] ppid=8953 vsize=278612 CPUtime=0.05 cores=0-7
/proc/8959/stat : 8959 (python) S 8953 8953 8616 0 -1 4202560 892 0 0 0 3 2 0 0 18 0 1 0 5080285 285298688 5583 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585231 0 0 16781312 514 1722011130957627649 0 0 17 0 0 0 0
/proc/8959/statm: 69653 5583 377 364 0 5571 0
[pid=8961] ppid=8959 vsize=1017800 CPUtime=32.6 cores=0-7
/proc/8961/stat : 8961 (gnovelty+2) R 8959 8961 8961 0 -1 4202496 433 0 0 0 3260 0 0 0 25 0 1 0 5080286 1042227200 168 33554432000 134512640 135663704 4293541440 18446744073709551615 134544274 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8961/statm: 254450 168 113 282 0 254166 0
[pid=8962] ppid=8953 vsize=289276 CPUtime=0.96 cores=0-7
/proc/8962/stat : 8962 (python) R 8953 8953 8616 0 -1 4202560 925 0 0 0 81 15 0 0 16 0 1 0 5080289 296218624 5700 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892395327 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/8962/statm: 72319 5700 371 364 0 8234 0
[pid=8964] ppid=8962 vsize=0 CPUtime=31.63 cores=0-7
/proc/8964/stat : 8964 (march_hi) R 8962 8964 8964 0 -1 4202500 1260 0 0 0 3163 0 0 0 25 0 1 0 5080289 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8964/statm: 0 0 0 0 0 0 0
[pid=8965] ppid=8953 vsize=299668 CPUtime=0.07 cores=0-7
/proc/8965/stat : 8965 (python) S 8953 8953 8616 0 -1 4202560 935 0 0 0 4 3 0 0 15 0 1 0 5080293 306860032 5721 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 4256139146671653121 0 0 17 2 0 0 0
/proc/8965/statm: 74917 5721 371 364 0 10829 0
[pid=8967] ppid=8965 vsize=4096 CPUtime=18.45 cores=0-7
/proc/8967/stat : 8967 (march_hi) R 8965 8967 8967 0 -1 4202496 957 0 0 0 1845 0 0 0 25 0 1 0 5080293 4194304 694 33554432000 4194304 4955518 140735906859424 18446744073709551615 4295474 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8967/statm: 1024 694 104 186 0 837 0
[pid=8968] ppid=8953 vsize=309924 CPUtime=0.08 cores=0-7
/proc/8968/stat : 8968 (python) S 8953 8953 8616 0 -1 4202560 961 0 0 0 4 4 0 0 15 0 1 0 5080297 317362176 5725 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 11929001876269269251 0 0 17 0 0 0 0
/proc/8968/statm: 77481 5725 371 364 0 13390 0
[pid=8970] ppid=8968 vsize=3400 CPUtime=16.41 cores=0-7
/proc/8970/stat : 8970 (march_hi) R 8968 8970 8970 0 -1 4202496 909 0 0 0 1641 0 0 0 25 0 1 0 5080297 3481600 647 33554432000 4194304 4955518 140733281898528 18446744073709551615 4227593 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8970/statm: 850 647 104 186 0 663 0
[pid=8971] ppid=8953 vsize=320180 CPUtime=0.36 cores=0-7
/proc/8971/stat : 8971 (python) R 8953 8953 8616 0 -1 4202560 961 0 0 0 28 8 0 0 16 0 1 0 5080301 327864320 5745 33554432000 4194304 5683644 140733311892896 18446744073709551615 4501855 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/8971/statm: 80045 5745 371 364 0 15951 0
[pid=8973] ppid=8971 vsize=0 CPUtime=31.88 cores=0-7
/proc/8973/stat : 8973 (march_hi) R 8971 8973 8973 0 -1 4202500 1263 0 0 0 3187 1 0 0 25 0 1 0 5080301 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/8973/statm: 0 0 0 0 0 0 0
[pid=8974] ppid=8953 vsize=395972 CPUtime=0.06 cores=0-7
/proc/8974/stat : 8974 (python) S 8953 8953 8616 0 -1 4202560 805 0 0 0 3 3 0 0 18 0 1 0 5080305 405475328 5922 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 1722011130957627650 0 0 17 1 0 0 0
/proc/8974/statm: 98993 5922 371 364 0 34896 0
[pid=8978] ppid=8974 vsize=454908 CPUtime=32.48 cores=0-7
/proc/8978/stat : 8978 (TNM) R 8974 8978 8978 0 -1 4202496 415 0 0 0 3248 0 0 0 25 0 1 0 5080309 465825792 160 33554432000 134512640 135008748 4287112032 18446744073709551615 134528686 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8978/statm: 113727 160 46 122 0 112627 0
[pid=8976] ppid=8953 vsize=406228 CPUtime=0.95 cores=0-7
/proc/8976/stat : 8976 (python) R 8953 8953 8616 0 -1 4202560 848 0 0 0 77 18 0 0 16 0 1 0 5080309 415977472 5898 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892395327 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/8976/statm: 101557 5898 371 364 0 37457 0
[pid=8979] ppid=8976 vsize=0 CPUtime=31.4 cores=0-7
/proc/8979/stat : 8979 (march_hi) R 8976 8979 8979 0 -1 4202500 1258 0 0 0 3140 0 0 0 25 0 1 0 5080311 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/8979/statm: 0 0 0 0 0 0 0
[pid=8980] ppid=8953 vsize=416484 CPUtime=0.08 cores=0-7
/proc/8980/stat : 8980 (python) S 8953 8953 8616 0 -1 4202560 880 0 0 0 4 4 0 0 15 0 1 0 5080313 426479616 5924 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 14670044781896237313 0 0 17 0 0 0 0
/proc/8980/statm: 104121 5924 377 364 0 40018 0
[pid=8982] ppid=8980 vsize=5228 CPUtime=30.21 cores=0-7
/proc/8982/stat : 8982 (march_hi) R 8980 8982 8982 0 -1 4202496 1231 0 0 0 3020 1 0 0 25 0 1 0 5080313 5353472 968 33554432000 4194304 4955518 140734661312256 18446744073709551615 4227095 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8982/statm: 1307 968 104 186 0 1120 0
[pid=8953/tid=8960] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8960/stat : 8960 (python) S 8951 8953 8616 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 5080286 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 2 0 0 0
[pid=8953/tid=8963] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8963/stat : 8963 (python) S 8951 8953 8616 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 5080289 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
[pid=8953/tid=8966] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8966/stat : 8966 (python) S 8951 8953 8616 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 9 0 5080293 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 4 0 0 0
[pid=8953/tid=8969] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8969/stat : 8969 (python) S 8951 8953 8616 0 -1 4202560 25 935 0 0 0 0 0 0 23 0 9 0 5080297 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 2 0 0 0
[pid=8953/tid=8972] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8972/stat : 8972 (python) S 8951 8953 8616 0 -1 4202560 23 935 0 0 0 0 0 0 19 0 9 0 5080301 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 7 0 0 0
[pid=8953/tid=8975] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8975/stat : 8975 (python) S 8951 8953 8616 0 -1 4202560 93 935 0 0 0 0 0 0 19 0 9 0 5080305 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
[pid=8953/tid=8977] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8977/stat : 8977 (python) S 8951 8953 8616 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 5080309 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
[pid=8953/tid=8981] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8981/stat : 8981 (python) S 8951 8953 8616 0 -1 4202560 75 935 0 0 0 0 0 0 22 0 9 0 5080313 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 228.45
Current children cumulated vsize (KiB) 4628504

[startup+33.6016 s]
/proc/loadavg: 9.07 8.97 9.33 13/313 8982
/proc/meminfo: memFree=17346752/32950928 swapFree=67111528/67111528
[pid=8953] ppid=8951 vsize=426728 CPUtime=0.78 cores=0-7
/proc/8953/stat : 8953 (python) S 8951 8953 8616 0 -1 4202496 15532 935 1 0 66 12 0 0 21 0 9 0 5080208 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8953/statm: 106682 7440 1889 364 0 42579 0
[pid=8959] ppid=8953 vsize=278612 CPUtime=0.05 cores=0-7
/proc/8959/stat : 8959 (python) S 8953 8953 8616 0 -1 4202560 892 0 0 0 3 2 0 0 18 0 1 0 5080285 285298688 5583 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585231 0 0 16781312 514 1722011130957627649 0 0 17 0 0 0 0
/proc/8959/statm: 69653 5583 377 364 0 5571 0
[pid=8961] ppid=8959 vsize=1017800 CPUtime=32.7 cores=0-7
/proc/8961/stat : 8961 (gnovelty+2) R 8959 8961 8961 0 -1 4202496 433 0 0 0 3270 0 0 0 25 0 1 0 5080286 1042227200 168 33554432000 134512640 135663704 4293541440 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8961/statm: 254450 168 113 282 0 254166 0
[pid=8962] ppid=8953 vsize=289276 CPUtime=1.07 cores=0-7
/proc/8962/stat : 8962 (python) R 8953 8953 8616 0 -1 4202560 925 0 0 0 90 17 0 0 17 0 1 0 5080289 296218624 5700 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/8962/statm: 72319 5700 371 364 0 8234 0
[pid=8964] ppid=8962 vsize=0 CPUtime=31.63 cores=0-7
/proc/8964/stat : 8964 (march_hi) R 8962 8964 8964 0 -1 4202500 1260 0 0 0 3163 0 0 0 25 0 1 0 5080289 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8964/statm: 0 0 0 0 0 0 0
[pid=8965] ppid=8953 vsize=299668 CPUtime=0.07 cores=0-7
/proc/8965/stat : 8965 (python) S 8953 8953 8616 0 -1 4202560 935 0 0 0 4 3 0 0 15 0 1 0 5080293 306860032 5721 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 4256139146671653121 0 0 17 2 0 0 0
/proc/8965/statm: 74917 5721 371 364 0 10829 0
[pid=8967] ppid=8965 vsize=4096 CPUtime=18.51 cores=0-7
/proc/8967/stat : 8967 (march_hi) R 8965 8967 8967 0 -1 4202496 959 0 0 0 1851 0 0 0 25 0 1 0 5080293 4194304 696 33554432000 4194304 4955518 140735906859424 18446744073709551615 4209675 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8967/statm: 1024 696 104 186 0 837 0
[pid=8968] ppid=8953 vsize=309924 CPUtime=0.08 cores=0-7
/proc/8968/stat : 8968 (python) S 8953 8953 8616 0 -1 4202560 961 0 0 0 4 4 0 0 15 0 1 0 5080297 317362176 5725 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 11929001876269269251 0 0 17 0 0 0 0
/proc/8968/statm: 77481 5725 371 364 0 13390 0
[pid=8970] ppid=8968 vsize=3400 CPUtime=16.44 cores=0-7
/proc/8970/stat : 8970 (march_hi) R 8968 8970 8970 0 -1 4202496 910 0 0 0 1644 0 0 0 25 0 1 0 5080297 3481600 648 33554432000 4194304 4955518 140733281898528 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8970/statm: 850 648 104 186 0 663 0
[pid=8971] ppid=8953 vsize=320180 CPUtime=0.46 cores=0-7
/proc/8971/stat : 8971 (python) R 8953 8953 8616 0 -1 4202560 961 0 0 0 37 9 0 0 16 0 1 0 5080301 327864320 5745 33554432000 4194304 5683644 140733311892896 18446744073709551615 4509173 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/8971/statm: 80045 5745 371 364 0 15951 0
[pid=8973] ppid=8971 vsize=0 CPUtime=31.88 cores=0-7
/proc/8973/stat : 8973 (march_hi) R 8971 8973 8973 0 -1 4202500 1263 0 0 0 3187 1 0 0 25 0 1 0 5080301 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/8973/statm: 0 0 0 0 0 0 0
[pid=8974] ppid=8953 vsize=395972 CPUtime=0.06 cores=0-7
/proc/8974/stat : 8974 (python) S 8953 8953 8616 0 -1 4202560 805 0 0 0 3 3 0 0 18 0 1 0 5080305 405475328 5922 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 1722011130957627650 0 0 17 1 0 0 0
/proc/8974/statm: 98993 5922 371 364 0 34896 0
[pid=8978] ppid=8974 vsize=454908 CPUtime=32.58 cores=0-7
/proc/8978/stat : 8978 (TNM) R 8974 8978 8978 0 -1 4202496 415 0 0 0 3258 0 0 0 25 0 1 0 5080309 465825792 160 33554432000 134512640 135008748 4287112032 18446744073709551615 134528616 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8978/statm: 113727 160 46 122 0 112627 0
[pid=8976] ppid=8953 vsize=406228 CPUtime=1.05 cores=0-7
/proc/8976/stat : 8976 (python) R 8953 8953 8616 0 -1 4202560 848 0 0 0 86 19 0 0 16 0 1 0 5080309 415977472 5898 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/8976/statm: 101557 5898 371 364 0 37457 0
[pid=8979] ppid=8976 vsize=0 CPUtime=31.4 cores=0-7
/proc/8979/stat : 8979 (march_hi) R 8976 8979 8979 0 -1 4202500 1258 0 0 0 3140 0 0 0 25 0 1 0 5080311 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/8979/statm: 0 0 0 0 0 0 0
[pid=8980] ppid=8953 vsize=416484 CPUtime=0.08 cores=0-7
/proc/8980/stat : 8980 (python) S 8953 8953 8616 0 -1 4202560 880 0 0 0 4 4 0 0 15 0 1 0 5080313 426479616 5924 33554432000 4194304 5683644 140733311892896 18446744073709551615 218880585286 0 0 16781312 514 14670044781896237313 0 0 17 0 0 0 0
/proc/8980/statm: 104121 5924 377 364 0 40018 0
[pid=8982] ppid=8980 vsize=5228 CPUtime=30.31 cores=0-7
/proc/8982/stat : 8982 (march_hi) R 8980 8982 8982 0 -1 4202496 1234 0 0 0 3030 1 0 0 25 0 1 0 5080313 5353472 971 33554432000 4194304 4955518 140734661312256 18446744073709551615 4227831 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8982/statm: 1307 971 104 186 0 1120 0
[pid=8953/tid=8960] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8960/stat : 8960 (python) S 8951 8953 8616 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 5080286 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 2 0 0 0
[pid=8953/tid=8963] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8963/stat : 8963 (python) S 8951 8953 8616 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 5080289 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
[pid=8953/tid=8966] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8966/stat : 8966 (python) S 8951 8953 8616 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 9 0 5080293 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 4 0 0 0
[pid=8953/tid=8969] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8969/stat : 8969 (python) S 8951 8953 8616 0 -1 4202560 25 935 0 0 0 0 0 0 23 0 9 0 5080297 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 2 0 0 0
[pid=8953/tid=8972] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8972/stat : 8972 (python) S 8951 8953 8616 0 -1 4202560 23 935 0 0 0 0 0 0 19 0 9 0 5080301 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 7 0 0 0
[pid=8953/tid=8975] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8975/stat : 8975 (python) S 8951 8953 8616 0 -1 4202560 93 935 0 0 0 0 0 0 19 0 9 0 5080305 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
[pid=8953/tid=8977] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8977/stat : 8977 (python) S 8951 8953 8616 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 5080309 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
[pid=8953/tid=8981] ppid=8951 vsize=426728 CPUtime=0 cores=0-7
/proc/8953/task/8981/stat : 8981 (python) S 8951 8953 8616 0 -1 4202560 75 935 0 0 0 0 0 0 22 0 9 0 5080313 436969472 7440 33554432000 4194304 5683644 140733311892896 18446744073709551615 218892388785 0 0 16781312 2 18446604450674030464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 229.15
Current children cumulated vsize (KiB) 4628504

Child status: 0
Real time (s): 33.6591
CPU time (s): 229.547
CPU user time (s): 228.688
CPU system time (s): 0.858869
CPU usage (%): 681.976
Max. virtual memory (cumulated for all children) (KiB): 4644192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 228.688
system time used= 0.858869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36453
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= 5881
involuntary context switches= 4316

runsolver used 0.12998 second user time and 0.243962 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-03 00:18:28
IDJOB=3322112
IDBENCH=82890
IDSOLVER=1712
FILE ID=node112/3322112-1304374708
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-v400-c1704-S1635333981-027.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-3322112-1304374708/watcher-3322112-1304374708 -o /tmp/evaluation-result-3322112-1304374708/solver-3322112-1304374708 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322112-1304374708.cnf -seed 162310516 -budget 40000 -cores 8

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

MD5SUM BENCH= 5ba52a7ac0a84086dc4098f6b5213446
RANDOM SEED=162310516

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:      17410596 kB
Buffers:         89640 kB
Cached:        1381700 kB
SwapCached:          0 kB
Active:       14259392 kB
Inactive:      1113924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17410596 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           31860 kB
Writeback:           0 kB
AnonPages:    13902204 kB
Mapped:          20976 kB
Slab:            57100 kB
PageTables:      41720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35122924 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:19:02