Trace number 3378126

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) 1998.17 503.841

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S715182559-083-UNKNOWN.cnf
MD5SUM1ae73e64babd5796adef68295bcaa14f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark89.3534
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.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.67	c INFO: solving HOME/instance-3378126-1305462913.cnf
0.37/0.67	c INFO: computing task features
0.55/0.82	c INFO: computed variable-clause graph statistics
0.55/0.83	c INFO: computed clause balance statistics
1.35/1.60	c INFO: computed variable balance statistics
1.75/2.03	c INFO: computed small-clause counts
1.75/2.03	c INFO: computed Horn-clause counts
1.75/2.06	c INFO: computed variable graph statistics
1.75/2.06	c INFO: collected features for HOME/instance-3378126-1305462913.cnf in 1.39 s
1.75/2.07	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
1.75/2.08	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.14)
1.75/2.09	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.09)
1.75/2.10	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.07)
401.74/102.35	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.06)
401.74/102.36	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.05)
401.74/102.37	c INFO: running FH@0 for 97 with 1098 remaining (b = 0.04)
401.74/102.38	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.03)
800.49/202.56	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.03)
800.83/202.60	c INFO: running FH@0 for 97 with 998 remaining (b = 0.02)
800.83/202.62	c INFO: running hybridGM3@0 for 194 with 998 remaining (b = 0.04)
820.67/207.64	c INFO: running gnovelty+2@0 for 97 with 993 remaining (b = 0.02)
1199.24/302.80	c INFO: running hybridGM3@0 for 194 with 897 remaining (b = 0.03)
1199.63/302.83	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.02)
1219.89/307.93	c INFO: running hybridGM3@0 for 194 with 892 remaining (b = 0.03)
1594.71/402.16	c INFO: running hybridGM3@102 for 97 with 798 remaining (b = 0.01)
1598.28/403.06	c INFO: running FH@0 for 97 with 797 remaining (b = 0.01)
1968.78/496.38	c INFO: running hybridGM3@0 for 194 with 704 remaining (b = 0.02)
1988.61/501.34	c INFO: running hybridGM3@100 for 97 with 699 remaining (b = 0.01)
1996.92/503.46	c INFO: running TNM@0 for 697 with 697 remaining (b = 0.08)
1998.17/503.83	c INFO: running adaptg2wsat2009++@0 for 97 with 696 remaining (b = 0.01)
1998.17/503.83	Traceback (most recent call last):
1998.17/503.83	  File "HOME/solve", line 33, in <module>
1998.17/503.83	    plac.call(main)
1998.17/503.83	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
1998.17/503.83	    cmd, result = parser_from(obj).consume(arglist)
1998.17/503.83	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
1998.17/503.83	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1998.17/503.83	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1998.17/503.83	    (_, answer, _) = solver(input_path, budget / cores, cores)
1998.17/503.83	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
1998.17/503.83	    solver.go(max_cost * borg.defaults.machine_speed)
1998.17/503.83	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
1998.17/503.83	    self._process.start()
1998.17/503.83	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
1998.17/503.83	    assert self._popen is None, 'cannot start a process twice'
1998.17/503.83	AssertionError: cannot start a process twice

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378126-1305462913/watcher-3378126-1305462913 -o /tmp/evaluation-result-3378126-1305462913/solver-3378126-1305462913 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378126-1305462913.cnf -seed 2146362115 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.64 4.63 3.97 6/284 26007
/proc/meminfo: memFree=20515032/32951124 swapFree=67056788/67111528
[pid=26007] ppid=26005 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/26007/stat : 26007 (python) S 26005 26007 25829 0 -1 4202496 790 0 0 0 0 0 0 0 23 0 1 0 657889162 15749120 679 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 1 0 0 0
/proc/26007/statm: 3845 679 322 364 0 332 0

[startup+0.0520901 s]
/proc/loadavg: 7.64 4.63 3.97 6/284 26007
/proc/meminfo: memFree=20515032/32951124 swapFree=67056788/67111528
[pid=26007] ppid=26005 vsize=23180 CPUtime=0.02 cores=1,3,5,7
/proc/26007/stat : 26007 (python) R 26005 26007 25829 0 -1 4202496 1321 0 0 0 2 0 0 0 18 0 1 0 657889162 23736320 1172 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550535680 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/26007/statm: 5795 1172 432 364 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23180

[startup+0.101076 s]
/proc/loadavg: 7.64 4.63 3.97 6/284 26007
/proc/meminfo: memFree=20515032/32951124 swapFree=67056788/67111528
[pid=26007] ppid=26005 vsize=87700 CPUtime=0.06 cores=1,3,5,7
/proc/26007/stat : 26007 (python) S 26005 26007 25829 0 -1 4202496 2636 0 0 0 5 1 0 0 17 0 1 0 657889162 89804800 2353 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 1 0 0 0
/proc/26007/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.301063 s]
/proc/loadavg: 7.64 4.63 3.97 6/284 26007
/proc/meminfo: memFree=20515032/32951124 swapFree=67056788/67111528
[pid=26007] ppid=26005 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/26007/stat : 26007 (python) S 26005 26007 25829 0 -1 4202496 5959 934 1 0 13 5 0 0 17 0 1 0 657889162 139005952 4151 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 1 0 0 0
/proc/26007/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700965 s]
/proc/loadavg: 7.64 4.63 3.97 6/284 26007
/proc/meminfo: memFree=20515032/32951124 swapFree=67056788/67111528
[pid=26007] ppid=26005 vsize=280524 CPUtime=0.45 cores=1,3,5,7
/proc/26007/stat : 26007 (python) R 26005 26007 25829 0 -1 4202496 9789 934 1 0 33 12 0 0 15 0 1 0 657889162 287256576 7474 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550224073 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26007/statm: 70131 7476 1761 364 0 6055 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 280524

