Trace number 3385617

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 61.7516 11.8709

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1508981094-051.UNKNOWN.cnf
MD5SUM5c5f7e1107ac57768306372602d70556
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.50571
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
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 51597
Number of clauses of size over 50

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3385617-1305571087.cnf
0.30/0.46	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.38/0.51	c INFO: computed variable balance statistics
0.38/0.53	c INFO: computed small-clause counts
0.38/0.53	c INFO: computed Horn-clause counts
0.38/0.53	c INFO: computed variable graph statistics
0.38/0.53	c INFO: collected features for HOME/instance-3385617-1305571087.cnf in 0.07 s
0.38/0.56	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.61)
0.38/0.59	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.38)
0.48/0.63	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.33)
0.48/0.66	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.11)
0.48/0.69	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.08)
0.57/0.72	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.27)
0.57/0.76	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
0.57/0.79	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
61.37/11.85	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-3385617-1305571087/watcher-3385617-1305571087 -o /tmp/evaluation-result-3385617-1305571087/solver-3385617-1305571087 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385617-1305571087.cnf -seed 206183609 -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: 8.35 8.64 8.65 5/385 5091
/proc/meminfo: memFree=17515560/32951124 swapFree=67056788/67111528
[pid=5091] ppid=5089 vsize=15776 CPUtime=0 cores=0-7
/proc/5091/stat : 5091 (python) R 5089 5091 3941 0 -1 4202496 891 0 0 0 0 0 0 0 25 0 1 0 668706584 16154624 773 33554432000 4194304 5683644 140734408370944 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 3944 773 343 364 0 431 0

[startup+0.0774929 s]
/proc/loadavg: 8.35 8.64 8.65 5/385 5091
/proc/meminfo: memFree=17515560/32951124 swapFree=67056788/67111528
[pid=5091] ppid=5089 vsize=84608 CPUtime=0.05 cores=0-7
/proc/5091/stat : 5091 (python) S 5089 5091 3941 0 -1 4202496 2409 0 0 0 4 1 0 0 25 0 1 0 668706584 86638592 2136 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 0 0 0 0
/proc/5091/statm: 21152 2136 707 364 0 1369 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84608

[startup+0.100457 s]
/proc/loadavg: 8.35 8.64 8.65 5/385 5091
/proc/meminfo: memFree=17515560/32951124 swapFree=67056788/67111528
[pid=5091] ppid=5089 vsize=104220 CPUtime=0.07 cores=0-7
/proc/5091/stat : 5091 (python) R 5089 5091 3941 0 -1 4202496 3046 0 0 0 5 2 0 0 17 0 1 0 668706584 106721280 2731 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550535680 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 26055 2731 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.300455 s]
/proc/loadavg: 8.35 8.64 8.65 5/385 5091
/proc/meminfo: memFree=17515560/32951124 swapFree=67056788/67111528
[pid=5091] ppid=5089 vsize=170756 CPUtime=0.23 cores=0-7
/proc/5091/stat : 5091 (python) R 5089 5091 3941 0 -1 4202496 6731 932 1 0 17 6 0 0 18 0 1 0 668706584 174854144 4805 33554432000 4194304 5683644 140734408370944 18446744073709551615 5307866 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5091/statm: 42689 4805 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.700347 s]
/proc/loadavg: 8.35 8.64 8.65 5/385 5091
/proc/meminfo: memFree=17515560/32951124 swapFree=67056788/67111528
[pid=5091] ppid=5089 vsize=330372 CPUtime=0.57 cores=0-7
/proc/5091/stat : 5091 (python) R 5089 5091 3941 0 -1 4202496 13465 932 1 0 49 8 0 0 25 0 6 0 668706584 338300928 7244 33554432000 4194304 5683644 140734408370944 18446744073709551615 4272792 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5091/statm: 82593 7244 1881 364 0 18499 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 330372

