Trace number 3385461

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 270.13 34.6094

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1027567260-047.UNKNOWN.cnf
MD5SUMdeef67012ed65265f92101778280c717
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.4201
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3385461-1305566860.cnf
0.31/0.46	c INFO: computing task features
0.31/0.49	c INFO: computed variable-clause graph statistics
0.31/0.50	c INFO: computed clause balance statistics
0.51/0.66	c INFO: computed variable balance statistics
0.61/0.73	c INFO: computed small-clause counts
0.61/0.73	c INFO: computed Horn-clause counts
0.61/0.73	c INFO: computed variable graph statistics
0.61/0.73	c INFO: collected features for HOME/instance-3385461-1305566860.cnf in 0.27 s
0.61/0.76	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
0.61/0.79	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.09)
0.70/0.82	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.04)
0.70/0.85	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.03)
0.70/0.88	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.02)
0.80/0.91	c INFO: running FH@0 for 97 with 4999 remaining (b = 0.02)
0.80/0.95	c INFO: running march_hi@0 for 2134 with 4999 remaining (b = 0.39)
0.80/0.98	c INFO: running march_hi@0 for 2134 with 4999 remaining (b = 0.37)
269.32/34.58	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385461-1305566860/watcher-3385461-1305566860 -o /tmp/evaluation-result-3385461-1305566860/solver-3385461-1305566860 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385461-1305566860.cnf -seed 893259170 -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: 7.77 8.31 7.21 2/370 3639
/proc/meminfo: memFree=12662824/32950928 swapFree=54713412/67111528
[pid=3639] ppid=3637 vsize=15384 CPUtime=0 cores=0-7
/proc/3639/stat : 3639 (python) R 3637 3639 3087 0 -1 4202496 812 0 0 0 0 0 0 0 25 0 1 0 668284830 15753216 698 33554432000 4194304 5683644 140735740655440 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3639/statm: 3846 698 334 364 0 333 0

[startup+0.021339 s]
/proc/loadavg: 7.77 8.31 7.21 2/370 3639
/proc/meminfo: memFree=12662824/32950928 swapFree=54713412/67111528
[pid=3639] ppid=3637 vsize=16396 CPUtime=0.01 cores=0-7
/proc/3639/stat : 3639 (python) R 3637 3639 3087 0 -1 4202496 1117 0 0 0 1 0 0 0 25 0 1 0 668284830 16789504 985 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594864640 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3639/statm: 4099 985 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100237 s]
/proc/loadavg: 7.77 8.31 7.21 2/370 3639
/proc/meminfo: memFree=12662824/32950928 swapFree=54713412/67111528
[pid=3639] ppid=3637 vsize=104228 CPUtime=0.07 cores=0-7
/proc/3639/stat : 3639 (python) S 3637 3639 3087 0 -1 4202496 3071 0 0 0 5 2 0 0 17 0 1 0 668284830 106729472 2752 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/3639/statm: 26057 2752 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300207 s]
/proc/loadavg: 7.77 8.31 7.21 2/370 3639
/proc/meminfo: memFree=12662824/32950928 swapFree=54713412/67111528
[pid=3639] ppid=3637 vsize=187740 CPUtime=0.22 cores=0-7
/proc/3639/stat : 3639 (python) R 3637 3639 3087 0 -1 4202496 6779 932 1 0 16 6 0 0 18 0 1 0 668284830 192245760 4844 33554432000 4194304 5683644 140735740655440 18446744073709551615 235589903848 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3639/statm: 46935 4846 1366 364 0 3723 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 187740

[startup+0.700127 s]
/proc/loadavg: 7.77 8.31 7.21 2/370 3639
/proc/meminfo: memFree=12662824/32950928 swapFree=54713412/67111528
[pid=3639] ppid=3637 vsize=279216 CPUtime=0.61 cores=0-7
/proc/3639/stat : 3639 (python) R 3637 3639 3087 0 -1 4202496 9529 932 1 0 52 9 0 0 18 0 1 0 668284830 285917184 7199 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594557821 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3639/statm: 69804 7199 1827 364 0 5728 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279216

