Trace number 3386441

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-seq-random (fixed)SAT 210.16 209.968

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S93401285-051-UNKNOWN.cnf
MD5SUMdc0028248c86c8aff67bef1f8d7ffb16
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.2163
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 512750

Solver Data

0.41/0.71	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/0.71	c INFO: solving HOME/instance-3386441-1305586143.cnf
0.41/0.71	c INFO: computing task features
0.50/0.80	c INFO: computed variable-clause graph statistics
0.50/0.80	c INFO: computed clause balance statistics
0.90/1.25	c INFO: computed variable balance statistics
1.10/1.43	c INFO: computed small-clause counts
1.10/1.43	c INFO: computed Horn-clause counts
1.10/1.44	c INFO: computed variable graph statistics
1.10/1.44	c INFO: collected features for HOME/instance-3386441-1305586143.cnf in 0.73 s
1.10/1.47	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.37)
101.54/101.78	c INFO: running gnovelty+2@0 for 97 with 4899 remaining (b = 0.12)
202.24/202.10	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.08)
210.02/209.94	s SATISFIABLE
210.02/209.94	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-3386441-1305586143/watcher-3386441-1305586143 -o /tmp/evaluation-result-3386441-1305586143/solver-3386441-1305586143 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386441-1305586143.cnf -seed 2076694856 -budget 5000 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.00 2.03 3.25 4/381 17764
/proc/meminfo: memFree=17524376/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=15752 CPUtime=0 cores=1,3,5,7
/proc/17764/stat : 17764 (python) S 17762 17764 17732 0 -1 4202496 839 0 0 0 0 0 0 0 20 0 1 0 651030186 16130048 723 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/17764/statm: 3938 723 334 364 0 425 0

[startup+0.057599 s]
/proc/loadavg: 2.00 2.03 3.25 4/381 17764
/proc/meminfo: memFree=17524376/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=29784 CPUtime=0.03 cores=1,3,5,7
/proc/17764/stat : 17764 (python) R 17762 17764 17732 0 -1 4202496 1401 0 0 0 2 1 0 0 17 0 1 0 651030186 30498816 1245 33554432000 4194304 5683644 140734866411808 18446744073709551615 220815897285 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17764/statm: 7446 1245 443 364 0 816 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29784

[startup+0.100594 s]
/proc/loadavg: 2.00 2.03 3.25 4/381 17764
/proc/meminfo: memFree=17524376/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=87700 CPUtime=0.06 cores=1,3,5,7
/proc/17764/stat : 17764 (python) S 17762 17764 17732 0 -1 4202496 2636 0 0 0 4 2 0 0 17 0 1 0 651030186 89804800 2353 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/17764/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.300558 s]
/proc/loadavg: 2.00 2.03 3.25 4/381 17764
/proc/meminfo: memFree=17524376/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=135744 CPUtime=0.19 cores=1,3,5,7
/proc/17764/stat : 17764 (python) R 17762 17764 17732 0 -1 4202496 5970 931 1 0 13 6 0 0 17 0 1 0 651030186 139001856 4148 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816232453 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/17764/statm: 33936 4148 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135744

[startup+0.700484 s]
/proc/loadavg: 2.00 2.03 3.25 4/381 17764
/proc/meminfo: memFree=17524376/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=261728 CPUtime=0.41 cores=1,3,5,7
/proc/17764/stat : 17764 (python) R 17762 17764 17732 0 -1 4202496 8760 931 1 0 26 15 0 0 15 0 1 0 651030186 268009472 6529 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816234496 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/17764/statm: 65432 6529 1663 364 0 5256 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 261728

[startup+1.5003 s]
/proc/loadavg: 2.00 2.03 3.25 5/385 17779
/proc/meminfo: memFree=17432408/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=289256 CPUtime=1.18 cores=1,3,5,7
/proc/17764/stat : 17764 (python) S 17762 17764 17732 0 -1 4202496 11109 931 1 0 103 15 0 0 17 0 2 0 651030186 296198144 7204 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17764/statm: 72314 7204 1877 364 0 8232 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 289256

