Trace number 3321795

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 322.239 47.4922

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S789865458-092-UNKNOWN.cnf
MD5SUM576af4ef397491948f4ca2b3f3b7cd4f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.094
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.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.67	c INFO: solving HOME/instance-3321795-1304367496.cnf
0.36/0.67	c INFO: computing task features
0.44/0.75	c INFO: computed variable-clause graph statistics
0.44/0.75	c INFO: computed clause balance statistics
0.94/1.21	c INFO: computed variable balance statistics
1.04/1.39	c INFO: computed small-clause counts
1.04/1.39	c INFO: computed Horn-clause counts
1.14/1.40	c INFO: computed variable graph statistics
1.14/1.40	c INFO: collected features for HOME/instance-3321795-1304367496.cnf in 0.73 s
1.14/1.44	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.37)
1.14/1.48	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.12)
1.23/1.52	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.08)
1.23/1.56	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.06)
1.33/1.60	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.05)
1.33/1.64	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.04)
1.33/1.68	c INFO: running FH@0 for 97 with 39999 remaining (b = 0.03)
1.42/1.72	c INFO: running adaptg2wsat2009++@0 for 97 with 39998 remaining (b = 0.03)
321.60/47.47	s SATISFIABLE
321.60/47.47	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-3321795-1304367496/watcher-3321795-1304367496 -o /tmp/evaluation-result-3321795-1304367496/solver-3321795-1304367496 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321795-1304367496.cnf -seed 668697833 -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: 8.32 8.10 5.46 3/303 15409
/proc/meminfo: memFree=8339040/32951124 swapFree=61020456/67111528
[pid=15409] ppid=15407 vsize=15772 CPUtime=0 cores=0-7
/proc/15409/stat : 15409 (python) R 15407 15409 15120 0 -1 4202496 873 0 0 0 0 0 0 0 23 0 1 0 626980348 16150528 754 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284586693 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15409/statm: 3943 755 343 364 0 430 0

[startup+0.0708339 s]
/proc/loadavg: 8.32 8.10 5.46 3/303 15409
/proc/meminfo: memFree=8339040/32951124 swapFree=61020456/67111528
[pid=15409] ppid=15407 vsize=36504 CPUtime=0.03 cores=0-7
/proc/15409/stat : 15409 (python) S 15407 15409 15120 0 -1 4202496 1610 0 0 0 3 0 0 0 24 0 1 0 626980348 37380096 1443 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/15409/statm: 9127 1444 452 364 0 944 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36504

[startup+0.10081 s]
/proc/loadavg: 8.32 8.10 5.46 3/303 15409
/proc/meminfo: memFree=8339040/32951124 swapFree=61020456/67111528
[pid=15409] ppid=15407 vsize=87700 CPUtime=0.06 cores=0-7
/proc/15409/stat : 15409 (python) S 15407 15409 15120 0 -1 4202496 2638 0 0 0 5 1 0 0 24 0 1 0 626980348 89804800 2353 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/15409/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.300793 s]
/proc/loadavg: 8.32 8.10 5.46 3/303 15409
/proc/meminfo: memFree=8339040/32951124 swapFree=61020456/67111528
[pid=15409] ppid=15407 vsize=135748 CPUtime=0.18 cores=0-7
/proc/15409/stat : 15409 (python) S 15407 15409 15120 0 -1 4202496 5961 933 1 0 14 4 0 0 17 0 1 0 626980348 139005952 4151 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284921861 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/15409/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700694 s]
/proc/loadavg: 8.32 8.10 5.46 3/303 15409
/proc/meminfo: memFree=8339040/32951124 swapFree=61020456/67111528
[pid=15409] ppid=15407 vsize=279940 CPUtime=0.44 cores=0-7
/proc/15409/stat : 15409 (python) R 15407 15409 15120 0 -1 4202496 9633 933 1 0 34 10 0 0 16 0 1 0 626980348 286658560 7200 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284951658 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15409/statm: 69868 7200 1761 364 0 5792 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 279940

[startup+1.50056 s]
/proc/loadavg: 8.32 8.10 5.46 3/304 15414
/proc/meminfo: memFree=8314224/32951124 swapFree=61020456/67111528
[pid=15409] ppid=15407 vsize=300088 CPUtime=1.23 cores=0-7
/proc/15409/stat : 15409 (python) R 15407 15409 15120 0 -1 4202496 12505 933 1 0 112 11 0 0 20 0 3 0 626980348 307290112 7336 33554432000 4194304 5683644 140736845008912 18446744073709551615 47837936304429 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15409/statm: 75022 7336 1878 364 0 10937 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 300088

