Trace number 3321728

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 718.503 97.1223

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.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3321728-1304366502.cnf
0.32/0.47	c INFO: computing task features
0.41/0.55	c INFO: computed variable-clause graph statistics
0.41/0.55	c INFO: computed clause balance statistics
0.81/1.00	c INFO: computed variable balance statistics
1.02/1.18	c INFO: computed small-clause counts
1.02/1.18	c INFO: computed Horn-clause counts
1.02/1.19	c INFO: computed variable graph statistics
1.02/1.19	c INFO: collected features for HOME/instance-3321728-1304366502.cnf in 0.72 s
1.11/1.23	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.37)
1.11/1.27	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.12)
1.21/1.30	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.08)
1.21/1.35	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.06)
1.21/1.38	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.05)
1.31/1.42	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.04)
1.31/1.46	c INFO: running FH@0 for 97 with 39999 remaining (b = 0.03)
1.40/1.50	c INFO: running adaptg2wsat2009++@0 for 97 with 39998 remaining (b = 0.03)
718.45/97.10	s SATISFIABLE
718.45/97.10	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-3321728-1304366502/watcher-3321728-1304366502 -o /tmp/evaluation-result-3321728-1304366502/solver-3321728-1304366502 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321728-1304366502.cnf -seed 977768611 -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: 2.99 1.46 1.74 3/237 7359
/proc/meminfo: memFree=18663332/32950928 swapFree=67111528/67111528
[pid=7359] ppid=7357 vsize=15756 CPUtime=0 cores=0-7
/proc/7359/stat : 7359 (python) R 7357 7359 7242 0 -1 4202496 841 0 0 0 0 0 0 0 17 0 1 0 4259667 16134144 724 33554432000 4194304 5683644 140736740383312 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7359/statm: 3939 725 334 364 0 426 0

[startup+0.0110191 s]
/proc/loadavg: 2.99 1.46 1.74 3/237 7359
/proc/meminfo: memFree=18663332/32950928 swapFree=67111528/67111528
[pid=7359] ppid=7357 vsize=15772 CPUtime=0 cores=0-7
/proc/7359/stat : 7359 (python) R 7357 7359 7242 0 -1 4202496 903 0 0 0 0 0 0 0 17 0 1 0 4259667 16150528 783 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880563200 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/7359/statm: 3943 783 346 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.101034 s]
/proc/loadavg: 2.99 1.46 1.74 3/237 7359
/proc/meminfo: memFree=18663332/32950928 swapFree=67111528/67111528
[pid=7359] ppid=7357 vsize=104220 CPUtime=0.07 cores=0-7
/proc/7359/stat : 7359 (python) S 7357 7359 7242 0 -1 4202496 3050 0 0 0 5 2 0 0 17 0 1 0 4259667 106721280 2733 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/7359/statm: 26055 2733 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.300978 s]
/proc/loadavg: 2.99 1.46 1.74 3/237 7359
/proc/meminfo: memFree=18663332/32950928 swapFree=67111528/67111528
[pid=7359] ppid=7357 vsize=170752 CPUtime=0.24 cores=0-7
/proc/7359/stat : 7359 (python) S 7357 7359 7242 0 -1 4202496 6744 932 1 0 17 7 0 0 18 0 1 0 4259667 174850048 4809 33554432000 4194304 5683644 140736740383312 18446744073709551615 218875641479 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/7359/statm: 43214 4809 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 170752

[startup+0.700893 s]
/proc/loadavg: 2.99 1.46 1.74 3/237 7359
/proc/meminfo: memFree=18663332/32950928 swapFree=67111528/67111528
[pid=7359] ppid=7357 vsize=281496 CPUtime=0.61 cores=0-7
/proc/7359/stat : 7359 (python) R 7357 7359 7242 0 -1 4202496 10833 932 1 0 52 9 0 0 18 0 1 0 4259667 288251904 7770 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880220250 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7359/statm: 70374 7770 1826 364 0 6298 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 281496

[startup+1.50069 s]
/proc/loadavg: 2.99 1.49 1.74 3/238 7364
/proc/meminfo: memFree=18636912/32950928 swapFree=67111528/67111528
[pid=7359] ppid=7357 vsize=351368 CPUtime=1.4 cores=0-7
/proc/7359/stat : 7359 (python) R 7357 7359 7242 0 -1 4202496 16816 932 1 0 130 10 0 0 22 0 8 0 4259667 359800832 7365 33554432000 4194304 5683644 140736740383312 18446744073709551615 218884003631 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7359/statm: 87842 7365 1887 364 0 23742 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 351368

