Trace number 3378120

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) 1989.06 501.626

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S656892101-075-UNKNOWN.cnf
MD5SUM187184c44e9c5a07f5a8f762e04588fa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 540000
Number of clauses of size over 50

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3378120-1305462774.cnf
0.30/0.46	c INFO: computing task features
0.48/0.67	c INFO: computed variable-clause graph statistics
0.48/0.68	c INFO: computed clause balance statistics
1.59/1.76	c INFO: computed variable balance statistics
2.19/2.33	c INFO: computed small-clause counts
2.19/2.33	c INFO: computed Horn-clause counts
2.19/2.37	c INFO: computed variable graph statistics
2.19/2.37	c INFO: collected features for HOME/instance-3378120-1305462774.cnf in 1.91 s
2.19/2.38	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
2.19/2.39	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.13)
2.28/2.40	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.08)
2.28/2.41	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.07)
401.73/102.59	c INFO: running adaptg2wsat2009++@0 for 97 with 1097 remaining (b = 0.05)
402.13/102.60	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.05)
402.13/102.63	c INFO: running FH@0 for 97 with 1097 remaining (b = 0.03)
402.13/102.69	c INFO: running adaptg2wsat2009++@0 for 97 with 1097 remaining (b = 0.03)
800.73/202.79	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.02)
801.14/202.83	c INFO: running FH@0 for 97 with 997 remaining (b = 0.02)
801.14/202.88	c INFO: running hybridGM3@0 for 194 with 997 remaining (b = 0.04)
801.14/202.89	c INFO: running gnovelty+2@0 for 97 with 997 remaining (b = 0.02)
1199.96/303.00	c INFO: running hybridGM3@0 for 194 with 897 remaining (b = 0.03)
1199.96/303.03	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.01)
1200.44/303.20	c INFO: running hybridGM3@0 for 194 with 897 remaining (b = 0.03)
1583.21/399.36	c INFO: running hybridGM3@99 for 97 with 801 remaining (b = 0.01)
1598.69/403.26	c INFO: running hybridGM3@0 for 194 with 797 remaining (b = 0.02)
1981.06/499.52	c INFO: running hybridGM3@98 for 97 with 700 remaining (b = 0.01)
1981.86/499.73	c INFO: running TNM@0 for 700 with 700 remaining (b = 0.08)
1985.06/500.58	c INFO: running FH@0 for 97 with 699 remaining (b = 0.01)
1989.06/501.60	c INFO: running adaptg2wsat2009++@0 for 97 with 698 remaining (b = 0.01)
1989.06/501.60	Traceback (most recent call last):
1989.06/501.60	  File "HOME/solve", line 33, in <module>
1989.06/501.60	    plac.call(main)
1989.06/501.60	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
1989.06/501.60	    cmd, result = parser_from(obj).consume(arglist)
1989.06/501.60	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
1989.06/501.60	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1989.06/501.60	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1989.06/501.60	    (_, answer, _) = solver(input_path, budget / cores, cores)
1989.06/501.60	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
1989.06/501.60	    solver.go(max_cost * borg.defaults.machine_speed)
1989.06/501.60	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
1989.06/501.60	    self._process.start()
1989.06/501.60	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
1989.06/501.60	    assert self._popen is None, 'cannot start a process twice'
1989.06/501.60	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-3378120-1305462774/watcher-3378120-1305462774 -o /tmp/evaluation-result-3378120-1305462774/solver-3378120-1305462774 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378120-1305462774.cnf -seed 2146362115 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 1.82 2.52 3.30 6/268 25927
/proc/meminfo: memFree=20576676/32951124 swapFree=67056788/67111528
[pid=25927] ppid=25925 vsize=15388 CPUtime=0 cores=0,2,4,6
/proc/25927/stat : 25927 (python) R 25925 25927 25829 0 -1 4202496 812 0 0 0 0 0 0 0 25 0 1 0 657875273 15757312 698 33554432000 4194304 5683644 140734199277536 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25927/statm: 3847 698 334 364 0 334 0

[startup+0.0610189 s]
/proc/loadavg: 1.82 2.52 3.30 6/268 25927
/proc/meminfo: memFree=20576676/32951124 swapFree=67056788/67111528
[pid=25927] ppid=25925 vsize=38908 CPUtime=0.04 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25925 25927 25829 0 -1 4202496 1664 0 0 0 3 1 0 0 25 0 1 0 657875273 39841792 1491 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 2 0 0 0
/proc/25927/statm: 9727 1491 455 364 0 1027 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38908

[startup+0.100995 s]
/proc/loadavg: 1.82 2.52 3.30 6/268 25927
/proc/meminfo: memFree=20576676/32951124 swapFree=67056788/67111528
[pid=25927] ppid=25925 vsize=104232 CPUtime=0.07 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25925 25927 25829 0 -1 4202496 3066 0 0 0 5 2 0 0 25 0 1 0 657875273 106733568 2748 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 2 0 0 0
/proc/25927/statm: 26058 2748 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300937 s]
/proc/loadavg: 1.82 2.52 3.30 6/268 25927
/proc/meminfo: memFree=20576676/32951124 swapFree=67056788/67111528
[pid=25927] ppid=25925 vsize=190256 CPUtime=0.22 cores=0,2,4,6
/proc/25927/stat : 25927 (python) R 25925 25927 25829 0 -1 4202496 6827 932 1 0 16 6 0 0 17 0 1 0 657875273 194822144 4885 33554432000 4194304 5683644 140734199277536 18446744073709551615 271545617942 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25927/statm: 47564 4892 1402 364 0 3724 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 190256

