Trace number 3385697

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 866.362 138.094

General information on the benchmark

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

Solver Data

0.29/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.63	c INFO: solving HOME/instance-3385697-1305572348.cnf
0.29/0.63	c INFO: computing task features
0.29/0.64	c INFO: computed variable-clause graph statistics
0.29/0.64	c INFO: computed clause balance statistics
0.29/0.67	c INFO: computed variable balance statistics
0.36/0.70	c INFO: computed small-clause counts
0.36/0.70	c INFO: computed Horn-clause counts
0.36/0.70	c INFO: computed variable graph statistics
0.36/0.70	c INFO: collected features for HOME/instance-3385697-1305572348.cnf in 0.07 s
0.36/0.73	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
0.36/0.77	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.37)
0.46/0.80	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.32)
0.46/0.83	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.46/0.87	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.31)
0.56/0.90	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.31)
0.56/0.93	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.24)
0.56/0.97	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.06)
711.42/113.27	c INFO: running march_hi@0 for 485 with 4887 remaining (b = 0.19)
788.55/125.17	c INFO: running march_hi@0 for 485 with 4875 remaining (b = 0.16)
865.79/138.07	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-3385697-1305572348/watcher-3385697-1305572348 -o /tmp/evaluation-result-3385697-1305572348/solver-3385697-1305572348 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385697-1305572348.cnf -seed 2135208466 -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: 10.82 10.73 10.70 4/437 11108
/proc/meminfo: memFree=21485264/32951124 swapFree=67023148/67111528
[pid=11108] ppid=11106 vsize=15780 CPUtime=0 cores=0-7
/proc/11108/stat : 11108 (python) R 11106 11108 9715 0 -1 4202496 831 0 0 0 0 0 0 0 25 0 1 0 649650707 16158720 716 33554432000 4194304 5683644 140736273454736 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11108/statm: 3945 718 334 364 0 432 0

[startup+0.0408231 s]
/proc/loadavg: 10.82 10.73 10.70 4/437 11108
/proc/meminfo: memFree=21485264/32951124 swapFree=67023148/67111528
[pid=11108] ppid=11106 vsize=18884 CPUtime=0.01 cores=0-7
/proc/11108/stat : 11108 (python) R 11106 11108 9715 0 -1 4202496 1283 0 0 0 1 0 0 0 25 0 1 0 649650707 19337216 1136 33554432000 4194304 5683644 140736273454736 18446744073709551615 4867346 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11108/statm: 4721 1136 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100805 s]
/proc/loadavg: 10.82 10.73 10.70 4/437 11108
/proc/meminfo: memFree=21485264/32951124 swapFree=67023148/67111528
[pid=11108] ppid=11106 vsize=93960 CPUtime=0.06 cores=0-7
/proc/11108/stat : 11108 (python) S 11106 11108 9715 0 -1 4202496 2693 0 0 0 5 1 0 0 17 0 1 0 649650707 96215040 2407 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11108/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300771 s]
/proc/loadavg: 10.82 10.73 10.70 4/437 11108
/proc/meminfo: memFree=21485264/32951124 swapFree=67023148/67111528
[pid=11108] ppid=11106 vsize=135748 CPUtime=0.15 cores=0-7
/proc/11108/stat : 11108 (python) R 11106 11108 9715 0 -1 4202496 5963 933 1 0 12 3 0 0 17 0 1 0 649650707 139005952 4151 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510293509 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11108/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135748

[startup+0.700693 s]
/proc/loadavg: 10.82 10.73 10.70 4/437 11108
/proc/meminfo: memFree=21485264/32951124 swapFree=67023148/67111528
[pid=11108] ppid=11106 vsize=278280 CPUtime=0.36 cores=0-7
/proc/11108/stat : 11108 (python) R 11106 11108 9715 0 -1 4202496 9310 933 1 0 31 5 0 0 16 0 1 0 649650707 284958720 6980 33554432000 4194304 5683644 140736273454736 18446744073709551615 233509957539 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11108/statm: 69570 6980 1827 364 0 5494 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 278280

