Trace number 3385717

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)SAT 43.2584 7.06487

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1499315720-089.SATISFIABLE.cnf
MD5SUM2a32c611c54ab908b08295ea33000743
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.220965
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.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.68	c INFO: solving HOME/instance-3385717-1305572531.cnf
0.34/0.68	c INFO: computing task features
0.42/0.70	c INFO: computed variable-clause graph statistics
0.42/0.70	c INFO: computed clause balance statistics
0.42/0.78	c INFO: computed variable balance statistics
0.52/0.82	c INFO: computed small-clause counts
0.52/0.82	c INFO: computed Horn-clause counts
0.52/0.82	c INFO: computed variable graph statistics
0.52/0.82	c INFO: collected features for HOME/instance-3385717-1305572531.cnf in 0.14 s
0.52/0.85	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.63)
0.52/0.88	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.08)
0.62/0.91	c INFO: running march_hi@0 for 679 with 4999 remaining (b = 0.35)
0.62/0.94	c INFO: running march_hi@0 for 679 with 4999 remaining (b = 0.32)
0.62/0.97	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.62/1.01	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
1.18/1.04	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.16)
1.18/1.10	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.03)
42.78/7.04	s SATISFIABLE
42.78/7.04	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385717-1305572531/watcher-3385717-1305572531 -o /tmp/evaluation-result-3385717-1305572531/solver-3385717-1305572531 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385717-1305572531.cnf -seed 1655447407 -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: 9.65 9.51 9.33 2/463 31897
/proc/meminfo: memFree=17411764/32951124 swapFree=57414336/67111528
[pid=31897] ppid=31895 vsize=16244 CPUtime=0 cores=0-7
/proc/31897/stat : 31897 (python) R 31895 31897 31171 0 -1 4202496 996 0 0 0 0 0 0 0 17 0 1 0 747483575 16633856 870 33554432000 4194304 5683644 140733630334832 18446744073709551615 252457726661 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31897/statm: 4061 870 368 364 0 548 0

[startup+0.0476959 s]
/proc/loadavg: 9.65 9.51 9.33 2/463 31897
/proc/meminfo: memFree=17411764/32951124 swapFree=57414336/67111528
[pid=31897] ppid=31895 vsize=18888 CPUtime=0.02 cores=0-7
/proc/31897/stat : 31897 (python) R 31895 31897 31171 0 -1 4202496 1286 0 0 0 2 0 0 0 17 0 1 0 747483575 19341312 1140 33554432000 4194304 5683644 140733630334832 18446744073709551615 4438566 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31897/statm: 4722 1140 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.100686 s]
/proc/loadavg: 9.65 9.51 9.33 2/463 31897
/proc/meminfo: memFree=17411764/32951124 swapFree=57414336/67111528
[pid=31897] ppid=31895 vsize=85624 CPUtime=0.06 cores=0-7
/proc/31897/stat : 31897 (python) R 31895 31897 31171 0 -1 4202496 2629 0 0 0 4 2 0 0 17 0 1 0 747483575 87678976 2348 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458063872 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/31897/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.300647 s]
/proc/loadavg: 9.65 9.51 9.33 2/463 31897
/proc/meminfo: memFree=17411764/32951124 swapFree=57414336/67111528
[pid=31897] ppid=31895 vsize=135752 CPUtime=0.18 cores=0-7
/proc/31897/stat : 31897 (python) R 31895 31897 31171 0 -1 4202496 5965 930 1 0 13 5 0 0 18 0 1 0 747483575 139010048 4151 33554432000 4194304 5683644 140733630334832 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31897/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700583 s]
/proc/loadavg: 9.65 9.51 9.33 2/463 31897
/proc/meminfo: memFree=17411764/32951124 swapFree=57414336/67111528
[pid=31897] ppid=31895 vsize=278320 CPUtime=0.42 cores=0-7
/proc/31897/stat : 31897 (python) R 31895 31897 31171 0 -1 4202496 9362 930 1 0 31 11 0 0 17 0 1 0 747483575 284999680 6944 33554432000 4194304 5683644 140733630334832 18446744073709551615 252457752330 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31897/statm: 69580 6944 1774 364 0 5504 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278320