[startup+3.10104 s]
/proc/loadavg: 2.00 2.03 3.25 5/388 17782
/proc/meminfo: memFree=17408576/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=289256 CPUtime=1.18 cores=1,3,5,7
/proc/17764/stat : 17764 (python) S 17762 17764 17732 0 -1 4202496 11109 931 1 0 103 15 0 0 17 0 2 0 651030186 296198144 7204 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17764/statm: 72314 7204 1877 364 0 8232 0
[pid=17780] ppid=17764 vsize=279012 CPUtime=0 cores=1,3,5,7
/proc/17780/stat : 17780 (python) S 17764 17764 17732 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 651030334 285708288 5677 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816256527 0 0 16781312 514 2816229164296667399 0 0 17 3 0 0 0
/proc/17780/statm: 69753 5677 354 364 0 5671 0
[pid=17782] ppid=17780 vsize=1018364 CPUtime=1.61 cores=1,3,5,7
/proc/17782/stat : 17782 (gnovelty+2) R 17780 17782 17782 0 -1 4202496 668 0 0 0 161 0 0 0 25 0 1 0 651030334 1042804736 408 33554432000 134512640 135663704 4287341872 18446744073709551615 134524857 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17782/statm: 254591 408 113 282 0 254307 0
[pid=17764/tid=17781] ppid=17762 vsize=289256 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17781/stat : 17781 (python) S 17762 17764 17732 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 651030334 296198144 7204 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 1586632

[startup+6.30041 s]
/proc/loadavg: 2.16 2.06 3.25 5/388 17782
/proc/meminfo: memFree=17408120/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=289256 CPUtime=1.18 cores=1,3,5,7
/proc/17764/stat : 17764 (python) S 17762 17764 17732 0 -1 4202496 11109 931 1 0 103 15 0 0 17 0 2 0 651030186 296198144 7204 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17764/statm: 72314 7204 1877 364 0 8232 0
[pid=17780] ppid=17764 vsize=279012 CPUtime=0 cores=1,3,5,7
/proc/17780/stat : 17780 (python) S 17764 17764 17732 0 -1 4202560 882 0 0 0 0 0 0 0 18 0 1 0 651030334 285708288 5700 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816256527 0 0 16781312 514 2816229164296667399 0 0 17 3 0 0 0
/proc/17780/statm: 69753 5700 377 364 0 5671 0
[pid=17782] ppid=17780 vsize=1018364 CPUtime=4.81 cores=1,3,5,7
/proc/17782/stat : 17782 (gnovelty+2) R 17780 17782 17782 0 -1 4202496 668 0 0 0 481 0 0 0 25 0 1 0 651030334 1042804736 408 33554432000 134512640 135663704 4287341872 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17782/statm: 254591 408 113 282 0 254307 0
[pid=17764/tid=17781] ppid=17762 vsize=289256 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17781/stat : 17781 (python) S 17762 17764 17732 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 651030334 296198144 7204 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 1586632

[startup+12.7003 s]
/proc/loadavg: 2.31 2.09 3.26 5/391 17785
/proc/meminfo: memFree=17375892/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=289256 CPUtime=1.18 cores=1,3,5,7
/proc/17764/stat : 17764 (python) S 17762 17764 17732 0 -1 4202496 11109 931 1 0 103 15 0 0 17 0 2 0 651030186 296198144 7204 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17764/statm: 72314 7204 1877 364 0 8232 0
[pid=17780] ppid=17764 vsize=279012 CPUtime=0.02 cores=1,3,5,7
/proc/17780/stat : 17780 (python) S 17764 17764 17732 0 -1 4202560 884 0 0 0 1 1 0 0 18 0 1 0 651030334 285708288 5700 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816256527 0 0 16781312 514 3228236507894481159 0 0 17 3 0 0 0
/proc/17780/statm: 69753 5700 377 364 0 5671 0
[pid=17782] ppid=17780 vsize=1018364 CPUtime=11.2 cores=1,3,5,7
/proc/17782/stat : 17782 (gnovelty+2) R 17780 17782 17782 0 -1 4202496 668 0 0 0 1120 0 0 0 25 0 1 0 651030334 1042804736 408 33554432000 134512640 135663704 4287341872 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17782/statm: 254591 408 113 282 0 254307 0
[pid=17764/tid=17781] ppid=17762 vsize=289256 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17781/stat : 17781 (python) S 17762 17764 17732 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 651030334 296198144 7204 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 1586632