[startup+3.1014 s]
/proc/loadavg: 2.99 1.49 1.74 10/262 7388
/proc/meminfo: memFree=18592328/32950928 swapFree=67111528/67111528
[pid=7359] ppid=7357 vsize=361624 CPUtime=1.4 cores=0-7
/proc/7359/stat : 7359 (python) S 7357 7359 7242 0 -1 4202496 17298 932 1 0 130 10 0 0 23 0 9 0 4259667 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7359/statm: 90406 7373 1891 364 0 26303 0
[pid=7365] ppid=7359 vsize=278980 CPUtime=0 cores=0-7
/proc/7365/stat : 7365 (python) S 7359 7359 7242 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 4259790 285675520 5669 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585231 0 0 16781312 514 4606983136612417796 0 0 17 6 0 0 0
/proc/7365/statm: 69745 5669 354 364 0 5663 0
[pid=7367] ppid=7365 vsize=1018364 CPUtime=1.86 cores=0-7
/proc/7367/stat : 7367 (gnovelty+2) R 7365 7367 7367 0 -1 4202496 673 0 0 0 186 0 0 0 25 0 1 0 4259790 1042804736 408 33554432000 134512640 135663704 4291800912 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7367/statm: 254591 408 113 282 0 254307 0
[pid=7368] ppid=7359 vsize=289844 CPUtime=0 cores=0-7
/proc/7368/stat : 7368 (python) S 7359 7359 7242 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 4259794 296800256 5802 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 8332269543883768066 0 0 17 0 0 0 0
/proc/7368/statm: 72461 5802 348 364 0 8376 0
[pid=7370] ppid=7368 vsize=1018364 CPUtime=1.82 cores=0-7
/proc/7370/stat : 7370 (gnovelty+2) R 7368 7370 7370 0 -1 4202496 672 0 0 0 182 0 0 0 25 0 1 0 4259794 1042804736 408 33554432000 134512640 135663704 4286863968 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7370/statm: 254591 408 113 282 0 254307 0
[pid=7371] ppid=7359 vsize=300100 CPUtime=0 cores=0-7
/proc/7371/stat : 7371 (python) S 7359 7359 7242 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 4259798 307302400 5806 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 2092454469714313215 0 0 17 6 0 0 0
/proc/7371/statm: 75025 5806 348 364 0 10937 0
[pid=7373] ppid=7371 vsize=417840 CPUtime=1.77 cores=0-7
/proc/7373/stat : 7373 (adaptg2wsat2009) R 7371 7373 7373 0 -1 4202496 892 0 0 0 177 0 0 0 25 0 1 0 4259798 427868160 624 33554432000 134512640 135107411 4293593856 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7373/statm: 104460 624 49 146 0 103336 0
[pid=7374] ppid=7359 vsize=310356 CPUtime=0 cores=0-7
/proc/7374/stat : 7374 (python) S 7359 7359 7242 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 4259802 317804544 5810 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6818195578069975039 0 0 17 0 0 0 0
/proc/7374/statm: 77589 5810 348 364 0 13498 0
[pid=7376] ppid=7374 vsize=417840 CPUtime=1.72 cores=0-7
/proc/7376/stat : 7376 (adaptg2wsat2009) R 7374 7376 7376 0 -1 4202496 887 0 0 0 172 0 0 0 25 0 1 0 4259802 427868160 624 33554432000 134512640 135107411 4294046832 18446744073709551615 134523442 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7376/statm: 104460 624 49 146 0 103336 0
[pid=7377] ppid=7359 vsize=320612 CPUtime=0 cores=0-7
/proc/7377/stat : 7377 (python) S 7359 7359 7242 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 4259806 328306688 5814 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 2092450621423615999 0 0 17 0 0 0 0
/proc/7377/statm: 80153 5814 348 364 0 16059 0
[pid=7379] ppid=7377 vsize=417840 CPUtime=1.7 cores=0-7
/proc/7379/stat : 7379 (adaptg2wsat2009) R 7377 7379 7379 0 -1 4202496 893 0 0 0 170 0 0 0 25 0 1 0 4259806 427868160 625 33554432000 134512640 135107411 4288972144 18446744073709551615 134523455 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7379/statm: 104460 625 49 146 0 103336 0
[pid=7380] ppid=7359 vsize=330868 CPUtime=0 cores=0-7
/proc/7380/stat : 7380 (python) S 7359 7359 7242 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 4259810 338808832 5818 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 2092458318004977923 0 0 17 6 0 0 0
/proc/7380/statm: 82717 5818 348 364 0 18620 0
[pid=7382] ppid=7380 vsize=1018364 CPUtime=1.65 cores=0-7
/proc/7382/stat : 7382 (gnovelty+2) R 7380 7382 7382 0 -1 4202496 675 0 0 0 165 0 0 0 25 0 1 0 4259810 1042804736 408 33554432000 134512640 135663704 4288572384 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7382/statm: 254591 408 113 282 0 254307 0
[pid=7383] ppid=7359 vsize=341124 CPUtime=0 cores=0-7
/proc/7383/stat : 7383 (python) S 7359 7359 7242 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 4259814 349310976 5822 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 4132518030703853567 0 0 17 0 0 0 0
/proc/7383/statm: 85281 5822 348 364 0 21181 0
[pid=7387] ppid=7383 vsize=246372 CPUtime=0.81 cores=0-7
/proc/7387/stat : 7387 (FH) R 7383 7387 7387 0 -1 4202496 788 0 0 0 81 0 0 0 25 0 1 0 4259818 252284928 524 33554432000 134512640 134936988 4287332096 18446744073709551615 134523497 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7387/statm: 61593 524 37 104 0 61097 0
[pid=7385] ppid=7359 vsize=351380 CPUtime=0 cores=0-7
/proc/7385/stat : 7385 (python) S 7359 7359 7242 0 -1 4202560 805 0 0 0 0 0 0 0 18 0 1 0 4259818 359813120 5832 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 4336725102650458111 0 0 17 0 0 0 0
/proc/7385/statm: 87845 5832 354 364 0 23742 0
[pid=7388] ppid=7385 vsize=417840 CPUtime=1.55 cores=0-7
/proc/7388/stat : 7388 (adaptg2wsat2009) R 7385 7388 7388 0 -1 4202496 897 0 0 0 155 0 0 0 25 0 1 0 4259822 427868160 625 33554432000 134512640 135107411 4287397600 18446744073709551615 134523308 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7388/statm: 104460 625 49 146 0 103336 0
[pid=7359/tid=7366] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7366/stat : 7366 (python) S 7357 7359 7242 0 -1 4202560 27 932 0 0 0 0 0 0 22 0 9 0 4259790 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 4 0 0 0
[pid=7359/tid=7369] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7369/stat : 7369 (python) S 7357 7359 7242 0 -1 4202560 24 932 0 0 0 0 0 0 24 0 9 0 4259794 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7372] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7372/stat : 7372 (python) S 7357 7359 7242 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 4259798 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7375] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7375/stat : 7375 (python) S 7357 7359 7242 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 9 0 4259802 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7378] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7378/stat : 7378 (python) S 7357 7359 7242 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 4259806 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7381] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7381/stat : 7381 (python) S 7357 7359 7242 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 4259810 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 6 0 0 0
[pid=7359/tid=7384] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7384/stat : 7384 (python) S 7357 7359 7242 0 -1 4202560 39 932 0 0 0 0 0 0 22 0 9 0 4259814 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7386] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7386/stat : 7386 (python) S 7357 7359 7242 0 -1 4202560 75 932 0 0 0 0 0 0 24 0 9 0 4259818 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 7857712