[startup+1.50139 s]
/proc/loadavg: 9.65 9.51 9.33 8/479 31917
/proc/meminfo: memFree=17366632/32951124 swapFree=57414336/67111528
[pid=31897] ppid=31895 vsize=426724 CPUtime=0.79 cores=0-7
/proc/31897/stat : 31897 (python) S 31895 31897 31171 0 -1 4202496 15845 930 1 0 66 13 0 0 25 0 9 0 747483575 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31897/statm: 106681 7281 1889 364 0 42578 0
[pid=31903] ppid=31897 vsize=278680 CPUtime=0 cores=0-7
/proc/31903/stat : 31903 (python) S 31897 31897 31171 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 747483661 285368320 5588 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085903 0 0 16781312 514 1077759443782860799 0 0 17 6 0 0 0
/proc/31903/statm: 69670 5588 354 364 0 5588 0
[pid=31905] ppid=31903 vsize=1017940 CPUtime=0.51 cores=0-7
/proc/31905/stat : 31905 (gnovelty+2) R 31903 31905 31905 0 -1 4202496 455 0 0 0 51 0 0 0 20 0 1 0 747483661 1042370560 191 33554432000 134512640 135663704 4288513024 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31905/statm: 254485 191 113 282 0 254201 0
[pid=31906] ppid=31897 vsize=289308 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (python) S 31897 31897 31171 0 -1 4202560 745 0 0 0 0 0 0 0 19 0 1 0 747483664 296251392 5684 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 1077755595492163583 0 0 17 1 0 0 0
/proc/31906/statm: 72327 5684 348 364 0 8242 0
[pid=31908] ppid=31906 vsize=1017940 CPUtime=0.6 cores=0-7
/proc/31908/stat : 31908 (gnovelty+2) R 31906 31908 31908 0 -1 4202496 454 0 0 0 60 0 0 0 22 0 1 0 747483664 1042370560 191 33554432000 134512640 135663704 4293946288 18446744073709551615 134546893 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31908/statm: 254485 191 113 282 0 254201 0
[pid=31909] ppid=31897 vsize=299056 CPUtime=0 cores=0-7
/proc/31909/stat : 31909 (python) S 31897 31897 31171 0 -1 4202560 754 0 0 0 0 0 0 0 16 0 1 0 747483667 306233344 5576 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 11599126397703913731 0 0 17 3 0 0 0
/proc/31909/statm: 74764 5576 348 364 0 10676 0
[pid=31911] ppid=31909 vsize=2196 CPUtime=0.57 cores=0-7
/proc/31911/stat : 31911 (march_hi) R 31909 31911 31911 0 -1 4202496 617 0 0 0 57 0 0 0 18 0 1 0 747483667 2248704 343 33554432000 4194304 4955518 140736520334288 18446744073709551615 4285655 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31911/statm: 549 344 106 186 0 362 0
[pid=31912] ppid=31897 vsize=375456 CPUtime=0 cores=0-7
/proc/31912/stat : 31912 (python) S 31897 31897 31171 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 747483670 384466944 5702 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 17872539523561259268 0 0 17 1 0 0 0
/proc/31912/statm: 93864 5702 348 364 0 29773 0
[pid=31914] ppid=31912 vsize=1992 CPUtime=0.53 cores=0-7
/proc/31914/stat : 31914 (march_hi) R 31912 31914 31914 0 -1 4202496 585 0 0 0 53 0 0 0 22 0 1 0 747483670 2039808 307 33554432000 4194304 4955518 140736402254672 18446744073709551615 4208663 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31914/statm: 498 307 106 186 0 311 0
[pid=31915] ppid=31897 vsize=385712 CPUtime=0 cores=0-7
/proc/31915/stat : 31915 (python) S 31897 31897 31171 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 747483673 394969088 5707 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 4487559956039434499 0 0 17 4 0 0 0
/proc/31915/statm: 96428 5707 348 364 0 32334 0
[pid=31917] ppid=31915 vsize=1992 CPUtime=0.51 cores=0-7
/proc/31917/stat : 31917 (march_hi) R 31915 31917 31917 0 -1 4202496 583 0 0 0 51 0 0 0 23 0 1 0 747483673 2039808 306 33554432000 4194304 4955518 140735246877216 18446744073709551615 4282279 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31917/statm: 498 306 106 186 0 311 0
[pid=31897/tid=31904] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31904/stat : 31904 (python) S 31895 31897 31171 0 -1 4202560 27 930 0 0 0 0 0 0 19 0 9 0 747483661 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 6 0 0 0
[pid=31897/tid=31907] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31907/stat : 31907 (python) S 31895 31897 31171 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 9 0 747483664 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
[pid=31897/tid=31910] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31910/stat : 31910 (python) S 31895 31897 31171 0 -1 4202560 19 930 0 0 0 0 0 0 18 0 9 0 747483667 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 3 0 0 0
[pid=31897/tid=31913] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31913/stat : 31913 (python) S 31895 31897 31171 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 9 0 747483670 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
[pid=31897/tid=31916] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31916/stat : 31916 (python) S 31895 31897 31171 0 -1 4202560 27 930 0 0 0 0 0 0 21 0 9 0 747483673 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 1 0 0 0
[pid=31897/tid=31919] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31919/stat : 31919 (python) S 31895 31897 31171 0 -1 4202560 36 930 0 0 0 0 0 0 23 0 9 0 747483676 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 4096996