[startup+25.5009 s]
/proc/loadavg: 2.68 2.18 3.27 5/391 17785
/proc/meminfo: memFree=17375756/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=289256 CPUtime=1.18 cores=1,3,5,7
/proc/17764/stat : 17764 (python) S 17762 17764 17732 0 -1 4202496 11109 931 1 0 103 15 0 0 17 0 2 0 651030186 296198144 7204 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17764/statm: 72314 7204 1877 364 0 8232 0
[pid=17780] ppid=17764 vsize=279012 CPUtime=0.06 cores=1,3,5,7
/proc/17780/stat : 17780 (python) S 17764 17764 17732 0 -1 4202560 889 0 0 0 3 3 0 0 18 0 1 0 651030334 285708288 5700 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816256527 0 0 16781312 514 3228236507894481159 0 0 17 3 0 0 0
/proc/17780/statm: 69753 5700 377 364 0 5671 0
[pid=17782] ppid=17780 vsize=1018364 CPUtime=23.99 cores=1,3,5,7
/proc/17782/stat : 17782 (gnovelty+2) R 17780 17782 17782 0 -1 4202496 668 0 0 0 2399 0 0 0 25 0 1 0 651030334 1042804736 408 33554432000 134512640 135663704 4287341872 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17782/statm: 254591 408 113 282 0 254307 0
[pid=17764/tid=17781] ppid=17762 vsize=289256 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17781/stat : 17781 (python) S 17762 17764 17732 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 651030334 296198144 7204 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 1586632

[startup+51.1012 s]
/proc/loadavg: 3.20 2.35 3.29 5/391 17786
/proc/meminfo: memFree=17372412/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=289256 CPUtime=1.18 cores=1,3,5,7
/proc/17764/stat : 17764 (python) S 17762 17764 17732 0 -1 4202496 11109 931 1 0 103 15 0 0 17 0 2 0 651030186 296198144 7204 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17764/statm: 72314 7204 1877 364 0 8232 0
[pid=17780] ppid=17764 vsize=279012 CPUtime=0.12 cores=1,3,5,7
/proc/17780/stat : 17780 (python) S 17764 17764 17732 0 -1 4202560 897 0 0 0 6 6 0 0 18 0 1 0 651030334 285708288 5700 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816256527 0 0 16781312 514 3228236507894481159 0 0 17 3 0 0 0
/proc/17780/statm: 69753 5700 377 364 0 5671 0
[pid=17782] ppid=17780 vsize=1018364 CPUtime=49.56 cores=1,3,5,7
/proc/17782/stat : 17782 (gnovelty+2) R 17780 17782 17782 0 -1 4202496 668 0 0 0 4956 0 0 0 25 0 1 0 651030334 1042804736 408 33554432000 134512640 135663704 4287341872 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17782/statm: 254591 408 113 282 0 254307 0
[pid=17764/tid=17781] ppid=17762 vsize=289256 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17781/stat : 17781 (python) S 17762 17764 17732 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 2 0 651030334 296198144 7204 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 1586632

[startup+102.315 s]
/proc/loadavg: 3.65 2.60 3.33 5/395 17791
/proc/meminfo: memFree=17359664/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=300120 CPUtime=1.21 cores=1,3,5,7
/proc/17764/stat : 17764 (python) S 17762 17764 17732 0 -1 4202496 11986 931 1 0 106 15 0 0 19 0 3 0 651030186 307322880 7346 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17764/statm: 75030 7346 1880 364 0 10945 0
[pid=17780] ppid=17764 vsize=289256 CPUtime=0.27 cores=1,3,5,7
/proc/17780/stat : 17780 (python) S 17764 17764 17732 0 -1 4202560 1072 0 0 0 14 13 0 0 19 0 2 0 651030334 296198144 5738 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17780/statm: 72314 5738 410 364 0 8232 0
[pid=17782] ppid=17780 vsize=1018364 CPUtime=100.18 cores=1,3,5,7
/proc/17782/stat : 17782 (gnovelty+2) T 17780 17782 17782 0 -1 4202496 668 0 0 0 10018 0 0 0 25 0 1 0 651030334 1042804736 408 33554432000 134512640 135663704 4287341872 18446744073709551615 134525292 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17782/statm: 254591 408 113 282 0 254307 0
[pid=17780/tid=17788] ppid=17764 vsize=289256 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17788/stat : 17788 (python) S 17764 17764 17732 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651040362 296198144 5738 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 514 18446604466453299584 0 0 -1 7 0 0 0
[pid=17789] ppid=17764 vsize=289876 CPUtime=0 cores=1,3,5,7
/proc/17789/stat : 17789 (python) S 17764 17764 17732 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 651040365 296833024 5810 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816256582 0 0 16781312 514 2816236860878094335 0 0 17 7 0 0 0
/proc/17789/statm: 72469 5810 348 364 0 8384 0
[pid=17791] ppid=17789 vsize=1018364 CPUtime=0.52 cores=1,3,5,7
/proc/17791/stat : 17791 (gnovelty+2) R 17789 17791 17791 0 -1 4202496 674 0 0 0 52 0 0 0 22 0 1 0 651040365 1042804736 409 33554432000 134512640 135663704 4292396112 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17791/statm: 254591 409 113 282 0 254307 0
[pid=17764/tid=17781] ppid=17762 vsize=300120 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17781/stat : 17781 (python) S 17762 17764 17732 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 3 0 651030334 307322880 7346 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 3 0 0 0
[pid=17764/tid=17790] ppid=17762 vsize=300120 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17790/stat : 17790 (python) S 17762 17764 17732 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 3 0 651040365 307322880 7346 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 2915980

