Trace number 3322104

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 60.4518 11.5999

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-3322104-1304374527.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.39/0.51	c INFO: computed variable balance statistics
0.39/0.54	c INFO: computed small-clause counts
0.39/0.54	c INFO: computed Horn-clause counts
0.39/0.54	c INFO: computed variable graph statistics
0.39/0.54	c INFO: collected features for HOME/instance-3322104-1304374527.cnf in 0.07 s
0.39/0.57	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.61)
0.49/0.62	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.38)
0.49/0.65	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.33)
0.49/0.69	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.11)
0.58/0.74	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.08)
0.58/0.78	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.22)
0.68/0.82	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.25)
0.68/0.86	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.22)
59.90/11.57	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322104-1304374527/watcher-3322104-1304374527 -o /tmp/evaluation-result-3322104-1304374527/solver-3322104-1304374527 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322104-1304374527.cnf -seed 1095174582 -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: 6.67 8.50 9.29 5/290 8827
/proc/meminfo: memFree=17407968/32950928 swapFree=67111528/67111528
[pid=8827] ppid=8825 vsize=15776 CPUtime=0 cores=0-7
/proc/8827/stat : 8827 (python) R 8825 8827 8616 0 -1 4202496 928 0 0 0 0 0 0 0 18 0 1 0 5062171 16154624 807 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880564880 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/8827/statm: 3944 807 356 364 0 431 0

[startup+0.0493651 s]
/proc/loadavg: 6.67 8.50 9.29 5/290 8827
/proc/meminfo: memFree=17407968/32950928 swapFree=67111528/67111528
[pid=8827] ppid=8825 vsize=29788 CPUtime=0.03 cores=0-7
/proc/8827/stat : 8827 (python) R 8825 8827 8616 0 -1 4202496 1409 0 0 0 3 0 0 0 17 0 1 0 5062171 30502912 1252 33554432000 4194304 5683644 140734111577216 18446744073709551615 5212298 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/8827/statm: 7447 1252 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100358 s]
/proc/loadavg: 6.67 8.50 9.29 5/290 8827
/proc/meminfo: memFree=17407968/32950928 swapFree=67111528/67111528
[pid=8827] ppid=8825 vsize=102012 CPUtime=0.07 cores=0-7
/proc/8827/stat : 8827 (python) R 8825 8827 8616 0 -1 4202496 3009 0 0 0 5 2 0 0 17 0 1 0 5062171 104460288 2701 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880563200 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/8827/statm: 25503 2701 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102012

[startup+0.300322 s]
/proc/loadavg: 6.67 8.50 9.29 5/290 8827
/proc/meminfo: memFree=17407968/32950928 swapFree=67111528/67111528
[pid=8827] ppid=8825 vsize=166544 CPUtime=0.22 cores=0-7
/proc/8827/stat : 8827 (python) S 8825 8827 8616 0 -1 4202496 6680 935 1 0 15 7 0 0 17 0 1 0 5062171 170541056 4772 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/8827/statm: 41636 4772 1322 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 166544

[startup+0.70019 s]
/proc/loadavg: 6.67 8.50 9.29 5/290 8827
/proc/meminfo: memFree=17407968/32950928 swapFree=67111528/67111528
[pid=8827] ppid=8825 vsize=309868 CPUtime=0.58 cores=0-7
/proc/8827/stat : 8827 (python) R 8825 8827 8616 0 -1 4202496 12046 935 1 0 49 9 0 0 20 0 4 0 5062171 317304832 7218 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880385429 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8827/statm: 77467 7218 1878 364 0 13376 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 309868

