Trace number 3378204

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) 1982.88 500.536

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S303265982-092-UNKNOWN.cnf
MD5SUM1b4a544dd042630233219a622c9437c7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark96.8423
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.32/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.68	c INFO: solving HOME/instance-3378204-1305463629.cnf
0.32/0.68	c INFO: computing task features
0.49/0.83	c INFO: computed variable-clause graph statistics
0.49/0.83	c INFO: computed clause balance statistics
1.19/1.56	c INFO: computed variable balance statistics
1.59/1.97	c INFO: computed small-clause counts
1.59/1.97	c INFO: computed Horn-clause counts
1.69/2.00	c INFO: computed variable graph statistics
1.69/2.00	c INFO: collected features for HOME/instance-3378204-1305463629.cnf in 1.32 s
1.69/2.01	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
1.69/2.02	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.14)
1.69/2.03	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.09)
1.69/2.04	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.07)
397.35/101.40	c INFO: running adaptg2wsat2009++@0 for 97 with 1099 remaining (b = 0.06)
401.38/102.34	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.05)
401.38/102.36	c INFO: running FH@0 for 97 with 1098 remaining (b = 0.04)
401.38/102.38	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.03)
792.52/200.72	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.03)
796.47/201.70	c INFO: running FH@0 for 97 with 998 remaining (b = 0.02)
796.47/201.74	c INFO: running hybridGM3@0 for 194 with 998 remaining (b = 0.04)
796.47/201.75	c INFO: running gnovelty+2@0 for 97 with 998 remaining (b = 0.02)
1191.23/301.05	c INFO: running hybridGM3@0 for 194 with 899 remaining (b = 0.03)
1195.18/302.03	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.02)
1195.51/302.11	c INFO: running hybridGM3@0 for 194 with 898 remaining (b = 0.03)
1578.23/398.43	c INFO: running hybridGM3@98 for 97 with 802 remaining (b = 0.01)
1593.72/402.37	c INFO: running FH@0 for 97 with 798 remaining (b = 0.01)
1972.09/497.77	c INFO: running hybridGM3@97 for 97 with 702 remaining (b = 0.01)
1976.48/498.83	c INFO: running hybridGM3@0 for 194 with 701 remaining (b = 0.02)
1980.01/499.77	c INFO: running TNM@0 for 700 with 700 remaining (b = 0.08)
1982.88/500.53	c INFO: running adaptg2wsat2009++@97 for 97 with 700 remaining (b = 0.01)
1982.88/500.53	Traceback (most recent call last):
1982.88/500.53	  File "HOME/solve", line 33, in <module>
1982.88/500.53	    plac.call(main)
1982.88/500.53	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
1982.88/500.53	    cmd, result = parser_from(obj).consume(arglist)
1982.88/500.53	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
1982.88/500.53	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1982.88/500.53	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1982.88/500.53	    (_, answer, _) = solver(input_path, budget / cores, cores)
1982.88/500.53	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
1982.88/500.53	    solver.go(max_cost * borg.defaults.machine_speed)
1982.88/500.53	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
1982.88/500.53	    self._process.start()
1982.88/500.53	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
1982.88/500.53	    assert self._popen is None, 'cannot start a process twice'
1982.88/500.53	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-3378204-1305463629/watcher-3378204-1305463629 -o /tmp/evaluation-result-3378204-1305463629/solver-3378204-1305463629 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378204-1305463629.cnf -seed 2042995236 -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: 8.24 7.47 5.73 5/422 31040
/proc/meminfo: memFree=21551504/32951124 swapFree=67111348/67111528
[pid=31040] ppid=31038 vsize=15904 CPUtime=0 cores=0,2,4,6
/proc/31040/stat : 31040 (python) S 31038 31040 30709 0 -1 4202496 943 0 0 0 0 0 0 0 25 0 1 0 657960648 16285696 820 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/31040/statm: 3976 820 357 364 0 463 0

[startup+0.08908 s]
/proc/loadavg: 8.24 7.47 5.73 5/422 31040
/proc/meminfo: memFree=21551504/32951124 swapFree=67111348/67111528
[pid=31040] ppid=31038 vsize=56640 CPUtime=0.04 cores=0,2,4,6
/proc/31040/stat : 31040 (python) R 31038 31040 30709 0 -1 4202496 2092 0 0 0 4 0 0 0 25 0 1 0 657960648 57999360 1847 33554432000 4194304 5683644 140735974559936 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31040/statm: 14194 1853 499 364 0 1317 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 56640

[startup+0.101084 s]
/proc/loadavg: 8.24 7.47 5.73 5/422 31040
/proc/meminfo: memFree=21551504/32951124 swapFree=67111348/67111528
[pid=31040] ppid=31038 vsize=87700 CPUtime=0.05 cores=0,2,4,6
/proc/31040/stat : 31040 (python) S 31038 31040 30709 0 -1 4202496 2637 0 0 0 4 1 0 0 17 0 1 0 657960648 89804800 2353 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/31040/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87700

