Trace number 3317068

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomSAT 73.5178 37.6384

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S313239685-087-UNKNOWN.cnf
MD5SUMac4ee3ff752a515035c947b106bcabeb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark104.501
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.85/18.82	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.85/18.82	c INFO: solving HOME/instance-3317068-1304267284.cnf
0.85/18.82	c INFO: computing task features
0.94/18.91	c INFO: computed variable-clause graph statistics
0.94/18.91	c INFO: computed clause balance statistics
1.35/19.36	c INFO: computed variable balance statistics
1.54/19.53	c INFO: computed small-clause counts
1.54/19.54	c INFO: computed Horn-clause counts
1.54/19.55	c INFO: computed variable graph statistics
1.54/19.55	c INFO: collected features for HOME/instance-3317068-1304267284.cnf in 0.72 s
1.54/19.59	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.37)
1.62/19.62	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.12)
1.62/19.65	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.08)
1.62/19.68	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.06)
73.35/37.61	s SATISFIABLE
73.35/37.61	v -1 -2 3 4 -5 6 -7 8 9 -10 11 -12 13 14 15 16 -17 18 19 20 21 22 23 24 25 -26 -27 -28 -29 -30 -31 32 -33 -34 -35 -36 37 -38 -39 -40 41 42 43 -44 45 -46 47 48 49 -50 -51 52 -53 -54 55 56 -57 58 59 60 -61 62 63 -64 65 66 -67 -68 69 -70 71 72 -73 -74 -75 76 -77 78 -79 -80 -81 -82 -83 84 85 86 87 -88 -89 -90 91 -92 -93 94 95 -96 97 98 -99 100 101 102 103 104 105 -106 107 -108 109 110 111 112 -113 114 115 116 117 118 -119 -120 -121 122 123 -124 -125 -126 127 -128 -129 130 131 -132 133 -134 -135 136 -137 138 -139 140 -141 -142 143 144 -145 -146 -147 -148 -149 -150 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317068-1304267284/watcher-3317068-1304267284 -o /tmp/evaluation-result-3317068-1304267284/solver-3317068-1304267284 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317068-1304267284.cnf -seed 638206346 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 0.15 0.03 0.01 3/174 28676
/proc/meminfo: memFree=30579152/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=11800 CPUtime=0 cores=0,2,4,6
/proc/28676/stat : 28676 (runsolver) S 28672 28676 28639 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 1 0 538328675 12083200 51 33554432000 4194304 5434984 140736863107488 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699870519 0 0 17 6 0 0 0
/proc/28676/statm: 2950 51 31 303 0 2644 0

[startup+0.0646591 s]
/proc/loadavg: 0.15 0.03 0.01 3/174 28676
/proc/meminfo: memFree=30579152/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=14252 CPUtime=0 cores=0,2,4,6
/proc/28676/stat : 28676 (python) D 28672 28676 28639 0 -1 4194304 194 0 2 0 0 0 0 0 17 0 1 0 538328675 14594048 131 33554432000 4194304 5683644 140736390544848 18446744073709551615 5398816 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 1
/proc/28676/statm: 3563 131 102 364 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14252

[startup+0.100657 s]
/proc/loadavg: 0.15 0.03 0.01 3/174 28676
/proc/meminfo: memFree=30579152/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=14820 CPUtime=0 cores=0,2,4,6
/proc/28676/stat : 28676 (python) S 28672 28676 28639 0 -1 4202496 507 0 6 0 0 0 0 0 17 0 1 0 538328675 15175680 420 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647142245 0 2147483391 4096 0 18446744071699855507 0 0 17 4 0 0 4
/proc/28676/statm: 3705 420 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.300639 s]
/proc/loadavg: 0.15 0.03 0.01 3/174 28676
/proc/meminfo: memFree=30579152/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/28676/stat : 28676 (python) S 28672 28676 28639 0 -1 4202496 788 0 6 0 0 0 0 0 16 0 1 0 538328675 15753216 681 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647142324 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 6
/proc/28676/statm: 3846 681 322 364 0 333 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15384

[startup+0.700604 s]
/proc/loadavg: 0.15 0.03 0.01 3/174 28676
/proc/meminfo: memFree=30579152/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=16540 CPUtime=0.02 cores=0,2,4,6
/proc/28676/stat : 28676 (python) D 28672 28676 28639 0 -1 4202496 1185 0 6 0 2 0 0 0 16 0 1 0 538328675 16936960 1050 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647146240 0 0 16781312 2 18446744071562234166 0 0 17 4 0 0 9
/proc/28676/statm: 4135 1050 417 364 0 622 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16540