[startup+0.700879 s]
/proc/loadavg: 1.82 2.52 3.30 6/268 25927
/proc/meminfo: memFree=20576676/32951124 swapFree=67056788/67111528
[pid=25927] ppid=25925 vsize=290808 CPUtime=0.59 cores=0,2,4,6
/proc/25927/stat : 25927 (python) R 25925 25927 25829 0 -1 4202496 14008 932 1 0 51 8 0 0 17 0 1 0 657875273 297787392 10086 33554432000 4194304 5683644 140734199277536 18446744073709551615 4509104 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25927/statm: 72702 10086 1826 364 0 8626 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 290808

[startup+1.50073 s]
/proc/loadavg: 2.08 2.56 3.31 7/269 25932
/proc/meminfo: memFree=20541948/32951124 swapFree=67056788/67111528
[pid=25927] ppid=25925 vsize=290808 CPUtime=1.39 cores=0,2,4,6
/proc/25927/stat : 25927 (python) R 25925 25927 25829 0 -1 4202496 14008 932 1 0 131 8 0 0 19 0 1 0 657875273 297787392 10086 33554432000 4194304 5683644 140734199277536 18446744073709551615 4532122 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25927/statm: 72702 10086 1826 364 0 8626 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 290808

[startup+3.1004 s]
/proc/loadavg: 2.08 2.56 3.31 6/269 25932
/proc/meminfo: memFree=20541452/32951124 swapFree=67056788/67111528
[pid=25927] ppid=25925 vsize=325520 CPUtime=2.3 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25925 25927 25829 0 -1 4202496 16837 932 1 0 221 9 0 0 22 0 5 0 657875273 333332480 8570 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25927/statm: 81380 8570 1875 364 0 17289 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 325520
heavy processes:

[startup+6.30082 s]
/proc/loadavg: 2.55 2.65 3.33 9/281 25944
/proc/meminfo: memFree=20508252/32951124 swapFree=67056788/67111528
[pid=25927] ppid=25925 vsize=325520 CPUtime=2.3 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25925 25927 25829 0 -1 4202496 16837 932 1 0 221 9 0 0 22 0 5 0 657875273 333332480 8570 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25927/statm: 81380 8570 1875 364 0 17289 0
[pid=25933] ppid=25927 vsize=284992 CPUtime=0 cores=0,2,4,6
/proc/25933/stat : 25933 (python) S 25927 25927 25829 0 -1 4202560 719 0 0 0 0 0 0 0 18 0 1 0 657875512 291831808 6900 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557711 0 0 16781312 514 4457235975101186308 0 0 17 2 0 0 0
/proc/25933/statm: 71248 6900 355 364 0 7166 0
[pid=25935] ppid=25933 vsize=1020308 CPUtime=3.9 cores=0,2,4,6
/proc/25935/stat : 25935 (gnovelty+2) R 25933 25935 25935 0 -1 4202496 1156 0 0 0 390 0 0 0 25 0 1 0 657875512 1044795392 891 33554432000 134512640 135663704 4288863712 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25935/statm: 255077 891 113 282 0 254793 0
[pid=25936] ppid=25927 vsize=294908 CPUtime=0 cores=0,2,4,6
/proc/25936/stat : 25936 (python) S 25927 25927 25829 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 657875513 301985792 7033 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557766 0 0 16781312 514 69195844443668737 0 0 17 0 0 0 0
/proc/25936/statm: 73727 7033 349 364 0 9642 0
[pid=25938] ppid=25936 vsize=1020308 CPUtime=3.86 cores=0,2,4,6
/proc/25938/stat : 25938 (gnovelty+2) R 25936 25938 25938 0 -1 4202496 1155 0 0 0 386 0 0 0 25 0 1 0 657875513 1044795392 891 33554432000 134512640 135663704 4289432160 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25938/statm: 255077 891 113 282 0 254793 0
[pid=25939] ppid=25927 vsize=305164 CPUtime=0 cores=0,2,4,6
/proc/25939/stat : 25939 (python) S 25927 25927 25829 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 657875514 312487936 7037 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557766 0 0 16781312 514 15874938002124800259 0 0 17 2 0 0 0
/proc/25939/statm: 76291 7037 349 364 0 12203 0
[pid=25941] ppid=25939 vsize=423400 CPUtime=3.88 cores=0,2,4,6
/proc/25941/stat : 25941 (adaptg2wsat2009) R 25939 25941 25941 0 -1 4202496 2622 0 0 0 388 0 0 0 25 0 1 0 657875514 433561600 2357 33554432000 134512640 135107411 4289314496 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25941/statm: 105850 2357 59 146 0 104726 0
[pid=25942] ppid=25927 vsize=316028 CPUtime=0 cores=0,2,4,6
/proc/25942/stat : 25942 (python) S 25927 25927 25829 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 657875515 323612672 7041 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557766 0 0 16781312 514 4179763770471448833 0 0 17 0 0 0 0
/proc/25942/statm: 79007 7041 349 364 0 14916 0
[pid=25944] ppid=25942 vsize=423400 CPUtime=3.86 cores=0,2,4,6
/proc/25944/stat : 25944 (adaptg2wsat2009) R 25942 25944 25944 0 -1 4202496 2621 0 0 0 386 0 0 0 25 0 1 0 657875515 433561600 2358 33554432000 134512640 135107411 4294299648 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25944/statm: 105850 2358 59 146 0 104726 0
[pid=25927/tid=25934] ppid=25925 vsize=325520 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25934/stat : 25934 (python) S 25925 25927 25829 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 657875512 333332480 8570 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 2 0 0 0
[pid=25927/tid=25937] ppid=25925 vsize=325520 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25937/stat : 25937 (python) S 25925 25927 25829 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 5 0 657875513 333332480 8570 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 0 0 0 0
[pid=25927/tid=25940] ppid=25925 vsize=325520 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25940/stat : 25940 (python) S 25925 25927 25829 0 -1 4202560 37 932 0 0 0 0 0 0 20 0 5 0 657875514 333332480 8570 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 0 0 0 0
[pid=25927/tid=25943] ppid=25925 vsize=325520 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25943/stat : 25943 (python) S 25925 25927 25829 0 -1 4202560 26 932 0 0 0 0 0 0 22 0 5 0 657875515 333332480 8570 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.8
Current children cumulated vsize (KiB) 4414028