[startup+1.50149 s]
/proc/loadavg: 10.82 10.73 10.70 13/460 11135
/proc/meminfo: memFree=21429520/32951124 swapFree=67023148/67111528
[pid=11108] ppid=11106 vsize=361300 CPUtime=0.63 cores=0-7
/proc/11108/stat : 11108 (python) S 11106 11108 9715 0 -1 4202496 15747 933 1 0 55 8 0 0 25 0 9 0 649650707 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11108/statm: 90325 7290 1889 364 0 26222 0
[pid=11114] ppid=11108 vsize=278628 CPUtime=0 cores=0-7
/proc/11114/stat : 11114 (python) S 11108 11108 9715 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 649650781 285315072 5580 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317583 0 0 16781312 514 15746334174337826815 0 0 17 2 0 0 0
/proc/11114/statm: 69657 5580 354 364 0 5575 0
[pid=11116] ppid=11114 vsize=1017800 CPUtime=0.73 cores=0-7
/proc/11116/stat : 11116 (gnovelty+2) R 11114 11116 11116 0 -1 4202496 437 0 0 0 73 0 0 0 21 0 1 0 649650781 1042227200 174 33554432000 134512640 135663704 4287158128 18446744073709551615 134544352 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11116/statm: 254450 174 113 282 0 254166 0
[pid=11117] ppid=11108 vsize=289320 CPUtime=0 cores=0-7
/proc/11117/stat : 11117 (python) S 11108 11108 9715 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 649650784 296263680 5687 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 14723045640401551620 0 0 17 1 0 0 0
/proc/11117/statm: 72330 5687 348 364 0 8245 0
[pid=11119] ppid=11117 vsize=2000 CPUtime=0.51 cores=0-7
/proc/11119/stat : 11119 (march_hi) R 11117 11119 11119 0 -1 4202496 586 0 0 0 51 0 0 0 22 0 1 0 649650785 2048000 323 33554432000 4194304 4955518 140734586145328 18446744073709551615 4238469 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11119/statm: 500 323 104 186 0 313 0
[pid=11120] ppid=11108 vsize=299236 CPUtime=0 cores=0-7
/proc/11120/stat : 11120 (python) S 11108 11108 9715 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 649650788 306417664 5604 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 15457981202639585537 0 0 17 2 0 0 0
/proc/11120/statm: 74809 5604 348 364 0 10721 0
[pid=11122] ppid=11120 vsize=2000 CPUtime=0.66 cores=0-7
/proc/11122/stat : 11122 (march_hi) R 11120 11122 11122 0 -1 4202496 596 0 0 0 66 0 0 0 25 0 1 0 649650788 2048000 326 33554432000 4194304 4955518 140733363954048 18446744073709551615 4315164 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11122/statm: 500 326 104 186 0 313 0
[pid=11123] ppid=11108 vsize=310032 CPUtime=0 cores=0-7
/proc/11123/stat : 11123 (python) S 11108 11108 9715 0 -1 4202560 753 0 0 0 0 0 0 0 23 0 1 0 649650791 317472768 5729 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 14109571203538616319 0 0 17 6 0 0 0
/proc/11123/statm: 77508 5729 348 364 0 13417 0
[pid=11125] ppid=11123 vsize=1017800 CPUtime=0.44 cores=0-7
/proc/11125/stat : 11125 (gnovelty+2) R 11123 11125 11125 0 -1 4202496 437 0 0 0 44 0 0 0 25 0 1 0 649650791 1042227200 173 33554432000 134512640 135663704 4291370112 18446744073709551615 134524644 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11125/statm: 254450 173 113 282 0 254166 0
[pid=11126] ppid=11108 vsize=320288 CPUtime=0 cores=0-7
/proc/11126/stat : 11126 (python) S 11108 11108 9715 0 -1 4202560 759 0 0 0 0 0 0 0 22 0 1 0 649650794 327974912 5733 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 12151059244614910210 0 0 17 1 0 0 0
/proc/11126/statm: 80072 5733 348 364 0 15978 0
[pid=11135] ppid=11126 vsize=2000 CPUtime=0.13 cores=0-7
/proc/11135/stat : 11135 (march_hi) R 11126 11135 11135 0 -1 4202496 575 0 0 0 13 0 0 0 25 0 1 0 649650807 2048000 310 33554432000 4194304 4955518 140734572532832 18446744073709551615 4238349 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11135/statm: 500 310 104 186 0 313 0
[pid=11128] ppid=11108 vsize=330544 CPUtime=0 cores=0-7
/proc/11128/stat : 11128 (python) S 11108 11108 9715 0 -1 4202560 772 0 0 0 0 0 0 0 21 0 1 0 649650797 338477056 5737 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 5607390550106800386 0 0 17 0 0 0 0
/proc/11128/statm: 82636 5737 348 364 0 18539 0
[pid=11130] ppid=11128 vsize=2000 CPUtime=0.54 cores=0-7
/proc/11130/stat : 11130 (march_hi) R 11128 11130 11130 0 -1 4202496 589 0 0 0 54 0 0 0 25 0 1 0 649650800 2048000 324 33554432000 4194304 4955518 140735346559600 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11130/statm: 500 324 104 186 0 313 0
[pid=11131] ppid=11108 vsize=340800 CPUtime=0 cores=0-7
/proc/11131/stat : 11131 (python) S 11108 11108 9715 0 -1 4202560 773 0 0 0 0 0 0 0 24 0 1 0 649650801 348979200 5741 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 5237484060787310852 0 0 17 7 0 0 0
/proc/11131/statm: 85200 5741 348 364 0 21100 0
[pid=11133] ppid=11108 vsize=351056 CPUtime=0 cores=0-7
/proc/11133/stat : 11133 (python) S 11108 11108 9715 0 -1 4202560 811 0 0 0 0 0 0 0 23 0 1 0 649650804 359481344 5751 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 16113993820235858177 0 0 17 3 0 0 0
/proc/11133/statm: 87764 5751 354 364 0 23661 0
[pid=11108/tid=11115] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11115/stat : 11115 (python) S 11106 11108 9715 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 649650781 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 2 0 0 0
[pid=11108/tid=11118] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11118/stat : 11118 (python) S 11106 11108 9715 0 -1 4202560 23 933 0 0 0 0 0 0 17 0 9 0 649650784 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 2 0 0 0
[pid=11108/tid=11121] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11121/stat : 11121 (python) S 11106 11108 9715 0 -1 4202560 23 933 0 0 0 0 0 0 18 0 9 0 649650788 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 2 0 0 0
[pid=11108/tid=11124] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11124/stat : 11124 (python) S 11106 11108 9715 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 9 0 649650791 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11127] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11127/stat : 11127 (python) S 11106 11108 9715 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 9 0 649650794 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11129] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11129/stat : 11129 (python) S 11106 11108 9715 0 -1 4202560 22 933 0 0 0 0 0 0 25 0 9 0 649650798 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11132] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11132/stat : 11132 (python) S 11106 11108 9715 0 -1 4202560 40 933 0 0 0 0 0 0 25 0 9 0 649650801 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11134] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11134/stat : 11134 (python) S 11106 11108 9715 0 -1 4202560 22 933 0 0 0 0 0 0 25 0 9 0 649650804 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 4924804

