Trace number 3378221

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)? (MO) 2021.18 510.472

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1264065752-051-UNKNOWN.cnf
MD5SUMfafa522767a4e86ea9e03f34c2fb7311
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark279.102
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.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3378221-1305463849.cnf
0.32/0.46	c INFO: computing task features
0.51/0.67	c INFO: computed variable-clause graph statistics
0.51/0.68	c INFO: computed clause balance statistics
1.61/1.74	c INFO: computed variable balance statistics
2.21/2.32	c INFO: computed small-clause counts
2.21/2.32	c INFO: computed Horn-clause counts
2.21/2.37	c INFO: computed variable graph statistics
2.21/2.37	c INFO: collected features for HOME/instance-3378221-1305463849.cnf in 1.89 s
2.21/2.38	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
2.21/2.39	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.13)
2.21/2.40	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.08)
2.31/2.41	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.07)
398.04/101.75	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.05)
402.02/102.71	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.05)
402.02/102.73	c INFO: running FH@0 for 97 with 1097 remaining (b = 0.03)
402.02/102.74	c INFO: running adaptg2wsat2009++@0 for 97 with 1097 remaining (b = 0.03)
796.84/202.07	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.02)
800.79/203.05	c INFO: running FH@0 for 97 with 997 remaining (b = 0.02)
801.14/203.15	c INFO: running hybridGM3@0 for 194 with 997 remaining (b = 0.04)
820.63/208.09	c INFO: running gnovelty+2@0 for 97 with 992 remaining (b = 0.02)
1191.65/301.41	c INFO: running hybridGM3@0 for 194 with 899 remaining (b = 0.03)
1194.70/302.39	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.01)
1239.68/313.50	c INFO: running hybridGM3@0 for 194 with 886 remaining (b = 0.03)
1578.93/398.88	c INFO: running hybridGM3@102 for 97 with 801 remaining (b = 0.01)
1594.38/402.74	c INFO: running hybridGM3@0 for 194 with 797 remaining (b = 0.02)
1981.06/500.22	c INFO: running TNM@0 for 700 with 700 remaining (b = 0.08)
1985.03/501.23	c INFO: running hybridGM3@98 for 97 with 699 remaining (b = 0.01)
2020.71/510.24	c INFO: running FH@0 for 97 with 690 remaining (b = 0.01)
2021.18/510.42	c INFO: running adaptg2wsat2009++@97 for 97 with 690 remaining (b = 0.01)
2021.18/510.42	Traceback (most recent call last):
2021.18/510.42	  File "HOME/solve", line 33, in <module>
2021.18/510.42	    plac.call(main)
2021.18/510.42	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call

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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378221-1305463849/watcher-3378221-1305463849 -o /tmp/evaluation-result-3378221-1305463849/solver-3378221-1305463849 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378221-1305463849.cnf -seed 1468310416 -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: 8.21 7.77 6.10 5/425 21169
/proc/meminfo: memFree=22022724/32951124 swapFree=51873460/67111528
[pid=21169] ppid=21167 vsize=16236 CPUtime=0.01 cores=1,3,5,7
/proc/21169/stat : 21169 (python) R 21167 21169 20819 0 -1 4202496 1044 0 0 0 1 0 0 0 25 0 1 0 638801157 16625664 916 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039349204 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21169/statm: 4059 917 381 364 0 546 0

[startup+0.084175 s]
/proc/loadavg: 8.21 7.77 6.10 5/425 21169
/proc/meminfo: memFree=22022724/32951124 swapFree=51873460/67111528
[pid=21169] ppid=21167 vsize=93960 CPUtime=0.06 cores=1,3,5,7
/proc/21169/stat : 21169 (python) R 21167 21169 20819 0 -1 4202496 2693 0 0 0 5 1 0 0 18 0 1 0 638801157 96215040 2407 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039653376 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/21169/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.101173 s]
/proc/loadavg: 8.21 7.77 6.10 5/425 21169
/proc/meminfo: memFree=22022724/32951124 swapFree=51873460/67111528
[pid=21169] ppid=21167 vsize=104228 CPUtime=0.07 cores=1,3,5,7
/proc/21169/stat : 21169 (python) R 21167 21169 20819 0 -1 4202496 3086 0 0 0 5 2 0 0 17 0 1 0 638801157 106729472 2767 33554432000 4194304 5683644 140736252890256 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21169/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.301376 s]
/proc/loadavg: 8.21 7.77 6.10 5/425 21169
/proc/meminfo: memFree=22022724/32951124 swapFree=51873460/67111528
[pid=21169] ppid=21167 vsize=187688 CPUtime=0.24 cores=1,3,5,7
/proc/21169/stat : 21169 (python) S 21167 21169 20819 0 -1 4202496 6825 932 1 0 17 7 0 0 17 0 1 0 638801157 192192512 4882 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/21169/statm: 46922 4882 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187688

