Trace number 3385241

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)SAT 121.846 20.4798

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/4.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/4.48	c INFO: solving HOME/instance-3385241-1305564961.cnf
0.41/4.48	c INFO: computing task features
0.44/4.56	c INFO: computed variable-clause graph statistics
0.44/4.56	c INFO: computed clause balance statistics
0.94/5.02	c INFO: computed variable balance statistics
1.14/5.20	c INFO: computed small-clause counts
1.14/5.20	c INFO: computed Horn-clause counts
1.14/5.22	c INFO: computed variable graph statistics
1.14/5.22	c INFO: collected features for HOME/instance-3385241-1305564961.cnf in 0.74 s
1.14/5.25	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.37)
1.14/5.28	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.12)
1.23/5.31	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.08)
1.23/5.34	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.06)
1.23/5.37	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.05)
1.23/5.41	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.04)
1.78/5.44	c INFO: running FH@0 for 97 with 4999 remaining (b = 0.03)
1.78/5.47	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.03)
121.23/20.46	s SATISFIABLE
121.23/20.46	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-3385241-1305564961/watcher-3385241-1305564961 -o /tmp/evaluation-result-3385241-1305564961/solver-3385241-1305564961 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385241-1305564961.cnf -seed 1352173723 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/430 29590
/proc/meminfo: memFree=21571496/32951124 swapFree=51873468/67111528
[pid=29590] ppid=29588 vsize=14820 CPUtime=0 cores=0-7
/proc/29590/stat : 29590 (python) S 29588 29590 29564 0 -1 4202496 512 0 0 0 0 0 0 0 21 0 1 0 648912388 15175680 420 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039651173 0 2147483391 4096 0 18446744071699199166 0 0 17 4 0 0 0
/proc/29590/statm: 3705 420 259 364 0 192 0

[startup+0.09967 s]
/proc/loadavg: 0.00 0.00 0.00 1/430 29590
/proc/meminfo: memFree=21571496/32951124 swapFree=51873468/67111528
[pid=29590] ppid=29588 vsize=16236 CPUtime=0 cores=0-7
/proc/29590/stat : 29590 (python) S 29588 29590 29564 0 -1 4202496 999 0 0 0 0 0 0 0 21 0 1 0 648912388 16625664 872 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/29590/statm: 4059 872 371 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.100666 s]
/proc/loadavg: 0.00 0.00 0.00 1/430 29590
/proc/meminfo: memFree=21571496/32951124 swapFree=51873468/67111528
[pid=29590] ppid=29588 vsize=16236 CPUtime=0 cores=0-7
/proc/29590/stat : 29590 (python) S 29588 29590 29564 0 -1 4202496 999 0 0 0 0 0 0 0 21 0 1 0 648912388 16625664 872 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/29590/statm: 4059 872 371 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.300638 s]
/proc/loadavg: 0.00 0.00 0.00 1/430 29590
/proc/meminfo: memFree=21571496/32951124 swapFree=51873468/67111528
[pid=29590] ppid=29588 vsize=16396 CPUtime=0.01 cores=0-7
/proc/29590/stat : 29590 (python) S 29588 29590 29564 0 -1 4202496 1110 0 0 0 1 0 0 0 19 0 1 0 648912388 16789504 979 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039651173 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/29590/statm: 4099 979 407 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.700547 s]
/proc/loadavg: 0.00 0.00 0.00 1/430 29590
/proc/meminfo: memFree=21571496/32951124 swapFree=51873468/67111528
[pid=29590] ppid=29588 vsize=93960 CPUtime=0.06 cores=0-7
/proc/29590/stat : 29590 (python) S 29588 29590 29564 0 -1 4202496 2694 0 0 0 4 2 0 0 15 0 1 0 648912388 96215040 2407 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/29590/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+1.50046 s]
/proc/loadavg: 0.00 0.00 0.00 1/431 29591
/proc/meminfo: memFree=21560824/32951124 swapFree=51873468/67111528
[pid=29590] ppid=29588 vsize=135748 CPUtime=0.17 cores=0-7
/proc/29590/stat : 29590 (python) S 29588 29590 29564 0 -1 4202496 5964 933 1 0 13 4 0 0 15 0 1 0 648912388 139005952 4151 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039651333 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/29590/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+3.10115 s]
/proc/loadavg: 0.00 0.00 0.00 1/431 29595
/proc/meminfo: memFree=21556732/32951124 swapFree=51873468/67111528
[pid=29590] ppid=29588 vsize=157380 CPUtime=0.27 cores=0-7
/proc/29590/stat : 29590 (python) R 29588 29590 29564 0 -1 4202496 6595 933 1 0 19 8 0 0 15 0 1 0 648912388 161157120 4695 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039698567 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29590/statm: 39345 4695 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 157380
heavy processes:

