Trace number 3317136

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-random? (MO) 1984.96 500.518

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S927774663-037-UNKNOWN.cnf
MD5SUM950830e22ef92fb7f22c5b3c987a21f5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
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 534000

Solver Data

0.38/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.63	c INFO: solving HOME/instance-3317136-1304267475.cnf
0.38/0.63	c INFO: computing task features
0.57/0.86	c INFO: computed variable-clause graph statistics
0.57/0.86	c INFO: computed clause balance statistics
1.77/2.05	c INFO: computed variable balance statistics
2.27/2.50	c INFO: computed small-clause counts
2.27/2.50	c INFO: computed Horn-clause counts
2.27/2.54	c INFO: computed variable graph statistics
2.27/2.54	c INFO: collected features for HOME/instance-3317136-1304267475.cnf in 1.91 s
2.27/2.57	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.38)
2.37/2.60	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.13)
2.37/2.63	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.08)
2.37/2.66	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.07)
402.05/102.78	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.05)
402.44/102.82	c INFO: running gnovelty+2@0 for 97 with 4697 remaining (b = 0.04)
402.44/102.86	c INFO: running FH@0 for 97 with 4697 remaining (b = 0.03)
402.59/102.90	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.03)
801.13/202.98	c INFO: running adaptg2wsat2009++@0 for 97 with 4597 remaining (b = 0.02)
801.52/203.07	c INFO: running FH@0 for 97 with 4597 remaining (b = 0.02)
801.71/203.11	c INFO: running hybridGM3@0 for 194 with 4597 remaining (b = 0.04)
801.71/203.16	c INFO: running gnovelty+2@0 for 97 with 4597 remaining (b = 0.02)
1196.15/302.18	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1200.52/303.27	c INFO: running adaptg2wsat2009++@0 for 97 with 4497 remaining (b = 0.01)
1201.19/303.41	c INFO: running hybridGM3@0 for 194 with 4497 remaining (b = 0.03)
1583.97/399.55	c INFO: running hybridGM3@99 for 97 with 4401 remaining (b = 0.01)
1599.51/403.48	c INFO: running hybridGM3@0 for 194 with 4397 remaining (b = 0.02)
1962.29/494.74	c INFO: running TNM@0 for 1552 with 4305 remaining (b = 0.18)
1982.54/499.84	c INFO: running FH@0 for 97 with 4300 remaining (b = 0.01)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3317136-1304267475/watcher-3317136-1304267475 -o /tmp/evaluation-result-3317136-1304267475/solver-3317136-1304267475 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317136-1304267475.cnf -seed 1317240943 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.68 3.56 1.37 5/205 28001
/proc/meminfo: memFree=30835080/32951124 swapFree=67111356/67111528
[pid=28001] ppid=27999 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/28001/stat : 28001 (python) R 27999 28001 27821 0 -1 4202496 742 0 0 0 0 0 0 0 25 0 1 0 519163172 15753216 631 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338077677 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28001/statm: 3846 645 322 364 0 333 0

[startup+0.096961 s]
/proc/loadavg: 7.68 3.56 1.37 5/205 28001
/proc/meminfo: memFree=30835080/32951124 swapFree=67111356/67111528
[pid=28001] ppid=27999 vsize=87704 CPUtime=0.06 cores=1,3,5,7
/proc/28001/stat : 28001 (python) S 27999 28001 27821 0 -1 4202496 2639 0 0 0 4 2 0 0 17 0 1 0 519163172 89808896 2354 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/28001/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.100742 s]
/proc/loadavg: 7.68 3.56 1.37 5/205 28001
/proc/meminfo: memFree=30835080/32951124 swapFree=67111356/67111528
[pid=28001] ppid=27999 vsize=93960 CPUtime=0.06 cores=1,3,5,7
/proc/28001/stat : 28001 (python) S 27999 28001 27821 0 -1 4202496 2695 0 0 0 4 2 0 0 17 0 1 0 519163172 96215040 2407 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/28001/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300749 s]
/proc/loadavg: 7.68 3.56 1.37 5/205 28001
/proc/meminfo: memFree=30835080/32951124 swapFree=67111356/67111528
[pid=28001] ppid=27999 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/28001/stat : 28001 (python) S 27999 28001 27821 0 -1 4202496 5965 935 1 0 14 5 0 0 17 0 1 0 519163172 139005952 4151 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338379781 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/28001/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700656 s]
/proc/loadavg: 7.68 3.56 1.37 5/205 28001
/proc/meminfo: memFree=30835080/32951124 swapFree=67111356/67111528
[pid=28001] ppid=27999 vsize=281924 CPUtime=0.47 cores=1,3,5,7
/proc/28001/stat : 28001 (python) R 27999 28001 27821 0 -1 4202496 10089 935 1 0 36 11 0 0 16 0 1 0 519163172 288690176 7767 33554432000 4194304 5683644 140737103587488 18446744073709551615 4570201 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28001/statm: 70481 7767 1761 364 0 6405 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 281924