[startup+1.50099 s]
/proc/loadavg: 7.77 8.31 7.21 9/395 3668
/proc/meminfo: memFree=12601608/32950928 swapFree=54713412/67111528
[pid=3639] ppid=3637 vsize=361664 CPUtime=0.89 cores=0-7
/proc/3639/stat : 3639 (python) S 3637 3639 3087 0 -1 4202496 16085 932 1 0 78 11 0 0 25 0 9 0 668284830 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3639/statm: 90416 7383 1891 364 0 26313 0
[pid=3645] ppid=3639 vsize=279240 CPUtime=0 cores=0-7
/proc/3645/stat : 3645 (python) S 3639 3639 3087 0 -1 4202560 738 0 0 0 0 0 0 0 19 0 1 0 668284906 285941760 5726 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886671 0 0 16781312 514 5357269530441678847 0 0 17 1 0 0 0
/proc/3645/statm: 69810 5726 354 364 0 5728 0
[pid=3647] ppid=3645 vsize=1017932 CPUtime=0.73 cores=0-7
/proc/3647/stat : 3647 (gnovelty+2) R 3645 3647 3647 0 -1 4202496 493 0 0 0 73 0 0 0 22 0 1 0 668284907 1042362368 226 33554432000 134512640 135663704 4293845712 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3647/statm: 254483 226 113 282 0 254199 0
[pid=3648] ppid=3639 vsize=289884 CPUtime=0 cores=0-7
/proc/3648/stat : 3648 (python) S 3639 3639 3087 0 -1 4202560 743 0 0 0 0 0 0 0 19 0 1 0 668284909 296841216 5812 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 18328212876239568895 0 0 17 4 0 0 0
/proc/3648/statm: 72471 5812 348 364 0 8386 0
[pid=3650] ppid=3648 vsize=1017932 CPUtime=0.7 cores=0-7
/proc/3650/stat : 3650 (gnovelty+2) R 3648 3650 3650 0 -1 4202496 491 0 0 0 70 0 0 0 22 0 1 0 668284910 1042362368 226 33554432000 134512640 135663704 4292293408 18446744073709551615 135008521 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/3650/statm: 254483 226 113 282 0 254199 0
[pid=3651] ppid=3639 vsize=300140 CPUtime=0 cores=0-7
/proc/3651/stat : 3651 (python) S 3639 3639 3087 0 -1 4202560 716 0 0 0 0 0 0 0 23 0 1 0 668284912 307343360 5812 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 302238983218266111 0 0 17 1 0 0 0
/proc/3651/statm: 75035 5812 344 364 0 10947 0
[pid=3653] ppid=3651 vsize=416524 CPUtime=0.67 cores=0-7
/proc/3653/stat : 3653 (adaptg2wsat2009) R 3651 3653 3653 0 -1 4202496 587 0 0 0 67 0 0 0 25 0 1 0 668284913 426520576 321 33554432000 134512640 135107411 4287980736 18446744073709551615 134532107 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3653/statm: 104131 321 59 146 0 103007 0
[pid=3654] ppid=3639 vsize=310396 CPUtime=0 cores=0-7
/proc/3654/stat : 3654 (python) S 3639 3639 3087 0 -1 4202560 731 0 0 0 0 0 0 0 23 0 1 0 668284915 317845504 5816 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 11380971196125282303 0 0 17 4 0 0 0
/proc/3654/statm: 77599 5816 344 364 0 13508 0
[pid=3656] ppid=3654 vsize=416524 CPUtime=0.62 cores=0-7
/proc/3656/stat : 3656 (adaptg2wsat2009) R 3654 3656 3656 0 -1 4202496 589 0 0 0 62 0 0 0 25 0 1 0 668284916 426520576 322 33554432000 134512640 135107411 4292170464 18446744073709551615 134531535 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/3656/statm: 104131 322 59 146 0 103007 0
[pid=3657] ppid=3639 vsize=320652 CPUtime=0 cores=0-7
/proc/3657/stat : 3657 (python) S 3639 3639 3087 0 -1 4202560 736 0 0 0 0 0 0 0 25 0 1 0 668284919 328347648 5820 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 9687418999507255295 0 0 17 2 0 0 0
/proc/3657/statm: 80163 5820 344 364 0 16069 0
[pid=3659] ppid=3657 vsize=416524 CPUtime=0.6 cores=0-7
/proc/3659/stat : 3659 (adaptg2wsat2009) R 3657 3659 3659 0 -1 4202496 589 0 0 0 60 0 0 0 25 0 1 0 668284919 426520576 321 33554432000 134512640 135107411 4292571184 18446744073709551615 134531184 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3659/statm: 104131 321 59 146 0 103007 0
[pid=3660] ppid=3639 vsize=330908 CPUtime=0 cores=0-7
/proc/3660/stat : 3660 (python) S 3639 3639 3087 0 -1 4202560 743 0 0 0 0 0 0 0 25 0 1 0 668284922 338849792 5824 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 7458176766377459711 0 0 17 4 0 0 0
/proc/3660/statm: 82727 5824 344 364 0 18630 0
[pid=3662] ppid=3660 vsize=245316 CPUtime=0.57 cores=0-7
/proc/3662/stat : 3662 (FH) R 3660 3662 3662 0 -1 4202496 488 0 0 0 57 0 0 0 25 0 1 0 668284922 251203584 224 33554432000 134512640 134936988 4286744064 18446744073709551615 134523462 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3662/statm: 61329 224 37 104 0 60833 0
[pid=3663] ppid=3639 vsize=341164 CPUtime=0 cores=0-7
/proc/3663/stat : 3663 (python) S 3639 3639 3087 0 -1 4202560 772 0 0 0 0 0 0 0 20 0 1 0 668284925 349351936 5832 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 18331941869925138691 0 0 17 2 0 0 0
/proc/3663/statm: 85291 5832 348 364 0 21191 0
[pid=3665] ppid=3663 vsize=2264 CPUtime=0.49 cores=0-7
/proc/3665/stat : 3665 (march_hi) R 3663 3665 3665 0 -1 4202496 993 0 0 0 49 0 0 0 25 0 1 0 668284925 2318336 391 33554432000 4194304 4955518 140736228926192 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3665/statm: 566 391 106 186 0 379 0
[pid=3666] ppid=3639 vsize=351420 CPUtime=0 cores=0-7
/proc/3666/stat : 3666 (python) S 3639 3639 3087 0 -1 4202560 816 0 0 0 0 0 0 0 21 0 1 0 668284928 359854080 5842 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 7458172918086762495 0 0 17 4 0 0 0
/proc/3666/statm: 87855 5842 354 364 0 23752 0
[pid=3668] ppid=3666 vsize=2264 CPUtime=0.51 cores=0-7
/proc/3668/stat : 3668 (march_hi) R 3666 3668 3668 0 -1 4202496 999 0 0 0 51 0 0 0 25 0 1 0 668284928 2318336 391 33554432000 4194304 4955518 140735131893776 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3668/statm: 566 391 106 186 0 379 0
[pid=3639/tid=3646] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3646/stat : 3646 (python) S 3637 3639 3087 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 668284906 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
[pid=3639/tid=3649] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3649/stat : 3649 (python) S 3637 3639 3087 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 668284910 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 6 0 0 0
[pid=3639/tid=3652] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3652/stat : 3652 (python) S 3637 3639 3087 0 -1 4202560 19 932 0 0 0 0 0 0 21 0 9 0 668284913 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
[pid=3639/tid=3655] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3655/stat : 3655 (python) S 3637 3639 3087 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 9 0 668284916 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 0 0 0 0
[pid=3639/tid=3658] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3658/stat : 3658 (python) S 3637 3639 3087 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668284919 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 0 0 0 0
[pid=3639/tid=3661] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3661/stat : 3661 (python) S 3637 3639 3087 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 9 0 668284922 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 4 0 0 0
[pid=3639/tid=3664] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3664/stat : 3664 (python) S 3637 3639 3087 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668284925 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
[pid=3639/tid=3667] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3667/stat : 3667 (python) S 3637 3639 3087 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 668284928 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 6420748