[startup+1.50082 s]
/proc/loadavg: 7.64 4.63 3.97 6/285 26012
/proc/meminfo: memFree=20483404/32951124 swapFree=67056788/67111528
[pid=26007] ppid=26005 vsize=287576 CPUtime=1.25 cores=1,3,5,7
/proc/26007/stat : 26007 (python) R 26005 26007 25829 0 -1 4202496 12676 934 1 0 113 12 0 0 16 0 1 0 657889162 294477824 9279 33554432000 4194304 5683644 140736076361296 18446744073709551615 4509160 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26007/statm: 71894 9279 1826 364 0 7818 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 287576

[startup+3.1005 s]
/proc/loadavg: 7.43 4.64 3.98 10/293 26021
/proc/meminfo: memFree=20476016/32951124 swapFree=67056788/67111528
[pid=26007] ppid=26005 vsize=323964 CPUtime=1.86 cores=1,3,5,7
/proc/26007/stat : 26007 (python) S 26005 26007 25829 0 -1 4202496 15538 934 1 0 173 13 0 0 19 0 5 0 657889162 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26007/statm: 80991 8190 1883 364 0 16900 0
[pid=26013] ppid=26007 vsize=283436 CPUtime=0 cores=1,3,5,7
/proc/26013/stat : 26013 (python) S 26007 26007 25829 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 657889370 290238464 6647 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557711 0 0 16781312 514 3933114450181095423 0 0 17 1 0 0 0
/proc/26013/statm: 70859 6647 355 364 0 6777 0
[pid=26015] ppid=26013 vsize=1018996 CPUtime=1.01 cores=1,3,5,7
/proc/26015/stat : 26015 (gnovelty+2) R 26013 26015 26015 0 -1 4202496 958 0 0 0 101 0 0 0 22 0 1 0 657889370 1043451904 697 33554432000 134512640 135663704 4290685744 18446744073709551615 134524901 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26015/statm: 254749 697 113 282 0 254465 0
[pid=26016] ppid=26007 vsize=293692 CPUtime=0 cores=1,3,5,7
/proc/26016/stat : 26016 (python) S 26007 26007 25829 0 -1 4202560 736 0 0 0 0 0 0 0 21 0 1 0 657889371 300740608 6645 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557766 0 0 16781312 514 7989046543913058303 0 0 17 5 0 0 0
/proc/26016/statm: 73423 6645 349 364 0 9338 0
[pid=26018] ppid=26016 vsize=1018996 CPUtime=1 cores=1,3,5,7
/proc/26018/stat : 26018 (gnovelty+2) R 26016 26018 26018 0 -1 4202496 959 0 0 0 100 0 0 0 25 0 1 0 657889371 1043451904 697 33554432000 134512640 135663704 4292066288 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26018/statm: 254749 697 113 282 0 254465 0
[pid=26019] ppid=26007 vsize=303948 CPUtime=0 cores=1,3,5,7
/proc/26019/stat : 26019 (python) S 26007 26007 25829 0 -1 4202560 724 0 0 0 0 0 0 0 22 0 1 0 657889372 311242752 6645 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557766 0 0 16781312 514 11468751806440407039 0 0 17 5 0 0 0
/proc/26019/statm: 75987 6645 345 364 0 11899 0
[pid=26007/tid=26014] ppid=26005 vsize=323964 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26014/stat : 26014 (python) S 26005 26007 25829 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 5 0 657889370 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26017] ppid=26005 vsize=323964 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26017/stat : 26017 (python) S 26005 26007 25829 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 5 0 657889371 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 1 0 0 0
[pid=26007/tid=26020] ppid=26005 vsize=323964 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26020/stat : 26020 (python) S 26005 26007 25829 0 -1 4202560 29 934 0 0 0 0 0 0 23 0 5 0 657889372 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26023] ppid=26005 vsize=323964 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26023/stat : 26023 (python) S 26005 26007 25829 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 657889373 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 3243032

