Trace number 3378235

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) 1924.38 616.037

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1180959030-088-UNKNOWN.cnf
MD5SUM4c3def64b0c0da01406b551924b4a52d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark532.031
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.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.62	c INFO: solving HOME/instance-3378235-1305464008.cnf
0.37/0.62	c INFO: computing task features
0.45/0.78	c INFO: computed variable-clause graph statistics
0.45/0.79	c INFO: computed clause balance statistics
1.25/1.56	c INFO: computed variable balance statistics
1.65/1.97	c INFO: computed small-clause counts
1.65/1.97	c INFO: computed Horn-clause counts
1.75/2.01	c INFO: computed variable graph statistics
1.75/2.01	c INFO: collected features for HOME/instance-3378235-1305464008.cnf in 1.39 s
1.75/2.02	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
1.75/2.03	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.14)
1.75/2.04	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.09)
1.75/2.05	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.07)
298.39/101.47	c INFO: running adaptg2wsat2009++@0 for 97 with 1099 remaining (b = 0.06)
301.38/102.41	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.05)
465.94/149.64	c INFO: running FH@0 for 97 with 1050 remaining (b = 0.04)
468.15/150.55	c INFO: running adaptg2wsat2009++@0 for 97 with 1050 remaining (b = 0.03)
698.34/226.91	c INFO: running adaptg2wsat2009++@0 for 97 with 973 remaining (b = 0.03)
713.22/231.90	c INFO: running FH@0 for 97 with 968 remaining (b = 0.02)
817.85/262.00	c INFO: running gnovelty+2@0 for 97 with 938 remaining (b = 0.02)
910.33/293.00	c INFO: running hybridGM3@0 for 194 with 907 remaining (b = 0.04)
1084.02/351.32	c INFO: running hybridGM3@0 for 194 with 849 remaining (b = 0.03)
1164.27/374.46	c INFO: running adaptg2wsat2009++@0 for 97 with 826 remaining (b = 0.02)
1280.75/410.62	c INFO: running hybridGM3@0 for 194 with 790 remaining (b = 0.03)
1525.78/492.96	c INFO: running FH@0 for 97 with 707 remaining (b = 0.01)
1534.09/495.74	c INFO: running hybridGM3@101 for 97 with 704 remaining (b = 0.01)
1892.90/605.36	c INFO: running hybridGM3@0 for 194 with 595 remaining (b = 0.02)
1921.95/615.15	c INFO: running TNM@0 for 585 with 585 remaining (b = 0.07)
1924.38/616.01	c INFO: running adaptg2wsat2009++@0 for 97 with 584 remaining (b = 0.01)
1924.38/616.01	Traceback (most recent call last):
1924.38/616.01	  File "HOME/solve", line 33, in <module>
1924.38/616.01	    plac.call(main)
1924.38/616.01	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
1924.38/616.01	    cmd, result = parser_from(obj).consume(arglist)
1924.38/616.01	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
1924.38/616.01	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1924.38/616.01	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1924.38/616.01	    (_, answer, _) = solver(input_path, budget / cores, cores)
1924.38/616.01	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
1924.38/616.01	    solver.go(max_cost * borg.defaults.machine_speed)
1924.38/616.01	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
1924.38/616.01	    self._process.start()
1924.38/616.01	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
1924.38/616.01	    assert self._popen is None, 'cannot start a process twice'
1924.38/616.01	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-3378235-1305464008/watcher-3378235-1305464008 -o /tmp/evaluation-result-3378235-1305464008/solver-3378235-1305464008 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378235-1305464008.cnf -seed 1019900669 -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: 9.27 8.53 6.83 6/453 2816
/proc/meminfo: memFree=26439416/32950928 swapFree=60199044/67111528
[pid=2816] ppid=2814 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/2816/stat : 2816 (python) S 2814 2816 2082 0 -1 4202496 810 0 0 0 0 0 0 0 25 0 1 0 657999586 15749120 696 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/2816/statm: 3845 696 334 364 0 332 0

[startup+0.0676 s]
/proc/loadavg: 9.27 8.53 6.83 6/453 2816
/proc/meminfo: memFree=26439416/32950928 swapFree=60199044/67111528
[pid=2816] ppid=2814 vsize=36504 CPUtime=0.04 cores=0,2,4,6
/proc/2816/stat : 2816 (python) S 2814 2816 2082 0 -1 4202496 1610 0 0 0 3 1 0 0 25 0 1 0 657999586 37380096 1443 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/2816/statm: 9126 1443 452 364 0 943 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36504

[startup+0.100593 s]
/proc/loadavg: 9.27 8.53 6.83 6/453 2816
/proc/meminfo: memFree=26439416/32950928 swapFree=60199044/67111528
[pid=2816] ppid=2814 vsize=93956 CPUtime=0.05 cores=0,2,4,6
/proc/2816/stat : 2816 (python) S 2814 2816 2082 0 -1 4202496 2695 0 0 0 4 1 0 0 25 0 1 0 657999586 96210944 2406 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/2816/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93956

