Trace number 3317172

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) 2007.02 506.021

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1993071608-084-UNKNOWN.cnf
MD5SUM6a416a8eca39558555cbe083cf0c9cff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark591.01
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
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 540000
Number of clauses of size over 50

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3317172-1304267953.cnf
0.30/0.46	c INFO: computing task features
0.49/0.68	c INFO: computed variable-clause graph statistics
0.49/0.69	c INFO: computed clause balance statistics
1.48/1.69	c INFO: computed variable balance statistics
2.09/2.26	c INFO: computed small-clause counts
2.09/2.26	c INFO: computed Horn-clause counts
2.18/2.30	c INFO: computed variable graph statistics
2.18/2.30	c INFO: collected features for HOME/instance-3317172-1304267953.cnf in 1.84 s
2.18/2.33	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.38)
2.18/2.36	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.13)
2.18/2.39	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.08)
2.28/2.42	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.07)
401.94/102.57	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.05)
402.29/102.61	c INFO: running gnovelty+2@0 for 97 with 4697 remaining (b = 0.05)
402.29/102.65	c INFO: running FH@0 for 97 with 4697 remaining (b = 0.03)
402.29/102.68	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.03)
792.89/200.79	c INFO: running adaptg2wsat2009++@0 for 97 with 4599 remaining (b = 0.02)
801.24/202.84	c INFO: running FH@0 for 97 with 4597 remaining (b = 0.02)
801.54/202.90	c INFO: running hybridGM3@0 for 194 with 4597 remaining (b = 0.04)
801.54/202.94	c INFO: running gnovelty+2@0 for 97 with 4597 remaining (b = 0.02)
1192.18/301.02	c INFO: running hybridGM3@0 for 194 with 4499 remaining (b = 0.03)
1200.12/303.08	c INFO: running adaptg2wsat2009++@0 for 97 with 4497 remaining (b = 0.01)
1200.82/303.22	c INFO: running hybridGM3@0 for 194 with 4497 remaining (b = 0.03)
1583.53/399.37	c INFO: running hybridGM3@99 for 97 with 4401 remaining (b = 0.01)
1599.44/403.31	c INFO: running hybridGM3@0 for 194 with 4397 remaining (b = 0.02)
1969.66/496.52	c INFO: running hybridGM3@99 for 97 with 4303 remaining (b = 0.01)
1985.58/500.59	c INFO: running TNM@0 for 1552 with 4299 remaining (b = 0.19)
2006.18/505.71	c INFO: running FH@0 for 97 with 4294 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-3317172-1304267953/watcher-3317172-1304267953 -o /tmp/evaluation-result-3317172-1304267953/solver-3317172-1304267953 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317172-1304267953.cnf -seed 225418663 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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.85 7.05 4.00 5/233 10273
/proc/meminfo: memFree=30436676/32951124 swapFree=67106388/67111528
[pid=10273] ppid=10271 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/10273/stat : 10273 (python) R 10271 10273 9843 0 -1 4202496 859 0 0 0 0 0 0 0 25 0 1 0 519211586 16154624 741 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039655056 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10273/statm: 3944 741 335 364 0 431 0

[startup+0.0708301 s]
/proc/loadavg: 7.85 7.05 4.00 5/233 10273
/proc/meminfo: memFree=30436676/32951124 swapFree=67106388/67111528
[pid=10273] ppid=10271 vsize=56648 CPUtime=0.05 cores=0,2,4,6
/proc/10273/stat : 10273 (python) R 10271 10273 9843 0 -1 4202496 2087 0 0 0 4 1 0 0 25 0 1 0 519211586 58007552 1842 33554432000 4194304 5683644 140736101534944 18446744073709551615 212034692864 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10273/statm: 14162 1842 495 364 0 1285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 56648

[startup+0.100824 s]
/proc/loadavg: 7.85 7.05 4.00 5/233 10273
/proc/meminfo: memFree=30436676/32951124 swapFree=67106388/67111528
[pid=10273] ppid=10271 vsize=104232 CPUtime=0.06 cores=0,2,4,6
/proc/10273/stat : 10273 (python) R 10271 10273 9843 0 -1 4202496 3087 0 0 0 5 1 0 0 25 0 1 0 519211586 106733568 2768 33554432000 4194304 5683644 140736101534944 18446744073709551615 5116756 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10273/statm: 26058 2768 847 364 0 1806 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104232

[startup+0.300759 s]
/proc/loadavg: 7.85 7.05 4.00 5/233 10273
/proc/meminfo: memFree=30436676/32951124 swapFree=67106388/67111528
[pid=10273] ppid=10271 vsize=187744 CPUtime=0.22 cores=0,2,4,6
/proc/10273/stat : 10273 (python) R 10271 10273 9843 0 -1 4202496 6795 935 1 0 17 5 0 0 17 0 1 0 519211586 192249856 4861 33554432000 4194304 5683644 140736101534944 18446744073709551615 212034692584 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10273/statm: 46936 4862 1381 364 0 3724 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 187744