[startup+3.1012 s]
/proc/loadavg: 10.84 10.73 10.70 12/462 11137
/proc/meminfo: memFree=21423412/32951124 swapFree=67023148/67111528
[pid=11108] ppid=11106 vsize=361300 CPUtime=0.63 cores=0-7
/proc/11108/stat : 11108 (python) S 11106 11108 9715 0 -1 4202496 15747 933 1 0 55 8 0 0 25 0 9 0 649650707 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11108/statm: 90325 7290 1889 364 0 26222 0
[pid=11114] ppid=11108 vsize=278628 CPUtime=0 cores=0-7
/proc/11114/stat : 11114 (python) S 11108 11108 9715 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 649650781 285315072 5580 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317583 0 0 16781312 514 15746334174337794306 0 0 17 2 0 0 0
/proc/11114/statm: 69657 5580 354 364 0 5575 0
[pid=11116] ppid=11114 vsize=1017800 CPUtime=2.32 cores=0-7
/proc/11116/stat : 11116 (gnovelty+2) R 11114 11116 11116 0 -1 4202496 437 0 0 0 232 0 0 0 25 0 1 0 649650781 1042227200 174 33554432000 134512640 135663704 4287158128 18446744073709551615 134524775 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11116/statm: 254450 174 113 282 0 254166 0
[pid=11117] ppid=11108 vsize=289320 CPUtime=0 cores=0-7
/proc/11117/stat : 11117 (python) S 11108 11108 9715 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 649650784 296263680 5687 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 14723045640401551620 0 0 17 1 0 0 0
/proc/11117/statm: 72330 5687 348 364 0 8245 0
[pid=11119] ppid=11117 vsize=2132 CPUtime=1.31 cores=0-7
/proc/11119/stat : 11119 (march_hi) R 11117 11119 11119 0 -1 4202496 603 0 0 0 131 0 0 0 25 0 1 0 649650785 2183168 340 33554432000 4194304 4955518 140734586145328 18446744073709551615 4238825 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11119/statm: 533 340 104 186 0 346 0
[pid=11120] ppid=11108 vsize=299236 CPUtime=0 cores=0-7
/proc/11120/stat : 11120 (python) S 11108 11108 9715 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 649650788 306417664 5604 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 5607390558696734977 0 0 17 2 0 0 0
/proc/11120/statm: 74809 5604 348 364 0 10721 0
[pid=11122] ppid=11120 vsize=2132 CPUtime=2.26 cores=0-7
/proc/11122/stat : 11122 (march_hi) R 11120 11122 11122 0 -1 4202496 615 0 0 0 226 0 0 0 25 0 1 0 649650788 2183168 345 33554432000 4194304 4955518 140733363954048 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11122/statm: 533 345 104 186 0 346 0
[pid=11123] ppid=11108 vsize=310032 CPUtime=0 cores=0-7
/proc/11123/stat : 11123 (python) S 11108 11108 9715 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 649650791 317472768 5729 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 14109571203538583812 0 0 17 6 0 0 0
/proc/11123/statm: 77508 5729 348 364 0 13417 0
[pid=11125] ppid=11123 vsize=1017800 CPUtime=1.24 cores=0-7
/proc/11125/stat : 11125 (gnovelty+2) R 11123 11125 11125 0 -1 4202496 437 0 0 0 124 0 0 0 25 0 1 0 649650791 1042227200 173 33554432000 134512640 135663704 4291370112 18446744073709551615 134524688 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11125/statm: 254450 173 113 282 0 254166 0
[pid=11126] ppid=11108 vsize=320288 CPUtime=0 cores=0-7
/proc/11126/stat : 11126 (python) S 11108 11108 9715 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 649650794 327974912 5733 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 12151059244614910210 0 0 17 1 0 0 0
/proc/11126/statm: 80072 5733 348 364 0 15978 0
[pid=11135] ppid=11126 vsize=2132 CPUtime=0.93 cores=0-7
/proc/11135/stat : 11135 (march_hi) R 11126 11135 11135 0 -1 4202496 597 0 0 0 93 0 0 0 25 0 1 0 649650807 2183168 332 33554432000 4194304 4955518 140734572532832 18446744073709551615 4244539 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11135/statm: 533 332 104 186 0 346 0
[pid=11128] ppid=11108 vsize=330544 CPUtime=0 cores=0-7
/proc/11128/stat : 11128 (python) S 11108 11108 9715 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 649650797 338477056 5737 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 1251068314843578626 0 0 17 0 0 0 0
/proc/11128/statm: 82636 5737 348 364 0 18539 0
[pid=11130] ppid=11128 vsize=2132 CPUtime=2.14 cores=0-7
/proc/11130/stat : 11130 (march_hi) R 11128 11130 11130 0 -1 4202496 611 0 0 0 214 0 0 0 25 0 1 0 649650800 2183168 346 33554432000 4194304 4955518 140735346559600 18446744073709551615 4282474 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11130/statm: 533 346 104 186 0 346 0
[pid=11131] ppid=11108 vsize=340800 CPUtime=0 cores=0-7
/proc/11131/stat : 11131 (python) S 11108 11108 9715 0 -1 4202560 777 0 0 0 0 0 0 0 15 0 1 0 649650801 348979200 5741 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 5237484060787310852 0 0 17 7 0 0 0
/proc/11131/statm: 85200 5741 348 364 0 21100 0
[pid=11137] ppid=11131 vsize=2132 CPUtime=2 cores=0-7
/proc/11137/stat : 11137 (march_hi) R 11131 11137 11137 0 -1 4202496 615 0 0 0 200 0 0 0 25 0 1 0 649650813 2183168 345 33554432000 4194304 4955518 140736115120960 18446744073709551615 4227671 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11137/statm: 533 345 104 186 0 346 0
[pid=11133] ppid=11108 vsize=351056 CPUtime=0 cores=0-7
/proc/11133/stat : 11133 (python) S 11108 11108 9715 0 -1 4202560 818 0 0 0 0 0 0 0 15 0 1 0 649650804 359481344 5751 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 16113993820235858177 0 0 17 3 0 0 0
/proc/11133/statm: 87764 5751 354 364 0 23661 0
[pid=11136] ppid=11133 vsize=2132 CPUtime=0.93 cores=0-7
/proc/11136/stat : 11136 (march_hi) R 11133 11136 11136 0 -1 4202496 604 0 0 0 93 0 0 0 25 0 1 0 649650813 2183168 332 33554432000 4194304 4955518 140735251629536 18446744073709551615 4227671 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11136/statm: 533 332 104 186 0 346 0
[pid=11108/tid=11115] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11115/stat : 11115 (python) S 11106 11108 9715 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 649650781 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 2 0 0 0
[pid=11108/tid=11118] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11118/stat : 11118 (python) S 11106 11108 9715 0 -1 4202560 23 933 0 0 0 0 0 0 17 0 9 0 649650784 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 2 0 0 0
[pid=11108/tid=11121] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11121/stat : 11121 (python) S 11106 11108 9715 0 -1 4202560 23 933 0 0 0 0 0 0 18 0 9 0 649650788 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 2 0 0 0
[pid=11108/tid=11124] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11124/stat : 11124 (python) S 11106 11108 9715 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 9 0 649650791 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11127] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11127/stat : 11127 (python) S 11106 11108 9715 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 9 0 649650794 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11129] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11129/stat : 11129 (python) S 11106 11108 9715 0 -1 4202560 22 933 0 0 0 0 0 0 25 0 9 0 649650798 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11132] ppid=11106 vsize=361300 CPUtime=0 cores=0-7
/proc/11108/task/11132/stat : 11132 (python) S 11106 11108 9715 0 -1 4202560 40 933 0 0 0 0 0 0 25 0 9 0 649650801 369971200 7290 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11134] ppid=11106 vsize=361300 CPUtime=0 cores=0-7

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

