Trace number 3378202

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) 1999.18 504.94

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S969405384-096-UNKNOWN.cnf
MD5SUM6e345981a96012731da9bd2ce5420289
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.3013
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.67	c INFO: solving HOME/instance-3378202-1305463601.cnf
0.36/0.67	c INFO: computing task features
0.53/0.83	c INFO: computed variable-clause graph statistics
0.53/0.83	c INFO: computed clause balance statistics
1.33/1.60	c INFO: computed variable balance statistics
1.73/2.02	c INFO: computed small-clause counts
1.73/2.02	c INFO: computed Horn-clause counts
1.73/2.05	c INFO: computed variable graph statistics
1.73/2.05	c INFO: collected features for HOME/instance-3378202-1305463601.cnf in 1.38 s
1.73/2.06	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
1.73/2.07	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.14)
1.73/2.08	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.09)
1.73/2.09	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.07)
401.43/102.47	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.06)
401.43/102.48	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.05)
401.43/102.49	c INFO: running FH@0 for 97 with 1098 remaining (b = 0.04)
401.70/102.50	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.03)
800.70/202.92	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.03)
800.70/202.94	c INFO: running FH@0 for 97 with 997 remaining (b = 0.02)
812.58/205.91	c INFO: running hybridGM3@0 for 194 with 994 remaining (b = 0.04)
820.56/207.97	c INFO: running gnovelty+2@0 for 97 with 992 remaining (b = 0.02)
1195.62/302.32	c INFO: running hybridGM3@0 for 194 with 898 remaining (b = 0.03)
1199.57/303.30	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.02)
1219.41/308.39	c INFO: running hybridGM3@0 for 194 with 892 remaining (b = 0.03)
1594.02/402.69	c INFO: running hybridGM3@102 for 97 with 797 remaining (b = 0.01)
1597.98/403.68	c INFO: running FH@0 for 97 with 796 remaining (b = 0.01)
1976.52/499.18	c INFO: running hybridGM3@99 for 97 with 701 remaining (b = 0.01)
1995.93/504.09	c INFO: running hybridGM3@0 for 194 with 696 remaining (b = 0.02)
1996.31/504.10	c INFO: running TNM@0 for 696 with 696 remaining (b = 0.08)
1999.18/504.92	c INFO: running adaptg2wsat2009++@0 for 97 with 695 remaining (b = 0.01)
1999.18/504.92	Traceback (most recent call last):
1999.18/504.92	  File "HOME/solve", line 33, in <module>
1999.18/504.92	    plac.call(main)
1999.18/504.92	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
1999.18/504.92	    cmd, result = parser_from(obj).consume(arglist)
1999.18/504.92	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
1999.18/504.92	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1999.18/504.92	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1999.18/504.92	    (_, answer, _) = solver(input_path, budget / cores, cores)
1999.18/504.92	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
1999.18/504.92	    solver.go(max_cost * borg.defaults.machine_speed)
1999.18/504.92	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
1999.18/504.92	    self._process.start()
1999.18/504.92	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
1999.18/504.92	    assert self._popen is None, 'cannot start a process twice'
1999.18/504.92	AssertionError: cannot start a process twice

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-3378202-1305463601/watcher-3378202-1305463601 -o /tmp/evaluation-result-3378202-1305463601/solver-3378202-1305463601 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378202-1305463601.cnf -seed 1216421097 -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.31 7.89 6.39 5/500 26416
/proc/meminfo: memFree=15934124/32951124 swapFree=65581060/67111528
[pid=26416] ppid=26414 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/26416/stat : 26416 (python) R 26414 26416 25950 0 -1 4202496 926 0 0 0 0 0 0 0 25 0 1 0 657957867 16150528 806 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905729024 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/26416/statm: 3943 806 356 364 0 430 0

[startup+0.084955 s]
/proc/loadavg: 8.31 7.89 6.39 5/500 26416
/proc/meminfo: memFree=15934124/32951124 swapFree=65581060/67111528
[pid=26416] ppid=26414 vsize=54532 CPUtime=0.04 cores=1,3,5,7
/proc/26416/stat : 26416 (python) R 26414 26416 25950 0 -1 4202496 2041 0 0 0 3 1 0 0 25 0 1 0 657957867 55840768 1800 33554432000 4194304 5683644 140733263143472 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26416/statm: 13633 1800 492 364 0 1283 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54532

[startup+0.100937 s]
/proc/loadavg: 8.31 7.89 6.39 5/500 26416
/proc/meminfo: memFree=15934124/32951124 swapFree=65581060/67111528
[pid=26416] ppid=26414 vsize=89764 CPUtime=0.05 cores=1,3,5,7
/proc/26416/stat : 26416 (python) R 26414 26416 25950 0 -1 4202496 2671 0 0 0 4 1 0 0 17 0 1 0 657957867 91918336 2387 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905726821 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26416/statm: 22441 2387 750 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89764

[startup+0.300943 s]
/proc/loadavg: 8.31 7.89 6.39 5/500 26416
/proc/meminfo: memFree=15934124/32951124 swapFree=65581060/67111528
[pid=26416] ppid=26414 vsize=135744 CPUtime=0.19 cores=1,3,5,7
/proc/26416/stat : 26416 (python) R 26414 26416 25950 0 -1 4202496 5963 934 1 0 14 5 0 0 17 0 1 0 657957867 139001856 4150 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905726981 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/26416/statm: 33936 4150 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135744

