Trace number 3317495

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-randomSAT 390.954 98.6851

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1632870961-099.SATISFIABLE.cnf
MD5SUMeac2f4cbe4e61cc8bd9f28b333bf1b8e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.03578
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
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 53195
Number of clauses of size over 50

Solver Data

0.32/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.68	c INFO: solving HOME/instance-3317495-1304269873.cnf
0.32/0.68	c INFO: computing task features
0.32/0.70	c INFO: computed variable-clause graph statistics
0.32/0.70	c INFO: computed clause balance statistics
0.39/0.78	c INFO: computed variable balance statistics
0.49/0.83	c INFO: computed small-clause counts
0.49/0.83	c INFO: computed Horn-clause counts
0.49/0.83	c INFO: computed variable graph statistics
0.49/0.83	c INFO: collected features for HOME/instance-3317495-1304269873.cnf in 0.15 s
0.49/0.86	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.63)
0.49/0.89	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.08)
0.58/0.92	c INFO: running march_hi@0 for 679 with 4799 remaining (b = 0.36)
0.58/0.95	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.27)
390.60/98.66	s SATISFIABLE
390.60/98.66	v -1 2 -3 4 5 6 7 -8 -9 -10 11 12 -13 14 15 -16 -17 18 -19 20 21 -22 23 -24 25 26 27 28 29 -30 -31 32 -33 34 -35 -36 37 -38 39 -40 41 -42 43 44 -45 -46 47 48 49 50 -51 52 -53 -54 55 -56 57 -58 59 -60 -61 -62 63 64 -65 -66 67 -68 -69 70 -71 72 73 74 -75 -76 -77 -78 79 -80 -81 -82 83 -84 85 86 87 -88 -89 -90 -91 -92 -93 -94 -95 -96 97 -98 99 100 -101 -102 -103 -104 -105 106 -107 108 -109 -110 -111 -112 -113 114 -115 116 117 118 -119 -120 121 -122 123 124 125 126 -127 -128 -129 130 -131 132 133 134 135 136 137 -138 139 -140 -141 142 -143 -144 -145 146 -147 148 -149 -150 0

Verifier Data

OK

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-3317495-1304269873/watcher-3317495-1304269873 -o /tmp/evaluation-result-3317495-1304269873/solver-3317495-1304269873 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317495-1304269873.cnf -seed 756795719 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.23 8.12 7.57 5/241 22450
/proc/meminfo: memFree=27811092/32951124 swapFree=67111348/67111528
[pid=22450] ppid=22448 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/22450/stat : 22450 (python) S 22448 22450 21419 0 -1 4202496 810 0 0 0 0 0 0 0 25 0 1 0 617217794 15749120 696 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/22450/statm: 3845 696 334 364 0 332 0

[startup+0.032016 s]
/proc/loadavg: 8.23 8.12 7.57 5/241 22450
/proc/meminfo: memFree=27811092/32951124 swapFree=67111348/67111528
[pid=22450] ppid=22448 vsize=16536 CPUtime=0.01 cores=0,2,4,6
/proc/22450/stat : 22450 (python) S 22448 22450 21419 0 -1 4202496 1184 0 0 0 1 0 0 0 25 0 1 0 617217794 16932864 1046 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/22450/statm: 4134 1046 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+0.100855 s]
/proc/loadavg: 8.23 8.12 7.57 5/241 22450
/proc/meminfo: memFree=27811092/32951124 swapFree=67111348/67111528
[pid=22450] ppid=22448 vsize=87704 CPUtime=0.06 cores=0,2,4,6
/proc/22450/stat : 22450 (python) S 22448 22450 21419 0 -1 4202496 2637 0 0 0 4 2 0 0 25 0 1 0 617217794 89808896 2354 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/22450/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300808 s]
/proc/loadavg: 8.23 8.12 7.57 5/241 22450
/proc/meminfo: memFree=27811092/32951124 swapFree=67111348/67111528
[pid=22450] ppid=22448 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/22450/stat : 22450 (python) S 22448 22450 21419 0 -1 4202496 5965 936 1 0 12 5 0 0 17 0 1 0 617217794 139005952 4151 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458061829 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/22450/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.706767 s]
/proc/loadavg: 8.23 8.12 7.57 5/241 22450
/proc/meminfo: memFree=27811092/32951124 swapFree=67111348/67111528
[pid=22450] ppid=22448 vsize=278656 CPUtime=0.39 cores=0,2,4,6
/proc/22450/stat : 22450 (python) R 22448 22450 21419 0 -1 4202496 9490 936 1 0 29 10 0 0 16 0 1 0 617217794 285343744 7061 33554432000 4194304 5683644 140734058722048 18446744073709551615 252461474736 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22450/statm: 69664 7061 1826 364 0 5588 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 278656