[startup+1.50044 s]
/proc/loadavg: 0.15 0.03 0.01 2/176 28678
/proc/meminfo: memFree=30568968/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=16812 CPUtime=0.04 cores=0,2,4,6
/proc/28676/stat : 28676 (python) D 28672 28676 28639 0 -1 4202496 1208 0 6 0 2 2 0 0 16 0 1 0 538328675 17215488 1072 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647142245 0 0 16781312 2 0 0 0 17 6 0 0 61
/proc/28676/statm: 4203 1072 417 364 0 690 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16812

[startup+6.79153 s]
/proc/loadavg: 0.15 0.03 0.01 2/176 28678
/proc/meminfo: memFree=30568968/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=36508 CPUtime=0.37 cores=0,2,4,6
/proc/28676/stat : 28676 (python) S 28672 28676 28639 0 -1 4202496 1564 0 13 0 9 28 0 0 16 0 1 0 538328675 37384192 1411 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 130
/proc/28676/statm: 9127 1411 452 364 0 944 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 36508
heavy processes:

[startup+6.80649 s]
/proc/loadavg: 0.54 0.11 0.04 1/176 28678
/proc/meminfo: memFree=30564084/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=36512 CPUtime=0.37 cores=0,2,4,6
/proc/28676/stat : 28676 (python) D 28672 28676 28639 0 -1 4202496 1564 0 13 0 9 28 0 0 15 0 1 0 538328675 37388288 1411 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647146240 0 0 16781312 2 18446744071562234166 0 0 17 4 0 0 130
/proc/28676/statm: 9128 1411 452 364 0 945 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 36512
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 0.65 0.15 0.05 1/176 28678
/proc/meminfo: memFree=30541704/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=121292 CPUtime=0.51 cores=0,2,4,6
/proc/28676/stat : 28676 (python) S 28672 28676 28639 0 -1 4202496 3912 0 38 0 14 37 0 0 16 0 1 0 538328675 124203008 3577 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 166
/proc/28676/statm: 30323 3577 970 364 0 2653 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 121292
heavy processes:

[startup+25.5013 s]
/proc/loadavg: 1.69 0.40 0.13 6/188 28698
/proc/meminfo: memFree=30422560/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=320604 CPUtime=1.7 cores=0,2,4,6
/proc/28676/stat : 28676 (python) S 28672 28676 28639 0 -1 4202496 13639 922 108 8 119 51 0 0 20 0 5 0 538328675 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 349
/proc/28676/statm: 80151 7350 1883 364 0 16060 0
[pid=28687] ppid=28676 vsize=278984 CPUtime=0 cores=0,2,4,6
/proc/28687/stat : 28687 (python) S 28676 28676 28639 0 -1 4202560 893 0 0 0 0 0 0 0 15 0 1 0 538330635 285679616 5693 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166479 0 0 16781312 514 3911377655055745284 0 0 17 6 0 0 0
/proc/28687/statm: 69746 5693 377 364 0 5664 0
[pid=28689] ppid=28687 vsize=1018364 CPUtime=5.89 cores=0,2,4,6
/proc/28689/stat : 28689 (gnovelty+2) R 28687 28689 28689 0 -1 4202496 670 0 0 0 589 0 0 0 25 0 1 0 538330636 1042804736 409 33554432000 134512640 135663704 4288356384 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28689/statm: 254591 409 113 282 0 254307 0
[pid=28690] ppid=28676 vsize=289848 CPUtime=0 cores=0,2,4,6
/proc/28690/stat : 28690 (python) S 28676 28676 28639 0 -1 4202560 894 0 0 0 0 0 0 0 18 0 1 0 538330638 296804352 5826 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 4512409193705079042 0 0 17 4 0 0 0
/proc/28690/statm: 72462 5826 371 364 0 8377 0
[pid=28692] ppid=28690 vsize=1018364 CPUtime=5.85 cores=0,2,4,6
/proc/28692/stat : 28692 (gnovelty+2) R 28690 28692 28692 0 -1 4202496 674 0 0 0 585 0 0 0 25 0 1 0 538330638 1042804736 409 33554432000 134512640 135663704 4291482448 18446744073709551615 134544252 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28692/statm: 254591 409 113 282 0 254307 0
[pid=28693] ppid=28676 vsize=300104 CPUtime=0 cores=0,2,4,6
/proc/28693/stat : 28693 (python) S 28676 28676 28639 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 538330641 307306496 5830 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 3815982651840364802 0 0 17 2 0 0 0
/proc/28693/statm: 75026 5830 371 364 0 10938 0
[pid=28695] ppid=28693 vsize=417976 CPUtime=5.82 cores=0,2,4,6
/proc/28695/stat : 28695 (adaptg2wsat2009) R 28693 28695 28695 0 -1 4202496 1003 0 0 0 582 0 0 0 25 0 1 0 538330642 428007424 735 33554432000 134512640 135107411 4289256256 18446744073709551615 134532224 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28695/statm: 104494 735 59 146 0 103370 0
[pid=28696] ppid=28676 vsize=310360 CPUtime=0 cores=0,2,4,6
/proc/28696/stat : 28696 (python) S 28676 28676 28639 0 -1 4202560 927 0 0 0 0 0 0 0 18 0 1 0 538330644 317808640 5834 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 3815974955258970369 0 0 17 4 0 0 0
/proc/28696/statm: 77590 5834 371 364 0 13499 0
[pid=28698] ppid=28696 vsize=417976 CPUtime=5.77 cores=0,2,4,6
/proc/28698/stat : 28698 (adaptg2wsat2009) R 28696 28698 28698 0 -1 4202496 999 0 0 0 577 0 0 0 25 0 1 0 538330644 428007424 735 33554432000 134512640 135107411 4290465632 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28698/statm: 104494 735 59 146 0 103370 0
[pid=28676/tid=28688] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28688/stat : 28688 (python) S 28672 28676 28639 0 -1 4202560 25 922 0 8 0 0 0 0 18 0 5 0 538330635 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 6 0 0 0
[pid=28676/tid=28691] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28691/stat : 28691 (python) S 28672 28676 28639 0 -1 4202560 20 922 0 8 0 0 0 0 20 0 5 0 538330638 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 6 0 0 0
[pid=28676/tid=28694] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28694/stat : 28694 (python) S 28672 28676 28639 0 -1 4202560 20 922 0 8 0 0 0 0 22 0 5 0 538330641 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 2 0 0 0
[pid=28676/tid=28697] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28697/stat : 28697 (python) S 28672 28676 28639 0 -1 4202560 31 922 0 8 0 0 0 0 20 0 5 0 538330644 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 4372580