/proc/11117/stat : 11117 (python) S 11108 11108 9715 0 -1 4202560 955 0 0 0 25 25 0 0 15 0 1 0 649650784 296263680 5710 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 14723045640401551620 0 0 17 5 0 0 0
/proc/11117/statm: 72330 5710 371 364 0 8245 0
[pid=11119] ppid=11117 vsize=4896 CPUtime=98.65 cores=0-7
/proc/11119/stat : 11119 (march_hi) R 11117 11119 11119 0 -1 4202496 1239 0 0 0 9865 0 0 0 25 0 1 0 649650785 5013504 976 33554432000 4194304 4955518 140734586145328 18446744073709551615 4209679 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11119/statm: 1224 976 104 186 0 1037 0
[pid=11120] ppid=11108 vsize=299236 CPUtime=0.52 cores=0-7
/proc/11120/stat : 11120 (python) S 11108 11108 9715 0 -1 4202560 961 0 0 0 28 24 0 0 15 0 1 0 649650788 306417664 5627 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 15457981202639585537 0 0 17 2 0 0 0
/proc/11120/statm: 74809 5627 371 364 0 10721 0
[pid=11122] ppid=11120 vsize=6260 CPUtime=115.08 cores=0-7
/proc/11122/stat : 11122 (march_hi) R 11120 11122 11122 0 -1 4202496 1461 0 0 0 11508 0 0 0 25 0 1 0 649650788 6410240 1191 33554432000 4194304 4955518 140733363954048 18446744073709551615 4227780 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11122/statm: 1565 1191 104 186 0 1378 0
[pid=11123] ppid=11108 vsize=310032 CPUtime=0.37 cores=0-7
/proc/11123/stat : 11123 (python) S 11108 11108 9715 0 -1 4202560 1120 0 0 0 19 18 0 0 19 0 2 0 649650791 317472768 5782 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11123/statm: 77508 5782 400 364 0 13417 0
[pid=11125] ppid=11123 vsize=1017800 CPUtime=100.82 cores=0-7
/proc/11125/stat : 11125 (gnovelty+2) T 11123 11125 11125 0 -1 4202496 437 0 0 0 10082 0 0 0 25 0 1 0 649650791 1042227200 173 33554432000 134512640 135663704 4291370112 18446744073709551615 134546465 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11125/statm: 254450 173 113 282 0 254166 0
[pid=11123/tid=11150] ppid=11108 vsize=310032 CPUtime=0 cores=0-7
/proc/11123/task/11150/stat : 11150 (python) S 11108 11108 9715 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 649662031 317472768 5782 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 514 18446604451902866496 0 0 -1 6 0 0 0
[pid=11126] ppid=11108 vsize=320288 CPUtime=0.53 cores=0-7
/proc/11126/stat : 11126 (python) S 11108 11108 9715 0 -1 4202560 997 0 0 0 29 24 0 0 15 0 1 0 649650794 327974912 5757 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 12151059244614910210 0 0 17 1 0 0 0
/proc/11126/statm: 80072 5757 372 364 0 15978 0
[pid=11135] ppid=11126 vsize=6260 CPUtime=117.39 cores=0-7
/proc/11135/stat : 11135 (march_hi) R 11126 11135 11135 0 -1 4202496 1499 0 0 0 11739 0 0 0 25 0 1 0 649650807 6410240 1234 33554432000 4194304 4955518 140734572532832 18446744073709551615 4282766 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11135/statm: 1565 1234 104 186 0 1378 0
[pid=11128] ppid=11108 vsize=330544 CPUtime=0.58 cores=0-7
/proc/11128/stat : 11128 (python) R 11108 11108 9715 0 -1 4202560 1003 0 0 0 34 24 0 0 15 0 1 0 649650797 338477056 5761 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522127679 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/11128/statm: 82636 5761 372 364 0 18539 0
[pid=11130] ppid=11128 vsize=0 CPUtime=123.48 cores=0-7
/proc/11130/stat : 11130 (march_hi) R 11128 11130 11130 0 -1 4202500 1588 0 0 0 12348 0 0 0 25 0 1 0 649650800 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/11130/statm: 0 0 0 0 0 0 0
[pid=11131] ppid=11108 vsize=340800 CPUtime=0.51 cores=0-7
/proc/11131/stat : 11131 (python) S 11108 11108 9715 0 -1 4202560 993 0 0 0 26 25 0 0 15 0 1 0 649650801 348979200 5764 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 5237484060787310852 0 0 17 6 0 0 0
/proc/11131/statm: 85200 5764 371 364 0 21100 0
[pid=11137] ppid=11131 vsize=6260 CPUtime=117.13 cores=0-7
/proc/11137/stat : 11137 (march_hi) R 11131 11137 11137 0 -1 4202496 1498 0 0 0 11713 0 0 0 25 0 1 0 649650813 6410240 1228 33554432000 4194304 4955518 140736115120960 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11137/statm: 1565 1228 104 186 0 1378 0
[pid=11133] ppid=11108 vsize=351056 CPUtime=0.5 cores=0-7
/proc/11133/stat : 11133 (python) S 11108 11108 9715 0 -1 4202560 1045 0 0 0 26 24 0 0 15 0 1 0 649650804 359481344 5774 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 16113993820235858177 0 0 17 3 0 0 0
/proc/11133/statm: 87764 5774 377 364 0 23661 0
[pid=11136] ppid=11133 vsize=3972 CPUtime=68.34 cores=0-7
/proc/11136/stat : 11136 (march_hi) R 11133 11136 11136 0 -1 4202496 957 0 0 0 6834 0 0 0 25 0 1 0 649650813 4067328 685 33554432000 4194304 4955518 140735251629536 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11136/statm: 993 685 104 186 0 806 0
[pid=11151] ppid=11108 vsize=361312 CPUtime=0.08 cores=0-7
/proc/11151/stat : 11151 (python) S 11108 11108 9715 0 -1 4202560 986 0 0 0 4 4 0 0 15 0 1 0 649662034 369983488 5772 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 10773283214081360129 0 0 17 0 0 0 0
/proc/11151/statm: 90328 5772 371 364 0 26222 0
[pid=11153] ppid=11151 vsize=2304 CPUtime=12.21 cores=0-7
/proc/11153/stat : 11153 (march_hi) R 11151 11153 11153 0 -1 4202496 660 0 0 0 1221 0 0 0 25 0 1 0 649662035 2359296 389 33554432000 4194304 4955518 140736496043568 18446744073709551615 4224727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11153/statm: 576 389 104 186 0 389 0
[pid=11155] ppid=11108 vsize=437104 CPUtime=0.04 cores=0-7
/proc/11155/stat : 11155 (python) S 11108 11108 9715 0 -1 4202560 847 0 0 0 2 2 0 0 15 0 1 0 649663225 447594496 5949 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 8723248182139519235 0 0 17 1 0 0 0
/proc/11155/statm: 109276 5949 371 364 0 45167 0
[pid=11157] ppid=11155 vsize=2304 CPUtime=6.31 cores=0-7
/proc/11157/stat : 11157 (march_hi) R 11155 11157 11157 0 -1 4202496 632 0 0 0 631 0 0 0 25 0 1 0 649663225 2359296 370 33554432000 4194304 4955518 140734865313600 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11157/statm: 576 370 104 186 0 389 0
[pid=11108/tid=11115] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11115/stat : 11115 (python) S 11106 11108 9715 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 11 0 649650781 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 2 0 0 0
[pid=11108/tid=11118] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11118/stat : 11118 (python) S 11106 11108 9715 0 -1 4202560 23 933 0 0 0 0 0 0 17 0 11 0 649650784 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 2 0 0 0
[pid=11108/tid=11121] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11121/stat : 11121 (python) S 11106 11108 9715 0 -1 4202560 23 933 0 0 0 0 0 0 18 0 11 0 649650788 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 2 0 0 0
[pid=11108/tid=11124] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11124/stat : 11124 (python) S 11106 11108 9715 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 11 0 649650791 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11127] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11127/stat : 11127 (python) S 11106 11108 9715 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 11 0 649650794 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11129] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11129/stat : 11129 (python) S 11106 11108 9715 0 -1 4202560 22 933 0 0 0 0 0 0 25 0 11 0 649650798 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11132] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11132/stat : 11132 (python) S 11106 11108 9715 0 -1 4202560 40 933 0 0 0 0 0 0 25 0 11 0 649650801 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11134] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11134/stat : 11134 (python) S 11106 11108 9715 0 -1 4202560 22 933 0 0 0 0 0 0 25 0 11 0 649650804 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11152] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11152/stat : 11152 (python) S 11106 11108 9715 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 11 0 649662034 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 1 0 0 0
[pid=11108/tid=11156] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11156/stat : 11156 (python) S 11106 11108 9715 0 -1 4202560 86 933 0 0 0 0 0 0 19 0 11 0 649663225 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 865.16
Current children cumulated vsize (KiB) 5843768