[startup+6.30091 s]
/proc/loadavg: 7.43 4.64 3.98 9/297 26024
/proc/meminfo: memFree=20453172/32951124 swapFree=67056788/67111528
[pid=26007] ppid=26005 vsize=323964 CPUtime=1.86 cores=1,3,5,7
/proc/26007/stat : 26007 (python) S 26005 26007 25829 0 -1 4202496 15538 934 1 0 173 13 0 0 19 0 5 0 657889162 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26007/statm: 80991 8190 1883 364 0 16900 0
[pid=26013] ppid=26007 vsize=283436 CPUtime=0.01 cores=1,3,5,7
/proc/26013/stat : 26013 (python) S 26007 26007 25829 0 -1 4202560 880 0 0 0 0 1 0 0 18 0 1 0 657889370 290238464 6670 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557711 0 0 16781312 514 3933114450181062917 0 0 17 1 0 0 0
/proc/26013/statm: 70859 6670 378 364 0 6777 0
[pid=26015] ppid=26013 vsize=1018996 CPUtime=4.21 cores=1,3,5,7
/proc/26015/stat : 26015 (gnovelty+2) R 26013 26015 26015 0 -1 4202496 958 0 0 0 421 0 0 0 25 0 1 0 657889370 1043451904 697 33554432000 134512640 135663704 4290685744 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26015/statm: 254749 697 113 282 0 254465 0
[pid=26016] ppid=26007 vsize=293692 CPUtime=0 cores=1,3,5,7
/proc/26016/stat : 26016 (python) S 26007 26007 25829 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 657889371 300740608 6668 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557766 0 0 16781312 514 7989046543913025798 0 0 17 5 0 0 0
/proc/26016/statm: 73423 6668 372 364 0 9338 0
[pid=26018] ppid=26016 vsize=1018996 CPUtime=4.18 cores=1,3,5,7
/proc/26018/stat : 26018 (gnovelty+2) R 26016 26018 26018 0 -1 4202496 959 0 0 0 418 0 0 0 25 0 1 0 657889371 1043451904 697 33554432000 134512640 135663704 4292066288 18446744073709551615 134544240 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26018/statm: 254749 697 113 282 0 254465 0
[pid=26019] ppid=26007 vsize=303948 CPUtime=0 cores=1,3,5,7
/proc/26019/stat : 26019 (python) S 26007 26007 25829 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 657889372 311242752 6672 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557766 0 0 16781312 514 11468751806440374533 0 0 17 7 0 0 0
/proc/26019/statm: 75987 6672 372 364 0 11899 0
[pid=26021] ppid=26019 vsize=421556 CPUtime=4.14 cores=1,3,5,7
/proc/26021/stat : 26021 (adaptg2wsat2009) R 26019 26021 26021 0 -1 4202496 2046 0 0 0 414 0 0 0 25 0 1 0 657889372 431673344 1782 33554432000 134512640 135107411 4292650064 18446744073709551615 134531822 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26021/statm: 105389 1782 59 146 0 104265 0
[pid=26022] ppid=26007 vsize=314204 CPUtime=0 cores=1,3,5,7
/proc/26022/stat : 26022 (python) S 26007 26007 25829 0 -1 4202560 916 0 0 0 0 0 0 0 18 0 1 0 657889373 321744896 6675 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557766 0 0 16781312 514 14541499228225503494 0 0 17 5 0 0 0
/proc/26022/statm: 78551 6675 371 364 0 14460 0
[pid=26024] ppid=26022 vsize=421556 CPUtime=4.17 cores=1,3,5,7
/proc/26024/stat : 26024 (adaptg2wsat2009) R 26022 26024 26024 0 -1 4202496 2043 0 0 0 417 0 0 0 25 0 1 0 657889373 431673344 1781 33554432000 134512640 135107411 4291263216 18446744073709551615 134532074 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26024/statm: 105389 1781 59 146 0 104265 0
[pid=26007/tid=26014] ppid=26005 vsize=323964 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26014/stat : 26014 (python) S 26005 26007 25829 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 5 0 657889370 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26017] ppid=26005 vsize=323964 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26017/stat : 26017 (python) S 26005 26007 25829 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 5 0 657889371 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 1 0 0 0
[pid=26007/tid=26020] ppid=26005 vsize=323964 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26020/stat : 26020 (python) S 26005 26007 25829 0 -1 4202560 29 934 0 0 0 0 0 0 23 0 5 0 657889372 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26023] ppid=26005 vsize=323964 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26023/stat : 26023 (python) S 26005 26007 25829 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 657889373 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18.57
Current children cumulated vsize (KiB) 4400348