[startup+1.5012 s]
/proc/loadavg: 8.35 8.64 8.65 15/410 5120
/proc/meminfo: memFree=17456832/32951124 swapFree=67056788/67111528
[pid=5091] ppid=5089 vsize=361140 CPUtime=0.66 cores=0-7
/proc/5091/stat : 5091 (python) S 5089 5091 3941 0 -1 4202496 15647 932 1 0 57 9 0 0 24 0 9 0 668706584 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5091/statm: 90285 7281 1889 364 0 26182 0
[pid=5097] ppid=5091 vsize=278456 CPUtime=0 cores=0-7
/proc/5097/stat : 5097 (python) S 5091 5091 3941 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 668706641 285138944 5535 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557711 0 0 16781312 514 16431982203715452927 0 0 17 3 0 0 0
/proc/5097/statm: 69614 5535 354 364 0 5532 0
[pid=5099] ppid=5097 vsize=1017800 CPUtime=0.91 cores=0-7
/proc/5099/stat : 5099 (gnovelty+2) R 5097 5099 5099 0 -1 4202496 428 0 0 0 91 0 0 0 23 0 1 0 668706641 1042227200 161 33554432000 134512640 135663704 4286906224 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5099/statm: 254450 161 113 282 0 254166 0
[pid=5100] ppid=5091 vsize=289228 CPUtime=0 cores=0-7
/proc/5100/stat : 5100 (python) S 5091 5091 3941 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 668706644 296169472 5664 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 3196509004658344193 0 0 17 3 0 0 0
/proc/5100/statm: 72307 5664 348 364 0 8222 0
[pid=5102] ppid=5100 vsize=1420 CPUtime=0.89 cores=0-7
/proc/5102/stat : 5102 (march_hi) R 5100 5102 5102 0 -1 4202496 474 0 0 0 89 0 0 0 25 0 1 0 668706644 1454080 209 33554432000 4194304 4955518 140735894564480 18446744073709551615 4237892 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5102/statm: 355 209 106 186 0 168 0
[pid=5103] ppid=5091 vsize=299616 CPUtime=0 cores=0-7
/proc/5103/stat : 5103 (python) S 5091 5091 3941 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 668706647 306806784 5684 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 5666614653015261443 0 0 17 0 0 0 0
/proc/5103/statm: 74904 5684 348 364 0 10816 0
[pid=5105] ppid=5103 vsize=1420 CPUtime=0.41 cores=0-7
/proc/5105/stat : 5105 (march_hi) R 5103 5105 5105 0 -1 4202496 472 0 0 0 41 0 0 0 25 0 1 0 668706648 1454080 210 33554432000 4194304 4955518 140735449513728 18446744073709551615 4282461 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5105/statm: 355 210 106 186 0 168 0
[pid=5106] ppid=5091 vsize=309872 CPUtime=0 cores=0-7
/proc/5106/stat : 5106 (python) S 5091 5091 3941 0 -1 4202560 765 0 0 0 0 0 0 0 16 0 1 0 668706650 317308928 5688 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 5607385134153040129 0 0 17 4 0 0 0
/proc/5106/statm: 77468 5688 348 364 0 13377 0
[pid=5108] ppid=5106 vsize=1420 CPUtime=0.51 cores=0-7
/proc/5108/stat : 5108 (march_hi) R 5106 5108 5108 0 -1 4202496 473 0 0 0 51 0 0 0 25 0 1 0 668706651 1454080 209 33554432000 4194304 4955518 140736680439936 18446744073709551615 4208756 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5108/statm: 355 209 106 186 0 168 0
[pid=5109] ppid=5091 vsize=320128 CPUtime=0 cores=0-7
/proc/5109/stat : 5109 (python) S 5091 5091 3941 0 -1 4202560 760 0 0 0 0 0 0 0 25 0 1 0 668706654 327811072 5692 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 10460534278386089983 0 0 17 0 0 0 0
/proc/5109/statm: 80032 5692 348 364 0 15938 0
[pid=5113] ppid=5109 vsize=1017800 CPUtime=0.72 cores=0-7
/proc/5113/stat : 5113 (gnovelty+2) R 5109 5113 5113 0 -1 4202496 426 0 0 0 72 0 0 0 25 0 1 0 668706657 1042227200 161 33554432000 134512640 135663704 4289850320 18446744073709551615 134545727 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5113/statm: 254450 161 113 282 0 254166 0
[pid=5111] ppid=5091 vsize=330384 CPUtime=0 cores=0-7
/proc/5111/stat : 5111 (python) S 5091 5091 3941 0 -1 4202560 783 0 0 0 0 0 0 0 18 0 1 0 668706657 338313216 5711 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 9826885177542934788 0 0 17 0 0 0 0
/proc/5111/statm: 82596 5711 348 364 0 18499 0
[pid=5114] ppid=5111 vsize=1420 CPUtime=0.31 cores=0-7
/proc/5114/stat : 5114 (march_hi) R 5111 5114 5114 0 -1 4202496 477 0 0 0 31 0 0 0 25 0 1 0 668706659 1454080 210 33554432000 4194304 4955518 140734836947152 18446744073709551615 4237804 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5114/statm: 355 210 106 186 0 168 0
[pid=5115] ppid=5091 vsize=340640 CPUtime=0 cores=0-7
/proc/5115/stat : 5115 (python) S 5091 5091 3941 0 -1 4202560 775 0 0 0 0 0 0 0 21 0 1 0 668706660 348815360 5732 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 10692834147300245763 0 0 17 0 0 0 0
/proc/5115/statm: 85160 5732 348 364 0 21060 0
[pid=5117] ppid=5115 vsize=1420 CPUtime=0.32 cores=0-7
/proc/5117/stat : 5117 (march_hi) R 5115 5117 5117 0 -1 4202496 478 0 0 0 32 0 0 0 25 0 1 0 668706663 1454080 210 33554432000 4194304 4955518 140736937341728 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5117/statm: 355 210 106 186 0 168 0
[pid=5118] ppid=5091 vsize=350896 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (python) S 5091 5091 3941 0 -1 4202560 812 0 0 0 0 0 0 0 20 0 1 0 668706664 359317504 5742 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 5607385134153040131 0 0 17 0 0 0 0
/proc/5118/statm: 87724 5742 354 364 0 23621 0
[pid=5120] ppid=5118 vsize=1420 CPUtime=0.22 cores=0-7
/proc/5120/stat : 5120 (march_hi) R 5118 5120 5120 0 -1 4202496 482 0 0 0 22 0 0 0 25 0 1 0 668706680 1454080 209 33554432000 4194304 4955518 140737265365568 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5120/statm: 355 209 106 186 0 168 0
[pid=5091/tid=5098] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5098/stat : 5098 (python) S 5089 5091 3941 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 668706641 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5101] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5101/stat : 5101 (python) S 5089 5091 3941 0 -1 4202560 20 932 0 0 0 0 0 0 21 0 9 0 668706644 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5104] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5104/stat : 5104 (python) S 5089 5091 3941 0 -1 4202560 26 932 0 0 0 0 0 0 23 0 9 0 668706647 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5107] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5107/stat : 5107 (python) S 5089 5091 3941 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 9 0 668706651 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 2 0 0 0
[pid=5091/tid=5110] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5110/stat : 5110 (python) S 5089 5091 3941 0 -1 4202560 35 932 0 0 0 0 0 0 25 0 9 0 668706654 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5112] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5112/stat : 5112 (python) S 5089 5091 3941 0 -1 4202560 18 932 0 0 0 0 0 0 25 0 9 0 668706657 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5116] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5116/stat : 5116 (python) S 5089 5091 3941 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668706661 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5119] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5119/stat : 5119 (python) S 5089 5091 3941 0 -1 4202560 31 932 0 0 0 0 0 0 24 0 9 0 668706664 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 4924480