[startup+0.701026 s]
/proc/loadavg: 8.21 7.77 6.10 5/425 21169
/proc/meminfo: memFree=22022724/32951124 swapFree=51873460/67111528
[pid=21169] ppid=21167 vsize=290808 CPUtime=0.61 cores=1,3,5,7
/proc/21169/stat : 21169 (python) R 21167 21169 20819 0 -1 4202496 14010 932 1 0 51 10 0 0 17 0 1 0 638801157 297787392 10087 33554432000 4194304 5683644 140736252890256 18446744073709551615 47599430070696 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/21169/statm: 72702 10087 1826 364 0 8626 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 290808

[startup+1.50091 s]
/proc/loadavg: 7.95 7.72 6.09 6/426 21174
/proc/meminfo: memFree=21988316/32951124 swapFree=51873460/67111528
[pid=21169] ppid=21167 vsize=290808 CPUtime=1.41 cores=1,3,5,7
/proc/21169/stat : 21169 (python) R 21167 21169 20819 0 -1 4202496 14010 932 1 0 131 10 0 0 18 0 1 0 638801157 297787392 10087 33554432000 4194304 5683644 140736252890256 18446744073709551615 47599432753909 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21169/statm: 72702 10087 1826 364 0 8626 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 290808

[startup+3.1006 s]
/proc/loadavg: 7.95 7.72 6.09 6/426 21174
/proc/meminfo: memFree=21987448/32951124 swapFree=51873460/67111528
[pid=21169] ppid=21167 vsize=325516 CPUtime=2.31 cores=1,3,5,7
/proc/21169/stat : 21169 (python) S 21167 21169 20819 0 -1 4202496 16834 932 1 0 220 11 0 0 24 0 5 0 638801157 333328384 8570 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21169/statm: 81379 8570 1875 364 0 17288 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 325516
heavy processes:

[startup+6.30103 s]
/proc/loadavg: 7.95 7.72 6.09 10/438 21186
/proc/meminfo: memFree=21952824/32951124 swapFree=51873460/67111528
[pid=21169] ppid=21167 vsize=325516 CPUtime=2.31 cores=1,3,5,7
/proc/21169/stat : 21169 (python) S 21167 21169 20819 0 -1 4202496 16834 932 1 0 220 11 0 0 24 0 5 0 638801157 333328384 8570 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21169/statm: 81379 8570 1875 364 0 17288 0
[pid=21175] ppid=21169 vsize=284988 CPUtime=0 cores=1,3,5,7
/proc/21175/stat : 21175 (python) S 21169 21169 20819 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 638801395 291827712 6900 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675407 0 0 16781312 514 11610713875871138054 0 0 17 7 0 0 0
/proc/21175/statm: 71247 6900 355 364 0 7165 0
[pid=21177] ppid=21175 vsize=1020308 CPUtime=3.85 cores=1,3,5,7
/proc/21177/stat : 21177 (gnovelty+2) R 21175 21177 21177 0 -1 4202496 1155 0 0 0 385 0 0 0 25 0 1 0 638801395 1044795392 891 33554432000 134512640 135663704 4291936928 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21177/statm: 255077 891 113 282 0 254793 0
[pid=21178] ppid=21169 vsize=294908 CPUtime=0 cores=1,3,5,7
/proc/21178/stat : 21178 (python) S 21169 21169 20819 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 638801396 301985792 7033 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675462 0 0 16781312 514 18174675973025267976 0 0 17 5 0 0 0
/proc/21178/statm: 73727 7033 349 364 0 9642 0
[pid=21180] ppid=21178 vsize=1020308 CPUtime=3.89 cores=1,3,5,7
/proc/21180/stat : 21180 (gnovelty+2) R 21178 21180 21180 0 -1 4202496 1157 0 0 0 389 0 0 0 25 0 1 0 638801396 1044795392 892 33554432000 134512640 135663704 4292597216 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21180/statm: 255077 892 113 282 0 254793 0
[pid=21181] ppid=21169 vsize=305164 CPUtime=0 cores=1,3,5,7
/proc/21181/stat : 21181 (python) S 21169 21169 20819 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 638801397 312487936 7037 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675462 0 0 16781312 514 13256076127111184647 0 0 17 7 0 0 0
/proc/21181/statm: 76291 7037 349 364 0 12203 0
[pid=21183] ppid=21181 vsize=423400 CPUtime=3.88 cores=1,3,5,7
/proc/21183/stat : 21183 (adaptg2wsat2009) R 21181 21183 21183 0 -1 4202496 2622 0 0 0 388 0 0 0 25 0 1 0 638801397 433561600 2358 33554432000 134512640 135107411 4287493824 18446744073709551615 134532381 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21183/statm: 105850 2358 59 146 0 104726 0
[pid=21184] ppid=21169 vsize=316028 CPUtime=0 cores=1,3,5,7
/proc/21184/stat : 21184 (python) S 21169 21169 20819 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 638801398 323612672 7041 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675462 0 0 16781312 514 14664129409338802437 0 0 17 5 0 0 0
/proc/21184/statm: 79007 7041 349 364 0 14916 0
[pid=21186] ppid=21184 vsize=423400 CPUtime=3.88 cores=1,3,5,7
/proc/21186/stat : 21186 (adaptg2wsat2009) R 21184 21186 21186 0 -1 4202496 2622 0 0 0 388 0 0 0 25 0 1 0 638801398 433561600 2358 33554432000 134512640 135107411 4292110160 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21186/statm: 105850 2358 59 146 0 104726 0
[pid=21169/tid=21176] ppid=21167 vsize=325516 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21176/stat : 21176 (python) S 21167 21169 20819 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 5 0 638801395 333328384 8570 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21179] ppid=21167 vsize=325516 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21179/stat : 21179 (python) S 21167 21169 20819 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 638801396 333328384 8570 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 5 0 0 0
[pid=21169/tid=21182] ppid=21167 vsize=325516 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21182/stat : 21182 (python) S 21167 21169 20819 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 5 0 638801397 333328384 8570 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21185] ppid=21167 vsize=325516 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21185/stat : 21185 (python) S 21167 21169 20819 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 638801398 333328384 8570 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.81
Current children cumulated vsize (KiB) 4414020