[startup+162.301 s]
/proc/loadavg: 3.91 2.87 3.37 5/399 17797
/proc/meminfo: memFree=17313360/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=300120 CPUtime=1.21 cores=1,3,5,7
/proc/17764/stat : 17764 (python) S 17762 17764 17732 0 -1 4202496 11986 931 1 0 106 15 0 0 19 0 3 0 651030186 307322880 7346 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17764/statm: 75030 7346 1880 364 0 10945 0
[pid=17780] ppid=17764 vsize=289256 CPUtime=0.27 cores=1,3,5,7
/proc/17780/stat : 17780 (python) S 17764 17764 17732 0 -1 4202560 1072 0 0 0 14 13 0 0 19 0 2 0 651030334 296198144 5738 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17780/statm: 72314 5738 410 364 0 8232 0
[pid=17782] ppid=17780 vsize=1018364 CPUtime=100.18 cores=1,3,5,7
/proc/17782/stat : 17782 (gnovelty+2) T 17780 17782 17782 0 -1 4202496 668 0 0 0 10018 0 0 0 25 0 1 0 651030334 1042804736 408 33554432000 134512640 135663704 4287341872 18446744073709551615 134525292 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17782/statm: 254591 408 113 282 0 254307 0
[pid=17780/tid=17788] ppid=17764 vsize=289256 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17788/stat : 17788 (python) S 17764 17764 17732 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651040362 296198144 5738 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 514 18446604466453299584 0 0 -1 7 0 0 0
[pid=17789] ppid=17764 vsize=289876 CPUtime=0.16 cores=1,3,5,7

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

[pid=17789] ppid=17764 vsize=289876 CPUtime=0.27 cores=1,3,5,7
/proc/17789/stat : 17789 (python) S 17764 17764 17732 0 -1 4202560 1071 0 0 0 15 12 0 0 19 0 2 0 651040365 296833024 5863 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17789/statm: 72469 5863 400 364 0 8384 0
[pid=17791] ppid=17789 vsize=1018364 CPUtime=100.28 cores=1,3,5,7
/proc/17791/stat : 17791 (gnovelty+2) T 17789 17791 17791 0 -1 4202496 674 0 0 0 10028 0 0 0 25 0 1 0 651040365 1042804736 409 33554432000 134512640 135663704 4292396112 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17791/statm: 254591 409 113 282 0 254307 0
[pid=17789/tid=17799] ppid=17764 vsize=289876 CPUtime=0 cores=1,3,5,7
/proc/17789/task/17799/stat : 17799 (python) S 17764 17764 17732 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 651050394 296833024 5863 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 514 18446604466453301376 0 0 -1 1 0 0 0
[pid=17800] ppid=17764 vsize=300132 CPUtime=0 cores=1,3,5,7
/proc/17800/stat : 17800 (python) S 17764 17764 17732 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 651050397 307335168 5814 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816256582 0 0 16781312 514 7263149242133217542 0 0 17 1 0 0 0
/proc/17800/statm: 75033 5814 348 364 0 10945 0
[pid=17802] ppid=17800 vsize=417976 CPUtime=2.58 cores=1,3,5,7
/proc/17802/stat : 17802 (adaptg2wsat2009) R 17800 17802 17802 0 -1 4202496 1004 0 0 0 258 0 0 0 25 0 1 0 651050398 428007424 735 33554432000 134512640 135107411 4293410192 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17802/statm: 104494 735 59 146 0 103370 0
[pid=17764/tid=17781] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17781/stat : 17781 (python) S 17762 17764 17732 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 4 0 651030334 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 3 0 0 0
[pid=17764/tid=17790] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17790/stat : 17790 (python) S 17762 17764 17732 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 4 0 651040365 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 7 0 0 0
[pid=17764/tid=17801] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17801/stat : 17801 (python) S 17762 17764 17732 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 4 0 651050397 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.82
Current children cumulated vsize (KiB) 3644344