[startup+3.10109 s]
/proc/loadavg: 9.60 9.50 9.33 10/488 31926
/proc/meminfo: memFree=17349572/32951124 swapFree=57414336/67111528
[pid=31897] ppid=31895 vsize=426724 CPUtime=0.79 cores=0-7
/proc/31897/stat : 31897 (python) S 31895 31897 31171 0 -1 4202496 15845 930 1 0 66 13 0 0 25 0 9 0 747483575 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31897/statm: 106681 7281 1889 364 0 42578 0
[pid=31903] ppid=31897 vsize=278680 CPUtime=0 cores=0-7
/proc/31903/stat : 31903 (python) S 31897 31897 31171 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 747483661 285368320 5588 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085903 0 0 16781312 514 1077759443782828289 0 0 17 6 0 0 0
/proc/31903/statm: 69670 5588 354 364 0 5588 0
[pid=31905] ppid=31903 vsize=1017940 CPUtime=1.31 cores=0-7
/proc/31905/stat : 31905 (gnovelty+2) R 31903 31905 31905 0 -1 4202496 455 0 0 0 131 0 0 0 23 0 1 0 747483661 1042370560 191 33554432000 134512640 135663704 4288513024 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31905/statm: 254485 191 113 282 0 254201 0
[pid=31906] ppid=31897 vsize=289308 CPUtime=0 cores=0-7
/proc/31906/stat : 31906 (python) S 31897 31897 31171 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 747483664 296251392 5684 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 1077755595492131074 0 0 17 1 0 0 0
/proc/31906/statm: 72327 5684 348 364 0 8242 0
[pid=31908] ppid=31906 vsize=1017940 CPUtime=2.2 cores=0-7
/proc/31908/stat : 31908 (gnovelty+2) R 31906 31908 31908 0 -1 4202496 454 0 0 0 220 0 0 0 25 0 1 0 747483664 1042370560 191 33554432000 134512640 135663704 4293946288 18446744073709551615 134546768 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31908/statm: 254485 191 113 282 0 254201 0
[pid=31909] ppid=31897 vsize=299056 CPUtime=0 cores=0-7
/proc/31909/stat : 31909 (python) S 31897 31897 31171 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 747483667 306233344 5576 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 11599126397703913731 0 0 17 3 0 0 0
/proc/31909/statm: 74764 5576 348 364 0 10676 0
[pid=31911] ppid=31909 vsize=2676 CPUtime=2.17 cores=0-7
/proc/31911/stat : 31911 (march_hi) R 31909 31911 31911 0 -1 4202496 713 0 0 0 217 0 0 0 21 0 1 0 747483667 2740224 439 33554432000 4194304 4955518 140736520334288 18446744073709551615 4307037 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31911/statm: 669 439 106 186 0 482 0
[pid=31912] ppid=31897 vsize=375456 CPUtime=0 cores=0-7
/proc/31912/stat : 31912 (python) S 31897 31897 31171 0 -1 4202560 779 0 0 0 0 0 0 0 15 0 1 0 747483670 384466944 5702 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 17872539523561259268 0 0 17 1 0 0 0
/proc/31912/statm: 93864 5702 348 364 0 29773 0
[pid=31914] ppid=31912 vsize=2676 CPUtime=2.13 cores=0-7
/proc/31914/stat : 31914 (march_hi) R 31912 31914 31914 0 -1 4202496 715 0 0 0 213 0 0 0 25 0 1 0 747483670 2740224 437 33554432000 4194304 4955518 140736402254672 18446744073709551615 4206520 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31914/statm: 669 437 106 186 0 482 0
[pid=31915] ppid=31897 vsize=385712 CPUtime=0 cores=0-7
/proc/31915/stat : 31915 (python) S 31897 31897 31171 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 747483673 394969088 5707 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 4487559956039434499 0 0 17 4 0 0 0
/proc/31915/statm: 96428 5707 348 364 0 32334 0
[pid=31917] ppid=31915 vsize=2676 CPUtime=2.11 cores=0-7
/proc/31917/stat : 31917 (march_hi) R 31915 31917 31917 0 -1 4202496 713 0 0 0 211 0 0 0 25 0 1 0 747483673 2740224 436 33554432000 4194304 4955518 140735246877216 18446744073709551615 4237818 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31917/statm: 669 436 106 186 0 482 0
[pid=31918] ppid=31897 vsize=395968 CPUtime=0 cores=0-7
/proc/31918/stat : 31918 (python) S 31897 31897 31171 0 -1 4202560 788 0 0 0 0 0 0 0 15 0 1 0 747483676 405471232 5728 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 16093995902749868289 0 0 17 0 0 0 0
/proc/31918/statm: 98992 5728 348 364 0 34895 0
[pid=31922] ppid=31918 vsize=2676 CPUtime=2.01 cores=0-7
/proc/31922/stat : 31922 (march_hi) R 31918 31922 31922 0 -1 4202496 710 0 0 0 201 0 0 0 25 0 1 0 747483680 2740224 430 33554432000 4194304 4955518 140734266508752 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31922/statm: 669 430 106 186 0 482 0
[pid=31920] ppid=31897 vsize=406224 CPUtime=0 cores=0-7
/proc/31920/stat : 31920 (python) S 31897 31897 31171 0 -1 4202560 793 0 0 0 0 0 0 0 15 0 1 0 747483679 415973376 5732 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 12633929567162040579 0 0 17 7 0 0 0
/proc/31920/statm: 101556 5732 348 364 0 37456 0
[pid=31923] ppid=31920 vsize=2676 CPUtime=2.01 cores=0-7
/proc/31923/stat : 31923 (march_hi) R 31920 31923 31923 0 -1 4202496 713 0 0 0 201 0 0 0 25 0 1 0 747483680 2740224 430 33554432000 4194304 4955518 140734075720160 18446744073709551615 4297396 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31923/statm: 669 430 106 186 0 482 0
[pid=31924] ppid=31897 vsize=416480 CPUtime=0 cores=0-7
/proc/31924/stat : 31924 (python) S 31897 31897 31171 0 -1 4202560 803 0 0 0 0 0 0 0 18 0 1 0 747483685 426475520 5742 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 4606957847845011455 0 0 17 1 0 0 0
/proc/31924/statm: 104120 5742 354 364 0 40017 0
[pid=31926] ppid=31924 vsize=416280 CPUtime=0.9 cores=0-7
/proc/31926/stat : 31926 (adaptg2wsat2009) R 31924 31926 31926 0 -1 4202496 527 0 0 0 90 0 0 0 25 0 1 0 747483693 426270720 252 33554432000 134512640 135107411 4294815120 18446744073709551615 134531215 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31926/statm: 104070 252 59 146 0 102946 0
[pid=31897/tid=31904] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31904/stat : 31904 (python) S 31895 31897 31171 0 -1 4202560 27 930 0 0 0 0 0 0 19 0 9 0 747483661 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 6 0 0 0
[pid=31897/tid=31907] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31907/stat : 31907 (python) S 31895 31897 31171 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 9 0 747483664 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
[pid=31897/tid=31910] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31910/stat : 31910 (python) S 31895 31897 31171 0 -1 4202560 19 930 0 0 0 0 0 0 18 0 9 0 747483667 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 3 0 0 0
[pid=31897/tid=31913] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31913/stat : 31913 (python) S 31895 31897 31171 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 9 0 747483670 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
[pid=31897/tid=31916] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31916/stat : 31916 (python) S 31895 31897 31171 0 -1 4202560 27 930 0 0 0 0 0 0 21 0 9 0 747483673 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 1 0 0 0
[pid=31897/tid=31919] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31919/stat : 31919 (python) S 31895 31897 31171 0 -1 4202560 36 930 0 0 0 0 0 0 23 0 9 0 747483676 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
[pid=31897/tid=31921] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31921/stat : 31921 (python) S 31895 31897 31171 0 -1 4202560 23 930 0 0 0 0 0 0 24 0 9 0 747483680 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 7 0 0 0
[pid=31897/tid=31925] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31925/stat : 31925 (python) S 31895 31897 31171 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 9 0 747483685 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.63
Current children cumulated vsize (KiB) 5739148