[startup+6.3015 s]
/proc/loadavg: 0.00 0.00 0.00 7/446 29610
/proc/meminfo: memFree=21517668/32951124 swapFree=51873468/67111528
[pid=29590] ppid=29588 vsize=361964 CPUtime=1.4 cores=0-7
/proc/29590/stat : 29590 (python) S 29588 29590 29564 0 -1 4202496 17254 933 1 0 128 12 0 0 22 0 9 0 648912388 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29590/statm: 90491 7458 1891 364 0 26388 0
[pid=29596] ppid=29590 vsize=278980 CPUtime=0 cores=0-7
/proc/29596/stat : 29596 (python) S 29590 29590 29564 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 648912914 285675520 5669 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675407 0 0 16781312 514 4430812511662473473 0 0 17 1 0 0 0
/proc/29596/statm: 69745 5669 354 364 0 5663 0
[pid=29598] ppid=29596 vsize=1018364 CPUtime=1.04 cores=0-7
/proc/29598/stat : 29598 (gnovelty+2) R 29596 29598 29598 0 -1 4202496 674 0 0 0 104 0 0 0 22 0 1 0 648912914 1042804736 409 33554432000 134512640 135663704 4290380944 18446744073709551615 134525139 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29598/statm: 254591 409 113 282 0 254307 0
[pid=29599] ppid=29590 vsize=289844 CPUtime=0 cores=0-7
/proc/29599/stat : 29599 (python) S 29590 29590 29564 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 648912917 296800256 5802 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 13427940789648883711 0 0 17 6 0 0 0
/proc/29599/statm: 72461 5802 348 364 0 8376 0
[pid=29601] ppid=29599 vsize=1018364 CPUtime=1.01 cores=0-7
/proc/29601/stat : 29601 (gnovelty+2) R 29599 29601 29601 0 -1 4202496 671 0 0 0 101 0 0 0 21 0 1 0 648912917 1042804736 408 33554432000 134512640 135663704 4291997056 18446744073709551615 134524566 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29601/statm: 254591 408 113 282 0 254307 0
[pid=29602] ppid=29590 vsize=300100 CPUtime=0 cores=0-7
/proc/29602/stat : 29602 (python) S 29590 29590 29564 0 -1 4202560 717 0 0 0 0 0 0 0 19 0 1 0 648912920 307302400 5802 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 7003703805518807039 0 0 17 6 0 0 0
/proc/29602/statm: 75025 5802 344 364 0 10937 0
[pid=29604] ppid=29602 vsize=417840 CPUtime=0.96 cores=0-7
/proc/29604/stat : 29604 (adaptg2wsat2009) R 29602 29604 29604 0 -1 4202496 894 0 0 0 96 0 0 0 23 0 1 0 648912921 427868160 626 33554432000 134512640 135107411 4288245728 18446744073709551615 134523360 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29604/statm: 104460 626 49 146 0 103336 0
[pid=29605] ppid=29590 vsize=310356 CPUtime=0 cores=0-7
/proc/29605/stat : 29605 (python) S 29590 29590 29564 0 -1 4202560 724 0 0 0 0 0 0 0 22 0 1 0 648912923 317804544 5806 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 10938862243520970751 0 0 17 6 0 0 0
/proc/29605/statm: 77589 5806 344 364 0 13498 0
[pid=29607] ppid=29605 vsize=417840 CPUtime=0.93 cores=0-7
/proc/29607/stat : 29607 (adaptg2wsat2009) R 29605 29607 29607 0 -1 4202496 894 0 0 0 93 0 0 0 25 0 1 0 648912923 427868160 626 33554432000 134512640 135107411 4293440496 18446744073709551615 134523455 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29607/statm: 104460 626 49 146 0 103336 0
[pid=29608] ppid=29590 vsize=320612 CPUtime=0 cores=0-7
/proc/29608/stat : 29608 (python) S 29590 29590 29564 0 -1 4202560 736 0 0 0 0 0 0 0 19 0 1 0 648912926 328306688 5810 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 2814314639674834943 0 0 17 2 0 0 0
/proc/29608/statm: 80153 5810 344 364 0 16059 0
[pid=29610] ppid=29608 vsize=417840 CPUtime=0.89 cores=0-7
/proc/29610/stat : 29610 (adaptg2wsat2009) R 29608 29610 29610 0 -1 4202496 890 0 0 0 89 0 0 0 23 0 1 0 648912926 427868160 624 33554432000 134512640 135107411 4291652160 18446744073709551615 134523308 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29610/statm: 104460 624 49 146 0 103336 0
[pid=29590/tid=29597] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29597/stat : 29597 (python) S 29588 29590 29564 0 -1 4202560 25 933 0 0 0 0 0 0 17 0 9 0 648912914 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 0 0 0 0
[pid=29590/tid=29600] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29600/stat : 29600 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 648912917 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29603] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29603/stat : 29603 (python) S 29588 29590 29564 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 648912920 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29606] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29606/stat : 29606 (python) S 29588 29590 29564 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 648912923 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29609] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29609/stat : 29609 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 648912926 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 2 0 0 0
[pid=29590/tid=29612] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29612/stat : 29612 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 648912930 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 5152104