[startup+1.50105 s]
/proc/loadavg: 6.67 8.50 9.29 12/315 8856
/proc/meminfo: memFree=17350100/32950928 swapFree=67111528/67111528
[pid=8827] ppid=8825 vsize=361196 CPUtime=0.73 cores=0-7
/proc/8827/stat : 8827 (python) S 8825 8827 8616 0 -1 4202496 15727 935 1 0 63 10 0 0 25 0 9 0 5062171 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8827/statm: 90299 7264 1889 364 0 26196 0
[pid=8833] ppid=8827 vsize=278452 CPUtime=0 cores=0-7
/proc/8833/stat : 8833 (python) S 8827 8827 8616 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 5062228 285134848 5546 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585231 0 0 16781312 514 4097968076824248319 0 0 17 6 0 0 0
/proc/8833/statm: 69613 5546 354 364 0 5531 0
[pid=8835] ppid=8833 vsize=1017800 CPUtime=0.9 cores=0-7
/proc/8835/stat : 8835 (gnovelty+2) R 8833 8835 8835 0 -1 4202496 422 0 0 0 90 0 0 0 21 0 1 0 5062229 1042227200 161 33554432000 134512640 135663704 4291273536 18446744073709551615 134544268 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8835/statm: 254450 161 113 282 0 254166 0
[pid=8836] ppid=8827 vsize=289224 CPUtime=0 cores=0-7
/proc/8836/stat : 8836 (python) S 8827 8827 8616 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 5062233 296165376 5664 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 4306272478851727617 0 0 17 2 0 0 0
/proc/8836/statm: 72306 5664 348 364 0 8221 0
[pid=8838] ppid=8836 vsize=1420 CPUtime=0.61 cores=0-7
/proc/8838/stat : 8838 (march_hi) R 8836 8838 8838 0 -1 4202496 469 0 0 0 61 0 0 0 24 0 1 0 5062233 1454080 209 33554432000 4194304 4955518 140737391287856 18446744073709551615 4235624 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8838/statm: 355 209 106 186 0 168 0
[pid=8839] ppid=8827 vsize=299612 CPUtime=0 cores=0-7
/proc/8839/stat : 8839 (python) S 8827 8827 8616 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 5062236 306802688 5684 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 9255213897890103554 0 0 17 1 0 0 0
/proc/8839/statm: 74903 5684 348 364 0 10815 0
[pid=8841] ppid=8839 vsize=1420 CPUtime=0.51 cores=0-7
/proc/8841/stat : 8841 (march_hi) R 8839 8841 8841 0 -1 4202496 476 0 0 0 51 0 0 0 22 0 1 0 5062237 1454080 210 33554432000 4194304 4955518 140736783046848 18446744073709551615 4224833 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8841/statm: 355 210 106 186 0 168 0
[pid=8842] ppid=8827 vsize=309868 CPUtime=0 cores=0-7
/proc/8842/stat : 8842 (python) S 8827 8827 8616 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 5062241 317304832 5688 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 9255020383843614979 0 0 17 0 0 0 0
/proc/8842/statm: 77467 5688 348 364 0 13376 0
[pid=8844] ppid=8842 vsize=1420 CPUtime=0.79 cores=0-7
/proc/8844/stat : 8844 (march_hi) R 8842 8844 8844 0 -1 4202496 470 0 0 0 79 0 0 0 25 0 1 0 5062241 1454080 209 33554432000 4194304 4955518 140735874666176 18446744073709551615 4224549 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8844/statm: 355 209 106 186 0 168 0
[pid=8845] ppid=8827 vsize=320124 CPUtime=0 cores=0-7
/proc/8845/stat : 8845 (python) S 8827 8827 8616 0 -1 4202560 759 0 0 0 0 0 0 0 23 0 1 0 5062245 327806976 5707 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 4219829699309731839 0 0 17 6 0 0 0
/proc/8845/statm: 80031 5707 348 364 0 15937 0
[pid=8847] ppid=8845 vsize=1017800 CPUtime=0.32 cores=0-7
/proc/8847/stat : 8847 (gnovelty+2) R 8845 8847 8847 0 -1 4202496 429 0 0 0 32 0 0 0 25 0 1 0 5062247 1042227200 162 33554432000 134512640 135663704 4292527056 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8847/statm: 254450 162 113 282 0 254166 0
[pid=8848] ppid=8827 vsize=330380 CPUtime=0 cores=0-7
/proc/8848/stat : 8848 (python) S 8827 8827 8616 0 -1 4202560 772 0 0 0 0 0 0 0 20 0 1 0 5062249 338309120 5711 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 9255033577983148289 0 0 17 6 0 0 0
/proc/8848/statm: 82595 5711 348 364 0 18498 0
[pid=8850] ppid=8848 vsize=1420 CPUtime=0.31 cores=0-7
/proc/8850/stat : 8850 (march_hi) R 8848 8850 8850 0 -1 4202496 477 0 0 0 31 0 0 0 25 0 1 0 5062251 1454080 210 33554432000 4194304 4955518 140736405687872 18446744073709551615 4245780 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8850/statm: 355 210 106 186 0 168 0
[pid=8851] ppid=8827 vsize=340228 CPUtime=0 cores=0-7
/proc/8851/stat : 8851 (python) S 8827 8827 8616 0 -1 4202560 782 0 0 0 0 0 0 0 19 0 1 0 5062253 348393472 5627 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 5602245948085338372 0 0 17 2 0 0 0
/proc/8851/statm: 85057 5627 348 364 0 20957 0
[pid=8853] ppid=8851 vsize=1420 CPUtime=0.25 cores=0-7
/proc/8853/stat : 8853 (march_hi) R 8851 8853 8853 0 -1 4202496 477 0 0 0 25 0 0 0 25 0 1 0 5062255 1454080 209 33554432000 4194304 4955518 140736182447104 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8853/statm: 355 209 106 186 0 168 0
[pid=8854] ppid=8827 vsize=350952 CPUtime=0 cores=0-7
/proc/8854/stat : 8854 (python) S 8827 8827 8616 0 -1 4202560 827 0 0 0 0 0 0 0 22 0 1 0 5062257 359374848 5725 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 9255218295936614657 0 0 17 6 0 0 0
/proc/8854/statm: 87738 5725 354 364 0 23635 0
[pid=8856] ppid=8854 vsize=1420 CPUtime=0.63 cores=0-7
/proc/8856/stat : 8856 (march_hi) R 8854 8856 8856 0 -1 4202496 479 0 0 0 63 0 0 0 25 0 1 0 5062257 1454080 209 33554432000 4194304 4955518 140736368025184 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8856/statm: 355 209 106 186 0 168 0
[pid=8827/tid=8834] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8834/stat : 8834 (python) S 8825 8827 8616 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 9 0 5062229 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8837] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8837/stat : 8837 (python) S 8825 8827 8616 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 9 0 5062233 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8840] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8840/stat : 8840 (python) S 8825 8827 8616 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 9 0 5062237 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8843] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8843/stat : 8843 (python) S 8825 8827 8616 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 9 0 5062241 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8846] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8846/stat : 8846 (python) S 8825 8827 8616 0 -1 4202560 25 935 0 0 0 0 0 0 24 0 9 0 5062245 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8849] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8849/stat : 8849 (python) S 8825 8827 8616 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 5062249 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8852] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8852/stat : 8852 (python) S 8825 8827 8616 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 5062253 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8855] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8855/stat : 8855 (python) S 8825 8827 8616 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 5062257 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 4924156