[startup+3.10091 s]
/proc/loadavg: 8.35 8.64 8.65 13/410 5120
/proc/meminfo: memFree=17456716/32951124 swapFree=67056788/67111528
[pid=5091] ppid=5089 vsize=361140 CPUtime=0.66 cores=0-7
/proc/5091/stat : 5091 (python) S 5089 5091 3941 0 -1 4202496 15647 932 1 0 57 9 0 0 24 0 9 0 668706584 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5091/statm: 90285 7281 1889 364 0 26182 0
[pid=5097] ppid=5091 vsize=278456 CPUtime=0 cores=0-7
/proc/5097/stat : 5097 (python) S 5091 5091 3941 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 668706641 285138944 5535 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557711 0 0 16781312 514 16431982203715420419 0 0 17 3 0 0 0
/proc/5097/statm: 69614 5535 354 364 0 5532 0
[pid=5099] ppid=5097 vsize=1017800 CPUtime=2.49 cores=0-7
/proc/5099/stat : 5099 (gnovelty+2) R 5097 5099 5099 0 -1 4202496 428 0 0 0 249 0 0 0 25 0 1 0 668706641 1042227200 161 33554432000 134512640 135663704 4286906224 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5099/statm: 254450 161 113 282 0 254166 0
[pid=5100] ppid=5091 vsize=289228 CPUtime=0 cores=0-7
/proc/5100/stat : 5100 (python) S 5091 5091 3941 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 668706644 296169472 5664 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 3196509004658344193 0 0 17 3 0 0 0
/proc/5100/statm: 72307 5664 348 364 0 8222 0
[pid=5102] ppid=5100 vsize=1420 CPUtime=2.49 cores=0-7
/proc/5102/stat : 5102 (march_hi) R 5100 5102 5102 0 -1 4202496 474 0 0 0 249 0 0 0 25 0 1 0 668706644 1454080 209 33554432000 4194304 4955518 140735894564480 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5102/statm: 355 209 106 186 0 168 0
[pid=5103] ppid=5091 vsize=299616 CPUtime=0 cores=0-7
/proc/5103/stat : 5103 (python) S 5091 5091 3941 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 668706647 306806784 5684 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 5666614653015261443 0 0 17 0 0 0 0
/proc/5103/statm: 74904 5684 348 364 0 10816 0
[pid=5105] ppid=5103 vsize=1420 CPUtime=1.21 cores=0-7
/proc/5105/stat : 5105 (march_hi) R 5103 5105 5105 0 -1 4202496 472 0 0 0 121 0 0 0 25 0 1 0 668706648 1454080 210 33554432000 4194304 4955518 140735449513728 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5105/statm: 355 210 106 186 0 168 0
[pid=5106] ppid=5091 vsize=309872 CPUtime=0 cores=0-7
/proc/5106/stat : 5106 (python) S 5091 5091 3941 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 668706650 317308928 5688 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 17167374338156888321 0 0 17 4 0 0 0
/proc/5106/statm: 77468 5688 348 364 0 13377 0
[pid=5108] ppid=5106 vsize=1420 CPUtime=1.31 cores=0-7
/proc/5108/stat : 5108 (march_hi) R 5106 5108 5108 0 -1 4202496 473 0 0 0 131 0 0 0 25 0 1 0 668706651 1454080 209 33554432000 4194304 4955518 140736680439936 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5108/statm: 355 209 106 186 0 168 0
[pid=5109] ppid=5091 vsize=320128 CPUtime=0 cores=0-7
/proc/5109/stat : 5109 (python) S 5091 5091 3941 0 -1 4202560 760 0 0 0 0 0 0 0 18 0 1 0 668706654 327811072 5692 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 10460534278386057473 0 0 17 0 0 0 0
/proc/5109/statm: 80032 5692 348 364 0 15938 0
[pid=5113] ppid=5109 vsize=1017800 CPUtime=2.31 cores=0-7
/proc/5113/stat : 5113 (gnovelty+2) R 5109 5113 5113 0 -1 4202496 426 0 0 0 231 0 0 0 25 0 1 0 668706657 1042227200 161 33554432000 134512640 135663704 4289850320 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5113/statm: 254450 161 113 282 0 254166 0
[pid=5111] ppid=5091 vsize=330384 CPUtime=0 cores=0-7
/proc/5111/stat : 5111 (python) S 5091 5091 3941 0 -1 4202560 784 0 0 0 0 0 0 0 15 0 1 0 668706657 338313216 5711 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 9826885177542934788 0 0 17 0 0 0 0
/proc/5111/statm: 82596 5711 348 364 0 18499 0
[pid=5114] ppid=5111 vsize=1420 CPUtime=1.11 cores=0-7
/proc/5114/stat : 5114 (march_hi) R 5111 5114 5114 0 -1 4202496 477 0 0 0 111 0 0 0 25 0 1 0 668706659 1454080 210 33554432000 4194304 4955518 140734836947152 18446744073709551615 4261504 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5114/statm: 355 210 106 186 0 168 0
[pid=5115] ppid=5091 vsize=340640 CPUtime=0 cores=0-7
/proc/5115/stat : 5115 (python) S 5091 5091 3941 0 -1 4202560 777 0 0 0 0 0 0 0 15 0 1 0 668706660 348815360 5732 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 10692834147300245763 0 0 17 0 0 0 0
/proc/5115/statm: 85160 5732 348 364 0 21060 0
[pid=5117] ppid=5115 vsize=1420 CPUtime=1.12 cores=0-7
/proc/5117/stat : 5117 (march_hi) R 5115 5117 5117 0 -1 4202496 478 0 0 0 112 0 0 0 25 0 1 0 668706663 1454080 210 33554432000 4194304 4955518 140736937341728 18446744073709551615 4208592 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5117/statm: 355 210 106 186 0 168 0
[pid=5118] ppid=5091 vsize=350896 CPUtime=0 cores=0-7
/proc/5118/stat : 5118 (python) S 5091 5091 3941 0 -1 4202560 818 0 0 0 0 0 0 0 15 0 1 0 668706664 359317504 5742 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 8908401542210486531 0 0 17 0 0 0 0
/proc/5118/statm: 87724 5742 354 364 0 23621 0
[pid=5120] ppid=5118 vsize=1420 CPUtime=1.02 cores=0-7
/proc/5120/stat : 5120 (march_hi) R 5118 5120 5120 0 -1 4202496 482 0 0 0 102 0 0 0 25 0 1 0 668706680 1454080 209 33554432000 4194304 4955518 140737265365568 18446744073709551615 4235606 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5120/statm: 355 209 106 186 0 168 0
[pid=5091/tid=5098] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5098/stat : 5098 (python) S 5089 5091 3941 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 668706641 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5101] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5101/stat : 5101 (python) S 5089 5091 3941 0 -1 4202560 20 932 0 0 0 0 0 0 21 0 9 0 668706644 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5104] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5104/stat : 5104 (python) S 5089 5091 3941 0 -1 4202560 26 932 0 0 0 0 0 0 23 0 9 0 668706647 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5107] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5107/stat : 5107 (python) S 5089 5091 3941 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 9 0 668706651 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 2 0 0 0
[pid=5091/tid=5110] ppid=5089 vsize=361140 CPUtime=0 cores=0-7

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