[startup+3.10126 s]
/proc/loadavg: 8.32 8.10 5.46 10/328 15438
/proc/meminfo: memFree=8268376/32951124 swapFree=61020456/67111528
[pid=15409] ppid=15407 vsize=361624 CPUtime=1.45 cores=0-7
/proc/15409/stat : 15409 (python) S 15407 15409 15120 0 -1 4202496 17322 933 1 0 132 13 0 0 25 0 9 0 626980348 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15409/statm: 90406 7373 1891 364 0 26303 0
[pid=15415] ppid=15409 vsize=278980 CPUtime=0 cores=0-7
/proc/15415/stat : 15415 (python) S 15409 15409 15120 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 626980492 285675520 5669 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945935 0 0 16781312 514 14942332239445197060 0 0 17 6 0 0 0
/proc/15415/statm: 69745 5669 354 364 0 5663 0
[pid=15417] ppid=15415 vsize=1018364 CPUtime=1.64 cores=0-7
/proc/15417/stat : 15417 (gnovelty+2) R 15415 15417 15417 0 -1 4202496 673 0 0 0 164 0 0 0 25 0 1 0 626980493 1042804736 409 33554432000 134512640 135663704 4287664384 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15417/statm: 254591 409 113 282 0 254307 0
[pid=15418] ppid=15409 vsize=289844 CPUtime=0 cores=0-7
/proc/15418/stat : 15418 (python) S 15409 15409 15120 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 626980496 296800256 5802 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 15381018412352241921 0 0 17 2 0 0 0
/proc/15418/statm: 72461 5802 348 364 0 8376 0
[pid=15420] ppid=15418 vsize=1018364 CPUtime=1.6 cores=0-7
/proc/15420/stat : 15420 (gnovelty+2) R 15418 15420 15420 0 -1 4202496 671 0 0 0 160 0 0 0 25 0 1 0 626980496 1042804736 409 33554432000 134512640 135663704 4286670944 18446744073709551615 134525529 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15420/statm: 254591 409 113 282 0 254307 0
[pid=15421] ppid=15409 vsize=300100 CPUtime=0 cores=0-7
/proc/15421/stat : 15421 (python) S 15409 15409 15120 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 626980500 307302400 5806 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 15381010715770879999 0 0 17 0 0 0 0
/proc/15421/statm: 75025 5806 348 364 0 10937 0
[pid=15423] ppid=15421 vsize=417840 CPUtime=1.55 cores=0-7
/proc/15423/stat : 15423 (adaptg2wsat2009) R 15421 15423 15423 0 -1 4202496 890 0 0 0 155 0 0 0 25 0 1 0 626980500 427868160 624 33554432000 134512640 135107411 4292680832 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15423/statm: 104460 624 49 146 0 103336 0
[pid=15424] ppid=15409 vsize=310356 CPUtime=0 cores=0-7
/proc/15424/stat : 15424 (python) S 15409 15409 15120 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 626980504 317804544 5810 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 4945291319607033855 0 0 17 6 0 0 0
/proc/15424/statm: 77589 5810 348 364 0 13498 0
[pid=15426] ppid=15424 vsize=417840 CPUtime=1.51 cores=0-7
/proc/15426/stat : 15426 (adaptg2wsat2009) R 15424 15426 15426 0 -1 4202496 888 0 0 0 151 0 0 0 25 0 1 0 626980504 427868160 625 33554432000 134512640 135107411 4289459152 18446744073709551615 134523434 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15426/statm: 104460 625 49 146 0 103336 0
[pid=15427] ppid=15409 vsize=320612 CPUtime=0 cores=0-7
/proc/15427/stat : 15427 (python) S 15409 15409 15120 0 -1 4202560 755 0 0 0 0 0 0 0 18 0 1 0 626980508 328306688 5814 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 15381006867480182783 0 0 17 0 0 0 0
/proc/15427/statm: 80153 5814 348 364 0 16059 0
[pid=15429] ppid=15427 vsize=417840 CPUtime=1.49 cores=0-7
/proc/15429/stat : 15429 (adaptg2wsat2009) R 15427 15429 15429 0 -1 4202496 890 0 0 0 149 0 0 0 25 0 1 0 626980508 427868160 624 33554432000 134512640 135107411 4293585296 18446744073709551615 134523457 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15429/statm: 104460 624 49 146 0 103336 0
[pid=15430] ppid=15409 vsize=330868 CPUtime=0 cores=0-7
/proc/15430/stat : 15430 (python) S 15409 15409 15120 0 -1 4202560 765 0 0 0 0 0 0 0 18 0 1 0 626980512 338808832 5818 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 4945295167897698564 0 0 17 6 0 0 0
/proc/15430/statm: 82717 5818 348 364 0 18620 0
[pid=15432] ppid=15430 vsize=1018364 CPUtime=1.45 cores=0-7
/proc/15432/stat : 15432 (gnovelty+2) R 15430 15432 15432 0 -1 4202496 674 0 0 0 145 0 0 0 25 0 1 0 626980512 1042804736 409 33554432000 134512640 135663704 4291600560 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15432/statm: 254591 409 113 282 0 254307 0
[pid=15433] ppid=15409 vsize=341124 CPUtime=0 cores=0-7
/proc/15433/stat : 15433 (python) S 15409 15409 15120 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 626980516 349310976 5822 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 2909382538180952063 0 0 17 0 0 0 0
/proc/15433/statm: 85281 5822 348 364 0 21181 0
[pid=15435] ppid=15433 vsize=246372 CPUtime=0.65 cores=0-7
/proc/15435/stat : 15435 (FH) R 15433 15435 15435 0 -1 4202496 786 0 0 0 65 0 0 0 25 0 1 0 626980518 252284928 523 33554432000 134512640 134936988 4287654448 18446744073709551615 134523736 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15435/statm: 61593 523 37 104 0 61097 0
[pid=15436] ppid=15409 vsize=351380 CPUtime=0 cores=0-7
/proc/15436/stat : 15436 (python) S 15409 15409 15120 0 -1 4202560 797 0 0 0 0 0 0 0 18 0 1 0 626980520 359813120 5832 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 4220106501362024447 0 0 17 0 0 0 0
/proc/15436/statm: 87845 5832 354 364 0 23742 0
[pid=15438] ppid=15436 vsize=417840 CPUtime=0.71 cores=0-7
/proc/15438/stat : 15438 (adaptg2wsat2009) R 15436 15438 15438 0 -1 4202496 896 0 0 0 71 0 0 0 25 0 1 0 626980520 427868160 625 33554432000 134512640 135107411 4292873968 18446744073709551615 134523312 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15438/statm: 104460 625 49 146 0 103336 0
[pid=15409/tid=15416] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15416/stat : 15416 (python) S 15407 15409 15120 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 9 0 626980492 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 6 0 0 0
[pid=15409/tid=15419] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15419/stat : 15419 (python) S 15407 15409 15120 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 626980496 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=15409/tid=15422] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15422/stat : 15422 (python) S 15407 15409 15120 0 -1 4202560 21 933 0 0 0 0 0 0 18 0 9 0 626980500 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=15409/tid=15425] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15425/stat : 15425 (python) S 15407 15409 15120 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 9 0 626980504 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=15409/tid=15428] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15428/stat : 15428 (python) S 15407 15409 15120 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 626980508 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 0 0 0 0
[pid=15409/tid=15431] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15431/stat : 15431 (python) S 15407 15409 15120 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 9 0 626980512 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 6 0 0 0
[pid=15409/tid=15434] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15434/stat : 15434 (python) S 15407 15409 15120 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 9 0 626980516 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 0 0 0 0
[pid=15409/tid=15437] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15437/stat : 15437 (python) S 15407 15409 15120 0 -1 4202560 87 933 0 0 0 0 0 0 25 0 9 0 626980520 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 7857712