[startup+6.3015 s]
/proc/loadavg: 9.60 9.50 9.33 11/488 31927
/proc/meminfo: memFree=17343884/32951124 swapFree=57414336/67111528
[pid=31897] ppid=31895 vsize=426724 CPUtime=0.79 cores=0-7
/proc/31897/stat : 31897 (python) S 31895 31897 31171 0 -1 4202496 15845 930 1 0 66 13 0 0 25 0 9 0 747483575 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31897/statm: 106681 7281 1889 364 0 42578 0
[pid=31903] ppid=31897 vsize=278680 CPUtime=0.02 cores=0-7
/proc/31903/stat : 31903 (python) S 31897 31897 31171 0 -1 4202560 912 0 0 0 1 1 0 0 18 0 1 0 747483661 285368320 5611 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085903 0 0 16781312 514 1077759443782828289 0 0 17 6 0 0 0
/proc/31903/statm: 69670 5611 377 364 0 5588 0
[pid=31905] ppid=31903 vsize=1017940 CPUtime=2.91 cores=0-7
/proc/31905/stat : 31905 (gnovelty+2) R 31903 31905 31905 0 -1 4202496 455 0 0 0 291 0 0 0 25 0 1 0 747483661 1042370560 191 33554432000 134512640 135663704 4288513024 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31905/statm: 254485 191 113 282 0 254201 0

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