[startup+1.50056 s]
/proc/loadavg: 8.23 8.12 7.57 9/254 22467
/proc/meminfo: memFree=27771804/32951124 swapFree=67111348/67111528
[pid=22450] ppid=22448 vsize=320164 CPUtime=0.63 cores=0,2,4,6
/proc/22450/stat : 22450 (python) S 22448 22450 21419 0 -1 4202496 12494 936 1 0 53 10 0 0 20 0 5 0 617217794 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22450/statm: 80041 7238 1881 364 0 15950 0
[pid=22456] ppid=22450 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/22456/stat : 22456 (python) S 22450 22450 21419 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 617217880 285368320 5589 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085903 0 0 16781312 514 3907162952108605439 0 0 17 6 0 0 0
/proc/22456/statm: 69670 5589 354 364 0 5588 0
[pid=22458] ppid=22456 vsize=1017940 CPUtime=0.62 cores=0,2,4,6
/proc/22458/stat : 22458 (gnovelty+2) R 22456 22458 22458 0 -1 4202496 454 0 0 0 62 0 0 0 21 0 1 0 617217881 1042370560 191 33554432000 134512640 135663704 4294224544 18446744073709551615 134525699 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22458/statm: 254485 191 113 282 0 254201 0
[pid=22459] ppid=22450 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/22459/stat : 22459 (python) S 22450 22450 21419 0 -1 4202560 743 0 0 0 0 0 0 0 19 0 1 0 617217883 296251392 5685 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 4095399067905949695 0 0 17 2 0 0 0
/proc/22459/statm: 72327 5685 348 364 0 8242 0
[pid=22461] ppid=22459 vsize=1017940 CPUtime=0.6 cores=0,2,4,6
/proc/22461/stat : 22461 (gnovelty+2) R 22459 22461 22461 0 -1 4202496 457 0 0 0 60 0 0 0 22 0 1 0 617217884 1042370560 192 33554432000 134512640 135663704 4293527728 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22461/statm: 254485 192 113 282 0 254201 0
[pid=22462] ppid=22450 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/22462/stat : 22462 (python) S 22450 22450 21419 0 -1 4202560 769 0 0 0 0 0 0 0 17 0 1 0 617217886 306409472 5601 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 4099032129201996036 0 0 17 2 0 0 0
/proc/22462/statm: 74807 5601 348 364 0 10719 0
[pid=22464] ppid=22462 vsize=2000 CPUtime=0.56 cores=0,2,4,6
/proc/22464/stat : 22464 (march_hi) R 22462 22464 22464 0 -1 4202496 581 0 0 0 56 0 0 0 25 0 1 0 617217887 2048000 314 33554432000 4194304 4955518 140733700577984 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22464/statm: 500 314 106 186 0 313 0
[pid=22465] ppid=22450 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/22465/stat : 22465 (python) S 22450 22450 21419 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 617217889 317358080 5701 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 10662135782652739841 0 0 17 6 0 0 0
/proc/22465/statm: 77480 5701 348 364 0 13389 0
[pid=22467] ppid=22465 vsize=2000 CPUtime=0.54 cores=0,2,4,6
/proc/22467/stat : 22467 (march_hi) R 22465 22467 22467 0 -1 4202496 583 0 0 0 54 0 0 0 22 0 1 0 617217889 2048000 310 33554432000 4194304 4955518 140733814206336 18446744073709551615 4224406 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22467/statm: 500 310 106 186 0 313 0
[pid=22450/tid=22457] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22457/stat : 22457 (python) S 22448 22450 21419 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 5 0 617217881 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
[pid=22450/tid=22460] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22460/stat : 22460 (python) S 22448 22450 21419 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617217883 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 4 0 0 0
[pid=22450/tid=22463] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22463/stat : 22463 (python) S 22448 22450 21419 0 -1 4202560 22 936 0 0 0 0 0 0 22 0 5 0 617217886 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 2 0 0 0
[pid=22450/tid=22466] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22466/stat : 22466 (python) S 22448 22450 21419 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 617217889 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 3537180