[startup+0.300558 s]
/proc/loadavg: 9.27 8.53 6.83 6/453 2816
/proc/meminfo: memFree=26439416/32950928 swapFree=60199044/67111528
[pid=2816] ppid=2814 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/2816/stat : 2816 (python) R 2814 2816 2082 0 -1 4202496 5967 933 1 0 14 4 0 0 25 0 1 0 657999586 139005952 4151 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272685061 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2816/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700486 s]
/proc/loadavg: 9.27 8.53 6.83 6/453 2816
/proc/meminfo: memFree=26439416/32950928 swapFree=60199044/67111528
[pid=2816] ppid=2814 vsize=282880 CPUtime=0.45 cores=0,2,4,6
/proc/2816/stat : 2816 (python) R 2814 2816 2082 0 -1 4202496 10323 933 1 0 36 9 0 0 25 0 1 0 657999586 289669120 8002 33554432000 4194304 5683644 140733361266288 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2816/statm: 70720 8002 1761 364 0 6644 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 282880

[startup+1.50034 s]
/proc/loadavg: 9.01 8.49 6.83 7/454 2821
/proc/meminfo: memFree=26407416/32950928 swapFree=60199044/67111528
[pid=2816] ppid=2814 vsize=287588 CPUtime=1.25 cores=0,2,4,6
/proc/2816/stat : 2816 (python) R 2814 2816 2082 0 -1 4202496 12685 933 1 0 116 9 0 0 25 0 1 0 657999586 294490112 9282 33554432000 4194304 5683644 140733361266288 18446744073709551615 5006367 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2816/statm: 71897 9282 1826 364 0 7821 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 287588

[startup+3.10106 s]
/proc/loadavg: 9.01 8.49 6.83 12/466 2833
/proc/meminfo: memFree=26387604/32950928 swapFree=60199044/67111528
[pid=2816] ppid=2814 vsize=324044 CPUtime=1.8 cores=0,2,4,6
/proc/2816/stat : 2816 (python) S 2814 2816 2082 0 -1 4202496 15430 933 1 0 170 10 0 0 25 0 5 0 657999586 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2816/statm: 81011 8202 1875 364 0 16920 0
[pid=2822] ppid=2816 vsize=283516 CPUtime=0 cores=0,2,4,6
/proc/2822/stat : 2822 (python) S 2816 2816 2082 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 657999788 290320384 6584 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709135 0 0 16781312 514 4472853988017930499 0 0 17 4 0 0 0
/proc/2822/statm: 70879 6584 355 364 0 6797 0
[pid=2824] ppid=2822 vsize=1018996 CPUtime=0.61 cores=0,2,4,6
/proc/2824/stat : 2824 (gnovelty+2) R 2822 2824 2824 0 -1 4202496 959 0 0 0 61 0 0 0 25 0 1 0 657999788 1043451904 697 33554432000 134512640 135663704 4291789936 18446744073709551615 134524530 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2824/statm: 254749 697 113 282 0 254465 0
[pid=2825] ppid=2816 vsize=293704 CPUtime=0 cores=0,2,4,6
/proc/2825/stat : 2825 (python) S 2816 2816 2082 0 -1 4202560 732 0 0 0 0 0 0 0 25 0 1 0 657999789 300752896 6665 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709190 0 0 16781312 514 5552766821028855807 0 0 17 6 0 0 0
/proc/2825/statm: 73426 6665 349 364 0 9341 0
[pid=2827] ppid=2825 vsize=1018996 CPUtime=1.05 cores=0,2,4,6
/proc/2827/stat : 2827 (gnovelty+2) R 2825 2827 2827 0 -1 4202496 958 0 0 0 105 0 0 0 25 0 1 0 657999789 1043451904 697 33554432000 134512640 135663704 4294230592 18446744073709551615 134524681 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2827/statm: 254749 697 113 282 0 254465 0
[pid=2828] ppid=2816 vsize=303960 CPUtime=0 cores=0,2,4,6
/proc/2828/stat : 2828 (python) S 2816 2816 2082 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 657999790 311255040 6669 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709190 0 0 16781312 514 16149047350441017343 0 0 17 4 0 0 0
/proc/2828/statm: 75990 6669 349 364 0 11902 0
[pid=2832] ppid=2828 vsize=421428 CPUtime=1.03 cores=0,2,4,6
/proc/2832/stat : 2832 (adaptg2wsat2009) R 2828 2832 2832 0 -1 4202496 2046 0 0 0 103 0 0 0 25 0 1 0 657999791 431542272 1782 33554432000 134512640 135107411 4291500864 18446744073709551615 134532107 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2832/statm: 105357 1782 59 146 0 104233 0
[pid=2830] ppid=2816 vsize=314216 CPUtime=0 cores=0,2,4,6
/proc/2830/stat : 2830 (python) S 2816 2816 2082 0 -1 4202560 723 0 0 0 0 0 0 0 25 0 1 0 657999791 321757184 6669 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709190 0 0 16781312 514 372554126204076031 0 0 17 4 0 0 0
/proc/2830/statm: 78554 6669 345 364 0 14463 0
[pid=2833] ppid=2830 vsize=419292 CPUtime=0.46 cores=0,2,4,6
/proc/2833/stat : 2833 (adaptg2wsat2009) R 2830 2833 2833 0 -1 4202496 1347 0 0 0 46 0 0 0 25 0 1 0 657999792 429355008 1084 33554432000 134512640 135107411 4294386768 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2833/statm: 104823 1084 49 146 0 103699 0
[pid=2816/tid=2823] ppid=2814 vsize=324044 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2823/stat : 2823 (python) S 2814 2816 2082 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 5 0 657999788 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 2 0 0 0
[pid=2816/tid=2826] ppid=2814 vsize=324044 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2826/stat : 2826 (python) S 2814 2816 2082 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 5 0 657999789 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 6 0 0 0
[pid=2816/tid=2829] ppid=2814 vsize=324044 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2829/stat : 2829 (python) S 2814 2816 2082 0 -1 4202560 35 933 0 0 0 0 0 0 25 0 5 0 657999790 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 4 0 0 0
[pid=2816/tid=2831] ppid=2814 vsize=324044 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2831/stat : 2831 (python) S 2814 2816 2082 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 5 0 657999791 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 4398152