[startup+6.30183 s]
/proc/loadavg: 2.99 1.49 1.74 11/262 7388
/proc/meminfo: memFree=18589432/32950928 swapFree=67111528/67111528
[pid=7359] ppid=7357 vsize=361624 CPUtime=1.4 cores=0-7
/proc/7359/stat : 7359 (python) S 7357 7359 7242 0 -1 4202496 17298 932 1 0 130 10 0 0 23 0 9 0 4259667 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7359/statm: 90406 7373 1891 364 0 26303 0
[pid=7365] ppid=7359 vsize=278980 CPUtime=0 cores=0-7
/proc/7365/stat : 7365 (python) S 7359 7359 7242 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 4259790 285675520 5692 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585231 0 0 16781312 514 4606983136612417796 0 0 17 6 0 0 0
/proc/7365/statm: 69745 5692 377 364 0 5663 0
[pid=7367] ppid=7365 vsize=1018364 CPUtime=5.06 cores=0-7
/proc/7367/stat : 7367 (gnovelty+2) R 7365 7367 7367 0 -1 4202496 673 0 0 0 506 0 0 0 25 0 1 0 4259790 1042804736 408 33554432000 134512640 135663704 4291800912 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7367/statm: 254591 408 113 282 0 254307 0
[pid=7368] ppid=7359 vsize=289844 CPUtime=0 cores=0-7
/proc/7368/stat : 7368 (python) S 7359 7359 7242 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 4259794 296800256 5825 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 8332269543883768066 0 0 17 0 0 0 0
/proc/7368/statm: 72461 5825 371 364 0 8376 0
[pid=7370] ppid=7368 vsize=1018364 CPUtime=5.02 cores=0-7
/proc/7370/stat : 7370 (gnovelty+2) R 7368 7370 7370 0 -1 4202496 672 0 0 0 502 0 0 0 25 0 1 0 4259794 1042804736 408 33554432000 134512640 135663704 4286863968 18446744073709551615 134524737 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7370/statm: 254591 408 113 282 0 254307 0
[pid=7371] ppid=7359 vsize=300100 CPUtime=0 cores=0-7
/proc/7371/stat : 7371 (python) S 7359 7359 7242 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 4259798 307302400 5829 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 2092454469714280707 0 0 17 6 0 0 0
/proc/7371/statm: 75025 5829 371 364 0 10937 0
[pid=7373] ppid=7371 vsize=417976 CPUtime=4.94 cores=0-7
/proc/7373/stat : 7373 (adaptg2wsat2009) R 7371 7373 7373 0 -1 4202496 1003 0 0 0 494 0 0 0 25 0 1 0 4259798 428007424 735 33554432000 134512640 135107411 4293593856 18446744073709551615 134532264 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7373/statm: 104494 735 59 146 0 103370 0
[pid=7374] ppid=7359 vsize=310356 CPUtime=0 cores=0-7
/proc/7374/stat : 7374 (python) S 7359 7359 7242 0 -1 4202560 918 0 0 0 0 0 0 0 18 0 1 0 4259802 317804544 5833 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6818195578069942531 0 0 17 0 0 0 0
/proc/7374/statm: 77589 5833 371 364 0 13498 0
[pid=7376] ppid=7374 vsize=417976 CPUtime=4.92 cores=0-7
/proc/7376/stat : 7376 (adaptg2wsat2009) R 7374 7376 7376 0 -1 4202496 998 0 0 0 492 0 0 0 25 0 1 0 4259802 428007424 735 33554432000 134512640 135107411 4294046832 18446744073709551615 134531709 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7376/statm: 104494 735 59 146 0 103370 0
[pid=7377] ppid=7359 vsize=320612 CPUtime=0 cores=0-7
/proc/7377/stat : 7377 (python) S 7359 7359 7242 0 -1 4202560 934 0 0 0 0 0 0 0 18 0 1 0 4259806 328306688 5836 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 2092450621423583491 0 0 17 0 0 0 0
/proc/7377/statm: 80153 5836 370 364 0 16059 0
[pid=7379] ppid=7377 vsize=417976 CPUtime=4.9 cores=0-7
/proc/7379/stat : 7379 (adaptg2wsat2009) R 7377 7379 7379 0 -1 4202496 1004 0 0 0 490 0 0 0 25 0 1 0 4259806 428007424 736 33554432000 134512640 135107411 4288972144 18446744073709551615 134531537 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7379/statm: 104494 736 59 146 0 103370 0
[pid=7380] ppid=7359 vsize=330868 CPUtime=0 cores=0-7
/proc/7380/stat : 7380 (python) S 7359 7359 7242 0 -1 4202560 941 0 0 0 0 0 0 0 18 0 1 0 4259810 338808832 5841 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 2092458318004977923 0 0 17 6 0 0 0
/proc/7380/statm: 82717 5841 371 364 0 18620 0
[pid=7382] ppid=7380 vsize=1018364 CPUtime=4.82 cores=0-7
/proc/7382/stat : 7382 (gnovelty+2) R 7380 7382 7382 0 -1 4202496 675 0 0 0 482 0 0 0 25 0 1 0 4259810 1042804736 408 33554432000 134512640 135663704 4288572384 18446744073709551615 134525479 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7382/statm: 254591 408 113 282 0 254307 0
[pid=7383] ppid=7359 vsize=341124 CPUtime=0 cores=0-7
/proc/7383/stat : 7383 (python) S 7359 7359 7242 0 -1 4202560 945 0 0 0 0 0 0 0 18 0 1 0 4259814 349310976 5845 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 4132518030703821058 0 0 17 0 0 0 0
/proc/7383/statm: 85281 5845 371 364 0 21181 0
[pid=7387] ppid=7383 vsize=247992 CPUtime=2.41 cores=0-7
/proc/7387/stat : 7387 (FH) R 7383 7387 7387 0 -1 4202496 925 0 0 0 241 0 0 0 25 0 1 0 4259818 253943808 659 33554432000 134512640 134936988 4287332096 18446744073709551615 134553554 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7387/statm: 61998 659 41 104 0 61502 0
[pid=7385] ppid=7359 vsize=351380 CPUtime=0 cores=0-7
/proc/7385/stat : 7385 (python) S 7359 7359 7242 0 -1 4202560 991 0 0 0 0 0 0 0 18 0 1 0 4259818 359813120 5855 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 4336725102650458111 0 0 17 0 0 0 0
/proc/7385/statm: 87845 5855 377 364 0 23742 0
[pid=7388] ppid=7385 vsize=417976 CPUtime=4.69 cores=0-7
/proc/7388/stat : 7388 (adaptg2wsat2009) R 7385 7388 7388 0 -1 4202496 1008 0 0 0 469 0 0 0 25 0 1 0 4259822 428007424 736 33554432000 134512640 135107411 4287397600 18446744073709551615 134532036 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7388/statm: 104494 736 59 146 0 103370 0

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