[startup+6.30172 s]
/proc/loadavg: 8.45 8.13 5.49 10/328 15438
/proc/meminfo: memFree=8267036/32951124 swapFree=61020456/67111528
[pid=15409] ppid=15407 vsize=361624 CPUtime=1.45 cores=0-7
/proc/15409/stat : 15409 (python) S 15407 15409 15120 0 -1 4202496 17322 933 1 0 132 13 0 0 25 0 9 0 626980348 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15409/statm: 90406 7373 1891 364 0 26303 0
[pid=15415] ppid=15409 vsize=278980 CPUtime=0.01 cores=0-7
/proc/15415/stat : 15415 (python) S 15409 15409 15120 0 -1 4202560 897 0 0 0 1 0 0 0 18 0 1 0 626980492 285675520 5692 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945935 0 0 16781312 514 14942332239445197060 0 0 17 6 0 0 0
/proc/15415/statm: 69745 5692 377 364 0 5663 0
[pid=15417] ppid=15415 vsize=1018364 CPUtime=4.85 cores=0-7
/proc/15417/stat : 15417 (gnovelty+2) R 15415 15417 15417 0 -1 4202496 673 0 0 0 485 0 0 0 25 0 1 0 626980493 1042804736 409 33554432000 134512640 135663704 4287664384 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15417/statm: 254591 409 113 282 0 254307 0
[pid=15418] ppid=15409 vsize=289844 CPUtime=0 cores=0-7
/proc/15418/stat : 15418 (python) S 15409 15409 15120 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 626980496 296800256 5825 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 15381018412352241921 0 0 17 2 0 0 0
/proc/15418/statm: 72461 5825 371 364 0 8376 0
[pid=15420] ppid=15418 vsize=1018364 CPUtime=4.8 cores=0-7
/proc/15420/stat : 15420 (gnovelty+2) R 15418 15420 15420 0 -1 4202496 671 0 0 0 480 0 0 0 25 0 1 0 626980496 1042804736 409 33554432000 134512640 135663704 4286670944 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15420/statm: 254591 409 113 282 0 254307 0
[pid=15421] ppid=15409 vsize=300100 CPUtime=0 cores=0-7
/proc/15421/stat : 15421 (python) S 15409 15409 15120 0 -1 4202560 890 0 0 0 0 0 0 0 18 0 1 0 626980500 307302400 5829 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 15381010715770847492 0 0 17 0 0 0 0
/proc/15421/statm: 75025 5829 371 364 0 10937 0
[pid=15423] ppid=15421 vsize=417976 CPUtime=4.72 cores=0-7
/proc/15423/stat : 15423 (adaptg2wsat2009) R 15421 15423 15423 0 -1 4202496 1000 0 0 0 472 0 0 0 25 0 1 0 626980500 428007424 734 33554432000 134512640 135107411 4292680832 18446744073709551615 134532371 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15423/statm: 104494 734 59 146 0 103370 0
[pid=15424] ppid=15409 vsize=310356 CPUtime=0 cores=0-7
/proc/15424/stat : 15424 (python) S 15409 15409 15120 0 -1 4202560 921 0 0 0 0 0 0 0 18 0 1 0 626980504 317804544 5833 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 4945291319607001344 0 0 17 6 0 0 0
/proc/15424/statm: 77589 5833 371 364 0 13498 0
[pid=15426] ppid=15424 vsize=417976 CPUtime=4.67 cores=0-7
/proc/15426/stat : 15426 (adaptg2wsat2009) R 15424 15426 15426 0 -1 4202496 999 0 0 0 467 0 0 0 25 0 1 0 626980504 428007424 736 33554432000 134512640 135107411 4289459152 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15426/statm: 104494 736 59 146 0 103370 0
[pid=15427] ppid=15409 vsize=320612 CPUtime=0 cores=0-7
/proc/15427/stat : 15427 (python) S 15409 15409 15120 0 -1 4202560 941 0 0 0 0 0 0 0 18 0 1 0 626980508 328306688 5837 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 15381006867480150276 0 0 17 0 0 0 0
/proc/15427/statm: 80153 5837 371 364 0 16059 0
[pid=15429] ppid=15427 vsize=417976 CPUtime=4.67 cores=0-7
/proc/15429/stat : 15429 (adaptg2wsat2009) R 15427 15429 15429 0 -1 4202496 1001 0 0 0 467 0 0 0 25 0 1 0 626980508 428007424 735 33554432000 134512640 135107411 4293585296 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15429/statm: 104494 735 59 146 0 103370 0
[pid=15430] ppid=15409 vsize=330868 CPUtime=0 cores=0-7
/proc/15430/stat : 15430 (python) S 15409 15409 15120 0 -1 4202560 943 0 0 0 0 0 0 0 18 0 1 0 626980512 338808832 5841 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 4945295167897698564 0 0 17 6 0 0 0
/proc/15430/statm: 82717 5841 371 364 0 18620 0
[pid=15432] ppid=15430 vsize=1018364 CPUtime=4.65 cores=0-7
/proc/15432/stat : 15432 (gnovelty+2) R 15430 15432 15432 0 -1 4202496 674 0 0 0 465 0 0 0 25 0 1 0 626980512 1042804736 409 33554432000 134512640 135663704 4291600560 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15432/statm: 254591 409 113 282 0 254307 0
[pid=15433] ppid=15409 vsize=341124 CPUtime=0 cores=0-7
/proc/15433/stat : 15433 (python) S 15409 15409 15120 0 -1 4202560 957 0 0 0 0 0 0 0 18 0 1 0 626980516 349310976 5845 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 2909382538180919556 0 0 17 0 0 0 0
/proc/15433/statm: 85281 5845 371 364 0 21181 0
[pid=15435] ppid=15433 vsize=246372 CPUtime=2.21 cores=0-7
/proc/15435/stat : 15435 (FH) R 15433 15435 15435 0 -1 4202496 786 0 0 0 221 0 0 0 25 0 1 0 626980518 252284928 523 33554432000 134512640 134936988 4287654448 18446744073709551615 134523462 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15435/statm: 61593 523 37 104 0 61097 0
[pid=15436] ppid=15409 vsize=351380 CPUtime=0.01 cores=0-7
/proc/15436/stat : 15436 (python) S 15409 15409 15120 0 -1 4202560 987 0 0 0 0 1 0 0 18 0 1 0 626980520 359813120 5855 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 4220106501361991940 0 0 17 0 0 0 0
/proc/15436/statm: 87845 5855 377 364 0 23742 0
[pid=15438] ppid=15436 vsize=417976 CPUtime=2.29 cores=0-7
/proc/15438/stat : 15438 (adaptg2wsat2009) R 15436 15438 15438 0 -1 4202496 1006 0 0 0 229 0 0 0 25 0 1 0 626980520 428007424 735 33554432000 134512640 135107411 4292873968 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15438/statm: 104494 735 59 146 0 103370 0

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