[startup+12.7007 s]
/proc/loadavg: 2.99 2.74 3.36 9/281 25944
/proc/meminfo: memFree=20506948/32951124 swapFree=67056788/67111528
[pid=25927] ppid=25925 vsize=325520 CPUtime=2.3 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25925 25927 25829 0 -1 4202496 16837 932 1 0 221 9 0 0 22 0 5 0 657875273 333332480 8570 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25927/statm: 81380 8570 1875 364 0 17289 0
[pid=25933] ppid=25927 vsize=284992 CPUtime=0.02 cores=0,2,4,6
/proc/25933/stat : 25933 (python) S 25927 25927 25829 0 -1 4202560 880 0 0 0 1 1 0 0 18 0 1 0 657875512 291831808 6923 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557711 0 0 16781312 514 17795798005694038276 0 0 17 2 0 0 0
/proc/25933/statm: 71248 6923 378 364 0 7166 0
[pid=25935] ppid=25933 vsize=1020308 CPUtime=10.25 cores=0,2,4,6
/proc/25935/stat : 25935 (gnovelty+2) R 25933 25935 25935 0 -1 4202496 1156 0 0 0 1025 0 0 0 25 0 1 0 657875512 1044795392 891 33554432000 134512640 135663704 4288863712 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25935/statm: 255077 891 113 282 0 254793 0
[pid=25936] ppid=25927 vsize=294908 CPUtime=0.02 cores=0,2,4,6
/proc/25936/stat : 25936 (python) S 25927 25927 25829 0 -1 4202560 903 0 0 0 1 1 0 0 18 0 1 0 657875513 301985792 7056 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557766 0 0 16781312 514 17795798005694038273 0 0 17 0 0 0 0
/proc/25936/statm: 73727 7056 372 364 0 9642 0
[pid=25938] ppid=25936 vsize=1020308 CPUtime=10.2 cores=0,2,4,6
/proc/25938/stat : 25938 (gnovelty+2) R 25936 25938 25938 0 -1 4202496 1155 0 0 0 1020 0 0 0 25 0 1 0 657875513 1044795392 891 33554432000 134512640 135663704 4289432160 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25938/statm: 255077 891 113 282 0 254793 0
[pid=25939] ppid=25927 vsize=305164 CPUtime=0.01 cores=0,2,4,6
/proc/25939/stat : 25939 (python) S 25927 25927 25829 0 -1 4202560 898 0 0 0 0 1 0 0 18 0 1 0 657875514 312487936 7060 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557766 0 0 16781312 514 17795798005694038275 0 0 17 2 0 0 0
/proc/25939/statm: 76291 7060 372 364 0 12203 0
[pid=25941] ppid=25939 vsize=423400 CPUtime=10.28 cores=0,2,4,6
/proc/25941/stat : 25941 (adaptg2wsat2009) R 25939 25941 25941 0 -1 4202496 2622 0 0 0 1028 0 0 0 25 0 1 0 657875514 433561600 2357 33554432000 134512640 135107411 4289314496 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25941/statm: 105850 2357 59 146 0 104726 0
[pid=25942] ppid=25927 vsize=316028 CPUtime=0.02 cores=0,2,4,6
/proc/25942/stat : 25942 (python) S 25927 25927 25829 0 -1 4202560 905 0 0 0 1 1 0 0 18 0 1 0 657875515 323612672 7064 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557766 0 0 16781312 514 17795798005694038273 0 0 17 0 0 0 0
/proc/25942/statm: 79007 7064 372 364 0 14916 0
[pid=25944] ppid=25942 vsize=423400 CPUtime=10.22 cores=0,2,4,6
/proc/25944/stat : 25944 (adaptg2wsat2009) R 25942 25944 25944 0 -1 4202496 2621 0 0 0 1022 0 0 0 25 0 1 0 657875515 433561600 2358 33554432000 134512640 135107411 4294299648 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25944/statm: 105850 2358 59 146 0 104726 0
[pid=25927/tid=25934] ppid=25925 vsize=325520 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25934/stat : 25934 (python) S 25925 25927 25829 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 657875512 333332480 8570 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 2 0 0 0
[pid=25927/tid=25937] ppid=25925 vsize=325520 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25937/stat : 25937 (python) S 25925 25927 25829 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 5 0 657875513 333332480 8570 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 0 0 0 0
[pid=25927/tid=25940] ppid=25925 vsize=325520 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25940/stat : 25940 (python) S 25925 25927 25829 0 -1 4202560 37 932 0 0 0 0 0 0 20 0 5 0 657875514 333332480 8570 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 0 0 0 0
[pid=25927/tid=25943] ppid=25925 vsize=325520 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25943/stat : 25943 (python) S 25925 25927 25829 0 -1 4202560 26 932 0 0 0 0 0 0 22 0 5 0 657875515 333332480 8570 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.32
Current children cumulated vsize (KiB) 4414028

