Trace number 3385807

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-par-random (fixed)UNSAT 2546.85 319.891

General information on the benchmark

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

Solver Data

0.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.47	c INFO: solving HOME/instance-3385807-1305575373.cnf
0.30/0.47	c INFO: computing task features
0.30/0.48	c INFO: computed variable-clause graph statistics
0.30/0.48	c INFO: computed clause balance statistics
0.39/0.54	c INFO: computed variable balance statistics
0.39/0.56	c INFO: computed small-clause counts
0.39/0.57	c INFO: computed Horn-clause counts
0.39/0.57	c INFO: computed variable graph statistics
0.39/0.57	c INFO: collected features for HOME/instance-3385807-1305575373.cnf in 0.10 s
0.49/0.60	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
0.49/0.63	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.19)
0.49/0.66	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.49/0.69	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.29)
0.59/0.72	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.30)
0.59/0.76	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.27)
0.59/0.79	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.69/0.82	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.18)
792.46/100.01	c INFO: running march_hi@0 for 388 with 4900 remaining (b = 0.15)
800.23/101.05	c INFO: running kcnfs-2006@0 for 582 with 4899 remaining (b = 0.19)
1581.14/198.87	c INFO: running march_hi@0 for 97 with 4801 remaining (b = 0.04)
2352.34/295.52	c INFO: running march_hi@95 for 97 with 4704 remaining (b = 0.04)
2546.25/319.87	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: 961)

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-3385807-1305575373/watcher-3385807-1305575373 -o /tmp/evaluation-result-3385807-1305575373/solver-3385807-1305575373 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385807-1305575373.cnf -seed 1483233082 -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: 4.89 6.84 7.68 1/483 30952
/proc/meminfo: memFree=19699604/32951124 swapFree=51873468/67111528
[pid=30952] ppid=30950 vsize=16240 CPUtime=0 cores=0-7
/proc/30952/stat : 30952 (python) R 30950 30952 29564 0 -1 4202496 1050 0 0 0 0 0 0 0 25 0 1 0 649953592 16629760 922 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039655168 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30952/statm: 4060 922 381 364 0 547 0

[startup+0.042644 s]
/proc/loadavg: 4.89 6.84 7.68 1/483 30952
/proc/meminfo: memFree=19699604/32951124 swapFree=51873468/67111528
[pid=30952] ppid=30950 vsize=23184 CPUtime=0.03 cores=0-7
/proc/30952/stat : 30952 (python) R 30950 30952 29564 0 -1 4202496 1329 0 0 0 2 1 0 0 25 0 1 0 649953592 23740416 1178 33554432000 4194304 5683644 140737431034576 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30952/statm: 5795 1178 432 364 0 722 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23184

[startup+0.100631 s]
/proc/loadavg: 4.89 6.84 7.68 1/483 30952
/proc/meminfo: memFree=19699604/32951124 swapFree=51873468/67111528
[pid=30952] ppid=30950 vsize=104224 CPUtime=0.06 cores=0-7
/proc/30952/stat : 30952 (python) R 30950 30952 29564 0 -1 4202496 3057 0 0 0 4 2 0 0 17 0 1 0 649953592 106725376 2741 33554432000 4194304 5683644 140737431034576 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30952/statm: 26055 2740 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300595 s]
/proc/loadavg: 4.89 6.84 7.68 1/483 30952
/proc/meminfo: memFree=19699604/32951124 swapFree=51873468/67111528
[pid=30952] ppid=30950 vsize=168672 CPUtime=0.23 cores=0-7
/proc/30952/stat : 30952 (python) R 30950 30952 29564 0 -1 4202496 6714 934 1 0 16 7 0 0 17 0 1 0 649953592 172720128 4795 33554432000 4194304 5683644 140737431034576 18446744073709551615 4342491 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30952/statm: 42168 4796 1331 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 168672

[startup+0.700484 s]
/proc/loadavg: 4.89 6.84 7.68 1/483 30952
/proc/meminfo: memFree=19699604/32951124 swapFree=51873468/67111528
[pid=30952] ppid=30950 vsize=320096 CPUtime=0.59 cores=0-7
/proc/30952/stat : 30952 (python) R 30950 30952 29564 0 -1 4202496 12472 934 1 0 49 10 0 0 18 0 5 0 649953592 327778304 7237 33554432000 4194304 5683644 140737431034576 18446744073709551615 212043109258 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30952/statm: 80024 7237 1880 364 0 15933 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 320096