[startup+3.1017 s]
/proc/loadavg: 7.77 8.31 7.21 9/395 3668
/proc/meminfo: memFree=12598384/32950928 swapFree=54713412/67111528
[pid=3639] ppid=3637 vsize=361664 CPUtime=0.89 cores=0-7
/proc/3639/stat : 3639 (python) S 3637 3639 3087 0 -1 4202496 16085 932 1 0 78 11 0 0 25 0 9 0 668284830 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3639/statm: 90416 7383 1891 364 0 26313 0
[pid=3645] ppid=3639 vsize=279240 CPUtime=0 cores=0-7
/proc/3645/stat : 3645 (python) S 3639 3639 3087 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 668284906 285941760 5726 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886671 0 0 16781312 514 5357269530441646339 0 0 17 1 0 0 0
/proc/3645/statm: 69810 5726 354 364 0 5728 0
[pid=3647] ppid=3645 vsize=1017932 CPUtime=2.33 cores=0-7
/proc/3647/stat : 3647 (gnovelty+2) R 3645 3647 3647 0 -1 4202496 493 0 0 0 233 0 0 0 25 0 1 0 668284907 1042362368 226 33554432000 134512640 135663704 4293845712 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3647/statm: 254483 226 113 282 0 254199 0
[pid=3648] ppid=3639 vsize=289884 CPUtime=0 cores=0-7
/proc/3648/stat : 3648 (python) S 3639 3639 3087 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 668284909 296841216 5812 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 18328212876239536385 0 0 17 4 0 0 0
/proc/3648/statm: 72471 5812 348 364 0 8386 0
[pid=3650] ppid=3648 vsize=1017932 CPUtime=2.3 cores=0-7
/proc/3650/stat : 3650 (gnovelty+2) R 3648 3650 3650 0 -1 4202496 491 0 0 0 230 0 0 0 25 0 1 0 668284910 1042362368 226 33554432000 134512640 135663704 4292293408 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/3650/statm: 254483 226 113 282 0 254199 0
[pid=3651] ppid=3639 vsize=300140 CPUtime=0 cores=0-7
/proc/3651/stat : 3651 (python) S 3639 3639 3087 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 668284912 307343360 5816 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 302238983218233603 0 0 17 1 0 0 0
/proc/3651/statm: 75035 5816 348 364 0 10947 0
[pid=3653] ppid=3651 vsize=416524 CPUtime=2.27 cores=0-7
/proc/3653/stat : 3653 (adaptg2wsat2009) R 3651 3653 3653 0 -1 4202496 587 0 0 0 227 0 0 0 25 0 1 0 668284913 426520576 321 33554432000 134512640 135107411 4287980736 18446744073709551615 134532381 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3653/statm: 104131 321 59 146 0 103007 0
[pid=3654] ppid=3639 vsize=310396 CPUtime=0 cores=0-7
/proc/3654/stat : 3654 (python) S 3639 3639 3087 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 668284915 317845504 5820 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 11380971196125249795 0 0 17 4 0 0 0
/proc/3654/statm: 77599 5820 348 364 0 13508 0
[pid=3656] ppid=3654 vsize=416524 CPUtime=2.21 cores=0-7
/proc/3656/stat : 3656 (adaptg2wsat2009) R 3654 3656 3656 0 -1 4202496 589 0 0 0 221 0 0 0 25 0 1 0 668284916 426520576 322 33554432000 134512640 135107411 4292170464 18446744073709551615 134531232 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/3656/statm: 104131 322 59 146 0 103007 0
[pid=3657] ppid=3639 vsize=320652 CPUtime=0 cores=0-7
/proc/3657/stat : 3657 (python) S 3639 3639 3087 0 -1 4202560 754 0 0 0 0 0 0 0 18 0 1 0 668284919 328347648 5824 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 9687418999507222786 0 0 17 2 0 0 0
/proc/3657/statm: 80163 5824 348 364 0 16069 0
[pid=3659] ppid=3657 vsize=416524 CPUtime=2.21 cores=0-7
/proc/3659/stat : 3659 (adaptg2wsat2009) R 3657 3659 3659 0 -1 4202496 589 0 0 0 221 0 0 0 25 0 1 0 668284919 426520576 321 33554432000 134512640 135107411 4292571184 18446744073709551615 134531615 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3659/statm: 104131 321 59 146 0 103007 0
[pid=3660] ppid=3639 vsize=330908 CPUtime=0 cores=0-7
/proc/3660/stat : 3660 (python) S 3639 3639 3087 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 668284922 338849792 5828 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 7458176766377427204 0 0 17 4 0 0 0
/proc/3660/statm: 82727 5828 348 364 0 18630 0
[pid=3662] ppid=3660 vsize=246808 CPUtime=2.17 cores=0-7
/proc/3662/stat : 3662 (FH) R 3660 3662 3662 0 -1 4202496 553 0 0 0 217 0 0 0 25 0 1 0 668284922 252731392 287 33554432000 134512640 134936988 4286744064 18446744073709551615 134553247 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3662/statm: 61702 287 41 104 0 61206 0
[pid=3663] ppid=3639 vsize=341164 CPUtime=0 cores=0-7
/proc/3663/stat : 3663 (python) S 3639 3639 3087 0 -1 4202560 775 0 0 0 0 0 0 0 16 0 1 0 668284925 349351936 5832 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 5607366987916214531 0 0 17 2 0 0 0
/proc/3663/statm: 85291 5832 348 364 0 21191 0
[pid=3665] ppid=3663 vsize=2264 CPUtime=2.09 cores=0-7
/proc/3665/stat : 3665 (march_hi) R 3663 3665 3665 0 -1 4202496 993 0 0 0 209 0 0 0 25 0 1 0 668284925 2318336 391 33554432000 4194304 4955518 140736228926192 18446744073709551615 4296788 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3665/statm: 566 391 106 186 0 379 0
[pid=3666] ppid=3639 vsize=351420 CPUtime=0 cores=0-7
/proc/3666/stat : 3666 (python) S 3639 3639 3087 0 -1 4202560 823 0 0 0 0 0 0 0 15 0 1 0 668284928 359854080 5842 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 5607366987916214532 0 0 17 4 0 0 0
/proc/3666/statm: 87855 5842 354 364 0 23752 0
[pid=3668] ppid=3666 vsize=2264 CPUtime=2.11 cores=0-7
/proc/3668/stat : 3668 (march_hi) R 3666 3668 3668 0 -1 4202496 999 0 0 0 211 0 0 0 25 0 1 0 668284928 2318336 391 33554432000 4194304 4955518 140735131893776 18446744073709551615 4235629 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3668/statm: 566 391 106 186 0 379 0
[pid=3639/tid=3646] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3646/stat : 3646 (python) S 3637 3639 3087 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 668284906 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
[pid=3639/tid=3649] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3649/stat : 3649 (python) S 3637 3639 3087 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 668284910 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 6 0 0 0
[pid=3639/tid=3652] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3652/stat : 3652 (python) S 3637 3639 3087 0 -1 4202560 19 932 0 0 0 0 0 0 21 0 9 0 668284913 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
[pid=3639/tid=3655] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3655/stat : 3655 (python) S 3637 3639 3087 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 9 0 668284916 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 0 0 0 0
[pid=3639/tid=3658] ppid=3637 vsize=361664 CPUtime=0 cores=0-7

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