[startup+1.50049 s]
/proc/loadavg: 7.68 3.56 1.37 6/206 28006
/proc/meminfo: memFree=30801592/32951124 swapFree=67111356/67111528
[pid=28001] ppid=27999 vsize=289504 CPUtime=1.27 cores=1,3,5,7
/proc/28001/stat : 28001 (python) R 27999 28001 27821 0 -1 4202496 13888 935 1 0 116 11 0 0 16 0 1 0 519163172 296452096 9761 33554432000 4194304 5683644 140737103587488 18446744073709551615 47453271680928 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28001/statm: 72376 9761 1826 364 0 8300 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 289504

[startup+3.10014 s]
/proc/loadavg: 7.68 3.56 1.37 6/206 28006
/proc/meminfo: memFree=30801220/32951124 swapFree=67111356/67111528
[pid=28001] ppid=27999 vsize=323404 CPUtime=2.43 cores=1,3,5,7
/proc/28001/stat : 28001 (python) S 27999 28001 27821 0 -1 4202496 16760 935 1 0 231 12 0 0 19 0 5 0 519163172 331165696 8050 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28001/statm: 80851 8050 1883 364 0 16760 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 323404
heavy processes:

[startup+6.30151 s]
/proc/loadavg: 7.46 3.59 1.39 9/218 28018
/proc/meminfo: memFree=30775708/32951124 swapFree=67111356/67111528
[pid=28001] ppid=27999 vsize=323404 CPUtime=2.43 cores=1,3,5,7
/proc/28001/stat : 28001 (python) S 27999 28001 27821 0 -1 4202496 16760 935 1 0 231 12 0 0 19 0 5 0 519163172 331165696 8050 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28001/statm: 80851 8050 1883 364 0 16760 0
[pid=28007] ppid=28001 vsize=282248 CPUtime=0 cores=1,3,5,7
/proc/28007/stat : 28007 (python) S 28001 28001 27821 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 519163430 289021952 6333 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403855 0 0 16781312 514 927745925579768070 0 0 17 7 0 0 0
/proc/28007/statm: 70562 6333 355 364 0 6480 0
[pid=28009] ppid=28007 vsize=1020188 CPUtime=3.71 cores=1,3,5,7
/proc/28009/stat : 28009 (gnovelty+2) R 28007 28009 28009 0 -1 4202496 1142 0 0 0 371 0 0 0 25 0 1 0 519163430 1044672512 877 33554432000 134512640 135663704 4289730704 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/28009/statm: 255047 877 113 282 0 254763 0
[pid=28010] ppid=28001 vsize=293132 CPUtime=0 cores=1,3,5,7
/proc/28010/stat : 28010 (python) S 28001 28001 27821 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 519163433 300167168 6370 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403910 0 0 16781312 514 4484959885917651206 0 0 17 3 0 0 0
/proc/28010/statm: 73283 6370 349 364 0 9198 0
[pid=28012] ppid=28010 vsize=1020188 CPUtime=3.66 cores=1,3,5,7
/proc/28012/stat : 28012 (gnovelty+2) R 28010 28012 28012 0 -1 4202496 1139 0 0 0 366 0 0 0 25 0 1 0 519163433 1044672512 877 33554432000 134512640 135663704 4294845728 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28012/statm: 255047 877 113 282 0 254763 0
[pid=28013] ppid=28001 vsize=302904 CPUtime=0 cores=1,3,5,7
/proc/28013/stat : 28013 (python) S 28001 28001 27821 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 519163436 310173696 6507 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403910 0 0 16781312 514 4450049841979949318 0 0 17 3 0 0 0
/proc/28013/statm: 75726 6507 347 364 0 11638 0
[pid=28015] ppid=28013 vsize=421140 CPUtime=3.66 cores=1,3,5,7
/proc/28015/stat : 28015 (adaptg2wsat2009) R 28013 28015 28015 0 -1 4202496 1803 0 0 0 366 0 0 0 25 0 1 0 519163436 431247360 1538 33554432000 134512640 135107411 4294782160 18446744073709551615 134523294 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28015/statm: 105285 1538 49 146 0 104161 0
[pid=28016] ppid=28001 vsize=313160 CPUtime=0 cores=1,3,5,7
/proc/28016/stat : 28016 (python) S 28001 28001 27821 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 519163439 320675840 6511 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403910 0 0 16781312 514 13061425735355302152 0 0 17 7 0 0 0
/proc/28016/statm: 78290 6511 347 364 0 14199 0
[pid=28018] ppid=28016 vsize=421140 CPUtime=3.62 cores=1,3,5,7
/proc/28018/stat : 28018 (adaptg2wsat2009) R 28016 28018 28018 0 -1 4202496 1802 0 0 0 362 0 0 0 25 0 1 0 519163439 431247360 1538 33554432000 134512640 135107411 4294381216 18446744073709551615 134523245 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28018/statm: 105285 1538 49 146 0 104161 0
[pid=28001/tid=28008] ppid=27999 vsize=323404 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28008/stat : 28008 (python) S 27999 28001 27821 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 519163430 331165696 8050 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 3 0 0 0
[pid=28001/tid=28011] ppid=27999 vsize=323404 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28011/stat : 28011 (python) S 27999 28001 27821 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 519163433 331165696 8050 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 1 0 0 0
[pid=28001/tid=28014] ppid=27999 vsize=323404 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28014/stat : 28014 (python) S 27999 28001 27821 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 519163436 331165696 8050 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 3 0 0 0
[pid=28001/tid=28017] ppid=27999 vsize=323404 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28017/stat : 28017 (python) S 27999 28001 27821 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 519163439 331165696 8050 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 17.08
Current children cumulated vsize (KiB) 4397504