[pid=31924] ppid=31897 vsize=416480 CPUtime=0.01 cores=0-7
/proc/31924/stat : 31924 (python) S 31897 31897 31171 0 -1 4202560 983 0 0 0 1 0 0 0 18 0 1 0 747483685 426475520 5765 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 4606957847844978947 0 0 17 1 0 0 0
/proc/31924/statm: 104120 5765 377 364 0 40017 0
[pid=31926] ppid=31924 vsize=416280 CPUtime=2.7 cores=0-7
/proc/31926/stat : 31926 (adaptg2wsat2009) R 31924 31926 31926 0 -1 4202496 527 0 0 0 270 0 0 0 25 0 1 0 747483693 426270720 252 33554432000 134512640 135107411 4294815120 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31926/statm: 104070 252 59 146 0 102946 0
[pid=31897/tid=31904] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31904/stat : 31904 (python) S 31895 31897 31171 0 -1 4202560 27 930 0 0 0 0 0 0 19 0 9 0 747483661 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 6 0 0 0
[pid=31897/tid=31907] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31907/stat : 31907 (python) S 31895 31897 31171 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 9 0 747483664 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
[pid=31897/tid=31910] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31910/stat : 31910 (python) S 31895 31897 31171 0 -1 4202560 19 930 0 0 0 0 0 0 18 0 9 0 747483667 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 3 0 0 0
[pid=31897/tid=31913] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31913/stat : 31913 (python) S 31895 31897 31171 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 9 0 747483670 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
[pid=31897/tid=31916] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31916/stat : 31916 (python) S 31895 31897 31171 0 -1 4202560 27 930 0 0 0 0 0 0 21 0 9 0 747483673 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 1 0 0 0
[pid=31897/tid=31919] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31919/stat : 31919 (python) S 31895 31897 31171 0 -1 4202560 36 930 0 0 0 0 0 0 23 0 9 0 747483676 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
[pid=31897/tid=31921] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31921/stat : 31921 (python) S 31895 31897 31171 0 -1 4202560 23 930 0 0 0 0 0 0 24 0 9 0 747483680 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 7 0 0 0
[pid=31897/tid=31925] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31925/stat : 31925 (python) S 31895 31897 31171 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 9 0 747483685 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40.69
Current children cumulated vsize (KiB) 5743408