[startup+3.10126 s]
/proc/loadavg: 8.23 8.12 7.57 9/254 22467
/proc/meminfo: memFree=27769948/32951124 swapFree=67111348/67111528
[pid=22450] ppid=22448 vsize=320164 CPUtime=0.63 cores=0,2,4,6
/proc/22450/stat : 22450 (python) S 22448 22450 21419 0 -1 4202496 12494 936 1 0 53 10 0 0 20 0 5 0 617217794 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22450/statm: 80041 7238 1881 364 0 15950 0
[pid=22456] ppid=22450 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/22456/stat : 22456 (python) S 22450 22450 21419 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 617217880 285368320 5589 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085903 0 0 16781312 514 3907162952108572931 0 0 17 6 0 0 0
/proc/22456/statm: 69670 5589 354 364 0 5588 0
[pid=22458] ppid=22456 vsize=1017940 CPUtime=2.21 cores=0,2,4,6
/proc/22458/stat : 22458 (gnovelty+2) R 22456 22458 22458 0 -1 4202496 454 0 0 0 221 0 0 0 25 0 1 0 617217881 1042370560 191 33554432000 134512640 135663704 4294224544 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22458/statm: 254485 191 113 282 0 254201 0
[pid=22459] ppid=22450 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/22459/stat : 22459 (python) S 22450 22450 21419 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 617217883 296251392 5685 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 4095399067905917186 0 0 17 2 0 0 0
/proc/22459/statm: 72327 5685 348 364 0 8242 0
[pid=22461] ppid=22459 vsize=1017940 CPUtime=2.19 cores=0,2,4,6
/proc/22461/stat : 22461 (gnovelty+2) R 22459 22461 22461 0 -1 4202496 457 0 0 0 219 0 0 0 25 0 1 0 617217884 1042370560 192 33554432000 134512640 135663704 4293527728 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22461/statm: 254485 192 113 282 0 254201 0
[pid=22462] ppid=22450 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/22462/stat : 22462 (python) S 22450 22450 21419 0 -1 4202560 775 0 0 0 0 0 0 0 15 0 1 0 617217886 306409472 5601 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 5601796466872910084 0 0 17 2 0 0 0
/proc/22462/statm: 74807 5601 348 364 0 10719 0
[pid=22464] ppid=22462 vsize=2596 CPUtime=2.16 cores=0,2,4,6
/proc/22464/stat : 22464 (march_hi) R 22462 22464 22464 0 -1 4202496 724 0 0 0 216 0 0 0 25 0 1 0 617217887 2658304 439 33554432000 4194304 4955518 140733700577984 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22464/statm: 649 439 106 186 0 462 0
[pid=22465] ppid=22450 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/22465/stat : 22465 (python) S 22450 22450 21419 0 -1 4202560 775 0 0 0 0 0 0 0 15 0 1 0 617217889 317358080 5701 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 10662135782652739841 0 0 17 6 0 0 0
/proc/22465/statm: 77480 5701 348 364 0 13389 0
[pid=22467] ppid=22465 vsize=2596 CPUtime=2.14 cores=0,2,4,6
/proc/22467/stat : 22467 (march_hi) R 22465 22467 22467 0 -1 4202496 728 0 0 0 214 0 0 0 25 0 1 0 617217889 2658304 437 33554432000 4194304 4955518 140733814206336 18446744073709551615 4244474 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22467/statm: 649 437 106 186 0 462 0
[pid=22450/tid=22457] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22457/stat : 22457 (python) S 22448 22450 21419 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 5 0 617217881 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
[pid=22450/tid=22460] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22460/stat : 22460 (python) S 22448 22450 21419 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617217883 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 4 0 0 0
[pid=22450/tid=22463] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22463/stat : 22463 (python) S 22448 22450 21419 0 -1 4202560 22 936 0 0 0 0 0 0 22 0 5 0 617217886 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 2 0 0 0
[pid=22450/tid=22466] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22466/stat : 22466 (python) S 22448 22450 21419 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 617217889 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.33
Current children cumulated vsize (KiB) 3538372