/proc/loadavg: 7.75 3.47 2.42 11/262 7391
/proc/meminfo: memFree=18589100/32950928 swapFree=67111528/67111528
[pid=7359] ppid=7357 vsize=361624 CPUtime=1.4 cores=0-7
/proc/7359/stat : 7359 (python) S 7357 7359 7242 0 -1 4202496 17298 932 1 0 130 10 0 0 23 0 9 0 4259667 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7359/statm: 90406 7373 1891 364 0 26303 0
[pid=7365] ppid=7359 vsize=278980 CPUtime=0.16 cores=0-7
/proc/7365/stat : 7365 (python) S 7359 7359 7242 0 -1 4202560 929 0 0 0 8 8 0 0 18 0 1 0 4259790 285675520 5692 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585231 0 0 16781312 514 6215548027910717700 0 0 17 6 0 0 0
/proc/7365/statm: 69745 5692 377 364 0 5663 0
[pid=7367] ppid=7365 vsize=1018364 CPUtime=94.66 cores=0-7
/proc/7367/stat : 7367 (gnovelty+2) R 7365 7367 7367 0 -1 4202496 673 0 0 0 9466 0 0 0 25 0 1 0 4259790 1042804736 408 33554432000 134512640 135663704 4291800912 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7367/statm: 254591 408 113 282 0 254307 0
[pid=7368] ppid=7359 vsize=289844 CPUtime=0.16 cores=0-7
/proc/7368/stat : 7368 (python) S 7359 7359 7242 0 -1 4202560 928 0 0 0 9 7 0 0 18 0 1 0 4259794 296800256 5825 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6215548027910717698 0 0 17 0 0 0 0
/proc/7368/statm: 72461 5825 371 364 0 8376 0
[pid=7370] ppid=7368 vsize=1018364 CPUtime=94.62 cores=0-7
/proc/7370/stat : 7370 (gnovelty+2) R 7368 7370 7370 0 -1 4202496 672 0 0 0 9462 0 0 0 25 0 1 0 4259794 1042804736 408 33554432000 134512640 135663704 4286863968 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7370/statm: 254591 408 113 282 0 254307 0
[pid=7371] ppid=7359 vsize=300100 CPUtime=0.15 cores=0-7
/proc/7371/stat : 7371 (python) S 7359 7359 7242 0 -1 4202560 938 0 0 0 8 7 0 0 18 0 1 0 4259798 307302400 5829 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6215548027910717699 0 0 17 6 0 0 0
/proc/7371/statm: 75025 5829 371 364 0 10937 0
[pid=7373] ppid=7371 vsize=417976 CPUtime=93.73 cores=0-7
/proc/7373/stat : 7373 (adaptg2wsat2009) R 7371 7373 7373 0 -1 4202496 1003 0 0 0 9373 0 0 0 25 0 1 0 4259798 428007424 735 33554432000 134512640 135107411 4293593856 18446744073709551615 134532364 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7373/statm: 104494 735 59 146 0 103370 0
[pid=7374] ppid=7359 vsize=310356 CPUtime=0.16 cores=0-7
/proc/7374/stat : 7374 (python) S 7359 7359 7242 0 -1 4202560 949 0 0 0 7 9 0 0 18 0 1 0 4259802 317804544 5833 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6215548027910717699 0 0 17 0 0 0 0
/proc/7374/statm: 77589 5833 371 364 0 13498 0
[pid=7376] ppid=7374 vsize=417976 CPUtime=94.52 cores=0-7
/proc/7376/stat : 7376 (adaptg2wsat2009) R 7374 7376 7376 0 -1 4202496 998 0 0 0 9452 0 0 0 25 0 1 0 4259802 428007424 735 33554432000 134512640 135107411 4294046832 18446744073709551615 134531401 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7376/statm: 104494 735 59 146 0 103370 0
[pid=7377] ppid=7359 vsize=320612 CPUtime=0.15 cores=0-7
/proc/7377/stat : 7377 (python) S 7359 7359 7242 0 -1 4202560 965 0 0 0 9 6 0 0 18 0 1 0 4259806 328306688 5837 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6215548027910717699 0 0 17 0 0 0 0
/proc/7377/statm: 80153 5837 371 364 0 16059 0
[pid=7379] ppid=7377 vsize=417976 CPUtime=94.49 cores=0-7
/proc/7379/stat : 7379 (adaptg2wsat2009) R 7377 7379 7379 0 -1 4202496 1004 0 0 0 9449 0 0 0 25 0 1 0 4259806 428007424 736 33554432000 134512640 135107411 4288972144 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7379/statm: 104494 736 59 146 0 103370 0
[pid=7380] ppid=7359 vsize=330868 CPUtime=0.16 cores=0-7
/proc/7380/stat : 7380 (python) S 7359 7359 7242 0 -1 4202560 973 0 0 0 8 8 0 0 18 0 1 0 4259810 338808832 5841 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6215548027910717699 0 0 17 6 0 0 0
/proc/7380/statm: 82717 5841 371 364 0 18620 0
[pid=7382] ppid=7380 vsize=1018364 CPUtime=93.97 cores=0-7
/proc/7382/stat : 7382 (gnovelty+2) R 7380 7382 7382 0 -1 4202496 675 0 0 0 9397 0 0 0 25 0 1 0 4259810 1042804736 408 33554432000 134512640 135663704 4288572384 18446744073709551615 134525465 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7382/statm: 254591 408 113 282 0 254307 0
[pid=7383] ppid=7359 vsize=341124 CPUtime=0.15 cores=0-7
/proc/7383/stat : 7383 (python) S 7359 7359 7242 0 -1 4202560 974 0 0 0 9 6 0 0 18 0 1 0 4259814 349310976 5845 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6215548027910717698 0 0 17 0 0 0 0
/proc/7383/statm: 85281 5845 371 364 0 21181 0
[pid=7387] ppid=7383 vsize=247992 CPUtime=47.2 cores=0-7
/proc/7387/stat : 7387 (FH) R 7383 7387 7387 0 -1 4202496 925 0 0 0 4720 0 0 0 25 0 1 0 4259818 253943808 659 33554432000 134512640 134936988 4287332096 18446744073709551615 134544749 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7387/statm: 61998 659 41 104 0 61502 0
[pid=7385] ppid=7359 vsize=351380 CPUtime=0.16 cores=0-7
/proc/7385/stat : 7385 (python) S 7359 7359 7242 0 -1 4202560 1021 0 0 0 10 6 0 0 18 0 1 0 4259818 359813120 5855 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6215548027910717697 0 0 17 0 0 0 0
/proc/7385/statm: 87845 5855 377 364 0 23742 0
[pid=7388] ppid=7385 vsize=417976 CPUtime=93.54 cores=0-7
/proc/7388/stat : 7388 (adaptg2wsat2009) R 7385 7388 7388 0 -1 4202496 1008 0 0 0 9351 3 0 0 25 0 1 0 4259822 428007424 736 33554432000 134512640 135107411 4287397600 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7388/statm: 104494 736 59 146 0 103370 0
[pid=7359/tid=7366] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7366/stat : 7366 (python) S 7357 7359 7242 0 -1 4202560 27 932 0 0 0 0 0 0 22 0 9 0 4259790 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 4 0 0 0
[pid=7359/tid=7369] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7369/stat : 7369 (python) S 7357 7359 7242 0 -1 4202560 24 932 0 0 0 0 0 0 24 0 9 0 4259794 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7372] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7372/stat : 7372 (python) S 7357 7359 7242 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 4259798 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7375] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7375/stat : 7375 (python) S 7357 7359 7242 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 9 0 4259802 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7378] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7378/stat : 7378 (python) S 7357 7359 7242 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 4259806 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7381] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7381/stat : 7381 (python) S 7357 7359 7242 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 4259810 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 6 0 0 0
[pid=7359/tid=7384] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7384/stat : 7384 (python) S 7357 7359 7242 0 -1 4202560 39 932 0 0 0 0 0 0 22 0 9 0 4259814 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7386] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7386/stat : 7386 (python) S 7357 7359 7242 0 -1 4202560 75 932 0 0 0 0 0 0 24 0 9 0 4259818 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 709.38
Current children cumulated vsize (KiB) 7859876