[startup+12.7008 s]
/proc/loadavg: 7.59 4.76 4.03 9/297 26024
/proc/meminfo: memFree=20451196/32951124 swapFree=67056788/67111528
[pid=26007] ppid=26005 vsize=323964 CPUtime=1.86 cores=1,3,5,7
/proc/26007/stat : 26007 (python) S 26005 26007 25829 0 -1 4202496 15538 934 1 0 173 13 0 0 19 0 5 0 657889162 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26007/statm: 80991 8190 1883 364 0 16900 0
[pid=26013] ppid=26007 vsize=283436 CPUtime=0.02 cores=1,3,5,7
/proc/26013/stat : 26013 (python) S 26007 26007 25829 0 -1 4202560 885 0 0 0 1 1 0 0 18 0 1 0 657889370 290238464 6670 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557711 0 0 16781312 514 6699016484783358213 0 0 17 1 0 0 0
/proc/26013/statm: 70859 6670 378 364 0 6777 0
[pid=26015] ppid=26013 vsize=1018996 CPUtime=10.61 cores=1,3,5,7
/proc/26015/stat : 26015 (gnovelty+2) R 26013 26015 26015 0 -1 4202496 958 0 0 0 1061 0 0 0 25 0 1 0 657889370 1043451904 697 33554432000 134512640 135663704 4290685744 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26015/statm: 254749 697 113 282 0 254465 0
[pid=26016] ppid=26007 vsize=293692 CPUtime=0.02 cores=1,3,5,7
/proc/26016/stat : 26016 (python) S 26007 26007 25829 0 -1 4202560 912 0 0 0 1 1 0 0 18 0 1 0 657889371 300740608 6668 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557766 0 0 16781312 514 6699016484783358214 0 0 17 5 0 0 0
/proc/26016/statm: 73423 6668 372 364 0 9338 0
[pid=26018] ppid=26016 vsize=1018996 CPUtime=10.56 cores=1,3,5,7
/proc/26018/stat : 26018 (gnovelty+2) R 26016 26018 26018 0 -1 4202496 959 0 0 0 1056 0 0 0 25 0 1 0 657889371 1043451904 697 33554432000 134512640 135663704 4292066288 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26018/statm: 254749 697 113 282 0 254465 0
[pid=26019] ppid=26007 vsize=303948 CPUtime=0.02 cores=1,3,5,7
/proc/26019/stat : 26019 (python) S 26007 26007 25829 0 -1 4202560 915 0 0 0 1 1 0 0 18 0 1 0 657889372 311242752 6672 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557766 0 0 16781312 514 6699016484783358213 0 0 17 7 0 0 0
/proc/26019/statm: 75987 6672 372 364 0 11899 0
[pid=26021] ppid=26019 vsize=421556 CPUtime=10.47 cores=1,3,5,7
/proc/26021/stat : 26021 (adaptg2wsat2009) R 26019 26021 26021 0 -1 4202496 2046 0 0 0 1047 0 0 0 25 0 1 0 657889372 431673344 1782 33554432000 134512640 135107411 4292650064 18446744073709551615 134531696 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26021/statm: 105389 1782 59 146 0 104265 0
[pid=26022] ppid=26007 vsize=314204 CPUtime=0.02 cores=1,3,5,7
/proc/26022/stat : 26022 (python) S 26007 26007 25829 0 -1 4202560 918 0 0 0 1 1 0 0 18 0 1 0 657889373 321744896 6675 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557766 0 0 16781312 514 6699016484783358214 0 0 17 5 0 0 0
/proc/26022/statm: 78551 6675 371 364 0 14460 0
[pid=26024] ppid=26022 vsize=421556 CPUtime=10.56 cores=1,3,5,7
/proc/26024/stat : 26024 (adaptg2wsat2009) R 26022 26024 26024 0 -1 4202496 2043 0 0 0 1056 0 0 0 25 0 1 0 657889373 431673344 1781 33554432000 134512640 135107411 4291263216 18446744073709551615 134531561 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26024/statm: 105389 1781 59 146 0 104265 0
[pid=26007/tid=26014] ppid=26005 vsize=323964 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26014/stat : 26014 (python) S 26005 26007 25829 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 5 0 657889370 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26017] ppid=26005 vsize=323964 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26017/stat : 26017 (python) S 26005 26007 25829 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 5 0 657889371 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 1 0 0 0
[pid=26007/tid=26020] ppid=26005 vsize=323964 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26020/stat : 26020 (python) S 26005 26007 25829 0 -1 4202560 29 934 0 0 0 0 0 0 23 0 5 0 657889372 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26023] ppid=26005 vsize=323964 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26023/stat : 26023 (python) S 26005 26007 25829 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 657889373 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 44.14
Current children cumulated vsize (KiB) 4400348

[startup+25.5014 s]
/proc/loadavg: 7.66 4.87 4.07 9/297 26024
/proc/meminfo: memFree=20451452/32951124 swapFree=67056788/67111528
[pid=26007] ppid=26005 vsize=323964 CPUtime=1.86 cores=1,3,5,7
/proc/26007/stat : 26007 (python) S 26005 26007 25829 0 -1 4202496 15538 934 1 0 173 13 0 0 19 0 5 0 657889162 331739136 8190 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26007/statm: 80991 8190 1883 364 0 16900 0
[pid=26013] ppid=26007 vsize=283436 CPUtime=0.04 cores=1,3,5,7
/proc/26013/stat : 26013 (python) S 26007 26007 25829 0 -1 4202560 891 0 0 0 2 2 0 0 18 0 1 0 657889370 290238464 6670 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557711 0 0 16781312 514 6699016484783358213 0 0 17 1 0 0 0
/proc/26013/statm: 70859 6670 378 364 0 6777 0
[pid=26015] ppid=26013 vsize=1018996 CPUtime=23.41 cores=1,3,5,7
/proc/26015/stat : 26015 (gnovelty+2) R 26013 26015 26015 0 -1 4202496 958 0 0 0 2341 0 0 0 25 0 1 0 657889370 1043451904 697 33554432000 134512640 135663704 4290685744 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26015/statm: 254749 697 113 282 0 254465 0
[pid=26016] ppid=26007 vsize=293692 CPUtime=0.04 cores=1,3,5,7

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