[startup+6.30149 s]
/proc/loadavg: 9.09 8.51 6.85 10/466 2833
/proc/meminfo: memFree=26377564/32950928 swapFree=60199044/67111528
[pid=2816] ppid=2814 vsize=324044 CPUtime=1.8 cores=0,2,4,6
/proc/2816/stat : 2816 (python) S 2814 2816 2082 0 -1 4202496 15430 933 1 0 170 10 0 0 25 0 5 0 657999586 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2816/statm: 81011 8202 1875 364 0 16920 0
[pid=2822] ppid=2816 vsize=283516 CPUtime=0.01 cores=0,2,4,6
/proc/2822/stat : 2822 (python) S 2816 2816 2082 0 -1 4202560 886 0 0 0 0 1 0 0 18 0 1 0 657999788 290320384 6606 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709135 0 0 16781312 514 4472853988017930499 0 0 17 4 0 0 0
/proc/2822/statm: 70879 6606 377 364 0 6797 0
[pid=2824] ppid=2822 vsize=1018996 CPUtime=2.2 cores=0,2,4,6
/proc/2824/stat : 2824 (gnovelty+2) R 2822 2824 2824 0 -1 4202496 959 0 0 0 220 0 0 0 25 0 1 0 657999788 1043451904 697 33554432000 134512640 135663704 4291789936 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2824/statm: 254749 697 113 282 0 254465 0
[pid=2825] ppid=2816 vsize=293704 CPUtime=0.01 cores=0,2,4,6
/proc/2825/stat : 2825 (python) S 2816 2816 2082 0 -1 4202560 900 0 0 0 0 1 0 0 18 0 1 0 657999789 300752896 6688 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709190 0 0 16781312 514 5552766821028823300 0 0 17 6 0 0 0
/proc/2825/statm: 73426 6688 372 364 0 9341 0
[pid=2827] ppid=2825 vsize=1018996 CPUtime=4.18 cores=0,2,4,6
/proc/2827/stat : 2827 (gnovelty+2) R 2825 2827 2827 0 -1 4202496 958 0 0 0 418 0 0 0 25 0 1 0 657999789 1043451904 697 33554432000 134512640 135663704 4294230592 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2827/statm: 254749 697 113 282 0 254465 0
[pid=2828] ppid=2816 vsize=303960 CPUtime=0 cores=0,2,4,6
/proc/2828/stat : 2828 (python) S 2816 2816 2082 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 657999790 311255040 6692 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709190 0 0 16781312 514 16149047350440984835 0 0 17 4 0 0 0
/proc/2828/statm: 75990 6692 372 364 0 11902 0
[pid=2832] ppid=2828 vsize=421428 CPUtime=4.18 cores=0,2,4,6
/proc/2832/stat : 2832 (adaptg2wsat2009) R 2828 2832 2832 0 -1 4202496 2046 0 0 0 418 0 0 0 25 0 1 0 657999791 431542272 1782 33554432000 134512640 135107411 4291500864 18446744073709551615 134532381 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2832/statm: 105357 1782 59 146 0 104233 0
[pid=2830] ppid=2816 vsize=314216 CPUtime=0.01 cores=0,2,4,6
/proc/2830/stat : 2830 (python) S 2816 2816 2082 0 -1 4202560 913 0 0 0 1 0 0 0 18 0 1 0 657999791 321757184 6696 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709190 0 0 16781312 514 372554126204043523 0 0 17 4 0 0 0
/proc/2830/statm: 78554 6696 372 364 0 14463 0
[pid=2833] ppid=2830 vsize=421428 CPUtime=2.06 cores=0,2,4,6
/proc/2833/stat : 2833 (adaptg2wsat2009) R 2830 2833 2833 0 -1 4202496 2045 0 0 0 205 1 0 0 25 0 1 0 657999792 431542272 1782 33554432000 134512640 135107411 4294386768 18446744073709551615 134532304 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2833/statm: 105357 1782 59 146 0 104233 0
[pid=2816/tid=2823] ppid=2814 vsize=324044 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2823/stat : 2823 (python) S 2814 2816 2082 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 5 0 657999788 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 2 0 0 0
[pid=2816/tid=2826] ppid=2814 vsize=324044 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2826/stat : 2826 (python) S 2814 2816 2082 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 5 0 657999789 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 6 0 0 0
[pid=2816/tid=2829] ppid=2814 vsize=324044 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2829/stat : 2829 (python) S 2814 2816 2082 0 -1 4202560 35 933 0 0 0 0 0 0 25 0 5 0 657999790 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 4 0 0 0
[pid=2816/tid=2831] ppid=2814 vsize=324044 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2831/stat : 2831 (python) S 2814 2816 2082 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 5 0 657999791 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 14.45
Current children cumulated vsize (KiB) 4400288