[startup+0.700674 s]
/proc/loadavg: 7.85 7.05 4.00 5/233 10273
/proc/meminfo: memFree=30436676/32951124 swapFree=67106388/67111528
[pid=10273] ppid=10271 vsize=290800 CPUtime=0.58 cores=0,2,4,6
/proc/10273/stat : 10273 (python) R 10271 10273 9843 0 -1 4202496 14006 935 1 0 50 8 0 0 17 0 1 0 519211586 297779200 10085 33554432000 4194304 5683644 140736101534944 18446744073709551615 212043063977 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10273/statm: 72700 10085 1826 364 0 8624 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 290800

[startup+1.50053 s]
/proc/loadavg: 7.62 7.02 4.01 6/234 10278
/proc/meminfo: memFree=30402444/32951124 swapFree=67106388/67111528
[pid=10273] ppid=10271 vsize=290800 CPUtime=1.38 cores=0,2,4,6
/proc/10273/stat : 10273 (python) R 10271 10273 9843 0 -1 4202496 14006 935 1 0 130 8 0 0 19 0 1 0 519211586 297779200 10085 33554432000 4194304 5683644 140736101534944 18446744073709551615 4500664 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10273/statm: 72700 10085 1826 364 0 8624 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 290800

[startup+3.1002 s]
/proc/loadavg: 7.62 7.02 4.01 6/234 10278
/proc/meminfo: memFree=30402196/32951124 swapFree=67106388/67111528
[pid=10273] ppid=10271 vsize=325512 CPUtime=2.31 cores=0,2,4,6
/proc/10273/stat : 10273 (python) S 10271 10273 9843 0 -1 4202496 16943 935 1 0 222 9 0 0 19 0 5 0 519211586 333324288 8577 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10273/statm: 81378 8577 1883 364 0 17287 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 325512
heavy processes:

[startup+6.30063 s]
/proc/loadavg: 7.62 7.02 4.01 9/246 10290
/proc/meminfo: memFree=30367396/32951124 swapFree=67106388/67111528
[pid=10273] ppid=10271 vsize=325512 CPUtime=2.31 cores=0,2,4,6
/proc/10273/stat : 10273 (python) S 10271 10273 9843 0 -1 4202496 16943 935 1 0 222 9 0 0 19 0 5 0 519211586 333324288 8577 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10273/statm: 81378 8577 1883 364 0 17287 0
[pid=10279] ppid=10273 vsize=284984 CPUtime=0 cores=0,2,4,6
/proc/10279/stat : 10279 (python) S 10273 10273 9843 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 519211820 291823616 6899 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675407 0 0 16781312 514 4513551311408431362 0 0 17 4 0 0 0
/proc/10279/statm: 71246 6899 355 364 0 7164 0
[pid=10281] ppid=10279 vsize=1020308 CPUtime=3.95 cores=0,2,4,6
/proc/10281/stat : 10281 (gnovelty+2) R 10279 10281 10281 0 -1 4202496 1155 0 0 0 395 0 0 0 25 0 1 0 519211820 1044795392 892 33554432000 134512640 135663704 4291274784 18446744073709551615 134544225 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10281/statm: 255077 892 113 282 0 254793 0
[pid=10282] ppid=10273 vsize=295004 CPUtime=0 cores=0,2,4,6
/proc/10282/stat : 10282 (python) S 10273 10273 9843 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 519211823 302084096 7032 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675462 0 0 16781312 514 4329811648412877060 0 0 17 4 0 0 0
/proc/10282/statm: 73751 7032 349 364 0 9666 0
[pid=10284] ppid=10282 vsize=1020308 CPUtime=3.92 cores=0,2,4,6
/proc/10284/stat : 10284 (gnovelty+2) R 10282 10284 10284 0 -1 4202496 1154 0 0 0 392 0 0 0 25 0 1 0 519211823 1044795392 892 33554432000 134512640 135663704 4292949728 18446744073709551615 134524461 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10284/statm: 255077 892 113 282 0 254793 0
[pid=10285] ppid=10273 vsize=305228 CPUtime=0 cores=0,2,4,6
/proc/10285/stat : 10285 (python) S 10273 10273 9843 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 519211826 312553472 7036 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675462 0 0 16781312 514 4434492027324825860 0 0 17 2 0 0 0
/proc/10285/statm: 76307 7036 349 364 0 12219 0
[pid=10287] ppid=10285 vsize=423400 CPUtime=3.89 cores=0,2,4,6
/proc/10287/stat : 10287 (adaptg2wsat2009) R 10285 10287 10287 0 -1 4202496 2624 0 0 0 388 1 0 0 25 0 1 0 519211826 433561600 2357 33554432000 134512640 135107411 4294190240 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10287/statm: 105850 2357 59 146 0 104726 0
[pid=10288] ppid=10273 vsize=315552 CPUtime=0 cores=0,2,4,6
/proc/10288/stat : 10288 (python) S 10273 10273 9843 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 519211829 323125248 7040 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675462 0 0 16781312 514 4425548599744495875 0 0 17 4 0 0 0
/proc/10288/statm: 78888 7040 349 364 0 14797 0
[pid=10290] ppid=10288 vsize=423400 CPUtime=3.83 cores=0,2,4,6
/proc/10290/stat : 10290 (adaptg2wsat2009) R 10288 10290 10290 0 -1 4202496 2624 0 0 0 383 0 0 0 25 0 1 0 519211829 433561600 2358 33554432000 134512640 135107411 4291371888 18446744073709551615 134531792 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10290/statm: 105850 2358 59 146 0 104726 0
[pid=10273/tid=10280] ppid=10271 vsize=325512 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10280/stat : 10280 (python) S 10271 10273 9843 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 5 0 519211820 333324288 8577 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 6 0 0 0
[pid=10273/tid=10283] ppid=10271 vsize=325512 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10283/stat : 10283 (python) S 10271 10273 9843 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 519211823 333324288 8577 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
[pid=10273/tid=10286] ppid=10271 vsize=325512 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10286/stat : 10286 (python) S 10271 10273 9843 0 -1 4202560 21 935 0 0 0 0 0 0 22 0 5 0 519211826 333324288 8577 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 2 0 0 0
[pid=10273/tid=10289] ppid=10271 vsize=325512 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10289/stat : 10289 (python) S 10271 10273 9843 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 519211829 333324288 8577 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 17.9
Current children cumulated vsize (KiB) 4413696