/proc/3639/task/3649/stat : 3649 (python) S 3637 3639 3087 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 668284910 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 6 0 0 0
[pid=3639/tid=3652] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3652/stat : 3652 (python) S 3637 3639 3087 0 -1 4202560 19 932 0 0 0 0 0 0 21 0 9 0 668284913 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
[pid=3639/tid=3655] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3655/stat : 3655 (python) S 3637 3639 3087 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 9 0 668284916 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 0 0 0 0
[pid=3639/tid=3658] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3658/stat : 3658 (python) S 3637 3639 3087 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668284919 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 0 0 0 0
[pid=3639/tid=3661] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3661/stat : 3661 (python) S 3637 3639 3087 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 9 0 668284922 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 4 0 0 0
[pid=3639/tid=3664] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3664/stat : 3664 (python) S 3637 3639 3087 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668284925 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
[pid=3639/tid=3667] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3667/stat : 3667 (python) S 3637 3639 3087 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 668284928 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 261.34
Current children cumulated vsize (KiB) 6422240

[startup+34.3012 s]
/proc/loadavg: 7.87 8.27 7.24 9/395 3669
/proc/meminfo: memFree=12599856/32950928 swapFree=54713412/67111528
[pid=3639] ppid=3637 vsize=361664 CPUtime=0.89 cores=0-7
/proc/3639/stat : 3639 (python) S 3637 3639 3087 0 -1 4202496 16085 932 1 0 78 11 0 0 25 0 9 0 668284830 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3639/statm: 90416 7383 1891 364 0 26313 0
[pid=3645] ppid=3639 vsize=279240 CPUtime=0.07 cores=0-7
/proc/3645/stat : 3645 (python) S 3639 3639 3087 0 -1 4202560 913 0 0 0 4 3 0 0 18 0 1 0 668284906 285941760 5749 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886671 0 0 16781312 514 17695997534264066307 0 0 17 1 0 0 0
/proc/3645/statm: 69810 5749 377 364 0 5728 0
[pid=3647] ppid=3645 vsize=1017932 CPUtime=33.53 cores=0-7
/proc/3647/stat : 3647 (gnovelty+2) R 3645 3647 3647 0 -1 4202496 493 0 0 0 3353 0 0 0 25 0 1 0 668284907 1042362368 226 33554432000 134512640 135663704 4293845712 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3647/statm: 254483 226 113 282 0 254199 0
[pid=3648] ppid=3639 vsize=289884 CPUtime=0.08 cores=0-7
/proc/3648/stat : 3648 (python) S 3639 3639 3087 0 -1 4202560 913 0 0 0 4 4 0 0 18 0 1 0 668284909 296841216 5835 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 17695997534264066305 0 0 17 4 0 0 0
/proc/3648/statm: 72471 5835 371 364 0 8386 0
[pid=3650] ppid=3648 vsize=1017932 CPUtime=33.49 cores=0-7
/proc/3650/stat : 3650 (gnovelty+2) R 3648 3650 3650 0 -1 4202496 491 0 0 0 3349 0 0 0 25 0 1 0 668284910 1042362368 226 33554432000 134512640 135663704 4292293408 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/3650/statm: 254483 226 113 282 0 254199 0
[pid=3651] ppid=3639 vsize=300140 CPUtime=0.08 cores=0-7
/proc/3651/stat : 3651 (python) S 3639 3639 3087 0 -1 4202560 901 0 0 0 4 4 0 0 18 0 1 0 668284912 307343360 5839 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 17695997534264066307 0 0 17 1 0 0 0
/proc/3651/statm: 75035 5839 371 364 0 10947 0
[pid=3653] ppid=3651 vsize=416524 CPUtime=33.47 cores=0-7
/proc/3653/stat : 3653 (adaptg2wsat2009) R 3651 3653 3653 0 -1 4202496 587 0 0 0 3347 0 0 0 25 0 1 0 668284913 426520576 321 33554432000 134512640 135107411 4287980736 18446744073709551615 134532107 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3653/statm: 104131 321 59 146 0 103007 0
[pid=3654] ppid=3639 vsize=310396 CPUtime=0.07 cores=0-7
/proc/3654/stat : 3654 (python) S 3639 3639 3087 0 -1 4202560 937 0 0 0 4 3 0 0 18 0 1 0 668284915 317845504 5843 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 17695997534264066307 0 0 17 4 0 0 0
/proc/3654/statm: 77599 5843 371 364 0 13508 0
[pid=3656] ppid=3654 vsize=416524 CPUtime=33.03 cores=0-7
/proc/3656/stat : 3656 (adaptg2wsat2009) R 3654 3656 3656 0 -1 4202496 589 0 0 0 3303 0 0 0 25 0 1 0 668284916 426520576 322 33554432000 134512640 135107411 4292170464 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/3656/statm: 104131 322 59 146 0 103007 0
[pid=3657] ppid=3639 vsize=320652 CPUtime=0.08 cores=0-7
/proc/3657/stat : 3657 (python) S 3639 3639 3087 0 -1 4202560 936 0 0 0 4 4 0 0 18 0 1 0 668284919 328347648 5847 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 17695997534264066306 0 0 17 2 0 0 0
/proc/3657/statm: 80163 5847 371 364 0 16069 0
[pid=3659] ppid=3657 vsize=416524 CPUtime=33.41 cores=0-7
/proc/3659/stat : 3659 (adaptg2wsat2009) R 3657 3659 3659 0 -1 4202496 589 0 0 0 3341 0 0 0 25 0 1 0 668284919 426520576 321 33554432000 134512640 135107411 4292571184 18446744073709551615 134531848 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3659/statm: 104131 321 59 146 0 103007 0
[pid=3660] ppid=3639 vsize=330908 CPUtime=0.07 cores=0-7
/proc/3660/stat : 3660 (python) S 3639 3639 3087 0 -1 4202560 954 0 0 0 4 3 0 0 18 0 1 0 668284922 338849792 5851 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 17695997534264066308 0 0 17 4 0 0 0
/proc/3660/statm: 82727 5851 371 364 0 18630 0
[pid=3662] ppid=3660 vsize=246808 CPUtime=33.21 cores=0-7
/proc/3662/stat : 3662 (FH) R 3660 3662 3662 0 -1 4202496 553 0 0 0 3321 0 0 0 25 0 1 0 668284922 252731392 287 33554432000 134512640 134936988 4286744064 18446744073709551615 134552304 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3662/statm: 61702 287 41 104 0 61206 0
[pid=3663] ppid=3639 vsize=341164 CPUtime=0.1 cores=0-7
/proc/3663/stat : 3663 (python) S 3639 3639 3087 0 -1 4202560 979 0 0 0 5 5 0 0 15 0 1 0 668284925 349351936 5855 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 5607367121060200707 0 0 17 4 0 0 0
/proc/3663/statm: 85291 5855 371 364 0 21191 0
[pid=3665] ppid=3663 vsize=2264 CPUtime=32.98 cores=0-7
/proc/3665/stat : 3665 (march_hi) R 3663 3665 3665 0 -1 4202496 993 0 0 0 3298 0 0 0 25 0 1 0 668284925 2318336 391 33554432000 4194304 4955518 140736228926192 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3665/statm: 566 391 106 186 0 379 0
[pid=3666] ppid=3639 vsize=351420 CPUtime=0.12 cores=0-7
/proc/3666/stat : 3666 (python) S 3639 3639 3087 0 -1 4202560 998 0 0 0 6 6 0 0 15 0 1 0 668284928 359854080 5865 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 5607367121060200708 0 0 17 2 0 0 0
/proc/3666/statm: 87855 5865 377 364 0 23752 0
[pid=3668] ppid=3666 vsize=2264 CPUtime=33.04 cores=0-7
/proc/3668/stat : 3668 (march_hi) R 3666 3668 3668 0 -1 4202496 999 0 0 0 3304 0 0 0 25 0 1 0 668284928 2318336 391 33554432000 4194304 4955518 140735131893776 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3668/statm: 566 391 106 186 0 379 0
[pid=3639/tid=3646] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3646/stat : 3646 (python) S 3637 3639 3087 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 668284906 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
[pid=3639/tid=3649] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3649/stat : 3649 (python) S 3637 3639 3087 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 668284910 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 6 0 0 0
[pid=3639/tid=3652] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3652/stat : 3652 (python) S 3637 3639 3087 0 -1 4202560 19 932 0 0 0 0 0 0 21 0 9 0 668284913 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
[pid=3639/tid=3655] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3655/stat : 3655 (python) S 3637 3639 3087 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 9 0 668284916 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 0 0 0 0
[pid=3639/tid=3658] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3658/stat : 3658 (python) S 3637 3639 3087 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668284919 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 0 0 0 0
[pid=3639/tid=3661] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3661/stat : 3661 (python) S 3637 3639 3087 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 9 0 668284922 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 4 0 0 0
[pid=3639/tid=3664] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3664/stat : 3664 (python) S 3637 3639 3087 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668284925 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
[pid=3639/tid=3667] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3667/stat : 3667 (python) S 3637 3639 3087 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 668284928 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 267.72
Current children cumulated vsize (KiB) 6422240