[startup+0.700829 s]
/proc/loadavg: 8.31 7.89 6.39 5/500 26416
/proc/meminfo: memFree=15934124/32951124 swapFree=65581060/67111528
[pid=26416] ppid=26414 vsize=280504 CPUtime=0.43 cores=1,3,5,7
/proc/26416/stat : 26416 (python) R 26414 26416 25950 0 -1 4202496 9780 934 1 0 33 10 0 0 15 0 1 0 657957867 287236096 7463 33554432000 4194304 5683644 140733263143472 18446744073709551615 47538410193106 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26416/statm: 70126 7465 1761 364 0 6050 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 280504

[startup+1.50069 s]
/proc/loadavg: 8.31 7.89 6.39 7/501 26421
/proc/meminfo: memFree=15901112/32951124 swapFree=65581060/67111528
[pid=26416] ppid=26414 vsize=287588 CPUtime=1.23 cores=1,3,5,7
/proc/26416/stat : 26416 (python) R 26414 26416 25950 0 -1 4202496 12681 934 1 0 113 10 0 0 16 0 1 0 657957867 294490112 9282 33554432000 4194304 5683644 140733263143472 18446744073709551615 47538239480290 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26416/statm: 71897 9282 1826 364 0 7821 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 287588

[startup+3.10136 s]
/proc/loadavg: 8.31 7.89 6.39 10/511 26431
/proc/meminfo: memFree=15890484/32951124 swapFree=65581060/67111528
[pid=26416] ppid=26414 vsize=324044 CPUtime=1.83 cores=1,3,5,7
/proc/26416/stat : 26416 (python) S 26414 26416 25950 0 -1 4202496 15485 934 1 0 172 11 0 0 23 0 5 0 657957867 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26416/statm: 81011 8210 1883 364 0 16920 0
[pid=26422] ppid=26416 vsize=283516 CPUtime=0 cores=1,3,5,7
/proc/26422/stat : 26422 (python) S 26416 26416 25950 0 -1 4202560 721 0 0 0 0 0 0 0 18 0 1 0 657958074 290320384 6584 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751055 0 0 16781312 514 995361767519420415 0 0 17 3 0 0 0
/proc/26422/statm: 70879 6584 355 364 0 6797 0
[pid=26424] ppid=26422 vsize=1018996 CPUtime=1.02 cores=1,3,5,7
/proc/26424/stat : 26424 (gnovelty+2) R 26422 26424 26424 0 -1 4202496 960 0 0 0 102 0 0 0 22 0 1 0 657958075 1043451904 697 33554432000 134512640 135663704 4291627904 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26424/statm: 254749 697 113 282 0 254465 0
[pid=26425] ppid=26416 vsize=293704 CPUtime=0 cores=1,3,5,7
/proc/26425/stat : 26425 (python) S 26416 26416 25950 0 -1 4202560 734 0 0 0 0 0 0 0 19 0 1 0 657958075 300752896 6665 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751110 0 0 16781312 514 995357919228723199 0 0 17 5 0 0 0
/proc/26425/statm: 73426 6665 349 364 0 9341 0
[pid=26427] ppid=26425 vsize=1018996 CPUtime=1.01 cores=1,3,5,7
/proc/26427/stat : 26427 (gnovelty+2) R 26425 26427 26427 0 -1 4202496 961 0 0 0 101 0 0 0 23 0 1 0 657958076 1043451904 697 33554432000 134512640 135663704 4294863536 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26427/statm: 254749 697 113 282 0 254465 0
[pid=26428] ppid=26416 vsize=303960 CPUtime=0 cores=1,3,5,7
/proc/26428/stat : 26428 (python) S 26416 26416 25950 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 657958076 311255040 6669 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751110 0 0 16781312 514 18405379625933864959 0 0 17 7 0 0 0
/proc/26428/statm: 75990 6669 349 364 0 11902 0
[pid=26430] ppid=26428 vsize=421428 CPUtime=0.98 cores=1,3,5,7
/proc/26430/stat : 26430 (adaptg2wsat2009) R 26428 26430 26430 0 -1 4202496 2046 0 0 0 98 0 0 0 25 0 1 0 657958077 431542272 1782 33554432000 134512640 135107411 4290483760 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26430/statm: 105357 1782 59 146 0 104233 0
[pid=26431] ppid=26416 vsize=314216 CPUtime=0 cores=1,3,5,7
/proc/26431/stat : 26431 (python) S 26416 26416 25950 0 -1 4202560 724 0 0 0 0 0 0 0 25 0 1 0 657958077 321757184 6669 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751110 0 0 16781312 514 995350222647328767 0 0 17 1 0 0 0
/proc/26431/statm: 78554 6669 345 364 0 14463 0
[pid=26416/tid=26423] ppid=26414 vsize=324044 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26423/stat : 26423 (python) S 26414 26416 25950 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 5 0 657958075 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 7 0 0 0
[pid=26416/tid=26426] ppid=26414 vsize=324044 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26426/stat : 26426 (python) S 26414 26416 25950 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 657958076 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 7 0 0 0
[pid=26416/tid=26429] ppid=26414 vsize=324044 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26429/stat : 26429 (python) S 26414 26416 25950 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 5 0 657958077 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 7 0 0 0
[pid=26416/tid=26432] ppid=26414 vsize=324044 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26432/stat : 26432 (python) S 26414 26416 25950 0 -1 4202560 25 934 0 0 0 0 0 0 24 0 5 0 657958077 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 3978860