[startup+207.914 s]
/proc/loadavg: 3.96 3.04 3.40 5/403 17802
/proc/meminfo: memFree=17300404/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=310376 CPUtime=1.24 cores=1,3,5,7
/proc/17764/stat : 17764 (python) S 17762 17764 17732 0 -1 4202496 12824 931 1 0 108 16 0 0 20 0 4 0 651030186 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17764/statm: 77594 7352 1882 364 0 13506 0
[pid=17780] ppid=17764 vsize=289256 CPUtime=0.27 cores=1,3,5,7
/proc/17780/stat : 17780 (python) S 17764 17764 17732 0 -1 4202560 1072 0 0 0 14 13 0 0 19 0 2 0 651030334 296198144 5738 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17780/statm: 72314 5738 410 364 0 8232 0
[pid=17782] ppid=17780 vsize=1018364 CPUtime=100.18 cores=1,3,5,7
/proc/17782/stat : 17782 (gnovelty+2) T 17780 17782 17782 0 -1 4202496 668 0 0 0 10018 0 0 0 25 0 1 0 651030334 1042804736 408 33554432000 134512640 135663704 4287341872 18446744073709551615 134525292 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17782/statm: 254591 408 113 282 0 254307 0
[pid=17780/tid=17788] ppid=17764 vsize=289256 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17788/stat : 17788 (python) S 17764 17764 17732 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651040362 296198144 5738 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 514 18446604466453299584 0 0 -1 7 0 0 0
[pid=17789] ppid=17764 vsize=289876 CPUtime=0.27 cores=1,3,5,7
/proc/17789/stat : 17789 (python) S 17764 17764 17732 0 -1 4202560 1071 0 0 0 15 12 0 0 19 0 2 0 651040365 296833024 5863 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17789/statm: 72469 5863 400 364 0 8384 0
[pid=17791] ppid=17789 vsize=1018364 CPUtime=100.28 cores=1,3,5,7
/proc/17791/stat : 17791 (gnovelty+2) T 17789 17791 17791 0 -1 4202496 674 0 0 0 10028 0 0 0 25 0 1 0 651040365 1042804736 409 33554432000 134512640 135663704 4292396112 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17791/statm: 254591 409 113 282 0 254307 0
[pid=17789/tid=17799] ppid=17764 vsize=289876 CPUtime=0 cores=1,3,5,7
/proc/17789/task/17799/stat : 17799 (python) S 17764 17764 17732 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 651050394 296833024 5863 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 514 18446604466453301376 0 0 -1 1 0 0 0
[pid=17800] ppid=17764 vsize=300132 CPUtime=0.01 cores=1,3,5,7
/proc/17800/stat : 17800 (python) S 17764 17764 17732 0 -1 4202560 894 0 0 0 0 1 0 0 18 0 1 0 651050397 307335168 5836 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816256582 0 0 16781312 514 7263149242133217542 0 0 17 1 0 0 0
/proc/17800/statm: 75033 5836 370 364 0 10945 0
[pid=17802] ppid=17800 vsize=417976 CPUtime=5.79 cores=1,3,5,7
/proc/17802/stat : 17802 (adaptg2wsat2009) R 17800 17802 17802 0 -1 4202496 1004 0 0 0 579 0 0 0 25 0 1 0 651050398 428007424 735 33554432000 134512640 135107411 4293410192 18446744073709551615 134531741 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17802/statm: 104494 735 59 146 0 103370 0
[pid=17764/tid=17781] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17781/stat : 17781 (python) S 17762 17764 17732 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 4 0 651030334 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 3 0 0 0
[pid=17764/tid=17790] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17790/stat : 17790 (python) S 17762 17764 17732 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 4 0 651040365 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 7 0 0 0
[pid=17764/tid=17801] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17801/stat : 17801 (python) S 17762 17764 17732 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 4 0 651050397 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 208.04
Current children cumulated vsize (KiB) 3644344