[startup+12.7012 s]
/proc/loadavg: 7.51 3.66 1.43 10/218 28018
/proc/meminfo: memFree=30771564/32951124 swapFree=67111356/67111528
[pid=28001] ppid=27999 vsize=323404 CPUtime=2.43 cores=1,3,5,7
/proc/28001/stat : 28001 (python) S 27999 28001 27821 0 -1 4202496 16760 935 1 0 231 12 0 0 19 0 5 0 519163172 331165696 8050 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28001/statm: 80851 8050 1883 364 0 16760 0
[pid=28007] ppid=28001 vsize=282248 CPUtime=0 cores=1,3,5,7
/proc/28007/stat : 28007 (python) S 28001 28001 27821 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 519163430 289021952 6356 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403855 0 0 16781312 514 10402294792435237126 0 0 17 7 0 0 0
/proc/28007/statm: 70562 6356 378 364 0 6480 0
[pid=28009] ppid=28007 vsize=1020188 CPUtime=10.09 cores=1,3,5,7
/proc/28009/stat : 28009 (gnovelty+2) R 28007 28009 28009 0 -1 4202496 1142 0 0 0 1009 0 0 0 25 0 1 0 519163430 1044672512 877 33554432000 134512640 135663704 4289730704 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/28009/statm: 255047 877 113 282 0 254763 0
[pid=28010] ppid=28001 vsize=293132 CPUtime=0 cores=1,3,5,7
/proc/28010/stat : 28010 (python) S 28001 28001 27821 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 519163433 300167168 6393 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403910 0 0 16781312 514 4484959885917651206 0 0 17 3 0 0 0
/proc/28010/statm: 73283 6393 372 364 0 9198 0
[pid=28012] ppid=28010 vsize=1020188 CPUtime=9.99 cores=1,3,5,7
/proc/28012/stat : 28012 (gnovelty+2) R 28010 28012 28012 0 -1 4202496 1139 0 0 0 999 0 0 0 25 0 1 0 519163433 1044672512 877 33554432000 134512640 135663704 4294845728 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28012/statm: 255047 877 113 282 0 254763 0
[pid=28013] ppid=28001 vsize=302904 CPUtime=0.01 cores=1,3,5,7
/proc/28013/stat : 28013 (python) S 28001 28001 27821 0 -1 4202560 908 0 0 0 0 1 0 0 18 0 1 0 519163436 310173696 6530 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403910 0 0 16781312 514 10402294792435237126 0 0 17 3 0 0 0
/proc/28013/statm: 75726 6530 370 364 0 11638 0
[pid=28015] ppid=28013 vsize=421804 CPUtime=10.05 cores=1,3,5,7
/proc/28015/stat : 28015 (adaptg2wsat2009) R 28013 28015 28015 0 -1 4202496 2136 0 0 0 1005 0 0 0 25 0 1 0 519163436 431927296 1871 33554432000 134512640 135107411 4294782160 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28015/statm: 105451 1871 59 146 0 104327 0
[pid=28016] ppid=28001 vsize=313160 CPUtime=0.01 cores=1,3,5,7
/proc/28016/stat : 28016 (python) S 28001 28001 27821 0 -1 4202560 929 0 0 0 0 1 0 0 18 0 1 0 519163439 320675840 6534 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403910 0 0 16781312 514 10402294792435237128 0 0 17 7 0 0 0
/proc/28016/statm: 78290 6534 370 364 0 14199 0
[pid=28018] ppid=28016 vsize=421804 CPUtime=10.02 cores=1,3,5,7
/proc/28018/stat : 28018 (adaptg2wsat2009) R 28016 28018 28018 0 -1 4202496 2135 0 0 0 1002 0 0 0 25 0 1 0 519163439 431927296 1871 33554432000 134512640 135107411 4294381216 18446744073709551615 134548381 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28018/statm: 105451 1871 59 146 0 104327 0
[pid=28001/tid=28008] ppid=27999 vsize=323404 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28008/stat : 28008 (python) S 27999 28001 27821 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 519163430 331165696 8050 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 3 0 0 0
[pid=28001/tid=28011] ppid=27999 vsize=323404 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28011/stat : 28011 (python) S 27999 28001 27821 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 519163433 331165696 8050 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 1 0 0 0
[pid=28001/tid=28014] ppid=27999 vsize=323404 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28014/stat : 28014 (python) S 27999 28001 27821 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 519163436 331165696 8050 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 3 0 0 0
[pid=28001/tid=28017] ppid=27999 vsize=323404 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28017/stat : 28017 (python) S 27999 28001 27821 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 519163439 331165696 8050 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 42.6
Current children cumulated vsize (KiB) 4398832