[startup+25.5013 s]
/proc/loadavg: 4.10 3.00 3.43 9/281 25945
/proc/meminfo: memFree=20507188/32951124 swapFree=67056788/67111528
[pid=25927] ppid=25925 vsize=325520 CPUtime=2.3 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25925 25927 25829 0 -1 4202496 16837 932 1 0 221 9 0 0 22 0 5 0 657875273 333332480 8570 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25927/statm: 81380 8570 1875 364 0 17289 0
[pid=25933] ppid=25927 vsize=284992 CPUtime=0.03 cores=0,2,4,6
/proc/25933/stat : 25933 (python) S 25927 25927 25829 0 -1 4202560 886 0 0 0 1 2 0 0 18 0 1 0 657875512 291831808 6923 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557711 0 0 16781312 514 17795798005694038276 0 0 17 2 0 0 0
/proc/25933/statm: 71248 6923 378 364 0 7166 0
[pid=25935] ppid=25933 vsize=1020308 CPUtime=23 cores=0,2,4,6
/proc/25935/stat : 25935 (gnovelty+2) R 25933 25935 25935 0 -1 4202496 1156 0 0 0 2300 0 0 0 25 0 1 0 657875512 1044795392 891 33554432000 134512640 135663704 4288863712 18446744073709551615 134545699 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25935/statm: 255077 891 113 282 0 254793 0
[pid=25936] ppid=25927 vsize=294908 CPUtime=0.04 cores=0,2,4,6
/proc/25936/stat : 25936 (python) S 25927 25927 25829 0 -1 4202560 909 0 0 0 2 2 0 0 18 0 1 0 657875513 301985792 7056 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557766 0 0 16781312 514 17795798005694038273 0 0 17 0 0 0 0
/proc/25936/statm: 73727 7056 372 364 0 9642 0
[pid=25938] ppid=25936 vsize=1020308 CPUtime=22.9 cores=0,2,4,6
/proc/25938/stat : 25938 (gnovelty+2) R 25936 25938 25938 0 -1 4202496 1155 0 0 0 2290 0 0 0 25 0 1 0 657875513 1044795392 891 33554432000 134512640 135663704 4289432160 18446744073709551615 134525111 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25938/statm: 255077 891 113 282 0 254793 0
[pid=25939] ppid=25927 vsize=305164 CPUtime=0.03 cores=0,2,4,6
/proc/25939/stat : 25939 (python) S 25927 25927 25829 0 -1 4202560 903 0 0 0 1 2 0 0 18 0 1 0 657875514 312487936 7060 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557766 0 0 16781312 514 17795798005694038275 0 0 17 2 0 0 0
/proc/25939/statm: 76291 7060 372 364 0 12203 0
[pid=25941] ppid=25939 vsize=423400 CPUtime=23.08 cores=0,2,4,6
/proc/25941/stat : 25941 (adaptg2wsat2009) R 25939 25941 25941 0 -1 4202496 2622 0 0 0 2308 0 0 0 25 0 1 0 657875514 433561600 2357 33554432000 134512640 135107411 4289314496 18446744073709551615 134531792 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25941/statm: 105850 2357 59 146 0 104726 0
[pid=25942] ppid=25927 vsize=316028 CPUtime=0.04 cores=0,2,4,6
/proc/25942/stat : 25942 (python) S 25927 25927 25829 0 -1 4202560 909 0 0 0 2 2 0 0 18 0 1 0 657875515 323612672 7064 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557766 0 0 16781312 514 17795798005694038273 0 0 17 0 0 0 0
/proc/25942/statm: 79007 7064 372 364 0 14916 0
[pid=25944] ppid=25942 vsize=423400 CPUtime=22.97 cores=0,2,4,6
/proc/25944/stat : 25944 (adaptg2wsat2009) R 25942 25944 25944 0 -1 4202496 2621 0 0 0 2297 0 0 0 25 0 1 0 657875515 433561600 2358 33554432000 134512640 135107411 4294299648 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25944/statm: 105850 2358 59 146 0 104726 0
[pid=25927/tid=25934] ppid=25925 vsize=325520 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25934/stat : 25934 (python) S 25925 25927 25829 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 5 0 657875512 333332480 8570 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 2 0 0 0
[pid=25927/tid=25937] ppid=25925 vsize=325520 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25937/stat : 25937 (python) S 25925 25927 25829 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 5 0 657875513 333332480 8570 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 0 0 0 0
[pid=25927/tid=25940] ppid=25925 vsize=325520 CPUtime=0 cores=0,2,4,6

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