[startup+1.50134 s]
/proc/loadavg: 4.89 6.84 7.68 11/508 30981
/proc/meminfo: memFree=19641744/32951124 swapFree=51873468/67111528
[pid=30952] ppid=30950 vsize=361188 CPUtime=0.72 cores=0-7
/proc/30952/stat : 30952 (python) S 30950 30952 29564 0 -1 4202496 15747 934 1 0 61 11 0 0 20 0 9 0 649953592 369856512 7279 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30952/statm: 90297 7279 1889 364 0 26194 0
[pid=30958] ppid=30952 vsize=278452 CPUtime=0 cores=0-7
/proc/30958/stat : 30958 (python) S 30952 30952 29564 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 649953653 285134848 5552 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675407 0 0 16781312 514 2968474965982052351 0 0 17 7 0 0 0
/proc/30958/statm: 69613 5552 354 364 0 5531 0
[pid=30960] ppid=30958 vsize=1017800 CPUtime=0.89 cores=0-7
/proc/30960/stat : 30960 (gnovelty+2) R 30958 30960 30960 0 -1 4202496 435 0 0 0 89 0 0 0 21 0 1 0 649953653 1042227200 171 33554432000 134512640 135663704 4288449008 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30960/statm: 254450 171 113 282 0 254166 0
[pid=30961] ppid=30952 vsize=289240 CPUtime=0 cores=0-7
/proc/30961/stat : 30961 (python) S 30952 30952 29564 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 649953656 296181760 5668 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 5607403542382870787 0 0 17 5 0 0 0
/proc/30961/statm: 72310 5668 348 364 0 8225 0
[pid=30963] ppid=30961 vsize=1560 CPUtime=0.86 cores=0-7
/proc/30963/stat : 30963 (march_hi) R 30961 30963 30963 0 -1 4202496 500 0 0 0 86 0 0 0 23 0 1 0 649953656 1597440 240 33554432000 4194304 4955518 140735535531648 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30963/statm: 390 240 106 186 0 203 0
[pid=30964] ppid=30952 vsize=298992 CPUtime=0 cores=0-7
/proc/30964/stat : 30964 (python) S 30952 30952 29564 0 -1 4202560 745 0 0 0 0 0 0 0 21 0 1 0 649953659 306167808 5561 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 13427940789648883711 0 0 17 0 0 0 0
/proc/30964/statm: 74748 5561 348 364 0 10660 0
[pid=30966] ppid=30964 vsize=1017800 CPUtime=0.81 cores=0-7
/proc/30966/stat : 30966 (gnovelty+2) R 30964 30966 30966 0 -1 4202496 437 0 0 0 81 0 0 0 25 0 1 0 649953659 1042227200 171 33554432000 134512640 135663704 4286816144 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30966/statm: 254450 171 113 282 0 254166 0
[pid=30967] ppid=30952 vsize=309852 CPUtime=0 cores=0-7
/proc/30967/stat : 30967 (python) S 30952 30952 29564 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 649953662 317288448 5701 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 5607403542382870786 0 0 17 2 0 0 0
/proc/30967/statm: 77463 5701 348 364 0 13372 0
[pid=30969] ppid=30967 vsize=1560 CPUtime=0.79 cores=0-7
/proc/30969/stat : 30969 (march_hi) R 30967 30969 30969 0 -1 4202496 504 0 0 0 79 0 0 0 22 0 1 0 649953663 1597440 240 33554432000 4194304 4955518 140736486053744 18446744073709551615 4226498 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30969/statm: 390 240 106 186 0 203 0
[pid=30970] ppid=30952 vsize=320108 CPUtime=0 cores=0-7
/proc/30970/stat : 30970 (python) S 30952 30952 29564 0 -1 4202560 766 0 0 0 0 0 0 0 16 0 1 0 649953665 327790592 5705 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 15852059364174037250 0 0 17 4 0 0 0
/proc/30970/statm: 80027 5705 348 364 0 15933 0
[pid=30972] ppid=30970 vsize=1560 CPUtime=0.76 cores=0-7
/proc/30972/stat : 30972 (march_hi) R 30970 30972 30972 0 -1 4202496 505 0 0 0 76 0 0 0 22 0 1 0 649953666 1597440 240 33554432000 4194304 4955518 140737185835040 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30972/statm: 390 240 106 186 0 203 0
[pid=30973] ppid=30952 vsize=329976 CPUtime=0 cores=0-7
/proc/30973/stat : 30973 (python) S 30952 30952 29564 0 -1 4202560 784 0 0 0 0 0 0 0 16 0 1 0 649953669 337895424 5617 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 13876755938548875524 0 0 17 1 0 0 0
/proc/30973/statm: 82494 5617 348 364 0 18397 0
[pid=30975] ppid=30973 vsize=1560 CPUtime=0.73 cores=0-7
/proc/30975/stat : 30975 (march_hi) R 30973 30975 30975 0 -1 4202496 507 0 0 0 73 0 0 0 22 0 1 0 649953669 1597440 239 33554432000 4194304 4955518 140736413703136 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30975/statm: 390 239 106 186 0 203 0
[pid=30976] ppid=30952 vsize=340688 CPUtime=0 cores=0-7
/proc/30976/stat : 30976 (python) S 30952 30952 29564 0 -1 4202560 775 0 0 0 0 0 0 0 18 0 1 0 649953672 348864512 5713 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 13876751540502364419 0 0 17 6 0 0 0
/proc/30976/statm: 85172 5713 348 364 0 21072 0
[pid=30978] ppid=30976 vsize=1560 CPUtime=0.64 cores=0-7
/proc/30978/stat : 30978 (march_hi) R 30976 30978 30978 0 -1 4202496 508 0 0 0 64 0 0 0 25 0 1 0 649953672 1597440 240 33554432000 4194304 4955518 140735339873008 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30978/statm: 390 240 106 186 0 203 0
[pid=30979] ppid=30952 vsize=350944 CPUtime=0 cores=0-7
/proc/30979/stat : 30979 (python) S 30952 30952 29564 0 -1 4202560 813 0 0 0 0 0 0 0 16 0 1 0 649953675 359366656 5740 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 462274275030565124 0 0 17 4 0 0 0
/proc/30979/statm: 87736 5740 354 364 0 23633 0
[pid=30981] ppid=30979 vsize=1560 CPUtime=0.66 cores=0-7
/proc/30981/stat : 30981 (march_hi) R 30979 30981 30981 0 -1 4202496 510 0 0 0 66 0 0 0 22 0 1 0 649953675 1597440 240 33554432000 4194304 4955518 140736421999712 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30981/statm: 390 240 106 186 0 203 0
[pid=30952/tid=30959] ppid=30950 vsize=361188 CPUtime=0 cores=0-7
/proc/30952/task/30959/stat : 30959 (python) S 30950 30952 29564 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 9 0 649953653 369856512 7279 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 6 0 0 0
[pid=30952/tid=30962] ppid=30950 vsize=361188 CPUtime=0 cores=0-7
/proc/30952/task/30962/stat : 30962 (python) S 30950 30952 29564 0 -1 4202560 21 934 0 0 0 0 0 0 18 0 9 0 649953656 369856512 7279 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
[pid=30952/tid=30965] ppid=30950 vsize=361188 CPUtime=0 cores=0-7
/proc/30952/task/30965/stat : 30965 (python) S 30950 30952 29564 0 -1 4202560 21 934 0 0 0 0 0 0 22 0 9 0 649953659 369856512 7279 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
[pid=30952/tid=30968] ppid=30950 vsize=361188 CPUtime=0 cores=0-7
/proc/30952/task/30968/stat : 30968 (python) S 30950 30952 29564 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 649953662 369856512 7279 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 0 0 0 0
[pid=30952/tid=30971] ppid=30950 vsize=361188 CPUtime=0 cores=0-7
/proc/30952/task/30971/stat : 30971 (python) S 30950 30952 29564 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 649953665 369856512 7279 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 0 0 0 0
[pid=30952/tid=30974] ppid=30950 vsize=361188 CPUtime=0 cores=0-7
/proc/30952/task/30974/stat : 30974 (python) S 30950 30952 29564 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 649953669 369856512 7279 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
[pid=30952/tid=30977] ppid=30950 vsize=361188 CPUtime=0 cores=0-7
/proc/30952/task/30977/stat : 30977 (python) S 30950 30952 29564 0 -1 4202560 29 934 0 0 0 0 0 0 22 0 9 0 649953672 369856512 7279 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 6 0 0 0
[pid=30952/tid=30980] ppid=30950 vsize=361188 CPUtime=0 cores=0-7
/proc/30952/task/30980/stat : 30980 (python) S 30950 30952 29564 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 649953675 369856512 7279 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 4924400