[startup+6.30079 s]
/proc/loadavg: 8.28 7.89 6.40 9/513 26433
/proc/meminfo: memFree=15872416/32951124 swapFree=65581060/67111528
[pid=26416] ppid=26414 vsize=324044 CPUtime=1.83 cores=1,3,5,7
/proc/26416/stat : 26416 (python) S 26414 26416 25950 0 -1 4202496 15485 934 1 0 172 11 0 0 23 0 5 0 657957867 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26416/statm: 81011 8210 1883 364 0 16920 0
[pid=26422] ppid=26416 vsize=283516 CPUtime=0.02 cores=1,3,5,7
/proc/26422/stat : 26422 (python) S 26416 26416 25950 0 -1 4202560 883 0 0 0 1 1 0 0 18 0 1 0 657958074 290320384 6607 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751055 0 0 16781312 514 995361767519387911 0 0 17 3 0 0 0
/proc/26422/statm: 70879 6607 378 364 0 6797 0
[pid=26424] ppid=26422 vsize=1018996 CPUtime=4.2 cores=1,3,5,7
/proc/26424/stat : 26424 (gnovelty+2) R 26422 26424 26424 0 -1 4202496 960 0 0 0 420 0 0 0 25 0 1 0 657958075 1043451904 697 33554432000 134512640 135663704 4291627904 18446744073709551615 134544167 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26424/statm: 254749 697 113 282 0 254465 0
[pid=26425] ppid=26416 vsize=293704 CPUtime=0.02 cores=1,3,5,7
/proc/26425/stat : 26425 (python) S 26416 26416 25950 0 -1 4202560 914 0 0 0 1 1 0 0 18 0 1 0 657958075 300752896 6688 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751110 0 0 16781312 514 995357919228690695 0 0 17 5 0 0 0
/proc/26425/statm: 73426 6688 372 364 0 9341 0
[pid=26427] ppid=26425 vsize=1018996 CPUtime=4.19 cores=1,3,5,7
/proc/26427/stat : 26427 (gnovelty+2) R 26425 26427 26427 0 -1 4202496 961 0 0 0 419 0 0 0 25 0 1 0 657958076 1043451904 697 33554432000 134512640 135663704 4294863536 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26427/statm: 254749 697 113 282 0 254465 0
[pid=26428] ppid=26416 vsize=303960 CPUtime=0.02 cores=1,3,5,7
/proc/26428/stat : 26428 (python) S 26416 26416 25950 0 -1 4202560 903 0 0 0 1 1 0 0 18 0 1 0 657958076 311255040 6692 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751110 0 0 16781312 514 18405379625933832452 0 0 17 7 0 0 0
/proc/26428/statm: 75990 6692 372 364 0 11902 0
[pid=26430] ppid=26428 vsize=421428 CPUtime=4.11 cores=1,3,5,7
/proc/26430/stat : 26430 (adaptg2wsat2009) R 26428 26430 26430 0 -1 4202496 2046 0 0 0 411 0 0 0 25 0 1 0 657958077 431542272 1782 33554432000 134512640 135107411 4290483760 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26430/statm: 105357 1782 59 146 0 104233 0
[pid=26431] ppid=26416 vsize=314216 CPUtime=0.01 cores=1,3,5,7
/proc/26431/stat : 26431 (python) S 26416 26416 25950 0 -1 4202560 923 0 0 0 1 0 0 0 18 0 1 0 657958077 321757184 6696 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751110 0 0 16781312 514 995350222647296261 0 0 17 1 0 0 0
/proc/26431/statm: 78554 6696 372 364 0 14463 0
[pid=26433] ppid=26431 vsize=421428 CPUtime=4.17 cores=1,3,5,7
/proc/26433/stat : 26433 (adaptg2wsat2009) R 26431 26433 26433 0 -1 4202496 2044 0 0 0 417 0 0 0 25 0 1 0 657958078 431542272 1781 33554432000 134512640 135107411 4292820176 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26433/statm: 105357 1781 59 146 0 104233 0
[pid=26416/tid=26423] ppid=26414 vsize=324044 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26423/stat : 26423 (python) S 26414 26416 25950 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 5 0 657958075 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 7 0 0 0
[pid=26416/tid=26426] ppid=26414 vsize=324044 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26426/stat : 26426 (python) S 26414 26416 25950 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 657958076 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 7 0 0 0
[pid=26416/tid=26429] ppid=26414 vsize=324044 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26429/stat : 26429 (python) S 26414 26416 25950 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 5 0 657958077 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 7 0 0 0
[pid=26416/tid=26432] ppid=26414 vsize=324044 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26432/stat : 26432 (python) S 26414 26416 25950 0 -1 4202560 25 934 0 0 0 0 0 0 24 0 5 0 657958077 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.57
Current children cumulated vsize (KiB) 4400288