[startup+34.5012 s]
/proc/loadavg: 7.87 8.27 7.24 9/395 3669
/proc/meminfo: memFree=12599856/32950928 swapFree=54713412/67111528
[pid=3639] ppid=3637 vsize=361664 CPUtime=0.89 cores=0-7
/proc/3639/stat : 3639 (python) S 3637 3639 3087 0 -1 4202496 16085 932 1 0 78 11 0 0 25 0 9 0 668284830 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3639/statm: 90416 7383 1891 364 0 26313 0
[pid=3645] ppid=3639 vsize=279240 CPUtime=0.07 cores=0-7
/proc/3645/stat : 3645 (python) S 3639 3639 3087 0 -1 4202560 913 0 0 0 4 3 0 0 18 0 1 0 668284906 285941760 5749 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886671 0 0 16781312 514 17695997534264066307 0 0 17 1 0 0 0
/proc/3645/statm: 69810 5749 377 364 0 5728 0
[pid=3647] ppid=3645 vsize=1017932 CPUtime=33.73 cores=0-7
/proc/3647/stat : 3647 (gnovelty+2) R 3645 3647 3647 0 -1 4202496 493 0 0 0 3373 0 0 0 25 0 1 0 668284907 1042362368 226 33554432000 134512640 135663704 4293845712 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/3647/statm: 254483 226 113 282 0 254199 0
[pid=3648] ppid=3639 vsize=289884 CPUtime=0.08 cores=0-7
/proc/3648/stat : 3648 (python) S 3639 3639 3087 0 -1 4202560 913 0 0 0 4 4 0 0 18 0 1 0 668284909 296841216 5835 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 17695997534264066305 0 0 17 4 0 0 0
/proc/3648/statm: 72471 5835 371 364 0 8386 0
[pid=3650] ppid=3648 vsize=1017932 CPUtime=33.69 cores=0-7
/proc/3650/stat : 3650 (gnovelty+2) R 3648 3650 3650 0 -1 4202496 491 0 0 0 3369 0 0 0 25 0 1 0 668284910 1042362368 226 33554432000 134512640 135663704 4292293408 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/3650/statm: 254483 226 113 282 0 254199 0
[pid=3651] ppid=3639 vsize=300140 CPUtime=0.08 cores=0-7
/proc/3651/stat : 3651 (python) S 3639 3639 3087 0 -1 4202560 901 0 0 0 4 4 0 0 18 0 1 0 668284912 307343360 5839 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 17695997534264066307 0 0 17 1 0 0 0
/proc/3651/statm: 75035 5839 371 364 0 10947 0
[pid=3653] ppid=3651 vsize=416524 CPUtime=33.67 cores=0-7
/proc/3653/stat : 3653 (adaptg2wsat2009) R 3651 3653 3653 0 -1 4202496 587 0 0 0 3367 0 0 0 25 0 1 0 668284913 426520576 321 33554432000 134512640 135107411 4287980736 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3653/statm: 104131 321 59 146 0 103007 0
[pid=3654] ppid=3639 vsize=310396 CPUtime=0.07 cores=0-7
/proc/3654/stat : 3654 (python) S 3639 3639 3087 0 -1 4202560 937 0 0 0 4 3 0 0 18 0 1 0 668284915 317845504 5843 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 17695997534264066307 0 0 17 4 0 0 0
/proc/3654/statm: 77599 5843 371 364 0 13508 0
[pid=3656] ppid=3654 vsize=416524 CPUtime=33.23 cores=0-7
/proc/3656/stat : 3656 (adaptg2wsat2009) R 3654 3656 3656 0 -1 4202496 589 0 0 0 3323 0 0 0 25 0 1 0 668284916 426520576 322 33554432000 134512640 135107411 4292170464 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/3656/statm: 104131 322 59 146 0 103007 0
[pid=3657] ppid=3639 vsize=320652 CPUtime=0.08 cores=0-7
/proc/3657/stat : 3657 (python) S 3639 3639 3087 0 -1 4202560 936 0 0 0 4 4 0 0 18 0 1 0 668284919 328347648 5847 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 17695997534264066306 0 0 17 2 0 0 0
/proc/3657/statm: 80163 5847 371 364 0 16069 0
[pid=3659] ppid=3657 vsize=416524 CPUtime=33.61 cores=0-7
/proc/3659/stat : 3659 (adaptg2wsat2009) R 3657 3659 3659 0 -1 4202496 589 0 0 0 3361 0 0 0 25 0 1 0 668284919 426520576 321 33554432000 134512640 135107411 4292571184 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3659/statm: 104131 321 59 146 0 103007 0
[pid=3660] ppid=3639 vsize=330908 CPUtime=0.07 cores=0-7
/proc/3660/stat : 3660 (python) S 3639 3639 3087 0 -1 4202560 954 0 0 0 4 3 0 0 18 0 1 0 668284922 338849792 5851 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 17695997534264066308 0 0 17 4 0 0 0
/proc/3660/statm: 82727 5851 371 364 0 18630 0
[pid=3662] ppid=3660 vsize=246808 CPUtime=33.41 cores=0-7
/proc/3662/stat : 3662 (FH) R 3660 3662 3662 0 -1 4202496 553 0 0 0 3341 0 0 0 25 0 1 0 668284922 252731392 287 33554432000 134512640 134936988 4286744064 18446744073709551615 134553536 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3662/statm: 61702 287 41 104 0 61206 0
[pid=3663] ppid=3639 vsize=341164 CPUtime=0.2 cores=0-7
/proc/3663/stat : 3663 (python) R 3639 3639 3087 0 -1 4202560 981 0 0 0 13 7 0 0 15 0 1 0 668284925 349351936 5855 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/3663/statm: 85291 5855 371 364 0 21191 0
[pid=3665] ppid=3663 vsize=0 CPUtime=33.08 cores=0-7
/proc/3665/stat : 3665 (march_hi) R 3663 3665 3665 0 -1 4202500 994 0 0 0 3308 0 0 0 25 0 1 0 668284925 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/3665/statm: 0 0 0 0 0 0 0
[pid=3666] ppid=3639 vsize=351420 CPUtime=0.29 cores=0-7
/proc/3666/stat : 3666 (python) R 3639 3639 3087 0 -1 4202560 998 0 0 0 21 8 0 0 16 0 1 0 668284928 359854080 5865 33554432000 4194304 5683644 140735740655440 18446744073709551615 235594886726 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/3666/statm: 87855 5865 377 364 0 23752 0
[pid=3668] ppid=3666 vsize=0 CPUtime=33.07 cores=0-7
/proc/3668/stat : 3668 (march_hi) R 3666 3668 3668 0 -1 4202500 1000 0 0 0 3307 0 0 0 25 0 1 0 668284928 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/3668/statm: 0 0 0 0 0 0 0
[pid=3639/tid=3646] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3646/stat : 3646 (python) S 3637 3639 3087 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 668284906 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
[pid=3639/tid=3649] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3649/stat : 3649 (python) S 3637 3639 3087 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 668284910 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 6 0 0 0
[pid=3639/tid=3652] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3652/stat : 3652 (python) S 3637 3639 3087 0 -1 4202560 19 932 0 0 0 0 0 0 21 0 9 0 668284913 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
[pid=3639/tid=3655] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3655/stat : 3655 (python) S 3637 3639 3087 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 9 0 668284916 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 0 0 0 0
[pid=3639/tid=3658] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3658/stat : 3658 (python) S 3637 3639 3087 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668284919 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 0 0 0 0
[pid=3639/tid=3661] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3661/stat : 3661 (python) S 3637 3639 3087 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 9 0 668284922 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 4 0 0 0
[pid=3639/tid=3664] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3664/stat : 3664 (python) S 3637 3639 3087 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 668284925 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
[pid=3639/tid=3667] ppid=3637 vsize=361664 CPUtime=0 cores=0-7
/proc/3639/task/3667/stat : 3667 (python) S 3637 3639 3087 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 668284928 370343936 7383 33554432000 4194304 5683644 140735740655440 18446744073709551615 235606690225 0 0 16781312 2 18446604453984904320 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 269.32
Current children cumulated vsize (KiB) 6417712