[startup+6.90139 s]
/proc/loadavg: 9.60 9.50 9.33 10/488 31927
/proc/meminfo: memFree=17342148/32951124 swapFree=57414336/67111528
[pid=31897] ppid=31895 vsize=426724 CPUtime=0.79 cores=0-7
/proc/31897/stat : 31897 (python) S 31895 31897 31171 0 -1 4202496 15845 930 1 0 66 13 0 0 25 0 9 0 747483575 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31897/statm: 106681 7281 1889 364 0 42578 0
[pid=31903] ppid=31897 vsize=278680 CPUtime=0.02 cores=0-7
/proc/31903/stat : 31903 (python) S 31897 31897 31171 0 -1 4202560 912 0 0 0 1 1 0 0 18 0 1 0 747483661 285368320 5611 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085903 0 0 16781312 514 1077759443782828289 0 0 17 6 0 0 0
/proc/31903/statm: 69670 5611 377 364 0 5588 0
[pid=31905] ppid=31903 vsize=1017940 CPUtime=3.21 cores=0-7
/proc/31905/stat : 31905 (gnovelty+2) R 31903 31905 31905 0 -1 4202496 455 0 0 0 321 0 0 0 25 0 1 0 747483661 1042370560 191 33554432000 134512640 135663704 4288513024 18446744073709551615 134525520 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31905/statm: 254485 191 113 282 0 254201 0
[pid=31906] ppid=31897 vsize=289308 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (python) S 31897 31897 31171 0 -1 4202560 913 0 0 0 1 0 0 0 18 0 1 0 747483664 296251392 5707 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 1077755595492131074 0 0 17 1 0 0 0
/proc/31906/statm: 72327 5707 371 364 0 8242 0
[pid=31908] ppid=31906 vsize=1017940 CPUtime=5.97 cores=0-7
/proc/31908/stat : 31908 (gnovelty+2) R 31906 31908 31908 0 -1 4202496 454 0 0 0 597 0 0 0 25 0 1 0 747483664 1042370560 191 33554432000 134512640 135663704 4293946288 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31908/statm: 254485 191 113 282 0 254201 0
[pid=31909] ppid=31897 vsize=299056 CPUtime=0.01 cores=0-7
/proc/31909/stat : 31909 (python) S 31897 31897 31171 0 -1 4202560 923 0 0 0 1 0 0 0 15 0 1 0 747483667 306233344 5599 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 11599126397703913731 0 0 17 3 0 0 0
/proc/31909/statm: 74764 5599 371 364 0 10676 0
[pid=31911] ppid=31909 vsize=3528 CPUtime=5.95 cores=0-7
/proc/31911/stat : 31911 (march_hi) R 31909 31911 31911 0 -1 4202496 936 0 0 0 595 0 0 0 25 0 1 0 747483667 3612672 662 33554432000 4194304 4955518 140736520334288 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31911/statm: 882 662 106 186 0 695 0
[pid=31912] ppid=31897 vsize=375456 CPUtime=0.02 cores=0-7
/proc/31912/stat : 31912 (python) S 31897 31897 31171 0 -1 4202560 941 0 0 0 1 1 0 0 15 0 1 0 747483670 384466944 5725 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 17872539523561259268 0 0 17 1 0 0 0
/proc/31912/statm: 93864 5725 371 364 0 29773 0
[pid=31914] ppid=31912 vsize=3528 CPUtime=5.86 cores=0-7
/proc/31914/stat : 31914 (march_hi) R 31912 31914 31914 0 -1 4202496 935 0 0 0 586 0 0 0 25 0 1 0 747483670 3612672 657 33554432000 4194304 4955518 140736402254672 18446744073709551615 4235617 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31914/statm: 882 657 106 186 0 695 0
[pid=31915] ppid=31897 vsize=385712 CPUtime=0.01 cores=0-7
/proc/31915/stat : 31915 (python) S 31897 31897 31171 0 -1 4202560 930 0 0 0 0 1 0 0 15 0 1 0 747483673 394969088 5730 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 4487559956039434499 0 0 17 4 0 0 0
/proc/31915/statm: 96428 5730 371 364 0 32334 0
[pid=31917] ppid=31915 vsize=3528 CPUtime=5.89 cores=0-7
/proc/31917/stat : 31917 (march_hi) R 31915 31917 31917 0 -1 4202496 936 0 0 0 589 0 0 0 25 0 1 0 747483673 3612672 659 33554432000 4194304 4955518 140735246877216 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31917/statm: 882 659 106 186 0 695 0
[pid=31918] ppid=31897 vsize=395968 CPUtime=0.01 cores=0-7
/proc/31918/stat : 31918 (python) S 31897 31897 31171 0 -1 4202560 957 0 0 0 1 0 0 0 15 0 1 0 747483676 405471232 5751 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 16093995902749868289 0 0 17 0 0 0 0
/proc/31918/statm: 98992 5751 371 364 0 34895 0
[pid=31922] ppid=31918 vsize=3528 CPUtime=5.79 cores=0-7
/proc/31922/stat : 31922 (march_hi) R 31918 31922 31922 0 -1 4202496 935 0 0 0 579 0 0 0 25 0 1 0 747483680 3612672 655 33554432000 4194304 4955518 140734266508752 18446744073709551615 4208601 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31922/statm: 882 655 106 186 0 695 0
[pid=31920] ppid=31897 vsize=406224 CPUtime=0.02 cores=0-7
/proc/31920/stat : 31920 (python) S 31897 31897 31171 0 -1 4202560 955 0 0 0 1 1 0 0 15 0 1 0 747483679 415973376 5755 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 12633929567162040579 0 0 17 7 0 0 0
/proc/31920/statm: 101556 5755 371 364 0 37456 0
[pid=31923] ppid=31920 vsize=3528 CPUtime=5.72 cores=0-7
/proc/31923/stat : 31923 (march_hi) R 31920 31923 31923 0 -1 4202496 932 0 0 0 572 0 0 0 25 0 1 0 747483680 3612672 649 33554432000 4194304 4955518 140734075720160 18446744073709551615 4297148 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31923/statm: 882 649 106 186 0 695 0
[pid=31924] ppid=31897 vsize=416480 CPUtime=0.01 cores=0-7
/proc/31924/stat : 31924 (python) S 31897 31897 31171 0 -1 4202560 983 0 0 0 1 0 0 0 18 0 1 0 747483685 426475520 5765 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 4606957847844978947 0 0 17 1 0 0 0
/proc/31924/statm: 104120 5765 377 364 0 40017 0
[pid=31926] ppid=31924 vsize=416280 CPUtime=2.8 cores=0-7
/proc/31926/stat : 31926 (adaptg2wsat2009) R 31924 31926 31926 0 -1 4202496 527 0 0 0 280 0 0 0 25 0 1 0 747483693 426270720 252 33554432000 134512640 135107411 4294815120 18446744073709551615 134532364 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31926/statm: 104070 252 59 146 0 102946 0
[pid=31897/tid=31904] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31904/stat : 31904 (python) S 31895 31897 31171 0 -1 4202560 27 930 0 0 0 0 0 0 19 0 9 0 747483661 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 6 0 0 0
[pid=31897/tid=31907] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31907/stat : 31907 (python) S 31895 31897 31171 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 9 0 747483664 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
[pid=31897/tid=31910] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31910/stat : 31910 (python) S 31895 31897 31171 0 -1 4202560 19 930 0 0 0 0 0 0 18 0 9 0 747483667 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 3 0 0 0
[pid=31897/tid=31913] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31913/stat : 31913 (python) S 31895 31897 31171 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 9 0 747483670 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
[pid=31897/tid=31916] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31916/stat : 31916 (python) S 31895 31897 31171 0 -1 4202560 27 930 0 0 0 0 0 0 21 0 9 0 747483673 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 1 0 0 0
[pid=31897/tid=31919] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31919/stat : 31919 (python) S 31895 31897 31171 0 -1 4202560 36 930 0 0 0 0 0 0 23 0 9 0 747483676 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
[pid=31897/tid=31921] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31921/stat : 31921 (python) S 31895 31897 31171 0 -1 4202560 23 930 0 0 0 0 0 0 24 0 9 0 747483680 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 7 0 0 0
[pid=31897/tid=31925] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31925/stat : 31925 (python) S 31895 31897 31171 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 9 0 747483685 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.09
Current children cumulated vsize (KiB) 5743408

