Trace number 3378114

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) 1987.01 501.839

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S877088425-001-UNKNOWN.cnf
MD5SUM419b5972e0565bacaabacb029af6176c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark363.652
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.37/0.79	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.79	c INFO: solving HOME/instance-3378114-1305462758.cnf
0.37/0.79	c INFO: computing task features
0.54/0.95	c INFO: computed variable-clause graph statistics
0.54/0.95	c INFO: computed clause balance statistics
1.34/1.70	c INFO: computed variable balance statistics
1.64/2.10	c INFO: computed small-clause counts
1.64/2.10	c INFO: computed Horn-clause counts
1.75/2.13	c INFO: computed variable graph statistics
1.75/2.13	c INFO: collected features for HOME/instance-3378114-1305462758.cnf in 1.34 s
1.75/2.14	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
1.75/2.16	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.14)
1.75/2.17	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.09)
1.75/2.18	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.07)
402.01/102.64	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.06)
402.01/102.66	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.05)
402.01/102.67	c INFO: running FH@0 for 97 with 1098 remaining (b = 0.04)
402.01/102.68	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.03)
800.70/202.98	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.03)
801.10/203.01	c INFO: running FH@0 for 97 with 997 remaining (b = 0.02)
801.10/203.04	c INFO: running hybridGM3@0 for 194 with 997 remaining (b = 0.04)
801.10/203.06	c INFO: running gnovelty+2@0 for 97 with 997 remaining (b = 0.02)
1199.69/303.34	c INFO: running hybridGM3@0 for 194 with 897 remaining (b = 0.03)
1199.69/303.37	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.02)
1199.99/303.46	c INFO: running hybridGM3@0 for 194 with 897 remaining (b = 0.03)
1582.52/399.78	c INFO: running hybridGM3@100 for 97 with 801 remaining (b = 0.01)
1598.44/403.73	c INFO: running FH@0 for 97 with 797 remaining (b = 0.01)
1981.01/500.22	c INFO: running hybridGM3@0 for 194 with 700 remaining (b = 0.02)
1984.56/501.15	c INFO: running TNM@0 for 699 with 699 remaining (b = 0.08)
1987.01/501.83	c INFO: running adaptg2wsat2009++@0 for 97 with 698 remaining (b = 0.01)
1987.01/501.83	Traceback (most recent call last):
1987.01/501.83	  File "HOME/solve", line 33, in <module>
1987.01/501.83	    plac.call(main)
1987.01/501.83	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
1987.01/501.83	    cmd, result = parser_from(obj).consume(arglist)
1987.01/501.83	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
1987.01/501.83	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1987.01/501.83	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1987.01/501.83	    (_, answer, _) = solver(input_path, budget / cores, cores)
1987.01/501.83	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
1987.01/501.83	    solver.go(max_cost * borg.defaults.machine_speed)
1987.01/501.83	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
1987.01/501.83	    self._process.start()
1987.01/501.83	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
1987.01/501.83	    assert self._popen is None, 'cannot start a process twice'
1987.01/501.83	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-3378114-1305462758/watcher-3378114-1305462758 -o /tmp/evaluation-result-3378114-1305462758/solver-3378114-1305462758 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378114-1305462758.cnf -seed 314927927 -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: 3.41 3.89 3.87 2/411 25983
/proc/meminfo: memFree=16390960/32951124 swapFree=65581060/67111528
[pid=25983] ppid=25981 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/25983/stat : 25983 (python) R 25981 25983 25950 0 -1 4202496 869 0 0 0 0 0 0 0 17 0 1 0 657873537 16154624 751 33554432000 4194304 5683644 140735407748224 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/25983/statm: 3944 751 343 364 0 431 0

[startup+0.0817351 s]
/proc/loadavg: 3.41 3.89 3.87 2/411 25983
/proc/meminfo: memFree=16390960/32951124 swapFree=65581060/67111528
[pid=25983] ppid=25981 vsize=36508 CPUtime=0.04 cores=1,3,5,7
/proc/25983/stat : 25983 (python) R 25981 25983 25950 0 -1 4202496 1610 0 0 0 3 1 0 0 17 0 1 0 657873537 37384192 1444 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905729024 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/25983/statm: 9128 1445 452 364 0 945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.100741 s]
/proc/loadavg: 3.41 3.89 3.87 2/411 25983
/proc/meminfo: memFree=16390960/32951124 swapFree=65581060/67111528
[pid=25983] ppid=25981 vsize=50336 CPUtime=0.06 cores=1,3,5,7
/proc/25983/stat : 25983 (python) S 25981 25983 25950 0 -1 4202496 2010 0 0 0 4 2 0 0 17 0 1 0 657873537 51544064 1770 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/25983/statm: 12584 1770 480 364 0 1284 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 50336

[startup+0.30069 s]
/proc/loadavg: 3.41 3.89 3.87 2/411 25983
/proc/meminfo: memFree=16390960/32951124 swapFree=65581060/67111528
[pid=25983] ppid=25981 vsize=131296 CPUtime=0.18 cores=1,3,5,7
/proc/25983/stat : 25983 (python) R 25981 25983 25950 0 -1 4202496 5704 933 1 0 13 5 0 0 17 0 1 0 657873537 134447104 4099 33554432000 4194304 5683644 140735407748224 18446744073709551615 4509424 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/25983/statm: 32824 4099 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 131296