[startup+12.7009 s]
/proc/loadavg: 8.11 7.77 6.12 10/438 21186
/proc/meminfo: memFree=21950816/32951124 swapFree=51873460/67111528
[pid=21169] ppid=21167 vsize=325516 CPUtime=2.31 cores=1,3,5,7
/proc/21169/stat : 21169 (python) S 21167 21169 20819 0 -1 4202496 16834 932 1 0 220 11 0 0 24 0 5 0 638801157 333328384 8570 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21169/statm: 81379 8570 1875 364 0 17288 0
[pid=21175] ppid=21169 vsize=284988 CPUtime=0.02 cores=1,3,5,7
/proc/21175/stat : 21175 (python) S 21169 21169 20819 0 -1 4202560 886 0 0 0 1 1 0 0 18 0 1 0 638801395 291827712 6923 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675407 0 0 16781312 514 10958454162043404550 0 0 17 7 0 0 0
/proc/21175/statm: 71247 6923 378 364 0 7165 0
[pid=21177] ppid=21175 vsize=1020308 CPUtime=10.08 cores=1,3,5,7
/proc/21177/stat : 21177 (gnovelty+2) R 21175 21177 21177 0 -1 4202496 1155 0 0 0 1008 0 0 0 25 0 1 0 638801395 1044795392 891 33554432000 134512640 135663704 4291936928 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21177/statm: 255077 891 113 282 0 254793 0
[pid=21178] ppid=21169 vsize=294908 CPUtime=0.03 cores=1,3,5,7
/proc/21178/stat : 21178 (python) S 21169 21169 20819 0 -1 4202560 902 0 0 0 2 1 0 0 18 0 1 0 638801396 301985792 7056 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675462 0 0 16781312 514 10958454162043404552 0 0 17 5 0 0 0
/proc/21178/statm: 73727 7056 372 364 0 9642 0
[pid=21180] ppid=21178 vsize=1020308 CPUtime=10.29 cores=1,3,5,7
/proc/21180/stat : 21180 (gnovelty+2) R 21178 21180 21180 0 -1 4202496 1157 0 0 0 1029 0 0 0 25 0 1 0 638801396 1044795392 892 33554432000 134512640 135663704 4292597216 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21180/statm: 255077 892 113 282 0 254793 0
[pid=21181] ppid=21169 vsize=305164 CPUtime=0.03 cores=1,3,5,7
/proc/21181/stat : 21181 (python) S 21169 21169 20819 0 -1 4202560 899 0 0 0 1 2 0 0 18 0 1 0 638801397 312487936 7060 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675462 0 0 16781312 514 10958454162043404551 0 0 17 7 0 0 0
/proc/21181/statm: 76291 7060 372 364 0 12203 0
[pid=21183] ppid=21181 vsize=423400 CPUtime=10.28 cores=1,3,5,7
/proc/21183/stat : 21183 (adaptg2wsat2009) R 21181 21183 21183 0 -1 4202496 2622 0 0 0 1028 0 0 0 25 0 1 0 638801397 433561600 2358 33554432000 134512640 135107411 4287493824 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21183/statm: 105850 2358 59 146 0 104726 0
[pid=21184] ppid=21169 vsize=316028 CPUtime=0.02 cores=1,3,5,7
/proc/21184/stat : 21184 (python) S 21169 21169 20819 0 -1 4202560 907 0 0 0 1 1 0 0 18 0 1 0 638801398 323612672 7064 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675462 0 0 16781312 514 10958454162043404549 0 0 17 5 0 0 0
/proc/21184/statm: 79007 7064 372 364 0 14916 0
[pid=21186] ppid=21184 vsize=423400 CPUtime=10.2 cores=1,3,5,7
/proc/21186/stat : 21186 (adaptg2wsat2009) R 21184 21186 21186 0 -1 4202496 2622 0 0 0 1020 0 0 0 25 0 1 0 638801398 433561600 2358 33554432000 134512640 135107411 4292110160 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21186/statm: 105850 2358 59 146 0 104726 0
[pid=21169/tid=21176] ppid=21167 vsize=325516 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21176/stat : 21176 (python) S 21167 21169 20819 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 5 0 638801395 333328384 8570 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21179] ppid=21167 vsize=325516 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21179/stat : 21179 (python) S 21167 21169 20819 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 638801396 333328384 8570 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 5 0 0 0
[pid=21169/tid=21182] ppid=21167 vsize=325516 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21182/stat : 21182 (python) S 21167 21169 20819 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 5 0 638801397 333328384 8570 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21185] ppid=21167 vsize=325516 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21185/stat : 21185 (python) S 21167 21169 20819 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 638801398 333328384 8570 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 43.26
Current children cumulated vsize (KiB) 4414020