[startup+12.7014 s]
/proc/loadavg: 9.08 8.52 6.86 10/466 2834
/proc/meminfo: memFree=26375612/32950928 swapFree=60199044/67111528
[pid=2816] ppid=2814 vsize=324044 CPUtime=1.8 cores=0,2,4,6
/proc/2816/stat : 2816 (python) S 2814 2816 2082 0 -1 4202496 15430 933 1 0 170 10 0 0 25 0 5 0 657999586 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2816/statm: 81011 8202 1875 364 0 16920 0
[pid=2822] ppid=2816 vsize=283516 CPUtime=0.02 cores=0,2,4,6
/proc/2822/stat : 2822 (python) S 2816 2816 2082 0 -1 4202560 890 0 0 0 1 1 0 0 18 0 1 0 657999788 290320384 6606 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709135 0 0 16781312 514 17730425442352988419 0 0 17 4 0 0 0
/proc/2822/statm: 70879 6606 377 364 0 6797 0
[pid=2824] ppid=2822 vsize=1018996 CPUtime=5.4 cores=0,2,4,6
/proc/2824/stat : 2824 (gnovelty+2) R 2822 2824 2824 0 -1 4202496 959 0 0 0 540 0 0 0 25 0 1 0 657999788 1043451904 697 33554432000 134512640 135663704 4291789936 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2824/statm: 254749 697 113 282 0 254465 0
[pid=2825] ppid=2816 vsize=293704 CPUtime=0.03 cores=0,2,4,6
/proc/2825/stat : 2825 (python) S 2816 2816 2082 0 -1 4202560 905 0 0 0 2 1 0 0 18 0 1 0 657999789 300752896 6688 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709190 0 0 16781312 514 17730425442352988420 0 0 17 6 0 0 0
/proc/2825/statm: 73426 6688 372 364 0 9341 0
[pid=2827] ppid=2825 vsize=1018996 CPUtime=10.47 cores=0,2,4,6
/proc/2827/stat : 2827 (gnovelty+2) R 2825 2827 2827 0 -1 4202496 958 0 0 0 1047 0 0 0 25 0 1 0 657999789 1043451904 697 33554432000 134512640 135663704 4294230592 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2827/statm: 254749 697 113 282 0 254465 0
[pid=2828] ppid=2816 vsize=303960 CPUtime=0.02 cores=0,2,4,6
/proc/2828/stat : 2828 (python) S 2816 2816 2082 0 -1 4202560 904 0 0 0 1 1 0 0 18 0 1 0 657999790 311255040 6692 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709190 0 0 16781312 514 17730425442352988419 0 0 17 4 0 0 0
/proc/2828/statm: 75990 6692 372 364 0 11902 0
[pid=2832] ppid=2828 vsize=421428 CPUtime=10.52 cores=0,2,4,6
/proc/2832/stat : 2832 (adaptg2wsat2009) R 2828 2832 2832 0 -1 4202496 2046 0 0 0 1052 0 0 0 25 0 1 0 657999791 431542272 1782 33554432000 134512640 135107411 4291500864 18446744073709551615 134531600 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2832/statm: 105357 1782 59 146 0 104233 0
[pid=2830] ppid=2816 vsize=314216 CPUtime=0.03 cores=0,2,4,6
/proc/2830/stat : 2830 (python) S 2816 2816 2082 0 -1 4202560 916 0 0 0 2 1 0 0 18 0 1 0 657999791 321757184 6696 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709190 0 0 16781312 514 17730425442352988419 0 0 17 4 0 0 0
/proc/2830/statm: 78554 6696 372 364 0 14463 0
[pid=2833] ppid=2830 vsize=421428 CPUtime=5.26 cores=0,2,4,6
/proc/2833/stat : 2833 (adaptg2wsat2009) R 2830 2833 2833 0 -1 4202496 2045 0 0 0 525 1 0 0 25 0 1 0 657999792 431542272 1782 33554432000 134512640 135107411 4294386768 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2833/statm: 105357 1782 59 146 0 104233 0
[pid=2816/tid=2823] ppid=2814 vsize=324044 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2823/stat : 2823 (python) S 2814 2816 2082 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 5 0 657999788 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 2 0 0 0
[pid=2816/tid=2826] ppid=2814 vsize=324044 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2826/stat : 2826 (python) S 2814 2816 2082 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 5 0 657999789 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 6 0 0 0
[pid=2816/tid=2829] ppid=2814 vsize=324044 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2829/stat : 2829 (python) S 2814 2816 2082 0 -1 4202560 35 933 0 0 0 0 0 0 25 0 5 0 657999790 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 4 0 0 0
[pid=2816/tid=2831] ppid=2814 vsize=324044 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2831/stat : 2831 (python) S 2814 2816 2082 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 5 0 657999791 331821056 8202 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 33.55
Current children cumulated vsize (KiB) 4400288