[startup+6.30067 s]
/proc/loadavg: 8.21 8.11 7.57 9/262 22475
/proc/meminfo: memFree=27755440/32951124 swapFree=67111348/67111528
[pid=22450] ppid=22448 vsize=320164 CPUtime=0.63 cores=0,2,4,6
/proc/22450/stat : 22450 (python) S 22448 22450 21419 0 -1 4202496 12494 936 1 0 53 10 0 0 20 0 5 0 617217794 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22450/statm: 80041 7238 1881 364 0 15950 0
[pid=22456] ppid=22450 vsize=278680 CPUtime=0 cores=0,2,4,6
/proc/22456/stat : 22456 (python) S 22450 22450 21419 0 -1 4202560 910 0 0 0 0 0 0 0 18 0 1 0 617217880 285368320 5612 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085903 0 0 16781312 514 3907162952108572931 0 0 17 6 0 0 0
/proc/22456/statm: 69670 5612 377 364 0 5588 0
[pid=22458] ppid=22456 vsize=1017940 CPUtime=5.37 cores=0,2,4,6
/proc/22458/stat : 22458 (gnovelty+2) R 22456 22458 22458 0 -1 4202496 454 0 0 0 537 0 0 0 25 0 1 0 617217881 1042370560 191 33554432000 134512640 135663704 4294224544 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22458/statm: 254485 191 113 282 0 254201 0
[pid=22459] ppid=22450 vsize=289308 CPUtime=0 cores=0,2,4,6
/proc/22459/stat : 22459 (python) S 22450 22450 21419 0 -1 4202560 904 0 0 0 0 0 0 0 18 0 1 0 617217883 296251392 5707 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 4095399067905917186 0 0 17 2 0 0 0
/proc/22459/statm: 72327 5707 370 364 0 8242 0
[pid=22461] ppid=22459 vsize=1017940 CPUtime=5.39 cores=0,2,4,6
/proc/22461/stat : 22461 (gnovelty+2) R 22459 22461 22461 0 -1 4202496 457 0 0 0 539 0 0 0 25 0 1 0 617217884 1042370560 192 33554432000 134512640 135663704 4293527728 18446744073709551615 134525157 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22461/statm: 254485 192 113 282 0 254201 0
[pid=22462] ppid=22450 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/22462/stat : 22462 (python) S 22450 22450 21419 0 -1 4202560 935 0 0 0 0 0 0 0 15 0 1 0 617217886 306409472 5624 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 4099032129201996036 0 0 17 2 0 0 0
/proc/22462/statm: 74807 5624 371 364 0 10719 0
[pid=22464] ppid=22462 vsize=3448 CPUtime=5.34 cores=0,2,4,6
/proc/22464/stat : 22464 (march_hi) R 22462 22464 22464 0 -1 4202496 913 0 0 0 534 0 0 0 25 0 1 0 617217887 3530752 628 33554432000 4194304 4955518 140733700577984 18446744073709551615 4413781 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22464/statm: 862 628 106 186 0 675 0
[pid=22465] ppid=22450 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/22465/stat : 22465 (python) S 22450 22450 21419 0 -1 4202560 927 0 0 0 0 0 0 0 15 0 1 0 617217889 317358080 5724 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 10662135782652739841 0 0 17 6 0 0 0
/proc/22465/statm: 77480 5724 371 364 0 13389 0
[pid=22467] ppid=22465 vsize=3448 CPUtime=5.34 cores=0,2,4,6
/proc/22467/stat : 22467 (march_hi) R 22465 22467 22467 0 -1 4202496 917 0 0 0 534 0 0 0 25 0 1 0 617217889 3530752 626 33554432000 4194304 4955518 140733814206336 18446744073709551615 4297440 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22467/statm: 862 626 106 186 0 675 0
[pid=22450/tid=22457] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22457/stat : 22457 (python) S 22448 22450 21419 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 5 0 617217881 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
[pid=22450/tid=22460] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22460/stat : 22460 (python) S 22448 22450 21419 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617217883 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 4 0 0 0
[pid=22450/tid=22463] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22463/stat : 22463 (python) S 22448 22450 21419 0 -1 4202560 22 936 0 0 0 0 0 0 22 0 5 0 617217886 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 2 0 0 0
[pid=22450/tid=22466] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22466/stat : 22466 (python) S 22448 22450 21419 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 617217889 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 3540076

[startup+12.7005 s]
/proc/loadavg: 8.28 8.13 7.58 9/262 22475
/proc/meminfo: memFree=27746388/32951124 swapFree=67111348/67111528
[pid=22450] ppid=22448 vsize=320164 CPUtime=0.63 cores=0,2,4,6
/proc/22450/stat : 22450 (python) S 22448 22450 21419 0 -1 4202496 12494 936 1 0 53 10 0 0 20 0 5 0 617217794 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22450/statm: 80041 7238 1881 364 0 15950 0
[pid=22456] ppid=22450 vsize=278680 CPUtime=0.01 cores=0,2,4,6
/proc/22456/stat : 22456 (python) S 22450 22450 21419 0 -1 4202560 913 0 0 0 1 0 0 0 18 0 1 0 617217880 285368320 5612 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085903 0 0 16781312 514 243053642389618947 0 0 17 6 0 0 0
/proc/22456/statm: 69670 5612 377 364 0 5588 0
[pid=22458] ppid=22456 vsize=1017940 CPUtime=11.7 cores=0,2,4,6
/proc/22458/stat : 22458 (gnovelty+2) R 22456 22458 22458 0 -1 4202496 454 0 0 0 1170 0 0 0 25 0 1 0 617217881 1042370560 191 33554432000 134512640 135663704 4294224544 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22458/statm: 254485 191 113 282 0 254201 0
[pid=22459] ppid=22450 vsize=289308 CPUtime=0.01 cores=0,2,4,6

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

[pid=22450/tid=22463] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22463/stat : 22463 (python) S 22448 22450 21419 0 -1 4202560 22 936 0 0 0 0 0 0 22 0 5 0 617217886 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 2 0 0 0
[pid=22450/tid=22466] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22466/stat : 22466 (python) S 22448 22450 21419 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 617217889 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 379.81
Current children cumulated vsize (KiB) 3591508