Solver just ended. Dumping a history of the last processes samples

[startup+30.6014 s]
/proc/loadavg: 2.04 0.49 0.16 9/200 28710
/proc/meminfo: memFree=30348916/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=320604 CPUtime=1.7 cores=0,2,4,6
/proc/28676/stat : 28676 (python) S 28672 28676 28639 0 -1 4202496 13639 922 108 8 119 51 0 0 20 0 5 0 538328675 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 349
/proc/28676/statm: 80151 7350 1883 364 0 16060 0
[pid=28687] ppid=28676 vsize=278984 CPUtime=0 cores=0,2,4,6
/proc/28687/stat : 28687 (python) S 28676 28676 28639 0 -1 4202560 894 0 0 0 0 0 0 0 15 0 1 0 538330635 285679616 5693 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166479 0 0 16781312 514 8750793143143596292 0 0 17 6 0 0 0
/proc/28687/statm: 69746 5693 377 364 0 5664 0
[pid=28689] ppid=28687 vsize=1018364 CPUtime=10.99 cores=0,2,4,6
/proc/28689/stat : 28689 (gnovelty+2) R 28687 28689 28689 0 -1 4202496 670 0 0 0 1099 0 0 0 25 0 1 0 538330636 1042804736 409 33554432000 134512640 135663704 4288356384 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28689/statm: 254591 409 113 282 0 254307 0
[pid=28690] ppid=28676 vsize=289848 CPUtime=0 cores=0,2,4,6
/proc/28690/stat : 28690 (python) S 28676 28676 28639 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 538330638 296804352 5826 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 8750793143143596290 0 0 17 4 0 0 0
/proc/28690/statm: 72462 5826 371 364 0 8377 0
[pid=28692] ppid=28690 vsize=1018364 CPUtime=10.94 cores=0,2,4,6
/proc/28692/stat : 28692 (gnovelty+2) R 28690 28692 28692 0 -1 4202496 674 0 0 0 1094 0 0 0 25 0 1 0 538330638 1042804736 409 33554432000 134512640 135663704 4291482448 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28692/statm: 254591 409 113 282 0 254307 0
[pid=28693] ppid=28676 vsize=300104 CPUtime=0.01 cores=0,2,4,6
/proc/28693/stat : 28693 (python) S 28676 28676 28639 0 -1 4202560 894 0 0 0 1 0 0 0 18 0 1 0 538330641 307306496 5830 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 8750793143143596290 0 0 17 2 0 0 0
/proc/28693/statm: 75026 5830 371 364 0 10938 0
[pid=28695] ppid=28693 vsize=417976 CPUtime=10.91 cores=0,2,4,6
/proc/28695/stat : 28695 (adaptg2wsat2009) R 28693 28695 28695 0 -1 4202496 1003 0 0 0 1091 0 0 0 25 0 1 0 538330642 428007424 735 33554432000 134512640 135107411 4289256256 18446744073709551615 134531600 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28695/statm: 104494 735 59 146 0 103370 0
[pid=28696] ppid=28676 vsize=310360 CPUtime=0.01 cores=0,2,4,6
/proc/28696/stat : 28696 (python) S 28676 28676 28639 0 -1 4202560 933 0 0 0 1 0 0 0 18 0 1 0 538330644 317808640 5834 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 8750793143143596289 0 0 17 4 0 0 0
/proc/28696/statm: 77590 5834 371 364 0 13499 0
[pid=28698] ppid=28696 vsize=417976 CPUtime=10.82 cores=0,2,4,6
/proc/28698/stat : 28698 (adaptg2wsat2009) R 28696 28698 28698 0 -1 4202496 999 0 0 0 1082 0 0 0 25 0 1 0 538330644 428007424 735 33554432000 134512640 135107411 4290465632 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28698/statm: 104494 735 59 146 0 103370 0
[pid=28676/tid=28688] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28688/stat : 28688 (python) S 28672 28676 28639 0 -1 4202560 25 922 0 8 0 0 0 0 18 0 5 0 538330635 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 6 0 0 0
[pid=28676/tid=28691] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28691/stat : 28691 (python) S 28672 28676 28639 0 -1 4202560 20 922 0 8 0 0 0 0 20 0 5 0 538330638 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 6 0 0 0
[pid=28676/tid=28694] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28694/stat : 28694 (python) S 28672 28676 28639 0 -1 4202560 20 922 0 8 0 0 0 0 22 0 5 0 538330641 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 2 0 0 0
[pid=28676/tid=28697] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28697/stat : 28697 (python) S 28672 28676 28639 0 -1 4202560 31 922 0 8 0 0 0 0 20 0 5 0 538330644 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 45.38
Current children cumulated vsize (KiB) 4372580