[startup+12.7006 s]
/proc/loadavg: 8.34 7.91 6.41 9/513 26433
/proc/meminfo: memFree=15870460/32951124 swapFree=65581060/67111528
[pid=26416] ppid=26414 vsize=324044 CPUtime=1.83 cores=1,3,5,7
/proc/26416/stat : 26416 (python) S 26414 26416 25950 0 -1 4202496 15485 934 1 0 172 11 0 0 23 0 5 0 657957867 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26416/statm: 81011 8210 1883 364 0 16920 0
[pid=26422] ppid=26416 vsize=283516 CPUtime=0.04 cores=1,3,5,7
/proc/26422/stat : 26422 (python) S 26416 26416 25950 0 -1 4202560 888 0 0 0 2 2 0 0 18 0 1 0 657958074 290320384 6607 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751055 0 0 16781312 514 6400987261004906759 0 0 17 3 0 0 0
/proc/26422/statm: 70879 6607 378 364 0 6797 0
[pid=26424] ppid=26422 vsize=1018996 CPUtime=10.58 cores=1,3,5,7
/proc/26424/stat : 26424 (gnovelty+2) R 26422 26424 26424 0 -1 4202496 960 0 0 0 1058 0 0 0 25 0 1 0 657958075 1043451904 697 33554432000 134512640 135663704 4291627904 18446744073709551615 134524957 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26424/statm: 254749 697 113 282 0 254465 0
[pid=26425] ppid=26416 vsize=293704 CPUtime=0.04 cores=1,3,5,7
/proc/26425/stat : 26425 (python) S 26416 26416 25950 0 -1 4202560 917 0 0 0 2 2 0 0 18 0 1 0 657958075 300752896 6688 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751110 0 0 16781312 514 6400987261004906759 0 0 17 5 0 0 0
/proc/26425/statm: 73426 6688 372 364 0 9341 0
[pid=26427] ppid=26425 vsize=1018996 CPUtime=10.57 cores=1,3,5,7
/proc/26427/stat : 26427 (gnovelty+2) R 26425 26427 26427 0 -1 4202496 961 0 0 0 1057 0 0 0 25 0 1 0 657958076 1043451904 697 33554432000 134512640 135663704 4294863536 18446744073709551615 135007701 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26427/statm: 254749 697 113 282 0 254465 0
[pid=26428] ppid=26416 vsize=303960 CPUtime=0.04 cores=1,3,5,7
/proc/26428/stat : 26428 (python) S 26416 26416 25950 0 -1 4202560 909 0 0 0 2 2 0 0 18 0 1 0 657958076 311255040 6692 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751110 0 0 16781312 514 6400987261004906756 0 0 17 7 0 0 0
/proc/26428/statm: 75990 6692 372 364 0 11902 0
[pid=26430] ppid=26428 vsize=421428 CPUtime=10.38 cores=1,3,5,7
/proc/26430/stat : 26430 (adaptg2wsat2009) R 26428 26430 26430 0 -1 4202496 2046 0 0 0 1038 0 0 0 25 0 1 0 657958077 431542272 1782 33554432000 134512640 135107411 4290483760 18446744073709551615 134531314 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26430/statm: 105357 1782 59 146 0 104233 0
[pid=26431] ppid=26416 vsize=314216 CPUtime=0.03 cores=1,3,5,7
/proc/26431/stat : 26431 (python) S 26416 26416 25950 0 -1 4202560 926 0 0 0 1 2 0 0 18 0 1 0 657958077 321757184 6696 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751110 0 0 16781312 514 6400987261004906757 0 0 17 1 0 0 0
/proc/26431/statm: 78554 6696 372 364 0 14463 0
[pid=26433] ppid=26431 vsize=421428 CPUtime=10.55 cores=1,3,5,7
/proc/26433/stat : 26433 (adaptg2wsat2009) R 26431 26433 26433 0 -1 4202496 2044 0 0 0 1055 0 0 0 25 0 1 0 657958078 431542272 1781 33554432000 134512640 135107411 4292820176 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26433/statm: 105357 1781 59 146 0 104233 0
[pid=26416/tid=26423] ppid=26414 vsize=324044 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26423/stat : 26423 (python) S 26414 26416 25950 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 5 0 657958075 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 7 0 0 0
[pid=26416/tid=26426] ppid=26414 vsize=324044 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26426/stat : 26426 (python) S 26414 26416 25950 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 657958076 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 7 0 0 0
[pid=26416/tid=26429] ppid=26414 vsize=324044 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26429/stat : 26429 (python) S 26414 26416 25950 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 5 0 657958077 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 7 0 0 0
[pid=26416/tid=26432] ppid=26414 vsize=324044 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26432/stat : 26432 (python) S 26414 26416 25950 0 -1 4202560 25 934 0 0 0 0 0 0 24 0 5 0 657958077 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.06
Current children cumulated vsize (KiB) 4400288