[pid=15436] ppid=15409 vsize=351380 CPUtime=0.11 cores=0-7
/proc/15436/stat : 15436 (python) S 15409 15409 15120 0 -1 4202560 1002 0 0 0 6 5 0 0 18 0 1 0 626980520 359813120 5855 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 3289721198119715076 0 0 17 6 0 0 0
/proc/15436/statm: 87845 5855 377 364 0 23742 0
[pid=15438] ppid=15436 vsize=417976 CPUtime=34.21 cores=0-7
/proc/15438/stat : 15438 (adaptg2wsat2009) R 15436 15438 15438 0 -1 4202496 1006 0 0 0 3421 0 0 0 25 0 1 0 626980520 428007424 735 33554432000 134512640 135107411 4292873968 18446744073709551615 134531856 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15438/statm: 104494 735 59 146 0 103370 0
[pid=15409/tid=15416] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15416/stat : 15416 (python) S 15407 15409 15120 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 9 0 626980492 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 6 0 0 0
[pid=15409/tid=15419] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15419/stat : 15419 (python) S 15407 15409 15120 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 626980496 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=15409/tid=15422] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15422/stat : 15422 (python) S 15407 15409 15120 0 -1 4202560 21 933 0 0 0 0 0 0 18 0 9 0 626980500 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=15409/tid=15425] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15425/stat : 15425 (python) S 15407 15409 15120 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 9 0 626980504 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=15409/tid=15428] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15428/stat : 15428 (python) S 15407 15409 15120 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 626980508 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 0 0 0 0
[pid=15409/tid=15431] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15431/stat : 15431 (python) S 15407 15409 15120 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 9 0 626980512 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 6 0 0 0
[pid=15409/tid=15434] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15434/stat : 15434 (python) S 15407 15409 15120 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 9 0 626980516 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 0 0 0 0
[pid=15409/tid=15437] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15437/stat : 15437 (python) S 15407 15409 15120 0 -1 4202560 87 933 0 0 0 0 0 0 25 0 9 0 626980520 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 319.52
Current children cumulated vsize (KiB) 7611884