[startup+0.700616 s]
/proc/loadavg: 3.41 3.89 3.87 2/411 25983
/proc/meminfo: memFree=16390960/32951124 swapFree=65581060/67111528
[pid=25983] ppid=25981 vsize=246180 CPUtime=0.37 cores=1,3,5,7
/proc/25983/stat : 25983 (python) R 25981 25983 25950 0 -1 4202496 8107 933 1 0 25 12 0 0 15 0 1 0 657873537 252088320 6006 33554432000 4194304 5683644 140735407748224 18446744073709551615 4571677 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/25983/statm: 61545 6006 1621 364 0 4547 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 246180

[startup+1.50047 s]
/proc/loadavg: 3.41 3.89 3.87 3/417 25997
/proc/meminfo: memFree=16323836/32951124 swapFree=65581060/67111528
[pid=25983] ppid=25981 vsize=287580 CPUtime=1.14 cores=1,3,5,7
/proc/25983/stat : 25983 (python) R 25981 25983 25950 0 -1 4202496 12682 933 1 0 100 14 0 0 16 0 1 0 657873537 294481920 9280 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905389877 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/25983/statm: 71895 9280 1826 364 0 7819 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 287580

[startup+3.10015 s]
/proc/loadavg: 3.41 3.89 3.87 3/417 25997
/proc/meminfo: memFree=16322348/32951124 swapFree=65581060/67111528
[pid=25983] ppid=25981 vsize=324036 CPUtime=1.81 cores=1,3,5,7
/proc/25983/stat : 25983 (python) S 25981 25983 25950 0 -1 4202496 15470 933 1 0 166 15 0 0 23 0 5 0 657873537 331812864 8200 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25983/statm: 81009 8200 1875 364 0 16918 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 324036
heavy processes:

[startup+6.30057 s]
/proc/loadavg: 3.54 3.90 3.87 9/441 26021
/proc/meminfo: memFree=16260172/32951124 swapFree=65581060/67111528
[pid=25983] ppid=25981 vsize=324036 CPUtime=1.81 cores=1,3,5,7
/proc/25983/stat : 25983 (python) S 25981 25983 25950 0 -1 4202496 15470 933 1 0 166 15 0 0 23 0 5 0 657873537 331812864 8200 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25983/statm: 81009 8200 1875 364 0 16918 0
[pid=25998] ppid=25983 vsize=283508 CPUtime=0.01 cores=1,3,5,7
/proc/25998/stat : 25998 (python) S 25983 25983 25950 0 -1 4202560 884 0 0 0 0 1 0 0 18 0 1 0 657873752 290312192 6605 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751055 0 0 16781312 514 1865483383904108807 0 0 17 3 0 0 0
/proc/25998/statm: 70877 6605 378 364 0 6795 0
[pid=26000] ppid=25998 vsize=1018996 CPUtime=4.12 cores=1,3,5,7
/proc/26000/stat : 26000 (gnovelty+2) R 25998 26000 26000 0 -1 4202496 961 0 0 0 412 0 0 0 25 0 1 0 657873753 1043451904 697 33554432000 134512640 135663704 4294651392 18446744073709551615 134544189 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26000/statm: 254749 697 113 282 0 254465 0
[pid=26001] ppid=25983 vsize=293696 CPUtime=0.01 cores=1,3,5,7
/proc/26001/stat : 26001 (python) S 25983 25983 25950 0 -1 4202560 899 0 0 0 0 1 0 0 18 0 1 0 657873753 300744704 6685 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751110 0 0 16781312 514 1354392446162665736 0 0 17 5 0 0 0
/proc/26001/statm: 73424 6685 371 364 0 9339 0
[pid=26003] ppid=26001 vsize=1018996 CPUtime=4.08 cores=1,3,5,7
/proc/26003/stat : 26003 (gnovelty+2) R 26001 26003 26003 0 -1 4202496 960 0 0 0 408 0 0 0 25 0 1 0 657873754 1043451904 698 33554432000 134512640 135663704 4291441536 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26003/statm: 254749 698 113 282 0 254465 0
[pid=26004] ppid=25983 vsize=303952 CPUtime=0.01 cores=1,3,5,7
/proc/26004/stat : 26004 (python) S 25983 25983 25950 0 -1 4202560 903 0 0 0 1 0 0 0 18 0 1 0 657873754 311246848 6690 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751110 0 0 16781312 514 218258010210795780 0 0 17 1 0 0 0
/proc/26004/statm: 75988 6690 372 364 0 11900 0
[pid=26008] ppid=26004 vsize=421560 CPUtime=4.09 cores=1,3,5,7
/proc/26008/stat : 26008 (adaptg2wsat2009) R 26004 26008 26008 0 -1 4202496 2052 0 0 0 409 0 0 0 25 0 1 0 657873756 431677440 1784 33554432000 134512640 135107411 4294341664 18446744073709551615 134531741 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26008/statm: 105390 1784 59 146 0 104266 0
[pid=26006] ppid=25983 vsize=314208 CPUtime=0.01 cores=1,3,5,7
/proc/26006/stat : 26006 (python) S 25983 25983 25950 0 -1 4202560 920 0 0 0 0 1 0 0 18 0 1 0 657873756 321748992 6693 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751110 0 0 16781312 514 14531023356313960708 0 0 17 5 0 0 0
/proc/26006/statm: 78552 6693 371 364 0 14461 0
[pid=26009] ppid=26006 vsize=421560 CPUtime=4.07 cores=1,3,5,7
/proc/26009/stat : 26009 (adaptg2wsat2009) R 26006 26009 26009 0 -1 4202496 2046 0 0 0 407 0 0 0 25 0 1 0 657873756 431677440 1784 33554432000 134512640 135107411 4290805920 18446744073709551615 134531561 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26009/statm: 105390 1784 59 146 0 104266 0
[pid=25983/tid=25999] ppid=25981 vsize=324036 CPUtime=0 cores=1,3,5,7
/proc/25983/task/25999/stat : 25999 (python) S 25981 25983 25950 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 5 0 657873752 331812864 8200 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26002] ppid=25981 vsize=324036 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26002/stat : 26002 (python) S 25981 25983 25950 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 5 0 657873753 331812864 8200 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26005] ppid=25981 vsize=324036 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26005/stat : 26005 (python) S 25981 25983 25950 0 -1 4202560 36 933 0 0 0 0 0 0 22 0 5 0 657873755 331812864 8200 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26007] ppid=25981 vsize=324036 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26007/stat : 26007 (python) S 25981 25983 25950 0 -1 4202560 17 933 0 0 0 0 0 0 24 0 5 0 657873756 331812864 8200 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18.21
Current children cumulated vsize (KiB) 4400512