[startup+25.5013 s]
/proc/loadavg: 8.34 7.93 6.44 9/513 26433
/proc/meminfo: memFree=15870492/32951124 swapFree=65581060/67111528
[pid=26416] ppid=26414 vsize=324044 CPUtime=1.83 cores=1,3,5,7
/proc/26416/stat : 26416 (python) S 26414 26416 25950 0 -1 4202496 15485 934 1 0 172 11 0 0 23 0 5 0 657957867 331821056 8210 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26416/statm: 81011 8210 1883 364 0 16920 0
[pid=26422] ppid=26416 vsize=283516 CPUtime=0.07 cores=1,3,5,7

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

/proc/26431/stat : 26431 (python) S 26416 26416 25950 0 -1 4202560 1111 0 0 0 19 15 0 0 19 0 2 0 657958077 321757184 6725 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26431/statm: 78554 6725 400 364 0 14463 0
[pid=26433] ppid=26431 vsize=421428 CPUtime=100 cores=1,3,5,7
/proc/26433/stat : 26433 (adaptg2wsat2009) T 26431 26433 26433 0 -1 4202496 2044 0 0 0 10000 0 0 0 25 0 1 0 657958078 431542272 1781 33554432000 134512640 135107411 4292820176 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26433/statm: 105357 1781 59 146 0 104233 0
[pid=26431/tid=26443] ppid=26416 vsize=314216 CPUtime=0 cores=1,3,5,7
/proc/26431/task/26443/stat : 26443 (python) S 26416 26416 25950 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657968114 321757184 6725 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 514 18446604461734375872 0 0 -1 7 0 0 0
[pid=26445] ppid=26416 vsize=324472 CPUtime=0.39 cores=1,3,5,7
/proc/26445/stat : 26445 (python) S 26416 26416 25950 0 -1 4202560 1096 0 0 0 21 18 0 0 19 0 2 0 657968115 332259328 6729 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26445/statm: 81118 6729 400 364 0 17024 0
[pid=26447] ppid=26445 vsize=421428 CPUtime=102.92 cores=1,3,5,7
/proc/26447/stat : 26447 (adaptg2wsat2009) T 26445 26447 26447 0 -1 4202496 2044 0 0 0 10292 0 0 0 25 0 1 0 657968115 431542272 1781 33554432000 134512640 135107411 4294045216 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26447/statm: 105357 1781 59 146 0 104233 0
[pid=26445/tid=26471] ppid=26416 vsize=324472 CPUtime=0 cores=1,3,5,7
/proc/26445/task/26471/stat : 26471 (python) S 26416 26416 25950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657978458 332259328 6729 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 514 18446604454793986304 0 0 -1 7 0 0 0
[pid=26448] ppid=26416 vsize=334728 CPUtime=0.36 cores=1,3,5,7
/proc/26448/stat : 26448 (python) S 26416 26416 25950 0 -1 4202560 1112 0 0 0 20 16 0 0 18 0 2 0 657968116 342761472 6733 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26448/statm: 83682 6733 400 364 0 19585 0
[pid=26450] ppid=26448 vsize=1018996 CPUtime=100.42 cores=1,3,5,7
/proc/26450/stat : 26450 (gnovelty+2) T 26448 26450 26450 0 -1 4202496 959 0 0 0 10042 0 0 0 25 0 1 0 657968116 1043451904 697 33554432000 134512640 135663704 4292669104 18446744073709551615 134524546 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26450/statm: 254749 697 113 282 0 254465 0
[pid=26448/tid=26463] ppid=26416 vsize=334728 CPUtime=0 cores=1,3,5,7
/proc/26448/task/26463/stat : 26463 (python) S 26416 26416 25950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657978159 342761472 6733 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 514 18446604466231936832 0 0 -1 3 0 0 0
[pid=26451] ppid=26416 vsize=345164 CPUtime=0.38 cores=1,3,5,7
/proc/26451/stat : 26451 (python) S 26416 26416 25950 0 -1 4202560 1123 0 0 0 20 18 0 0 19 0 2 0 657968117 353447936 6737 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26451/statm: 86291 6737 400 364 0 22191 0
[pid=26453] ppid=26451 vsize=251296 CPUtime=102.06 cores=1,3,5,7
/proc/26453/stat : 26453 (FH) T 26451 26453 26453 0 -1 4202496 1946 0 0 0 10206 0 0 0 25 0 1 0 657968117 257327104 1683 33554432000 134512640 134936988 4291397200 18446744073709551615 134554623 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26453/statm: 62824 1683 41 104 0 62328 0
[pid=26451/tid=26475] ppid=26416 vsize=345164 CPUtime=0 cores=1,3,5,7
/proc/26451/task/26475/stat : 26475 (python) S 26416 26416 25950 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657978664 353447936 6737 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 514 18446604454793987200 0 0 -1 7 0 0 0
[pid=26454] ppid=26416 vsize=355240 CPUtime=0.37 cores=1,3,5,7
/proc/26454/stat : 26454 (python) S 26416 26416 25950 0 -1 4202560 1151 0 0 0 19 18 0 0 19 0 2 0 657968118 363765760 6775 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26454/statm: 88810 6775 406 364 0 24707 0
[pid=26456] ppid=26454 vsize=421428 CPUtime=100.15 cores=1,3,5,7
/proc/26456/stat : 26456 (adaptg2wsat2009) T 26454 26456 26456 0 -1 4202496 2049 0 0 0 10015 0 0 0 25 0 1 0 657968119 431542272 1781 33554432000 134512640 135107411 4289256192 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26456/statm: 105357 1781 59 146 0 104233 0
[pid=26454/tid=26464] ppid=26416 vsize=355240 CPUtime=0 cores=1,3,5,7
/proc/26454/task/26464/stat : 26464 (python) S 26416 26416 25950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657978159 363765760 6775 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 514 18446604464054126592 0 0 -1 5 0 0 0
[pid=26465] ppid=26416 vsize=365600 CPUtime=0.37 cores=1,3,5,7
/proc/26465/stat : 26465 (python) S 26416 26416 25950 0 -1 4202560 1158 0 0 0 20 17 0 0 19 0 2 0 657978160 374374400 6779 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26465/statm: 91400 6779 406 364 0 27294 0
[pid=26467] ppid=26465 vsize=421428 CPUtime=99.98 cores=1,3,5,7
/proc/26467/stat : 26467 (adaptg2wsat2009) T 26465 26467 26467 0 -1 4202496 2049 0 0 0 9998 0 0 0 25 0 1 0 657978161 431542272 1781 33554432000 134512640 135107411 4290325840 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26467/statm: 105357 1781 59 146 0 104233 0
[pid=26465/tid=26538] ppid=26416 vsize=365600 CPUtime=0 cores=1,3,5,7
/proc/26465/task/26538/stat : 26538 (python) S 26416 26416 25950 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 657988197 374374400 6779 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 514 18446604470111581440 0 0 -1 3 0 0 0
[pid=26468] ppid=26416 vsize=375864 CPUtime=0.36 cores=1,3,5,7
/proc/26468/stat : 26468 (python) S 26416 26416 25950 0 -1 4202560 1124 0 0 0 18 18 0 0 19 0 2 0 657978162 384884736 6777 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26468/statm: 93966 6777 400 364 0 29857 0
[pid=26470] ppid=26468 vsize=251292 CPUtime=99.25 cores=1,3,5,7
/proc/26470/stat : 26470 (FH) T 26468 26470 26470 0 -1 4202496 1948 0 0 0 9925 0 0 0 25 0 1 0 657978162 257323008 1683 33554432000 134512640 134936988 4293877968 18446744073709551615 134554288 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26470/statm: 62823 1683 41 104 0 62327 0
[pid=26468/tid=26534] ppid=26416 vsize=375864 CPUtime=0 cores=1,3,5,7
/proc/26468/task/26534/stat : 26534 (python) S 26416 26416 25950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657988099 384884736 6777 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 514 18446604454488160960 0 0 -1 1 0 0 0
[pid=26472] ppid=26416 vsize=386240 CPUtime=1.1 cores=1,3,5,7
/proc/26472/stat : 26472 (python) S 26416 26416 25950 0 -1 4202560 1199 0 0 0 53 57 0 0 18 0 2 0 657978459 395509760 6781 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26472/statm: 96560 6781 400 364 0 32448 0
[pid=26474] ppid=26472 vsize=268420 CPUtime=293.43 cores=1,3,5,7
/proc/26474/stat : 26474 (hybridGM3) T 26472 26474 26474 0 -1 4202496 5809 0 0 0 29343 0 0 0 25 0 1 0 657978460 274862080 5543 33554432000 134512640 135204385 4287704576 18446744073709551615 134537815 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26474/statm: 67105 5543 63 169 0 66935 0
[pid=26472/tid=26592] ppid=26416 vsize=386240 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26592/stat : 26592 (python) S 26416 26416 25950 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 657998136 395509760 6781 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 514 18446604454488158272 0 0 -1 5 0 0 0
[pid=26476] ppid=26416 vsize=396460 CPUtime=0.37 cores=1,3,5,7
/proc/26476/stat : 26476 (python) S 26416 26416 25950 0 -1 4202560 1145 0 0 0 18 19 0 0 19 0 2 0 657978665 405975040 6798 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26476/statm: 99115 6798 400 364 0 35000 0
[pid=26478] ppid=26476 vsize=1018996 CPUtime=97.81 cores=1,3,5,7
/proc/26478/stat : 26478 (gnovelty+2) T 26476 26478 26478 0 -1 4202496 964 0 0 0 9781 0 0 0 25 0 1 0 657978665 1043451904 697 33554432000 134512640 135663704 4289722752 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26478/statm: 254749 697 113 282 0 254465 0
[pid=26476/tid=26542] ppid=26416 vsize=396460 CPUtime=0 cores=1,3,5,7
/proc/26476/task/26542/stat : 26542 (python) S 26416 26416 25950 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657988705 405975040 6798 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 514 18446604454793988992 0 0 -1 5 0 0 0
[pid=26535] ppid=26416 vsize=406984 CPUtime=0.75 cores=1,3,5,7
/proc/26535/stat : 26535 (python) S 26416 26416 25950 0 -1 4202560 1203 0 0 0 40 35 0 0 18 0 2 0 657988100 416751616 6802 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26535/statm: 101746 6802 400 364 0 37628 0
[pid=26537] ppid=26535 vsize=268424 CPUtime=202.44 cores=1,3,5,7
/proc/26537/stat : 26537 (hybridGM3) R 26535 26537 26537 0 -1 4202496 5811 0 0 0 20244 0 0 0 25 0 1 0 657988100 274866176 5543 33554432000 134512640 135204385 4293093136 18446744073709551615 134537704 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26537/statm: 67106 5543 63 169 0 66936 0
[pid=26535/tid=26616] ppid=26416 vsize=406984 CPUtime=0 cores=1,3,5,7
/proc/26535/task/26616/stat : 26616 (python) S 26416 26416 25950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658007785 416751616 6802 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 514 18446604465552902016 0 0 -1 3 0 0 0
[pid=26539] ppid=26416 vsize=416920 CPUtime=0.37 cores=1,3,5,7
/proc/26539/stat : 26539 (python) S 26416 26416 25950 0 -1 4202560 1161 0 0 0 19 18 0 0 19 0 2 0 657988198 426926080 6864 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26539/statm: 104230 6864 400 364 0 40109 0
[pid=26541] ppid=26539 vsize=421428 CPUtime=97.56 cores=1,3,5,7
/proc/26541/stat : 26541 (adaptg2wsat2009) T 26539 26541 26541 0 -1 4202496 2052 0 0 0 9756 0 0 0 25 0 1 0 657988198 431542272 1781 33554432000 134512640 135107411 4292591088 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26541/statm: 105357 1781 59 146 0 104233 0
[pid=26539/tid=26593] ppid=26416 vsize=416920 CPUtime=0 cores=1,3,5,7
/proc/26539/task/26593/stat : 26593 (python) S 26416 26416 25950 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 657998234 426926080 6864 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 514 18446604470123189184 0 0 -1 5 0 0 0
[pid=26543] ppid=26416 vsize=427780 CPUtime=0.71 cores=1,3,5,7
/proc/26543/stat : 26543 (python) S 26416 26416 25950 0 -1 4202560 1090 0 0 0 37 34 0 0 18 0 1 0 657988707 438046720 6847 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751110 0 0 16781312 514 6400987261004906759 0 0 17 5 0 0 0
/proc/26543/statm: 106945 6847 380 364 0 42821 0
[pid=26545] ppid=26543 vsize=268420 CPUtime=194.74 cores=1,3,5,7
/proc/26545/stat : 26545 (hybridGM3) R 26543 26545 26545 0 -1 4202496 5818 0 0 0 19474 0 0 0 25 0 1 0 657988707 274862080 5543 33554432000 134512640 135204385 4292153392 18446744073709551615 134538375 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26545/statm: 67105 5543 63 169 0 66935 0
[pid=26594] ppid=26416 vsize=437760 CPUtime=0.37 cores=1,3,5,7
/proc/26594/stat : 26594 (python) S 26416 26416 25950 0 -1 4202560 1216 0 0 0 19 18 0 0 18 0 2 0 657998236 448266240 6951 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26594/statm: 109440 6951 408 364 0 45313 0
[pid=26596] ppid=26594 vsize=251292 CPUtime=99.27 cores=1,3,5,7
/proc/26596/stat : 26596 (FH) T 26594 26596 26596 0 -1 4202496 1959 0 0 0 9927 0 0 0 25 0 1 0 657998236 257323008 1683 33554432000 134512640 134936988 4292267776 18446744073709551615 134544807 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26596/statm: 62823 1683 41 104 0 62327 0
[pid=26594/tid=26617] ppid=26416 vsize=437760 CPUtime=0 cores=1,3,5,7
/proc/26594/task/26617/stat : 26617 (python) S 26416 26416 25950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658008275 448266240 6951 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 514 18446604454222995520 0 0 -1 7 0 0 0
[pid=26618] ppid=26416 vsize=448040 CPUtime=0 cores=1,3,5,7
/proc/26618/stat : 26618 (python) S 26416 26416 25950 0 -1 4202560 869 0 0 0 0 0 0 0 19 0 1 0 658008277 458792960 6903 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751110 0 0 16781312 514 18322930822379732991 0 0 17 7 0 0 0
/proc/26618/statm: 112010 6903 357 364 0 47880 0
[pid=26620] ppid=26618 vsize=268424 CPUtime=0.68 cores=1,3,5,7
/proc/26620/stat : 26620 (hybridGM3) R 26618 26620 26620 0 -1 4202496 5821 0 0 0 68 0 0 0 22 0 1 0 658008277 274866176 5543 33554432000 134512640 135204385 4289653472 18446744073709551615 134538395 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26620/statm: 67106 5543 63 169 0 66936 0
[pid=26621] ppid=26416 vsize=458468 CPUtime=0 cores=1,3,5,7
/proc/26621/stat : 26621 (python) S 26416 26416 25950 0 -1 4202560 828 0 0 0 0 0 0 0 22 0 1 0 658008278 469471232 6897 33554432000 4194304 5683644 140733263143472 18446744073709551615 218905751110 0 0 16781312 514 18405371929352470527 0 0 17 5 0 0 0
/proc/26621/statm: 114617 6897 347 364 0 50484 0
[pid=26623] ppid=26621 vsize=459764 CPUtime=0.69 cores=1,3,5,7
/proc/26623/stat : 26623 (TNM) R 26621 26623 26623 0 -1 4202496 1927 0 0 0 69 0 0 0 25 0 1 0 658008279 470798336 1652 33554432000 134512640 135008748 4291015392 18446744073709551615 134527503 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26623/statm: 114941 1652 46 122 0 113841 0
[pid=26416/tid=26423] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26423/stat : 26423 (python) S 26414 26416 25950 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 19 0 657958075 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 7 0 0 0
[pid=26416/tid=26426] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26426/stat : 26426 (python) S 26414 26416 25950 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 19 0 657958076 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 7 0 0 0
[pid=26416/tid=26429] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26429/stat : 26429 (python) S 26414 26416 25950 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 19 0 657958077 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 7 0 0 0
[pid=26416/tid=26432] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26432/stat : 26432 (python) S 26414 26416 25950 0 -1 4202560 25 934 0 0 0 0 0 0 24 0 19 0 657958077 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 1 0 0 0
[pid=26416/tid=26446] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26446/stat : 26446 (python) S 26414 26416 25950 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 19 0 657968115 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 5 0 0 0
[pid=26416/tid=26449] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26449/stat : 26449 (python) S 26414 26416 25950 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 19 0 657968116 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 5 0 0 0
[pid=26416/tid=26452] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26452/stat : 26452 (python) S 26414 26416 25950 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 19 0 657968117 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 7 0 0 0
[pid=26416/tid=26455] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26455/stat : 26455 (python) S 26414 26416 25950 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 19 0 657968118 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 1 0 0 0
[pid=26416/tid=26466] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26466/stat : 26466 (python) S 26414 26416 25950 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 19 0 657978160 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 3 0 0 0
[pid=26416/tid=26469] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26469/stat : 26469 (python) S 26414 26416 25950 0 -1 4202560 26 934 0 0 0 0 0 0 22 0 19 0 657978162 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 5 0 0 0
[pid=26416/tid=26473] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26473/stat : 26473 (python) S 26414 26416 25950 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 19 0 657978460 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 5 0 0 0
[pid=26416/tid=26477] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26477/stat : 26477 (python) S 26414 26416 25950 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 19 0 657978665 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 5 0 0 0
[pid=26416/tid=26536] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26536/stat : 26536 (python) S 26414 26416 25950 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 19 0 657988100 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 5 0 0 0
[pid=26416/tid=26540] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26540/stat : 26540 (python) S 26414 26416 25950 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 19 0 657988198 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 5 0 0 0
[pid=26416/tid=26544] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26544/stat : 26544 (python) S 26414 26416 25950 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 19 0 657988707 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 5 0 0 0
[pid=26416/tid=26595] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26595/stat : 26595 (python) S 26414 26416 25950 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 19 0 657998236 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 5 0 0 0
[pid=26416/tid=26619] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26619/stat : 26619 (python) S 26414 26416 25950 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 19 0 658008277 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 7 0 0 0
[pid=26416/tid=26622] ppid=26414 vsize=468308 CPUtime=0 cores=1,3,5,7
/proc/26416/task/26622/stat : 26622 (python) S 26414 26416 25950 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 19 0 658008279 479547392 8465 33554432000 4194304 5683644 140733263143472 18446744073709551615 218917554609 0 0 16781312 2 18446604470111582336 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1999.18
Current children cumulated vsize (KiB) 16045552

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26416 and gives
#  childrusage.ru_utime.tv_sec=209
#  childrusage.ru_utime.tv_usec=837099
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=824418
# CPU time returned by wait4() is 213.662
# while last known CPU time is 1999.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 504.94
CPU time (s): 1999.18
CPU user time (s): 1995.5
CPU system time (s): 3.68
CPU usage (%): 395.924
Max. virtual memory (cumulated for all children) (KiB): 16045552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.837
system time used= 3.82442
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66185
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= 10751
involuntary context switches= 666

runsolver used 3.9144 second user time and 9.1996 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 14:46:41
IDJOB=3378202
IDBENCH=82611
IDSOLVER=1859
FILE ID=node137/3378202-1305463601
RUNJOBID= node137-1305462758-25969
PBS_JOBID= 13324972
Free space on /tmp= 73700 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S969405384-096-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-3378202-1305463601/watcher-3378202-1305463601 -o /tmp/evaluation-result-3378202-1305463601/solver-3378202-1305463601 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378202-1305463601.cnf -seed 1216421097 -budget 4800 -cores 4

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

MD5SUM BENCH= 6e345981a96012731da9bd2ce5420289
RANDOM SEED=1216421097

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15934280 kB
Buffers:        310476 kB
Cached:        4070288 kB
SwapCached:      36320 kB
Active:        6806004 kB
Inactive:      9938256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15934280 kB
SwapTotal:    67111528 kB
SwapFree:     65581060 kB
Dirty:           32220 kB
Writeback:           0 kB
AnonPages:    12336808 kB
Mapped:          35380 kB
Slab:           135536 kB
PageTables:      68092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 131241740 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= 73660 MiB
End job on node137 at 2011-05-15 14:55:09