[startup+47.3119 s]
/proc/loadavg: 8.80 8.25 5.64 12/328 15438
/proc/meminfo: memFree=8268808/32951124 swapFree=61020456/67111528
[pid=15409] ppid=15407 vsize=361624 CPUtime=1.45 cores=0-7
/proc/15409/stat : 15409 (python) S 15407 15409 15120 0 -1 4202496 17322 933 1 0 132 13 0 0 25 0 9 0 626980348 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15409/statm: 90406 7373 1891 364 0 26303 0
[pid=15415] ppid=15409 vsize=278980 CPUtime=0.09 cores=0-7
/proc/15415/stat : 15415 (python) S 15409 15409 15120 0 -1 4202560 911 0 0 0 5 4 0 0 18 0 1 0 626980492 285675520 5692 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945935 0 0 16781312 514 3289721198119715076 0 0 17 6 0 0 0
/proc/15415/statm: 69745 5692 377 364 0 5663 0
[pid=15417] ppid=15415 vsize=1018364 CPUtime=45.86 cores=0-7
/proc/15417/stat : 15417 (gnovelty+2) R 15415 15417 15417 0 -1 4202496 673 0 0 0 4586 0 0 0 25 0 1 0 626980493 1042804736 409 33554432000 134512640 135663704 4287664384 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15417/statm: 254591 409 113 282 0 254307 0
[pid=15418] ppid=15409 vsize=289844 CPUtime=0.09 cores=0-7
/proc/15418/stat : 15418 (python) S 15409 15409 15120 0 -1 4202560 911 0 0 0 4 5 0 0 18 0 1 0 626980496 296800256 5825 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 3289721198119715073 0 0 17 2 0 0 0
/proc/15418/statm: 72461 5825 371 364 0 8376 0
[pid=15420] ppid=15418 vsize=1018364 CPUtime=45.8 cores=0-7
/proc/15420/stat : 15420 (gnovelty+2) R 15418 15420 15420 0 -1 4202496 671 0 0 0 4580 0 0 0 25 0 1 0 626980496 1042804736 409 33554432000 134512640 135663704 4286670944 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15420/statm: 254591 409 113 282 0 254307 0
[pid=15421] ppid=15409 vsize=300100 CPUtime=0.09 cores=0-7
/proc/15421/stat : 15421 (python) S 15409 15409 15120 0 -1 4202560 906 0 0 0 5 4 0 0 18 0 1 0 626980500 307302400 5829 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 3289721198119715076 0 0 17 0 0 0 0
/proc/15421/statm: 75025 5829 371 364 0 10937 0
[pid=15423] ppid=15421 vsize=417976 CPUtime=45.28 cores=0-7
/proc/15423/stat : 15423 (adaptg2wsat2009) R 15421 15423 15423 0 -1 4202496 1000 0 0 0 4528 0 0 0 25 0 1 0 626980500 428007424 734 33554432000 134512640 135107411 4292680832 18446744073709551615 134531404 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15423/statm: 104494 734 59 146 0 103370 0
[pid=15424] ppid=15409 vsize=310356 CPUtime=0.08 cores=0-7
/proc/15424/stat : 15424 (python) S 15409 15409 15120 0 -1 4202560 933 0 0 0 4 4 0 0 18 0 1 0 626980504 317804544 5833 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 3289721198119715072 0 0 17 6 0 0 0
/proc/15424/statm: 77589 5833 371 364 0 13498 0
[pid=15426] ppid=15424 vsize=417976 CPUtime=27.71 cores=0-7
/proc/15426/stat : 15426 (adaptg2wsat2009) R 15424 15426 15426 0 -1 4202496 999 0 0 0 2771 0 0 0 25 0 1 0 626980504 428007424 736 33554432000 134512640 135107411 4289459152 18446744073709551615 134532293 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15426/statm: 104494 736 59 146 0 103370 0
[pid=15427] ppid=15409 vsize=320612 CPUtime=0.09 cores=0-7
/proc/15427/stat : 15427 (python) S 15409 15409 15120 0 -1 4202560 952 0 0 0 5 4 0 0 18 0 1 0 626980508 328306688 5837 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 3289721198119715076 0 0 17 0 0 0 0
/proc/15427/statm: 80153 5837 371 364 0 16059 0
[pid=15429] ppid=15427 vsize=417976 CPUtime=33.8 cores=0-7
/proc/15429/stat : 15429 (adaptg2wsat2009) R 15427 15429 15429 0 -1 4202496 1001 0 0 0 3380 0 0 0 25 0 1 0 626980508 428007424 735 33554432000 134512640 135107411 4293585296 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15429/statm: 104494 735 59 146 0 103370 0
[pid=15430] ppid=15409 vsize=330868 CPUtime=0.09 cores=0-7
/proc/15430/stat : 15430 (python) S 15409 15409 15120 0 -1 4202560 955 0 0 0 5 4 0 0 18 0 1 0 626980512 338808832 5841 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 3289721198119715076 0 0 17 6 0 0 0
/proc/15430/statm: 82717 5841 371 364 0 18620 0
[pid=15432] ppid=15430 vsize=1018364 CPUtime=45.66 cores=0-7
/proc/15432/stat : 15432 (gnovelty+2) R 15430 15432 15432 0 -1 4202496 674 0 0 0 4566 0 0 0 25 0 1 0 626980512 1042804736 409 33554432000 134512640 135663704 4291600560 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15432/statm: 254591 409 113 282 0 254307 0
[pid=15433] ppid=15409 vsize=341124 CPUtime=0.63 cores=0-7
/proc/15433/stat : 15433 (python) R 15409 15409 15120 0 -1 4202560 972 0 0 0 53 10 0 0 18 0 1 0 626980516 349310976 5845 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/15433/statm: 85281 5845 371 364 0 21181 0
[pid=15435] ppid=15433 vsize=0 CPUtime=39.72 cores=0-7
/proc/15435/stat : 15435 (FH) R 15433 15435 15435 0 -1 4202500 935 0 0 0 3972 0 0 0 25 0 1 0 626980518 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15435/statm: 0 0 0 0 0 0 0
[pid=15436] ppid=15409 vsize=351380 CPUtime=0.11 cores=0-7
/proc/15436/stat : 15436 (python) S 15409 15409 15120 0 -1 4202560 1002 0 0 0 6 5 0 0 18 0 1 0 626980520 359813120 5855 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 3289721198119715076 0 0 17 6 0 0 0
/proc/15436/statm: 87845 5855 377 364 0 23742 0
[pid=15438] ppid=15436 vsize=417976 CPUtime=34.42 cores=0-7
/proc/15438/stat : 15438 (adaptg2wsat2009) R 15436 15438 15438 0 -1 4202496 1006 0 0 0 3442 0 0 0 25 0 1 0 626980520 428007424 735 33554432000 134512640 135107411 4292873968 18446744073709551615 134531696 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15438/statm: 104494 735 59 146 0 103370 0
[pid=15409/tid=15416] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15416/stat : 15416 (python) S 15407 15409 15120 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 9 0 626980492 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 6 0 0 0
[pid=15409/tid=15419] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15419/stat : 15419 (python) S 15407 15409 15120 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 626980496 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=15409/tid=15422] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15422/stat : 15422 (python) S 15407 15409 15120 0 -1 4202560 21 933 0 0 0 0 0 0 18 0 9 0 626980500 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=15409/tid=15425] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15425/stat : 15425 (python) S 15407 15409 15120 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 9 0 626980504 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=15409/tid=15428] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15428/stat : 15428 (python) S 15407 15409 15120 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 626980508 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 0 0 0 0
[pid=15409/tid=15431] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15431/stat : 15431 (python) S 15407 15409 15120 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 9 0 626980512 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 6 0 0 0
[pid=15409/tid=15434] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15434/stat : 15434 (python) S 15407 15409 15120 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 9 0 626980516 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 0 0 0 0
[pid=15409/tid=15437] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15437/stat : 15437 (python) S 15407 15409 15120 0 -1 4202560 87 933 0 0 0 0 0 0 25 0 9 0 626980520 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 320.97
Current children cumulated vsize (KiB) 7611884