[startup+3.10105 s]
/proc/loadavg: 5.14 6.86 7.69 9/508 30981
/proc/meminfo: memFree=19640504/32951124 swapFree=51873468/67111528
[pid=30952] ppid=30950 vsize=361188 CPUtime=0.72 cores=0-7
/proc/30952/stat : 30952 (python) S 30950 30952 29564 0 -1 4202496 15747 934 1 0 61 11 0 0 20 0 9 0 649953592 369856512 7279 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30952/statm: 90297 7279 1889 364 0 26194 0
[pid=30958] ppid=30952 vsize=278452 CPUtime=0 cores=0-7
/proc/30958/stat : 30958 (python) S 30952 30952 29564 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 649953653 285134848 5552 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675407 0 0 16781312 514 2968474965982019841 0 0 17 7 0 0 0
/proc/30958/statm: 69613 5552 354 364 0 5531 0
[pid=30960] ppid=30958 vsize=1017800 CPUtime=2.49 cores=0-7
/proc/30960/stat : 30960 (gnovelty+2) R 30958 30960 30960 0 -1 4202496 435 0 0 0 249 0 0 0 25 0 1 0 649953653 1042227200 171 33554432000 134512640 135663704 4288449008 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30960/statm: 254450 171 113 282 0 254166 0
[pid=30961] ppid=30952 vsize=289240 CPUtime=0 cores=0-7
/proc/30961/stat : 30961 (python) S 30952 30952 29564 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 649953656 296181760 5668 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 6832237715946176771 0 0 17 5 0 0 0
/proc/30961/statm: 72310 5668 348 364 0 8225 0
[pid=30963] ppid=30961 vsize=1560 CPUtime=2.46 cores=0-7
/proc/30963/stat : 30963 (march_hi) R 30961 30963 30963 0 -1 4202496 500 0 0 0 246 0 0 0 25 0 1 0 649953656 1597440 240 33554432000 4194304 4955518 140735535531648 18446744073709551615 4238104 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30963/statm: 390 240 106 186 0 203 0
[pid=30964] ppid=30952 vsize=298992 CPUtime=0 cores=0-7
/proc/30964/stat : 30964 (python) S 30952 30952 29564 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 649953659 306167808 5561 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 13427940789648851201 0 0 17 0 0 0 0
/proc/30964/statm: 74748 5561 348 364 0 10660 0
[pid=30966] ppid=30964 vsize=1017800 CPUtime=2.39 cores=0-7
/proc/30966/stat : 30966 (gnovelty+2) R 30964 30966 30966 0 -1 4202496 437 0 0 0 239 0 0 0 25 0 1 0 649953659 1042227200 171 33554432000 134512640 135663704 4286816144 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30966/statm: 254450 171 113 282 0 254166 0
[pid=30967] ppid=30952 vsize=309852 CPUtime=0 cores=0-7
/proc/30967/stat : 30967 (python) S 30952 30952 29564 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 649953662 317288448 5701 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 14057788329038938370 0 0 17 2 0 0 0
/proc/30967/statm: 77463 5701 348 364 0 13372 0
[pid=30969] ppid=30967 vsize=1560 CPUtime=2.39 cores=0-7
/proc/30969/stat : 30969 (march_hi) R 30967 30969 30969 0 -1 4202496 504 0 0 0 239 0 0 0 25 0 1 0 649953663 1597440 240 33554432000 4194304 4955518 140736486053744 18446744073709551615 4208718 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30969/statm: 390 240 106 186 0 203 0
[pid=30970] ppid=30952 vsize=320108 CPUtime=0 cores=0-7
/proc/30970/stat : 30970 (python) S 30952 30952 29564 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 649953665 327790592 5705 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 6982463439893397762 0 0 17 4 0 0 0
/proc/30970/statm: 80027 5705 348 364 0 15933 0
[pid=30972] ppid=30970 vsize=1560 CPUtime=2.36 cores=0-7
/proc/30972/stat : 30972 (march_hi) R 30970 30972 30972 0 -1 4202496 505 0 0 0 236 0 0 0 25 0 1 0 649953666 1597440 240 33554432000 4194304 4955518 140737185835040 18446744073709551615 4346490 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30972/statm: 390 240 106 186 0 203 0
[pid=30973] ppid=30952 vsize=329976 CPUtime=0 cores=0-7
/proc/30973/stat : 30973 (python) S 30952 30952 29564 0 -1 4202560 790 0 0 0 0 0 0 0 15 0 1 0 649953669 337895424 5617 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 13876755938548875524 0 0 17 1 0 0 0
/proc/30973/statm: 82494 5617 348 364 0 18397 0
[pid=30975] ppid=30973 vsize=1560 CPUtime=2.33 cores=0-7
/proc/30975/stat : 30975 (march_hi) R 30973 30975 30975 0 -1 4202496 507 0 0 0 233 0 0 0 25 0 1 0 649953669 1597440 239 33554432000 4194304 4955518 140736413703136 18446744073709551615 4244549 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30975/statm: 390 239 106 186 0 203 0
[pid=30976] ppid=30952 vsize=340688 CPUtime=0 cores=0-7
/proc/30976/stat : 30976 (python) S 30952 30952 29564 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 649953672 348864512 5713 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 13876751540502364419 0 0 17 6 0 0 0
/proc/30976/statm: 85172 5713 348 364 0 21072 0
[pid=30978] ppid=30976 vsize=1560 CPUtime=2.24 cores=0-7
/proc/30978/stat : 30978 (march_hi) R 30976 30978 30978 0 -1 4202496 508 0 0 0 224 0 0 0 25 0 1 0 649953672 1597440 240 33554432000 4194304 4955518 140735339873008 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30978/statm: 390 240 106 186 0 203 0
[pid=30979] ppid=30952 vsize=350944 CPUtime=0 cores=0-7
/proc/30979/stat : 30979 (python) S 30952 30952 29564 0 -1 4202560 820 0 0 0 0 0 0 0 15 0 1 0 649953675 359366656 5740 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 4433428799580766468 0 0 17 4 0 0 0
/proc/30979/statm: 87736 5740 354 364 0 23633 0
[pid=30981] ppid=30979 vsize=1560 CPUtime=2.26 cores=0-7
/proc/30981/stat : 30981 (march_hi) R 30979 30981 30981 0 -1 4202496 510 0 0 0 226 0 0 0 25 0 1 0 649953675 1597440 240 33554432000 4194304 4955518 140736421999712 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30981/statm: 390 240 106 186 0 203 0
[pid=30952/tid=30959] ppid=30950 vsize=361188 CPUtime=0 cores=0-7
/proc/30952/task/30959/stat : 30959 (python) S 30950 30952 29564 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 9 0 649953653 369856512 7279 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 6 0 0 0
[pid=30952/tid=30962] ppid=30950 vsize=361188 CPUtime=0 cores=0-7
/proc/30952/task/30962/stat : 30962 (python) S 30950 30952 29564 0 -1 4202560 21 934 0 0 0 0 0 0 18 0 9 0 649953656 369856512 7279 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
[pid=30952/tid=30965] ppid=30950 vsize=361188 CPUtime=0 cores=0-7
/proc/30952/task/30965/stat : 30965 (python) S 30950 30952 29564 0 -1 4202560 21 934 0 0 0 0 0 0 22 0 9 0 649953659 369856512 7279 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
[pid=30952/tid=30968] ppid=30950 vsize=361188 CPUtime=0 cores=0-7
/proc/30952/task/30968/stat : 30968 (python) S 30950 30952 29564 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 649953662 369856512 7279 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 0 0 0 0
[pid=30952/tid=30971] ppid=30950 vsize=361188 CPUtime=0 cores=0-7

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