[startup+138.002 s]
/proc/loadavg: 11.34 10.96 10.78 12/470 11157
/proc/meminfo: memFree=21384052/32951124 swapFree=67023148/67111528
[pid=11108] ppid=11106 vsize=447348 CPUtime=0.7 cores=0-7
/proc/11108/stat : 11108 (python) S 11106 11108 9715 0 -1 4202496 17418 933 1 0 62 8 0 0 18 0 11 0 649650707 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11108/statm: 111837 7476 1894 364 0 47728 0
[pid=11114] ppid=11108 vsize=288872 CPUtime=0.42 cores=0-7
/proc/11114/stat : 11114 (python) S 11108 11108 9715 0 -1 4202560 1093 0 0 0 22 20 0 0 19 0 2 0 649650781 295804928 5641 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11114/statm: 72218 5641 410 364 0 8136 0
[pid=11116] ppid=11114 vsize=1017800 CPUtime=101 cores=0-7
/proc/11116/stat : 11116 (gnovelty+2) T 11114 11116 11116 0 -1 4202496 437 0 0 0 10100 0 0 0 25 0 1 0 649650781 1042227200 174 33554432000 134512640 135663704 4287158128 18446744073709551615 134544186 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11116/statm: 254450 174 113 282 0 254166 0
[pid=11114/tid=11154] ppid=11108 vsize=288872 CPUtime=0 cores=0-7
/proc/11114/task/11154/stat : 11154 (python) S 11108 11108 9715 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 649663221 295804928 5641 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 514 18446604443694020480 0 0 -1 1 0 0 0
[pid=11117] ppid=11108 vsize=289320 CPUtime=0.5 cores=0-7
/proc/11117/stat : 11117 (python) S 11108 11108 9715 0 -1 4202560 955 0 0 0 25 25 0 0 15 0 1 0 649650784 296263680 5710 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 14723045640401551620 0 0 17 5 0 0 0
/proc/11117/statm: 72330 5710 371 364 0 8245 0
[pid=11119] ppid=11117 vsize=4896 CPUtime=98.75 cores=0-7
/proc/11119/stat : 11119 (march_hi) R 11117 11119 11119 0 -1 4202496 1241 0 0 0 9875 0 0 0 25 0 1 0 649650785 5013504 978 33554432000 4194304 4955518 140734586145328 18446744073709551615 4227695 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11119/statm: 1224 978 104 186 0 1037 0
[pid=11120] ppid=11108 vsize=299236 CPUtime=0.52 cores=0-7
/proc/11120/stat : 11120 (python) S 11108 11108 9715 0 -1 4202560 961 0 0 0 28 24 0 0 15 0 1 0 649650788 306417664 5627 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 15457981202639585537 0 0 17 2 0 0 0
/proc/11120/statm: 74809 5627 371 364 0 10721 0
[pid=11122] ppid=11120 vsize=6260 CPUtime=115.09 cores=0-7
/proc/11122/stat : 11122 (march_hi) R 11120 11122 11122 0 -1 4202496 1461 0 0 0 11509 0 0 0 25 0 1 0 649650788 6410240 1191 33554432000 4194304 4955518 140733363954048 18446744073709551615 4227752 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11122/statm: 1565 1191 104 186 0 1378 0
[pid=11123] ppid=11108 vsize=310032 CPUtime=0.37 cores=0-7
/proc/11123/stat : 11123 (python) S 11108 11108 9715 0 -1 4202560 1120 0 0 0 19 18 0 0 19 0 2 0 649650791 317472768 5782 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11123/statm: 77508 5782 400 364 0 13417 0
[pid=11125] ppid=11123 vsize=1017800 CPUtime=100.82 cores=0-7
/proc/11125/stat : 11125 (gnovelty+2) T 11123 11125 11125 0 -1 4202496 437 0 0 0 10082 0 0 0 25 0 1 0 649650791 1042227200 173 33554432000 134512640 135663704 4291370112 18446744073709551615 134546465 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11125/statm: 254450 173 113 282 0 254166 0
[pid=11123/tid=11150] ppid=11108 vsize=310032 CPUtime=0 cores=0-7
/proc/11123/task/11150/stat : 11150 (python) S 11108 11108 9715 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 649662031 317472768 5782 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 514 18446604451902866496 0 0 -1 6 0 0 0
[pid=11126] ppid=11108 vsize=320288 CPUtime=0.53 cores=0-7
/proc/11126/stat : 11126 (python) S 11108 11108 9715 0 -1 4202560 997 0 0 0 29 24 0 0 15 0 1 0 649650794 327974912 5757 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 12151059244614910210 0 0 17 7 0 0 0
/proc/11126/statm: 80072 5757 372 364 0 15978 0
[pid=11135] ppid=11126 vsize=6260 CPUtime=117.49 cores=0-7
/proc/11135/stat : 11135 (march_hi) R 11126 11135 11135 0 -1 4202496 1500 0 0 0 11749 0 0 0 25 0 1 0 649650807 6410240 1235 33554432000 4194304 4955518 140734572532832 18446744073709551615 4328148 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11135/statm: 1565 1235 104 186 0 1378 0
[pid=11128] ppid=11108 vsize=330544 CPUtime=0.68 cores=0-7
/proc/11128/stat : 11128 (python) R 11108 11108 9715 0 -1 4202560 1003 0 0 0 42 26 0 0 15 0 1 0 649650797 338477056 5761 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/11128/statm: 82636 5761 372 364 0 18539 0
[pid=11130] ppid=11128 vsize=0 CPUtime=123.48 cores=0-7
/proc/11130/stat : 11130 (march_hi) R 11128 11130 11130 0 -1 4202500 1588 0 0 0 12348 0 0 0 25 0 1 0 649650800 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/11130/statm: 0 0 0 0 0 0 0
[pid=11131] ppid=11108 vsize=340800 CPUtime=0.51 cores=0-7
/proc/11131/stat : 11131 (python) S 11108 11108 9715 0 -1 4202560 993 0 0 0 26 25 0 0 15 0 1 0 649650801 348979200 5764 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 5237484060787310852 0 0 17 6 0 0 0
/proc/11131/statm: 85200 5764 371 364 0 21100 0
[pid=11137] ppid=11131 vsize=6260 CPUtime=117.23 cores=0-7
/proc/11137/stat : 11137 (march_hi) R 11131 11137 11137 0 -1 4202496 1500 0 0 0 11723 0 0 0 25 0 1 0 649650813 6410240 1230 33554432000 4194304 4955518 140736115120960 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11137/statm: 1565 1230 104 186 0 1378 0
[pid=11133] ppid=11108 vsize=351056 CPUtime=0.5 cores=0-7
/proc/11133/stat : 11133 (python) S 11108 11108 9715 0 -1 4202560 1045 0 0 0 26 24 0 0 15 0 1 0 649650804 359481344 5774 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 16113993820235858177 0 0 17 3 0 0 0
/proc/11133/statm: 87764 5774 377 364 0 23661 0
[pid=11136] ppid=11133 vsize=3972 CPUtime=68.4 cores=0-7
/proc/11136/stat : 11136 (march_hi) R 11133 11136 11136 0 -1 4202496 957 0 0 0 6840 0 0 0 25 0 1 0 649650813 4067328 685 33554432000 4194304 4955518 140735251629536 18446744073709551615 4286639 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11136/statm: 993 685 104 186 0 806 0
[pid=11151] ppid=11108 vsize=361312 CPUtime=0.08 cores=0-7
/proc/11151/stat : 11151 (python) S 11108 11108 9715 0 -1 4202560 986 0 0 0 4 4 0 0 15 0 1 0 649662034 369983488 5772 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 10773283214081360129 0 0 17 0 0 0 0
/proc/11151/statm: 90328 5772 371 364 0 26222 0
[pid=11153] ppid=11151 vsize=2304 CPUtime=12.29 cores=0-7
/proc/11153/stat : 11153 (march_hi) R 11151 11153 11153 0 -1 4202496 660 0 0 0 1229 0 0 0 25 0 1 0 649662035 2359296 389 33554432000 4194304 4955518 140736496043568 18446744073709551615 4227556 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11153/statm: 576 389 104 186 0 389 0
[pid=11155] ppid=11108 vsize=437104 CPUtime=0.04 cores=0-7
/proc/11155/stat : 11155 (python) S 11108 11108 9715 0 -1 4202560 847 0 0 0 2 2 0 0 15 0 1 0 649663225 447594496 5949 33554432000 4194304 5683644 140736273454736 18446744073709551615 233510317638 0 0 16781312 514 8723248182139519235 0 0 17 1 0 0 0
/proc/11155/statm: 109276 5949 371 364 0 45167 0
[pid=11157] ppid=11155 vsize=2304 CPUtime=6.39 cores=0-7
/proc/11157/stat : 11157 (march_hi) R 11155 11157 11157 0 -1 4202496 632 0 0 0 639 0 0 0 25 0 1 0 649663225 2359296 370 33554432000 4194304 4955518 140734865313600 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11157/statm: 576 370 104 186 0 389 0
[pid=11108/tid=11115] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11115/stat : 11115 (python) S 11106 11108 9715 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 11 0 649650781 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 2 0 0 0
[pid=11108/tid=11118] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11118/stat : 11118 (python) S 11106 11108 9715 0 -1 4202560 23 933 0 0 0 0 0 0 17 0 11 0 649650784 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 2 0 0 0
[pid=11108/tid=11121] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11121/stat : 11121 (python) S 11106 11108 9715 0 -1 4202560 23 933 0 0 0 0 0 0 18 0 11 0 649650788 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 2 0 0 0
[pid=11108/tid=11124] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11124/stat : 11124 (python) S 11106 11108 9715 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 11 0 649650791 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11127] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11127/stat : 11127 (python) S 11106 11108 9715 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 11 0 649650794 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11129] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11129/stat : 11129 (python) S 11106 11108 9715 0 -1 4202560 22 933 0 0 0 0 0 0 25 0 11 0 649650798 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11132] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11132/stat : 11132 (python) S 11106 11108 9715 0 -1 4202560 40 933 0 0 0 0 0 0 25 0 11 0 649650801 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11134] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11134/stat : 11134 (python) S 11106 11108 9715 0 -1 4202560 22 933 0 0 0 0 0 0 25 0 11 0 649650804 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 0 0 0 0
[pid=11108/tid=11152] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11152/stat : 11152 (python) S 11106 11108 9715 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 11 0 649662034 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 1 0 0 0
[pid=11108/tid=11156] ppid=11106 vsize=447348 CPUtime=0 cores=0-7
/proc/11108/task/11156/stat : 11156 (python) S 11106 11108 9715 0 -1 4202560 86 933 0 0 0 0 0 0 19 0 11 0 649663225 458084352 7476 33554432000 4194304 5683644 140736273454736 18446744073709551615 233522121137 0 0 16781312 2 18446604448034677056 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 865.79
Current children cumulated vsize (KiB) 5843768