[pid=5114] ppid=5111 vsize=1420 CPUtime=5.31 cores=0-7
/proc/5114/stat : 5114 (march_hi) R 5111 5114 5114 0 -1 4202496 481 0 0 0 531 0 0 0 25 0 1 0 668706659 1454080 214 33554432000 4194304 4955518 140734836947152 18446744073709551615 4224853 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5114/statm: 355 214 106 186 0 168 0
[pid=5115] ppid=5091 vsize=340640 CPUtime=0.03 cores=0-7
/proc/5115/stat : 5115 (python) S 5091 5091 3941 0 -1 4202560 958 0 0 0 1 2 0 0 15 0 1 0 668706660 348815360 5755 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 10692834147300245763 0 0 17 0 0 0 0
/proc/5115/statm: 85160 5755 371 364 0 21060 0
[pid=5117] ppid=5115 vsize=1420 CPUtime=5.32 cores=0-7
/proc/5117/stat : 5117 (march_hi) R 5115 5117 5117 0 -1 4202496 482 0 0 0 532 0 0 0 25 0 1 0 668706663 1454080 214 33554432000 4194304 4955518 140736937341728 18446744073709551615 4208784 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5117/statm: 355 214 106 186 0 168 0
[pid=5118] ppid=5091 vsize=350896 CPUtime=0.03 cores=0-7
/proc/5118/stat : 5118 (python) S 5091 5091 3941 0 -1 4202560 993 0 0 0 2 1 0 0 15 0 1 0 668706664 359317504 5765 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 8908401542210486531 0 0 17 5 0 0 0
/proc/5118/statm: 87724 5765 377 364 0 23621 0
[pid=5120] ppid=5118 vsize=1420 CPUtime=5.22 cores=0-7
/proc/5120/stat : 5120 (march_hi) R 5118 5120 5120 0 -1 4202496 486 0 0 0 522 0 0 0 25 0 1 0 668706680 1454080 213 33554432000 4194304 4955518 140737265365568 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5120/statm: 355 213 106 186 0 168 0
[pid=5091/tid=5098] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5098/stat : 5098 (python) S 5089 5091 3941 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 668706641 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5101] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5101/stat : 5101 (python) S 5089 5091 3941 0 -1 4202560 20 932 0 0 0 0 0 0 21 0 9 0 668706644 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5104] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5104/stat : 5104 (python) S 5089 5091 3941 0 -1 4202560 26 932 0 0 0 0 0 0 23 0 9 0 668706647 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5107] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5107/stat : 5107 (python) S 5089 5091 3941 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 9 0 668706651 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 2 0 0 0
[pid=5091/tid=5110] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5110/stat : 5110 (python) S 5089 5091 3941 0 -1 4202560 35 932 0 0 0 0 0 0 25 0 9 0 668706654 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5112] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5112/stat : 5112 (python) S 5089 5091 3941 0 -1 4202560 18 932 0 0 0 0 0 0 25 0 9 0 668706657 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5116] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5116/stat : 5116 (python) S 5089 5091 3941 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668706661 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5119] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5119/stat : 5119 (python) S 5089 5091 3941 0 -1 4202560 31 932 0 0 0 0 0 0 24 0 9 0 668706664 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 59.8
Current children cumulated vsize (KiB) 4923240