/proc/26021/stat : 26021 (adaptg2wsat2009) T 26019 26021 26021 0 -1 4202496 2046 0 0 0 9911 0 0 0 25 0 1 0 657889372 431673344 1782 33554432000 134512640 135107411 4292650064 18446744073709551615 134539199 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26021/statm: 105389 1782 59 146 0 104265 0
[pid=26019/tid=26044] ppid=26007 vsize=303948 CPUtime=0 cores=1,3,5,7
/proc/26019/task/26044/stat : 26044 (python) S 26007 26007 25829 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657899397 311242752 6701 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 514 18446604459877937408 0 0 -1 7 0 0 0
[pid=26022] ppid=26007 vsize=314204 CPUtime=0.2 cores=1,3,5,7
/proc/26022/stat : 26022 (python) S 26007 26007 25829 0 -1 4202560 1107 0 0 0 9 11 0 0 19 0 2 0 657889373 321744896 6705 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26022/statm: 78551 6705 400 364 0 14460 0
[pid=26024] ppid=26022 vsize=421556 CPUtime=100.03 cores=1,3,5,7
/proc/26024/stat : 26024 (adaptg2wsat2009) T 26022 26024 26024 0 -1 4202496 2043 0 0 0 10003 0 0 0 25 0 1 0 657889373 431673344 1781 33554432000 134512640 135107411 4291263216 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26024/statm: 105389 1781 59 146 0 104265 0
[pid=26022/tid=26046] ppid=26007 vsize=314204 CPUtime=0 cores=1,3,5,7
/proc/26022/task/26046/stat : 26046 (python) S 26007 26007 25829 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657899397 321744896 6705 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 514 18446604469183301760 0 0 -1 5 0 0 0
[pid=26047] ppid=26007 vsize=324460 CPUtime=0.21 cores=1,3,5,7
/proc/26047/stat : 26047 (python) S 26007 26007 25829 0 -1 4202560 1097 0 0 0 11 10 0 0 19 0 2 0 657899397 332247040 6709 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26047/statm: 81115 6709 400 364 0 17021 0
[pid=26049] ppid=26047 vsize=421556 CPUtime=99.77 cores=1,3,5,7
/proc/26049/stat : 26049 (adaptg2wsat2009) T 26047 26049 26049 0 -1 4202496 2048 0 0 0 9977 0 0 0 25 0 1 0 657899398 431673344 1783 33554432000 134512640 135107411 4294582160 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26049/statm: 105389 1783 59 146 0 104265 0
[pid=26047/tid=26074] ppid=26007 vsize=324460 CPUtime=0 cores=1,3,5,7
/proc/26047/task/26074/stat : 26074 (python) S 26007 26007 25829 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657909418 332247040 6709 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 514 18446604461924594048 0 0 -1 3 0 0 0
[pid=26050] ppid=26007 vsize=334716 CPUtime=0.21 cores=1,3,5,7
/proc/26050/stat : 26050 (python) S 26007 26007 25829 0 -1 4202560 1104 0 0 0 11 10 0 0 19 0 2 0 657899399 342749184 6713 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26050/statm: 83679 6713 400 364 0 19582 0
[pid=26052] ppid=26050 vsize=1018996 CPUtime=102.8 cores=1,3,5,7
/proc/26052/stat : 26052 (gnovelty+2) T 26050 26052 26052 0 -1 4202496 957 0 0 0 10280 0 0 0 25 0 1 0 657899399 1043451904 698 33554432000 134512640 135663704 4291664192 18446744073709551615 135007680 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26052/statm: 254749 698 113 282 0 254465 0
[pid=26050/tid=26086] ppid=26007 vsize=334716 CPUtime=0 cores=1,3,5,7
/proc/26050/task/26086/stat : 26086 (python) S 26007 26007 25829 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657909925 342749184 6713 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 514 18446604460961078272 0 0 -1 7 0 0 0
[pid=26053] ppid=26007 vsize=345064 CPUtime=0.21 cores=1,3,5,7
/proc/26053/stat : 26053 (python) S 26007 26007 25829 0 -1 4202560 1109 0 0 0 10 11 0 0 19 0 2 0 657899400 353345536 6717 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26053/statm: 86266 6717 400 364 0 22166 0
[pid=26055] ppid=26053 vsize=251288 CPUtime=100.2 cores=1,3,5,7
/proc/26055/stat : 26055 (FH) T 26053 26055 26055 0 -1 4202496 1943 0 0 0 10020 0 0 0 25 0 1 0 657899400 257318912 1683 33554432000 134512640 134936988 4293214144 18446744073709551615 134544814 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26055/statm: 62822 1683 41 104 0 62326 0
[pid=26053/tid=26078] ppid=26007 vsize=345064 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26078/stat : 26078 (python) S 26007 26007 25829 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657909420 353345536 6717 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 514 18446604461924595840 0 0 -1 3 0 0 0
[pid=26056] ppid=26007 vsize=355328 CPUtime=0.2 cores=1,3,5,7
/proc/26056/stat : 26056 (python) S 26007 26007 25829 0 -1 4202560 1145 0 0 0 10 10 0 0 19 0 2 0 657899401 363855872 6750 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26056/statm: 88832 6750 406 364 0 24729 0
[pid=26058] ppid=26056 vsize=421556 CPUtime=100.2 cores=1,3,5,7
/proc/26058/stat : 26058 (adaptg2wsat2009) T 26056 26058 26058 0 -1 4202496 2051 0 0 0 10020 0 0 0 25 0 1 0 657899401 431673344 1781 33554432000 134512640 135107411 4293175856 18446744073709551615 134537775 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26058/statm: 105389 1781 59 146 0 104265 0
[pid=26056/tid=26079] ppid=26007 vsize=355328 CPUtime=0 cores=1,3,5,7
/proc/26056/task/26079/stat : 26079 (python) S 26007 26007 25829 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657909422 363855872 6750 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 514 18446604460961077376 0 0 -1 1 0 0 0
[pid=26075] ppid=26007 vsize=431224 CPUtime=0.21 cores=1,3,5,7
/proc/26075/stat : 26075 (python) S 26007 26007 25829 0 -1 4202560 1153 0 0 0 11 10 0 0 19 0 2 0 657909419 441573376 6757 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26075/statm: 107806 6757 406 364 0 43700 0
[pid=26077] ppid=26075 vsize=421556 CPUtime=100.21 cores=1,3,5,7
/proc/26077/stat : 26077 (adaptg2wsat2009) T 26075 26077 26077 0 -1 4202496 2050 0 0 0 10021 0 0 0 25 0 1 0 657909419 431673344 1782 33554432000 134512640 135107411 4289577344 18446744073709551615 134531561 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26077/statm: 105389 1782 59 146 0 104265 0
[pid=26075/tid=26098] ppid=26007 vsize=431224 CPUtime=0 cores=1,3,5,7
/proc/26075/task/26098/stat : 26098 (python) S 26007 26007 25829 0 -1 4202560 54 0 0 0 0 0 0 0 19 0 2 0 657919441 441573376 6757 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 514 18446604457289679296 0 0 -1 5 0 0 0
[pid=26080] ppid=26007 vsize=376056 CPUtime=0.22 cores=1,3,5,7
/proc/26080/stat : 26080 (python) S 26007 26007 25829 0 -1 4202560 1118 0 0 0 12 10 0 0 19 0 2 0 657909423 385081344 6780 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26080/statm: 94014 6780 400 364 0 29905 0
[pid=26082] ppid=26080 vsize=251296 CPUtime=100.2 cores=1,3,5,7
/proc/26082/stat : 26082 (FH) T 26080 26082 26082 0 -1 4202496 1947 0 0 0 10020 0 0 0 25 0 1 0 657909423 257327104 1683 33554432000 134512640 134936988 4291660976 18446744073709551615 134545336 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26082/statm: 62824 1683 41 104 0 62328 0
[pid=26080/tid=26102] ppid=26007 vsize=376056 CPUtime=0 cores=1,3,5,7
/proc/26080/task/26102/stat : 26102 (python) S 26007 26007 25829 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657919444 385081344 6780 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 514 18446604461924596736 0 0 -1 1 0 0 0
[pid=26083] ppid=26007 vsize=386228 CPUtime=0.66 cores=1,3,5,7
/proc/26083/stat : 26083 (python) S 26007 26007 25829 0 -1 4202560 1179 0 0 0 33 33 0 0 18 0 2 0 657909424 395497472 6812 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26083/statm: 96557 6812 400 364 0 32445 0
[pid=26085] ppid=26083 vsize=268420 CPUtime=291.16 cores=1,3,5,7
/proc/26085/stat : 26085 (hybridGM3) T 26083 26085 26085 0 -1 4202496 5810 0 0 0 29116 0 0 0 25 0 1 0 657909425 274862080 5545 33554432000 134512640 135204385 4293246640 18446744073709551615 134537825 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26085/statm: 67105 5545 63 169 0 66935 0
[pid=26083/tid=26167] ppid=26007 vsize=386228 CPUtime=0 cores=1,3,5,7
/proc/26083/task/26167/stat : 26167 (python) S 26007 26007 25829 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 657929378 395497472 6812 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 514 18446604457289680192 0 0 -1 7 0 0 0
[pid=26087] ppid=26007 vsize=396740 CPUtime=0.22 cores=1,3,5,7
/proc/26087/stat : 26087 (python) S 26007 26007 25829 0 -1 4202560 1136 0 0 0 12 10 0 0 19 0 2 0 657909927 406261760 6816 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26087/statm: 99185 6816 400 364 0 35070 0
[pid=26089] ppid=26087 vsize=1018996 CPUtime=99.9 cores=1,3,5,7
/proc/26089/stat : 26089 (gnovelty+2) T 26087 26089 26089 0 -1 4202496 964 0 0 0 9990 0 0 0 25 0 1 0 657909927 1043451904 698 33554432000 134512640 135663704 4294913664 18446744073709551615 134546755 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26089/statm: 254749 698 113 282 0 254465 0
[pid=26087/tid=26106] ppid=26007 vsize=396740 CPUtime=0 cores=1,3,5,7
/proc/26087/task/26106/stat : 26106 (python) S 26007 26007 25829 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657919954 406261760 6816 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 514 18446604466040312832 0 0 -1 1 0 0 0
[pid=26099] ppid=26007 vsize=406780 CPUtime=0.44 cores=1,3,5,7
/proc/26099/stat : 26099 (python) S 26007 26007 25829 0 -1 4202560 1181 0 0 0 24 20 0 0 18 0 2 0 657919442 416542720 6863 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26099/statm: 101695 6863 400 364 0 37577 0
[pid=26101] ppid=26099 vsize=268424 CPUtime=197.78 cores=1,3,5,7
/proc/26101/stat : 26101 (hybridGM3) R 26099 26101 26101 0 -1 4202496 5811 0 0 0 19778 0 0 0 25 0 1 0 657919443 274866176 5544 33554432000 134512640 135204385 4288670608 18446744073709551615 134545398 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26101/statm: 67106 5544 63 169 0 66936 0
[pid=26099/tid=26181] ppid=26007 vsize=406780 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26181/stat : 26181 (python) S 26007 26007 25829 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657939295 416542720 6863 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 514 18446604471133331904 0 0 -1 7 0 0 0
[pid=26103] ppid=26007 vsize=417320 CPUtime=0.23 cores=1,3,5,7
/proc/26103/stat : 26103 (python) S 26007 26007 25829 0 -1 4202560 1155 0 0 0 12 11 0 0 19 0 2 0 657919445 427335680 6867 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26103/statm: 104330 6867 400 364 0 40209 0
[pid=26105] ppid=26103 vsize=421556 CPUtime=100.21 cores=1,3,5,7
/proc/26105/stat : 26105 (adaptg2wsat2009) T 26103 26105 26105 0 -1 4202496 2053 0 0 0 10021 0 0 0 25 0 1 0 657919445 431673344 1782 33554432000 134512640 135107411 4293654416 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26105/statm: 105389 1782 59 146 0 104265 0
[pid=26103/tid=26168] ppid=26007 vsize=417320 CPUtime=0 cores=1,3,5,7
/proc/26103/task/26168/stat : 26168 (python) S 26007 26007 25829 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657929468 427335680 6867 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 514 18446604463712238592 0 0 -1 7 0 0 0
[pid=26107] ppid=26007 vsize=427320 CPUtime=0.43 cores=1,3,5,7
/proc/26107/stat : 26107 (python) S 26007 26007 25829 0 -1 4202560 1239 0 0 0 22 21 0 0 19 0 2 0 657919955 437575680 6896 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26107/statm: 106830 6896 408 364 0 42706 0
[pid=26109] ppid=26107 vsize=268424 CPUtime=195.52 cores=1,3,5,7
/proc/26109/stat : 26109 (hybridGM3) T 26107 26109 26109 0 -1 4202496 5820 0 0 0 19551 1 0 0 25 0 1 0 657919956 274866176 5545 33554432000 134512640 135204385 4294111072 18446744073709551615 134538549 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26109/statm: 67106 5545 63 169 0 66936 0
[pid=26107/tid=26182] ppid=26007 vsize=427320 CPUtime=0 cores=1,3,5,7
/proc/26107/task/26182/stat : 26182 (python) S 26007 26007 25829 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657939507 437575680 6896 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 514 18446604461099735104 0 0 -1 7 0 0 0
[pid=26169] ppid=26007 vsize=437592 CPUtime=0.21 cores=1,3,5,7
/proc/26169/stat : 26169 (python) S 26007 26007 25829 0 -1 4202560 1034 0 0 0 10 11 0 0 18 0 1 0 657929469 448094208 6885 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557766 0 0 16781312 514 6699016484783358215 0 0 17 7 0 0 0
/proc/26169/statm: 109398 6885 379 364 0 45271 0
[pid=26171] ppid=26169 vsize=251288 CPUtime=97.28 cores=1,3,5,7
/proc/26171/stat : 26171 (FH) R 26169 26171 26171 0 -1 4202496 1961 0 0 0 9728 0 0 0 25 0 1 0 657929469 257318912 1683 33554432000 134512640 134936988 4290411968 18446744073709551615 134546218 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26171/statm: 62822 1683 41 104 0 62326 0
[pid=26178] ppid=26007 vsize=448176 CPUtime=0.01 cores=1,3,5,7
/proc/26178/stat : 26178 (python) S 26007 26007 25829 0 -1 4202560 1016 0 0 0 0 1 0 0 18 0 1 0 657938801 458932224 6889 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557766 0 0 16781312 514 7989042695622328581 0 0 17 7 0 0 0
/proc/26178/statm: 112044 6889 379 364 0 47914 0
[pid=26180] ppid=26178 vsize=268424 CPUtime=7.14 cores=1,3,5,7
/proc/26180/stat : 26180 (hybridGM3) R 26178 26180 26180 0 -1 4202496 5825 0 0 0 714 0 0 0 25 0 1 0 657938801 274866176 5545 33554432000 134512640 135204385 4294299504 18446744073709551615 134538395 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26180/statm: 67106 5545 63 169 0 66936 0
[pid=26183] ppid=26007 vsize=458564 CPUtime=0 cores=1,3,5,7
/proc/26183/stat : 26183 (python) S 26007 26007 25829 0 -1 4202560 818 0 0 0 0 0 0 0 19 0 1 0 657939509 469569536 6867 33554432000 4194304 5683644 140736076361296 18446744073709551615 271550557766 0 0 16781312 514 14250727605824126975 0 0 17 7 0 0 0
/proc/26183/statm: 114641 6867 346 364 0 50508 0
[pid=26185] ppid=26183 vsize=453824 CPUtime=0.25 cores=1,3,5,7
/proc/26185/stat : 26185 (TNM) R 26183 26185 26185 0 -1 4202496 1206 0 0 0 25 0 0 0 21 0 1 0 657939509 464715776 933 33554432000 134512640 135008748 4292467376 18446744073709551615 134523370 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26185/statm: 113456 933 45 122 0 112356 0
[pid=26007/tid=26014] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26014/stat : 26014 (python) S 26005 26007 25829 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 19 0 657889370 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26017] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26017/stat : 26017 (python) S 26005 26007 25829 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 19 0 657889371 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 1 0 0 0
[pid=26007/tid=26020] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26020/stat : 26020 (python) S 26005 26007 25829 0 -1 4202560 29 934 0 0 0 0 0 0 23 0 19 0 657889372 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26023] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26023/stat : 26023 (python) S 26005 26007 25829 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 19 0 657889373 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 5 0 0 0
[pid=26007/tid=26048] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26048/stat : 26048 (python) S 26005 26007 25829 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 19 0 657899398 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 5 0 0 0
[pid=26007/tid=26051] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26051/stat : 26051 (python) S 26005 26007 25829 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 19 0 657899399 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 1 0 0 0
[pid=26007/tid=26054] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26054/stat : 26054 (python) S 26005 26007 25829 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 19 0 657899400 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 3 0 0 0
[pid=26007/tid=26057] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26057/stat : 26057 (python) S 26005 26007 25829 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 19 0 657899401 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26076] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26076/stat : 26076 (python) S 26005 26007 25829 0 -1 4202560 20 934 0 0 0 0 0 0 20 0 19 0 657909419 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26081] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26081/stat : 26081 (python) S 26005 26007 25829 0 -1 4202560 23 934 0 0 0 0 0 0 21 0 19 0 657909423 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 1 0 0 0
[pid=26007/tid=26084] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26084/stat : 26084 (python) S 26005 26007 25829 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 19 0 657909425 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26088] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26088/stat : 26088 (python) S 26005 26007 25829 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 19 0 657909927 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26100] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26100/stat : 26100 (python) S 26005 26007 25829 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 19 0 657919443 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26104] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26104/stat : 26104 (python) S 26005 26007 25829 0 -1 4202560 28 934 0 0 0 0 0 0 21 0 19 0 657919445 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26108] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26108/stat : 26108 (python) S 26005 26007 25829 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 19 0 657919955 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26170] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26170/stat : 26170 (python) S 26005 26007 25829 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 19 0 657929469 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26179] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26179/stat : 26179 (python) S 26005 26007 25829 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 19 0 657938801 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
[pid=26007/tid=26184] ppid=26005 vsize=468192 CPUtime=0 cores=1,3,5,7
/proc/26007/task/26184/stat : 26184 (python) S 26005 26007 25829 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 19 0 657939509 479428608 8436 33554432000 4194304 5683644 140736076361296 18446744073709551615 271562361265 0 0 16781312 2 18446604461099736000 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1998.17
Current children cumulated vsize (KiB) 16105992

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26007 and gives
#  childrusage.ru_utime.tv_sec=109
#  childrusage.ru_utime.tv_usec=223395
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=337644
# CPU time returned by wait4() is 111.561
# while last known CPU time is 1998.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 503.841
CPU time (s): 1998.17
CPU user time (s): 1995.95
CPU system time (s): 2.22
CPU usage (%): 396.587
Max. virtual memory (cumulated for all children) (KiB): 16105992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.223
system time used= 2.33764
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61068
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= 6816
involuntary context switches= 1749

runsolver used 2.74758 second user time and 7.07992 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 14:35:13
IDJOB=3378126
IDBENCH=82535
IDSOLVER=1859
FILE ID=node133/3378126-1305462913
RUNJOBID= node133-1305462765-25848
PBS_JOBID= 13324974
Free space on /tmp= 73636 MiB

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

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

MD5SUM BENCH= 1ae73e64babd5796adef68295bcaa14f
RANDOM SEED=2146362115

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20515312 kB
Buffers:        302156 kB
Cached:        4163680 kB
SwapCached:       8724 kB
Active:        8976796 kB
Inactive:      3165532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20515312 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           32320 kB
Writeback:          36 kB
AnonPages:     7673928 kB
Mapped:          28600 kB
Slab:           201104 kB
PageTables:      30240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 29075908 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73596 MiB
End job on node133 at 2011-05-15 14:43:39