[startup+12.7014 s]
/proc/loadavg: 3.89 3.97 3.89 9/441 26021
/proc/meminfo: memFree=16256744/32951124 swapFree=65581060/67111528
[pid=25983] ppid=25981 vsize=324036 CPUtime=1.81 cores=1,3,5,7
/proc/25983/stat : 25983 (python) S 25981 25983 25950 0 -1 4202496 15470 933 1 0 166 15 0 0 23 0 5 0 657873537 331812864 8200 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25983/statm: 81009 8200 1875 364 0 16918 0
[pid=25998] ppid=25983 vsize=283508 CPUtime=0.03 cores=1,3,5,7
/proc/25998/stat : 25998 (python) S 25983 25983 25950 0 -1 4202560 887 0 0 0 2 1 0 0 18 0 1 0 657873752 290312192 6605 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751055 0 0 16781312 514 8673475485478387975 0 0 17 3 0 0 0
/proc/25998/statm: 70877 6605 378 364 0 6795 0
[pid=26000] ppid=25998 vsize=1018996 CPUtime=10.5 cores=1,3,5,7
/proc/26000/stat : 26000 (gnovelty+2) R 25998 26000 26000 0 -1 4202496 961 0 0 0 1050 0 0 0 25 0 1 0 657873753 1043451904 697 33554432000 134512640 135663704 4294651392 18446744073709551615 134544204 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26000/statm: 254749 697 113 282 0 254465 0
[pid=26001] ppid=25983 vsize=293696 CPUtime=0.02 cores=1,3,5,7
/proc/26001/stat : 26001 (python) S 25983 25983 25950 0 -1 4202560 903 0 0 0 1 1 0 0 18 0 1 0 657873753 300744704 6686 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751110 0 0 16781312 514 8673475485478387976 0 0 17 5 0 0 0
/proc/26001/statm: 73424 6686 372 364 0 9339 0
[pid=26003] ppid=26001 vsize=1018996 CPUtime=10.39 cores=1,3,5,7
/proc/26003/stat : 26003 (gnovelty+2) R 26001 26003 26003 0 -1 4202496 960 0 0 0 1039 0 0 0 25 0 1 0 657873754 1043451904 698 33554432000 134512640 135663704 4291441536 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26003/statm: 254749 698 113 282 0 254465 0
[pid=26004] ppid=25983 vsize=303952 CPUtime=0.03 cores=1,3,5,7
/proc/26004/stat : 26004 (python) S 25983 25983 25950 0 -1 4202560 909 0 0 0 2 1 0 0 18 0 1 0 657873754 311246848 6690 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751110 0 0 16781312 514 8673475485478387972 0 0 17 1 0 0 0
/proc/26004/statm: 75988 6690 372 364 0 11900 0
[pid=26008] ppid=26004 vsize=421560 CPUtime=10.47 cores=1,3,5,7
/proc/26008/stat : 26008 (adaptg2wsat2009) R 26004 26008 26008 0 -1 4202496 2052 0 0 0 1047 0 0 0 25 0 1 0 657873756 431677440 1784 33554432000 134512640 135107411 4294341664 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26008/statm: 105390 1784 59 146 0 104266 0
[pid=26006] ppid=25983 vsize=314208 CPUtime=0.03 cores=1,3,5,7
/proc/26006/stat : 26006 (python) S 25983 25983 25950 0 -1 4202560 923 0 0 0 1 2 0 0 18 0 1 0 657873756 321748992 6694 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751110 0 0 16781312 514 8673475485478387972 0 0 17 5 0 0 0
/proc/26006/statm: 78552 6694 372 364 0 14461 0
[pid=26009] ppid=26006 vsize=421560 CPUtime=10.43 cores=1,3,5,7
/proc/26009/stat : 26009 (adaptg2wsat2009) R 26006 26009 26009 0 -1 4202496 2046 0 0 0 1043 0 0 0 25 0 1 0 657873756 431677440 1784 33554432000 134512640 135107411 4290805920 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26009/statm: 105390 1784 59 146 0 104266 0
[pid=25983/tid=25999] ppid=25981 vsize=324036 CPUtime=0 cores=1,3,5,7
/proc/25983/task/25999/stat : 25999 (python) S 25981 25983 25950 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 5 0 657873752 331812864 8200 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26002] ppid=25981 vsize=324036 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26002/stat : 26002 (python) S 25981 25983 25950 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 5 0 657873753 331812864 8200 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26005] ppid=25981 vsize=324036 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26005/stat : 26005 (python) S 25981 25983 25950 0 -1 4202560 36 933 0 0 0 0 0 0 22 0 5 0 657873755 331812864 8200 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26007] ppid=25981 vsize=324036 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26007/stat : 26007 (python) S 25981 25983 25950 0 -1 4202560 17 933 0 0 0 0 0 0 24 0 5 0 657873756 331812864 8200 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 43.71
Current children cumulated vsize (KiB) 4400512