[startup+12.7014 s]
/proc/loadavg: 1.23 0.26 0.09 9/455 29620
/proc/meminfo: memFree=21492540/32951124 swapFree=51873468/67111528
[pid=29590] ppid=29588 vsize=361964 CPUtime=1.4 cores=0-7
/proc/29590/stat : 29590 (python) S 29588 29590 29564 0 -1 4202496 17254 933 1 0 128 12 0 0 22 0 9 0 648912388 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29590/statm: 90491 7458 1891 364 0 26388 0
[pid=29596] ppid=29590 vsize=278980 CPUtime=0.02 cores=0-7
/proc/29596/stat : 29596 (python) S 29590 29590 29564 0 -1 4202560 894 0 0 0 1 1 0 0 18 0 1 0 648912914 285675520 5692 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675407 0 0 16781312 514 4430812511662473473 0 0 17 1 0 0 0
/proc/29596/statm: 69745 5692 377 364 0 5663 0
[pid=29598] ppid=29596 vsize=1018364 CPUtime=7.44 cores=0-7
/proc/29598/stat : 29598 (gnovelty+2) R 29596 29598 29598 0 -1 4202496 674 0 0 0 744 0 0 0 25 0 1 0 648912914 1042804736 409 33554432000 134512640 135663704 4290380944 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29598/statm: 254591 409 113 282 0 254307 0
[pid=29599] ppid=29590 vsize=289844 CPUtime=0.01 cores=0-7
/proc/29599/stat : 29599 (python) S 29590 29590 29564 0 -1 4202560 898 0 0 0 0 1 0 0 18 0 1 0 648912917 296800256 5825 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 13427940789648851202 0 0 17 6 0 0 0
/proc/29599/statm: 72461 5825 371 364 0 8376 0
[pid=29601] ppid=29599 vsize=1018364 CPUtime=7.41 cores=0-7
/proc/29601/stat : 29601 (gnovelty+2) R 29599 29601 29601 0 -1 4202496 671 0 0 0 741 0 0 0 25 0 1 0 648912917 1042804736 408 33554432000 134512640 135663704 4291997056 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29601/statm: 254591 408 113 282 0 254307 0
[pid=29602] ppid=29590 vsize=300100 CPUtime=0.01 cores=0-7
/proc/29602/stat : 29602 (python) S 29590 29590 29564 0 -1 4202560 891 0 0 0 0 1 0 0 18 0 1 0 648912920 307302400 5829 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 7003703805518774530 0 0 17 6 0 0 0
/proc/29602/statm: 75025 5829 371 364 0 10937 0
[pid=29604] ppid=29602 vsize=417976 CPUtime=7.36 cores=0-7
/proc/29604/stat : 29604 (adaptg2wsat2009) R 29602 29604 29604 0 -1 4202496 1005 0 0 0 736 0 0 0 25 0 1 0 648912921 428007424 737 33554432000 134512640 135107411 4288245728 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29604/statm: 104494 737 59 146 0 103370 0
[pid=29605] ppid=29590 vsize=310356 CPUtime=0.01 cores=0-7
/proc/29605/stat : 29605 (python) S 29590 29590 29564 0 -1 4202560 913 0 0 0 0 1 0 0 18 0 1 0 648912923 317804544 5833 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 10938862243520938241 0 0 17 6 0 0 0
/proc/29605/statm: 77589 5833 371 364 0 13498 0
[pid=29607] ppid=29605 vsize=417976 CPUtime=7.23 cores=0-7
/proc/29607/stat : 29607 (adaptg2wsat2009) R 29605 29607 29607 0 -1 4202496 1004 0 0 0 723 0 0 0 25 0 1 0 648912923 428007424 736 33554432000 134512640 135107411 4293440496 18446744073709551615 134531604 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29607/statm: 104494 736 59 146 0 103370 0
[pid=29608] ppid=29590 vsize=320612 CPUtime=0.01 cores=0-7
/proc/29608/stat : 29608 (python) S 29590 29590 29564 0 -1 4202560 936 0 0 0 0 1 0 0 18 0 1 0 648912926 328306688 5837 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 2814314639674802436 0 0 17 2 0 0 0
/proc/29608/statm: 80153 5837 371 364 0 16059 0
[pid=29610] ppid=29608 vsize=417976 CPUtime=7.27 cores=0-7
/proc/29610/stat : 29610 (adaptg2wsat2009) R 29608 29610 29610 0 -1 4202496 1000 0 0 0 727 0 0 0 25 0 1 0 648912926 428007424 734 33554432000 134512640 135107411 4291652160 18446744073709551615 134531561 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29610/statm: 104494 734 59 146 0 103370 0
[pid=29611] ppid=29590 vsize=331208 CPUtime=0.01 cores=0-7
/proc/29611/stat : 29611 (python) S 29590 29590 29564 0 -1 4202560 949 0 0 0 1 0 0 0 18 0 1 0 648912929 339156992 5926 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 7003696108937380098 0 0 17 2 0 0 0
/proc/29611/statm: 82802 5926 370 364 0 18705 0
[pid=29613] ppid=29611 vsize=1018364 CPUtime=7.22 cores=0-7
/proc/29613/stat : 29613 (gnovelty+2) R 29611 29613 29613 0 -1 4202496 674 0 0 0 722 0 0 0 25 0 1 0 648912930 1042804736 408 33554432000 134512640 135663704 4292698528 18446744073709551615 134525493 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29613/statm: 254591 408 113 282 0 254307 0
[pid=29614] ppid=29590 vsize=341464 CPUtime=0.01 cores=0-7
/proc/29614/stat : 29614 (python) S 29590 29590 29564 0 -1 4202560 942 0 0 0 0 1 0 0 18 0 1 0 648912933 349659136 5930 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 4390964835882336516 0 0 17 0 0 0 0
/proc/29614/statm: 85366 5930 370 364 0 21266 0
[pid=29616] ppid=29614 vsize=247996 CPUtime=7.22 cores=0-7
/proc/29616/stat : 29616 (FH) R 29614 29616 29616 0 -1 4202496 921 0 0 0 722 0 0 0 25 0 1 0 648912933 253947904 658 33554432000 134512640 134936988 4290518000 18446744073709551615 134554603 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29616/statm: 61999 658 41 104 0 61503 0
[pid=29617] ppid=29590 vsize=351720 CPUtime=0.02 cores=0-7
/proc/29617/stat : 29617 (python) S 29590 29590 29564 0 -1 4202560 976 0 0 0 1 1 0 0 18 0 1 0 648912936 360161280 5939 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 8047906974760665345 0 0 17 2 0 0 0
/proc/29617/statm: 87930 5939 376 364 0 23827 0
[pid=29619] ppid=29617 vsize=417976 CPUtime=7.11 cores=0-7
/proc/29619/stat : 29619 (adaptg2wsat2009) R 29617 29619 29619 0 -1 4202496 1011 0 0 0 711 0 0 0 25 0 1 0 648912936 428007424 736 33554432000 134512640 135107411 4287395328 18446744073709551615 134531656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29619/statm: 104494 736 59 146 0 103370 0
[pid=29590/tid=29597] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29597/stat : 29597 (python) S 29588 29590 29564 0 -1 4202560 25 933 0 0 0 0 0 0 17 0 9 0 648912914 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 0 0 0 0
[pid=29590/tid=29600] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29600/stat : 29600 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 648912917 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29603] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29603/stat : 29603 (python) S 29588 29590 29564 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 648912920 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29606] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29606/stat : 29606 (python) S 29588 29590 29564 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 648912923 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29609] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29609/stat : 29609 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 648912926 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 2 0 0 0
[pid=29590/tid=29612] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29612/stat : 29612 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 648912930 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 2 0 0 0

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