[startup+208.701 s]
/proc/loadavg: 3.96 3.04 3.40 5/403 17802
/proc/meminfo: memFree=17300404/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=310376 CPUtime=1.24 cores=1,3,5,7
/proc/17764/stat : 17764 (python) S 17762 17764 17732 0 -1 4202496 12824 931 1 0 108 16 0 0 20 0 4 0 651030186 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17764/statm: 77594 7352 1882 364 0 13506 0
[pid=17780] ppid=17764 vsize=289256 CPUtime=0.27 cores=1,3,5,7
/proc/17780/stat : 17780 (python) S 17764 17764 17732 0 -1 4202560 1072 0 0 0 14 13 0 0 19 0 2 0 651030334 296198144 5738 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17780/statm: 72314 5738 410 364 0 8232 0
[pid=17782] ppid=17780 vsize=1018364 CPUtime=100.18 cores=1,3,5,7
/proc/17782/stat : 17782 (gnovelty+2) T 17780 17782 17782 0 -1 4202496 668 0 0 0 10018 0 0 0 25 0 1 0 651030334 1042804736 408 33554432000 134512640 135663704 4287341872 18446744073709551615 134525292 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17782/statm: 254591 408 113 282 0 254307 0
[pid=17780/tid=17788] ppid=17764 vsize=289256 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17788/stat : 17788 (python) S 17764 17764 17732 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651040362 296198144 5738 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 514 18446604466453299584 0 0 -1 7 0 0 0
[pid=17789] ppid=17764 vsize=289876 CPUtime=0.27 cores=1,3,5,7
/proc/17789/stat : 17789 (python) S 17764 17764 17732 0 -1 4202560 1071 0 0 0 15 12 0 0 19 0 2 0 651040365 296833024 5863 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17789/statm: 72469 5863 400 364 0 8384 0
[pid=17791] ppid=17789 vsize=1018364 CPUtime=100.28 cores=1,3,5,7
/proc/17791/stat : 17791 (gnovelty+2) T 17789 17791 17791 0 -1 4202496 674 0 0 0 10028 0 0 0 25 0 1 0 651040365 1042804736 409 33554432000 134512640 135663704 4292396112 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17791/statm: 254591 409 113 282 0 254307 0
[pid=17789/tid=17799] ppid=17764 vsize=289876 CPUtime=0 cores=1,3,5,7
/proc/17789/task/17799/stat : 17799 (python) S 17764 17764 17732 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 651050394 296833024 5863 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 514 18446604466453301376 0 0 -1 1 0 0 0
[pid=17800] ppid=17764 vsize=300132 CPUtime=0.01 cores=1,3,5,7
/proc/17800/stat : 17800 (python) S 17764 17764 17732 0 -1 4202560 894 0 0 0 0 1 0 0 18 0 1 0 651050397 307335168 5836 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816256582 0 0 16781312 514 7263149242133217542 0 0 17 1 0 0 0
/proc/17800/statm: 75033 5836 370 364 0 10945 0
[pid=17802] ppid=17800 vsize=417976 CPUtime=6.57 cores=1,3,5,7
/proc/17802/stat : 17802 (adaptg2wsat2009) R 17800 17802 17802 0 -1 4202496 1004 0 0 0 657 0 0 0 25 0 1 0 651050398 428007424 735 33554432000 134512640 135107411 4293410192 18446744073709551615 134531537 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17802/statm: 104494 735 59 146 0 103370 0
[pid=17764/tid=17781] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17781/stat : 17781 (python) S 17762 17764 17732 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 4 0 651030334 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 3 0 0 0
[pid=17764/tid=17790] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17790/stat : 17790 (python) S 17762 17764 17732 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 4 0 651040365 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 7 0 0 0
[pid=17764/tid=17801] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17801/stat : 17801 (python) S 17762 17764 17732 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 4 0 651050397 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 208.82
Current children cumulated vsize (KiB) 3644344