[startup+3.10177 s]
/proc/loadavg: 6.67 8.50 9.29 12/315 8856
/proc/meminfo: memFree=17349480/32950928 swapFree=67111528/67111528
[pid=8827] ppid=8825 vsize=361196 CPUtime=0.73 cores=0-7
/proc/8827/stat : 8827 (python) S 8825 8827 8616 0 -1 4202496 15727 935 1 0 63 10 0 0 25 0 9 0 5062171 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8827/statm: 90299 7264 1889 364 0 26196 0
[pid=8833] ppid=8827 vsize=278452 CPUtime=0 cores=0-7
/proc/8833/stat : 8833 (python) S 8827 8827 8616 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 5062228 285134848 5546 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585231 0 0 16781312 514 4097968076824215810 0 0 17 6 0 0 0
/proc/8833/statm: 69613 5546 354 364 0 5531 0
[pid=8835] ppid=8833 vsize=1017800 CPUtime=2.49 cores=0-7
/proc/8835/stat : 8835 (gnovelty+2) R 8833 8835 8835 0 -1 4202496 422 0 0 0 249 0 0 0 25 0 1 0 5062229 1042227200 161 33554432000 134512640 135663704 4291273536 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8835/statm: 254450 161 113 282 0 254166 0
[pid=8836] ppid=8827 vsize=289224 CPUtime=0 cores=0-7
/proc/8836/stat : 8836 (python) S 8827 8827 8616 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 5062233 296165376 5664 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 4306272478851727617 0 0 17 2 0 0 0
/proc/8836/statm: 72306 5664 348 364 0 8221 0
[pid=8838] ppid=8836 vsize=1420 CPUtime=1.41 cores=0-7
/proc/8838/stat : 8838 (march_hi) R 8836 8838 8838 0 -1 4202496 469 0 0 0 141 0 0 0 25 0 1 0 5062233 1454080 209 33554432000 4194304 4955518 140737391287856 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8838/statm: 355 209 106 186 0 168 0
[pid=8839] ppid=8827 vsize=299612 CPUtime=0 cores=0-7
/proc/8839/stat : 8839 (python) S 8827 8827 8616 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 5062236 306802688 5684 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 9255213897890103554 0 0 17 1 0 0 0
/proc/8839/statm: 74903 5684 348 364 0 10815 0
[pid=8841] ppid=8839 vsize=1420 CPUtime=1.31 cores=0-7
/proc/8841/stat : 8841 (march_hi) R 8839 8841 8841 0 -1 4202496 476 0 0 0 131 0 0 0 25 0 1 0 5062237 1454080 210 33554432000 4194304 4955518 140736783046848 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8841/statm: 355 210 106 186 0 168 0
[pid=8842] ppid=8827 vsize=309868 CPUtime=0 cores=0-7
/proc/8842/stat : 8842 (python) S 8827 8827 8616 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 5062241 317304832 5688 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 9255020383843614979 0 0 17 0 0 0 0
/proc/8842/statm: 77467 5688 348 364 0 13376 0
[pid=8844] ppid=8842 vsize=1420 CPUtime=2.39 cores=0-7
/proc/8844/stat : 8844 (march_hi) R 8842 8844 8844 0 -1 4202496 470 0 0 0 239 0 0 0 25 0 1 0 5062241 1454080 209 33554432000 4194304 4955518 140735874666176 18446744073709551615 4298520 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8844/statm: 355 209 106 186 0 168 0
[pid=8845] ppid=8827 vsize=320124 CPUtime=0 cores=0-7
/proc/8845/stat : 8845 (python) S 8827 8827 8616 0 -1 4202560 759 0 0 0 0 0 0 0 18 0 1 0 5062245 327806976 5707 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 4219829699309699329 0 0 17 6 0 0 0
/proc/8845/statm: 80031 5707 348 364 0 15937 0
[pid=8847] ppid=8845 vsize=1017800 CPUtime=1.12 cores=0-7
/proc/8847/stat : 8847 (gnovelty+2) R 8845 8847 8847 0 -1 4202496 429 0 0 0 112 0 0 0 25 0 1 0 5062247 1042227200 162 33554432000 134512640 135663704 4292527056 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8847/statm: 254450 162 113 282 0 254166 0
[pid=8848] ppid=8827 vsize=330380 CPUtime=0 cores=0-7
/proc/8848/stat : 8848 (python) S 8827 8827 8616 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 5062249 338309120 5711 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 9255033577983148289 0 0 17 6 0 0 0
/proc/8848/statm: 82595 5711 348 364 0 18498 0
[pid=8850] ppid=8848 vsize=1420 CPUtime=1.11 cores=0-7
/proc/8850/stat : 8850 (march_hi) R 8848 8850 8850 0 -1 4202496 477 0 0 0 111 0 0 0 25 0 1 0 5062251 1454080 210 33554432000 4194304 4955518 140736405687872 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8850/statm: 355 210 106 186 0 168 0
[pid=8851] ppid=8827 vsize=340228 CPUtime=0 cores=0-7
/proc/8851/stat : 8851 (python) S 8827 8827 8616 0 -1 4202560 784 0 0 0 0 0 0 0 15 0 1 0 5062253 348393472 5627 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 3822051956025688324 0 0 17 2 0 0 0
/proc/8851/statm: 85057 5627 348 364 0 20957 0
[pid=8853] ppid=8851 vsize=1420 CPUtime=1.05 cores=0-7
/proc/8853/stat : 8853 (march_hi) R 8851 8853 8853 0 -1 4202496 477 0 0 0 105 0 0 0 25 0 1 0 5062255 1454080 209 33554432000 4194304 4955518 140736182447104 18446744073709551615 4315128 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8853/statm: 355 209 106 186 0 168 0
[pid=8854] ppid=8827 vsize=350952 CPUtime=0 cores=0-7
/proc/8854/stat : 8854 (python) S 8827 8827 8616 0 -1 4202560 832 0 0 0 0 0 0 0 15 0 1 0 5062257 359374848 5725 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 5602245956675272961 0 0 17 6 0 0 0
/proc/8854/statm: 87738 5725 354 364 0 23635 0
[pid=8856] ppid=8854 vsize=1420 CPUtime=2.22 cores=0-7
/proc/8856/stat : 8856 (march_hi) R 8854 8856 8856 0 -1 4202496 479 0 0 0 222 0 0 0 25 0 1 0 5062257 1454080 209 33554432000 4194304 4955518 140736368025184 18446744073709551615 4235400 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8856/statm: 355 209 106 186 0 168 0
[pid=8827/tid=8834] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8834/stat : 8834 (python) S 8825 8827 8616 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 9 0 5062229 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8837] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8837/stat : 8837 (python) S 8825 8827 8616 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 9 0 5062233 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8840] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8840/stat : 8840 (python) S 8825 8827 8616 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 9 0 5062237 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8843] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8843/stat : 8843 (python) S 8825 8827 8616 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 9 0 5062241 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8846] ppid=8825 vsize=361196 CPUtime=0 cores=0-7

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