/proc/30963/statm: 1277 1023 106 186 0 1090 0
[pid=30961/tid=30995] ppid=30952 vsize=354776 CPUtime=0 cores=0-7
/proc/30961/task/30995/stat : 30995 (python) S 30952 30952 29564 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 649973476 363290624 5723 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 514 18446604445013909696 0 0 -1 0 0 0 0
[pid=30964] ppid=30952 vsize=364528 CPUtime=0.36 cores=0-7
/proc/30964/stat : 30964 (python) S 30952 30952 29564 0 -1 4202560 1091 0 0 0 20 16 0 0 19 0 2 0 649953659 373276672 5616 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30964/statm: 91132 5616 400 364 0 27044 0
[pid=30966] ppid=30964 vsize=1017800 CPUtime=98.45 cores=0-7
/proc/30966/stat : 30966 (gnovelty+2) T 30964 30966 30966 0 -1 4202496 437 0 0 0 9845 0 0 0 25 0 1 0 649953659 1042227200 171 33554432000 134512640 135663704 4286816144 18446744073709551615 134563438 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30966/statm: 254450 171 113 282 0 254166 0
[pid=30964/tid=30989] ppid=30952 vsize=364528 CPUtime=0 cores=0-7
/proc/30964/task/30989/stat : 30989 (python) S 30952 30952 29564 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 649963695 373276672 5616 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 514 18446604447449194752 0 0 -1 3 0 0 0
[pid=30967] ppid=30952 vsize=309852 CPUtime=2.28 cores=0-7
/proc/30967/stat : 30967 (python) R 30952 30952 29564 0 -1 4202560 1028 0 0 0 154 74 0 0 16 0 1 0 649953662 317288448 5724 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/30967/statm: 77463 5724 371 364 0 13372 0
[pid=30969] ppid=30967 vsize=0 CPUtime=316.7 cores=0-7
/proc/30969/stat : 30969 (march_hi) R 30967 30969 30969 0 -1 4202500 1290 0 0 0 31670 0 0 0 25 0 1 0 649953663 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30969/statm: 0 0 0 0 0 0 0
[pid=30970] ppid=30952 vsize=320108 CPUtime=2.03 cores=0-7
/proc/30970/stat : 30970 (python) R 30952 30952 29564 0 -1 4202560 1030 0 0 0 133 70 0 0 16 0 1 0 649953665 327790592 5728 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/30970/statm: 80027 5728 371 364 0 15933 0
[pid=30972] ppid=30970 vsize=0 CPUtime=317.58 cores=0-7
/proc/30972/stat : 30972 (march_hi) R 30970 30972 30972 0 -1 4202500 1291 0 0 0 31756 2 0 0 25 0 1 0 649953666 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/30972/statm: 0 0 0 0 0 0 0
[pid=30973] ppid=30952 vsize=329976 CPUtime=2.17 cores=0-7
/proc/30973/stat : 30973 (python) R 30952 30952 29564 0 -1 4202560 1039 0 0 0 148 69 0 0 16 0 1 0 649953669 337895424 5641 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051485503 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/30973/statm: 82494 5641 372 364 0 18397 0
[pid=30975] ppid=30973 vsize=0 CPUtime=316.76 cores=0-7
/proc/30975/stat : 30975 (march_hi) R 30973 30975 30975 0 -1 4202500 1293 0 0 0 31675 1 0 0 25 0 1 0 649953669 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30975/statm: 0 0 0 0 0 0 0
[pid=30976] ppid=30952 vsize=340688 CPUtime=1.31 cores=0-7
/proc/30976/stat : 30976 (python) S 30952 30952 29564 0 -1 4202560 1039 0 0 0 70 61 0 0 15 0 1 0 649953672 348864512 5736 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 13876751540502364419 0 0 17 7 0 0 0
/proc/30976/statm: 85172 5736 371 364 0 21072 0
[pid=30978] ppid=30976 vsize=5108 CPUtime=312.73 cores=0-7
/proc/30978/stat : 30978 (march_hi) R 30976 30978 30978 0 -1 4202496 1255 0 0 0 31273 0 0 0 25 0 1 0 649953672 5230592 986 33554432000 4194304 4955518 140735339873008 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30978/statm: 1277 986 106 186 0 1090 0
[pid=30979] ppid=30952 vsize=350944 CPUtime=1.29 cores=0-7
/proc/30979/stat : 30979 (python) S 30952 30952 29564 0 -1 4202560 1075 0 0 0 69 60 0 0 15 0 1 0 649953675 359366656 5763 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 462274275030565124 0 0 17 6 0 0 0
/proc/30979/statm: 87736 5763 377 364 0 23633 0
[pid=30981] ppid=30979 vsize=5108 CPUtime=316.44 cores=0-7
/proc/30981/stat : 30981 (march_hi) R 30979 30981 30981 0 -1 4202496 1293 0 0 0 31644 0 0 0 25 0 1 0 649953675 5230592 1022 33554432000 4194304 4955518 140736421999712 18446744073709551615 4285697 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30981/statm: 1277 1022 106 186 0 1090 0
[pid=30986] ppid=30952 vsize=361200 CPUtime=0.91 cores=0-7
/proc/30986/stat : 30986 (python) S 30952 30952 29564 0 -1 4202560 1042 0 0 0 49 42 0 0 15 0 1 0 649963594 369868800 5761 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 508422977071579396 0 0 17 3 0 0 0
/proc/30986/statm: 90300 5761 371 364 0 26194 0
[pid=30988] ppid=30986 vsize=3192 CPUtime=219.52 cores=0-7
/proc/30988/stat : 30988 (march_hi) R 30986 30988 30988 0 -1 4202496 922 0 0 0 21952 0 0 0 25 0 1 0 649963594 3268608 651 33554432000 4194304 4955518 140735556600912 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30988/statm: 798 651 106 186 0 611 0
[pid=30990] ppid=30952 vsize=371676 CPUtime=0.78 cores=0-7
/proc/30990/stat : 30990 (python) S 30952 30952 29564 0 -1 4202560 1038 0 0 0 41 37 0 0 18 0 1 0 649963698 380596224 5803 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 18370429170648842497 0 0 17 4 0 0 0
/proc/30990/statm: 92919 5803 371 364 0 28810 0
[pid=30992] ppid=30990 vsize=181248 CPUtime=216.98 cores=0-7
/proc/30992/stat : 30992 (kcnfs-2006) R 30990 30992 30992 0 -1 4202496 627 0 0 0 21698 0 0 0 25 0 1 0 649963699 185597952 359 33554432000 134512640 135163436 4289742960 18446744073709551615 134569023 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30992/statm: 45312 359 76 159 0 45152 0
[pid=30952/tid=30959] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30959/stat : 30959 (python) S 30950 30952 29564 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 11 0 649953653 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 6 0 0 0
[pid=30952/tid=30962] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30962/stat : 30962 (python) S 30950 30952 29564 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 11 0 649953656 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
[pid=30952/tid=30965] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30965/stat : 30965 (python) S 30950 30952 29564 0 -1 4202560 21 934 0 0 0 0 0 0 22 0 11 0 649953659 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
[pid=30952/tid=30968] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30968/stat : 30968 (python) S 30950 30952 29564 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 11 0 649953662 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 0 0 0 0
[pid=30952/tid=30971] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30971/stat : 30971 (python) S 30950 30952 29564 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 11 0 649953665 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 0 0 0 0
[pid=30952/tid=30974] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30974/stat : 30974 (python) S 30950 30952 29564 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 11 0 649953669 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
[pid=30952/tid=30977] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30977/stat : 30977 (python) S 30950 30952 29564 0 -1 4202560 29 934 0 0 0 0 0 0 22 0 11 0 649953672 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 6 0 0 0
[pid=30952/tid=30980] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30980/stat : 30980 (python) S 30950 30952 29564 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 11 0 649953675 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 6 0 0 0
[pid=30952/tid=30987] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30987/stat : 30987 (python) S 30950 30952 29564 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 11 0 649963594 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
[pid=30952/tid=30991] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30991/stat : 30991 (python) S 30950 30952 29564 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 11 0 649963699 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2545.33
Current children cumulated vsize (KiB) 6009728