[startup+0.301035 s]
/proc/loadavg: 8.24 7.47 5.73 5/422 31040
/proc/meminfo: memFree=21551504/32951124 swapFree=67111348/67111528
[pid=31040] ppid=31038 vsize=135744 CPUtime=0.16 cores=0,2,4,6
/proc/31040/stat : 31040 (python) R 31038 31040 30709 0 -1 4202496 5963 931 1 0 13 3 0 0 17 0 1 0 657960648 139001856 4150 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687367888 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31040/statm: 33936 4150 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135744

[startup+0.700933 s]
/proc/loadavg: 8.24 7.47 5.73 5/422 31040
/proc/meminfo: memFree=21551504/32951124 swapFree=67111348/67111528
[pid=31040] ppid=31038 vsize=280244 CPUtime=0.39 cores=0,2,4,6
/proc/31040/stat : 31040 (python) R 31038 31040 30709 0 -1 4202496 9709 931 1 0 31 8 0 0 16 0 1 0 657960648 286969856 7390 33554432000 4194304 5683644 140735974559936 18446744073709551615 4602421 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31040/statm: 70061 7391 1761 364 0 5985 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 280244

[startup+1.50078 s]
/proc/loadavg: 8.24 7.47 5.73 6/423 31045
/proc/meminfo: memFree=21519628/32951124 swapFree=67111348/67111528
[pid=31040] ppid=31038 vsize=287576 CPUtime=1.19 cores=0,2,4,6
/proc/31040/stat : 31040 (python) R 31038 31040 30709 0 -1 4202496 12680 931 1 0 110 9 0 0 17 0 1 0 657960648 294477824 9279 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687342496 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31040/statm: 71894 9279 1826 364 0 7818 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 287576

[startup+3.10146 s]
/proc/loadavg: 8.24 7.47 5.73 9/435 31057
/proc/meminfo: memFree=21496316/32951124 swapFree=67111348/67111528
[pid=31040] ppid=31038 vsize=323964 CPUtime=1.73 cores=0,2,4,6
/proc/31040/stat : 31040 (python) S 31038 31040 30709 0 -1 4202496 15535 931 1 0 163 10 0 0 22 0 5 0 657960648 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31040/statm: 80991 8182 1875 364 0 16900 0
[pid=31046] ppid=31040 vsize=283436 CPUtime=0 cores=0,2,4,6
/proc/31046/stat : 31046 (python) S 31040 31040 30709 0 -1 4202560 721 0 0 0 0 0 0 0 18 0 1 0 657960850 290238464 6647 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695375 0 0 16781312 514 672501997772964099 0 0 17 2 0 0 0
/proc/31046/statm: 70859 6647 355 364 0 6777 0
[pid=31048] ppid=31046 vsize=1018996 CPUtime=1.08 cores=0,2,4,6
/proc/31048/stat : 31048 (gnovelty+2) R 31046 31048 31048 0 -1 4202496 961 0 0 0 108 0 0 0 24 0 1 0 657960850 1043451904 698 33554432000 134512640 135663704 4294019168 18446744073709551615 134524901 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31048/statm: 254749 698 113 282 0 254465 0
[pid=31049] ppid=31040 vsize=293692 CPUtime=0 cores=0,2,4,6
/proc/31049/stat : 31049 (python) S 31040 31040 30709 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 657960851 300740608 6645 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695430 0 0 16781312 514 17991796952756355331 0 0 17 0 0 0 0
/proc/31049/statm: 73423 6645 349 364 0 9338 0
[pid=31051] ppid=31049 vsize=1018996 CPUtime=1.07 cores=0,2,4,6
/proc/31051/stat : 31051 (gnovelty+2) R 31049 31051 31051 0 -1 4202496 959 0 0 0 107 0 0 0 25 0 1 0 657960851 1043451904 697 33554432000 134512640 135663704 4291969984 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31051/statm: 254749 697 113 282 0 254465 0
[pid=31052] ppid=31040 vsize=303948 CPUtime=0 cores=0,2,4,6
/proc/31052/stat : 31052 (python) S 31040 31040 30709 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 657960852 311242752 6649 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695430 0 0 16781312 514 4390529154399862783 0 0 17 2 0 0 0
/proc/31052/statm: 75987 6649 349 364 0 11899 0
[pid=31054] ppid=31052 vsize=421428 CPUtime=1.05 cores=0,2,4,6
/proc/31054/stat : 31054 (adaptg2wsat2009) R 31052 31054 31054 0 -1 4202496 2046 0 0 0 105 0 0 0 23 0 1 0 657960852 431542272 1782 33554432000 134512640 135107411 4287690720 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31054/statm: 105357 1782 59 146 0 104233 0
[pid=31055] ppid=31040 vsize=314204 CPUtime=0 cores=0,2,4,6
/proc/31055/stat : 31055 (python) S 31040 31040 30709 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 657960853 321744896 6653 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695430 0 0 16781312 514 7280429441753284607 0 0 17 6 0 0 0
/proc/31055/statm: 78551 6653 349 364 0 14460 0
[pid=31057] ppid=31055 vsize=421428 CPUtime=1.03 cores=0,2,4,6
/proc/31057/stat : 31057 (adaptg2wsat2009) R 31055 31057 31057 0 -1 4202496 2043 0 0 0 103 0 0 0 25 0 1 0 657960853 431542272 1782 33554432000 134512640 135107411 4293055664 18446744073709551615 134531561 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31057/statm: 105357 1782 59 146 0 104233 0
[pid=31040/tid=31047] ppid=31038 vsize=323964 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31047/stat : 31047 (python) S 31038 31040 30709 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 5 0 657960850 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 2 0 0 0
[pid=31040/tid=31050] ppid=31038 vsize=323964 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31050/stat : 31050 (python) S 31038 31040 30709 0 -1 4202560 25 931 0 0 0 0 0 0 22 0 5 0 657960851 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 0 0 0 0
[pid=31040/tid=31053] ppid=31038 vsize=323964 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31053/stat : 31053 (python) S 31038 31040 30709 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 5 0 657960852 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 2 0 0 0
[pid=31040/tid=31056] ppid=31038 vsize=323964 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31056/stat : 31056 (python) S 31038 31040 30709 0 -1 4202560 29 931 0 0 0 0 0 0 22 0 5 0 657960853 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 4400092