[pid=8850] ppid=8848 vsize=1420 CPUtime=4.64 cores=0-7
/proc/8850/stat : 8850 (march_hi) R 8848 8850 8850 0 -1 4202496 479 0 0 0 464 0 0 0 25 0 1 0 5062251 1454080 212 33554432000 4194304 4955518 140736405687872 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8850/statm: 355 212 106 186 0 168 0
[pid=8851] ppid=8827 vsize=340228 CPUtime=0.02 cores=0-7
/proc/8851/stat : 8851 (python) S 8827 8827 8616 0 -1 4202560 971 0 0 0 1 1 0 0 15 0 1 0 5062253 348393472 5650 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 3822051956025688324 0 0 17 2 0 0 0
/proc/8851/statm: 85057 5650 371 364 0 20957 0
[pid=8853] ppid=8851 vsize=1420 CPUtime=4.61 cores=0-7
/proc/8853/stat : 8853 (march_hi) R 8851 8853 8853 0 -1 4202496 479 0 0 0 461 0 0 0 25 0 1 0 5062255 1454080 211 33554432000 4194304 4955518 140736182447104 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8853/statm: 355 211 106 186 0 168 0
[pid=8854] ppid=8827 vsize=350952 CPUtime=0.83 cores=0-7
/proc/8854/stat : 8854 (python) S 8827 8827 8616 0 -1 4202560 1039 0 0 0 72 11 0 0 16 0 1 0 5062257 359374848 5748 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892395327 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/8854/statm: 87738 5748 377 364 0 23635 0
[pid=8856] ppid=8854 vsize=0 CPUtime=8.54 cores=0-7
/proc/8856/stat : 8856 (march_hi) R 8854 8856 8856 0 -1 4202500 511 0 0 0 854 0 0 0 25 0 1 0 5062257 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8856/statm: 0 0 0 0 0 0 0
[pid=8827/tid=8834] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8834/stat : 8834 (python) S 8825 8827 8616 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 9 0 5062229 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8837] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8837/stat : 8837 (python) S 8825 8827 8616 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 9 0 5062233 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8840] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8840/stat : 8840 (python) S 8825 8827 8616 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 9 0 5062237 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8843] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8843/stat : 8843 (python) S 8825 8827 8616 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 9 0 5062241 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8846] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8846/stat : 8846 (python) S 8825 8827 8616 0 -1 4202560 25 935 0 0 0 0 0 0 24 0 9 0 5062245 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8849] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8849/stat : 8849 (python) S 8825 8827 8616 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 5062249 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8852] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8852/stat : 8852 (python) S 8825 8827 8616 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 5062253 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8855] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8855/stat : 8855 (python) S 8825 8827 8616 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 5062257 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 53.28
Current children cumulated vsize (KiB) 4921316