[startup+97.5007 s]
/proc/loadavg: 8.10 8.11 7.61 9/262 22477
/proc/meminfo: memFree=27646076/32951124 swapFree=67111348/67111528
[pid=22450] ppid=22448 vsize=320164 CPUtime=0.63 cores=0,2,4,6
/proc/22450/stat : 22450 (python) S 22448 22450 21419 0 -1 4202496 12494 936 1 0 53 10 0 0 20 0 5 0 617217794 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22450/statm: 80041 7238 1881 364 0 15950 0
[pid=22456] ppid=22450 vsize=278680 CPUtime=0.15 cores=0,2,4,6
/proc/22456/stat : 22456 (python) S 22450 22450 21419 0 -1 4202560 940 0 0 0 7 8 0 0 18 0 1 0 617217880 285368320 5612 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085903 0 0 16781312 514 243053642389618947 0 0 17 6 0 0 0
/proc/22456/statm: 69670 5612 377 364 0 5588 0
[pid=22458] ppid=22456 vsize=1017940 CPUtime=95.59 cores=0,2,4,6
/proc/22458/stat : 22458 (gnovelty+2) R 22456 22458 22458 0 -1 4202496 454 0 0 0 9559 0 0 0 25 0 1 0 617217881 1042370560 191 33554432000 134512640 135663704 4294224544 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22458/statm: 254485 191 113 282 0 254201 0
[pid=22459] ppid=22450 vsize=289308 CPUtime=0.16 cores=0,2,4,6
/proc/22459/stat : 22459 (python) S 22450 22450 21419 0 -1 4202560 939 0 0 0 9 7 0 0 18 0 1 0 617217883 296251392 5708 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 243053642389618946 0 0 17 2 0 0 0
/proc/22459/statm: 72327 5708 371 364 0 8242 0
[pid=22461] ppid=22459 vsize=1017940 CPUtime=96.59 cores=0,2,4,6
/proc/22461/stat : 22461 (gnovelty+2) R 22459 22461 22461 0 -1 4202496 457 0 0 0 9659 0 0 0 25 0 1 0 617217884 1042370560 192 33554432000 134512640 135663704 4293527728 18446744073709551615 134525361 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22461/statm: 254485 192 113 282 0 254201 0
[pid=22462] ppid=22450 vsize=299228 CPUtime=0.17 cores=0,2,4,6
/proc/22462/stat : 22462 (python) S 22450 22450 21419 0 -1 4202560 971 0 0 0 9 8 0 0 15 0 1 0 617217886 306409472 5624 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 243053642389618948 0 0 17 2 0 0 0
/proc/22462/statm: 74807 5624 371 364 0 10719 0
[pid=22464] ppid=22462 vsize=29164 CPUtime=96.2 cores=0,2,4,6
/proc/22464/stat : 22464 (march_hi) R 22462 22464 22464 0 -1 4202496 5648 0 0 0 9620 0 0 0 25 0 1 0 617217887 29863936 5334 33554432000 4194304 4955518 140733700577984 18446744073709551615 4224833 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22464/statm: 7291 5334 106 186 0 7104 0
[pid=22465] ppid=22450 vsize=309920 CPUtime=0.17 cores=0,2,4,6
/proc/22465/stat : 22465 (python) S 22450 22450 21419 0 -1 4202560 966 0 0 0 9 8 0 0 15 0 1 0 617217889 317358080 5724 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 10662135782652739841 0 0 17 6 0 0 0
/proc/22465/statm: 77480 5724 371 364 0 13389 0
[pid=22467] ppid=22465 vsize=29164 CPUtime=96.54 cores=0,2,4,6
/proc/22467/stat : 22467 (march_hi) R 22465 22467 22467 0 -1 4202496 5665 0 0 0 9653 1 0 0 25 0 1 0 617217889 29863936 5345 33554432000 4194304 4955518 140733814206336 18446744073709551615 4235220 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22467/statm: 7291 5345 106 186 0 7104 0
[pid=22450/tid=22457] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22457/stat : 22457 (python) S 22448 22450 21419 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 5 0 617217881 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
[pid=22450/tid=22460] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22460/stat : 22460 (python) S 22448 22450 21419 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617217883 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 4 0 0 0
[pid=22450/tid=22463] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22463/stat : 22463 (python) S 22448 22450 21419 0 -1 4202560 22 936 0 0 0 0 0 0 22 0 5 0 617217886 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 2 0 0 0
[pid=22450/tid=22466] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22466/stat : 22466 (python) S 22448 22450 21419 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 617217889 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 386.2
Current children cumulated vsize (KiB) 3591508