[startup+34.6012 s]
/proc/loadavg: 7.87 8.27 7.24 9/395 3669
/proc/meminfo: memFree=12599856/32950928 swapFree=54713412/67111528
[pid=3639] ppid=3637 vsize=310336 CPUtime=270.11 cores=0-7
/proc/3639/stat : 3639 (python) R 3637 3639 3087 0 -1 4202496 19743 14440 1 0 79 11 26876 45 17 0 1 0 668284830 317784064 7348 33554432000 4194304 5683644 140735740655440 18446744073709551615 4619662 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3639/statm: 77584 7348 1876 364 0 13508 0
Current children cumulated CPU time (s) 270.11
Current children cumulated vsize (KiB) 310336

Child status: 0
Real time (s): 34.6094
CPU time (s): 270.13
CPU user time (s): 269.562
CPU system time (s): 0.567913
CPU usage (%): 780.511
Max. virtual memory (cumulated for all children) (KiB): 6422244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 269.562
system time used= 0.567913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34935
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= 2522
involuntary context switches= 2497

runsolver used 0.114982 second user time and 0.310952 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-16 19:27:41
IDJOB=3385461
IDBENCH=82726
IDSOLVER=1870
FILE ID=node120/3385461-1305566860
RUNJOBID= node120-1305564964-3102
PBS_JOBID= 13350130
Free space on /tmp= 73500 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1027567260-047.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-3385461-1305566860/watcher-3385461-1305566860 -o /tmp/evaluation-result-3385461-1305566860/solver-3385461-1305566860 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385461-1305566860.cnf -seed 893259170 -budget 40000 -cores 8

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

MD5SUM BENCH= deef67012ed65265f92101778280c717
RANDOM SEED=893259170

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12662980 kB
Buffers:        122672 kB
Cached:        1492244 kB
SwapCached:      32584 kB
Active:        6895148 kB
Inactive:     13144768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12662980 kB
SwapTotal:    67111528 kB
SwapFree:     54713412 kB
Dirty:           32200 kB
Writeback:           0 kB
AnonPages:    18398712 kB
Mapped:          21548 kB
Slab:            95844 kB
PageTables:      80712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78399864 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= 73468 MiB
End job on node120 at 2011-05-16 19:28:15