[startup+96.7015 s]
/proc/loadavg: 7.85 3.56 2.46 10/262 7391
/proc/meminfo: memFree=18588976/32950928 swapFree=67111528/67111528
[pid=7359] ppid=7357 vsize=361624 CPUtime=1.4 cores=0-7
/proc/7359/stat : 7359 (python) S 7357 7359 7242 0 -1 4202496 17298 932 1 0 130 10 0 0 23 0 9 0 4259667 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7359/statm: 90406 7373 1891 364 0 26303 0
[pid=7365] ppid=7359 vsize=278980 CPUtime=0.16 cores=0-7
/proc/7365/stat : 7365 (python) S 7359 7359 7242 0 -1 4202560 929 0 0 0 8 8 0 0 18 0 1 0 4259790 285675520 5692 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585231 0 0 16781312 514 6215548027910717700 0 0 17 6 0 0 0
/proc/7365/statm: 69745 5692 377 364 0 5663 0
[pid=7367] ppid=7365 vsize=1018364 CPUtime=95.47 cores=0-7
/proc/7367/stat : 7367 (gnovelty+2) R 7365 7367 7367 0 -1 4202496 673 0 0 0 9547 0 0 0 25 0 1 0 4259790 1042804736 408 33554432000 134512640 135663704 4291800912 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7367/statm: 254591 408 113 282 0 254307 0
[pid=7368] ppid=7359 vsize=289844 CPUtime=0.16 cores=0-7
/proc/7368/stat : 7368 (python) S 7359 7359 7242 0 -1 4202560 928 0 0 0 9 7 0 0 18 0 1 0 4259794 296800256 5825 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6215548027910717698 0 0 17 0 0 0 0
/proc/7368/statm: 72461 5825 371 364 0 8376 0
[pid=7370] ppid=7368 vsize=1018364 CPUtime=95.43 cores=0-7
/proc/7370/stat : 7370 (gnovelty+2) R 7368 7370 7370 0 -1 4202496 672 0 0 0 9543 0 0 0 25 0 1 0 4259794 1042804736 408 33554432000 134512640 135663704 4286863968 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7370/statm: 254591 408 113 282 0 254307 0
[pid=7371] ppid=7359 vsize=300100 CPUtime=0.15 cores=0-7
/proc/7371/stat : 7371 (python) S 7359 7359 7242 0 -1 4202560 938 0 0 0 8 7 0 0 18 0 1 0 4259798 307302400 5829 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6215548027910717699 0 0 17 6 0 0 0
/proc/7371/statm: 75025 5829 371 364 0 10937 0
[pid=7373] ppid=7371 vsize=417976 CPUtime=94.53 cores=0-7
/proc/7373/stat : 7373 (adaptg2wsat2009) R 7371 7373 7373 0 -1 4202496 1003 0 0 0 9453 0 0 0 25 0 1 0 4259798 428007424 735 33554432000 134512640 135107411 4293593856 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7373/statm: 104494 735 59 146 0 103370 0
[pid=7374] ppid=7359 vsize=310356 CPUtime=0.16 cores=0-7
/proc/7374/stat : 7374 (python) S 7359 7359 7242 0 -1 4202560 949 0 0 0 7 9 0 0 18 0 1 0 4259802 317804544 5833 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6215548027910717699 0 0 17 0 0 0 0
/proc/7374/statm: 77589 5833 371 364 0 13498 0
[pid=7376] ppid=7374 vsize=417976 CPUtime=95.33 cores=0-7
/proc/7376/stat : 7376 (adaptg2wsat2009) R 7374 7376 7376 0 -1 4202496 998 0 0 0 9533 0 0 0 25 0 1 0 4259802 428007424 735 33554432000 134512640 135107411 4294046832 18446744073709551615 134532384 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7376/statm: 104494 735 59 146 0 103370 0
[pid=7377] ppid=7359 vsize=320612 CPUtime=0.15 cores=0-7
/proc/7377/stat : 7377 (python) S 7359 7359 7242 0 -1 4202560 965 0 0 0 9 6 0 0 18 0 1 0 4259806 328306688 5837 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6215548027910717699 0 0 17 0 0 0 0
/proc/7377/statm: 80153 5837 371 364 0 16059 0
[pid=7379] ppid=7377 vsize=417976 CPUtime=95.29 cores=0-7
/proc/7379/stat : 7379 (adaptg2wsat2009) R 7377 7379 7379 0 -1 4202496 1004 0 0 0 9529 0 0 0 25 0 1 0 4259806 428007424 736 33554432000 134512640 135107411 4288972144 18446744073709551615 134532293 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7379/statm: 104494 736 59 146 0 103370 0
[pid=7380] ppid=7359 vsize=330868 CPUtime=0.16 cores=0-7
/proc/7380/stat : 7380 (python) S 7359 7359 7242 0 -1 4202560 973 0 0 0 8 8 0 0 18 0 1 0 4259810 338808832 5841 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6215548027910717699 0 0 17 6 0 0 0
/proc/7380/statm: 82717 5841 371 364 0 18620 0
[pid=7382] ppid=7380 vsize=1018364 CPUtime=94.78 cores=0-7
/proc/7382/stat : 7382 (gnovelty+2) R 7380 7382 7382 0 -1 4202496 675 0 0 0 9478 0 0 0 25 0 1 0 4259810 1042804736 408 33554432000 134512640 135663704 4288572384 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7382/statm: 254591 408 113 282 0 254307 0
[pid=7383] ppid=7359 vsize=341124 CPUtime=0.15 cores=0-7
/proc/7383/stat : 7383 (python) S 7359 7359 7242 0 -1 4202560 974 0 0 0 9 6 0 0 18 0 1 0 4259814 349310976 5845 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6215548027910717698 0 0 17 0 0 0 0
/proc/7383/statm: 85281 5845 371 364 0 21181 0
[pid=7387] ppid=7383 vsize=247992 CPUtime=47.6 cores=0-7
/proc/7387/stat : 7387 (FH) R 7383 7387 7387 0 -1 4202496 925 0 0 0 4760 0 0 0 25 0 1 0 4259818 253943808 659 33554432000 134512640 134936988 4287332096 18446744073709551615 134544951 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7387/statm: 61998 659 41 104 0 61502 0
[pid=7385] ppid=7359 vsize=351380 CPUtime=0.16 cores=0-7
/proc/7385/stat : 7385 (python) S 7359 7359 7242 0 -1 4202560 1021 0 0 0 10 6 0 0 18 0 1 0 4259818 359813120 5855 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880585286 0 0 16781312 514 6215548027910717697 0 0 17 0 0 0 0
/proc/7385/statm: 87845 5855 377 364 0 23742 0
[pid=7388] ppid=7385 vsize=417976 CPUtime=94.35 cores=0-7
/proc/7388/stat : 7388 (adaptg2wsat2009) R 7385 7388 7388 0 -1 4202496 1008 0 0 0 9432 3 0 0 25 0 1 0 4259822 428007424 736 33554432000 134512640 135107411 4287397600 18446744073709551615 134531561 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7388/statm: 104494 736 59 146 0 103370 0
[pid=7359/tid=7366] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7366/stat : 7366 (python) S 7357 7359 7242 0 -1 4202560 27 932 0 0 0 0 0 0 22 0 9 0 4259790 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 4 0 0 0
[pid=7359/tid=7369] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7369/stat : 7369 (python) S 7357 7359 7242 0 -1 4202560 24 932 0 0 0 0 0 0 24 0 9 0 4259794 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7372] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7372/stat : 7372 (python) S 7357 7359 7242 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 4259798 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7375] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7375/stat : 7375 (python) S 7357 7359 7242 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 9 0 4259802 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7378] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7378/stat : 7378 (python) S 7357 7359 7242 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 4259806 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7381] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7381/stat : 7381 (python) S 7357 7359 7242 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 4259810 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 6 0 0 0
[pid=7359/tid=7384] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7384/stat : 7384 (python) S 7357 7359 7242 0 -1 4202560 39 932 0 0 0 0 0 0 22 0 9 0 4259814 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7386] ppid=7357 vsize=361624 CPUtime=0 cores=0-7
/proc/7359/task/7386/stat : 7386 (python) S 7357 7359 7242 0 -1 4202560 75 932 0 0 0 0 0 0 24 0 9 0 4259818 370302976 7373 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 715.43
Current children cumulated vsize (KiB) 7859876