[startup+98.3005 s]
/proc/loadavg: 8.09 8.11 7.62 9/262 22478
/proc/meminfo: memFree=27644712/32951124 swapFree=67111348/67111528
[pid=22450] ppid=22448 vsize=320164 CPUtime=0.63 cores=0,2,4,6
/proc/22450/stat : 22450 (python) S 22448 22450 21419 0 -1 4202496 12494 936 1 0 53 10 0 0 20 0 5 0 617217794 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22450/statm: 80041 7238 1881 364 0 15950 0
[pid=22456] ppid=22450 vsize=278680 CPUtime=0.56 cores=0,2,4,6
/proc/22456/stat : 22456 (python) R 22450 22450 21419 0 -1 4202560 941 0 0 0 42 14 0 0 18 0 1 0 617217880 285368320 5612 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085903 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/22456/statm: 69670 5612 377 364 0 5588 0
[pid=22458] ppid=22456 vsize=0 CPUtime=95.98 cores=0,2,4,6
/proc/22458/stat : 22458 (gnovelty+2) R 22456 22458 22458 0 -1 4202500 456 0 0 0 9598 0 0 0 25 0 1 0 617217881 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22458/statm: 0 0 0 0 0 0 0
[pid=22459] ppid=22450 vsize=289308 CPUtime=0.16 cores=0,2,4,6
/proc/22459/stat : 22459 (python) S 22450 22450 21419 0 -1 4202560 939 0 0 0 9 7 0 0 18 0 1 0 617217883 296251392 5708 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 243053642389618946 0 0 17 2 0 0 0
/proc/22459/statm: 72327 5708 371 364 0 8242 0
[pid=22461] ppid=22459 vsize=1017940 CPUtime=97.39 cores=0,2,4,6
/proc/22461/stat : 22461 (gnovelty+2) R 22459 22461 22461 0 -1 4202496 457 0 0 0 9739 0 0 0 25 0 1 0 617217884 1042370560 192 33554432000 134512640 135663704 4293527728 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22461/statm: 254485 192 113 282 0 254201 0
[pid=22462] ppid=22450 vsize=299228 CPUtime=0.17 cores=0,2,4,6
/proc/22462/stat : 22462 (python) S 22450 22450 21419 0 -1 4202560 971 0 0 0 9 8 0 0 15 0 1 0 617217886 306409472 5624 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 243053642389618948 0 0 17 2 0 0 0
/proc/22462/statm: 74807 5624 371 364 0 10719 0
[pid=22464] ppid=22462 vsize=29164 CPUtime=97 cores=0,2,4,6
/proc/22464/stat : 22464 (march_hi) R 22462 22464 22464 0 -1 4202496 5688 0 0 0 9700 0 0 0 25 0 1 0 617217887 29863936 5374 33554432000 4194304 4955518 140733700577984 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22464/statm: 7291 5374 106 186 0 7104 0
[pid=22465] ppid=22450 vsize=309920 CPUtime=0.17 cores=0,2,4,6
/proc/22465/stat : 22465 (python) S 22450 22450 21419 0 -1 4202560 966 0 0 0 9 8 0 0 15 0 1 0 617217889 317358080 5724 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 10662135782652739841 0 0 17 6 0 0 0
/proc/22465/statm: 77480 5724 371 364 0 13389 0
[pid=22467] ppid=22465 vsize=29164 CPUtime=97.34 cores=0,2,4,6
/proc/22467/stat : 22467 (march_hi) R 22465 22467 22467 0 -1 4202496 5704 0 0 0 9733 1 0 0 25 0 1 0 617217889 29863936 5384 33554432000 4194304 4955518 140733814206336 18446744073709551615 4224809 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22467/statm: 7291 5384 106 186 0 7104 0
[pid=22450/tid=22457] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22457/stat : 22457 (python) S 22448 22450 21419 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 5 0 617217881 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
[pid=22450/tid=22460] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22460/stat : 22460 (python) S 22448 22450 21419 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617217883 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 4 0 0 0
[pid=22450/tid=22463] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22463/stat : 22463 (python) S 22448 22450 21419 0 -1 4202560 22 936 0 0 0 0 0 0 22 0 5 0 617217886 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 2 0 0 0
[pid=22450/tid=22466] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22466/stat : 22466 (python) S 22448 22450 21419 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 617217889 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 389.4
Current children cumulated vsize (KiB) 2573568