[startup+11.7014 s]
/proc/loadavg: 8.91 8.76 8.68 15/410 5121
/proc/meminfo: memFree=17455992/32951124 swapFree=67056788/67111528
[pid=5091] ppid=5089 vsize=361140 CPUtime=0.66 cores=0-7
/proc/5091/stat : 5091 (python) S 5089 5091 3941 0 -1 4202496 15647 932 1 0 57 9 0 0 24 0 9 0 668706584 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5091/statm: 90285 7281 1889 364 0 26182 0
[pid=5097] ppid=5091 vsize=278456 CPUtime=0.03 cores=0-7
/proc/5097/stat : 5097 (python) S 5091 5091 3941 0 -1 4202560 912 0 0 0 2 1 0 0 18 0 1 0 668706641 285138944 5558 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557711 0 0 16781312 514 11779710183154876675 0 0 17 7 0 0 0
/proc/5097/statm: 69614 5558 377 364 0 5532 0
[pid=5099] ppid=5097 vsize=1017800 CPUtime=10.07 cores=0-7
/proc/5099/stat : 5099 (gnovelty+2) R 5097 5099 5099 0 -1 4202496 428 0 0 0 1007 0 0 0 25 0 1 0 668706641 1042227200 161 33554432000 134512640 135663704 4286906224 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5099/statm: 254450 161 113 282 0 254166 0
[pid=5100] ppid=5091 vsize=289228 CPUtime=2.51 cores=0-7
/proc/5100/stat : 5100 (python) R 5091 5091 3941 0 -1 4202560 912 0 0 0 219 32 0 0 18 0 1 0 668706644 296169472 5687 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/5100/statm: 72307 5687 371 364 0 8222 0
[pid=5102] ppid=5100 vsize=0 CPUtime=8.55 cores=0-7
/proc/5102/stat : 5102 (march_hi) R 5100 5102 5102 0 -1 4202500 506 0 0 0 855 0 0 0 25 0 1 0 668706644 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5102/statm: 0 0 0 0 0 0 0
[pid=5103] ppid=5091 vsize=299616 CPUtime=0.03 cores=0-7
/proc/5103/stat : 5103 (python) S 5091 5091 3941 0 -1 4202560 927 0 0 0 2 1 0 0 15 0 1 0 668706647 306806784 5707 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 5666614653015261443 0 0 17 1 0 0 0
/proc/5103/statm: 74904 5707 371 364 0 10816 0
[pid=5105] ppid=5103 vsize=1600 CPUtime=6.41 cores=0-7
/proc/5105/stat : 5105 (march_hi) R 5103 5105 5105 0 -1 4202496 494 0 0 0 641 0 0 0 25 0 1 0 668706648 1638400 232 33554432000 4194304 4955518 140735449513728 18446744073709551615 4346897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5105/statm: 400 232 106 186 0 213 0
[pid=5106] ppid=5091 vsize=309872 CPUtime=0.03 cores=0-7
/proc/5106/stat : 5106 (python) S 5091 5091 3941 0 -1 4202560 946 0 0 0 1 2 0 0 15 0 1 0 668706650 317308928 5711 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 17167374338156888321 0 0 17 4 0 0 0
/proc/5106/statm: 77468 5711 371 364 0 13377 0
[pid=5108] ppid=5106 vsize=1420 CPUtime=5.57 cores=0-7
/proc/5108/stat : 5108 (march_hi) R 5106 5108 5108 0 -1 4202496 477 0 0 0 557 0 0 0 25 0 1 0 668706651 1454080 213 33554432000 4194304 4955518 140736680439936 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5108/statm: 355 213 106 186 0 168 0
[pid=5109] ppid=5091 vsize=320128 CPUtime=0.02 cores=0-7
/proc/5109/stat : 5109 (python) S 5091 5091 3941 0 -1 4202560 935 0 0 0 1 1 0 0 18 0 1 0 668706654 327811072 5715 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 11779710183154876673 0 0 17 0 0 0 0
/proc/5109/statm: 80032 5715 371 364 0 15938 0
[pid=5113] ppid=5109 vsize=1017800 CPUtime=10.77 cores=0-7
/proc/5113/stat : 5113 (gnovelty+2) R 5109 5113 5113 0 -1 4202496 426 0 0 0 1077 0 0 0 25 0 1 0 668706657 1042227200 161 33554432000 134512640 135663704 4289850320 18446744073709551615 134545640 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5113/statm: 254450 161 113 282 0 254166 0
[pid=5111] ppid=5091 vsize=330384 CPUtime=0.03 cores=0-7
/proc/5111/stat : 5111 (python) S 5091 5091 3941 0 -1 4202560 960 0 0 0 2 1 0 0 15 0 1 0 668706657 338313216 5734 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 9826885177542934788 0 0 17 0 0 0 0
/proc/5111/statm: 82596 5734 371 364 0 18499 0
[pid=5114] ppid=5111 vsize=1420 CPUtime=5.41 cores=0-7
/proc/5114/stat : 5114 (march_hi) R 5111 5114 5114 0 -1 4202496 481 0 0 0 541 0 0 0 25 0 1 0 668706659 1454080 214 33554432000 4194304 4955518 140734836947152 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5114/statm: 355 214 106 186 0 168 0
[pid=5115] ppid=5091 vsize=340640 CPUtime=0.03 cores=0-7
/proc/5115/stat : 5115 (python) S 5091 5091 3941 0 -1 4202560 958 0 0 0 1 2 0 0 15 0 1 0 668706660 348815360 5755 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 10692834147300245763 0 0 17 0 0 0 0
/proc/5115/statm: 85160 5755 371 364 0 21060 0
[pid=5117] ppid=5115 vsize=1420 CPUtime=5.42 cores=0-7
/proc/5117/stat : 5117 (march_hi) R 5115 5117 5117 0 -1 4202496 482 0 0 0 542 0 0 0 25 0 1 0 668706663 1454080 214 33554432000 4194304 4955518 140736937341728 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5117/statm: 355 214 106 186 0 168 0
[pid=5118] ppid=5091 vsize=350896 CPUtime=0.03 cores=0-7
/proc/5118/stat : 5118 (python) S 5091 5091 3941 0 -1 4202560 993 0 0 0 2 1 0 0 15 0 1 0 668706664 359317504 5765 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 8908401542210486531 0 0 17 5 0 0 0
/proc/5118/statm: 87724 5765 377 364 0 23621 0
[pid=5120] ppid=5118 vsize=1420 CPUtime=5.32 cores=0-7
/proc/5120/stat : 5120 (march_hi) R 5118 5120 5120 0 -1 4202496 486 0 0 0 532 0 0 0 25 0 1 0 668706680 1454080 213 33554432000 4194304 4955518 140737265365568 18446744073709551615 4237779 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5120/statm: 355 213 106 186 0 168 0
[pid=5091/tid=5098] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5098/stat : 5098 (python) S 5089 5091 3941 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 668706641 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5101] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5101/stat : 5101 (python) S 5089 5091 3941 0 -1 4202560 20 932 0 0 0 0 0 0 21 0 9 0 668706644 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5104] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5104/stat : 5104 (python) S 5089 5091 3941 0 -1 4202560 26 932 0 0 0 0 0 0 23 0 9 0 668706647 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5107] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5107/stat : 5107 (python) S 5089 5091 3941 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 9 0 668706651 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 2 0 0 0
[pid=5091/tid=5110] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5110/stat : 5110 (python) S 5089 5091 3941 0 -1 4202560 35 932 0 0 0 0 0 0 25 0 9 0 668706654 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5112] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5112/stat : 5112 (python) S 5089 5091 3941 0 -1 4202560 18 932 0 0 0 0 0 0 25 0 9 0 668706657 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5116] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5116/stat : 5116 (python) S 5089 5091 3941 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668706661 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5119] ppid=5089 vsize=361140 CPUtime=0 cores=0-7
/proc/5091/task/5119/stat : 5119 (python) S 5089 5091 3941 0 -1 4202560 31 932 0 0 0 0 0 0 24 0 9 0 668706664 369807360 7281 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 60.89
Current children cumulated vsize (KiB) 4923240