[startup+209.501 s]
/proc/loadavg: 3.96 3.04 3.40 6/403 17802
/proc/meminfo: memFree=17300280/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=310376 CPUtime=1.24 cores=1,3,5,7
/proc/17764/stat : 17764 (python) S 17762 17764 17732 0 -1 4202496 12824 931 1 0 108 16 0 0 20 0 4 0 651030186 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17764/statm: 77594 7352 1882 364 0 13506 0
[pid=17780] ppid=17764 vsize=289256 CPUtime=0.27 cores=1,3,5,7
/proc/17780/stat : 17780 (python) S 17764 17764 17732 0 -1 4202560 1072 0 0 0 14 13 0 0 19 0 2 0 651030334 296198144 5738 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17780/statm: 72314 5738 410 364 0 8232 0
[pid=17782] ppid=17780 vsize=1018364 CPUtime=100.18 cores=1,3,5,7
/proc/17782/stat : 17782 (gnovelty+2) T 17780 17782 17782 0 -1 4202496 668 0 0 0 10018 0 0 0 25 0 1 0 651030334 1042804736 408 33554432000 134512640 135663704 4287341872 18446744073709551615 134525292 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17782/statm: 254591 408 113 282 0 254307 0
[pid=17780/tid=17788] ppid=17764 vsize=289256 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17788/stat : 17788 (python) S 17764 17764 17732 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651040362 296198144 5738 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 514 18446604466453299584 0 0 -1 7 0 0 0
[pid=17789] ppid=17764 vsize=289876 CPUtime=0.27 cores=1,3,5,7
/proc/17789/stat : 17789 (python) S 17764 17764 17732 0 -1 4202560 1071 0 0 0 15 12 0 0 19 0 2 0 651040365 296833024 5863 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17789/statm: 72469 5863 400 364 0 8384 0
[pid=17791] ppid=17789 vsize=1018364 CPUtime=100.28 cores=1,3,5,7
/proc/17791/stat : 17791 (gnovelty+2) T 17789 17791 17791 0 -1 4202496 674 0 0 0 10028 0 0 0 25 0 1 0 651040365 1042804736 409 33554432000 134512640 135663704 4292396112 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17791/statm: 254591 409 113 282 0 254307 0
[pid=17789/tid=17799] ppid=17764 vsize=289876 CPUtime=0 cores=1,3,5,7
/proc/17789/task/17799/stat : 17799 (python) S 17764 17764 17732 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 651050394 296833024 5863 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 514 18446604466453301376 0 0 -1 1 0 0 0
[pid=17800] ppid=17764 vsize=300132 CPUtime=0.01 cores=1,3,5,7
/proc/17800/stat : 17800 (python) S 17764 17764 17732 0 -1 4202560 894 0 0 0 0 1 0 0 18 0 1 0 651050397 307335168 5836 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816256582 0 0 16781312 514 7263149242133217542 0 0 17 1 0 0 0
/proc/17800/statm: 75033 5836 370 364 0 10945 0
[pid=17802] ppid=17800 vsize=417976 CPUtime=7.37 cores=1,3,5,7
/proc/17802/stat : 17802 (adaptg2wsat2009) R 17800 17802 17802 0 -1 4202496 1004 0 0 0 737 0 0 0 25 0 1 0 651050398 428007424 735 33554432000 134512640 135107411 4293410192 18446744073709551615 134532293 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17802/statm: 104494 735 59 146 0 103370 0
[pid=17764/tid=17781] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17781/stat : 17781 (python) S 17762 17764 17732 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 4 0 651030334 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 3 0 0 0
[pid=17764/tid=17790] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17790/stat : 17790 (python) S 17762 17764 17732 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 4 0 651040365 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 7 0 0 0
[pid=17764/tid=17801] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17801/stat : 17801 (python) S 17762 17764 17732 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 4 0 651050397 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 209.62
Current children cumulated vsize (KiB) 3644344