[startup+98.5005 s]
/proc/loadavg: 8.09 8.11 7.62 9/262 22478
/proc/meminfo: memFree=27644712/32951124 swapFree=67111348/67111528
[pid=22450] ppid=22448 vsize=320164 CPUtime=0.63 cores=0,2,4,6
/proc/22450/stat : 22450 (python) S 22448 22450 21419 0 -1 4202496 12494 936 1 0 53 10 0 0 20 0 5 0 617217794 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22450/statm: 80041 7238 1881 364 0 15950 0
[pid=22456] ppid=22450 vsize=278680 CPUtime=0.76 cores=0,2,4,6
/proc/22456/stat : 22456 (python) R 22450 22450 21419 0 -1 4202560 941 0 0 0 59 17 0 0 18 0 1 0 617217880 285368320 5612 33554432000 4194304 5683644 140734058722048 18446744073709551615 4867472 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/22456/statm: 69670 5612 377 364 0 5588 0
[pid=22458] ppid=22456 vsize=0 CPUtime=95.98 cores=0,2,4,6
/proc/22458/stat : 22458 (gnovelty+2) R 22456 22458 22458 0 -1 4202500 456 0 0 0 9598 0 0 0 25 0 1 0 617217881 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22458/statm: 0 0 0 0 0 0 0
[pid=22459] ppid=22450 vsize=289308 CPUtime=0.16 cores=0,2,4,6
/proc/22459/stat : 22459 (python) S 22450 22450 21419 0 -1 4202560 939 0 0 0 9 7 0 0 18 0 1 0 617217883 296251392 5708 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 243053642389618946 0 0 17 2 0 0 0
/proc/22459/statm: 72327 5708 371 364 0 8242 0
[pid=22461] ppid=22459 vsize=1017940 CPUtime=97.59 cores=0,2,4,6
/proc/22461/stat : 22461 (gnovelty+2) R 22459 22461 22461 0 -1 4202496 457 0 0 0 9759 0 0 0 25 0 1 0 617217884 1042370560 192 33554432000 134512640 135663704 4293527728 18446744073709551615 134524821 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22461/statm: 254485 192 113 282 0 254201 0
[pid=22462] ppid=22450 vsize=299228 CPUtime=0.17 cores=0,2,4,6
/proc/22462/stat : 22462 (python) S 22450 22450 21419 0 -1 4202560 971 0 0 0 9 8 0 0 15 0 1 0 617217886 306409472 5624 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 243053642389618948 0 0 17 2 0 0 0
/proc/22462/statm: 74807 5624 371 364 0 10719 0
[pid=22464] ppid=22462 vsize=29164 CPUtime=97.2 cores=0,2,4,6
/proc/22464/stat : 22464 (march_hi) R 22462 22464 22464 0 -1 4202496 5697 0 0 0 9720 0 0 0 25 0 1 0 617217887 29863936 5383 33554432000 4194304 4955518 140733700577984 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22464/statm: 7291 5383 106 186 0 7104 0
[pid=22465] ppid=22450 vsize=309920 CPUtime=0.17 cores=0,2,4,6
/proc/22465/stat : 22465 (python) S 22450 22450 21419 0 -1 4202560 966 0 0 0 9 8 0 0 15 0 1 0 617217889 317358080 5724 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 10662135782652739841 0 0 17 6 0 0 0
/proc/22465/statm: 77480 5724 371 364 0 13389 0
[pid=22467] ppid=22465 vsize=29164 CPUtime=97.54 cores=0,2,4,6
/proc/22467/stat : 22467 (march_hi) R 22465 22467 22467 0 -1 4202496 5713 0 0 0 9753 1 0 0 25 0 1 0 617217889 29863936 5393 33554432000 4194304 4955518 140733814206336 18446744073709551615 4297125 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22467/statm: 7291 5393 106 186 0 7104 0
[pid=22450/tid=22457] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22457/stat : 22457 (python) S 22448 22450 21419 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 5 0 617217881 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
[pid=22450/tid=22460] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22460/stat : 22460 (python) S 22448 22450 21419 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617217883 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 4 0 0 0
[pid=22450/tid=22463] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22463/stat : 22463 (python) S 22448 22450 21419 0 -1 4202560 22 936 0 0 0 0 0 0 22 0 5 0 617217886 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 2 0 0 0
[pid=22450/tid=22466] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22466/stat : 22466 (python) S 22448 22450 21419 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 617217889 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 390.2
Current children cumulated vsize (KiB) 2573568