[startup+7.00137 s]
/proc/loadavg: 9.60 9.50 9.33 10/488 31927
/proc/meminfo: memFree=17342148/32951124 swapFree=57414336/67111528
[pid=31897] ppid=31895 vsize=426724 CPUtime=0.79 cores=0-7
/proc/31897/stat : 31897 (python) S 31895 31897 31171 0 -1 4202496 15845 930 1 0 66 13 0 0 25 0 9 0 747483575 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31897/statm: 106681 7281 1889 364 0 42578 0
[pid=31903] ppid=31897 vsize=278680 CPUtime=0.02 cores=0-7
/proc/31903/stat : 31903 (python) S 31897 31897 31171 0 -1 4202560 912 0 0 0 1 1 0 0 18 0 1 0 747483661 285368320 5611 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085903 0 0 16781312 514 1077759443782828289 0 0 17 6 0 0 0
/proc/31903/statm: 69670 5611 377 364 0 5588 0
[pid=31905] ppid=31903 vsize=1017940 CPUtime=3.29 cores=0-7
/proc/31905/stat : 31905 (gnovelty+2) R 31903 31905 31905 0 -1 4202496 455 0 0 0 329 0 0 0 25 0 1 0 747483661 1042370560 191 33554432000 134512640 135663704 4288513024 18446744073709551615 134547018 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31905/statm: 254485 191 113 282 0 254201 0
[pid=31906] ppid=31897 vsize=289308 CPUtime=0.01 cores=0-7
/proc/31906/stat : 31906 (python) S 31897 31897 31171 0 -1 4202560 913 0 0 0 1 0 0 0 18 0 1 0 747483664 296251392 5707 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 1077755595492131074 0 0 17 1 0 0 0
/proc/31906/statm: 72327 5707 371 364 0 8242 0
[pid=31908] ppid=31906 vsize=1017940 CPUtime=6.07 cores=0-7
/proc/31908/stat : 31908 (gnovelty+2) R 31906 31908 31908 0 -1 4202496 454 0 0 0 607 0 0 0 25 0 1 0 747483664 1042370560 191 33554432000 134512640 135663704 4293946288 18446744073709551615 134524518 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31908/statm: 254485 191 113 282 0 254201 0
[pid=31909] ppid=31897 vsize=299056 CPUtime=0.01 cores=0-7
/proc/31909/stat : 31909 (python) S 31897 31897 31171 0 -1 4202560 923 0 0 0 1 0 0 0 15 0 1 0 747483667 306233344 5599 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 11599126397703913731 0 0 17 3 0 0 0
/proc/31909/statm: 74764 5599 371 364 0 10676 0
[pid=31911] ppid=31909 vsize=3528 CPUtime=6.05 cores=0-7
/proc/31911/stat : 31911 (march_hi) R 31909 31911 31911 0 -1 4202496 942 0 0 0 605 0 0 0 25 0 1 0 747483667 3612672 668 33554432000 4194304 4955518 140736520334288 18446744073709551615 4297664 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31911/statm: 882 668 106 186 0 695 0
[pid=31912] ppid=31897 vsize=375456 CPUtime=0.02 cores=0-7
/proc/31912/stat : 31912 (python) S 31897 31897 31171 0 -1 4202560 941 0 0 0 1 1 0 0 15 0 1 0 747483670 384466944 5725 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 17872539523561259268 0 0 17 1 0 0 0
/proc/31912/statm: 93864 5725 371 364 0 29773 0
[pid=31914] ppid=31912 vsize=3528 CPUtime=5.96 cores=0-7
/proc/31914/stat : 31914 (march_hi) R 31912 31914 31914 0 -1 4202496 940 0 0 0 596 0 0 0 25 0 1 0 747483670 3612672 662 33554432000 4194304 4955518 140736402254672 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31914/statm: 882 662 106 186 0 695 0
[pid=31915] ppid=31897 vsize=385712 CPUtime=0.01 cores=0-7
/proc/31915/stat : 31915 (python) S 31897 31897 31171 0 -1 4202560 930 0 0 0 0 1 0 0 15 0 1 0 747483673 394969088 5730 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 4487559956039434499 0 0 17 4 0 0 0
/proc/31915/statm: 96428 5730 371 364 0 32334 0
[pid=31917] ppid=31915 vsize=3528 CPUtime=5.99 cores=0-7
/proc/31917/stat : 31917 (march_hi) R 31915 31917 31917 0 -1 4202496 942 0 0 0 599 0 0 0 25 0 1 0 747483673 3612672 665 33554432000 4194304 4955518 140735246877216 18446744073709551615 4224850 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31917/statm: 882 665 106 186 0 695 0
[pid=31918] ppid=31897 vsize=395968 CPUtime=0.01 cores=0-7
/proc/31918/stat : 31918 (python) S 31897 31897 31171 0 -1 4202560 957 0 0 0 1 0 0 0 15 0 1 0 747483676 405471232 5751 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 16093995902749868289 0 0 17 0 0 0 0
/proc/31918/statm: 98992 5751 371 364 0 34895 0
[pid=31922] ppid=31918 vsize=3528 CPUtime=5.89 cores=0-7
/proc/31922/stat : 31922 (march_hi) R 31918 31922 31922 0 -1 4202496 939 0 0 0 589 0 0 0 25 0 1 0 747483680 3612672 659 33554432000 4194304 4955518 140734266508752 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31922/statm: 882 659 106 186 0 695 0
[pid=31920] ppid=31897 vsize=406224 CPUtime=0.02 cores=0-7
/proc/31920/stat : 31920 (python) S 31897 31897 31171 0 -1 4202560 955 0 0 0 1 1 0 0 15 0 1 0 747483679 415973376 5755 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 12633929567162040579 0 0 17 7 0 0 0
/proc/31920/statm: 101556 5755 371 364 0 37456 0
[pid=31923] ppid=31920 vsize=3528 CPUtime=5.82 cores=0-7
/proc/31923/stat : 31923 (march_hi) R 31920 31923 31923 0 -1 4202496 937 0 0 0 582 0 0 0 25 0 1 0 747483680 3612672 654 33554432000 4194304 4955518 140734075720160 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31923/statm: 882 654 106 186 0 695 0
[pid=31924] ppid=31897 vsize=416480 CPUtime=0.01 cores=0-7
/proc/31924/stat : 31924 (python) S 31897 31897 31171 0 -1 4202560 983 0 0 0 1 0 0 0 18 0 1 0 747483685 426475520 5765 33554432000 4194304 5683644 140733630334832 18446744073709551615 252458085958 0 0 16781312 514 4606957847844978947 0 0 17 1 0 0 0
/proc/31924/statm: 104120 5765 377 364 0 40017 0
[pid=31926] ppid=31924 vsize=416280 CPUtime=2.81 cores=0-7
/proc/31926/stat : 31926 (adaptg2wsat2009) R 31924 31926 31926 0 -1 4202496 527 0 0 0 281 0 0 0 25 0 1 0 747483693 426270720 252 33554432000 134512640 135107411 4294815120 18446744073709551615 134531792 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31926/statm: 104070 252 59 146 0 102946 0
[pid=31897/tid=31904] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31904/stat : 31904 (python) S 31895 31897 31171 0 -1 4202560 27 930 0 0 0 0 0 0 19 0 9 0 747483661 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 6 0 0 0
[pid=31897/tid=31907] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31907/stat : 31907 (python) S 31895 31897 31171 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 9 0 747483664 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
[pid=31897/tid=31910] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31910/stat : 31910 (python) S 31895 31897 31171 0 -1 4202560 19 930 0 0 0 0 0 0 18 0 9 0 747483667 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 3 0 0 0
[pid=31897/tid=31913] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31913/stat : 31913 (python) S 31895 31897 31171 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 9 0 747483670 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
[pid=31897/tid=31916] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31916/stat : 31916 (python) S 31895 31897 31171 0 -1 4202560 27 930 0 0 0 0 0 0 21 0 9 0 747483673 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 1 0 0 0
[pid=31897/tid=31919] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31919/stat : 31919 (python) S 31895 31897 31171 0 -1 4202560 36 930 0 0 0 0 0 0 23 0 9 0 747483676 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
[pid=31897/tid=31921] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31921/stat : 31921 (python) S 31895 31897 31171 0 -1 4202560 23 930 0 0 0 0 0 0 24 0 9 0 747483680 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 7 0 0 0
[pid=31897/tid=31925] ppid=31895 vsize=426724 CPUtime=0 cores=0-7
/proc/31897/task/31925/stat : 31925 (python) S 31895 31897 31171 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 9 0 747483685 436965376 7281 33554432000 4194304 5683644 140733630334832 18446744073709551615 252469889457 0 0 16781312 2 18446604450332099520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.78
Current children cumulated vsize (KiB) 5743408