[startup+47.4019 s]
/proc/loadavg: 8.80 8.25 5.64 12/328 15438
/proc/meminfo: memFree=8268808/32951124 swapFree=61020456/67111528
[pid=15409] ppid=15407 vsize=361624 CPUtime=1.45 cores=0-7
/proc/15409/stat : 15409 (python) S 15407 15409 15120 0 -1 4202496 17322 933 1 0 132 13 0 0 25 0 9 0 626980348 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15409/statm: 90406 7373 1891 364 0 26303 0
[pid=15415] ppid=15409 vsize=278980 CPUtime=0.09 cores=0-7
/proc/15415/stat : 15415 (python) S 15409 15409 15120 0 -1 4202560 911 0 0 0 5 4 0 0 18 0 1 0 626980492 285675520 5692 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945935 0 0 16781312 514 3289721198119715076 0 0 17 6 0 0 0
/proc/15415/statm: 69745 5692 377 364 0 5663 0
[pid=15417] ppid=15415 vsize=1018364 CPUtime=45.95 cores=0-7
/proc/15417/stat : 15417 (gnovelty+2) R 15415 15417 15417 0 -1 4202496 673 0 0 0 4595 0 0 0 25 0 1 0 626980493 1042804736 409 33554432000 134512640 135663704 4287664384 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15417/statm: 254591 409 113 282 0 254307 0
[pid=15418] ppid=15409 vsize=289844 CPUtime=0.09 cores=0-7
/proc/15418/stat : 15418 (python) S 15409 15409 15120 0 -1 4202560 911 0 0 0 4 5 0 0 18 0 1 0 626980496 296800256 5825 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 3289721198119715073 0 0 17 2 0 0 0
/proc/15418/statm: 72461 5825 371 364 0 8376 0
[pid=15420] ppid=15418 vsize=1018364 CPUtime=45.89 cores=0-7
/proc/15420/stat : 15420 (gnovelty+2) R 15418 15420 15420 0 -1 4202496 671 0 0 0 4589 0 0 0 25 0 1 0 626980496 1042804736 409 33554432000 134512640 135663704 4286670944 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15420/statm: 254591 409 113 282 0 254307 0
[pid=15421] ppid=15409 vsize=300100 CPUtime=0.09 cores=0-7
/proc/15421/stat : 15421 (python) S 15409 15409 15120 0 -1 4202560 906 0 0 0 5 4 0 0 18 0 1 0 626980500 307302400 5829 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 3289721198119715076 0 0 17 0 0 0 0
/proc/15421/statm: 75025 5829 371 364 0 10937 0
[pid=15423] ppid=15421 vsize=417976 CPUtime=45.37 cores=0-7
/proc/15423/stat : 15423 (adaptg2wsat2009) R 15421 15423 15423 0 -1 4202496 1000 0 0 0 4537 0 0 0 25 0 1 0 626980500 428007424 734 33554432000 134512640 135107411 4292680832 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15423/statm: 104494 734 59 146 0 103370 0
[pid=15424] ppid=15409 vsize=310356 CPUtime=0.08 cores=0-7
/proc/15424/stat : 15424 (python) S 15409 15409 15120 0 -1 4202560 933 0 0 0 4 4 0 0 18 0 1 0 626980504 317804544 5833 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 3289721198119715072 0 0 17 6 0 0 0
/proc/15424/statm: 77589 5833 371 364 0 13498 0
[pid=15426] ppid=15424 vsize=417976 CPUtime=27.79 cores=0-7
/proc/15426/stat : 15426 (adaptg2wsat2009) R 15424 15426 15426 0 -1 4202496 999 0 0 0 2779 0 0 0 25 0 1 0 626980504 428007424 736 33554432000 134512640 135107411 4289459152 18446744073709551615 134531810 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15426/statm: 104494 736 59 146 0 103370 0
[pid=15427] ppid=15409 vsize=320612 CPUtime=0.09 cores=0-7
/proc/15427/stat : 15427 (python) S 15409 15409 15120 0 -1 4202560 952 0 0 0 5 4 0 0 18 0 1 0 626980508 328306688 5837 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 3289721198119715076 0 0 17 0 0 0 0
/proc/15427/statm: 80153 5837 371 364 0 16059 0
[pid=15429] ppid=15427 vsize=417976 CPUtime=33.81 cores=0-7
/proc/15429/stat : 15429 (adaptg2wsat2009) R 15427 15429 15429 0 -1 4202496 1001 0 0 0 3381 0 0 0 25 0 1 0 626980508 428007424 735 33554432000 134512640 135107411 4293585296 18446744073709551615 134532379 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15429/statm: 104494 735 59 146 0 103370 0
[pid=15430] ppid=15409 vsize=330868 CPUtime=0.09 cores=0-7
/proc/15430/stat : 15430 (python) S 15409 15409 15120 0 -1 4202560 955 0 0 0 5 4 0 0 18 0 1 0 626980512 338808832 5841 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 3289721198119715076 0 0 17 6 0 0 0
/proc/15430/statm: 82717 5841 371 364 0 18620 0
[pid=15432] ppid=15430 vsize=1018364 CPUtime=45.75 cores=0-7
/proc/15432/stat : 15432 (gnovelty+2) R 15430 15432 15432 0 -1 4202496 674 0 0 0 4575 0 0 0 25 0 1 0 626980512 1042804736 409 33554432000 134512640 135663704 4291600560 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15432/statm: 254591 409 113 282 0 254307 0
[pid=15433] ppid=15409 vsize=341124 CPUtime=0.72 cores=0-7
/proc/15433/stat : 15433 (python) R 15409 15409 15120 0 -1 4202560 972 0 0 0 61 11 0 0 18 0 1 0 626980516 349310976 5845 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/15433/statm: 85281 5845 371 364 0 21181 0
[pid=15435] ppid=15433 vsize=0 CPUtime=39.72 cores=0-7
/proc/15435/stat : 15435 (FH) R 15433 15435 15435 0 -1 4202500 935 0 0 0 3972 0 0 0 25 0 1 0 626980518 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15435/statm: 0 0 0 0 0 0 0
[pid=15436] ppid=15409 vsize=351380 CPUtime=0.11 cores=0-7
/proc/15436/stat : 15436 (python) S 15409 15409 15120 0 -1 4202560 1002 0 0 0 6 5 0 0 18 0 1 0 626980520 359813120 5855 33554432000 4194304 5683644 140736845008912 18446744073709551615 224284945990 0 0 16781312 514 3289721198119715076 0 0 17 6 0 0 0
/proc/15436/statm: 87845 5855 377 364 0 23742 0
[pid=15438] ppid=15436 vsize=417976 CPUtime=34.51 cores=0-7
/proc/15438/stat : 15438 (adaptg2wsat2009) R 15436 15438 15438 0 -1 4202496 1006 0 0 0 3451 0 0 0 25 0 1 0 626980520 428007424 735 33554432000 134512640 135107411 4292873968 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15438/statm: 104494 735 59 146 0 103370 0
[pid=15409/tid=15416] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15416/stat : 15416 (python) S 15407 15409 15120 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 9 0 626980492 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 6 0 0 0
[pid=15409/tid=15419] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15419/stat : 15419 (python) S 15407 15409 15120 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 626980496 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=15409/tid=15422] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15422/stat : 15422 (python) S 15407 15409 15120 0 -1 4202560 21 933 0 0 0 0 0 0 18 0 9 0 626980500 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=15409/tid=15425] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15425/stat : 15425 (python) S 15407 15409 15120 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 9 0 626980504 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=15409/tid=15428] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15428/stat : 15428 (python) S 15407 15409 15120 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 626980508 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 0 0 0 0
[pid=15409/tid=15431] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15431/stat : 15431 (python) S 15407 15409 15120 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 9 0 626980512 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 6 0 0 0
[pid=15409/tid=15434] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15434/stat : 15434 (python) S 15407 15409 15120 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 9 0 626980516 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 0 0 0 0
[pid=15409/tid=15437] ppid=15407 vsize=361624 CPUtime=0 cores=0-7
/proc/15409/task/15437/stat : 15437 (python) S 15407 15409 15120 0 -1 4202560 87 933 0 0 0 0 0 0 25 0 9 0 626980520 370302976 7373 33554432000 4194304 5683644 140736845008912 18446744073709551615 224296749489 0 0 16781312 2 18446604445474175808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 321.6
Current children cumulated vsize (KiB) 7611884