/proc/25941/stat : 25941 (adaptg2wsat2009) T 25939 25941 25941 0 -1 4202496 2622 0 0 0 10015 0 0 0 25 0 1 0 657875514 433561600 2357 33554432000 134512640 135107411 4289314496 18446744073709551615 134531731 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/25941/statm: 105850 2357 59 146 0 104726 0
[pid=25939/tid=25964] ppid=25927 vsize=305164 CPUtime=0 cores=0,2,4,6
/proc/25939/task/25964/stat : 25964 (python) S 25927 25927 25829 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657885532 312487936 7089 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 514 18446604443723963392 0 0 -1 2 0 0 0
[pid=25942] ppid=25927 vsize=316028 CPUtime=0.18 cores=0,2,4,6
/proc/25942/stat : 25942 (python) S 25927 25927 25829 0 -1 4202560 1089 0 0 0 10 8 0 0 19 0 2 0 657875515 323612672 7093 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25942/statm: 79007 7093 400 364 0 14916 0
[pid=25944] ppid=25942 vsize=423400 CPUtime=99.79 cores=0,2,4,6
/proc/25944/stat : 25944 (adaptg2wsat2009) T 25942 25944 25944 0 -1 4202496 2621 0 0 0 9979 0 0 0 25 0 1 0 657875515 433561600 2358 33554432000 134512640 135107411 4294299648 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25944/statm: 105850 2358 59 146 0 104726 0
[pid=25942/tid=25966] ppid=25927 vsize=316028 CPUtime=0 cores=0,2,4,6
/proc/25942/task/25966/stat : 25966 (python) S 25927 25927 25829 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657885533 323612672 7093 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 514 18446604453885870336 0 0 -1 0 0 0 0
[pid=25965] ppid=25927 vsize=326192 CPUtime=0.2 cores=0,2,4,6
/proc/25965/stat : 25965 (python) S 25927 25927 25829 0 -1 4202560 1090 0 0 0 11 9 0 0 19 0 2 0 657885532 334020608 7097 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/25965/statm: 81548 7097 400 364 0 17454 0
[pid=25968] ppid=25965 vsize=423400 CPUtime=99.96 cores=0,2,4,6
/proc/25968/stat : 25968 (adaptg2wsat2009) T 25965 25968 25968 0 -1 4202496 2623 0 0 0 9995 1 0 0 25 0 1 0 657885533 433561600 2356 33554432000 134512640 135107411 4293880752 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25968/statm: 105850 2356 59 146 0 104726 0
[pid=25965/tid=26026] ppid=25927 vsize=326192 CPUtime=0 cores=0,2,4,6
/proc/25965/task/26026/stat : 26026 (python) S 25927 25927 25829 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657895552 334020608 7097 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 514 18446604450991859904 0 0 -1 2 0 0 0
[pid=25969] ppid=25927 vsize=336104 CPUtime=0.2 cores=0,2,4,6
/proc/25969/stat : 25969 (python) S 25927 25927 25829 0 -1 4202560 1093 0 0 0 11 9 0 0 19 0 2 0 657885534 344170496 7145 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25969/statm: 84026 7145 400 364 0 19929 0
[pid=25971] ppid=25969 vsize=1020308 CPUtime=100.04 cores=0,2,4,6
/proc/25971/stat : 25971 (gnovelty+2) T 25969 25971 25971 0 -1 4202496 1153 0 0 0 10004 0 0 0 25 0 1 0 657885534 1044795392 892 33554432000 134512640 135663704 4290401984 18446744073709551615 134547047 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/25971/statm: 255077 892 113 282 0 254793 0
[pid=25969/tid=26034] ppid=25927 vsize=336104 CPUtime=0 cores=0,2,4,6
/proc/25969/task/26034/stat : 26034 (python) S 25927 25927 25829 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 657895560 344170496 7145 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 514 18446604453934966592 0 0 -1 0 0 0 0
[pid=25973] ppid=25927 vsize=346452 CPUtime=0.2 cores=0,2,4,6
/proc/25973/stat : 25973 (python) S 25927 25927 25829 0 -1 4202560 1092 0 0 0 11 9 0 0 19 0 2 0 657885536 354766848 7149 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25973/statm: 86613 7149 400 364 0 22513 0
[pid=25975] ppid=25973 vsize=253036 CPUtime=98.47 cores=0,2,4,6
/proc/25975/stat : 25975 (FH) T 25973 25975 25975 0 -1 4202496 2495 0 0 0 9846 1 0 0 25 0 1 0 657885536 259108864 2234 33554432000 134512640 134936988 4289504640 18446744073709551615 134552504 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/25975/statm: 63259 2234 41 104 0 62763 0
[pid=25973/tid=26030] ppid=25927 vsize=346452 CPUtime=0 cores=0,2,4,6
/proc/25973/task/26030/stat : 26030 (python) S 25927 25927 25829 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657895555 354766848 7149 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 514 18446604453889811776 0 0 -1 4 0 0 0
[pid=25977] ppid=25927 vsize=356804 CPUtime=0.19 cores=0,2,4,6
/proc/25977/stat : 25977 (python) S 25927 25927 25829 0 -1 4202560 1142 0 0 0 9 10 0 0 19 0 2 0 657885542 365367296 7159 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25977/statm: 89201 7159 406 364 0 25098 0
[pid=25979] ppid=25977 vsize=423400 CPUtime=99.78 cores=0,2,4,6
/proc/25979/stat : 25979 (adaptg2wsat2009) T 25977 25979 25979 0 -1 4202496 2626 0 0 0 9977 1 0 0 25 0 1 0 657885543 433561600 2356 33554432000 134512640 135107411 4290424256 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25979/statm: 105850 2356 59 146 0 104726 0
[pid=25977/tid=26036] ppid=25927 vsize=356804 CPUtime=0 cores=0,2,4,6
/proc/25977/task/26036/stat : 26036 (python) S 25927 25927 25829 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657895562 365367296 7159 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 514 18446604452867953024 0 0 -1 4 0 0 0
[pid=26027] ppid=25927 vsize=367068 CPUtime=0.2 cores=0,2,4,6
/proc/26027/stat : 26027 (python) S 25927 25927 25829 0 -1 4202560 1135 0 0 0 10 10 0 0 19 0 2 0 657895553 375877632 7163 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26027/statm: 91767 7163 406 364 0 27661 0
[pid=26029] ppid=26027 vsize=423400 CPUtime=99.74 cores=0,2,4,6
/proc/26029/stat : 26029 (adaptg2wsat2009) T 26027 26029 26029 0 -1 4202496 2628 0 0 0 9974 0 0 0 25 0 1 0 657895553 433561600 2357 33554432000 134512640 135107411 4286833168 18446744073709551615 134532416 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/26029/statm: 105850 2357 59 146 0 104726 0
[pid=26027/tid=26061] ppid=25927 vsize=367068 CPUtime=0 cores=0,2,4,6
/proc/26027/task/26061/stat : 26061 (python) S 25927 25927 25829 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657905572 375877632 7163 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 514 18446604448423101440 0 0 -1 4 0 0 0
[pid=26031] ppid=25927 vsize=377216 CPUtime=0.2 cores=0,2,4,6
/proc/26031/stat : 26031 (python) S 25927 25927 25829 0 -1 4202560 1114 0 0 0 12 8 0 0 19 0 2 0 657895556 386269184 7161 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26031/statm: 94304 7161 400 364 0 30195 0
[pid=26033] ppid=26031 vsize=253028 CPUtime=98.3 cores=0,2,4,6
/proc/26033/stat : 26033 (FH) T 26031 26033 26033 0 -1 4202496 2499 0 0 0 9830 0 0 0 25 0 1 0 657895557 259100672 2233 33554432000 134512640 134936988 4287538288 18446744073709551615 134553482 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26033/statm: 63257 2233 41 104 0 62761 0
[pid=26031/tid=26065] ppid=25927 vsize=377216 CPUtime=0 cores=0,2,4,6
/proc/26031/task/26065/stat : 26065 (python) S 25927 25927 25829 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657905576 386269184 7161 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 514 18446604441151209920 0 0 -1 4 0 0 0
[pid=26035] ppid=25927 vsize=388080 CPUtime=0.63 cores=0,2,4,6
/proc/26035/stat : 26035 (python) S 25927 25927 25829 0 -1 4202560 1171 0 0 0 32 31 0 0 18 0 2 0 657895561 397393920 7165 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26035/statm: 97020 7165 400 364 0 32908 0
[pid=26038] ppid=26035 vsize=268424 CPUtime=295.27 cores=0,2,4,6
/proc/26038/stat : 26038 (hybridGM3) T 26035 26038 26038 0 -1 4202496 6185 0 0 0 29526 1 0 0 25 0 1 0 657895562 274866176 5919 33554432000 134512640 135204385 4288096048 18446744073709551615 134538375 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26038/statm: 67106 5919 63 169 0 66936 0
[pid=26035/tid=26092] ppid=25927 vsize=388080 CPUtime=0 cores=0,2,4,6
/proc/26035/task/26092/stat : 26092 (python) S 25927 25927 25829 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 657915208 397393920 7165 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 514 18446604450503359168 0 0 -1 2 0 0 0
[pid=26039] ppid=25927 vsize=398088 CPUtime=0.2 cores=0,2,4,6
/proc/26039/stat : 26039 (python) S 25927 25927 25829 0 -1 4202560 1130 0 0 0 11 9 0 0 19 0 2 0 657895563 407642112 7257 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26039/statm: 99522 7257 400 364 0 35407 0
[pid=26041] ppid=26039 vsize=1020308 CPUtime=100.08 cores=0,2,4,6
/proc/26041/stat : 26041 (gnovelty+2) T 26039 26041 26041 0 -1 4202496 1161 0 0 0 10008 0 0 0 25 0 1 0 657895563 1044795392 891 33554432000 134512640 135663704 4288503088 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/26041/statm: 255077 891 113 282 0 254793 0
[pid=26039/tid=26069] ppid=25927 vsize=398088 CPUtime=0 cores=0,2,4,6
/proc/26039/task/26069/stat : 26069 (python) S 25927 25927 25829 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657905592 407642112 7257 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 514 18446604450503357376 0 0 -1 0 0 0 0
[pid=26062] ppid=25927 vsize=408108 CPUtime=0.43 cores=0,2,4,6
/proc/26062/stat : 26062 (python) S 25927 25927 25829 0 -1 4202560 1166 0 0 0 22 21 0 0 18 0 2 0 657905574 417902592 7260 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26062/statm: 102027 7260 399 364 0 37909 0
[pid=26064] ppid=26062 vsize=268424 CPUtime=197.98 cores=0,2,4,6
/proc/26064/stat : 26064 (hybridGM3) R 26062 26064 26064 0 -1 4202496 6191 0 0 0 19797 1 0 0 25 0 1 0 657905574 274866176 5919 33554432000 134512640 135204385 4291168736 18446744073709551615 134538264 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26064/statm: 67106 5919 63 169 0 66936 0
[pid=26062/tid=26111] ppid=25927 vsize=408108 CPUtime=0 cores=0,2,4,6
/proc/26062/task/26111/stat : 26111 (python) S 25927 25927 25829 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657925225 417902592 7260 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 514 18446604440773169344 0 0 -1 4 0 0 0
[pid=26066] ppid=25927 vsize=418976 CPUtime=0.21 cores=0,2,4,6
/proc/26066/stat : 26066 (python) S 25927 25927 25829 0 -1 4202560 1151 0 0 0 11 10 0 0 19 0 2 0 657905577 429031424 7265 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26066/statm: 104744 7265 400 364 0 40623 0
[pid=26068] ppid=26066 vsize=423400 CPUtime=99.96 cores=0,2,4,6
/proc/26068/stat : 26068 (adaptg2wsat2009) T 26066 26068 26068 0 -1 4202496 2632 0 0 0 9995 1 0 0 25 0 1 0 657905577 433561600 2357 33554432000 134512640 135107411 4290709072 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26068/statm: 105850 2357 59 146 0 104726 0
[pid=26066/tid=26093] ppid=25927 vsize=418976 CPUtime=0 cores=0,2,4,6
/proc/26066/task/26093/stat : 26093 (python) S 25927 25927 25829 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657915598 429031424 7265 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 514 18446604440773170240 0 0 -1 0 0 0 0
[pid=26070] ppid=25927 vsize=428620 CPUtime=0.43 cores=0,2,4,6
/proc/26070/stat : 26070 (python) S 25927 25927 25829 0 -1 4202560 1234 0 0 0 23 20 0 0 19 0 2 0 657905594 438906880 7307 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26070/statm: 107155 7307 407 364 0 43031 0
[pid=26072] ppid=26070 vsize=268424 CPUtime=196.09 cores=0,2,4,6
/proc/26072/stat : 26072 (hybridGM3) T 26070 26072 26072 0 -1 4202496 6194 0 0 0 19608 1 0 0 25 0 1 0 657905594 274866176 5919 33554432000 134512640 135204385 4287866688 18446744073709551615 134538056 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26072/statm: 67106 5919 63 169 0 66936 0
[pid=26070/tid=26112] ppid=25927 vsize=428620 CPUtime=0 cores=0,2,4,6
/proc/26070/task/26112/stat : 26112 (python) S 25927 25927 25829 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657925245 438906880 7307 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 514 18446604445644770176 0 0 -1 2 0 0 0
[pid=26094] ppid=25927 vsize=439020 CPUtime=0.21 cores=0,2,4,6
/proc/26094/stat : 26094 (python) S 25927 25927 25829 0 -1 4202560 1030 0 0 0 10 11 0 0 18 0 1 0 657915599 449556480 7285 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557766 0 0 16781312 514 17795798005694038274 0 0 17 6 0 0 0
/proc/26094/statm: 109755 7285 377 364 0 45628 0
[pid=26096] ppid=26094 vsize=268428 CPUtime=95.01 cores=0,2,4,6
/proc/26096/stat : 26096 (hybridGM3) R 26094 26096 26096 0 -1 4202496 6193 0 0 0 9501 0 0 0 25 0 1 0 657915600 274870272 5919 33554432000 134512640 135204385 4294601152 18446744073709551615 134538541 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26096/statm: 67107 5919 63 169 0 66937 0
[pid=26113] ppid=25927 vsize=449588 CPUtime=0 cores=0,2,4,6
/proc/26113/stat : 26113 (python) S 25927 25927 25829 0 -1 4202560 853 0 0 0 0 0 0 0 18 0 1 0 657925246 460378112 7268 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557766 0 0 16781312 514 11026466107341930495 0 0 17 6 0 0 0
/proc/26113/statm: 112397 7268 356 364 0 48267 0
[pid=26115] ppid=26113 vsize=461508 CPUtime=1.71 cores=0,2,4,6
/proc/26115/stat : 26115 (TNM) R 26113 26115 26115 0 -1 4202496 2472 0 0 0 171 0 0 0 25 0 1 0 657925247 472584192 2194 33554432000 134512640 135008748 4292353392 18446744073709551615 134529183 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26115/statm: 115377 2194 46 122 0 114277 0
[pid=26116] ppid=25927 vsize=459932 CPUtime=0 cores=0,2,4,6
/proc/26116/stat : 26116 (python) S 25927 25927 25829 0 -1 4202560 816 0 0 0 0 0 0 0 19 0 1 0 657925332 470970368 7262 33554432000 4194304 5683644 140734199277536 18446744073709551615 271550557766 0 0 16781312 514 7567402526358634495 0 0 17 6 0 0 0
/proc/26116/statm: 114983 7262 346 364 0 50850 0
[pid=26118] ppid=26116 vsize=253032 CPUtime=0.92 cores=0,2,4,6
/proc/26118/stat : 26118 (FH) R 26116 26118 26118 0 -1 4202496 2510 0 0 0 92 0 0 0 23 0 1 0 657925332 259104768 2234 33554432000 134512640 134936988 4286972864 18446744073709551615 134554594 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26118/statm: 63258 2234 41 104 0 62762 0
[pid=25927/tid=25934] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25934/stat : 25934 (python) S 25925 25927 25829 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 19 0 657875512 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 2 0 0 0
[pid=25927/tid=25937] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25937/stat : 25937 (python) S 25925 25927 25829 0 -1 4202560 25 932 0 0 0 0 0 0 24 0 19 0 657875513 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 0 0 0 0
[pid=25927/tid=25940] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25940/stat : 25940 (python) S 25925 25927 25829 0 -1 4202560 37 932 0 0 0 0 0 0 20 0 19 0 657875514 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 0 0 0 0
[pid=25927/tid=25943] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25943/stat : 25943 (python) S 25925 25927 25829 0 -1 4202560 26 932 0 0 0 0 0 0 22 0 19 0 657875515 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 0 0 0 0
[pid=25927/tid=25967] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25967/stat : 25967 (python) S 25925 25927 25829 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 19 0 657885533 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 2 0 0 0
[pid=25927/tid=25970] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25970/stat : 25970 (python) S 25925 25927 25829 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 19 0 657885534 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 4 0 0 0
[pid=25927/tid=25974] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25974/stat : 25974 (python) S 25925 25927 25829 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 19 0 657885536 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 4 0 0 0
[pid=25927/tid=25978] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25978/stat : 25978 (python) S 25925 25927 25829 0 -1 4202560 27 932 0 0 0 0 0 0 22 0 19 0 657885543 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 4 0 0 0
[pid=25927/tid=26028] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26028/stat : 26028 (python) S 25925 25927 25829 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 19 0 657895553 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 4 0 0 0
[pid=25927/tid=26032] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26032/stat : 26032 (python) S 25925 25927 25829 0 -1 4202560 29 932 0 0 0 0 0 0 21 0 19 0 657895557 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 4 0 0 0
[pid=25927/tid=26037] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26037/stat : 26037 (python) S 25925 25927 25829 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 19 0 657895562 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 0 0 0 0
[pid=25927/tid=26040] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26040/stat : 26040 (python) S 25925 25927 25829 0 -1 4202560 27 932 0 0 0 0 0 0 24 0 19 0 657895563 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 0 0 0 0
[pid=25927/tid=26063] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26063/stat : 26063 (python) S 25925 25927 25829 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 19 0 657905574 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 0 0 0 0
[pid=25927/tid=26067] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26067/stat : 26067 (python) S 25925 25927 25829 0 -1 4202560 28 932 0 0 0 0 0 0 21 0 19 0 657905577 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 0 0 0 0
[pid=25927/tid=26071] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26071/stat : 26071 (python) S 25925 25927 25829 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 19 0 657905594 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 6 0 0 0
[pid=25927/tid=26095] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26095/stat : 26095 (python) S 25925 25927 25829 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 19 0 657915600 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 6 0 0 0
[pid=25927/tid=26114] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26114/stat : 26114 (python) S 25925 25927 25829 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 19 0 657925247 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 6 0 0 0
[pid=25927/tid=26117] ppid=25925 vsize=469776 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26117/stat : 26117 (python) S 25925 25927 25829 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 19 0 657925332 481050624 8831 33554432000 4194304 5683644 140734199277536 18446744073709551615 271562361265 0 0 16781312 2 18446604453916357952 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1989.06
Current children cumulated vsize (KiB) 16097296

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25927 and gives
#  childrusage.ru_utime.tv_sec=300
#  childrusage.ru_utime.tv_usec=535311
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=198665
# CPU time returned by wait4() is 302.734
# while last known CPU time is 1989.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 501.626
CPU time (s): 1989.06
CPU user time (s): 1986.93
CPU system time (s): 2.13
CPU usage (%): 396.522
Max. virtual memory (cumulated for all children) (KiB): 16097296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 300.535
system time used= 2.19867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71115
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= 3616
involuntary context switches= 2862

runsolver used 3.04954 second user time and 6.26705 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 14:32:54
IDJOB=3378120
IDBENCH=82529
IDSOLVER=1859
FILE ID=node133/3378120-1305462774
RUNJOBID= node133-1305462765-25847
PBS_JOBID= 13324974
Free space on /tmp= 73636 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S656892101-075-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-3378120-1305462774/watcher-3378120-1305462774 -o /tmp/evaluation-result-3378120-1305462774/solver-3378120-1305462774 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378120-1305462774.cnf -seed 2146362115 -budget 4800 -cores 4

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

MD5SUM BENCH= 187184c44e9c5a07f5a8f762e04588fa
RANDOM SEED=2146362115

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20576956 kB
Buffers:        301832 kB
Cached:        4163232 kB
SwapCached:       8724 kB
Active:        8917760 kB
Inactive:      3165324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20576956 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           66120 kB
Writeback:           0 kB
AnonPages:     7615336 kB
Mapped:          28360 kB
Slab:           201324 kB
PageTables:      27436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 26537628 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73608 MiB
End job on node133 at 2011-05-15 14:41:18