Child status: 0
Real time (s): 7.06487
CPU time (s): 43.2584
CPU user time (s): 42.9865
CPU system time (s): 0.271958
CPU usage (%): 612.303
Max. virtual memory (cumulated for all children) (KiB): 5743408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.9865
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35437
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= 3768
involuntary context switches= 847

runsolver used 0.039993 second user time and 0.081987 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-16 21:02:11
IDJOB=3385717
IDBENCH=82982
IDSOLVER=1870
FILE ID=node111/3385717-1305572531
RUNJOBID= node111-1305564966-31185
PBS_JOBID= 13350139
Free space on /tmp= 73552 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1499315720-089.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-3385717-1305572531/watcher-3385717-1305572531 -o /tmp/evaluation-result-3385717-1305572531/solver-3385717-1305572531 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385717-1305572531.cnf -seed 1655447407 -budget 40000 -cores 8

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

MD5SUM BENCH= 2a32c611c54ab908b08295ea33000743
RANDOM SEED=1655447407

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:      17412052 kB
Buffers:        311240 kB
Cached:        6426572 kB
SwapCached:      19200 kB
Active:        7906620 kB
Inactive:      7357160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17412052 kB
SwapTotal:    67111528 kB
SwapFree:     57414336 kB
Dirty:           32120 kB
Writeback:           0 kB
AnonPages:     8516112 kB
Mapped:          27472 kB
Slab:           136152 kB
PageTables:      66108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149520384 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= 73524 MiB
End job on node111 at 2011-05-16 21:02:18