[startup+209.901 s]
/proc/loadavg: 3.96 3.04 3.40 6/403 17802
/proc/meminfo: memFree=17300280/32951124 swapFree=63485432/67111528
[pid=17764] ppid=17762 vsize=310376 CPUtime=1.24 cores=1,3,5,7
/proc/17764/stat : 17764 (python) S 17762 17764 17732 0 -1 4202496 12824 931 1 0 108 16 0 0 20 0 4 0 651030186 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17764/statm: 77594 7352 1882 364 0 13506 0
[pid=17780] ppid=17764 vsize=289256 CPUtime=0.27 cores=1,3,5,7
/proc/17780/stat : 17780 (python) S 17764 17764 17732 0 -1 4202560 1072 0 0 0 14 13 0 0 19 0 2 0 651030334 296198144 5738 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17780/statm: 72314 5738 410 364 0 8232 0
[pid=17782] ppid=17780 vsize=1018364 CPUtime=100.18 cores=1,3,5,7
/proc/17782/stat : 17782 (gnovelty+2) T 17780 17782 17782 0 -1 4202496 668 0 0 0 10018 0 0 0 25 0 1 0 651030334 1042804736 408 33554432000 134512640 135663704 4287341872 18446744073709551615 134525292 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17782/statm: 254591 408 113 282 0 254307 0
[pid=17780/tid=17788] ppid=17764 vsize=289256 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17788/stat : 17788 (python) S 17764 17764 17732 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651040362 296198144 5738 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 514 18446604466453299584 0 0 -1 7 0 0 0
[pid=17789] ppid=17764 vsize=289876 CPUtime=0.27 cores=1,3,5,7
/proc/17789/stat : 17789 (python) S 17764 17764 17732 0 -1 4202560 1071 0 0 0 15 12 0 0 19 0 2 0 651040365 296833024 5863 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17789/statm: 72469 5863 400 364 0 8384 0
[pid=17791] ppid=17789 vsize=1018364 CPUtime=100.28 cores=1,3,5,7
/proc/17791/stat : 17791 (gnovelty+2) T 17789 17791 17791 0 -1 4202496 674 0 0 0 10028 0 0 0 25 0 1 0 651040365 1042804736 409 33554432000 134512640 135663704 4292396112 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17791/statm: 254591 409 113 282 0 254307 0
[pid=17789/tid=17799] ppid=17764 vsize=289876 CPUtime=0 cores=1,3,5,7
/proc/17789/task/17799/stat : 17799 (python) S 17764 17764 17732 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 651050394 296833024 5863 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 514 18446604466453301376 0 0 -1 1 0 0 0
[pid=17800] ppid=17764 vsize=300132 CPUtime=0.01 cores=1,3,5,7
/proc/17800/stat : 17800 (python) S 17764 17764 17732 0 -1 4202560 894 0 0 0 0 1 0 0 18 0 1 0 651050397 307335168 5836 33554432000 4194304 5683644 140734866411808 18446744073709551615 220816256582 0 0 16781312 514 7263149242133217542 0 0 17 1 0 0 0
/proc/17800/statm: 75033 5836 370 364 0 10945 0
[pid=17802] ppid=17800 vsize=417976 CPUtime=7.77 cores=1,3,5,7
/proc/17802/stat : 17802 (adaptg2wsat2009) R 17800 17802 17802 0 -1 4202496 1004 0 0 0 777 0 0 0 25 0 1 0 651050398 428007424 735 33554432000 134512640 135107411 4293410192 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17802/statm: 104494 735 59 146 0 103370 0
[pid=17764/tid=17781] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17781/stat : 17781 (python) S 17762 17764 17732 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 4 0 651030334 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 3 0 0 0
[pid=17764/tid=17790] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17790/stat : 17790 (python) S 17762 17764 17732 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 4 0 651040365 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 7 0 0 0
[pid=17764/tid=17801] ppid=17762 vsize=310376 CPUtime=0 cores=1,3,5,7
/proc/17764/task/17801/stat : 17801 (python) S 17762 17764 17732 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 4 0 651050397 317825024 7352 33554432000 4194304 5683644 140734866411808 18446744073709551615 220828060081 0 0 16781312 2 18446604465025335744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 210.02
Current children cumulated vsize (KiB) 3644344

Child status: 0
Real time (s): 209.968
CPU time (s): 210.16
CPU user time (s): 209.711
CPU system time (s): 0.448931
CPU usage (%): 100.091
Max. virtual memory (cumulated for all children) (KiB): 3644344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.711
system time used= 0.448931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23873
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= 5321
involuntary context switches= 846

runsolver used 0.744886 second user time and 1.75673 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-17 00:49:03
IDJOB=3386441
IDBENCH=82506
IDSOLVER=1872
FILE ID=node147/3386441-1305586143
RUNJOBID= node147-1305586142-17751
PBS_JOBID= 13350331
Free space on /tmp= 73120 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S93401285-051-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386441-1305586143/watcher-3386441-1305586143 -o /tmp/evaluation-result-3386441-1305586143/solver-3386441-1305586143 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386441-1305586143.cnf -seed 2076694856 -budget 5000

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

MD5SUM BENCH= dc0028248c86c8aff67bef1f8d7ffb16
RANDOM SEED=2076694856

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17524540 kB
Buffers:        329420 kB
Cached:        5518512 kB
SwapCached:      13124 kB
Active:        8703456 kB
Inactive:      6451952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17524540 kB
SwapTotal:    67111528 kB
SwapFree:     63485432 kB
Dirty:           32980 kB
Writeback:           0 kB
AnonPages:     9302836 kB
Mapped:          22216 kB
Slab:           154440 kB
PageTables:      49364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 93129328 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= 73056 MiB
End job on node147 at 2011-05-17 00:52:33