[startup+25.5011 s]
/proc/loadavg: 9.13 8.56 6.90 10/469 2837
/proc/meminfo: memFree=26369504/32950928 swapFree=60199044/67111528
[pid=2816] ppid=2814 vsize=324044 CPUtime=1.8 cores=0,2,4,6

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

/proc/2828/statm: 75990 6721 400 364 0 11902 0
[pid=2832] ppid=2828 vsize=421428 CPUtime=99.36 cores=0,2,4,6
/proc/2832/stat : 2832 (adaptg2wsat2009) T 2828 2832 2832 0 -1 4202496 2046 0 0 0 9936 0 0 0 25 0 1 0 657999791 431542272 1782 33554432000 134512640 135107411 4291500864 18446744073709551615 134532408 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/2832/statm: 105357 1782 59 146 0 104233 0
[pid=2828/tid=2846] ppid=2816 vsize=303960 CPUtime=0 cores=0,2,4,6
/proc/2828/task/2846/stat : 2846 (python) S 2816 2816 2082 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658009825 311255040 6721 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 514 18446604452377719040 0 0 -1 4 0 0 0
[pid=2830] ppid=2816 vsize=314216 CPUtime=0.47 cores=0,2,4,6
/proc/2830/stat : 2830 (python) S 2816 2816 2082 0 -1 4202560 1111 0 0 0 24 23 0 0 19 0 2 0 657999791 321757184 6725 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2830/statm: 78554 6725 400 364 0 14463 0
[pid=2833] ppid=2830 vsize=421428 CPUtime=97.64 cores=0,2,4,6
/proc/2833/stat : 2833 (adaptg2wsat2009) T 2830 2833 2833 0 -1 4202496 2045 0 0 0 9760 4 0 0 25 0 1 0 657999792 431542272 1782 33554432000 134512640 135107411 4294386768 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2833/statm: 105357 1782 59 146 0 104233 0
[pid=2830/tid=2911] ppid=2816 vsize=314216 CPUtime=0 cores=0,2,4,6
/proc/2830/task/2911/stat : 2911 (python) S 2816 2816 2082 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658014550 321757184 6725 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 514 18446604452999435264 0 0 -1 2 0 0 0
[pid=2843] ppid=2816 vsize=324472 CPUtime=0.41 cores=0,2,4,6
/proc/2843/stat : 2843 (python) S 2816 2816 2082 0 -1 4202560 1101 0 0 0 21 20 0 0 19 0 2 0 658009733 332259328 6729 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2843/statm: 81118 6729 400 364 0 17024 0
[pid=2845] ppid=2843 vsize=421428 CPUtime=100.78 cores=0,2,4,6
/proc/2845/stat : 2845 (adaptg2wsat2009) T 2843 2845 2845 0 -1 4202496 2047 0 0 0 10078 0 0 0 25 0 1 0 658009736 431542272 1784 33554432000 134512640 135107411 4291232496 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/2845/statm: 105357 1784 59 146 0 104233 0
[pid=2843/tid=3019] ppid=2816 vsize=324472 CPUtime=0 cores=0,2,4,6
/proc/2843/task/3019/stat : 3019 (python) S 2816 2816 2082 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658022775 332259328 6729 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 514 18446604453607180416 0 0 -1 2 0 0 0
[pid=2847] ppid=2816 vsize=334728 CPUtime=0.39 cores=0,2,4,6
/proc/2847/stat : 2847 (python) S 2816 2816 2082 0 -1 4202560 1106 0 0 0 18 21 0 0 19 0 2 0 658009828 342761472 6733 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2847/statm: 83682 6733 400 364 0 19585 0
[pid=2857] ppid=2847 vsize=1018996 CPUtime=100.41 cores=0,2,4,6
/proc/2857/stat : 2857 (gnovelty+2) T 2847 2857 2857 0 -1 4202496 959 0 0 0 10041 0 0 0 25 0 1 0 658009828 1043451904 698 33554432000 134512640 135663704 4292605344 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/2857/statm: 254749 698 113 282 0 254465 0
[pid=2847/tid=3015] ppid=2816 vsize=334728 CPUtime=0 cores=0,2,4,6
/proc/2847/task/3015/stat : 3015 (python) S 2816 2816 2082 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658022277 342761472 6733 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 514 18446604453896495360 0 0 -1 0 0 0 0
[pid=2912] ppid=2816 vsize=345076 CPUtime=0.35 cores=0,2,4,6
/proc/2912/stat : 2912 (python) S 2816 2816 2082 0 -1 4202560 1116 0 0 0 18 17 0 0 19 0 2 0 658014551 353357824 6737 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2912/statm: 86269 6737 400 364 0 22169 0
[pid=2914] ppid=2912 vsize=251288 CPUtime=98.99 cores=0,2,4,6
/proc/2914/stat : 2914 (FH) T 2912 2914 2914 0 -1 4202496 1944 0 0 0 9898 1 0 0 25 0 1 0 658014551 257318912 1682 33554432000 134512640 134936988 4290936800 18446744073709551615 134553523 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/2914/statm: 62822 1682 41 104 0 62326 0
[pid=2912/tid=3024] ppid=2816 vsize=345076 CPUtime=0 cores=0,2,4,6
/proc/2912/task/3024/stat : 3024 (python) S 2816 2816 2082 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 658025785 353357824 6737 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 514 18446604441241074752 0 0 -1 4 0 0 0
[pid=2916] ppid=2816 vsize=355240 CPUtime=0.45 cores=0,2,4,6
/proc/2916/stat : 2916 (python) S 2816 2816 2082 0 -1 4202560 1159 0 0 0 24 21 0 0 19 0 2 0 658014642 363765760 6753 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2916/statm: 88810 6753 406 364 0 24707 0
[pid=2918] ppid=2916 vsize=421428 CPUtime=102.67 cores=0,2,4,6
/proc/2918/stat : 2918 (adaptg2wsat2009) T 2916 2918 2918 0 -1 4202496 2050 0 0 0 10267 0 0 0 25 0 1 0 658014642 431542272 1782 33554432000 134512640 135107411 4293565552 18446744073709551615 134531830 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2918/statm: 105357 1782 59 146 0 104233 0
[pid=2916/tid=3045] ppid=2816 vsize=355240 CPUtime=0 cores=0,2,4,6
/proc/2916/task/3045/stat : 3045 (python) S 2816 2816 2082 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658028886 363765760 6753 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 514 18446604453940098240 0 0 -1 4 0 0 0
[pid=3016] ppid=2816 vsize=365708 CPUtime=0.4 cores=0,2,4,6
/proc/3016/stat : 3016 (python) S 2816 2816 2082 0 -1 4202560 1148 0 0 0 21 19 0 0 19 0 2 0 658022278 374484992 6757 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3016/statm: 91427 6757 406 364 0 27321 0
[pid=3018] ppid=3016 vsize=421428 CPUtime=101.7 cores=0,2,4,6
/proc/3018/stat : 3018 (adaptg2wsat2009) T 3016 3018 3018 0 -1 4202496 2051 0 0 0 10170 0 0 0 25 0 1 0 658022278 431542272 1784 33554432000 134512640 135107411 4290326624 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/3018/statm: 105357 1784 59 146 0 104233 0
[pid=3016/tid=3051] ppid=2816 vsize=365708 CPUtime=0 cores=0,2,4,6
/proc/3016/task/3051/stat : 3051 (python) S 2816 2816 2082 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658034717 374484992 6757 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 514 18446604452717516864 0 0 -1 4 0 0 0
[pid=3020] ppid=2816 vsize=375752 CPUtime=0.46 cores=0,2,4,6
/proc/3020/stat : 3020 (python) S 2816 2816 2082 0 -1 4202560 1129 0 0 0 25 21 0 0 19 0 2 0 658022776 384770048 6785 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3020/statm: 93938 6785 400 364 0 29829 0
[pid=3022] ppid=3020 vsize=251288 CPUtime=101.74 cores=0,2,4,6
/proc/3022/stat : 3022 (FH) T 3020 3022 3022 0 -1 4202496 1945 0 0 0 10174 0 0 0 25 0 1 0 658022777 257318912 1681 33554432000 134512640 134936988 4289340544 18446744073709551615 134553427 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3022/statm: 62822 1681 41 104 0 62326 0
[pid=3020/tid=3055] ppid=2816 vsize=375752 CPUtime=0 cores=0,2,4,6
/proc/3020/task/3055/stat : 3055 (python) S 2816 2816 2082 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658037031 384770048 6785 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 514 18446604453693599936 0 0 -1 0 0 0 0
[pid=3025] ppid=2816 vsize=452152 CPUtime=0.49 cores=0,2,4,6
/proc/3025/stat : 3025 (python) S 2816 2816 2082 0 -1 4202560 1149 0 0 0 26 23 0 0 19 0 2 0 658025786 463003648 6790 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3025/statm: 113038 6790 400 364 0 48926 0
[pid=3027] ppid=3025 vsize=1018996 CPUtime=102.04 cores=0,2,4,6
/proc/3027/stat : 3027 (gnovelty+2) T 3025 3027 3027 0 -1 4202496 966 0 0 0 10204 0 0 0 25 0 1 0 658025787 1043451904 697 33554432000 134512640 135663704 4290724096 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/3027/statm: 254749 697 113 282 0 254465 0
[pid=3025/tid=3077] ppid=2816 vsize=452152 CPUtime=0 cores=0,2,4,6
/proc/3025/task/3077/stat : 3077 (python) S 2816 2816 2082 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658040647 463003648 6790 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 514 18446604440845820352 0 0 -1 6 0 0 0
[pid=3046] ppid=2816 vsize=396632 CPUtime=1.09 cores=0,2,4,6
/proc/3046/stat : 3046 (python) S 2816 2816 2082 0 -1 4202560 1187 0 0 0 57 52 0 0 18 0 2 0 658028887 406151168 6892 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3046/statm: 99158 6892 400 364 0 35043 0
[pid=3048] ppid=3046 vsize=268420 CPUtime=292.46 cores=0,2,4,6
/proc/3048/stat : 3048 (hybridGM3) T 3046 3048 3048 0 -1 4202496 5811 0 0 0 29246 0 0 0 25 0 1 0 658028887 274862080 5543 33554432000 134512640 135204385 4294779184 18446744073709551615 134538541 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3048/statm: 67105 5543 63 169 0 66935 0
[pid=3046/tid=3114] ppid=2816 vsize=396632 CPUtime=0 cores=0,2,4,6
/proc/3046/task/3114/stat : 3114 (python) S 2816 2816 2082 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 658049159 406151168 6892 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 514 18446604453812577216 0 0 -1 2 0 0 0
[pid=3052] ppid=2816 vsize=407024 CPUtime=0.89 cores=0,2,4,6
/proc/3052/stat : 3052 (python) S 2816 2816 2082 0 -1 4202560 1020 0 0 0 45 44 0 0 18 0 1 0 658034718 416792576 6867 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709190 0 0 16781312 514 17730425442352988419 0 0 17 2 0 0 0
/proc/3052/statm: 101756 6867 372 364 0 37638 0
[pid=3054] ppid=3052 vsize=268424 CPUtime=159.19 cores=0,2,4,6
/proc/3054/stat : 3054 (hybridGM3) R 3052 3054 3054 0 -1 4202496 5812 0 0 0 15918 1 0 0 25 0 1 0 658034719 274866176 5544 33554432000 134512640 135204385 4291557968 18446744073709551615 134537724 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/3054/statm: 67106 5544 63 169 0 66936 0
[pid=3057] ppid=2816 vsize=417056 CPUtime=0.39 cores=0,2,4,6
/proc/3057/stat : 3057 (python) S 2816 2816 2082 0 -1 4202560 1160 0 0 0 21 18 0 0 19 0 2 0 658037032 427065344 6900 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3057/statm: 104264 6900 400 364 0 40143 0
[pid=3059] ppid=3057 vsize=421428 CPUtime=98.23 cores=0,2,4,6
/proc/3059/stat : 3059 (adaptg2wsat2009) T 3057 3059 3059 0 -1 4202496 2055 0 0 0 9823 0 0 0 25 0 1 0 658037033 431542272 1784 33554432000 134512640 135107411 4286656976 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/3059/statm: 105357 1784 59 146 0 104233 0
[pid=3057/tid=3102] ppid=2816 vsize=417056 CPUtime=0 cores=0,2,4,6
/proc/3057/task/3102/stat : 3102 (python) S 2816 2816 2082 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 658048881 427065344 6900 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 514 18446604452717515968 0 0 -1 0 0 0 0
[pid=3078] ppid=2816 vsize=427460 CPUtime=0.69 cores=0,2,4,6
/proc/3078/stat : 3078 (python) S 2816 2816 2082 0 -1 4202560 1088 0 0 0 36 33 0 0 18 0 1 0 658040648 437719040 6882 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709190 0 0 16781312 514 17730425442352988419 0 0 17 2 0 0 0
/proc/3078/statm: 106865 6882 379 364 0 42741 0
[pid=3081] ppid=3078 vsize=268420 CPUtime=159.14 cores=0,2,4,6
/proc/3081/stat : 3081 (hybridGM3) R 3078 3081 3081 0 -1 4202496 5817 0 0 0 15913 1 0 0 25 0 1 0 658040649 274862080 5543 33554432000 134512640 135204385 4289188848 18446744073709551615 134538541 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3081/statm: 67105 5543 63 169 0 66935 0
[pid=3103] ppid=2816 vsize=437664 CPUtime=0.39 cores=0,2,4,6
/proc/3103/stat : 3103 (python) S 2816 2816 2082 0 -1 4202560 1190 0 0 0 18 21 0 0 19 0 2 0 658048882 448167936 6915 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3103/statm: 109416 6915 407 364 0 45289 0
[pid=3105] ppid=3103 vsize=251296 CPUtime=98.28 cores=0,2,4,6
/proc/3105/stat : 3105 (FH) T 3103 3105 3105 0 -1 4202496 1962 0 0 0 9828 0 0 0 25 0 1 0 658048883 257327104 1683 33554432000 134512640 134936988 4287944624 18446744073709551615 134553236 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3105/statm: 62824 1683 41 104 0 62328 0
[pid=3103/tid=3126] ppid=2816 vsize=437664 CPUtime=0 cores=0,2,4,6
/proc/3103/task/3126/stat : 3126 (python) S 2816 2816 2082 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658060121 448167936 6915 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 514 18446604452999434368 0 0 -1 2 0 0 0
[pid=3127] ppid=2816 vsize=447668 CPUtime=0.04 cores=0,2,4,6
/proc/3127/stat : 3127 (python) S 2816 2816 2082 0 -1 4202560 1013 0 0 0 2 2 0 0 18 0 1 0 658060122 458412032 6911 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709190 0 0 16781312 514 17730425442352988419 0 0 17 2 0 0 0
/proc/3127/statm: 111917 6911 377 364 0 47787 0
[pid=3129] ppid=3127 vsize=268420 CPUtime=5.65 cores=0,2,4,6
/proc/3129/stat : 3129 (hybridGM3) R 3127 3129 3129 0 -1 4202496 5822 0 0 0 565 0 0 0 25 0 1 0 658060123 274862080 5543 33554432000 134512640 135204385 4288852240 18446744073709551615 134537792 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3129/statm: 67105 5543 63 169 0 66935 0
[pid=3131] ppid=2816 vsize=458640 CPUtime=0 cores=0,2,4,6
/proc/3131/stat : 3131 (python) S 2816 2816 2082 0 -1 4202560 822 0 0 0 0 0 0 0 20 0 1 0 658061101 469647360 6885 33554432000 4194304 5683644 140733361266288 18446744073709551615 268272709190 0 0 16781312 514 6970077991162347519 0 0 17 2 0 0 0
/proc/3131/statm: 114660 6885 346 364 0 50527 0
[pid=3133] ppid=3131 vsize=453824 CPUtime=0.41 cores=0,2,4,6
/proc/3133/stat : 3133 (TNM) R 3131 3133 3133 0 -1 4202496 1206 0 0 0 41 0 0 0 23 0 1 0 658061102 464715776 933 33554432000 134512640 135008748 4293515056 18446744073709551615 134523370 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/3133/statm: 113456 933 45 122 0 112356 0
[pid=2816/tid=2823] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2823/stat : 2823 (python) S 2814 2816 2082 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 19 0 657999788 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 2 0 0 0
[pid=2816/tid=2826] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2826/stat : 2826 (python) S 2814 2816 2082 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 19 0 657999789 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 6 0 0 0
[pid=2816/tid=2829] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2829/stat : 2829 (python) S 2814 2816 2082 0 -1 4202560 35 933 0 0 0 0 0 0 25 0 19 0 657999790 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 4 0 0 0
[pid=2816/tid=2831] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2831/stat : 2831 (python) S 2814 2816 2082 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 19 0 657999791 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 4 0 0 0
[pid=2816/tid=2844] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2844/stat : 2844 (python) S 2814 2816 2082 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 19 0 658009733 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 4 0 0 0
[pid=2816/tid=2848] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2848/stat : 2848 (python) S 2814 2816 2082 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 19 0 658009828 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 4 0 0 0
[pid=2816/tid=2913] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2913/stat : 2913 (python) S 2814 2816 2082 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 19 0 658014551 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 4 0 0 0
[pid=2816/tid=2917] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/2917/stat : 2917 (python) S 2814 2816 2082 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 19 0 658014642 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 4 0 0 0
[pid=2816/tid=3017] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/3017/stat : 3017 (python) S 2814 2816 2082 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 19 0 658022278 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 4 0 0 0
[pid=2816/tid=3021] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/3021/stat : 3021 (python) S 2814 2816 2082 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 19 0 658022777 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 2 0 0 0
[pid=2816/tid=3026] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/3026/stat : 3026 (python) S 2814 2816 2082 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 19 0 658025786 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 2 0 0 0
[pid=2816/tid=3047] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/3047/stat : 3047 (python) S 2814 2816 2082 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 19 0 658028887 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 2 0 0 0
[pid=2816/tid=3053] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/3053/stat : 3053 (python) S 2814 2816 2082 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 19 0 658034718 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 2 0 0 0
[pid=2816/tid=3058] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/3058/stat : 3058 (python) S 2814 2816 2082 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 19 0 658037033 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 2 0 0 0
[pid=2816/tid=3079] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/3079/stat : 3079 (python) S 2814 2816 2082 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 19 0 658040649 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 2 0 0 0
[pid=2816/tid=3104] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/3104/stat : 3104 (python) S 2814 2816 2082 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 19 0 658048883 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 2 0 0 0
[pid=2816/tid=3128] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/3128/stat : 3128 (python) S 2814 2816 2082 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 19 0 658060123 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 2 0 0 0
[pid=2816/tid=3132] ppid=2814 vsize=468168 CPUtime=0 cores=0,2,4,6
/proc/2816/task/3132/stat : 3132 (python) S 2814 2816 2082 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 19 0 658061102 479404032 8454 33554432000 4194304 5683644 140733361266288 18446744073709551615 268284512689 0 0 16781312 2 18446604452377720832 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1924.38
Current children cumulated vsize (KiB) 16105012

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2816 and gives
#  childrusage.ru_utime.tv_sec=330
#  childrusage.ru_utime.tv_usec=740719
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=174365
# CPU time returned by wait4() is 334.915
# while last known CPU time is 1924.38
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 616.037
CPU time (s): 1924.38
CPU user time (s): 1920.27
CPU system time (s): 4.11
CPU usage (%): 312.381
Max. virtual memory (cumulated for all children) (KiB): 16105012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 330.741
system time used= 4.17436
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71274
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= 6316
involuntary context switches= 2900

runsolver used 4.48832 second user time and 10.1585 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 14:53:28
IDJOB=3378235
IDBENCH=82644
IDSOLVER=1859
FILE ID=node122/3378235-1305464008
RUNJOBID= node122-1305462946-2100
PBS_JOBID= 13324977
Free space on /tmp= 73404 MiB

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

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

MD5SUM BENCH= 4c3def64b0c0da01406b551924b4a52d
RANDOM SEED=1019900669

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26439448 kB
Buffers:        311372 kB
Cached:        3941764 kB
SwapCached:      50104 kB
Active:        2138108 kB
Inactive:      4119532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26439448 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:           32272 kB
Writeback:           0 kB
AnonPages:     1964764 kB
Mapped:          28924 kB
Slab:           132260 kB
PageTables:      53672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105163804 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= 73364 MiB
End job on node122 at 2011-05-15 15:03:46