[startup+6.30087 s]
/proc/loadavg: 8.22 7.47 5.74 9/435 31057
/proc/meminfo: memFree=21489316/32951124 swapFree=67111348/67111528
[pid=31040] ppid=31038 vsize=323964 CPUtime=1.73 cores=0,2,4,6
/proc/31040/stat : 31040 (python) S 31038 31040 30709 0 -1 4202496 15535 931 1 0 163 10 0 0 22 0 5 0 657960648 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31040/statm: 80991 8182 1875 364 0 16900 0
[pid=31046] ppid=31040 vsize=283436 CPUtime=0.01 cores=0,2,4,6
/proc/31046/stat : 31046 (python) S 31040 31040 30709 0 -1 4202560 874 0 0 0 1 0 0 0 18 0 1 0 657960850 290238464 6670 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695375 0 0 16781312 514 672501997772964099 0 0 17 2 0 0 0
/proc/31046/statm: 70859 6670 378 364 0 6777 0
[pid=31048] ppid=31046 vsize=1018996 CPUtime=4.24 cores=0,2,4,6
/proc/31048/stat : 31048 (gnovelty+2) R 31046 31048 31048 0 -1 4202496 961 0 0 0 424 0 0 0 25 0 1 0 657960850 1043451904 698 33554432000 134512640 135663704 4294019168 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31048/statm: 254749 698 113 282 0 254465 0
[pid=31049] ppid=31040 vsize=293692 CPUtime=0.01 cores=0,2,4,6
/proc/31049/stat : 31049 (python) S 31040 31040 30709 0 -1 4202560 908 0 0 0 0 1 0 0 18 0 1 0 657960851 300740608 6668 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695430 0 0 16781312 514 17991796952756355331 0 0 17 0 0 0 0
/proc/31049/statm: 73423 6668 372 364 0 9338 0
[pid=31051] ppid=31049 vsize=1018996 CPUtime=4.25 cores=0,2,4,6
/proc/31051/stat : 31051 (gnovelty+2) R 31049 31051 31051 0 -1 4202496 959 0 0 0 425 0 0 0 25 0 1 0 657960851 1043451904 697 33554432000 134512640 135663704 4291969984 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31051/statm: 254749 697 113 282 0 254465 0
[pid=31052] ppid=31040 vsize=303948 CPUtime=0.01 cores=0,2,4,6
/proc/31052/stat : 31052 (python) S 31040 31040 30709 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 657960852 311242752 6672 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695430 0 0 16781312 514 4390529154399830273 0 0 17 2 0 0 0
/proc/31052/statm: 75987 6672 372 364 0 11899 0
[pid=31054] ppid=31052 vsize=421428 CPUtime=4.25 cores=0,2,4,6
/proc/31054/stat : 31054 (adaptg2wsat2009) R 31052 31054 31054 0 -1 4202496 2046 0 0 0 425 0 0 0 25 0 1 0 657960852 431542272 1782 33554432000 134512640 135107411 4287690720 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31054/statm: 105357 1782 59 146 0 104233 0
[pid=31055] ppid=31040 vsize=314204 CPUtime=0.01 cores=0,2,4,6
/proc/31055/stat : 31055 (python) S 31040 31040 30709 0 -1 4202560 908 0 0 0 0 1 0 0 18 0 1 0 657960853 321744896 6676 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695430 0 0 16781312 514 7280429441753284607 0 0 17 6 0 0 0
/proc/31055/statm: 78551 6676 372 364 0 14460 0
[pid=31057] ppid=31055 vsize=421428 CPUtime=4.17 cores=0,2,4,6
/proc/31057/stat : 31057 (adaptg2wsat2009) R 31055 31057 31057 0 -1 4202496 2043 0 0 0 416 1 0 0 25 0 1 0 657960853 431542272 1782 33554432000 134512640 135107411 4293055664 18446744073709551615 134532313 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31057/statm: 105357 1782 59 146 0 104233 0
[pid=31040/tid=31047] ppid=31038 vsize=323964 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31047/stat : 31047 (python) S 31038 31040 30709 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 5 0 657960850 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 2 0 0 0
[pid=31040/tid=31050] ppid=31038 vsize=323964 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31050/stat : 31050 (python) S 31038 31040 30709 0 -1 4202560 25 931 0 0 0 0 0 0 22 0 5 0 657960851 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 0 0 0 0
[pid=31040/tid=31053] ppid=31038 vsize=323964 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31053/stat : 31053 (python) S 31038 31040 30709 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 5 0 657960852 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 2 0 0 0
[pid=31040/tid=31056] ppid=31038 vsize=323964 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31056/stat : 31056 (python) S 31038 31040 30709 0 -1 4202560 29 931 0 0 0 0 0 0 22 0 5 0 657960853 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.68
Current children cumulated vsize (KiB) 4400092