[startup+25.5007 s]
/proc/loadavg: 7.69 3.89 1.54 9/218 28019
/proc/meminfo: memFree=30772068/32951124 swapFree=67111356/67111528
[pid=28001] ppid=27999 vsize=323404 CPUtime=2.43 cores=1,3,5,7
/proc/28001/stat : 28001 (python) S 27999 28001 27821 0 -1 4202496 16760 935 1 0 231 12 0 0 19 0 5 0 519163172 331165696 8050 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28001/statm: 80851 8050 1883 364 0 16760 0
[pid=28007] ppid=28001 vsize=282248 CPUtime=0.02 cores=1,3,5,7
/proc/28007/stat : 28007 (python) S 28001 28001 27821 0 -1 4202560 901 0 0 0 1 1 0 0 18 0 1 0 519163430 289021952 6356 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403855 0 0 16781312 514 10402294792435237126 0 0 17 7 0 0 0
/proc/28007/statm: 70562 6356 378 364 0 6480 0
[pid=28009] ppid=28007 vsize=1020188 CPUtime=22.85 cores=1,3,5,7
/proc/28009/stat : 28009 (gnovelty+2) R 28007 28009 28009 0 -1 4202496 1142 0 0 0 2285 0 0 0 25 0 1 0 519163430 1044672512 877 33554432000 134512640 135663704 4289730704 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/28009/statm: 255047 877 113 282 0 254763 0
[pid=28010] ppid=28001 vsize=293132 CPUtime=0.03 cores=1,3,5,7
/proc/28010/stat : 28010 (python) S 28001 28001 27821 0 -1 4202560 907 0 0 0 1 2 0 0 18 0 1 0 519163433 300167168 6393 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403910 0 0 16781312 514 10402294792435237126 0 0 17 3 0 0 0
/proc/28010/statm: 73283 6393 372 364 0 9198 0
[pid=28012] ppid=28010 vsize=1020188 CPUtime=22.67 cores=1,3,5,7
/proc/28012/stat : 28012 (gnovelty+2) R 28010 28012 28012 0 -1 4202496 1139 0 0 0 2267 0 0 0 25 0 1 0 519163433 1044672512 877 33554432000 134512640 135663704 4294845728 18446744073709551615 134546906 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28012/statm: 255047 877 113 282 0 254763 0
[pid=28013] ppid=28001 vsize=302904 CPUtime=0.02 cores=1,3,5,7
/proc/28013/stat : 28013 (python) S 28001 28001 27821 0 -1 4202560 913 0 0 0 1 1 0 0 18 0 1 0 519163436 310173696 6530 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403910 0 0 16781312 514 10402294792435237126 0 0 17 3 0 0 0
/proc/28013/statm: 75726 6530 370 364 0 11638 0
[pid=28015] ppid=28013 vsize=421804 CPUtime=22.85 cores=1,3,5,7
/proc/28015/stat : 28015 (adaptg2wsat2009) R 28013 28015 28015 0 -1 4202496 2136 0 0 0 2285 0 0 0 25 0 1 0 519163436 431927296 1871 33554432000 134512640 135107411 4294782160 18446744073709551615 134531795 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28015/statm: 105451 1871 59 146 0 104327 0
[pid=28016] ppid=28001 vsize=313160 CPUtime=0.03 cores=1,3,5,7
/proc/28016/stat : 28016 (python) S 28001 28001 27821 0 -1 4202560 934 0 0 0 2 1 0 0 18 0 1 0 519163439 320675840 6534 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403910 0 0 16781312 514 10402294792435237128 0 0 17 7 0 0 0
/proc/28016/statm: 78290 6534 370 364 0 14199 0
[pid=28018] ppid=28016 vsize=421804 CPUtime=22.82 cores=1,3,5,7
/proc/28018/stat : 28018 (adaptg2wsat2009) R 28016 28018 28018 0 -1 4202496 2135 0 0 0 2282 0 0 0 25 0 1 0 519163439 431927296 1871 33554432000 134512640 135107411 4294381216 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28018/statm: 105451 1871 59 146 0 104327 0
[pid=28001/tid=28008] ppid=27999 vsize=323404 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28008/stat : 28008 (python) S 27999 28001 27821 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 519163430 331165696 8050 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 3 0 0 0
[pid=28001/tid=28011] ppid=27999 vsize=323404 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28011/stat : 28011 (python) S 27999 28001 27821 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 5 0 519163433 331165696 8050 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 1 0 0 0
[pid=28001/tid=28014] ppid=27999 vsize=323404 CPUtime=0 cores=1,3,5,7

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