[startup+12.7015 s]
/proc/loadavg: 7.68 7.05 4.05 9/246 10290
/proc/meminfo: memFree=30365936/32951124 swapFree=67106388/67111528
[pid=10273] ppid=10271 vsize=325512 CPUtime=2.31 cores=0,2,4,6
/proc/10273/stat : 10273 (python) S 10271 10273 9843 0 -1 4202496 16943 935 1 0 222 9 0 0 19 0 5 0 519211586 333324288 8577 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10273/statm: 81378 8577 1883 364 0 17287 0
[pid=10279] ppid=10273 vsize=284984 CPUtime=0.01 cores=0,2,4,6
/proc/10279/stat : 10279 (python) S 10273 10273 9843 0 -1 4202560 905 0 0 0 0 1 0 0 18 0 1 0 519211820 291823616 6922 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675407 0 0 16781312 514 14205813376168198402 0 0 17 4 0 0 0
/proc/10279/statm: 71246 6922 378 364 0 7164 0
[pid=10281] ppid=10279 vsize=1020308 CPUtime=10.35 cores=0,2,4,6
/proc/10281/stat : 10281 (gnovelty+2) R 10279 10281 10281 0 -1 4202496 1155 0 0 0 1035 0 0 0 25 0 1 0 519211820 1044795392 892 33554432000 134512640 135663704 4291274784 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10281/statm: 255077 892 113 282 0 254793 0
[pid=10282] ppid=10273 vsize=295004 CPUtime=0.01 cores=0,2,4,6
/proc/10282/stat : 10282 (python) S 10273 10273 9843 0 -1 4202560 900 0 0 0 0 1 0 0 18 0 1 0 519211823 302084096 7055 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675462 0 0 16781312 514 14205813376168198404 0 0 17 4 0 0 0
/proc/10282/statm: 73751 7055 372 364 0 9666 0
[pid=10284] ppid=10282 vsize=1020308 CPUtime=10.27 cores=0,2,4,6
/proc/10284/stat : 10284 (gnovelty+2) R 10282 10284 10284 0 -1 4202496 1154 0 0 0 1027 0 0 0 25 0 1 0 519211823 1044795392 892 33554432000 134512640 135663704 4292949728 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10284/statm: 255077 892 113 282 0 254793 0
[pid=10285] ppid=10273 vsize=305228 CPUtime=0.02 cores=0,2,4,6
/proc/10285/stat : 10285 (python) S 10273 10273 9843 0 -1 4202560 908 0 0 0 1 1 0 0 18 0 1 0 519211826 312553472 7059 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675462 0 0 16781312 514 14205813376168198404 0 0 17 2 0 0 0
/proc/10285/statm: 76307 7059 372 364 0 12219 0
[pid=10287] ppid=10285 vsize=423400 CPUtime=10.27 cores=0,2,4,6
/proc/10287/stat : 10287 (adaptg2wsat2009) R 10285 10287 10287 0 -1 4202496 2624 0 0 0 1026 1 0 0 25 0 1 0 519211826 433561600 2357 33554432000 134512640 135107411 4294190240 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10287/statm: 105850 2357 59 146 0 104726 0
[pid=10288] ppid=10273 vsize=315552 CPUtime=0.02 cores=0,2,4,6
/proc/10288/stat : 10288 (python) S 10273 10273 9843 0 -1 4202560 934 0 0 0 1 1 0 0 18 0 1 0 519211829 323125248 7063 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675462 0 0 16781312 514 14205813376168198403 0 0 17 4 0 0 0
/proc/10288/statm: 78888 7063 372 364 0 14797 0
[pid=10290] ppid=10288 vsize=423400 CPUtime=10.18 cores=0,2,4,6
/proc/10290/stat : 10290 (adaptg2wsat2009) R 10288 10290 10290 0 -1 4202496 2624 0 0 0 1018 0 0 0 25 0 1 0 519211829 433561600 2358 33554432000 134512640 135107411 4291371888 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10290/statm: 105850 2358 59 146 0 104726 0
[pid=10273/tid=10280] ppid=10271 vsize=325512 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10280/stat : 10280 (python) S 10271 10273 9843 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 5 0 519211820 333324288 8577 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 6 0 0 0
[pid=10273/tid=10283] ppid=10271 vsize=325512 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10283/stat : 10283 (python) S 10271 10273 9843 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 519211823 333324288 8577 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
[pid=10273/tid=10286] ppid=10271 vsize=325512 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10286/stat : 10286 (python) S 10271 10273 9843 0 -1 4202560 21 935 0 0 0 0 0 0 22 0 5 0 519211826 333324288 8577 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 2 0 0 0
[pid=10273/tid=10289] ppid=10271 vsize=325512 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10289/stat : 10289 (python) S 10271 10273 9843 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 519211829 333324288 8577 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 43.44
Current children cumulated vsize (KiB) 4413696