[startup+12.7007 s]
/proc/loadavg: 8.20 7.48 5.75 9/435 31057
/proc/meminfo: memFree=21487852/32951124 swapFree=67111348/67111528
[pid=31040] ppid=31038 vsize=323964 CPUtime=1.73 cores=0,2,4,6
/proc/31040/stat : 31040 (python) S 31038 31040 30709 0 -1 4202496 15535 931 1 0 163 10 0 0 22 0 5 0 657960648 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31040/statm: 80991 8182 1875 364 0 16900 0
[pid=31046] ppid=31040 vsize=283436 CPUtime=0.03 cores=0,2,4,6
/proc/31046/stat : 31046 (python) S 31040 31040 30709 0 -1 4202560 880 0 0 0 1 2 0 0 18 0 1 0 657960850 290238464 6670 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695375 0 0 16781312 514 688276686801699075 0 0 17 2 0 0 0
/proc/31046/statm: 70859 6670 378 364 0 6777 0
[pid=31048] ppid=31046 vsize=1018996 CPUtime=10.6 cores=0,2,4,6
/proc/31048/stat : 31048 (gnovelty+2) R 31046 31048 31048 0 -1 4202496 961 0 0 0 1060 0 0 0 25 0 1 0 657960850 1043451904 698 33554432000 134512640 135663704 4294019168 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31048/statm: 254749 698 113 282 0 254465 0
[pid=31049] ppid=31040 vsize=293692 CPUtime=0.03 cores=0,2,4,6
/proc/31049/stat : 31049 (python) S 31040 31040 30709 0 -1 4202560 911 0 0 0 1 2 0 0 18 0 1 0 657960851 300740608 6668 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695430 0 0 16781312 514 688276686801699075 0 0 17 0 0 0 0
/proc/31049/statm: 73423 6668 372 364 0 9338 0
[pid=31051] ppid=31049 vsize=1018996 CPUtime=10.63 cores=0,2,4,6
/proc/31051/stat : 31051 (gnovelty+2) R 31049 31051 31051 0 -1 4202496 959 0 0 0 1063 0 0 0 25 0 1 0 657960851 1043451904 697 33554432000 134512640 135663704 4291969984 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31051/statm: 254749 697 113 282 0 254465 0
[pid=31052] ppid=31040 vsize=303948 CPUtime=0.02 cores=0,2,4,6
/proc/31052/stat : 31052 (python) S 31040 31040 30709 0 -1 4202560 907 0 0 0 1 1 0 0 18 0 1 0 657960852 311242752 6672 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695430 0 0 16781312 514 688276686801699073 0 0 17 2 0 0 0
/proc/31052/statm: 75987 6672 372 364 0 11899 0
[pid=31054] ppid=31052 vsize=421428 CPUtime=10.65 cores=0,2,4,6
/proc/31054/stat : 31054 (adaptg2wsat2009) R 31052 31054 31054 0 -1 4202496 2046 0 0 0 1065 0 0 0 25 0 1 0 657960852 431542272 1782 33554432000 134512640 135107411 4287690720 18446744073709551615 134531709 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31054/statm: 105357 1782 59 146 0 104233 0
[pid=31055] ppid=31040 vsize=314204 CPUtime=0.03 cores=0,2,4,6
/proc/31055/stat : 31055 (python) S 31040 31040 30709 0 -1 4202560 910 0 0 0 1 2 0 0 18 0 1 0 657960853 321744896 6676 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695430 0 0 16781312 514 688276686801699073 0 0 17 6 0 0 0
/proc/31055/statm: 78551 6676 372 364 0 14460 0
[pid=31057] ppid=31055 vsize=421428 CPUtime=10.46 cores=0,2,4,6
/proc/31057/stat : 31057 (adaptg2wsat2009) R 31055 31057 31057 0 -1 4202496 2043 0 0 0 1045 1 0 0 25 0 1 0 657960853 431542272 1782 33554432000 134512640 135107411 4293055664 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31057/statm: 105357 1782 59 146 0 104233 0
[pid=31040/tid=31047] ppid=31038 vsize=323964 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31047/stat : 31047 (python) S 31038 31040 30709 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 5 0 657960850 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 2 0 0 0
[pid=31040/tid=31050] ppid=31038 vsize=323964 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31050/stat : 31050 (python) S 31038 31040 30709 0 -1 4202560 25 931 0 0 0 0 0 0 22 0 5 0 657960851 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 0 0 0 0
[pid=31040/tid=31053] ppid=31038 vsize=323964 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31053/stat : 31053 (python) S 31038 31040 30709 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 5 0 657960852 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 2 0 0 0
[pid=31040/tid=31056] ppid=31038 vsize=323964 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31056/stat : 31056 (python) S 31038 31040 30709 0 -1 4202560 29 931 0 0 0 0 0 0 22 0 5 0 657960853 331739136 8182 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 44.18
Current children cumulated vsize (KiB) 4400092