[startup+11.1014 s]
/proc/loadavg: 7.41 8.60 9.31 14/315 8856
/proc/meminfo: memFree=17346868/32950928 swapFree=67111528/67111528
[pid=8827] ppid=8825 vsize=361196 CPUtime=0.73 cores=0-7
/proc/8827/stat : 8827 (python) S 8825 8827 8616 0 -1 4202496 15727 935 1 0 63 10 0 0 25 0 9 0 5062171 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8827/statm: 90299 7264 1889 364 0 26196 0
[pid=8833] ppid=8827 vsize=278452 CPUtime=0.02 cores=0-7
/proc/8833/stat : 8833 (python) S 8827 8827 8616 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 5062228 285134848 5569 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585231 0 0 16781312 514 6543325638290276610 0 0 17 4 0 0 0
/proc/8833/statm: 69613 5569 377 364 0 5531 0
[pid=8835] ppid=8833 vsize=1017800 CPUtime=10.39 cores=0-7
/proc/8835/stat : 8835 (gnovelty+2) R 8833 8835 8835 0 -1 4202496 422 0 0 0 1039 0 0 0 25 0 1 0 5062229 1042227200 161 33554432000 134512640 135663704 4291273536 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8835/statm: 254450 161 113 282 0 254166 0
[pid=8836] ppid=8827 vsize=289224 CPUtime=0.02 cores=0-7
/proc/8836/stat : 8836 (python) S 8827 8827 8616 0 -1 4202560 920 0 0 0 1 1 0 0 15 0 1 0 5062233 296165376 5687 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 4306272478851727617 0 0 17 2 0 0 0
/proc/8836/statm: 72306 5687 371 364 0 8221 0
[pid=8838] ppid=8836 vsize=1420 CPUtime=5.39 cores=0-7
/proc/8838/stat : 8838 (march_hi) R 8836 8838 8838 0 -1 4202496 473 0 0 0 539 0 0 0 25 0 1 0 5062233 1454080 213 33554432000 4194304 4955518 140737391287856 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8838/statm: 355 213 106 186 0 168 0
[pid=8839] ppid=8827 vsize=299612 CPUtime=0.05 cores=0-7
/proc/8839/stat : 8839 (python) S 8827 8827 8616 0 -1 4202560 909 0 0 0 4 1 0 0 15 0 1 0 5062236 306802688 5707 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 9255213897890103554 0 0 17 1 0 0 0
/proc/8839/statm: 74903 5707 371 364 0 10815 0
[pid=8841] ppid=8839 vsize=1420 CPUtime=5.31 cores=0-7
/proc/8841/stat : 8841 (march_hi) R 8839 8841 8841 0 -1 4202496 480 0 0 0 531 0 0 0 25 0 1 0 5062237 1454080 214 33554432000 4194304 4955518 140736783046848 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8841/statm: 355 214 106 186 0 168 0
[pid=8842] ppid=8827 vsize=309868 CPUtime=1.81 cores=0-7
/proc/8842/stat : 8842 (python) R 8827 8827 8616 0 -1 4202560 955 0 0 0 161 20 0 0 17 0 1 0 5062241 317304832 5711 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892395327 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/8842/statm: 77467 5711 371 364 0 13376 0
[pid=8844] ppid=8842 vsize=0 CPUtime=8.56 cores=0-7
/proc/8844/stat : 8844 (march_hi) R 8842 8844 8844 0 -1 4202500 502 0 0 0 856 0 0 0 25 0 1 0 5062241 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/8844/statm: 0 0 0 0 0 0 0
[pid=8845] ppid=8827 vsize=320124 CPUtime=0.01 cores=0-7
/proc/8845/stat : 8845 (python) S 8827 8827 8616 0 -1 4202560 949 0 0 0 0 1 0 0 18 0 1 0 5062245 327806976 5730 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 6543325638290276609 0 0 17 1 0 0 0
/proc/8845/statm: 80031 5730 371 364 0 15937 0
[pid=8847] ppid=8845 vsize=1017800 CPUtime=5.12 cores=0-7
/proc/8847/stat : 8847 (gnovelty+2) R 8845 8847 8847 0 -1 4202496 429 0 0 0 512 0 0 0 25 0 1 0 5062247 1042227200 162 33554432000 134512640 135663704 4292527056 18446744073709551615 134525722 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8847/statm: 254450 162 113 282 0 254166 0
[pid=8848] ppid=8827 vsize=330380 CPUtime=0.03 cores=0-7
/proc/8848/stat : 8848 (python) S 8827 8827 8616 0 -1 4202560 965 0 0 0 2 1 0 0 15 0 1 0 5062249 338309120 5734 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 9255033577983148289 0 0 17 4 0 0 0
/proc/8848/statm: 82595 5734 371 364 0 18498 0
[pid=8850] ppid=8848 vsize=1420 CPUtime=5.04 cores=0-7
/proc/8850/stat : 8850 (march_hi) R 8848 8850 8850 0 -1 4202496 480 0 0 0 504 0 0 0 25 0 1 0 5062251 1454080 213 33554432000 4194304 4955518 140736405687872 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8850/statm: 355 213 106 186 0 168 0
[pid=8851] ppid=8827 vsize=340228 CPUtime=0.02 cores=0-7
/proc/8851/stat : 8851 (python) S 8827 8827 8616 0 -1 4202560 971 0 0 0 1 1 0 0 15 0 1 0 5062253 348393472 5650 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 3822051956025688324 0 0 17 2 0 0 0
/proc/8851/statm: 85057 5650 371 364 0 20957 0
[pid=8853] ppid=8851 vsize=1420 CPUtime=5.01 cores=0-7
/proc/8853/stat : 8853 (march_hi) R 8851 8853 8853 0 -1 4202496 480 0 0 0 501 0 0 0 25 0 1 0 5062255 1454080 212 33554432000 4194304 4955518 140736182447104 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8853/statm: 355 212 106 186 0 168 0
[pid=8854] ppid=8827 vsize=350952 CPUtime=1.62 cores=0-7
/proc/8854/stat : 8854 (python) R 8827 8827 8616 0 -1 4202560 1039 0 0 0 142 20 0 0 17 0 1 0 5062257 359374848 5748 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892395327 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/8854/statm: 87738 5748 377 364 0 23635 0
[pid=8856] ppid=8854 vsize=0 CPUtime=8.54 cores=0-7
/proc/8856/stat : 8856 (march_hi) R 8854 8856 8856 0 -1 4202500 511 0 0 0 854 0 0 0 25 0 1 0 5062257 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8856/statm: 0 0 0 0 0 0 0
[pid=8827/tid=8834] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8834/stat : 8834 (python) S 8825 8827 8616 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 9 0 5062229 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8837] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8837/stat : 8837 (python) S 8825 8827 8616 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 9 0 5062233 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8840] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8840/stat : 8840 (python) S 8825 8827 8616 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 9 0 5062237 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8843] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8843/stat : 8843 (python) S 8825 8827 8616 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 9 0 5062241 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8846] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8846/stat : 8846 (python) S 8825 8827 8616 0 -1 4202560 25 935 0 0 0 0 0 0 24 0 9 0 5062245 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8849] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8849/stat : 8849 (python) S 8825 8827 8616 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 5062249 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8852] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8852/stat : 8852 (python) S 8825 8827 8616 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 5062253 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8855] ppid=8825 vsize=361196 CPUtime=0 cores=0-7
/proc/8827/task/8855/stat : 8855 (python) S 8825 8827 8616 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 5062257 369864704 7264 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 57.67
Current children cumulated vsize (KiB) 4921316