[pid=29617] ppid=29590 vsize=351720 CPUtime=0.03 cores=0-7
/proc/29617/stat : 29617 (python) S 29590 29590 29564 0 -1 4202560 981 0 0 0 2 1 0 0 18 0 1 0 648912936 360161280 5939 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 17415841971506741505 0 0 17 2 0 0 0
/proc/29617/statm: 87930 5939 376 364 0 23827 0
[pid=29619] ppid=29617 vsize=417976 CPUtime=14.25 cores=0-7
/proc/29619/stat : 29619 (adaptg2wsat2009) R 29617 29619 29619 0 -1 4202496 1011 0 0 0 1425 0 0 0 25 0 1 0 648912936 428007424 736 33554432000 134512640 135107411 4287395328 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29619/statm: 104494 736 59 146 0 103370 0
[pid=29590/tid=29597] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29597/stat : 29597 (python) S 29588 29590 29564 0 -1 4202560 25 933 0 0 0 0 0 0 17 0 9 0 648912914 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 0 0 0 0
[pid=29590/tid=29600] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29600/stat : 29600 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 648912917 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29603] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29603/stat : 29603 (python) S 29588 29590 29564 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 648912920 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29606] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29606/stat : 29606 (python) S 29588 29590 29564 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 648912923 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29609] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29609/stat : 29609 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 648912926 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 2 0 0 0
[pid=29590/tid=29612] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29612/stat : 29612 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 648912930 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 2 0 0 0
[pid=29590/tid=29615] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29615/stat : 29615 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 648912933 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 0 0 0 0
[pid=29590/tid=29618] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29618/stat : 29618 (python) S 29588 29590 29564 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 9 0 648912936 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 117.23
Current children cumulated vsize (KiB) 7861240