[startup+25.5012 s]
/proc/loadavg: 7.80 7.10 4.10 9/246 10290
/proc/meminfo: memFree=30366072/32951124 swapFree=67106388/67111528
[pid=10273] ppid=10271 vsize=325512 CPUtime=2.31 cores=0,2,4,6
/proc/10273/stat : 10273 (python) S 10271 10273 9843 0 -1 4202496 16943 935 1 0 222 9 0 0 19 0 5 0 519211586 333324288 8577 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10273/statm: 81378 8577 1883 364 0 17287 0
[pid=10279] ppid=10273 vsize=284984 CPUtime=0.02 cores=0,2,4,6
/proc/10279/stat : 10279 (python) S 10273 10273 9843 0 -1 4202560 909 0 0 0 1 1 0 0 18 0 1 0 519211820 291823616 6922 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675407 0 0 16781312 514 14205813376168198402 0 0 17 4 0 0 0
/proc/10279/statm: 71246 6922 378 364 0 7164 0
[pid=10281] ppid=10279 vsize=1020308 CPUtime=23.15 cores=0,2,4,6
/proc/10281/stat : 10281 (gnovelty+2) R 10279 10281 10281 0 -1 4202496 1155 0 0 0 2315 0 0 0 25 0 1 0 519211820 1044795392 892 33554432000 134512640 135663704 4291274784 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10281/statm: 255077 892 113 282 0 254793 0
[pid=10282] ppid=10273 vsize=295004 CPUtime=0.03 cores=0,2,4,6
/proc/10282/stat : 10282 (python) S 10273 10273 9843 0 -1 4202560 904 0 0 0 1 2 0 0 18 0 1 0 519211823 302084096 7055 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675462 0 0 16781312 514 14205813376168198404 0 0 17 4 0 0 0
/proc/10282/statm: 73751 7055 372 364 0 9666 0
[pid=10284] ppid=10282 vsize=1020308 CPUtime=23.01 cores=0,2,4,6
/proc/10284/stat : 10284 (gnovelty+2) R 10282 10284 10284 0 -1 4202496 1154 0 0 0 2301 0 0 0 25 0 1 0 519211823 1044795392 892 33554432000 134512640 135663704 4292949728 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10284/statm: 255077 892 113 282 0 254793 0
[pid=10285] ppid=10273 vsize=305228 CPUtime=0.02 cores=0,2,4,6
/proc/10285/stat : 10285 (python) S 10273 10273 9843 0 -1 4202560 912 0 0 0 1 1 0 0 18 0 1 0 519211826 312553472 7059 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675462 0 0 16781312 514 14205813376168198404 0 0 17 2 0 0 0
/proc/10285/statm: 76307 7059 372 364 0 12219 0
[pid=10287] ppid=10285 vsize=423400 CPUtime=23.05 cores=0,2,4,6
/proc/10287/stat : 10287 (adaptg2wsat2009) R 10285 10287 10287 0 -1 4202496 2624 0 0 0 2304 1 0 0 25 0 1 0 519211826 433561600 2357 33554432000 134512640 135107411 4294190240 18446744073709551615 134531561 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10287/statm: 105850 2357 59 146 0 104726 0
[pid=10288] ppid=10273 vsize=315552 CPUtime=0.03 cores=0,2,4,6
/proc/10288/stat : 10288 (python) S 10273 10273 9843 0 -1 4202560 938 0 0 0 1 2 0 0 18 0 1 0 519211829 323125248 7063 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675462 0 0 16781312 514 14205813376168198403 0 0 17 4 0 0 0
/proc/10288/statm: 78888 7063 372 364 0 14797 0
[pid=10290] ppid=10288 vsize=423400 CPUtime=22.88 cores=0,2,4,6
/proc/10290/stat : 10290 (adaptg2wsat2009) R 10288 10290 10290 0 -1 4202496 2624 0 0 0 2288 0 0 0 25 0 1 0 519211829 433561600 2358 33554432000 134512640 135107411 4291371888 18446744073709551615 134547619 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10290/statm: 105850 2358 59 146 0 104726 0
[pid=10273/tid=10280] ppid=10271 vsize=325512 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10280/stat : 10280 (python) S 10271 10273 9843 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 5 0 519211820 333324288 8577 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 6 0 0 0
[pid=10273/tid=10283] ppid=10271 vsize=325512 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10283/stat : 10283 (python) S 10271 10273 9843 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 519211823 333324288 8577 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
[pid=10273/tid=10286] ppid=10271 vsize=325512 CPUtime=0 cores=0,2,4,6

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