Child status: 0
Real time (s): 47.4922
CPU time (s): 322.239
CPU user time (s): 321.596
CPU system time (s): 0.642902
CPU usage (%): 678.509
Max. virtual memory (cumulated for all children) (KiB): 7859884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 321.596
system time used= 0.642902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37794
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= 3566
involuntary context switches= 2126

runsolver used 0.165974 second user time and 0.346947 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-02 22:18:17
IDJOB=3321795
IDBENCH=82573
IDSOLVER=1712
FILE ID=node118/3321795-1304367496
RUNJOBID= node118-1304366467-15134
PBS_JOBID= 13181753
Free space on /tmp= 73260 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S789865458-092-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-3321795-1304367496/watcher-3321795-1304367496 -o /tmp/evaluation-result-3321795-1304367496/solver-3321795-1304367496 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321795-1304367496.cnf -seed 668697833 -budget 40000 -cores 8

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

MD5SUM BENCH= 576af4ef397491948f4ca2b3f3b7cd4f
RANDOM SEED=668697833

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8339320 kB
Buffers:          9340 kB
Cached:         190448 kB
SwapCached:      96544 kB
Active:       11341556 kB
Inactive:     13042360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8339320 kB
SwapTotal:    67111528 kB
SwapFree:     61020456 kB
Dirty:           31932 kB
Writeback:           0 kB
AnonPages:    24099048 kB
Mapped:          14788 kB
Slab:            78008 kB
PageTables:      80096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 66212396 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= 73228 MiB
End job on node118 at 2011-05-02 22:19:04