[startup+33.8009 s]
/proc/loadavg: 2.04 0.49 0.16 9/200 28710
/proc/meminfo: memFree=30263032/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=320604 CPUtime=1.7 cores=0,2,4,6
/proc/28676/stat : 28676 (python) S 28672 28676 28639 0 -1 4202496 13639 922 108 8 119 51 0 0 20 0 5 0 538328675 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 349
/proc/28676/statm: 80151 7350 1883 364 0 16060 0
[pid=28687] ppid=28676 vsize=278984 CPUtime=0 cores=0,2,4,6
/proc/28687/stat : 28687 (python) S 28676 28676 28639 0 -1 4202560 894 0 0 0 0 0 0 0 15 0 1 0 538330635 285679616 5693 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166479 0 0 16781312 514 8750793143143596292 0 0 17 6 0 0 0
/proc/28687/statm: 69746 5693 377 364 0 5664 0
[pid=28689] ppid=28687 vsize=1018364 CPUtime=14.19 cores=0,2,4,6
/proc/28689/stat : 28689 (gnovelty+2) R 28687 28689 28689 0 -1 4202496 670 0 0 0 1419 0 0 0 25 0 1 0 538330636 1042804736 409 33554432000 134512640 135663704 4288356384 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28689/statm: 254591 409 113 282 0 254307 0
[pid=28690] ppid=28676 vsize=289848 CPUtime=0 cores=0,2,4,6

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

[pid=28676/tid=28694] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28694/stat : 28694 (python) S 28672 28676 28639 0 -1 4202560 20 922 0 8 0 0 0 0 22 0 5 0 538330641 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 2 0 0 0
[pid=28676/tid=28697] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28697/stat : 28697 (python) S 28672 28676 28639 0 -1 4202560 31 922 0 8 0 0 0 0 20 0 5 0 538330644 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 58.16
Current children cumulated vsize (KiB) 4372580