[startup+25.5006 s]
/proc/loadavg: 8.10 7.77 6.14 9/438 21187
/proc/meminfo: memFree=21951652/32951124 swapFree=51873460/67111528
[pid=21169] ppid=21167 vsize=325516 CPUtime=2.31 cores=1,3,5,7
/proc/21169/stat : 21169 (python) S 21167 21169 20819 0 -1 4202496 16834 932 1 0 220 11 0 0 24 0 5 0 638801157 333328384 8570 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21169/statm: 81379 8570 1875 364 0 17288 0
[pid=21175] ppid=21169 vsize=284988 CPUtime=0.06 cores=1,3,5,7
/proc/21175/stat : 21175 (python) S 21169 21169 20819 0 -1 4202560 892 0 0 0 3 3 0 0 18 0 1 0 638801395 291827712 6923 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675407 0 0 16781312 514 10958454162043404550 0 0 17 7 0 0 0
/proc/21175/statm: 71247 6923 378 364 0 7165 0
[pid=21177] ppid=21175 vsize=1020308 CPUtime=22.63 cores=1,3,5,7
/proc/21177/stat : 21177 (gnovelty+2) R 21175 21177 21177 0 -1 4202496 1155 0 0 0 2263 0 0 0 25 0 1 0 638801395 1044795392 891 33554432000 134512640 135663704 4291936928 18446744073709551615 134525229 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21177/statm: 255077 891 113 282 0 254793 0
[pid=21178] ppid=21169 vsize=294908 CPUtime=0.06 cores=1,3,5,7
/proc/21178/stat : 21178 (python) S 21169 21169 20819 0 -1 4202560 908 0 0 0 3 3 0 0 18 0 1 0 638801396 301985792 7056 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675462 0 0 16781312 514 10958454162043404552 0 0 17 5 0 0 0
/proc/21178/statm: 73727 7056 372 364 0 9642 0
[pid=21180] ppid=21178 vsize=1020308 CPUtime=23.09 cores=1,3,5,7
/proc/21180/stat : 21180 (gnovelty+2) R 21178 21180 21180 0 -1 4202496 1157 0 0 0 2309 0 0 0 25 0 1 0 638801396 1044795392 892 33554432000 134512640 135663704 4292597216 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21180/statm: 255077 892 113 282 0 254793 0
[pid=21181] ppid=21169 vsize=305164 CPUtime=0.07 cores=1,3,5,7
/proc/21181/stat : 21181 (python) S 21169 21169 20819 0 -1 4202560 904 0 0 0 3 4 0 0 18 0 1 0 638801397 312487936 7060 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675462 0 0 16781312 514 10958454162043404551 0 0 17 7 0 0 0
/proc/21181/statm: 76291 7060 372 364 0 12203 0
[pid=21183] ppid=21181 vsize=423400 CPUtime=23.08 cores=1,3,5,7
/proc/21183/stat : 21183 (adaptg2wsat2009) R 21181 21183 21183 0 -1 4202496 2622 0 0 0 2308 0 0 0 25 0 1 0 638801397 433561600 2358 33554432000 134512640 135107411 4287493824 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21183/statm: 105850 2358 59 146 0 104726 0
[pid=21184] ppid=21169 vsize=316028 CPUtime=0.06 cores=1,3,5,7
/proc/21184/stat : 21184 (python) S 21169 21169 20819 0 -1 4202560 911 0 0 0 3 3 0 0 18 0 1 0 638801398 323612672 7064 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675462 0 0 16781312 514 10958454162043404549 0 0 17 5 0 0 0
/proc/21184/statm: 79007 7064 372 364 0 14916 0
[pid=21186] ppid=21184 vsize=423400 CPUtime=22.93 cores=1,3,5,7
/proc/21186/stat : 21186 (adaptg2wsat2009) R 21184 21186 21186 0 -1 4202496 2622 0 0 0 2293 0 0 0 25 0 1 0 638801398 433561600 2358 33554432000 134512640 135107411 4292110160 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21186/statm: 105850 2358 59 146 0 104726 0
[pid=21169/tid=21176] ppid=21167 vsize=325516 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21176/stat : 21176 (python) S 21167 21169 20819 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 5 0 638801395 333328384 8570 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21179] ppid=21167 vsize=325516 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21179/stat : 21179 (python) S 21167 21169 20819 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 5 0 638801396 333328384 8570 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 5 0 0 0
[pid=21169/tid=21182] ppid=21167 vsize=325516 CPUtime=0 cores=1,3,5,7

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