[startup+98.6005 s]
/proc/loadavg: 8.09 8.11 7.62 9/262 22478
/proc/meminfo: memFree=27644712/32951124 swapFree=67111348/67111528
[pid=22450] ppid=22448 vsize=320164 CPUtime=0.63 cores=0,2,4,6
/proc/22450/stat : 22450 (python) S 22448 22450 21419 0 -1 4202496 12494 936 1 0 53 10 0 0 20 0 5 0 617217794 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22450/statm: 80041 7238 1881 364 0 15950 0
[pid=22456] ppid=22450 vsize=278680 CPUtime=0.86 cores=0,2,4,6
/proc/22456/stat : 22456 (python) R 22450 22450 21419 0 -1 4202560 941 0 0 0 68 18 0 0 18 0 1 0 617217880 285368320 5612 33554432000 4194304 5683644 140734058722048 18446744073709551615 4865408 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/22456/statm: 69670 5612 377 364 0 5588 0
[pid=22458] ppid=22456 vsize=0 CPUtime=95.98 cores=0,2,4,6
/proc/22458/stat : 22458 (gnovelty+2) R 22456 22458 22458 0 -1 4202500 456 0 0 0 9598 0 0 0 25 0 1 0 617217881 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22458/statm: 0 0 0 0 0 0 0
[pid=22459] ppid=22450 vsize=289308 CPUtime=0.16 cores=0,2,4,6
/proc/22459/stat : 22459 (python) S 22450 22450 21419 0 -1 4202560 939 0 0 0 9 7 0 0 18 0 1 0 617217883 296251392 5708 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 243053642389618946 0 0 17 2 0 0 0
/proc/22459/statm: 72327 5708 371 364 0 8242 0
[pid=22461] ppid=22459 vsize=1017940 CPUtime=97.69 cores=0,2,4,6
/proc/22461/stat : 22461 (gnovelty+2) R 22459 22461 22461 0 -1 4202496 457 0 0 0 9769 0 0 0 25 0 1 0 617217884 1042370560 192 33554432000 134512640 135663704 4293527728 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22461/statm: 254485 192 113 282 0 254201 0
[pid=22462] ppid=22450 vsize=299228 CPUtime=0.17 cores=0,2,4,6
/proc/22462/stat : 22462 (python) S 22450 22450 21419 0 -1 4202560 971 0 0 0 9 8 0 0 15 0 1 0 617217886 306409472 5624 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 243053642389618948 0 0 17 2 0 0 0
/proc/22462/statm: 74807 5624 371 364 0 10719 0
[pid=22464] ppid=22462 vsize=29164 CPUtime=97.3 cores=0,2,4,6
/proc/22464/stat : 22464 (march_hi) R 22462 22464 22464 0 -1 4202496 5702 0 0 0 9730 0 0 0 25 0 1 0 617217887 29863936 5388 33554432000 4194304 4955518 140733700577984 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22464/statm: 7291 5388 106 186 0 7104 0
[pid=22465] ppid=22450 vsize=309920 CPUtime=0.17 cores=0,2,4,6
/proc/22465/stat : 22465 (python) S 22450 22450 21419 0 -1 4202560 966 0 0 0 9 8 0 0 15 0 1 0 617217889 317358080 5724 33554432000 4194304 5683644 140734058722048 18446744073709551615 252458085958 0 0 16781312 514 10662135782652739841 0 0 17 6 0 0 0
/proc/22465/statm: 77480 5724 371 364 0 13389 0
[pid=22467] ppid=22465 vsize=29164 CPUtime=97.64 cores=0,2,4,6
/proc/22467/stat : 22467 (march_hi) R 22465 22467 22467 0 -1 4202496 5718 0 0 0 9763 1 0 0 25 0 1 0 617217889 29863936 5398 33554432000 4194304 4955518 140733814206336 18446744073709551615 4224853 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22467/statm: 7291 5398 106 186 0 7104 0
[pid=22450/tid=22457] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22457/stat : 22457 (python) S 22448 22450 21419 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 5 0 617217881 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
[pid=22450/tid=22460] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22460/stat : 22460 (python) S 22448 22450 21419 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617217883 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 4 0 0 0
[pid=22450/tid=22463] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22463/stat : 22463 (python) S 22448 22450 21419 0 -1 4202560 22 936 0 0 0 0 0 0 22 0 5 0 617217886 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 2 0 0 0
[pid=22450/tid=22466] ppid=22448 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/22450/task/22466/stat : 22466 (python) S 22448 22450 21419 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 617217889 327847936 7238 33554432000 4194304 5683644 140734058722048 18446744073709551615 252469889457 0 0 16781312 2 18446604453866225856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 390.6
Current children cumulated vsize (KiB) 2573568

Child status: 0
Real time (s): 98.6851
CPU time (s): 390.954
CPU user time (s): 390.368
CPU system time (s): 0.58591
CPU usage (%): 396.163
Max. virtual memory (cumulated for all children) (KiB): 3591508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 390.368
system time used= 0.58591
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34348
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= 3813
involuntary context switches= 3668

runsolver used 0.204968 second user time and 0.517921 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-01 19:11:13
IDJOB=3317495
IDBENCH=82960
IDSOLVER=1705
FILE ID=node111/3317495-1304269873
RUNJOBID= node111-1304267292-21437
PBS_JOBID= 13173967
Free space on /tmp= 72492 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1632870961-099.SATISFIABLE.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-3317495-1304269873/watcher-3317495-1304269873 -o /tmp/evaluation-result-3317495-1304269873/solver-3317495-1304269873 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317495-1304269873.cnf -seed 756795719 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= eac2f4cbe4e61cc8bd9f28b333bf1b8e
RANDOM SEED=756795719

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.67
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.849
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:     32951124 kB
MemFree:      27811140 kB
Buffers:       1052392 kB
Cached:        2499204 kB
SwapCached:          0 kB
Active:        1484032 kB
Inactive:      3186252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27811140 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           31860 kB
Writeback:           0 kB
AnonPages:     1118176 kB
Mapped:          26392 kB
Slab:           393676 kB
PageTables:      15064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 30329940 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= 72460 MiB
End job on node111 at 2011-05-01 19:12:52