[startup+97.1015 s]
/proc/loadavg: 7.85 3.56 2.46 10/262 7391
/proc/meminfo: memFree=18588976/32950928 swapFree=67111528/67111528
[pid=7359] ppid=7357 vsize=361572 CPUtime=622.58 cores=0-7
/proc/7359/stat : 7359 (python) S 7357 7359 7242 0 -1 4202496 17445 13960 1 0 131 10 62061 56 17 0 8 0 4259667 370249728 7367 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7359/statm: 90392 7366 1884 364 0 26303 0
[pid=7374] ppid=7359 vsize=0 CPUtime=95.87 cores=0-7
/proc/7374/stat : 7374 (python) Z 7359 7359 7242 0 -1 4202588 1191 1011 0 0 7 9 9571 0 15 0 1 0 4259802 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7374/statm: 0 0 0 0 0 0 0
[pid=7359/tid=7366] ppid=7357 vsize=361564 CPUtime=621.17 cores=0-7
/proc/7359/task/7366/stat : 7366 (python) R 7357 7359 7242 0 -1 4202560 31 13960 0 0 0 0 62061 56 18 0 8 0 4259790 370241536 7366 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892389231 0 0 16781312 2 0 0 0 -1 4 0 0 0
[pid=7359/tid=7369] ppid=7357 vsize=361564 CPUtime=621.17 cores=0-7
/proc/7359/task/7369/stat : 7369 (python) S 7357 7359 7242 0 -1 4202560 28 13960 0 0 0 0 62061 56 18 0 7 0 4259794 370241536 7366 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7372] ppid=7357 vsize=361560 CPUtime=621.17 cores=0-7
/proc/7359/task/7372/stat : 7372 (python) R 7357 7359 7242 0 -1 4202560 26 13960 0 0 0 0 62061 56 18 0 7 0 4259798 370237440 7365 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 0 0 0 -1 0 0 0 0
[pid=7359/tid=7375] ppid=7357 vsize=361560 CPUtime=621.17 cores=0-7
/proc/7359/task/7375/stat : 7375 (python) S 7357 7359 7242 0 -1 4202560 25 13960 0 0 0 0 62061 56 22 0 7 0 4259802 370237440 7365 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
[pid=7359/tid=7378] ppid=7357 vsize=361556 CPUtime=621.17 cores=0-7
/proc/7359/task/7378/stat : 7378 (python) R 7357 7359 7242 0 -1 4202560 28 13960 0 0 0 0 62061 56 18 0 7 0 4259806 370233344 7363 33554432000 4194304 5683644 140736740383312 18446744073709551615 218880608391 0 0 16781312 2 0 0 0 -1 0 0 0 0
[pid=7359/tid=7381] ppid=7357 vsize=361552 CPUtime=621.17 cores=0-7
/proc/7359/task/7381/stat : 7381 (python) R 7357 7359 7242 0 -1 4202560 26 13960 0 0 0 0 62061 56 18 0 7 0 4259810 370229248 7362 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 0 0 0 -1 6 0 0 0
[pid=7359/tid=7384] ppid=7357 vsize=361544 CPUtime=621.17 cores=0-7
/proc/7359/task/7384/stat : 7384 (python) S 7357 7359 7242 0 -1 4202560 40 13960 0 0 0 0 62061 56 18 0 7 0 4259814 370221056 7362 33554432000 4194304 5683644 140736740383312 18446744073709551615 218892388785 0 0 16781312 2 18446604441199180480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 718.45
Current children cumulated vsize (KiB) 361572