[startup+319.818 s]
/proc/loadavg: 8.10 7.71 7.82 11/517 30998
/proc/meminfo: memFree=19613808/32951124 swapFree=51873468/67111528
[pid=30952] ppid=30950 vsize=381920 CPUtime=0.86 cores=0-7
/proc/30952/stat : 30952 (python) S 30950 30952 29564 0 -1 4202496 18190 934 1 0 74 12 0 0 18 0 11 0 649953592 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30952/statm: 95480 7345 1894 364 0 31371 0
[pid=30958] ppid=30952 vsize=288696 CPUtime=0.35 cores=0-7
/proc/30958/stat : 30958 (python) S 30952 30952 29564 0 -1 4202560 1091 0 0 0 20 15 0 0 19 0 2 0 649953653 295624704 5613 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30958/statm: 72174 5613 410 364 0 8092 0
[pid=30960] ppid=30958 vsize=1017800 CPUtime=99.37 cores=0-7
/proc/30960/stat : 30960 (gnovelty+2) T 30958 30960 30960 0 -1 4202496 435 0 0 0 9937 0 0 0 25 0 1 0 649953653 1042227200 171 33554432000 134512640 135663704 4288449008 18446744073709551615 134525382 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30960/statm: 254450 171 113 282 0 254166 0
[pid=30958/tid=30985] ppid=30952 vsize=288696 CPUtime=0 cores=0-7
/proc/30958/task/30985/stat : 30985 (python) S 30952 30952 29564 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 649963590 295624704 5613 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 514 18446604445013910592 0 0 -1 7 0 0 0
[pid=30961] ppid=30952 vsize=354776 CPUtime=1.32 cores=0-7
/proc/30961/stat : 30961 (python) S 30952 30952 29564 0 -1 4202560 1153 0 0 0 65 67 0 0 15 0 2 0 649953656 363290624 5723 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30961/statm: 88694 5723 400 364 0 24609 0
[pid=30963] ppid=30961 vsize=5108 CPUtime=317.26 cores=0-7
/proc/30963/stat : 30963 (march_hi) R 30961 30963 30963 0 -1 4202496 1285 0 0 0 31726 0 0 0 25 0 1 0 649953656 5230592 1024 33554432000 4194304 4955518 140735535531648 18446744073709551615 4237786 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30963/statm: 1277 1024 106 186 0 1090 0
[pid=30961/tid=30995] ppid=30952 vsize=354776 CPUtime=0 cores=0-7
/proc/30961/task/30995/stat : 30995 (python) S 30952 30952 29564 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 649973476 363290624 5723 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 514 18446604445013909696 0 0 -1 0 0 0 0
[pid=30964] ppid=30952 vsize=364528 CPUtime=0.36 cores=0-7
/proc/30964/stat : 30964 (python) S 30952 30952 29564 0 -1 4202560 1091 0 0 0 20 16 0 0 19 0 2 0 649953659 373276672 5616 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30964/statm: 91132 5616 400 364 0 27044 0
[pid=30966] ppid=30964 vsize=1017800 CPUtime=98.45 cores=0-7
/proc/30966/stat : 30966 (gnovelty+2) T 30964 30966 30966 0 -1 4202496 437 0 0 0 9845 0 0 0 25 0 1 0 649953659 1042227200 171 33554432000 134512640 135663704 4286816144 18446744073709551615 134563438 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30966/statm: 254450 171 113 282 0 254166 0
[pid=30964/tid=30989] ppid=30952 vsize=364528 CPUtime=0 cores=0-7
/proc/30964/task/30989/stat : 30989 (python) S 30952 30952 29564 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 649963695 373276672 5616 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 514 18446604447449194752 0 0 -1 3 0 0 0
[pid=30967] ppid=30952 vsize=309852 CPUtime=2.39 cores=0-7
/proc/30967/stat : 30967 (python) R 30952 30952 29564 0 -1 4202560 1028 0 0 0 164 75 0 0 17 0 1 0 649953662 317288448 5724 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051485503 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/30967/statm: 77463 5724 371 364 0 13372 0
[pid=30969] ppid=30967 vsize=0 CPUtime=316.7 cores=0-7
/proc/30969/stat : 30969 (march_hi) R 30967 30969 30969 0 -1 4202500 1290 0 0 0 31670 0 0 0 25 0 1 0 649953663 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/30969/statm: 0 0 0 0 0 0 0
[pid=30970] ppid=30952 vsize=320108 CPUtime=2.15 cores=0-7
/proc/30970/stat : 30970 (python) R 30952 30952 29564 0 -1 4202560 1030 0 0 0 144 71 0 0 16 0 1 0 649953665 327790592 5728 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051485503 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/30970/statm: 80027 5728 371 364 0 15933 0
[pid=30972] ppid=30970 vsize=0 CPUtime=317.58 cores=0-7
/proc/30972/stat : 30972 (march_hi) R 30970 30972 30972 0 -1 4202500 1291 0 0 0 31756 2 0 0 25 0 1 0 649953666 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/30972/statm: 0 0 0 0 0 0 0
[pid=30973] ppid=30952 vsize=329976 CPUtime=2.29 cores=0-7
/proc/30973/stat : 30973 (python) R 30952 30952 29564 0 -1 4202560 1039 0 0 0 158 71 0 0 16 0 1 0 649953669 337895424 5641 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051485503 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/30973/statm: 82494 5641 372 364 0 18397 0
[pid=30975] ppid=30973 vsize=0 CPUtime=316.76 cores=0-7
/proc/30975/stat : 30975 (march_hi) R 30973 30975 30975 0 -1 4202500 1293 0 0 0 31675 1 0 0 25 0 1 0 649953669 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30975/statm: 0 0 0 0 0 0 0
[pid=30976] ppid=30952 vsize=340688 CPUtime=1.33 cores=0-7
/proc/30976/stat : 30976 (python) S 30952 30952 29564 0 -1 4202560 1039 0 0 0 71 62 0 0 15 0 1 0 649953672 348864512 5736 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 18370429170648842499 0 0 17 7 0 0 0
/proc/30976/statm: 85172 5736 371 364 0 21072 0
[pid=30978] ppid=30976 vsize=5108 CPUtime=312.82 cores=0-7
/proc/30978/stat : 30978 (march_hi) R 30976 30978 30978 0 -1 4202496 1256 0 0 0 31282 0 0 0 25 0 1 0 649953672 5230592 987 33554432000 4194304 4955518 140735339873008 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30978/statm: 1277 987 106 186 0 1090 0
[pid=30979] ppid=30952 vsize=350944 CPUtime=1.29 cores=0-7
/proc/30979/stat : 30979 (python) S 30952 30952 29564 0 -1 4202560 1075 0 0 0 69 60 0 0 15 0 1 0 649953675 359366656 5763 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 5607404908182470916 0 0 17 6 0 0 0
/proc/30979/statm: 87736 5763 377 364 0 23633 0
[pid=30981] ppid=30979 vsize=5108 CPUtime=316.55 cores=0-7
/proc/30981/stat : 30981 (march_hi) R 30979 30981 30981 0 -1 4202496 1294 0 0 0 31655 0 0 0 25 0 1 0 649953675 5230592 1023 33554432000 4194304 4955518 140736421999712 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30981/statm: 1277 1023 106 186 0 1090 0
[pid=30986] ppid=30952 vsize=361200 CPUtime=0.91 cores=0-7
/proc/30986/stat : 30986 (python) S 30952 30952 29564 0 -1 4202560 1042 0 0 0 49 42 0 0 15 0 1 0 649963594 369868800 5761 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 508422977071579396 0 0 17 3 0 0 0
/proc/30986/statm: 90300 5761 371 364 0 26194 0
[pid=30988] ppid=30986 vsize=3192 CPUtime=219.64 cores=0-7
/proc/30988/stat : 30988 (march_hi) R 30986 30988 30988 0 -1 4202496 922 0 0 0 21964 0 0 0 25 0 1 0 649963594 3268608 651 33554432000 4194304 4955518 140735556600912 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30988/statm: 798 651 106 186 0 611 0
[pid=30990] ppid=30952 vsize=371676 CPUtime=0.78 cores=0-7
/proc/30990/stat : 30990 (python) S 30952 30952 29564 0 -1 4202560 1038 0 0 0 41 37 0 0 18 0 1 0 649963698 380596224 5803 33554432000 4194304 5683644 140737431034576 18446744073709551615 212039675462 0 0 16781312 514 18370429170648842497 0 0 17 4 0 0 0
/proc/30990/statm: 92919 5803 371 364 0 28810 0
[pid=30992] ppid=30990 vsize=181248 CPUtime=217.09 cores=0-7
/proc/30992/stat : 30992 (kcnfs-2006) R 30990 30992 30992 0 -1 4202496 627 0 0 0 21709 0 0 0 25 0 1 0 649963699 185597952 359 33554432000 134512640 135163436 4289742960 18446744073709551615 134561443 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30992/statm: 45312 359 76 159 0 45152 0
[pid=30952/tid=30959] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30959/stat : 30959 (python) S 30950 30952 29564 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 11 0 649953653 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 6 0 0 0
[pid=30952/tid=30962] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30962/stat : 30962 (python) S 30950 30952 29564 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 11 0 649953656 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
[pid=30952/tid=30965] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30965/stat : 30965 (python) S 30950 30952 29564 0 -1 4202560 21 934 0 0 0 0 0 0 22 0 11 0 649953659 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
[pid=30952/tid=30968] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30968/stat : 30968 (python) S 30950 30952 29564 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 11 0 649953662 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 0 0 0 0
[pid=30952/tid=30971] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30971/stat : 30971 (python) S 30950 30952 29564 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 11 0 649953665 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 0 0 0 0
[pid=30952/tid=30974] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30974/stat : 30974 (python) S 30950 30952 29564 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 11 0 649953669 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
[pid=30952/tid=30977] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30977/stat : 30977 (python) S 30950 30952 29564 0 -1 4202560 29 934 0 0 0 0 0 0 22 0 11 0 649953672 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 6 0 0 0
[pid=30952/tid=30980] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30980/stat : 30980 (python) S 30950 30952 29564 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 11 0 649953675 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 6 0 0 0
[pid=30952/tid=30987] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30987/stat : 30987 (python) S 30950 30952 29564 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 11 0 649963594 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
[pid=30952/tid=30991] ppid=30950 vsize=381920 CPUtime=0 cores=0-7
/proc/30952/task/30991/stat : 30991 (python) S 30950 30952 29564 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 11 0 649963699 391086080 7345 33554432000 4194304 5683644 140737431034576 18446744073709551615 212051478961 0 0 16781312 2 18446604450366313600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2546.25
Current children cumulated vsize (KiB) 6009728