[startup+11.5013 s]
/proc/loadavg: 7.41 8.60 9.31 14/315 8856
/proc/meminfo: memFree=17346868/32950928 swapFree=67111528/67111528
[pid=8827] ppid=8825 vsize=361196 CPUtime=6.08 cores=0-7
/proc/8827/stat : 8827 (python) S 8825 8827 8616 0 -1 4202496 15809 2362 1 0 63 10 533 2 18 0 9 0 5062171 369864704 7265 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892395327 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8827/statm: 90299 7265 1890 364 0 26196 0
[pid=8833] ppid=8827 vsize=278452 CPUtime=0.02 cores=0-7
/proc/8833/stat : 8833 (python) S 8827 8827 8616 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 5062228 285134848 5569 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585231 0 0 16781312 514 6543325638290276610 0 0 17 4 0 0 0
/proc/8833/statm: 69613 5569 377 364 0 5531 0
[pid=8835] ppid=8833 vsize=1017800 CPUtime=10.79 cores=0-7
/proc/8835/stat : 8835 (gnovelty+2) R 8833 8835 8835 0 -1 4202496 422 0 0 0 1079 0 0 0 25 0 1 0 5062229 1042227200 161 33554432000 134512640 135663704 4291273536 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8835/statm: 254450 161 113 282 0 254166 0
[pid=8836] ppid=8827 vsize=289224 CPUtime=0.02 cores=0-7
/proc/8836/stat : 8836 (python) S 8827 8827 8616 0 -1 4202560 921 0 0 0 1 1 0 0 15 0 1 0 5062233 296165376 5687 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 4306272478851727617 0 0 17 2 0 0 0
/proc/8836/statm: 72306 5687 371 364 0 8221 0
[pid=8838] ppid=8836 vsize=1420 CPUtime=5.59 cores=0-7
/proc/8838/stat : 8838 (march_hi) R 8836 8838 8838 0 -1 4202496 474 0 0 0 559 0 0 0 25 0 1 0 5062233 1454080 214 33554432000 4194304 4955518 140737391287856 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8838/statm: 355 214 106 186 0 168 0
[pid=8839] ppid=8827 vsize=299612 CPUtime=0.05 cores=0-7
/proc/8839/stat : 8839 (python) S 8827 8827 8616 0 -1 4202560 926 0 0 0 4 1 0 0 15 0 1 0 5062236 306802688 5712 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892395327 0 0 16781824 2 18446744071562232103 0 0 17 1 0 0 0
/proc/8839/statm: 74903 5712 376 364 0 10815 0
[pid=8841] ppid=8839 vsize=1420 CPUtime=5.51 cores=0-7
/proc/8841/stat : 8841 (march_hi) R 8839 8841 8841 0 -1 4202496 480 0 0 0 551 0 0 0 25 0 1 0 5062237 1454080 214 33554432000 4194304 4955518 140736783046848 18446744073709551615 4297458 256 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8841/statm: 355 214 106 186 0 168 0
[pid=8842] ppid=8827 vsize=0 CPUtime=10.77 cores=0-7
/proc/8842/stat : 8842 (python) Z 8827 8827 8616 0 -1 4202588 1184 502 0 0 195 26 856 0 18 0 1 0 5062241 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8842/statm: 0 0 0 0 0 0 0
[pid=8848] ppid=8827 vsize=330380 CPUtime=0.03 cores=0-7
/proc/8848/stat : 8848 (python) S 8827 8827 8616 0 -1 4202560 965 0 0 0 2 1 0 0 15 0 1 0 5062249 338309120 5734 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 9255033577983148289 0 0 17 4 0 0 0
/proc/8848/statm: 82595 5734 371 364 0 18498 0
[pid=8850] ppid=8848 vsize=1420 CPUtime=5.24 cores=0-7
/proc/8850/stat : 8850 (march_hi) R 8848 8850 8850 0 -1 4202496 481 0 0 0 524 0 0 0 25 0 1 0 5062251 1454080 214 33554432000 4194304 4955518 140736405687872 18446744073709551615 4244472 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8850/statm: 355 214 106 186 0 168 0
[pid=8851] ppid=8827 vsize=340228 CPUtime=0.02 cores=0-7
/proc/8851/stat : 8851 (python) S 8827 8827 8616 0 -1 4202560 971 0 0 0 1 1 0 0 15 0 1 0 5062253 348393472 5650 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 3822051956025688324 0 0 17 2 0 0 0
/proc/8851/statm: 85057 5650 371 364 0 20957 0
[pid=8853] ppid=8851 vsize=1420 CPUtime=5.21 cores=0-7
/proc/8853/stat : 8853 (march_hi) R 8851 8853 8853 0 -1 4202496 481 0 0 0 521 0 0 0 25 0 1 0 5062255 1454080 213 33554432000 4194304 4955518 140736182447104 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8853/statm: 355 213 106 186 0 168 0
[pid=8854] ppid=8827 vsize=350952 CPUtime=2.03 cores=0-7
/proc/8854/stat : 8854 (python) R 8827 8827 8616 0 -1 4202560 1039 0 0 0 178 25 0 0 18 0 1 0 5062257 359374848 5748 33554432000 4194304 5683644 140734111577216 18446744073709551615 218880585286 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/8854/statm: 87738 5748 377 364 0 23635 0
[pid=8856] ppid=8854 vsize=0 CPUtime=8.54 cores=0-7
/proc/8856/stat : 8856 (march_hi) R 8854 8856 8856 0 -1 4202500 511 0 0 0 854 0 0 0 25 0 1 0 5062257 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8856/statm: 0 0 0 0 0 0 0
[pid=8827/tid=8834] ppid=8825 vsize=361196 CPUtime=5.35 cores=0-7
/proc/8827/task/8834/stat : 8834 (python) S 8825 8827 8616 0 -1 4202560 26 2362 0 0 0 0 533 2 19 0 9 0 5062229 369864704 7265 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8837] ppid=8825 vsize=361196 CPUtime=5.35 cores=0-7
/proc/8827/task/8837/stat : 8837 (python) S 8825 8827 8616 0 -1 4202560 23 2362 0 0 0 0 533 2 21 0 9 0 5062233 369864704 7265 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8840] ppid=8825 vsize=361196 CPUtime=5.35 cores=0-7
/proc/8827/task/8840/stat : 8840 (python) S 8825 8827 8616 0 -1 4202560 20 2362 0 0 0 0 533 2 20 0 9 0 5062237 369864704 7265 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 0 0 0 0
[pid=8827/tid=8843] ppid=8825 vsize=361196 CPUtime=5.35 cores=0-7
/proc/8827/task/8843/stat : 8843 (python) S 8825 8827 8616 0 -1 4202560 24 2362 0 0 0 0 533 2 22 0 9 0 5062241 369864704 7265 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8846] ppid=8825 vsize=361196 CPUtime=5.35 cores=0-7
/proc/8827/task/8846/stat : 8846 (python) S 8825 8827 8616 0 -1 4202560 25 2362 0 0 0 0 533 2 24 0 9 0 5062245 369864704 7265 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8849] ppid=8825 vsize=361196 CPUtime=5.35 cores=0-7
/proc/8827/task/8849/stat : 8849 (python) S 8825 8827 8616 0 -1 4202560 26 2362 0 0 0 0 533 2 25 0 9 0 5062249 369864704 7265 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8852] ppid=8825 vsize=361196 CPUtime=5.35 cores=0-7
/proc/8827/task/8852/stat : 8852 (python) S 8825 8827 8616 0 -1 4202560 27 2362 0 0 0 0 533 2 25 0 9 0 5062253 369864704 7265 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
[pid=8827/tid=8855] ppid=8825 vsize=361196 CPUtime=5.35 cores=0-7
/proc/8827/task/8855/stat : 8855 (python) S 8825 8827 8616 0 -1 4202560 31 2362 0 0 0 0 533 2 25 0 9 0 5062257 369864704 7265 33554432000 4194304 5683644 140734111577216 18446744073709551615 218892388785 0 0 16781312 2 18446604453864352576 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 59.9
Current children cumulated vsize (KiB) 3273524

Child status: 0
Real time (s): 11.5999
CPU time (s): 60.4518
CPU user time (s): 59.6759
CPU system time (s): 0.775882
CPU usage (%): 521.142
Max. virtual memory (cumulated for all children) (KiB): 4924516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.6759
system time used= 0.775882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32989
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= 2979
involuntary context switches= 2453

runsolver used 0.041993 second user time and 0.089986 second system time

The end

Launcher Data

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

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-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-3322104-1304374527/watcher-3322104-1304374527 -o /tmp/evaluation-result-3322104-1304374527/solver-3322104-1304374527 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322104-1304374527.cnf -seed 1095174582 -budget 40000 -cores 8

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

MD5SUM BENCH= 5c5f7e1107ac57768306372602d70556
RANDOM SEED=1095174582

node112.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17407876 kB
Buffers:         88844 kB
Cached:        1382716 kB
SwapCached:          0 kB
Active:       14264916 kB
Inactive:      1113648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17407876 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           32232 kB
Writeback:           0 kB
AnonPages:    13907104 kB
Mapped:          20844 kB
Slab:            57332 kB
PageTables:      42028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35126572 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72348 MiB
End job on node112 at 2011-05-03 00:15:39