[startup+11.8013 s]
/proc/loadavg: 8.91 8.76 8.68 15/410 5121
/proc/meminfo: memFree=17455992/32951124 swapFree=67056788/67111528
[pid=5091] ppid=5089 vsize=361140 CPUtime=7.21 cores=0-7
/proc/5091/stat : 5091 (python) S 5089 5091 3941 0 -1 4202496 15689 2405 1 0 57 9 654 1 17 0 9 0 668706584 369807360 7282 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562367807 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5091/statm: 90285 7282 1890 364 0 26182 0
[pid=5097] ppid=5091 vsize=278456 CPUtime=0.03 cores=0-7
/proc/5097/stat : 5097 (python) S 5091 5091 3941 0 -1 4202560 912 0 0 0 2 1 0 0 18 0 1 0 668706641 285138944 5558 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557711 0 0 16781312 514 11779710183154876675 0 0 17 7 0 0 0
/proc/5097/statm: 69614 5558 377 364 0 5532 0
[pid=5099] ppid=5097 vsize=1017800 CPUtime=10.11 cores=0-7
/proc/5099/stat : 5099 (gnovelty+2) R 5097 5099 5099 0 -1 4202496 428 0 0 0 1011 0 0 0 25 0 1 0 668706641 1042227200 161 33554432000 134512640 135663704 4286906224 18446744073709551615 134524688 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5099/statm: 254450 161 113 282 0 254166 0
[pid=5100] ppid=5091 vsize=0 CPUtime=11.16 cores=0-7
/proc/5100/stat : 5100 (python) Z 5091 5091 3941 0 -1 4202588 1139 506 0 0 228 33 855 0 20 0 1 0 668706644 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5100/statm: 0 0 0 0 0 0 0
[pid=5106] ppid=5091 vsize=309872 CPUtime=0.03 cores=0-7
/proc/5106/stat : 5106 (python) S 5091 5091 3941 0 -1 4202560 965 0 0 0 1 2 0 0 15 0 1 0 668706650 317308928 5716 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562367807 0 0 16781824 2 18446744071562232103 0 0 17 4 0 0 0
/proc/5106/statm: 77468 5716 376 364 0 13377 0
[pid=5108] ppid=5106 vsize=1420 CPUtime=5.61 cores=0-7
/proc/5108/stat : 5108 (march_hi) R 5106 5108 5108 0 -1 4202496 478 0 0 0 561 0 0 0 25 0 1 0 668706651 1454080 214 33554432000 4194304 4955518 140736680439936 18446744073709551615 4208638 256 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5108/statm: 355 214 106 186 0 168 0
[pid=5109] ppid=5091 vsize=320128 CPUtime=0.02 cores=0-7
/proc/5109/stat : 5109 (python) S 5091 5091 3941 0 -1 4202560 935 0 0 0 1 1 0 0 18 0 1 0 668706654 327811072 5715 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 11779710183154876673 0 0 17 0 0 0 0
/proc/5109/statm: 80032 5715 371 364 0 15938 0
[pid=5113] ppid=5109 vsize=1017800 CPUtime=10.87 cores=0-7
/proc/5113/stat : 5113 (gnovelty+2) R 5109 5113 5113 0 -1 4202496 426 0 0 0 1087 0 0 0 25 0 1 0 668706657 1042227200 161 33554432000 134512640 135663704 4289850320 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5113/statm: 254450 161 113 282 0 254166 0
[pid=5111] ppid=5091 vsize=330384 CPUtime=0.03 cores=0-7
/proc/5111/stat : 5111 (python) S 5091 5091 3941 0 -1 4202560 960 0 0 0 2 1 0 0 15 0 1 0 668706657 338313216 5734 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 9826885177542934788 0 0 17 0 0 0 0
/proc/5111/statm: 82596 5734 371 364 0 18499 0
[pid=5114] ppid=5111 vsize=1420 CPUtime=5.42 cores=0-7
/proc/5114/stat : 5114 (march_hi) R 5111 5114 5114 0 -1 4202496 481 0 0 0 542 0 0 0 25 0 1 0 668706659 1454080 214 33554432000 4194304 4955518 140734836947152 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5114/statm: 355 214 106 186 0 168 0
[pid=5115] ppid=5091 vsize=340640 CPUtime=0.03 cores=0-7
/proc/5115/stat : 5115 (python) S 5091 5091 3941 0 -1 4202560 958 0 0 0 1 2 0 0 15 0 1 0 668706660 348815360 5755 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 10692834147300245763 0 0 17 0 0 0 0
/proc/5115/statm: 85160 5755 371 364 0 21060 0
[pid=5117] ppid=5115 vsize=1420 CPUtime=5.48 cores=0-7
/proc/5117/stat : 5117 (march_hi) R 5115 5117 5117 0 -1 4202496 482 0 0 0 548 0 0 0 25 0 1 0 668706663 1454080 214 33554432000 4194304 4955518 140736937341728 18446744073709551615 4237830 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5117/statm: 355 214 106 186 0 168 0
[pid=5118] ppid=5091 vsize=350896 CPUtime=0.03 cores=0-7
/proc/5118/stat : 5118 (python) S 5091 5091 3941 0 -1 4202560 993 0 0 0 2 1 0 0 15 0 1 0 668706664 359317504 5765 33554432000 4194304 5683644 140734408370944 18446744073709551615 271550557766 0 0 16781312 514 8908401542210486531 0 0 17 5 0 0 0
/proc/5118/statm: 87724 5765 377 364 0 23621 0
[pid=5120] ppid=5118 vsize=1420 CPUtime=5.34 cores=0-7
/proc/5120/stat : 5120 (march_hi) R 5118 5120 5120 0 -1 4202496 486 0 0 0 534 0 0 0 25 0 1 0 668706680 1454080 213 33554432000 4194304 4955518 140737265365568 18446744073709551615 4244474 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5120/statm: 355 213 106 186 0 168 0
[pid=5091/tid=5098] ppid=5089 vsize=361140 CPUtime=6.55 cores=0-7
/proc/5091/task/5098/stat : 5098 (python) S 5089 5091 3941 0 -1 4202560 26 2405 0 0 0 0 654 1 19 0 9 0 668706641 369807360 7282 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5101] ppid=5089 vsize=361140 CPUtime=6.55 cores=0-7
/proc/5091/task/5101/stat : 5101 (python) S 5089 5091 3941 0 -1 4202560 20 2405 0 0 0 0 654 1 21 0 9 0 668706644 369807360 7282 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5104] ppid=5089 vsize=361140 CPUtime=6.55 cores=0-7
/proc/5091/task/5104/stat : 5104 (python) S 5089 5091 3941 0 -1 4202560 26 2405 0 0 0 0 654 1 23 0 9 0 668706647 369807360 7282 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5107] ppid=5089 vsize=361140 CPUtime=6.55 cores=0-7
/proc/5091/task/5107/stat : 5107 (python) S 5089 5091 3941 0 -1 4202560 22 2405 0 0 0 0 654 1 25 0 9 0 668706651 369807360 7282 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 2 0 0 0
[pid=5091/tid=5110] ppid=5089 vsize=361140 CPUtime=6.55 cores=0-7
/proc/5091/task/5110/stat : 5110 (python) S 5089 5091 3941 0 -1 4202560 35 2405 0 0 0 0 654 1 25 0 9 0 668706654 369807360 7282 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5112] ppid=5089 vsize=361140 CPUtime=6.55 cores=0-7
/proc/5091/task/5112/stat : 5112 (python) S 5089 5091 3941 0 -1 4202560 18 2405 0 0 0 0 654 1 25 0 9 0 668706657 369807360 7282 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5116] ppid=5089 vsize=361140 CPUtime=6.55 cores=0-7
/proc/5091/task/5116/stat : 5116 (python) S 5089 5091 3941 0 -1 4202560 26 2405 0 0 0 0 654 1 25 0 9 0 668706661 369807360 7282 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 0 0 0 0
[pid=5091/tid=5119] ppid=5089 vsize=361140 CPUtime=6.55 cores=0-7
/proc/5091/task/5119/stat : 5119 (python) S 5089 5091 3941 0 -1 4202560 31 2405 0 0 0 0 654 1 24 0 9 0 668706664 369807360 7282 33554432000 4194304 5683644 140734408370944 18446744073709551615 271562361265 0 0 16781312 2 18446604453916358848 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 61.37
Current children cumulated vsize (KiB) 4332796