[startup+25.5171 s]
/proc/loadavg: 4.80 4.17 3.96 9/441 26022
/proc/meminfo: memFree=16259392/32951124 swapFree=65581060/67111528
[pid=25983] ppid=25981 vsize=324036 CPUtime=1.81 cores=1,3,5,7
/proc/25983/stat : 25983 (python) S 25981 25983 25950 0 -1 4202496 15470 933 1 0 166 15 0 0 23 0 5 0 657873537 331812864 8200 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25983/statm: 81009 8200 1875 364 0 16918 0
[pid=25998] ppid=25983 vsize=283508 CPUtime=0.07 cores=1,3,5,7
/proc/25998/stat : 25998 (python) S 25983 25983 25950 0 -1 4202560 893 0 0 0 4 3 0 0 18 0 1 0 657873752 290312192 6605 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751055 0 0 16781312 514 8673475485478387975 0 0 17 3 0 0 0
/proc/25998/statm: 70877 6605 378 364 0 6795 0
[pid=26000] ppid=25998 vsize=1018996 CPUtime=23.28 cores=1,3,5,7
/proc/26000/stat : 26000 (gnovelty+2) R 25998 26000 26000 0 -1 4202496 961 0 0 0 2328 0 0 0 25 0 1 0 657873753 1043451904 697 33554432000 134512640 135663704 4294651392 18446744073709551615 134544264 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26000/statm: 254749 697 113 282 0 254465 0
[pid=26001] ppid=25983 vsize=293696 CPUtime=0.07 cores=1,3,5,7
/proc/26001/stat : 26001 (python) S 25983 25983 25950 0 -1 4202560 908 0 0 0 4 3 0 0 18 0 1 0 657873753 300744704 6686 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751110 0 0 16781312 514 8673475485478387976 0 0 17 5 0 0 0
/proc/26001/statm: 73424 6686 372 364 0 9339 0
[pid=26003] ppid=26001 vsize=1018996 CPUtime=23.01 cores=1,3,5,7
/proc/26003/stat : 26003 (gnovelty+2) R 26001 26003 26003 0 -1 4202496 960 0 0 0 2301 0 0 0 25 0 1 0 657873754 1043451904 698 33554432000 134512640 135663704 4291441536 18446744073709551615 134545607 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26003/statm: 254749 698 113 282 0 254465 0
[pid=26004] ppid=25983 vsize=303952 CPUtime=0.07 cores=1,3,5,7
/proc/26004/stat : 26004 (python) S 25983 25983 25950 0 -1 4202560 913 0 0 0 4 3 0 0 18 0 1 0 657873754 311246848 6690 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751110 0 0 16781312 514 8673475485478387972 0 0 17 1 0 0 0
/proc/26004/statm: 75988 6690 372 364 0 11900 0
[pid=26008] ppid=26004 vsize=421560 CPUtime=23.25 cores=1,3,5,7
/proc/26008/stat : 26008 (adaptg2wsat2009) R 26004 26008 26008 0 -1 4202496 2052 0 0 0 2325 0 0 0 25 0 1 0 657873756 431677440 1784 33554432000 134512640 135107411 4294341664 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26008/statm: 105390 1784 59 146 0 104266 0
[pid=26006] ppid=25983 vsize=314208 CPUtime=0.07 cores=1,3,5,7
/proc/26006/stat : 26006 (python) S 25983 25983 25950 0 -1 4202560 927 0 0 0 3 4 0 0 18 0 1 0 657873756 321748992 6694 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751110 0 0 16781312 514 8673475485478387972 0 0 17 5 0 0 0
/proc/26006/statm: 78552 6694 372 364 0 14461 0
[pid=26009] ppid=26006 vsize=421560 CPUtime=23.17 cores=1,3,5,7
/proc/26009/stat : 26009 (adaptg2wsat2009) R 26006 26009 26009 0 -1 4202496 2046 0 0 0 2317 0 0 0 25 0 1 0 657873756 431677440 1784 33554432000 134512640 135107411 4290805920 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26009/statm: 105390 1784 59 146 0 104266 0
[pid=25983/tid=25999] ppid=25981 vsize=324036 CPUtime=0 cores=1,3,5,7
/proc/25983/task/25999/stat : 25999 (python) S 25981 25983 25950 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 5 0 657873752 331812864 8200 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26002] ppid=25981 vsize=324036 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26002/stat : 26002 (python) S 25981 25983 25950 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 5 0 657873753 331812864 8200 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26005] ppid=25981 vsize=324036 CPUtime=0 cores=1,3,5,7

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