[startup+20.301 s]
/proc/loadavg: 1.77 0.39 0.13 9/455 29620
/proc/meminfo: memFree=21494028/32951124 swapFree=51873468/67111528
[pid=29590] ppid=29588 vsize=361964 CPUtime=1.4 cores=0-7
/proc/29590/stat : 29590 (python) S 29588 29590 29564 0 -1 4202496 17254 933 1 0 128 12 0 0 22 0 9 0 648912388 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29590/statm: 90491 7458 1891 364 0 26388 0
[pid=29596] ppid=29590 vsize=278980 CPUtime=0.03 cores=0-7
/proc/29596/stat : 29596 (python) S 29590 29590 29564 0 -1 4202560 897 0 0 0 2 1 0 0 18 0 1 0 648912914 285675520 5692 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675407 0 0 16781312 514 18388601898832724225 0 0 17 1 0 0 0
/proc/29596/statm: 69745 5692 377 364 0 5663 0
[pid=29598] ppid=29596 vsize=1018364 CPUtime=15.04 cores=0-7
/proc/29598/stat : 29598 (gnovelty+2) R 29596 29598 29598 0 -1 4202496 674 0 0 0 1504 0 0 0 25 0 1 0 648912914 1042804736 409 33554432000 134512640 135663704 4290380944 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29598/statm: 254591 409 113 282 0 254307 0
[pid=29599] ppid=29590 vsize=289844 CPUtime=0.03 cores=0-7
/proc/29599/stat : 29599 (python) S 29590 29590 29564 0 -1 4202560 901 0 0 0 1 2 0 0 18 0 1 0 648912917 296800256 5825 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 18388601898832724226 0 0 17 6 0 0 0
/proc/29599/statm: 72461 5825 371 364 0 8376 0
[pid=29601] ppid=29599 vsize=1018364 CPUtime=15.01 cores=0-7
/proc/29601/stat : 29601 (gnovelty+2) R 29599 29601 29601 0 -1 4202496 671 0 0 0 1501 0 0 0 25 0 1 0 648912917 1042804736 408 33554432000 134512640 135663704 4291997056 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29601/statm: 254591 408 113 282 0 254307 0
[pid=29602] ppid=29590 vsize=300100 CPUtime=0.03 cores=0-7
/proc/29602/stat : 29602 (python) S 29590 29590 29564 0 -1 4202560 893 0 0 0 2 1 0 0 18 0 1 0 648912920 307302400 5829 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 18388601898832724226 0 0 17 6 0 0 0
/proc/29602/statm: 75025 5829 371 364 0 10937 0
[pid=29604] ppid=29602 vsize=417976 CPUtime=14.96 cores=0-7
/proc/29604/stat : 29604 (adaptg2wsat2009) R 29602 29604 29604 0 -1 4202496 1005 0 0 0 1496 0 0 0 25 0 1 0 648912921 428007424 737 33554432000 134512640 135107411 4288245728 18446744073709551615 134532242 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29604/statm: 104494 737 59 146 0 103370 0
[pid=29605] ppid=29590 vsize=310356 CPUtime=0.03 cores=0-7
/proc/29605/stat : 29605 (python) S 29590 29590 29564 0 -1 4202560 917 0 0 0 1 2 0 0 18 0 1 0 648912923 317804544 5833 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 18388601898832724225 0 0 17 6 0 0 0
/proc/29605/statm: 77589 5833 371 364 0 13498 0
[pid=29607] ppid=29605 vsize=417976 CPUtime=14.72 cores=0-7
/proc/29607/stat : 29607 (adaptg2wsat2009) R 29605 29607 29607 0 -1 4202496 1004 0 0 0 1472 0 0 0 25 0 1 0 648912923 428007424 736 33554432000 134512640 135107411 4293440496 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29607/statm: 104494 736 59 146 0 103370 0
[pid=29608] ppid=29590 vsize=320612 CPUtime=0.03 cores=0-7
/proc/29608/stat : 29608 (python) S 29590 29590 29564 0 -1 4202560 939 0 0 0 1 2 0 0 18 0 1 0 648912926 328306688 5837 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 18388601898832724228 0 0 17 2 0 0 0
/proc/29608/statm: 80153 5837 371 364 0 16059 0
[pid=29610] ppid=29608 vsize=417976 CPUtime=14.85 cores=0-7
/proc/29610/stat : 29610 (adaptg2wsat2009) R 29608 29610 29610 0 -1 4202496 1000 0 0 0 1485 0 0 0 25 0 1 0 648912926 428007424 734 33554432000 134512640 135107411 4291652160 18446744073709551615 134531709 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29610/statm: 104494 734 59 146 0 103370 0
[pid=29611] ppid=29590 vsize=331208 CPUtime=0.03 cores=0-7
/proc/29611/stat : 29611 (python) S 29590 29590 29564 0 -1 4202560 951 0 0 0 2 1 0 0 18 0 1 0 648912929 339156992 5926 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 17415841971506741506 0 0 17 2 0 0 0
/proc/29611/statm: 82802 5926 370 364 0 18705 0
[pid=29613] ppid=29611 vsize=1018364 CPUtime=14.76 cores=0-7
/proc/29613/stat : 29613 (gnovelty+2) R 29611 29613 29613 0 -1 4202496 674 0 0 0 1476 0 0 0 25 0 1 0 648912930 1042804736 408 33554432000 134512640 135663704 4292698528 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29613/statm: 254591 408 113 282 0 254307 0
[pid=29614] ppid=29590 vsize=341464 CPUtime=0.03 cores=0-7
/proc/29614/stat : 29614 (python) S 29590 29590 29564 0 -1 4202560 946 0 0 0 1 2 0 0 18 0 1 0 648912933 349659136 5930 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 17415841971506741508 0 0 17 0 0 0 0
/proc/29614/statm: 85366 5930 370 364 0 21266 0
[pid=29616] ppid=29614 vsize=247996 CPUtime=14.8 cores=0-7
/proc/29616/stat : 29616 (FH) R 29614 29616 29616 0 -1 4202496 921 0 0 0 1480 0 0 0 25 0 1 0 648912933 253947904 658 33554432000 134512640 134936988 4290518000 18446744073709551615 134545000 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29616/statm: 61999 658 41 104 0 61503 0
[pid=29617] ppid=29590 vsize=351720 CPUtime=0.03 cores=0-7
/proc/29617/stat : 29617 (python) S 29590 29590 29564 0 -1 4202560 981 0 0 0 2 1 0 0 18 0 1 0 648912936 360161280 5939 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 17415841971506741505 0 0 17 2 0 0 0
/proc/29617/statm: 87930 5939 376 364 0 23827 0
[pid=29619] ppid=29617 vsize=417976 CPUtime=14.65 cores=0-7
/proc/29619/stat : 29619 (adaptg2wsat2009) R 29617 29619 29619 0 -1 4202496 1011 0 0 0 1465 0 0 0 25 0 1 0 648912936 428007424 736 33554432000 134512640 135107411 4287395328 18446744073709551615 134531600 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29619/statm: 104494 736 59 146 0 103370 0
[pid=29590/tid=29597] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29597/stat : 29597 (python) S 29588 29590 29564 0 -1 4202560 25 933 0 0 0 0 0 0 17 0 9 0 648912914 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 0 0 0 0
[pid=29590/tid=29600] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29600/stat : 29600 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 648912917 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29603] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29603/stat : 29603 (python) S 29588 29590 29564 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 648912920 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29606] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29606/stat : 29606 (python) S 29588 29590 29564 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 648912923 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29609] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29609/stat : 29609 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 648912926 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 2 0 0 0
[pid=29590/tid=29612] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29612/stat : 29612 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 648912930 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 2 0 0 0
[pid=29590/tid=29615] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29615/stat : 29615 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 648912933 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 0 0 0 0
[pid=29590/tid=29618] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29618/stat : 29618 (python) S 29588 29590 29564 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 9 0 648912936 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 120.43
Current children cumulated vsize (KiB) 7861240