Child status: 0
Real time (s): 11.8709
CPU time (s): 61.7516
CPU user time (s): 61.1607
CPU system time (s): 0.59091
CPU usage (%): 520.195
Max. virtual memory (cumulated for all children) (KiB): 5274984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.1607
system time used= 0.59091
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32858
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= 2641
involuntary context switches= 2321

runsolver used 0.043993 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 20:38:07
IDJOB=3385617
IDBENCH=82882
IDSOLVER=1870
FILE ID=node133/3385617-1305571087
RUNJOBID= node133-1305564962-3955
PBS_JOBID= 13350117
Free space on /tmp= 73400 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1508981094-051.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-3385617-1305571087/watcher-3385617-1305571087 -o /tmp/evaluation-result-3385617-1305571087/solver-3385617-1305571087 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385617-1305571087.cnf -seed 206183609 -budget 40000 -cores 8

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

MD5SUM BENCH= 5c5f7e1107ac57768306372602d70556
RANDOM SEED=206183609

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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:      17515716 kB
Buffers:        322512 kB
Cached:        4537496 kB
SwapCached:       7676 kB
Active:       11807956 kB
Inactive:      3310044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17515716 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           33712 kB
Writeback:           0 kB
AnonPages:    10256116 kB
Mapped:          32408 kB
Slab:           204048 kB
PageTables:      44384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84930724 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73372 MiB
End job on node133 at 2011-05-16 20:38:19