/proc/26004/task/26033/stat : 26033 (python) S 25983 25983 25950 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657883803 311246848 6719 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 514 18446604461553444992 0 0 -1 1 0 0 0
[pid=26006] ppid=25983 vsize=314208 CPUtime=0.32 cores=1,3,5,7
/proc/26006/stat : 26006 (python) S 25983 25983 25950 0 -1 4202560 1102 0 0 0 17 15 0 0 19 0 2 0 657873756 321748992 6723 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26006/statm: 78552 6723 400 364 0 14461 0
[pid=26009] ppid=26006 vsize=421560 CPUtime=99.82 cores=1,3,5,7
/proc/26009/stat : 26009 (adaptg2wsat2009) T 26006 26009 26009 0 -1 4202496 2046 0 0 0 9982 0 0 0 25 0 1 0 657873756 431677440 1784 33554432000 134512640 135107411 4290805920 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26009/statm: 105390 1784 59 146 0 104266 0
[pid=26006/tid=26035] ppid=25983 vsize=314208 CPUtime=0 cores=1,3,5,7
/proc/26006/task/26035/stat : 26035 (python) S 25983 25983 25950 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657883803 321748992 6723 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 514 18446604456295960768 0 0 -1 7 0 0 0
[pid=26030] ppid=25983 vsize=324464 CPUtime=0.33 cores=1,3,5,7
/proc/26030/stat : 26030 (python) S 25983 25983 25950 0 -1 4202560 1095 0 0 0 16 17 0 0 19 0 2 0 657883802 332251136 6727 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26030/statm: 81116 6727 400 364 0 17022 0
[pid=26032] ppid=26030 vsize=421560 CPUtime=97.89 cores=1,3,5,7
/proc/26032/stat : 26032 (adaptg2wsat2009) T 26030 26032 26032 0 -1 4202496 2046 0 0 0 9789 0 0 0 25 0 1 0 657883802 431677440 1783 33554432000 134512640 135107411 4293570352 18446744073709551615 134531656 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26032/statm: 105390 1783 59 146 0 104266 0
[pid=26030/tid=26064] ppid=25983 vsize=324464 CPUtime=0 cores=1,3,5,7
/proc/26030/task/26064/stat : 26064 (python) S 25983 25983 25950 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657893835 332251136 6727 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 514 18446604467342496832 0 0 -1 5 0 0 0
[pid=26036] ppid=25983 vsize=334720 CPUtime=0.33 cores=1,3,5,7
/proc/26036/stat : 26036 (python) S 25983 25983 25950 0 -1 4202560 1097 0 0 0 17 16 0 0 19 0 2 0 657883804 342753280 6731 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26036/statm: 83680 6731 400 364 0 19583 0
[pid=26038] ppid=26036 vsize=1018996 CPUtime=100.02 cores=1,3,5,7
/proc/26038/stat : 26038 (gnovelty+2) T 26036 26038 26038 0 -1 4202496 958 0 0 0 10002 0 0 0 25 0 1 0 657883804 1043451904 698 33554432000 134512640 135663704 4292642944 18446744073709551615 134524734 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26038/statm: 254749 698 113 282 0 254465 0
[pid=26036/tid=26073] ppid=25983 vsize=334720 CPUtime=0 cores=1,3,5,7
/proc/26036/task/26073/stat : 26073 (python) S 25983 25983 25950 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657893841 342753280 6731 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 514 18446604454793987200 0 0 -1 1 0 0 0
[pid=26039] ppid=25983 vsize=345068 CPUtime=0.33 cores=1,3,5,7
/proc/26039/stat : 26039 (python) S 25983 25983 25950 0 -1 4202560 1102 0 0 0 16 17 0 0 19 0 2 0 657883805 353349632 6735 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26039/statm: 86267 6735 400 364 0 22167 0
[pid=26041] ppid=26039 vsize=251292 CPUtime=99.98 cores=1,3,5,7
/proc/26041/stat : 26041 (FH) T 26039 26041 26041 0 -1 4202496 1946 0 0 0 9998 0 0 0 25 0 1 0 657883805 257323008 1683 33554432000 134512640 134936988 4293709536 18446744073709551615 134554229 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26041/statm: 62823 1683 41 104 0 62327 0
[pid=26039/tid=26068] ppid=25983 vsize=345068 CPUtime=0 cores=1,3,5,7
/proc/26039/task/26068/stat : 26068 (python) S 25983 25983 25950 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657893838 353349632 6735 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 514 18446604454793986304 0 0 -1 3 0 0 0
[pid=26042] ppid=25983 vsize=355232 CPUtime=0.33 cores=1,3,5,7
/proc/26042/stat : 26042 (python) S 25983 25983 25950 0 -1 4202560 1149 0 0 0 19 14 0 0 19 0 2 0 657883806 363757568 6751 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26042/statm: 88808 6751 406 364 0 24705 0
[pid=26044] ppid=26042 vsize=421560 CPUtime=99.67 cores=1,3,5,7
/proc/26044/stat : 26044 (adaptg2wsat2009) T 26042 26044 26044 0 -1 4202496 2050 0 0 0 9967 0 0 0 25 0 1 0 657883806 431677440 1782 33554432000 134512640 135107411 4287675216 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26044/statm: 105390 1782 59 146 0 104266 0
[pid=26042/tid=26070] ppid=25983 vsize=355232 CPUtime=0 cores=1,3,5,7
/proc/26042/task/26070/stat : 26070 (python) S 25983 25983 25950 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657893839 363757568 6751 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 514 18446604470082931520 0 0 -1 1 0 0 0
[pid=26065] ppid=25983 vsize=365700 CPUtime=0.34 cores=1,3,5,7
/proc/26065/stat : 26065 (python) S 25983 25983 25950 0 -1 4202560 1148 0 0 0 18 16 0 0 19 0 2 0 657893836 374476800 6755 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26065/statm: 91425 6755 406 364 0 27319 0
[pid=26067] ppid=26065 vsize=421560 CPUtime=97.78 cores=1,3,5,7
/proc/26067/stat : 26067 (adaptg2wsat2009) T 26065 26067 26067 0 -1 4202496 2051 0 0 0 9778 0 0 0 25 0 1 0 657893836 431677440 1782 33554432000 134512640 135107411 4291901600 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26067/statm: 105390 1782 59 146 0 104266 0
[pid=26065/tid=26098] ppid=25983 vsize=365700 CPUtime=0 cores=1,3,5,7
/proc/26065/task/26098/stat : 26098 (python) S 25983 25983 25950 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657903870 374476800 6755 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 514 18446604468300014848 0 0 -1 7 0 0 0
[pid=26069] ppid=25983 vsize=376180 CPUtime=0.35 cores=1,3,5,7
/proc/26069/stat : 26069 (python) S 25983 25983 25950 0 -1 4202560 1121 0 0 0 18 17 0 0 19 0 2 0 657893839 385208320 6783 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26069/statm: 94045 6783 400 364 0 29936 0
[pid=26072] ppid=26069 vsize=251292 CPUtime=99.64 cores=1,3,5,7
/proc/26072/stat : 26072 (FH) T 26069 26072 26072 0 -1 4202496 1950 0 0 0 9964 0 0 0 25 0 1 0 657893839 257323008 1683 33554432000 134512640 134936988 4289128016 18446744073709551615 134554623 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26072/statm: 62823 1683 41 104 0 62327 0
[pid=26069/tid=26102] ppid=25983 vsize=376180 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26102/stat : 26102 (python) S 25983 25983 25950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657903873 385208320 6783 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 514 18446604469551751616 0 0 -1 5 0 0 0
[pid=26074] ppid=25983 vsize=386240 CPUtime=1.04 cores=1,3,5,7
/proc/26074/stat : 26074 (python) S 25983 25983 25950 0 -1 4202560 1179 0 0 0 52 52 0 0 18 0 2 0 657893842 395509760 6843 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26074/statm: 96560 6843 400 364 0 32448 0
[pid=26076] ppid=26074 vsize=268420 CPUtime=296.28 cores=1,3,5,7
/proc/26076/stat : 26076 (hybridGM3) T 26074 26076 26076 0 -1 4202496 5810 0 0 0 29628 0 0 0 25 0 1 0 657893843 274862080 5544 33554432000 134512640 135204385 4294525568 18446744073709551615 134538427 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26076/statm: 67105 5544 63 169 0 66935 0
[pid=26074/tid=26122] ppid=25983 vsize=386240 CPUtime=0 cores=1,3,5,7
/proc/26074/task/26122/stat : 26122 (python) S 25983 25983 25950 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 657913514 395509760 6843 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 514 18446604469551752512 0 0 -1 5 0 0 0
[pid=26077] ppid=25983 vsize=396752 CPUtime=0.35 cores=1,3,5,7
/proc/26077/stat : 26077 (python) S 25983 25983 25950 0 -1 4202560 1149 0 0 0 18 17 0 0 19 0 2 0 657893844 406274048 6847 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26077/statm: 99188 6847 400 364 0 35073 0
[pid=26079] ppid=26077 vsize=1018996 CPUtime=100.37 cores=1,3,5,7
/proc/26079/stat : 26079 (gnovelty+2) T 26077 26079 26079 0 -1 4202496 967 0 0 0 10037 0 0 0 25 0 1 0 657893844 1043451904 697 33554432000 134512640 135663704 4289817936 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26079/statm: 254749 697 113 282 0 254465 0
[pid=26077/tid=26106] ppid=25983 vsize=396752 CPUtime=0 cores=1,3,5,7
/proc/26077/task/26106/stat : 26106 (python) S 25983 25983 25950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657903882 406274048 6847 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 514 18446604468309741952 0 0 -1 1 0 0 0
[pid=26099] ppid=25983 vsize=406784 CPUtime=0.69 cores=1,3,5,7
/proc/26099/stat : 26099 (python) S 25983 25983 25950 0 -1 4202560 1026 0 0 0 34 35 0 0 18 0 1 0 657903871 416546816 6837 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751110 0 0 16781312 514 8673475485478387976 0 0 17 1 0 0 0
/proc/26099/statm: 101696 6837 372 364 0 37578 0
[pid=26101] ppid=26099 vsize=268424 CPUtime=195.26 cores=1,3,5,7
/proc/26101/stat : 26101 (hybridGM3) R 26099 26101 26101 0 -1 4202496 5813 0 0 0 19525 1 0 0 25 0 1 0 657903872 274866176 5545 33554432000 134512640 135204385 4288562544 18446744073709551615 134538480 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26101/statm: 67106 5545 63 169 0 66936 0
[pid=26103] ppid=25983 vsize=417324 CPUtime=0.35 cores=1,3,5,7
/proc/26103/stat : 26103 (python) S 25983 25983 25950 0 -1 4202560 1151 0 0 0 17 18 0 0 19 0 2 0 657903875 427339776 6870 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26103/statm: 104331 6870 400 364 0 40210 0
[pid=26105] ppid=26103 vsize=421560 CPUtime=99.62 cores=1,3,5,7
/proc/26105/stat : 26105 (adaptg2wsat2009) T 26103 26105 26105 0 -1 4202496 2055 0 0 0 9962 0 0 0 25 0 1 0 657903875 431677440 1783 33554432000 134512640 135107411 4287020768 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26105/statm: 105390 1783 59 146 0 104266 0
[pid=26103/tid=26123] ppid=25983 vsize=417324 CPUtime=0 cores=1,3,5,7
/proc/26103/task/26123/stat : 26123 (python) S 25983 25983 25950 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 657913909 427339776 6870 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 514 18446604465699012736 0 0 -1 1 0 0 0
[pid=26107] ppid=25983 vsize=427324 CPUtime=0.7 cores=1,3,5,7
/proc/26107/stat : 26107 (python) S 25983 25983 25950 0 -1 4202560 1228 0 0 0 35 35 0 0 19 0 2 0 657903884 437579776 6896 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26107/statm: 106831 6896 407 364 0 42707 0
[pid=26109] ppid=26107 vsize=268424 CPUtime=196.06 cores=1,3,5,7
/proc/26109/stat : 26109 (hybridGM3) T 26107 26109 26109 0 -1 4202496 5822 0 0 0 19606 0 0 0 25 0 1 0 657903884 274866176 5545 33554432000 134512640 135204385 4292707104 18446744073709551615 134538284 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26109/statm: 67106 5545 63 169 0 66936 0
[pid=26107/tid=26136] ppid=25983 vsize=427324 CPUtime=0 cores=1,3,5,7
/proc/26107/task/26136/stat : 26136 (python) S 25983 25983 25950 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657923559 437579776 6896 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 514 18446604470082929728 0 0 -1 3 0 0 0
[pid=26124] ppid=25983 vsize=437596 CPUtime=0.34 cores=1,3,5,7
/proc/26124/stat : 26124 (python) S 25983 25983 25950 0 -1 4202560 1030 0 0 0 17 17 0 0 18 0 1 0 657913911 448098304 6886 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751110 0 0 16781312 514 8673475485478387975 0 0 17 5 0 0 0
/proc/26124/statm: 109399 6886 379 364 0 45272 0
[pid=26126] ppid=26124 vsize=251292 CPUtime=94.54 cores=1,3,5,7
/proc/26126/stat : 26126 (FH) R 26124 26126 26126 0 -1 4202496 1958 0 0 0 9454 0 0 0 25 0 1 0 657913911 257323008 1682 33554432000 134512640 134936988 4290481328 18446744073709551615 134554594 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26126/statm: 62823 1682 41 104 0 62327 0
[pid=26137] ppid=25983 vsize=448180 CPUtime=0 cores=1,3,5,7
/proc/26137/stat : 26137 (python) S 25983 25983 25950 0 -1 4202560 856 0 0 0 0 0 0 0 18 0 1 0 657923560 458936320 6867 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751110 0 0 16781312 514 131544750808334599 0 0 17 5 0 0 0
/proc/26137/statm: 112045 6867 356 364 0 47915 0
[pid=26139] ppid=26137 vsize=268420 CPUtime=1.46 cores=1,3,5,7
/proc/26139/stat : 26139 (hybridGM3) R 26137 26139 26139 0 -1 4202496 5826 0 0 0 146 0 0 0 25 0 1 0 657923560 274862080 5545 33554432000 134512640 135204385 4289699520 18446744073709551615 134538041 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26139/statm: 67105 5545 63 169 0 66935 0
[pid=26140] ppid=25983 vsize=458392 CPUtime=0 cores=1,3,5,7
/proc/26140/stat : 26140 (python) S 25983 25983 25950 0 -1 4202560 816 0 0 0 0 0 0 0 19 0 1 0 657923653 469393408 6868 33554432000 4194304 5683644 140735407748224 18446744073709551615 218905751110 0 0 16781312 514 131537054226972671 0 0 17 5 0 0 0
/proc/26140/statm: 114598 6868 346 364 0 50465 0
[pid=26142] ppid=26140 vsize=455540 CPUtime=0.53 cores=1,3,5,7
/proc/26142/stat : 26142 (TNM) R 26140 26142 26142 0 -1 4202496 1644 0 0 0 53 0 0 0 22 0 1 0 657923653 466472960 1369 33554432000 134512640 135008748 4290208304 18446744073709551615 134526163 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26142/statm: 113885 1369 46 122 0 112785 0
[pid=25983/tid=25999] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/25999/stat : 25999 (python) S 25981 25983 25950 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 19 0 657873752 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26002] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26002/stat : 26002 (python) S 25981 25983 25950 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 19 0 657873753 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26005] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26005/stat : 26005 (python) S 25981 25983 25950 0 -1 4202560 36 933 0 0 0 0 0 0 22 0 19 0 657873755 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26007] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26007/stat : 26007 (python) S 25981 25983 25950 0 -1 4202560 17 933 0 0 0 0 0 0 24 0 19 0 657873756 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26031] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26031/stat : 26031 (python) S 25981 25983 25950 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 19 0 657883802 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26037] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26037/stat : 26037 (python) S 25981 25983 25950 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 19 0 657883804 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26040] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26040/stat : 26040 (python) S 25981 25983 25950 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 19 0 657883805 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 3 0 0 0
[pid=25983/tid=26043] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26043/stat : 26043 (python) S 25981 25983 25950 0 -1 4202560 27 933 0 0 0 0 0 0 22 0 19 0 657883806 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 1 0 0 0
[pid=25983/tid=26066] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26066/stat : 26066 (python) S 25981 25983 25950 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 19 0 657893836 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 1 0 0 0
[pid=25983/tid=26071] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26071/stat : 26071 (python) S 25981 25983 25950 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 19 0 657893839 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26075] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26075/stat : 26075 (python) S 25981 25983 25950 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 19 0 657893842 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26078] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26078/stat : 26078 (python) S 25981 25983 25950 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 19 0 657893844 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 1 0 0 0
[pid=25983/tid=26100] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26100/stat : 26100 (python) S 25981 25983 25950 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 19 0 657903872 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 1 0 0 0
[pid=25983/tid=26104] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26104/stat : 26104 (python) S 25981 25983 25950 0 -1 4202560 27 933 0 0 0 0 0 0 21 0 19 0 657903875 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 1 0 0 0
[pid=25983/tid=26108] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26108/stat : 26108 (python) S 25981 25983 25950 0 -1 4202560 28 933 0 0 0 0 0 0 22 0 19 0 657903884 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26125] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26125/stat : 26125 (python) S 25981 25983 25950 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 19 0 657913911 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26138] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26138/stat : 26138 (python) S 25981 25983 25950 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 19 0 657923560 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
[pid=25983/tid=26141] ppid=25981 vsize=468168 CPUtime=0 cores=1,3,5,7
/proc/25983/task/26141/stat : 26141 (python) S 25981 25983 25950 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 19 0 657923653 479404032 8437 33554432000 4194304 5683644 140735407748224 18446744073709551615 218917554609 0 0 16781312 2 18446604466112938304 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1987.01
Current children cumulated vsize (KiB) 16042180

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 25983 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=32690
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=331949
# CPU time returned by wait4() is 2.36464
# while last known CPU time is 1987.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 501.839
CPU time (s): 1987.01
CPU user time (s): 1983.53
CPU system time (s): 3.48
CPU usage (%): 395.946
Max. virtual memory (cumulated for all children) (KiB): 16042180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.03269
system time used= 0.331949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31121
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= 14103
involuntary context switches= 94

runsolver used 3.74543 second user time and 8.97264 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 14:32:38
IDJOB=3378114
IDBENCH=82523
IDSOLVER=1859
FILE ID=node137/3378114-1305462758
RUNJOBID= node137-1305462758-25969
PBS_JOBID= 13324972
Free space on /tmp= 73748 MiB

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

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

MD5SUM BENCH= 419b5972e0565bacaabacb029af6176c
RANDOM SEED=314927927

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:      16391240 kB
Buffers:        308800 kB
Cached:        4051216 kB
SwapCached:      36320 kB
Active:        6364036 kB
Inactive:      9938844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16391240 kB
SwapTotal:    67111528 kB
SwapFree:     65581060 kB
Dirty:           65344 kB
Writeback:           0 kB
AnonPages:    11916516 kB
Mapped:          25432 kB
Slab:           134860 kB
PageTables:      54044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 106406908 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= 73684 MiB
End job on node137 at 2011-05-15 14:41:02