[startup+35.4006 s]
/proc/loadavg: 2.04 0.49 0.16 9/200 28710
/proc/meminfo: memFree=30261544/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=320604 CPUtime=1.7 cores=0,2,4,6
/proc/28676/stat : 28676 (python) S 28672 28676 28639 0 -1 4202496 13639 922 108 8 119 51 0 0 20 0 5 0 538328675 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 349
/proc/28676/statm: 80151 7350 1883 364 0 16060 0
[pid=28687] ppid=28676 vsize=278984 CPUtime=0 cores=0,2,4,6
/proc/28687/stat : 28687 (python) S 28676 28676 28639 0 -1 4202560 894 0 0 0 0 0 0 0 15 0 1 0 538330635 285679616 5693 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166479 0 0 16781312 514 8750793143143596292 0 0 17 6 0 0 0
/proc/28687/statm: 69746 5693 377 364 0 5664 0
[pid=28689] ppid=28687 vsize=1018364 CPUtime=15.79 cores=0,2,4,6
/proc/28689/stat : 28689 (gnovelty+2) R 28687 28689 28689 0 -1 4202496 670 0 0 0 1579 0 0 0 25 0 1 0 538330636 1042804736 409 33554432000 134512640 135663704 4288356384 18446744073709551615 134524711 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28689/statm: 254591 409 113 282 0 254307 0
[pid=28690] ppid=28676 vsize=289848 CPUtime=0 cores=0,2,4,6
/proc/28690/stat : 28690 (python) S 28676 28676 28639 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 538330638 296804352 5826 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 8750793143143596290 0 0 17 4 0 0 0
/proc/28690/statm: 72462 5826 371 364 0 8377 0
[pid=28692] ppid=28690 vsize=1018364 CPUtime=15.74 cores=0,2,4,6
/proc/28692/stat : 28692 (gnovelty+2) R 28690 28692 28692 0 -1 4202496 674 0 0 0 1574 0 0 0 25 0 1 0 538330638 1042804736 409 33554432000 134512640 135663704 4291482448 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28692/statm: 254591 409 113 282 0 254307 0
[pid=28693] ppid=28676 vsize=300104 CPUtime=0.01 cores=0,2,4,6
/proc/28693/stat : 28693 (python) S 28676 28676 28639 0 -1 4202560 894 0 0 0 1 0 0 0 18 0 1 0 538330641 307306496 5830 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 8750793143143596290 0 0 17 2 0 0 0
/proc/28693/statm: 75026 5830 371 364 0 10938 0
[pid=28695] ppid=28693 vsize=417976 CPUtime=15.71 cores=0,2,4,6
/proc/28695/stat : 28695 (adaptg2wsat2009) R 28693 28695 28695 0 -1 4202496 1003 0 0 0 1571 0 0 0 25 0 1 0 538330642 428007424 735 33554432000 134512640 135107411 4289256256 18446744073709551615 134531411 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28695/statm: 104494 735 59 146 0 103370 0
[pid=28696] ppid=28676 vsize=310360 CPUtime=0.01 cores=0,2,4,6
/proc/28696/stat : 28696 (python) S 28676 28676 28639 0 -1 4202560 933 0 0 0 1 0 0 0 18 0 1 0 538330644 317808640 5834 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 8750793143143596289 0 0 17 4 0 0 0
/proc/28696/statm: 77590 5834 371 364 0 13499 0
[pid=28698] ppid=28696 vsize=417976 CPUtime=15.59 cores=0,2,4,6
/proc/28698/stat : 28698 (adaptg2wsat2009) R 28696 28698 28698 0 -1 4202496 999 0 0 0 1559 0 0 0 25 0 1 0 538330644 428007424 735 33554432000 134512640 135107411 4290465632 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28698/statm: 104494 735 59 146 0 103370 0
[pid=28676/tid=28688] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28688/stat : 28688 (python) S 28672 28676 28639 0 -1 4202560 25 922 0 8 0 0 0 0 18 0 5 0 538330635 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 6 0 0 0
[pid=28676/tid=28691] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28691/stat : 28691 (python) S 28672 28676 28639 0 -1 4202560 20 922 0 8 0 0 0 0 20 0 5 0 538330638 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 6 0 0 0
[pid=28676/tid=28694] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28694/stat : 28694 (python) S 28672 28676 28639 0 -1 4202560 20 922 0 8 0 0 0 0 22 0 5 0 538330641 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 2 0 0 0
[pid=28676/tid=28697] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28697/stat : 28697 (python) S 28672 28676 28639 0 -1 4202560 31 922 0 8 0 0 0 0 20 0 5 0 538330644 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 64.55
Current children cumulated vsize (KiB) 4372580