[startup+20.401 s]
/proc/loadavg: 1.77 0.39 0.13 9/455 29620
/proc/meminfo: memFree=21494028/32951124 swapFree=51873468/67111528
[pid=29590] ppid=29588 vsize=361964 CPUtime=1.4 cores=0-7
/proc/29590/stat : 29590 (python) S 29588 29590 29564 0 -1 4202496 17254 933 1 0 128 12 0 0 22 0 9 0 648912388 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29590/statm: 90491 7458 1891 364 0 26388 0
[pid=29596] ppid=29590 vsize=278980 CPUtime=0.03 cores=0-7
/proc/29596/stat : 29596 (python) S 29590 29590 29564 0 -1 4202560 897 0 0 0 2 1 0 0 18 0 1 0 648912914 285675520 5692 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675407 0 0 16781312 514 18388601898832724225 0 0 17 1 0 0 0
/proc/29596/statm: 69745 5692 377 364 0 5663 0
[pid=29598] ppid=29596 vsize=1018364 CPUtime=15.14 cores=0-7
/proc/29598/stat : 29598 (gnovelty+2) R 29596 29598 29598 0 -1 4202496 674 0 0 0 1514 0 0 0 25 0 1 0 648912914 1042804736 409 33554432000 134512640 135663704 4290380944 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29598/statm: 254591 409 113 282 0 254307 0
[pid=29599] ppid=29590 vsize=289844 CPUtime=0.03 cores=0-7
/proc/29599/stat : 29599 (python) S 29590 29590 29564 0 -1 4202560 901 0 0 0 1 2 0 0 18 0 1 0 648912917 296800256 5825 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 18388601898832724226 0 0 17 6 0 0 0
/proc/29599/statm: 72461 5825 371 364 0 8376 0
[pid=29601] ppid=29599 vsize=1018364 CPUtime=15.11 cores=0-7
/proc/29601/stat : 29601 (gnovelty+2) R 29599 29601 29601 0 -1 4202496 671 0 0 0 1511 0 0 0 25 0 1 0 648912917 1042804736 408 33554432000 134512640 135663704 4291997056 18446744073709551615 134525187 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29601/statm: 254591 408 113 282 0 254307 0
[pid=29602] ppid=29590 vsize=300100 CPUtime=0.03 cores=0-7
/proc/29602/stat : 29602 (python) S 29590 29590 29564 0 -1 4202560 893 0 0 0 2 1 0 0 18 0 1 0 648912920 307302400 5829 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 18388601898832724226 0 0 17 6 0 0 0
/proc/29602/statm: 75025 5829 371 364 0 10937 0
[pid=29604] ppid=29602 vsize=417976 CPUtime=15.06 cores=0-7
/proc/29604/stat : 29604 (adaptg2wsat2009) R 29602 29604 29604 0 -1 4202496 1005 0 0 0 1506 0 0 0 25 0 1 0 648912921 428007424 737 33554432000 134512640 135107411 4288245728 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29604/statm: 104494 737 59 146 0 103370 0
[pid=29605] ppid=29590 vsize=310356 CPUtime=0.03 cores=0-7
/proc/29605/stat : 29605 (python) S 29590 29590 29564 0 -1 4202560 917 0 0 0 1 2 0 0 18 0 1 0 648912923 317804544 5833 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 18388601898832724225 0 0 17 6 0 0 0
/proc/29605/statm: 77589 5833 371 364 0 13498 0
[pid=29607] ppid=29605 vsize=417976 CPUtime=14.82 cores=0-7
/proc/29607/stat : 29607 (adaptg2wsat2009) R 29605 29607 29607 0 -1 4202496 1004 0 0 0 1482 0 0 0 25 0 1 0 648912923 428007424 736 33554432000 134512640 135107411 4293440496 18446744073709551615 134532384 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29607/statm: 104494 736 59 146 0 103370 0
[pid=29608] ppid=29590 vsize=320612 CPUtime=0.03 cores=0-7
/proc/29608/stat : 29608 (python) S 29590 29590 29564 0 -1 4202560 939 0 0 0 1 2 0 0 18 0 1 0 648912926 328306688 5837 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 18388601898832724228 0 0 17 2 0 0 0
/proc/29608/statm: 80153 5837 371 364 0 16059 0
[pid=29610] ppid=29608 vsize=417976 CPUtime=14.95 cores=0-7
/proc/29610/stat : 29610 (adaptg2wsat2009) R 29608 29610 29610 0 -1 4202496 1000 0 0 0 1495 0 0 0 25 0 1 0 648912926 428007424 734 33554432000 134512640 135107411 4291652160 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29610/statm: 104494 734 59 146 0 103370 0
[pid=29611] ppid=29590 vsize=331208 CPUtime=0.03 cores=0-7
/proc/29611/stat : 29611 (python) S 29590 29590 29564 0 -1 4202560 951 0 0 0 2 1 0 0 18 0 1 0 648912929 339156992 5926 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 17415841971506741506 0 0 17 2 0 0 0
/proc/29611/statm: 82802 5926 370 364 0 18705 0
[pid=29613] ppid=29611 vsize=1018364 CPUtime=14.86 cores=0-7
/proc/29613/stat : 29613 (gnovelty+2) R 29611 29613 29613 0 -1 4202496 674 0 0 0 1486 0 0 0 25 0 1 0 648912930 1042804736 408 33554432000 134512640 135663704 4292698528 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29613/statm: 254591 408 113 282 0 254307 0
[pid=29614] ppid=29590 vsize=341464 CPUtime=0.03 cores=0-7
/proc/29614/stat : 29614 (python) S 29590 29590 29564 0 -1 4202560 946 0 0 0 1 2 0 0 18 0 1 0 648912933 349659136 5930 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 17415841971506741508 0 0 17 0 0 0 0
/proc/29614/statm: 85366 5930 370 364 0 21266 0
[pid=29616] ppid=29614 vsize=247996 CPUtime=14.9 cores=0-7
/proc/29616/stat : 29616 (FH) R 29614 29616 29616 0 -1 4202496 921 0 0 0 1490 0 0 0 25 0 1 0 648912933 253947904 658 33554432000 134512640 134936988 4290518000 18446744073709551615 134552080 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29616/statm: 61999 658 41 104 0 61503 0
[pid=29617] ppid=29590 vsize=351720 CPUtime=0.03 cores=0-7
/proc/29617/stat : 29617 (python) S 29590 29590 29564 0 -1 4202560 981 0 0 0 2 1 0 0 18 0 1 0 648912936 360161280 5939 33554432000 4194304 5683644 140733417569056 18446744073709551615 212039675462 0 0 16781312 514 17415841971506741505 0 0 17 2 0 0 0
/proc/29617/statm: 87930 5939 376 364 0 23827 0
[pid=29619] ppid=29617 vsize=417976 CPUtime=14.75 cores=0-7
/proc/29619/stat : 29619 (adaptg2wsat2009) R 29617 29619 29619 0 -1 4202496 1011 0 0 0 1475 0 0 0 25 0 1 0 648912936 428007424 736 33554432000 134512640 135107411 4287395328 18446744073709551615 134532039 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29619/statm: 104494 736 59 146 0 103370 0
[pid=29590/tid=29597] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29597/stat : 29597 (python) S 29588 29590 29564 0 -1 4202560 25 933 0 0 0 0 0 0 17 0 9 0 648912914 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 0 0 0 0
[pid=29590/tid=29600] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29600/stat : 29600 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 648912917 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29603] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29603/stat : 29603 (python) S 29588 29590 29564 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 648912920 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29606] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29606/stat : 29606 (python) S 29588 29590 29564 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 648912923 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 6 0 0 0
[pid=29590/tid=29609] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29609/stat : 29609 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 648912926 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 2 0 0 0
[pid=29590/tid=29612] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29612/stat : 29612 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 648912930 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 2 0 0 0
[pid=29590/tid=29615] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29615/stat : 29615 (python) S 29588 29590 29564 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 648912933 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 0 0 0 0
[pid=29590/tid=29618] ppid=29588 vsize=361964 CPUtime=0 cores=0-7
/proc/29590/task/29618/stat : 29618 (python) S 29588 29590 29564 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 9 0 648912936 370651136 7458 33554432000 4194304 5683644 140733417569056 18446744073709551615 212051478961 0 0 16781312 2 18446604444491713536 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 121.23
Current children cumulated vsize (KiB) 7861240