Child status: 0
Real time (s): 319.891
CPU time (s): 2546.85
CPU user time (s): 2541.4
CPU system time (s): 5.45217
CPU usage (%): 796.163
Max. virtual memory (cumulated for all children) (KiB): 6025056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2541.4
system time used= 5.45217
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44738
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= 8056
involuntary context switches= 17618

runsolver used 2.40563 second user time and 4.5813 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-16 21:49:33
IDJOB=3385807
IDBENCH=83072
IDSOLVER=1870
FILE ID=node146/3385807-1305575373
RUNJOBID= node146-1305564961-29578
PBS_JOBID= 13350104
Free space on /tmp= 73204 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S815408325-054.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-3385807-1305575373/watcher-3385807-1305575373 -o /tmp/evaluation-result-3385807-1305575373/solver-3385807-1305575373 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385807-1305575373.cnf -seed 1483233082 -budget 40000 -cores 8

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

MD5SUM BENCH= 9830e1bf79d13e57ceeaa969f4476a02
RANDOM SEED=1483233082

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19699760 kB
Buffers:        217428 kB
Cached:        1449396 kB
SwapCached:      56140 kB
Active:       10129028 kB
Inactive:      2840632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19699760 kB
SwapTotal:    67111528 kB
SwapFree:     51873468 kB
Dirty:           32280 kB
Writeback:           0 kB
AnonPages:    11254548 kB
Mapped:          25360 kB
Slab:           116064 kB
PageTables:      91528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 139763456 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= 73172 MiB
End job on node146 at 2011-05-16 21:54:53