[startup+37.0073 s]
/proc/loadavg: 2.60 0.63 0.21 10/200 28710
/proc/meminfo: memFree=30263888/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=320604 CPUtime=1.7 cores=0,2,4,6
/proc/28676/stat : 28676 (python) S 28672 28676 28639 0 -1 4202496 13639 922 108 8 119 51 0 0 20 0 5 0 538328675 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 349
/proc/28676/statm: 80151 7350 1883 364 0 16060 0
[pid=28687] ppid=28676 vsize=278984 CPUtime=0.02 cores=0,2,4,6
/proc/28687/stat : 28687 (python) S 28676 28676 28639 0 -1 4202560 895 0 0 0 1 1 0 0 15 0 1 0 538330635 285679616 5693 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166479 0 0 16781312 514 8750793143143596292 0 0 17 6 0 0 0
/proc/28687/statm: 69746 5693 377 364 0 5664 0
[pid=28689] ppid=28687 vsize=1018364 CPUtime=17.4 cores=0,2,4,6
/proc/28689/stat : 28689 (gnovelty+2) R 28687 28689 28689 0 -1 4202496 670 0 0 0 1740 0 0 0 25 0 1 0 538330636 1042804736 409 33554432000 134512640 135663704 4288356384 18446744073709551615 134525353 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28689/statm: 254591 409 113 282 0 254307 0
[pid=28690] ppid=28676 vsize=289848 CPUtime=0.02 cores=0,2,4,6
/proc/28690/stat : 28690 (python) S 28676 28676 28639 0 -1 4202560 900 0 0 0 1 1 0 0 18 0 1 0 538330638 296804352 5826 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 8750793143143596290 0 0 17 4 0 0 0
/proc/28690/statm: 72462 5826 371 364 0 8377 0
[pid=28692] ppid=28690 vsize=1018364 CPUtime=17.33 cores=0,2,4,6
/proc/28692/stat : 28692 (gnovelty+2) R 28690 28692 28692 0 -1 4202496 674 0 0 0 1733 0 0 0 25 0 1 0 538330638 1042804736 409 33554432000 134512640 135663704 4291482448 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28692/statm: 254591 409 113 282 0 254307 0
[pid=28693] ppid=28676 vsize=300104 CPUtime=0.31 cores=0,2,4,6
/proc/28693/stat : 28693 (python) R 28676 28676 28639 0 -1 4202560 899 0 0 0 27 4 0 0 18 0 1 0 538330641 307306496 5830 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658976575 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/28693/statm: 75026 5830 371 364 0 10938 0
[pid=28695] ppid=28693 vsize=0 CPUtime=17.02 cores=0,2,4,6
/proc/28695/stat : 28695 (adaptg2wsat2009) R 28693 28695 28695 0 -1 4202500 1016 0 0 0 1702 0 0 0 25 0 1 0 538330642 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28695/statm: 0 0 0 0 0 0 0
[pid=28696] ppid=28676 vsize=310360 CPUtime=0.01 cores=0,2,4,6
/proc/28696/stat : 28696 (python) S 28676 28676 28639 0 -1 4202560 937 0 0 0 1 0 0 0 18 0 1 0 538330644 317808640 5834 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 8750793143143596289 0 0 17 4 0 0 0
/proc/28696/statm: 77590 5834 371 364 0 13499 0
[pid=28698] ppid=28696 vsize=417976 CPUtime=17.18 cores=0,2,4,6
/proc/28698/stat : 28698 (adaptg2wsat2009) R 28696 28698 28698 0 -1 4202496 999 0 0 0 1718 0 0 0 25 0 1 0 538330644 428007424 735 33554432000 134512640 135107411 4290465632 18446744073709551615 134531779 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28698/statm: 104494 735 59 146 0 103370 0
[pid=28676/tid=28688] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28688/stat : 28688 (python) S 28672 28676 28639 0 -1 4202560 25 922 0 8 0 0 0 0 18 0 5 0 538330635 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 6 0 0 0
[pid=28676/tid=28691] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28691/stat : 28691 (python) S 28672 28676 28639 0 -1 4202560 20 922 0 8 0 0 0 0 20 0 5 0 538330638 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 6 0 0 0
[pid=28676/tid=28694] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28694/stat : 28694 (python) S 28672 28676 28639 0 -1 4202560 20 922 0 8 0 0 0 0 22 0 5 0 538330641 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 2 0 0 0
[pid=28676/tid=28697] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28697/stat : 28697 (python) S 28672 28676 28639 0 -1 4202560 31 922 0 8 0 0 0 0 20 0 5 0 538330644 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 70.99
Current children cumulated vsize (KiB) 3954604