Child status: 0
Real time (s): 20.4798
CPU time (s): 121.846
CPU user time (s): 121.519
CPU system time (s): 0.32795
CPU usage (%): 594.958
Max. virtual memory (cumulated for all children) (KiB): 7861244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.519
system time used= 0.32795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37629
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= 3716
involuntary context switches= 804

runsolver used 0.096985 second user time and 0.217966 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-16 18:56:01
IDJOB=3385241
IDBENCH=82506
IDSOLVER=1870
FILE ID=node146/3385241-1305564961
RUNJOBID= node146-1305564961-29578
PBS_JOBID= 13350104
Free space on /tmp= 73224 MiB

SOLVER NAME= borg-sat 11.03.02-par-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 -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385241-1305564961/watcher-3385241-1305564961 -o /tmp/evaluation-result-3385241-1305564961/solver-3385241-1305564961 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385241-1305564961.cnf -seed 1352173723 -budget 40000 -cores 8

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

MD5SUM BENCH= dc0028248c86c8aff67bef1f8d7ffb16
RANDOM SEED=1352173723

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.75
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.830
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.830
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:      21572032 kB
Buffers:        208500 kB
Cached:        1427576 kB
SwapCached:      56140 kB
Active:        8278068 kB
Inactive:      2836440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21572032 kB
SwapTotal:    67111528 kB
SwapFree:     51873468 kB
Dirty:           32228 kB
Writeback:           0 kB
AnonPages:     9430284 kB
Mapped:          22380 kB
Slab:           113884 kB
PageTables:      81380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 118930272 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= 73192 MiB
End job on node146 at 2011-05-16 18:56:22