Child status: 0
Real time (s): 97.1223
CPU time (s): 718.503
CPU user time (s): 717.731
CPU system time (s): 0.771882
CPU usage (%): 739.792
Max. virtual memory (cumulated for all children) (KiB): 7859880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 717.731
system time used= 0.771882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37869
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= 2033
involuntary context switches= 4961

runsolver used 0.304953 second user time and 0.575912 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-02 22:01:42
IDJOB=3321728
IDBENCH=82506
IDSOLVER=1712
FILE ID=node112/3321728-1304366502
RUNJOBID= node112-1304366468-7256
PBS_JOBID= 13181758
Free space on /tmp= 72400 MiB

SOLVER NAME= borg-sat 11.03.02-random
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-3321728-1304366502/watcher-3321728-1304366502 -o /tmp/evaluation-result-3321728-1304366502/solver-3321728-1304366502 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321728-1304366502.cnf -seed 977768611 -budget 40000 -cores 8

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

MD5SUM BENCH= dc0028248c86c8aff67bef1f8d7ffb16
RANDOM SEED=977768611

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18663488 kB
Buffers:         76756 kB
Cached:        1356188 kB
SwapCached:          0 kB
Active:       13034704 kB
Inactive:      1100628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18663488 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           32672 kB
Writeback:           0 kB
AnonPages:    12702940 kB
Mapped:          18684 kB
Slab:            54664 kB
PageTables:      33920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14361720 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= 72368 MiB
End job on node112 at 2011-05-02 22:03:20