[startup+37.4012 s]
/proc/loadavg: 2.60 0.63 0.21 10/200 28710
/proc/meminfo: memFree=30263888/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=320604 CPUtime=1.7 cores=0,2,4,6
/proc/28676/stat : 28676 (python) S 28672 28676 28639 0 -1 4202496 13639 922 108 8 119 51 0 0 20 0 5 0 538328675 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 349
/proc/28676/statm: 80151 7350 1883 364 0 16060 0
[pid=28687] ppid=28676 vsize=278984 CPUtime=0.02 cores=0,2,4,6
/proc/28687/stat : 28687 (python) S 28676 28676 28639 0 -1 4202560 895 0 0 0 1 1 0 0 15 0 1 0 538330635 285679616 5693 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166479 0 0 16781312 514 8750793143143596292 0 0 17 6 0 0 0
/proc/28687/statm: 69746 5693 377 364 0 5664 0
[pid=28689] ppid=28687 vsize=1018364 CPUtime=17.79 cores=0,2,4,6
/proc/28689/stat : 28689 (gnovelty+2) R 28687 28689 28689 0 -1 4202496 670 0 0 0 1779 0 0 0 25 0 1 0 538330636 1042804736 409 33554432000 134512640 135663704 4288356384 18446744073709551615 134525143 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28689/statm: 254591 409 113 282 0 254307 0
[pid=28690] ppid=28676 vsize=289848 CPUtime=0.02 cores=0,2,4,6
/proc/28690/stat : 28690 (python) S 28676 28676 28639 0 -1 4202560 900 0 0 0 1 1 0 0 18 0 1 0 538330638 296804352 5826 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 8750793143143596290 0 0 17 4 0 0 0
/proc/28690/statm: 72462 5826 371 364 0 8377 0
[pid=28692] ppid=28690 vsize=1018364 CPUtime=17.72 cores=0,2,4,6
/proc/28692/stat : 28692 (gnovelty+2) R 28690 28692 28692 0 -1 4202496 674 0 0 0 1772 0 0 0 25 0 1 0 538330638 1042804736 409 33554432000 134512640 135663704 4291482448 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28692/statm: 254591 409 113 282 0 254307 0
[pid=28693] ppid=28676 vsize=300104 CPUtime=0.7 cores=0,2,4,6
/proc/28693/stat : 28693 (python) R 28676 28676 28639 0 -1 4202560 899 0 0 0 62 8 0 0 18 0 1 0 538330641 307306496 5830 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658976575 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/28693/statm: 75026 5830 371 364 0 10938 0
[pid=28695] ppid=28693 vsize=0 CPUtime=17.02 cores=0,2,4,6
/proc/28695/stat : 28695 (adaptg2wsat2009) R 28693 28695 28695 0 -1 4202500 1016 0 0 0 1702 0 0 0 25 0 1 0 538330642 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28695/statm: 0 0 0 0 0 0 0
[pid=28696] ppid=28676 vsize=310360 CPUtime=0.01 cores=0,2,4,6
/proc/28696/stat : 28696 (python) S 28676 28676 28639 0 -1 4202560 937 0 0 0 1 0 0 0 18 0 1 0 538330644 317808640 5834 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 8750793143143596289 0 0 17 4 0 0 0
/proc/28696/statm: 77590 5834 371 364 0 13499 0
[pid=28698] ppid=28696 vsize=417976 CPUtime=17.57 cores=0,2,4,6
/proc/28698/stat : 28698 (adaptg2wsat2009) R 28696 28698 28698 0 -1 4202496 999 0 0 0 1757 0 0 0 25 0 1 0 538330644 428007424 735 33554432000 134512640 135107411 4290465632 18446744073709551615 134531661 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28698/statm: 104494 735 59 146 0 103370 0
[pid=28676/tid=28688] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28688/stat : 28688 (python) S 28672 28676 28639 0 -1 4202560 25 922 0 8 0 0 0 0 18 0 5 0 538330635 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 6 0 0 0
[pid=28676/tid=28691] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28691/stat : 28691 (python) S 28672 28676 28639 0 -1 4202560 20 922 0 8 0 0 0 0 20 0 5 0 538330638 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 6 0 0 0
[pid=28676/tid=28694] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28694/stat : 28694 (python) S 28672 28676 28639 0 -1 4202560 20 922 0 8 0 0 0 0 22 0 5 0 538330641 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 2 0 0 0
[pid=28676/tid=28697] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28697/stat : 28697 (python) S 28672 28676 28639 0 -1 4202560 31 922 0 8 0 0 0 0 20 0 5 0 538330644 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 72.55
Current children cumulated vsize (KiB) 3954604