Child status: 0
Real time (s): 138.094
CPU time (s): 866.362
CPU user time (s): 864.258
CPU system time (s): 2.10468
CPU usage (%): 627.373
Max. virtual memory (cumulated for all children) (KiB): 5850028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 864.258
system time used= 2.10468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43770
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= 6535
involuntary context switches= 8917

runsolver used 0.660899 second user time and 1.48177 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-16 20:59:08
IDJOB=3385697
IDBENCH=82962
IDSOLVER=1870
FILE ID=node145/3385697-1305572348
RUNJOBID= node145-1305564961-9729
PBS_JOBID= 13350105
Free space on /tmp= 73632 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1573194644-097.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-3385697-1305572348/watcher-3385697-1305572348 -o /tmp/evaluation-result-3385697-1305572348/solver-3385697-1305572348 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385697-1305572348.cnf -seed 2135208466 -budget 40000 -cores 8

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

MD5SUM BENCH= 94cfc1731e7c76d51d00543dd5d14f85
RANDOM SEED=2135208466

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21485296 kB
Buffers:        101408 kB
Cached:         953392 kB
SwapCached:       4796 kB
Active:        7658940 kB
Inactive:      3546660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21485296 kB
SwapTotal:    67111528 kB
SwapFree:     67023148 kB
Dirty:           31844 kB
Writeback:           0 kB
AnonPages:    10146396 kB
Mapped:          33540 kB
Slab:           137424 kB
PageTables:      52716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 118868748 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= 73600 MiB
End job on node145 at 2011-05-16 21:01:27