/proc/10287/stat : 10287 (adaptg2wsat2009) T 10285 10287 10287 0 -1 4202496 2624 0 0 0 9998 1 0 0 25 0 1 0 519211826 433561600 2357 33554432000 134512640 135107411 4294190240 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10287/statm: 105850 2357 59 146 0 104726 0
[pid=10285/tid=10310] ppid=10273 vsize=305228 CPUtime=0 cores=0,2,4,6
/proc/10285/task/10310/stat : 10310 (python) S 10273 10273 9843 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519221844 312553472 7088 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 514 18446604453945178880 0 0 -1 2 0 0 0
[pid=10288] ppid=10273 vsize=315552 CPUtime=0.16 cores=0,2,4,6
/proc/10288/stat : 10288 (python) S 10273 10273 9843 0 -1 4202560 1119 0 0 0 8 8 0 0 19 0 2 0 519211829 323125248 7092 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10288/statm: 78888 7092 400 364 0 14797 0
[pid=10290] ppid=10288 vsize=423400 CPUtime=99.4 cores=0,2,4,6
/proc/10290/stat : 10290 (adaptg2wsat2009) T 10288 10290 10290 0 -1 4202496 2624 0 0 0 9940 0 0 0 25 0 1 0 519211829 433561600 2358 33554432000 134512640 135107411 4291371888 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10290/statm: 105850 2358 59 146 0 104726 0
[pid=10288/tid=10313] ppid=10273 vsize=315552 CPUtime=0 cores=0,2,4,6
/proc/10288/task/10313/stat : 10313 (python) S 10273 10273 9843 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519221845 323125248 7092 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 514 18446604453943096576 0 0 -1 2 0 0 0
[pid=10311] ppid=10273 vsize=325956 CPUtime=0.16 cores=0,2,4,6
/proc/10311/stat : 10311 (python) S 10273 10273 9843 0 -1 4202560 1131 0 0 0 7 9 0 0 19 0 2 0 519221844 333778944 7096 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10311/statm: 81489 7096 400 364 0 17395 0
[pid=10315] ppid=10311 vsize=423400 CPUtime=98.16 cores=0,2,4,6
/proc/10315/stat : 10315 (adaptg2wsat2009) T 10311 10315 10315 0 -1 4202496 2624 0 0 0 9816 0 0 0 25 0 1 0 519221845 433561600 2357 33554432000 134512640 135107411 4290119872 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10315/statm: 105850 2357 59 146 0 104726 0
[pid=10311/tid=10340] ppid=10273 vsize=325956 CPUtime=0 cores=0,2,4,6
/proc/10311/task/10340/stat : 10340 (python) S 10273 10273 9843 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 519231662 333778944 7096 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 514 18446604453915268352 0 0 -1 6 0 0 0
[pid=10316] ppid=10273 vsize=336296 CPUtime=0.16 cores=0,2,4,6
/proc/10316/stat : 10316 (python) S 10273 10273 9843 0 -1 4202560 1133 0 0 0 8 8 0 0 19 0 2 0 519221848 344367104 7100 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10316/statm: 84074 7100 400 364 0 19977 0
[pid=10318] ppid=10316 vsize=1020308 CPUtime=100.2 cores=0,2,4,6
/proc/10318/stat : 10318 (gnovelty+2) T 10316 10318 10318 0 -1 4202496 1156 0 0 0 10020 0 0 0 25 0 1 0 519221848 1044795392 892 33554432000 134512640 135663704 4289897488 18446744073709551615 134546940 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10318/statm: 255077 892 113 282 0 254793 0
[pid=10316/tid=10345] ppid=10273 vsize=336296 CPUtime=0 cores=0,2,4,6
/proc/10316/task/10345/stat : 10345 (python) S 10273 10273 9843 0 -1 4202560 54 0 0 0 0 0 0 0 19 0 2 0 519231870 344367104 7100 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 514 18446604453927294976 0 0 -1 6 0 0 0
[pid=10319] ppid=10273 vsize=346408 CPUtime=0.16 cores=0,2,4,6
/proc/10319/stat : 10319 (python) S 10273 10273 9843 0 -1 4202560 1202 0 0 0 8 8 0 0 19 0 2 0 519221851 354721792 7118 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10319/statm: 86602 7118 406 364 0 22502 0
[pid=10321] ppid=10319 vsize=253036 CPUtime=98.14 cores=0,2,4,6
/proc/10321/stat : 10321 (FH) T 10319 10321 10321 0 -1 4202496 2501 0 0 0 9814 0 0 0 25 0 1 0 519221852 259108864 2235 33554432000 134512640 134936988 4294854144 18446744073709551615 134544749 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10321/statm: 63259 2235 41 104 0 62763 0
[pid=10319/tid=10344] ppid=10273 vsize=346408 CPUtime=0 cores=0,2,4,6
/proc/10319/task/10344/stat : 10344 (python) S 10273 10273 9843 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519231867 354721792 7118 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 514 18446604453915269248 0 0 -1 0 0 0 0
[pid=10322] ppid=10273 vsize=356860 CPUtime=0.17 cores=0,2,4,6
/proc/10322/stat : 10322 (python) S 10273 10273 9843 0 -1 4202560 1183 0 0 0 9 8 0 0 19 0 2 0 519221855 365424640 7122 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10322/statm: 89215 7122 406 364 0 25112 0
[pid=10324] ppid=10322 vsize=423400 CPUtime=99.81 cores=0,2,4,6
/proc/10324/stat : 10324 (adaptg2wsat2009) T 10322 10324 10324 0 -1 4202496 2628 0 0 0 9981 0 0 0 25 0 1 0 519221856 433561600 2357 33554432000 134512640 135107411 4291579216 18446744073709551615 134531731 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10324/statm: 105850 2357 59 146 0 104726 0
[pid=10322/tid=10349] ppid=10273 vsize=356860 CPUtime=0 cores=0,2,4,6
/proc/10322/task/10349/stat : 10349 (python) S 10273 10273 9843 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519231875 365424640 7122 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 514 18446604453904938304 0 0 -1 6 0 0 0
[pid=10341] ppid=10273 vsize=366972 CPUtime=0.18 cores=0,2,4,6
/proc/10341/stat : 10341 (python) S 10273 10273 9843 0 -1 4202560 1160 0 0 0 10 8 0 0 19 0 2 0 519231666 375779328 7133 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10341/statm: 91743 7133 400 364 0 27637 0
[pid=10343] ppid=10341 vsize=423400 CPUtime=99.97 cores=0,2,4,6
/proc/10343/stat : 10343 (adaptg2wsat2009) T 10341 10343 10343 0 -1 4202496 2631 0 0 0 9997 0 0 0 25 0 1 0 519231666 433561600 2358 33554432000 134512640 135107411 4291002032 18446744073709551615 134531584 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10343/statm: 105850 2358 59 146 0 104726 0
[pid=10341/tid=10364] ppid=10273 vsize=366972 CPUtime=0 cores=0,2,4,6
/proc/10341/task/10364/stat : 10364 (python) S 10273 10273 9843 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519241684 375779328 7133 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 514 18446604453951738304 0 0 -1 0 0 0 0
[pid=10346] ppid=10273 vsize=377456 CPUtime=0.18 cores=0,2,4,6
/proc/10346/stat : 10346 (python) S 10273 10273 9843 0 -1 4202560 1164 0 0 0 9 9 0 0 19 0 2 0 519231871 386514944 7137 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10346/statm: 94364 7137 400 364 0 30255 0
[pid=10348] ppid=10346 vsize=253032 CPUtime=99.97 cores=0,2,4,6
/proc/10348/stat : 10348 (FH) T 10346 10348 10348 0 -1 4202496 2505 0 0 0 9997 0 0 0 25 0 1 0 519231872 259104768 2235 33554432000 134512640 134936988 4293813040 18446744073709551615 134545312 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10348/statm: 63258 2235 41 104 0 62762 0
[pid=10346/tid=10368] ppid=10273 vsize=377456 CPUtime=0 cores=0,2,4,6
/proc/10346/task/10368/stat : 10368 (python) S 10273 10273 9843 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519241891 386514944 7137 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 514 18446604453913414720 0 0 -1 2 0 0 0
[pid=10350] ppid=10273 vsize=387516 CPUtime=0.54 cores=0,2,4,6
/proc/10350/stat : 10350 (python) S 10273 10273 9843 0 -1 4202560 1199 0 0 0 25 29 0 0 18 0 2 0 519231877 396816384 7162 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10350/statm: 96879 7162 400 364 0 32767 0
[pid=10352] ppid=10350 vsize=268424 CPUtime=295.79 cores=0,2,4,6
/proc/10352/stat : 10352 (hybridGM3) T 10350 10352 10352 0 -1 4202496 6190 0 0 0 29578 1 0 0 25 0 1 0 519231877 274866176 5919 33554432000 134512640 135204385 4289926816 18446744073709551615 134537792 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10352/statm: 67106 5919 63 169 0 66936 0
[pid=10350/tid=10476] ppid=10273 vsize=387516 CPUtime=0 cores=0,2,4,6
/proc/10350/task/10476/stat : 10476 (python) S 10273 10273 9843 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 519251519 396816384 7162 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 514 18446604453944321280 0 0 -1 0 0 0 0
[pid=10353] ppid=10273 vsize=398380 CPUtime=0.18 cores=0,2,4,6
/proc/10353/stat : 10353 (python) S 10273 10273 9843 0 -1 4202560 1172 0 0 0 9 9 0 0 19 0 2 0 519231881 407941120 7166 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10353/statm: 99595 7166 400 364 0 35480 0
[pid=10355] ppid=10353 vsize=1020308 CPUtime=99.86 cores=0,2,4,6
/proc/10355/stat : 10355 (gnovelty+2) T 10353 10355 10355 0 -1 4202496 1161 0 0 0 9986 0 0 0 25 0 1 0 519231882 1044795392 891 33554432000 134512640 135663704 4290633072 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10355/statm: 255077 891 113 282 0 254793 0
[pid=10353/tid=10372] ppid=10273 vsize=398380 CPUtime=0 cores=0,2,4,6
/proc/10353/task/10372/stat : 10372 (python) S 10273 10273 9843 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 519241904 407941120 7166 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 514 18446604453973748672 0 0 -1 4 0 0 0
[pid=10365] ppid=10273 vsize=408152 CPUtime=0.37 cores=0,2,4,6
/proc/10365/stat : 10365 (python) S 10273 10273 9843 0 -1 4202560 1197 0 0 0 20 17 0 0 18 0 2 0 519241689 417947648 7271 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675462 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10365/statm: 102038 7271 399 364 0 37920 0
[pid=10367] ppid=10365 vsize=268424 CPUtime=204.73 cores=0,2,4,6
/proc/10367/stat : 10367 (hybridGM3) R 10365 10367 10367 0 -1 4202496 6192 0 0 0 20471 2 0 0 25 0 1 0 519241689 274866176 5921 33554432000 134512640 135204385 4294430832 18446744073709551615 134538264 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10367/statm: 67106 5921 63 169 0 66936 0
[pid=10365/tid=10528] ppid=10273 vsize=408152 CPUtime=0 cores=0,2,4,6
/proc/10365/task/10528/stat : 10528 (python) S 10273 10273 9843 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519261234 417947648 7271 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 514 18446604453914792064 0 0 -1 4 0 0 0
[pid=10369] ppid=10273 vsize=418936 CPUtime=0.18 cores=0,2,4,6
/proc/10369/stat : 10369 (python) S 10273 10273 9843 0 -1 4202560 1171 0 0 0 8 10 0 0 19 0 2 0 519241895 428990464 7277 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10369/statm: 104734 7277 400 364 0 40613 0
[pid=10371] ppid=10369 vsize=423400 CPUtime=99.45 cores=0,2,4,6
/proc/10371/stat : 10371 (adaptg2wsat2009) T 10369 10371 10371 0 -1 4202496 2633 0 0 0 9945 0 0 0 25 0 1 0 519241896 433561600 2358 33554432000 134512640 135107411 4286678912 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10371/statm: 105850 2358 59 146 0 104726 0
[pid=10369/tid=10477] ppid=10273 vsize=418936 CPUtime=0 cores=0,2,4,6
/proc/10369/task/10477/stat : 10477 (python) S 10273 10273 9843 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519251913 428990464 7277 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 514 18446604440278878080 0 0 -1 0 0 0 0
[pid=10373] ppid=10273 vsize=429020 CPUtime=0.37 cores=0,2,4,6
/proc/10373/stat : 10373 (python) S 10273 10273 9843 0 -1 4202560 1238 0 0 0 19 18 0 0 19 0 2 0 519241909 439316480 7300 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10373/statm: 107255 7300 408 364 0 43131 0
[pid=10375] ppid=10373 vsize=268420 CPUtime=197.77 cores=0,2,4,6
/proc/10375/stat : 10375 (hybridGM3) T 10373 10375 10375 0 -1 4202496 6193 0 0 0 19775 2 0 0 25 0 1 0 519241909 274862080 5919 33554432000 134512640 135204385 4287491696 18446744073709551615 134538284 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10375/statm: 67105 5919 63 169 0 66935 0
[pid=10373/tid=10532] ppid=10273 vsize=429020 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10532/stat : 10532 (python) S 10273 10273 9843 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519262153 439316480 7300 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 514 18446604453915267456 0 0 -1 4 0 0 0
[pid=10478] ppid=10273 vsize=439316 CPUtime=0.18 cores=0,2,4,6
/proc/10478/stat : 10478 (python) S 10273 10273 9843 0 -1 4202560 1072 0 0 0 9 9 0 0 18 0 1 0 519251918 449859584 7275 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675462 0 0 16781312 514 14205813376168198401 0 0 17 4 0 0 0
/proc/10478/statm: 109829 7275 380 364 0 45702 0
[pid=10480] ppid=10478 vsize=268420 CPUtime=101.9 cores=0,2,4,6
/proc/10480/stat : 10480 (hybridGM3) R 10478 10480 10480 0 -1 4202496 6198 0 0 0 10188 2 0 0 25 0 1 0 519251918 274862080 5919 33554432000 134512640 135204385 4293414416 18446744073709551615 134537726 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10480/statm: 67105 5919 63 169 0 66935 0
[pid=10529] ppid=10273 vsize=449860 CPUtime=0 cores=0,2,4,6
/proc/10529/stat : 10529 (python) S 10273 10273 9843 0 -1 4202560 1041 0 0 0 0 0 0 0 18 0 1 0 519261646 460656640 7273 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675462 0 0 16781312 514 4390964835882336516 0 0 17 2 0 0 0
/proc/10529/statm: 112465 7273 374 364 0 48335 0
[pid=10531] ppid=10529 vsize=461508 CPUtime=5.3 cores=0,2,4,6
/proc/10531/stat : 10531 (TNM) R 10529 10531 10531 0 -1 4202496 2469 0 0 0 530 0 0 0 25 0 1 0 519261646 472584192 2196 33554432000 134512640 135008748 4287648656 18446744073709551615 134529448 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10531/statm: 115377 2196 46 122 0 114277 0
[pid=10533] ppid=10273 vsize=460040 CPUtime=0 cores=0,2,4,6
/proc/10533/stat : 10533 (python) S 10273 10273 9843 0 -1 4202560 827 0 0 0 0 0 0 0 19 0 1 0 519262158 471080960 7250 33554432000 4194304 5683644 140736101534944 18446744073709551615 212039675462 0 0 16781312 514 4609545548460982271 0 0 17 0 0 0 0
/proc/10533/statm: 115010 7250 347 364 0 50877 0
[pid=10535] ppid=10533 vsize=248616 CPUtime=0.19 cores=0,2,4,6
/proc/10535/stat : 10535 (FH) R 10533 10535 10535 0 -1 4202496 1486 0 0 0 19 0 0 0 21 0 1 0 519262158 254582784 1214 33554432000 134512640 134936988 4291887472 18446744073709551615 134523454 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10535/statm: 62154 1214 37 104 0 61658 0
[pid=10273/tid=10280] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10280/stat : 10280 (python) S 10271 10273 9843 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 19 0 519211820 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 6 0 0 0
[pid=10273/tid=10283] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10283/stat : 10283 (python) S 10271 10273 9843 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 19 0 519211823 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
[pid=10273/tid=10286] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10286/stat : 10286 (python) S 10271 10273 9843 0 -1 4202560 21 935 0 0 0 0 0 0 22 0 19 0 519211826 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 2 0 0 0
[pid=10273/tid=10289] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10289/stat : 10289 (python) S 10271 10273 9843 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 19 0 519211829 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
[pid=10273/tid=10312] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10312/stat : 10312 (python) S 10271 10273 9843 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 19 0 519221844 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 6 0 0 0
[pid=10273/tid=10317] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10317/stat : 10317 (python) S 10271 10273 9843 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 19 0 519221848 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 2 0 0 0
[pid=10273/tid=10320] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10320/stat : 10320 (python) S 10271 10273 9843 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 19 0 519221852 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
[pid=10273/tid=10323] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10323/stat : 10323 (python) S 10271 10273 9843 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 19 0 519221856 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
[pid=10273/tid=10342] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10342/stat : 10342 (python) S 10271 10273 9843 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 19 0 519231666 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
[pid=10273/tid=10347] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10347/stat : 10347 (python) S 10271 10273 9843 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 19 0 519231871 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 2 0 0 0
[pid=10273/tid=10351] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10351/stat : 10351 (python) S 10271 10273 9843 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 19 0 519231877 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
[pid=10273/tid=10354] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10354/stat : 10354 (python) S 10271 10273 9843 0 -1 4202560 31 935 0 0 0 0 0 0 22 0 19 0 519231882 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
[pid=10273/tid=10366] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10366/stat : 10366 (python) S 10271 10273 9843 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 19 0 519241689 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
[pid=10273/tid=10370] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10370/stat : 10370 (python) S 10271 10273 9843 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 19 0 519241895 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
[pid=10273/tid=10374] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10374/stat : 10374 (python) S 10271 10273 9843 0 -1 4202560 29 935 0 0 0 0 0 0 21 0 19 0 519241909 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
[pid=10273/tid=10479] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10479/stat : 10479 (python) S 10271 10273 9843 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 19 0 519251918 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 4 0 0 0
[pid=10273/tid=10530] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10530/stat : 10530 (python) S 10271 10273 9843 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 19 0 519261646 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 0 0 0 0
[pid=10273/tid=10534] ppid=10271 vsize=469676 CPUtime=0 cores=0,2,4,6
/proc/10273/task/10534/stat : 10534 (python) S 10271 10273 9843 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 19 0 519262158 480948224 8818 33554432000 4194304 5683644 140736101534944 18446744073709551615 212051478961 0 0 16781312 2 18446604453944323072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2007.02
Current children cumulated vsize (KiB) 16093368

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 506.021
CPU time (s): 2007.02
CPU user time (s): 2005.07
CPU system time (s): 1.95
CPU usage (%): 396.628
Max. virtual memory (cumulated for all children) (KiB): 16093368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.90456
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32043
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= 1114
involuntary context switches= 81

runsolver used 2.90756 second user time and 5.94909 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-01 18:39:13
IDJOB=3317172
IDBENCH=82637
IDSOLVER=1705
FILE ID=node146/3317172-1304267953
RUNJOBID= node146-1304267279-9861
PBS_JOBID= 13173933
Free space on /tmp= 73320 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S1993071608-084-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-3317172-1304267953/watcher-3317172-1304267953 -o /tmp/evaluation-result-3317172-1304267953/solver-3317172-1304267953 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317172-1304267953.cnf -seed 225418663 -budget 4800 -cores 4

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

MD5SUM BENCH= 6a416a8eca39558555cbe083cf0c9cff
RANDOM SEED=225418663

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30436832 kB
Buffers:        462632 kB
Cached:        1295636 kB
SwapCached:        888 kB
Active:         605612 kB
Inactive:      1517652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30436832 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:           33424 kB
Writeback:           0 kB
AnonPages:      364408 kB
Mapped:          23292 kB
Slab:           317152 kB
PageTables:      14012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 21096348 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= 73280 MiB
End job on node146 at 2011-05-01 18:47:41