[startup+37.6012 s]
/proc/loadavg: 2.60 0.63 0.21 10/200 28710
/proc/meminfo: memFree=30263888/32951132 swapFree=67080200/67111528
[pid=28676] ppid=28672 vsize=320604 CPUtime=1.7 cores=0,2,4,6
/proc/28676/stat : 28676 (python) S 28672 28676 28639 0 -1 4202496 13639 922 108 8 119 51 0 0 20 0 5 0 538328675 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 349
/proc/28676/statm: 80151 7350 1883 364 0 16060 0
[pid=28687] ppid=28676 vsize=278984 CPUtime=0.02 cores=0,2,4,6
/proc/28687/stat : 28687 (python) S 28676 28676 28639 0 -1 4202560 895 0 0 0 1 1 0 0 15 0 1 0 538330635 285679616 5693 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166479 0 0 16781312 514 8750793143143596292 0 0 17 6 0 0 0
/proc/28687/statm: 69746 5693 377 364 0 5664 0
[pid=28689] ppid=28687 vsize=1018364 CPUtime=17.99 cores=0,2,4,6
/proc/28689/stat : 28689 (gnovelty+2) R 28687 28689 28689 0 -1 4202496 670 0 0 0 1799 0 0 0 25 0 1 0 538330636 1042804736 409 33554432000 134512640 135663704 4288356384 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28689/statm: 254591 409 113 282 0 254307 0
[pid=28690] ppid=28676 vsize=289848 CPUtime=0.02 cores=0,2,4,6
/proc/28690/stat : 28690 (python) S 28676 28676 28639 0 -1 4202560 900 0 0 0 1 1 0 0 18 0 1 0 538330638 296804352 5826 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 8750793143143596290 0 0 17 4 0 0 0
/proc/28690/statm: 72462 5826 371 364 0 8377 0
[pid=28692] ppid=28690 vsize=1018364 CPUtime=17.92 cores=0,2,4,6
/proc/28692/stat : 28692 (gnovelty+2) R 28690 28692 28692 0 -1 4202496 674 0 0 0 1792 0 0 0 25 0 1 0 538330638 1042804736 409 33554432000 134512640 135663704 4291482448 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28692/statm: 254591 409 113 282 0 254307 0
[pid=28693] ppid=28676 vsize=300104 CPUtime=0.9 cores=0,2,4,6
/proc/28693/stat : 28693 (python) R 28676 28676 28639 0 -1 4202560 899 0 0 0 79 11 0 0 18 0 1 0 538330641 307306496 5830 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/28693/statm: 75026 5830 371 364 0 10938 0
[pid=28695] ppid=28693 vsize=0 CPUtime=17.02 cores=0,2,4,6
/proc/28695/stat : 28695 (adaptg2wsat2009) R 28693 28695 28695 0 -1 4202500 1016 0 0 0 1702 0 0 0 25 0 1 0 538330642 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28695/statm: 0 0 0 0 0 0 0
[pid=28696] ppid=28676 vsize=310360 CPUtime=0.01 cores=0,2,4,6
/proc/28696/stat : 28696 (python) S 28676 28676 28639 0 -1 4202560 937 0 0 0 1 0 0 0 18 0 1 0 538330644 317808640 5834 33554432000 4194304 5683644 140736390544848 18446744073709551615 210647166534 0 0 16781312 514 8750793143143596289 0 0 17 4 0 0 0
/proc/28696/statm: 77590 5834 371 364 0 13499 0
[pid=28698] ppid=28696 vsize=417976 CPUtime=17.77 cores=0,2,4,6
/proc/28698/stat : 28698 (adaptg2wsat2009) R 28696 28698 28698 0 -1 4202496 999 0 0 0 1777 0 0 0 25 0 1 0 538330644 428007424 735 33554432000 134512640 135107411 4290465632 18446744073709551615 134531768 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28698/statm: 104494 735 59 146 0 103370 0
[pid=28676/tid=28688] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28688/stat : 28688 (python) S 28672 28676 28639 0 -1 4202560 25 922 0 8 0 0 0 0 18 0 5 0 538330635 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 6 0 0 0
[pid=28676/tid=28691] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28691/stat : 28691 (python) S 28672 28676 28639 0 -1 4202560 20 922 0 8 0 0 0 0 20 0 5 0 538330638 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 6 0 0 0
[pid=28676/tid=28694] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28694/stat : 28694 (python) S 28672 28676 28639 0 -1 4202560 20 922 0 8 0 0 0 0 22 0 5 0 538330641 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 2 0 0 0
[pid=28676/tid=28697] ppid=28672 vsize=320604 CPUtime=0 cores=0,2,4,6
/proc/28676/task/28697/stat : 28697 (python) S 28672 28676 28639 0 -1 4202560 31 922 0 8 0 0 0 0 20 0 5 0 538330644 328298496 7350 33554432000 4194304 5683644 140736390544848 18446744073709551615 210658970033 0 0 16781312 2 18446604453800933248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 73.35
Current children cumulated vsize (KiB) 3954604

Child status: 0
Real time (s): 37.6384
CPU time (s): 73.5178
CPU user time (s): 72.8299
CPU system time (s): 0.687895
CPU usage (%): 195.326
Max. virtual memory (cumulated for all children) (KiB): 4372584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.8299
system time used= 0.687895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26380
page faults= 116
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15335
involuntary context switches= 454

runsolver used 0.06299 second user time and 0.114982 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-01 18:28:05
IDJOB=3317068
IDBENCH=82533
IDSOLVER=1705
FILE ID=node129/3317068-1304267284
RUNJOBID= node129-1304267282-28657
PBS_JOBID= 13173950
Free space on /tmp= 67360 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S313239685-087-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317068-1304267284/watcher-3317068-1304267284 -o /tmp/evaluation-result-3317068-1304267284/solver-3317068-1304267284 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317068-1304267284.cnf -seed 638206346 -budget 4800 -cores 4

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

MD5SUM BENCH= ac4ee3ff752a515035c947b106bcabeb
RANDOM SEED=638206346

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.75
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.831
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:     32951132 kB
MemFree:      30579836 kB
Buffers:        310500 kB
Cached:        1671980 kB
SwapCached:       5128 kB
Active:         294976 kB
Inactive:      1725072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30579836 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:           68260 kB
Writeback:           0 kB
AnonPages:       35808 kB
Mapped:          12268 kB
Slab:           288368 kB
PageTables:       4632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   189328 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67296 MiB
End job on node129 at 2011-05-01 18:28:48