/proc/21183/stat : 21183 (adaptg2wsat2009) T 21181 21183 21183 0 -1 4202496 2622 0 0 0 10028 0 0 0 25 0 1 0 638801397 433561600 2358 33554432000 134512640 135107411 4287493824 18446744073709551615 134532371 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21183/statm: 105850 2358 59 146 0 104726 0
[pid=21181/tid=21198] ppid=21169 vsize=305164 CPUtime=0 cores=1,3,5,7
/proc/21181/task/21198/stat : 21198 (python) S 21169 21169 20819 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638811428 312487936 7089 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 514 18446604468884015872 0 0 -1 7 0 0 0
[pid=21184] ppid=21169 vsize=316028 CPUtime=0.3 cores=1,3,5,7
/proc/21184/stat : 21184 (python) S 21169 21169 20819 0 -1 4202560 1092 0 0 0 15 15 0 0 19 0 2 0 638801398 323612672 7093 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21184/statm: 79007 7093 400 364 0 14916 0
[pid=21186] ppid=21184 vsize=423400 CPUtime=99.67 cores=1,3,5,7
/proc/21186/stat : 21186 (adaptg2wsat2009) T 21184 21186 21186 0 -1 4202496 2622 0 0 0 9967 0 0 0 25 0 1 0 638801398 433561600 2358 33554432000 134512640 135107411 4292110160 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21186/statm: 105850 2358 59 146 0 104726 0
[pid=21184/tid=21197] ppid=21169 vsize=316028 CPUtime=0 cores=1,3,5,7
/proc/21184/task/21197/stat : 21197 (python) S 21169 21169 20819 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638811428 323612672 7093 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 514 18446604460621919232 0 0 -1 7 0 0 0
[pid=21194] ppid=21169 vsize=326188 CPUtime=0.31 cores=1,3,5,7
/proc/21194/stat : 21194 (python) S 21169 21169 20819 0 -1 4202560 1082 0 0 0 17 14 0 0 19 0 2 0 638811332 334016512 7097 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21194/statm: 81547 7097 400 364 0 17453 0
[pid=21196] ppid=21194 vsize=423400 CPUtime=100.25 cores=1,3,5,7
/proc/21196/stat : 21196 (adaptg2wsat2009) T 21194 21196 21196 0 -1 4202496 2621 0 0 0 10025 0 0 0 25 0 1 0 638811332 433561600 2358 33554432000 134512640 135107411 4287005296 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21196/statm: 105850 2358 59 146 0 104726 0
[pid=21194/tid=21216] ppid=21169 vsize=326188 CPUtime=0 cores=1,3,5,7
/proc/21194/task/21216/stat : 21216 (python) S 21169 21169 20819 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638821363 334016512 7097 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 514 18446604471124068288 0 0 -1 5 0 0 0
[pid=21199] ppid=21169 vsize=336104 CPUtime=0.32 cores=1,3,5,7
/proc/21199/stat : 21199 (python) S 21169 21169 20819 0 -1 4202560 1088 0 0 0 15 17 0 0 19 0 2 0 638811429 344170496 7145 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21199/statm: 84026 7145 400 364 0 19929 0
[pid=21203] ppid=21199 vsize=1020308 CPUtime=99.45 cores=1,3,5,7
/proc/21203/stat : 21203 (gnovelty+2) T 21199 21203 21203 0 -1 4202496 1156 0 0 0 9945 0 0 0 25 0 1 0 638811430 1044795392 892 33554432000 134512640 135663704 4292495648 18446744073709551615 134525361 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21203/statm: 255077 892 113 282 0 254793 0
[pid=21199/tid=21224] ppid=21169 vsize=336104 CPUtime=0 cores=1,3,5,7
/proc/21199/task/21224/stat : 21224 (python) S 21169 21169 20819 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638821471 344170496 7145 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 514 18446604464450978944 0 0 -1 5 0 0 0
[pid=21201] ppid=21169 vsize=346452 CPUtime=0.32 cores=1,3,5,7
/proc/21201/stat : 21201 (python) S 21169 21169 20819 0 -1 4202560 1091 0 0 0 15 17 0 0 19 0 2 0 638811430 354766848 7149 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21201/statm: 86613 7149 400 364 0 22513 0
[pid=21204] ppid=21201 vsize=253028 CPUtime=100.04 cores=1,3,5,7
/proc/21204/stat : 21204 (FH) T 21201 21204 21204 0 -1 4202496 2495 0 0 0 10004 0 0 0 25 0 1 0 638811430 259100672 2233 33554432000 134512640 134936988 4288860736 18446744073709551615 134545361 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21204/statm: 63257 2233 41 104 0 62761 0
[pid=21201/tid=21220] ppid=21169 vsize=346452 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21220/stat : 21220 (python) S 21169 21169 20819 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638821461 354766848 7149 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 514 18446604471135148864 0 0 -1 5 0 0 0
[pid=21206] ppid=21169 vsize=356804 CPUtime=0.33 cores=1,3,5,7
/proc/21206/stat : 21206 (python) S 21169 21169 20819 0 -1 4202560 1137 0 0 0 17 16 0 0 19 0 2 0 638811432 365367296 7159 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21206/statm: 89201 7159 406 364 0 25098 0
[pid=21208] ppid=21206 vsize=423400 CPUtime=102.97 cores=1,3,5,7
/proc/21208/stat : 21208 (adaptg2wsat2009) T 21206 21208 21208 0 -1 4202496 2630 0 0 0 10297 0 0 0 25 0 1 0 638811432 433561600 2358 33554432000 134512640 135107411 4293674304 18446744073709551615 134531474 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21208/statm: 105850 2358 59 146 0 104726 0
[pid=21206/tid=21229] ppid=21169 vsize=356804 CPUtime=0 cores=1,3,5,7
/proc/21206/task/21229/stat : 21229 (python) S 21169 21169 20819 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 638821965 365367296 7159 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 514 18446604458413228416 0 0 -1 1 0 0 0
[pid=21217] ppid=21169 vsize=367164 CPUtime=0.32 cores=1,3,5,7
/proc/21217/stat : 21217 (python) S 21169 21169 20819 0 -1 4202560 1132 0 0 0 15 17 0 0 19 0 2 0 638821364 375975936 7163 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21217/statm: 91791 7163 406 364 0 27685 0
[pid=21219] ppid=21217 vsize=423400 CPUtime=99.27 cores=1,3,5,7
/proc/21219/stat : 21219 (adaptg2wsat2009) T 21217 21219 21219 0 -1 4202496 2629 0 0 0 9927 0 0 0 25 0 1 0 638821365 433561600 2358 33554432000 134512640 135107411 4293067456 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21219/statm: 105850 2358 59 146 0 104726 0
[pid=21217/tid=21238] ppid=21169 vsize=367164 CPUtime=0 cores=1,3,5,7
/proc/21217/task/21238/stat : 21238 (python) S 21169 21169 20819 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638831297 375975936 7163 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 514 18446604469056653312 0 0 -1 7 0 0 0
[pid=21221] ppid=21169 vsize=377300 CPUtime=0.32 cores=1,3,5,7
/proc/21221/stat : 21221 (python) S 21169 21169 20819 0 -1 4202560 1111 0 0 0 15 17 0 0 19 0 2 0 638821462 386355200 7161 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21221/statm: 94325 7161 400 364 0 30216 0
[pid=21223] ppid=21221 vsize=253032 CPUtime=98.88 cores=1,3,5,7
/proc/21223/stat : 21223 (FH) T 21221 21223 21223 0 -1 4202496 2500 0 0 0 9888 0 0 0 25 0 1 0 638821463 259104768 2234 33554432000 134512640 134936988 4292888048 18446744073709551615 134545264 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21223/statm: 63258 2234 41 104 0 62762 0
[pid=21221/tid=21242] ppid=21169 vsize=377300 CPUtime=0 cores=1,3,5,7
/proc/21221/task/21242/stat : 21242 (python) S 21169 21169 20819 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 638831395 386355200 7161 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 514 18446604469056654208 0 0 -1 7 0 0 0
[pid=21225] ppid=21169 vsize=387584 CPUtime=0.97 cores=1,3,5,7
/proc/21225/stat : 21225 (python) S 21169 21169 20819 0 -1 4202560 1186 0 0 0 46 51 0 0 18 0 2 0 638821473 396886016 7165 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21225/statm: 96896 7165 400 364 0 32784 0
[pid=21227] ppid=21225 vsize=268420 CPUtime=296.58 cores=1,3,5,7
/proc/21227/stat : 21227 (hybridGM3) T 21225 21227 21227 0 -1 4202496 6185 0 0 0 29657 1 0 0 25 0 1 0 638821473 274862080 5919 33554432000 134512640 135204385 4289115376 18446744073709551615 134538284 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21227/statm: 67105 5919 63 169 0 66935 0
[pid=21225/tid=21253] ppid=21169 vsize=387584 CPUtime=0 cores=1,3,5,7
/proc/21225/task/21253/stat : 21253 (python) S 21169 21169 20819 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 638841044 396886016 7165 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 514 18446604466577707200 0 0 -1 1 0 0 0
[pid=21230] ppid=21169 vsize=398096 CPUtime=0.34 cores=1,3,5,7
/proc/21230/stat : 21230 (python) S 21169 21169 20819 0 -1 4202560 1147 0 0 0 16 18 0 0 19 0 2 0 638821966 407650304 7169 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21230/statm: 99524 7169 400 364 0 35409 0
[pid=21232] ppid=21230 vsize=1020308 CPUtime=102.25 cores=1,3,5,7
/proc/21232/stat : 21232 (gnovelty+2) T 21230 21232 21232 0 -1 4202496 1159 0 0 0 10225 0 0 0 25 0 1 0 638821967 1044795392 891 33554432000 134512640 135663704 4288331152 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21232/statm: 255077 891 113 282 0 254793 0
[pid=21230/tid=21246] ppid=21169 vsize=398096 CPUtime=0 cores=1,3,5,7
/proc/21230/task/21246/stat : 21246 (python) S 21169 21169 20819 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 638832506 407650304 7169 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 514 18446604465084655808 0 0 -1 5 0 0 0
[pid=21239] ppid=21169 vsize=408488 CPUtime=0.7 cores=1,3,5,7
/proc/21239/stat : 21239 (python) S 21169 21169 20819 0 -1 4202560 1172 0 0 0 34 36 0 0 18 0 2 0 638831298 418291712 7202 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675462 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21239/statm: 102122 7202 400 364 0 38004 0
[pid=21241] ppid=21239 vsize=268420 CPUtime=207.99 cores=1,3,5,7
/proc/21241/stat : 21241 (hybridGM3) R 21239 21241 21241 0 -1 4202496 6189 0 0 0 20799 0 0 0 25 0 1 0 638831299 274862080 5919 33554432000 134512640 135204385 4289987552 18446744073709551615 134537792 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21241/statm: 67105 5919 63 169 0 66935 0
[pid=21239/tid=21268] ppid=21169 vsize=408488 CPUtime=0 cores=1,3,5,7
/proc/21239/task/21268/stat : 21268 (python) S 21169 21169 20819 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638851279 418291712 7202 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 514 18446604466909241536 0 0 -1 7 0 0 0
[pid=21243] ppid=21169 vsize=418496 CPUtime=0.34 cores=1,3,5,7
/proc/21243/stat : 21243 (python) S 21169 21169 20819 0 -1 4202560 1147 0 0 0 16 18 0 0 19 0 2 0 638831396 428539904 7240 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21243/statm: 104624 7240 400 364 0 40503 0
[pid=21245] ppid=21243 vsize=423400 CPUtime=97.64 cores=1,3,5,7
/proc/21245/stat : 21245 (adaptg2wsat2009) T 21243 21245 21245 0 -1 4202496 2631 0 0 0 9764 0 0 0 25 0 1 0 638831396 433561600 2359 33554432000 134512640 135107411 4291674896 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21245/statm: 105850 2359 59 146 0 104726 0
[pid=21243/tid=21255] ppid=21169 vsize=418496 CPUtime=0 cores=1,3,5,7
/proc/21243/task/21255/stat : 21255 (python) S 21169 21169 20819 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638841430 428539904 7240 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 514 18446604463851170752 0 0 -1 3 0 0 0
[pid=21247] ppid=21169 vsize=428904 CPUtime=0.66 cores=1,3,5,7
/proc/21247/stat : 21247 (python) S 21169 21169 20819 0 -1 4202560 1229 0 0 0 29 37 0 0 19 0 2 0 638832508 439197696 7252 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21247/statm: 107226 7252 408 364 0 43102 0
[pid=21249] ppid=21247 vsize=268420 CPUtime=195.41 cores=1,3,5,7
/proc/21249/stat : 21249 (hybridGM3) T 21247 21249 21249 0 -1 4202496 6196 0 0 0 19541 0 0 0 25 0 1 0 638832508 274862080 5918 33554432000 134512640 135204385 4291460464 18446744073709551615 134538349 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21249/statm: 67105 5918 63 169 0 66935 0
[pid=21247/tid=21270] ppid=21169 vsize=428904 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21270/stat : 21270 (python) S 21169 21169 20819 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638852180 439197696 7252 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 514 18446604461545097152 0 0 -1 1 0 0 0
[pid=21256] ppid=21169 vsize=439280 CPUtime=0.35 cores=1,3,5,7
/proc/21256/stat : 21256 (python) S 21169 21169 20819 0 -1 4202560 1040 0 0 0 18 17 0 0 18 0 1 0 638841432 449822720 7242 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675462 0 0 16781312 514 10958454162043404549 0 0 17 7 0 0 0
/proc/21256/statm: 109820 7242 380 364 0 45693 0
[pid=21258] ppid=21256 vsize=268424 CPUtime=103.67 cores=1,3,5,7
/proc/21258/stat : 21258 (hybridGM3) R 21256 21258 21258 0 -1 4202496 6192 0 0 0 10367 0 0 0 25 0 1 0 638841432 274866176 5919 33554432000 134512640 135204385 4290541424 18446744073709551615 134545440 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21258/statm: 67106 5919 63 169 0 66936 0
[pid=21265] ppid=21169 vsize=449868 CPUtime=0.03 cores=1,3,5,7
/proc/21265/stat : 21265 (python) S 21169 21169 20819 0 -1 4202560 1019 0 0 0 1 2 0 0 18 0 1 0 638851180 460664832 7246 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675462 0 0 16781312 514 10958454162043404549 0 0 17 7 0 0 0
/proc/21265/statm: 112467 7246 380 364 0 48337 0
[pid=21267] ppid=21265 vsize=461508 CPUtime=10.03 cores=1,3,5,7
/proc/21267/stat : 21267 (TNM) R 21265 21267 21267 0 -1 4202496 2470 0 0 0 1003 0 0 0 25 0 1 0 638851180 472584192 2195 33554432000 134512640 135008748 4291958720 18446744073709551615 134529320 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21267/statm: 115377 2195 46 122 0 114277 0
[pid=21271] ppid=21169 vsize=459904 CPUtime=0 cores=1,3,5,7
/proc/21271/stat : 21271 (python) S 21169 21169 20819 0 -1 4202560 821 0 0 0 0 0 0 0 19 0 1 0 638852182 470941696 7291 33554432000 4194304 5683644 140736252890256 18446744073709551615 212039675462 0 0 16781312 514 4308933296990978047 0 0 17 7 0 0 0
/proc/21271/statm: 114976 7291 347 364 0 50843 0
[pid=21273] ppid=21271 vsize=248616 CPUtime=0.07 cores=1,3,5,7
/proc/21273/stat : 21273 (FH) R 21271 21273 21273 0 -1 4202496 1483 0 0 0 7 0 0 0 21 0 1 0 638852182 254582784 1213 33554432000 134512640 134936988 4288834560 18446744073709551615 134523434 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21273/statm: 62154 1213 37 104 0 61658 0
[pid=21169/tid=21176] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21176/stat : 21176 (python) S 21167 21169 20819 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 19 0 638801395 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21179] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21179/stat : 21179 (python) S 21167 21169 20819 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 19 0 638801396 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 5 0 0 0
[pid=21169/tid=21182] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21182/stat : 21182 (python) S 21167 21169 20819 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 19 0 638801397 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21185] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21185/stat : 21185 (python) S 21167 21169 20819 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 19 0 638801398 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 5 0 0 0
[pid=21169/tid=21195] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21195/stat : 21195 (python) S 21167 21169 20819 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 19 0 638811332 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 5 0 0 0
[pid=21169/tid=21200] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21200/stat : 21200 (python) S 21167 21169 20819 0 -1 4202560 37 932 0 0 0 0 0 0 20 0 19 0 638811429 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 5 0 0 0
[pid=21169/tid=21202] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21202/stat : 21202 (python) S 21167 21169 20819 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 19 0 638811430 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 5 0 0 0
[pid=21169/tid=21207] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21207/stat : 21207 (python) S 21167 21169 20819 0 -1 4202560 26 932 0 0 0 0 0 0 23 0 19 0 638811432 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21218] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21218/stat : 21218 (python) S 21167 21169 20819 0 -1 4202560 20 932 0 0 0 0 0 0 20 0 19 0 638821365 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21222] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21222/stat : 21222 (python) S 21167 21169 20819 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 19 0 638821463 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21226] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21226/stat : 21226 (python) S 21167 21169 20819 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 19 0 638821473 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21231] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21231/stat : 21231 (python) S 21167 21169 20819 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 19 0 638821966 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21240] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21240/stat : 21240 (python) S 21167 21169 20819 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 19 0 638831299 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21244] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21244/stat : 21244 (python) S 21167 21169 20819 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 19 0 638831396 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21248] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21248/stat : 21248 (python) S 21167 21169 20819 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 19 0 638832508 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21257] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21257/stat : 21257 (python) S 21167 21169 20819 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 19 0 638841432 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21266] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21266/stat : 21266 (python) S 21167 21169 20819 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 19 0 638851180 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
[pid=21169/tid=21272] ppid=21167 vsize=469884 CPUtime=0 cores=1,3,5,7
/proc/21169/task/21272/stat : 21272 (python) S 21167 21169 20819 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 19 0 638852182 481161216 8859 33554432000 4194304 5683644 140736252890256 18446744073709551615 212051478961 0 0 16781312 2 18446604464205956032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2021.18
Current children cumulated vsize (KiB) 16093348

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 510.472
CPU time (s): 2021.18
CPU user time (s): 2017.65
CPU system time (s): 3.53
CPU usage (%): 395.943
Max. virtual memory (cumulated for all children) (KiB): 16093348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.55561
system time used= 0.312952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32315
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= 2273
involuntary context switches= 79

runsolver used 3.40848 second user time and 8.98563 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 14:50:49
IDJOB=3378221
IDBENCH=82630
IDSOLVER=1859
FILE ID=node146/3378221-1305463849
RUNJOBID= node146-1305463158-20838
PBS_JOBID= 13324984
Free space on /tmp= 73292 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S1264065752-051-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378221-1305463849/watcher-3378221-1305463849 -o /tmp/evaluation-result-3378221-1305463849/solver-3378221-1305463849 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378221-1305463849.cnf -seed 1468310416 -budget 4800 -cores 4

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

MD5SUM BENCH= fafa522767a4e86ea9e03f34c2fb7311
RANDOM SEED=1468310416

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:      22022880 kB
Buffers:        144512 kB
Cached:        1048964 kB
SwapCached:      56148 kB
Active:        8149388 kB
Inactive:      2514468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22022880 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:           33432 kB
Writeback:           0 kB
AnonPages:     9421660 kB
Mapped:          25144 kB
Slab:           112564 kB
PageTables:      83088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 93805360 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= 73292 MiB
End job on node146 at 2011-05-15 14:59:21