[startup+25.5014 s]
/proc/loadavg: 8.16 7.51 5.79 9/435 31058
/proc/meminfo: memFree=21488084/32951124 swapFree=67111348/67111528
[pid=31040] ppid=31038 vsize=323964 CPUtime=1.73 cores=0,2,4,6

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

/proc/31055/stat : 31055 (python) S 31040 31040 30709 0 -1 4202560 1094 0 0 0 15 16 0 0 19 0 2 0 657960853 321744896 6705 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/31055/statm: 78551 6705 400 364 0 14460 0
[pid=31057] ppid=31055 vsize=421428 CPUtime=97.66 cores=0,2,4,6
/proc/31057/stat : 31057 (adaptg2wsat2009) T 31055 31057 31057 0 -1 4202496 2043 0 0 0 9765 1 0 0 25 0 1 0 657960853 431542272 1782 33554432000 134512640 135107411 4293055664 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31057/statm: 105357 1782 59 146 0 104233 0
[pid=31055/tid=31068] ppid=31040 vsize=314204 CPUtime=0 cores=0,2,4,6
/proc/31055/task/31068/stat : 31068 (python) S 31040 31040 30709 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657970788 321744896 6705 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 514 18446604446017865728 0 0 -1 6 0 0 0
[pid=31069] ppid=31040 vsize=324460 CPUtime=0.31 cores=0,2,4,6
/proc/31069/stat : 31069 (python) S 31040 31040 30709 0 -1 4202560 1100 0 0 0 16 15 0 0 18 0 2 0 657970789 332247040 6709 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31069/statm: 81115 6709 400 364 0 17021 0
[pid=31071] ppid=31069 vsize=421428 CPUtime=97.29 cores=0,2,4,6
/proc/31071/stat : 31071 (adaptg2wsat2009) T 31069 31071 31071 0 -1 4202496 2048 0 0 0 9729 0 0 0 25 0 1 0 657970789 431542272 1782 33554432000 134512640 135107411 4286785632 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31071/statm: 105357 1782 59 146 0 104233 0
[pid=31069/tid=31099] ppid=31040 vsize=324460 CPUtime=0 cores=0,2,4,6
/proc/31069/task/31099/stat : 31099 (python) S 31040 31040 30709 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657980819 332247040 6709 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 514 18446604451922183232 0 0 -1 2 0 0 0
[pid=31073] ppid=31040 vsize=334716 CPUtime=0.31 cores=0,2,4,6
/proc/31073/stat : 31073 (python) S 31040 31040 30709 0 -1 4202560 1094 0 0 0 14 17 0 0 19 0 2 0 657970883 342749184 6713 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/31073/statm: 83679 6713 400 364 0 19582 0
[pid=31075] ppid=31073 vsize=1018996 CPUtime=98.06 cores=0,2,4,6
/proc/31075/stat : 31075 (gnovelty+2) T 31073 31075 31075 0 -1 4202496 957 0 0 0 9806 0 0 0 25 0 1 0 657970883 1043451904 698 33554432000 134512640 135663704 4288342080 18446744073709551615 134544242 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31075/statm: 254749 698 113 282 0 254465 0
[pid=31073/tid=31091] ppid=31040 vsize=334716 CPUtime=0 cores=0,2,4,6
/proc/31073/task/31091/stat : 31091 (python) S 31040 31040 30709 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 657980720 342749184 6713 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 514 18446604440278878976 0 0 -1 6 0 0 0
[pid=31078] ppid=31040 vsize=345064 CPUtime=0.31 cores=0,2,4,6
/proc/31078/stat : 31078 (python) S 31040 31040 30709 0 -1 4202560 1107 0 0 0 17 14 0 0 19 0 2 0 657970885 353345536 6717 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/31078/statm: 86266 6717 400 364 0 22166 0
[pid=31080] ppid=31078 vsize=251292 CPUtime=99.31 cores=0,2,4,6
/proc/31080/stat : 31080 (FH) T 31078 31080 31080 0 -1 4202496 1944 0 0 0 9931 0 0 0 25 0 1 0 657970886 257323008 1683 33554432000 134512640 134936988 4290510832 18446744073709551615 134545348 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31080/statm: 62823 1683 41 104 0 62327 0
[pid=31078/tid=31095] ppid=31040 vsize=345064 CPUtime=0 cores=0,2,4,6
/proc/31078/task/31095/stat : 31095 (python) S 31040 31040 30709 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657980818 353345536 6717 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 514 18446604453942916928 0 0 -1 6 0 0 0
[pid=31081] ppid=31040 vsize=355328 CPUtime=0.31 cores=0,2,4,6
/proc/31081/stat : 31081 (python) S 31040 31040 30709 0 -1 4202560 1134 0 0 0 17 14 0 0 19 0 2 0 657970887 363855872 6750 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31081/statm: 88832 6750 406 364 0 24729 0
[pid=31083] ppid=31081 vsize=421428 CPUtime=98.99 cores=0,2,4,6
/proc/31083/stat : 31083 (adaptg2wsat2009) T 31081 31083 31083 0 -1 4202496 2048 0 0 0 9899 0 0 0 25 0 1 0 657970887 431542272 1781 33554432000 134512640 135107411 4294229104 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31083/statm: 105357 1781 59 146 0 104233 0
[pid=31081/tid=31100] ppid=31040 vsize=355328 CPUtime=0 cores=0,2,4,6
/proc/31081/task/31100/stat : 31100 (python) S 31040 31040 30709 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 657980821 363855872 6750 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 514 18446604444348723456 0 0 -1 2 0 0 0
[pid=31092] ppid=31040 vsize=431224 CPUtime=0.32 cores=0,2,4,6
/proc/31092/stat : 31092 (python) S 31040 31040 30709 0 -1 4202560 1145 0 0 0 17 15 0 0 19 0 2 0 657980721 441573376 6757 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31092/statm: 107806 6757 406 364 0 43700 0
[pid=31094] ppid=31092 vsize=421428 CPUtime=100.3 cores=0,2,4,6
/proc/31094/stat : 31094 (adaptg2wsat2009) T 31092 31094 31094 0 -1 4202496 2050 0 0 0 10030 0 0 0 25 0 1 0 657980722 431542272 1782 33554432000 134512640 135107411 4287330176 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31094/statm: 105357 1782 59 146 0 104233 0
[pid=31092/tid=31110] ppid=31040 vsize=431224 CPUtime=0 cores=0,2,4,6
/proc/31092/task/31110/stat : 31110 (python) S 31040 31040 30709 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657990753 441573376 6757 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 514 18446604445345007488 0 0 -1 0 0 0 0
[pid=31096] ppid=31040 vsize=376056 CPUtime=0.32 cores=0,2,4,6
/proc/31096/stat : 31096 (python) S 31040 31040 30709 0 -1 4202560 1121 0 0 0 16 16 0 0 19 0 2 0 657980819 385081344 6780 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31096/statm: 94014 6780 400 364 0 29905 0
[pid=31098] ppid=31096 vsize=251288 CPUtime=97.93 cores=0,2,4,6
/proc/31098/stat : 31098 (FH) T 31096 31098 31098 0 -1 4202496 1948 0 0 0 9793 0 0 0 25 0 1 0 657980819 257318912 1682 33554432000 134512640 134936988 4292898656 18446744073709551615 134553320 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31098/statm: 62822 1682 41 104 0 62326 0
[pid=31096/tid=31114] ppid=31040 vsize=376056 CPUtime=0 cores=0,2,4,6
/proc/31096/task/31114/stat : 31114 (python) S 31040 31040 30709 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657990850 385081344 6780 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 514 18446604445345006592 0 0 -1 4 0 0 0
[pid=31101] ppid=31040 vsize=386236 CPUtime=0.98 cores=0,2,4,6
/proc/31101/stat : 31101 (python) S 31040 31040 30709 0 -1 4202560 1187 0 0 0 49 49 0 0 18 0 2 0 657980823 395505664 6812 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31101/statm: 96559 6812 400 364 0 32447 0
[pid=31103] ppid=31101 vsize=268420 CPUtime=294.08 cores=0,2,4,6
/proc/31103/stat : 31103 (hybridGM3) T 31101 31103 31103 0 -1 4202496 5809 0 0 0 29408 0 0 0 25 0 1 0 657980823 274862080 5543 33554432000 134512640 135204385 4292825680 18446744073709551615 134538041 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31103/statm: 67105 5543 63 169 0 66935 0
[pid=31101/tid=31129] ppid=31040 vsize=386236 CPUtime=0 cores=0,2,4,6
/proc/31101/task/31129/stat : 31129 (python) S 31040 31040 30709 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 658000491 395505664 6812 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 514 18446604446017864832 0 0 -1 0 0 0 0
[pid=31104] ppid=31040 vsize=396620 CPUtime=0.32 cores=0,2,4,6
/proc/31104/stat : 31104 (python) S 31040 31040 30709 0 -1 4202560 1150 0 0 0 18 14 0 0 19 0 2 0 657980824 406138880 6816 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31104/statm: 99155 6816 400 364 0 35040 0
[pid=31106] ppid=31104 vsize=1018996 CPUtime=99.68 cores=0,2,4,6
/proc/31106/stat : 31106 (gnovelty+2) T 31104 31106 31106 0 -1 4202496 966 0 0 0 9968 0 0 0 25 0 1 0 657980824 1043451904 697 33554432000 134512640 135663704 4288564016 18446744073709551615 134525323 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31106/statm: 254749 697 113 282 0 254465 0
[pid=31104/tid=31118] ppid=31040 vsize=396620 CPUtime=0 cores=0,2,4,6
/proc/31104/task/31118/stat : 31118 (python) S 31040 31040 30709 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 657990859 406138880 6816 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 514 18446604449456604416 0 0 -1 2 0 0 0
[pid=31111] ppid=31040 vsize=407012 CPUtime=0.65 cores=0,2,4,6
/proc/31111/stat : 31111 (python) S 31040 31040 30709 0 -1 4202560 1176 0 0 0 33 32 0 0 18 0 2 0 657990754 416780288 6833 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31111/statm: 101753 6833 400 364 0 37635 0
[pid=31113] ppid=31111 vsize=268424 CPUtime=198.97 cores=0,2,4,6
/proc/31113/stat : 31113 (hybridGM3) R 31111 31113 31113 0 -1 4202496 5808 0 0 0 19897 0 0 0 25 0 1 0 657990755 274866176 5543 33554432000 134512640 135204385 4293830768 18446744073709551615 134537724 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31113/statm: 67106 5543 63 169 0 66936 0
[pid=31111/tid=31139] ppid=31040 vsize=407012 CPUtime=0 cores=0,2,4,6
/proc/31111/task/31139/stat : 31139 (python) S 31040 31040 30709 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 658010424 416780288 6833 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 514 18446604446746958784 0 0 -1 2 0 0 0
[pid=31115] ppid=31040 vsize=417412 CPUtime=0.33 cores=0,2,4,6
/proc/31115/stat : 31115 (python) S 31040 31040 30709 0 -1 4202560 1150 0 0 0 16 17 0 0 19 0 2 0 657990852 427429888 6871 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31115/statm: 104353 6871 400 364 0 40232 0
[pid=31117] ppid=31115 vsize=421428 CPUtime=97.75 cores=0,2,4,6
/proc/31117/stat : 31117 (adaptg2wsat2009) T 31115 31117 31117 0 -1 4202496 2052 0 0 0 9775 0 0 0 25 0 1 0 657990852 431542272 1781 33554432000 134512640 135107411 4291062064 18446744073709551615 134532358 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31117/statm: 105357 1781 59 146 0 104233 0
[pid=31115/tid=31130] ppid=31040 vsize=417412 CPUtime=0 cores=0,2,4,6
/proc/31115/task/31130/stat : 31130 (python) S 31040 31040 30709 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658000885 427429888 6871 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 514 18446604446746956096 0 0 -1 2 0 0 0
[pid=31119] ppid=31040 vsize=427184 CPUtime=0.66 cores=0,2,4,6
/proc/31119/stat : 31119 (python) S 31040 31040 30709 0 -1 4202560 1227 0 0 0 34 32 0 0 19 0 2 0 657990860 437436416 6916 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31119/statm: 106796 6916 406 364 0 42672 0
[pid=31121] ppid=31119 vsize=268424 CPUtime=195.05 cores=0,2,4,6
/proc/31121/stat : 31121 (hybridGM3) T 31119 31121 31121 0 -1 4202496 5820 0 0 0 19504 1 0 0 25 0 1 0 657990861 274866176 5544 33554432000 134512640 135204385 4294700928 18446744073709551615 134538041 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/31121/statm: 67106 5544 63 169 0 66936 0
[pid=31119/tid=31140] ppid=31040 vsize=427184 CPUtime=0 cores=0,2,4,6
/proc/31119/task/31140/stat : 31140 (python) S 31040 31040 30709 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658010530 437436416 6916 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 514 18446604450577278144 0 0 -1 2 0 0 0
[pid=31131] ppid=31040 vsize=437592 CPUtime=0.32 cores=0,2,4,6
/proc/31131/stat : 31131 (python) S 31040 31040 30709 0 -1 4202560 1049 0 0 0 15 17 0 0 18 0 1 0 658000886 448094208 6922 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695430 0 0 16781312 514 688276686801699073 0 0 17 4 0 0 0
/proc/31131/statm: 109398 6922 380 364 0 45271 0
[pid=31133] ppid=31131 vsize=251292 CPUtime=97.36 cores=0,2,4,6
/proc/31133/stat : 31133 (FH) R 31131 31133 31133 0 -1 4202496 1958 0 0 0 9736 0 0 0 25 0 1 0 658000886 257323008 1683 33554432000 134512640 134936988 4291717200 18446744073709551615 134553554 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31133/statm: 62823 1683 41 104 0 62327 0
[pid=31141] ppid=31040 vsize=447864 CPUtime=0 cores=0,2,4,6
/proc/31141/stat : 31141 (python) S 31040 31040 30709 0 -1 4202560 858 0 0 0 0 0 0 0 18 0 1 0 658010532 458612736 6903 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695430 0 0 16781312 514 6520376361012396289 0 0 17 4 0 0 0
/proc/31141/statm: 111966 6903 357 364 0 47836 0
[pid=31143] ppid=31141 vsize=268424 CPUtime=1.56 cores=0,2,4,6
/proc/31143/stat : 31143 (hybridGM3) R 31141 31143 31143 0 -1 4202496 5824 0 0 0 156 0 0 0 25 0 1 0 658010532 274866176 5544 33554432000 134512640 135204385 4290630992 18446744073709551615 134537711 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31143/statm: 67106 5544 63 169 0 66936 0
[pid=31145] ppid=31040 vsize=458464 CPUtime=0 cores=0,2,4,6
/proc/31145/stat : 31145 (python) S 31040 31040 30709 0 -1 4202560 831 0 0 0 0 0 0 0 19 0 1 0 658010626 469467136 6897 33554432000 4194304 5683644 140735974559936 18446744073709551615 212687695430 0 0 16781312 514 2975776547824205823 0 0 17 4 0 0 0
/proc/31145/statm: 114616 6897 347 364 0 50483 0
[pid=31147] ppid=31145 vsize=459768 CPUtime=0.6 cores=0,2,4,6
/proc/31147/stat : 31147 (TNM) R 31145 31147 31147 0 -1 4202496 1924 0 0 0 60 0 0 0 22 0 1 0 658010626 470802432 1652 33554432000 134512640 135008748 4290427632 18446744073709551615 134527526 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31147/statm: 114942 1652 46 122 0 113842 0
[pid=31040/tid=31047] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31047/stat : 31047 (python) S 31038 31040 30709 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 19 0 657960850 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 2 0 0 0
[pid=31040/tid=31050] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31050/stat : 31050 (python) S 31038 31040 30709 0 -1 4202560 25 931 0 0 0 0 0 0 22 0 19 0 657960851 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 0 0 0 0
[pid=31040/tid=31053] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31053/stat : 31053 (python) S 31038 31040 30709 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 19 0 657960852 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 2 0 0 0
[pid=31040/tid=31056] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31056/stat : 31056 (python) S 31038 31040 30709 0 -1 4202560 29 931 0 0 0 0 0 0 22 0 19 0 657960853 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 6 0 0 0
[pid=31040/tid=31070] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31070/stat : 31070 (python) S 31038 31040 30709 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 19 0 657970789 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 6 0 0 0
[pid=31040/tid=31074] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31074/stat : 31074 (python) S 31038 31040 30709 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 19 0 657970883 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 6 0 0 0
[pid=31040/tid=31079] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31079/stat : 31079 (python) S 31038 31040 30709 0 -1 4202560 22 931 0 0 0 0 0 0 21 0 19 0 657970886 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 6 0 0 0
[pid=31040/tid=31082] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31082/stat : 31082 (python) S 31038 31040 30709 0 -1 4202560 25 931 0 0 0 0 0 0 23 0 19 0 657970887 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 4 0 0 0
[pid=31040/tid=31093] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31093/stat : 31093 (python) S 31038 31040 30709 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 19 0 657980722 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 4 0 0 0
[pid=31040/tid=31097] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31097/stat : 31097 (python) S 31038 31040 30709 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 19 0 657980819 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 4 0 0 0
[pid=31040/tid=31102] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31102/stat : 31102 (python) S 31038 31040 30709 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 19 0 657980823 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 4 0 0 0
[pid=31040/tid=31105] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31105/stat : 31105 (python) S 31038 31040 30709 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 19 0 657980824 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 2 0 0 0
[pid=31040/tid=31112] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31112/stat : 31112 (python) S 31038 31040 30709 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 19 0 657990754 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 2 0 0 0
[pid=31040/tid=31116] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31116/stat : 31116 (python) S 31038 31040 30709 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 19 0 657990852 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 2 0 0 0
[pid=31040/tid=31120] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31120/stat : 31120 (python) S 31038 31040 30709 0 -1 4202560 25 931 0 0 0 0 0 0 21 0 19 0 657990861 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 4 0 0 0
[pid=31040/tid=31132] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31132/stat : 31132 (python) S 31038 31040 30709 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 19 0 658000886 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 4 0 0 0
[pid=31040/tid=31142] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31142/stat : 31142 (python) S 31038 31040 30709 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 19 0 658010532 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 4 0 0 0
[pid=31040/tid=31146] ppid=31038 vsize=468196 CPUtime=0 cores=0,2,4,6
/proc/31040/task/31146/stat : 31146 (python) S 31038 31040 30709 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 19 0 658010626 479432704 8465 33554432000 4194304 5683644 140735974559936 18446744073709551615 212699498929 0 0 16781312 2 18446604449456605312 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1982.88
Current children cumulated vsize (KiB) 16110836

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31040 and gives
#  childrusage.ru_utime.tv_sec=104
#  childrusage.ru_utime.tv_usec=934047
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=386485
# CPU time returned by wait4() is 108.321
# while last known CPU time is 1982.88
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 500.536
CPU time (s): 1982.88
CPU user time (s): 1979.59
CPU system time (s): 3.29
CPU usage (%): 396.152
Max. virtual memory (cumulated for all children) (KiB): 16110836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.934
system time used= 3.38648
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61050
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= 6226
involuntary context switches= 693

runsolver used 3.62145 second user time and 8.39772 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 14:47:09
IDJOB=3378204
IDBENCH=82613
IDSOLVER=1859
FILE ID=node139/3378204-1305463629
RUNJOBID= node139-1305463021-30728
PBS_JOBID= 13324978
Free space on /tmp= 73356 MiB

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

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

MD5SUM BENCH= 1b4a544dd042630233219a622c9437c7
RANDOM SEED=2042995236

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21551784 kB
Buffers:        319704 kB
Cached:        3080488 kB
SwapCached:          0 kB
Active:        9021352 kB
Inactive:      2060288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21551784 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           32268 kB
Writeback:           0 kB
AnonPages:     7681152 kB
Mapped:          37932 kB
Slab:           205128 kB
PageTables:      47048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91577336 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= 73324 MiB
End job on node139 at 2011-05-15 14:55:32