/proc/28013/task/28038/stat : 28038 (python) S 28001 28001 27821 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 519173448 310173696 6560 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 514 18446604471128670400 0 0 -1 3 0 0 0
[pid=28016] ppid=28001 vsize=313160 CPUtime=0.14 cores=1,3,5,7
/proc/28016/stat : 28016 (python) S 28001 28001 27821 0 -1 4202560 1120 0 0 0 7 7 0 0 19 0 2 0 519163439 320675840 6564 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/28016/statm: 78290 6564 399 364 0 14199 0
[pid=28018] ppid=28016 vsize=421804 CPUtime=100.13 cores=1,3,5,7
/proc/28018/stat : 28018 (adaptg2wsat2009) T 28016 28018 28018 0 -1 4202496 2135 0 0 0 10013 0 0 0 25 0 1 0 519163439 431927296 1871 33554432000 134512640 135107411 4294381216 18446744073709551615 134531903 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/28018/statm: 105451 1871 59 146 0 104327 0
[pid=28016/tid=28042] ppid=28001 vsize=313160 CPUtime=0 cores=1,3,5,7
/proc/28016/task/28042/stat : 28042 (python) S 28001 28001 27821 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519173453 320675840 6564 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 514 18446604455953793408 0 0 -1 5 0 0 0
[pid=28039] ppid=28001 vsize=323616 CPUtime=0.15 cores=1,3,5,7
/proc/28039/stat : 28039 (python) S 28001 28001 27821 0 -1 4202560 1134 0 0 0 8 7 0 0 19 0 2 0 519173451 331382784 6569 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28039/statm: 80904 6569 400 364 0 16810 0
[pid=28043] ppid=28039 vsize=421804 CPUtime=98.25 cores=1,3,5,7
/proc/28043/stat : 28043 (adaptg2wsat2009) T 28039 28043 28043 0 -1 4202496 2141 0 0 0 9825 0 0 0 25 0 1 0 519173453 431927296 1872 33554432000 134512640 135107411 4291436592 18446744073709551615 134531411 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/28043/statm: 105451 1872 59 146 0 104327 0
[pid=28039/tid=28068] ppid=28001 vsize=323616 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28068/stat : 28068 (python) S 28001 28001 27821 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 519183466 331382784 6569 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 514 18446604471143662016 0 0 -1 1 0 0 0
[pid=28044] ppid=28001 vsize=333824 CPUtime=0.14 cores=1,3,5,7
/proc/28044/stat : 28044 (python) S 28001 28001 27821 0 -1 4202560 1126 0 0 0 7 7 0 0 19 0 2 0 519173455 341835776 6573 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/28044/statm: 83456 6573 400 364 0 19359 0
[pid=28047] ppid=28044 vsize=1020188 CPUtime=100.2 cores=1,3,5,7
/proc/28047/stat : 28047 (gnovelty+2) T 28044 28047 28047 0 -1 4202496 1142 0 0 0 10020 0 0 0 25 0 1 0 519173456 1044672512 876 33554432000 134512640 135663704 4294332032 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/28047/statm: 255047 876 113 282 0 254763 0
[pid=28044/tid=28073] ppid=28001 vsize=333824 CPUtime=0 cores=1,3,5,7
/proc/28044/task/28073/stat : 28073 (python) S 28001 28001 27821 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 519183476 341835776 6573 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 514 18446604471143662912 0 0 -1 3 0 0 0
[pid=28048] ppid=28001 vsize=344260 CPUtime=0.14 cores=1,3,5,7
/proc/28048/stat : 28048 (python) S 28001 28001 27821 0 -1 4202560 1184 0 0 0 7 7 0 0 19 0 2 0 519173459 352522240 6583 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/28048/statm: 86065 6583 406 364 0 21965 0
[pid=28050] ppid=28048 vsize=251288 CPUtime=100 cores=1,3,5,7
/proc/28050/stat : 28050 (FH) T 28048 28050 28050 0 -1 4202496 1958 0 0 0 10000 0 0 0 25 0 1 0 519173459 257318912 1693 33554432000 134512640 134936988 4292338448 18446744073709551615 134552080 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/28050/statm: 62822 1693 41 104 0 62326 0
[pid=28048/tid=28072] ppid=28001 vsize=344260 CPUtime=0 cores=1,3,5,7
/proc/28048/task/28072/stat : 28072 (python) S 28001 28001 27821 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519183475 352522240 6583 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 514 18446604454225333056 0 0 -1 5 0 0 0
[pid=28051] ppid=28001 vsize=354612 CPUtime=0.14 cores=1,3,5,7
/proc/28051/stat : 28051 (python) S 28001 28001 27821 0 -1 4202560 1171 0 0 0 6 8 0 0 19 0 2 0 519173462 363122688 6587 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/28051/statm: 88653 6587 406 364 0 24550 0
[pid=28053] ppid=28051 vsize=421804 CPUtime=99.99 cores=1,3,5,7
/proc/28053/stat : 28053 (adaptg2wsat2009) T 28051 28053 28053 0 -1 4202496 2145 0 0 0 9999 0 0 0 25 0 1 0 519173463 431927296 1873 33554432000 134512640 135107411 4291171296 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/28053/statm: 105451 1873 59 146 0 104327 0
[pid=28051/tid=28074] ppid=28001 vsize=354612 CPUtime=0 cores=1,3,5,7
/proc/28051/task/28074/stat : 28074 (python) S 28001 28001 27821 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519183477 363122688 6587 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 514 18446604471134476352 0 0 -1 7 0 0 0
[pid=28069] ppid=28001 vsize=364812 CPUtime=0.17 cores=1,3,5,7
/proc/28069/stat : 28069 (python) S 28001 28001 27821 0 -1 4202560 1150 0 0 0 9 8 0 0 19 0 2 0 519183470 373567488 6585 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/28069/statm: 91203 6585 400 364 0 27097 0
[pid=28071] ppid=28069 vsize=421804 CPUtime=98.99 cores=1,3,5,7
/proc/28071/stat : 28071 (adaptg2wsat2009) T 28069 28071 28071 0 -1 4202496 2143 0 0 0 9899 0 0 0 25 0 1 0 519183471 431927296 1872 33554432000 134512640 135107411 4294350464 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/28071/statm: 105451 1872 59 146 0 104327 0
[pid=28069/tid=28091] ppid=28001 vsize=364812 CPUtime=0 cores=1,3,5,7
/proc/28069/task/28091/stat : 28091 (python) S 28001 28001 27821 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519193386 373567488 6585 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 514 18446604471134430272 0 0 -1 7 0 0 0
[pid=28075] ppid=28001 vsize=375180 CPUtime=0.16 cores=1,3,5,7
/proc/28075/stat : 28075 (python) S 28001 28001 27821 0 -1 4202560 1162 0 0 0 9 7 0 0 19 0 2 0 519183480 384184320 6589 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/28075/statm: 93795 6589 400 364 0 29686 0
[pid=28077] ppid=28075 vsize=251288 CPUtime=98.34 cores=1,3,5,7
/proc/28077/stat : 28077 (FH) T 28075 28077 28077 0 -1 4202496 1963 0 0 0 9834 0 0 0 25 0 1 0 519183480 257318912 1693 33554432000 134512640 134936988 4291081248 18446744073709551615 134554998 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/28077/statm: 62822 1693 41 104 0 62326 0
[pid=28075/tid=28095] ppid=28001 vsize=375180 CPUtime=0 cores=1,3,5,7
/proc/28075/task/28095/stat : 28095 (python) S 28001 28001 27821 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519193495 384184320 6589 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 514 18446604458722976832 0 0 -1 3 0 0 0
[pid=28078] ppid=28001 vsize=385368 CPUtime=0.48 cores=1,3,5,7
/proc/28078/stat : 28078 (python) S 28001 28001 27821 0 -1 4202560 1190 0 0 0 28 20 0 0 18 0 2 0 519183484 394616832 6593 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/28078/statm: 96342 6593 400 364 0 32230 0
[pid=28080] ppid=28078 vsize=268420 CPUtime=291.5 cores=1,3,5,7
/proc/28080/stat : 28080 (hybridGM3) T 28078 28080 28080 0 -1 4202496 5647 0 0 0 29150 0 0 0 25 0 1 0 519183484 274862080 5377 33554432000 134512640 135204385 4289538960 18446744073709551615 134537792 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/28080/statm: 67105 5377 63 169 0 66935 0
[pid=28078/tid=28109] ppid=28001 vsize=385368 CPUtime=0 cores=1,3,5,7
/proc/28078/task/28109/stat : 28109 (python) S 28001 28001 27821 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 519203123 394616832 6593 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 514 18446604458722977728 0 0 -1 3 0 0 0
[pid=28081] ppid=28001 vsize=395752 CPUtime=0.15 cores=1,3,5,7
/proc/28081/stat : 28081 (python) S 28001 28001 27821 0 -1 4202560 1175 0 0 0 7 8 0 0 19 0 2 0 519183488 405250048 6597 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28081/statm: 98938 6597 400 364 0 34823 0
[pid=28083] ppid=28081 vsize=1020188 CPUtime=99.85 cores=1,3,5,7
/proc/28083/stat : 28083 (gnovelty+2) T 28081 28083 28083 0 -1 4202496 1149 0 0 0 9985 0 0 0 25 0 1 0 519183489 1044672512 877 33554432000 134512640 135663704 4289407008 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/28083/statm: 255047 877 113 282 0 254763 0
[pid=28081/tid=28099] ppid=28001 vsize=395752 CPUtime=0 cores=1,3,5,7
/proc/28081/task/28099/stat : 28099 (python) S 28001 28001 27821 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519193509 405250048 6597 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 514 18446604469691362112 0 0 -1 1 0 0 0
[pid=28092] ppid=28001 vsize=405924 CPUtime=0.32 cores=1,3,5,7
/proc/28092/stat : 28092 (python) S 28001 28001 27821 0 -1 4202560 1038 0 0 0 18 14 0 0 18 0 1 0 519193391 415666176 6587 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403910 0 0 16781312 514 10402294792435237127 0 0 17 1 0 0 0
/proc/28092/statm: 101481 6587 372 364 0 37363 0
[pid=28094] ppid=28092 vsize=268420 CPUtime=193.88 cores=1,3,5,7
/proc/28094/stat : 28094 (hybridGM3) R 28092 28094 28094 0 -1 4202496 5651 0 0 0 19388 0 0 0 25 0 1 0 519193391 274862080 5377 33554432000 134512640 135204385 4287247056 18446744073709551615 134538368 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28094/statm: 67105 5377 63 169 0 66935 0
[pid=28096] ppid=28001 vsize=416324 CPUtime=0.17 cores=1,3,5,7
/proc/28096/stat : 28096 (python) S 28001 28001 27821 0 -1 4202560 1181 0 0 0 10 7 0 0 19 0 2 0 519193500 426315776 6620 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28096/statm: 104081 6620 400 364 0 39960 0
[pid=28098] ppid=28096 vsize=421804 CPUtime=99.66 cores=1,3,5,7
/proc/28098/stat : 28098 (adaptg2wsat2009) T 28096 28098 28098 0 -1 4202496 2148 0 0 0 9966 0 0 0 25 0 1 0 519193500 431927296 1872 33554432000 134512640 135107411 4292036448 18446744073709551615 134531768 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/28098/statm: 105451 1872 59 146 0 104327 0
[pid=28096/tid=28110] ppid=28001 vsize=416324 CPUtime=0 cores=1,3,5,7
/proc/28096/task/28110/stat : 28110 (python) S 28001 28001 27821 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519203516 426315776 6620 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 514 18446604465394566272 0 0 -1 5 0 0 0
[pid=28100] ppid=28001 vsize=426728 CPUtime=0.33 cores=1,3,5,7
/proc/28100/stat : 28100 (python) S 28001 28001 27821 0 -1 4202560 1229 0 0 0 18 15 0 0 19 0 2 0 519193513 436969472 6646 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28100/statm: 106682 6646 407 364 0 42558 0
[pid=28102] ppid=28100 vsize=268424 CPUtime=196.05 cores=1,3,5,7
/proc/28102/stat : 28102 (hybridGM3) T 28100 28102 28102 0 -1 4202496 5653 0 0 0 19605 0 0 0 25 0 1 0 519193514 274866176 5378 33554432000 134512640 135204385 4289188736 18446744073709551615 134537792 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/28102/statm: 67106 5378 63 169 0 66936 0
[pid=28100/tid=28122] ppid=28001 vsize=426728 CPUtime=0 cores=1,3,5,7
/proc/28100/task/28122/stat : 28122 (python) S 28001 28001 27821 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519213152 436969472 6646 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 514 18446604455953794304 0 0 -1 1 0 0 0
[pid=28111] ppid=28001 vsize=436836 CPUtime=0.15 cores=1,3,5,7
/proc/28111/stat : 28111 (python) S 28001 28001 27821 0 -1 4202560 1085 0 0 0 7 8 0 0 18 0 1 0 519203520 447320064 6661 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403910 0 0 16781312 514 10402294792435237127 0 0 17 1 0 0 0
/proc/28111/statm: 109209 6661 380 364 0 45082 0
[pid=28113] ppid=28111 vsize=268420 CPUtime=96.47 cores=1,3,5,7
/proc/28113/stat : 28113 (hybridGM3) R 28111 28113 28113 0 -1 4202496 5660 0 0 0 9646 1 0 0 25 0 1 0 519203521 274862080 5377 33554432000 134512640 135204385 4288695600 18446744073709551615 134549166 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28113/statm: 67105 5377 63 169 0 66935 0
[pid=28119] ppid=28001 vsize=447512 CPUtime=0 cores=1,3,5,7
/proc/28119/stat : 28119 (python) S 28001 28001 27821 0 -1 4202560 1025 0 0 0 0 0 0 0 18 0 1 0 519212646 458252288 6659 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403910 0 0 16781312 514 4591287333248008453 0 0 17 1 0 0 0
/proc/28119/statm: 111878 6659 374 364 0 47748 0
[pid=28121] ppid=28119 vsize=455276 CPUtime=5.62 cores=1,3,5,7
/proc/28121/stat : 28121 (TNM) R 28119 28121 28121 0 -1 4202496 1575 0 0 0 562 0 0 0 25 0 1 0 519212647 466202624 1302 33554432000 134512640 135008748 4289534496 18446744073709551615 134523375 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/28121/statm: 113819 1302 45 122 0 112719 0
[pid=28123] ppid=28001 vsize=457856 CPUtime=0 cores=1,3,5,7
/proc/28123/stat : 28123 (python) S 28001 28001 27821 0 -1 4202560 830 0 0 0 0 0 0 0 19 0 1 0 519213157 468844544 6637 33554432000 4194304 5683644 140737103587488 18446744073709551615 270338403910 0 0 16781312 514 4591283484957343743 0 0 17 1 0 0 0
/proc/28123/statm: 114464 6637 346 364 0 50331 0
[pid=28125] ppid=28123 vsize=249144 CPUtime=0.56 cores=1,3,5,7
/proc/28125/stat : 28125 (FH) R 28123 28125 28125 0 -1 4202496 1570 0 0 0 56 0 0 0 22 0 1 0 519213157 255123456 1295 33554432000 134512640 134936988 4288678624 18446744073709551615 134523558 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/28125/statm: 62286 1295 37 104 0 61790 0
[pid=28001/tid=28008] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28008/stat : 28008 (python) S 27999 28001 27821 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 19 0 519163430 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 3 0 0 0
[pid=28001/tid=28011] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28011/stat : 28011 (python) S 27999 28001 27821 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 19 0 519163433 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 1 0 0 0
[pid=28001/tid=28014] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28014/stat : 28014 (python) S 27999 28001 27821 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 19 0 519163436 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 3 0 0 0
[pid=28001/tid=28017] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28017/stat : 28017 (python) S 27999 28001 27821 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 19 0 519163439 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 7 0 0 0
[pid=28001/tid=28040] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28040/stat : 28040 (python) S 27999 28001 27821 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 19 0 519173451 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 1 0 0 0
[pid=28001/tid=28045] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28045/stat : 28045 (python) S 27999 28001 27821 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 19 0 519173455 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 3 0 0 0
[pid=28001/tid=28049] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28049/stat : 28049 (python) S 27999 28001 27821 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 19 0 519173459 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 5 0 0 0
[pid=28001/tid=28052] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28052/stat : 28052 (python) S 27999 28001 27821 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 19 0 519173463 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 7 0 0 0
[pid=28001/tid=28070] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28070/stat : 28070 (python) S 27999 28001 27821 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 19 0 519183470 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 7 0 0 0
[pid=28001/tid=28076] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28076/stat : 28076 (python) S 27999 28001 27821 0 -1 4202560 23 935 0 0 0 0 0 0 21 0 19 0 519183480 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 7 0 0 0
[pid=28001/tid=28079] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28079/stat : 28079 (python) S 27999 28001 27821 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 19 0 519183484 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 3 0 0 0
[pid=28001/tid=28082] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28082/stat : 28082 (python) S 27999 28001 27821 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 19 0 519183489 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 1 0 0 0
[pid=28001/tid=28093] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28093/stat : 28093 (python) S 27999 28001 27821 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 19 0 519193391 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 1 0 0 0
[pid=28001/tid=28097] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28097/stat : 28097 (python) S 27999 28001 27821 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 19 0 519193500 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 1 0 0 0
[pid=28001/tid=28101] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28101/stat : 28101 (python) S 27999 28001 27821 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 19 0 519193514 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 1 0 0 0
[pid=28001/tid=28112] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28112/stat : 28112 (python) S 27999 28001 27821 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 19 0 519203520 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 1 0 0 0
[pid=28001/tid=28120] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28120/stat : 28120 (python) S 27999 28001 27821 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 19 0 519212647 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 1 0 0 0
[pid=28001/tid=28124] ppid=27999 vsize=467256 CPUtime=0 cores=1,3,5,7
/proc/28001/task/28124/stat : 28124 (python) S 27999 28001 27821 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 19 0 519213157 478470144 8206 33554432000 4194304 5683644 140737103587488 18446744073709551615 270350207409 0 0 16781312 2 18446604465394565376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1984.96
Current children cumulated vsize (KiB) 16029804

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28001 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=946552
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=169974
# CPU time returned by wait4() is 3.11653
# while last known CPU time is 1984.96
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 500.518
CPU time (s): 1984.96
CPU user time (s): 1983.36
CPU system time (s): 1.6
CPU usage (%): 396.581
Max. virtual memory (cumulated for all children) (KiB): 16029804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.94655
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31606
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= 2977
involuntary context switches= 90

runsolver used 2.50362 second user time and 5.71913 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-01 18:31:15
IDJOB=3317136
IDBENCH=82601
IDSOLVER=1705
FILE ID=node143/3317136-1304267475
RUNJOBID= node143-1304267279-27840
PBS_JOBID= 13173936
Free space on /tmp= 73552 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S927774663-037-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-3317136-1304267475/watcher-3317136-1304267475 -o /tmp/evaluation-result-3317136-1304267475/solver-3317136-1304267475 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317136-1304267475.cnf -seed 1317240943 -budget 4800 -cores 4

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

MD5SUM BENCH= 950830e22ef92fb7f22c5b3c987a21f5
RANDOM SEED=1317240943

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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:     32951124 kB
MemFree:      30835236 kB
Buffers:        295144 kB
Cached:        1356404 kB
SwapCached:        168 kB
Active:         601116 kB
Inactive:      1215736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30835236 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           33328 kB
Writeback:          16 kB
AnonPages:      165056 kB
Mapped:          21428 kB
Slab:           228748 kB
PageTables:      10764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5831640 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= 73520 MiB
End job on node143 at 2011-05-01 18:39:38