Trace number 3378216

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) 2022.24 510.435

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S680524168-083-UNKNOWN.cnf
MD5SUMebf03c9c6463f3682b7e09274cee8655
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 525500

Solver Data

0.37/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.63	c INFO: solving HOME/instance-3378216-1305463804.cnf
0.37/0.63	c INFO: computing task features
0.55/0.80	c INFO: computed variable-clause graph statistics
0.55/0.81	c INFO: computed clause balance statistics
1.35/1.69	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-3378216-1305463804.cnf in 1.43 s
1.75/2.07	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.37)
1.75/2.08	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.13)
1.75/2.09	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.08)
1.75/2.10	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.07)
401.63/102.42	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.05)
401.63/102.44	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.04)
401.87/102.51	c INFO: running FH@0 for 97 with 1098 remaining (b = 0.03)
401.87/102.53	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.03)
800.49/202.79	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.02)
800.90/202.83	c INFO: running FH@0 for 97 with 997 remaining (b = 0.02)
800.90/202.86	c INFO: running hybridGM3@0 for 194 with 997 remaining (b = 0.04)
820.31/207.78	c INFO: running gnovelty+2@0 for 97 with 992 remaining (b = 0.02)
1199.62/303.13	c INFO: running hybridGM3@0 for 194 with 897 remaining (b = 0.03)
1199.62/303.17	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.01)
1215.47/307.17	c INFO: running hybridGM3@0 for 194 with 893 remaining (b = 0.03)
1594.69/402.61	c INFO: running hybridGM3@102 for 97 with 798 remaining (b = 0.01)
1598.22/403.50	c INFO: running hybridGM3@0 for 194 with 797 remaining (b = 0.02)
1973.01/497.93	c INFO: running TNM@0 for 702 with 702 remaining (b = 0.08)
1976.55/498.89	c INFO: running hybridGM3@100 for 97 with 701 remaining (b = 0.01)
2020.17/509.90	c INFO: running FH@0 for 97 with 690 remaining (b = 0.01)
2022.24/510.41	c INFO: running adaptg2wsat2009++@0 for 97 with 690 remaining (b = 0.01)
2022.24/510.41	Traceback (most recent call last):
2022.24/510.41	  File "HOME/solve", line 33, in <module>
2022.24/510.41	    plac.call(main)
2022.24/510.41	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
2022.24/510.41	    cmd, result = parser_from(obj).consume(arglist)
2022.24/510.41	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
2022.24/510.41	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
2022.24/510.41	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
2022.24/510.41	    (_, answer, _) = solver(input_path, budget / cores, cores)
2022.24/510.41	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
2022.24/510.41	    solver.go(max_cost * borg.defaults.machine_speed)
2022.24/510.41	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
2022.24/510.41	    self._process.start()
2022.24/510.41	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
2022.24/510.41	    assert self._popen is None, 'cannot start a process twice'
2022.24/510.41	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-3378216-1305463804/watcher-3378216-1305463804 -o /tmp/evaluation-result-3378216-1305463804/solver-3378216-1305463804 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378216-1305463804.cnf -seed 2134264246 -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: 7.38 7.51 6.01 5/406 29059
/proc/meminfo: memFree=21612560/32950928 swapFree=65730864/67111528
[pid=29059] ppid=29057 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/29059/stat : 29059 (python) S 29057 29059 28586 0 -1 4202496 894 0 0 0 0 0 0 0 25 0 1 0 736611147 16150528 776 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/29059/statm: 3943 776 343 364 0 430 0

[startup+0.035451 s]
/proc/loadavg: 7.38 7.51 6.01 5/406 29059
/proc/meminfo: memFree=21612560/32950928 swapFree=65730864/67111528
[pid=29059] ppid=29057 vsize=18880 CPUtime=0.02 cores=0,2,4,6
/proc/29059/stat : 29059 (python) R 29057 29059 28586 0 -1 4202496 1249 0 0 0 1 1 0 0 25 0 1 0 736611147 19333120 1104 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905392128 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29059/statm: 4720 1104 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100443 s]
/proc/loadavg: 7.38 7.51 6.01 5/406 29059
/proc/meminfo: memFree=21612560/32950928 swapFree=65730864/67111528
[pid=29059] ppid=29057 vsize=93960 CPUtime=0.06 cores=0,2,4,6
/proc/29059/stat : 29059 (python) R 29057 29059 28586 0 -1 4202496 2692 0 0 0 4 2 0 0 25 0 1 0 736611147 96215040 2407 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905392128 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/29059/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300414 s]
/proc/loadavg: 7.38 7.51 6.01 5/406 29059
/proc/meminfo: memFree=21612560/32950928 swapFree=65730864/67111528
[pid=29059] ppid=29057 vsize=135748 CPUtime=0.19 cores=0,2,4,6
/proc/29059/stat : 29059 (python) S 29057 29059 28586 0 -1 4202496 5968 931 1 0 13 6 0 0 25 0 1 0 736611147 139005952 4151 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905390085 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/29059/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700329 s]
/proc/loadavg: 7.38 7.51 6.01 5/406 29059
/proc/meminfo: memFree=21612560/32950928 swapFree=65730864/67111528
[pid=29059] ppid=29057 vsize=280996 CPUtime=0.46 cores=0,2,4,6
/proc/29059/stat : 29059 (python) R 29057 29059 28586 0 -1 4202496 10011 931 1 0 35 11 0 0 25 0 1 0 736611147 287739904 7553 33554432000 4194304 5683644 140734696921936 18446744073709551615 4528038 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29059/statm: 70249 7553 1761 364 0 6173 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 280996

[startup+1.50025 s]
/proc/loadavg: 7.19 7.47 6.01 6/407 29064
/proc/meminfo: memFree=21582668/32950928 swapFree=65730864/67111528
[pid=29059] ppid=29057 vsize=285628 CPUtime=1.25 cores=0,2,4,6
/proc/29059/stat : 29059 (python) R 29057 29059 28586 0 -1 4202496 12503 931 1 0 114 11 0 0 25 0 1 0 736611147 292483072 8792 33554432000 4194304 5683644 140734696921936 18446744073709551615 47159273117982 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29059/statm: 71407 8792 1826 364 0 7331 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 285628

[startup+3.10089 s]
/proc/loadavg: 7.19 7.47 6.01 9/415 29074
/proc/meminfo: memFree=21576032/32950928 swapFree=65730864/67111528
[pid=29059] ppid=29057 vsize=321280 CPUtime=1.86 cores=0,2,4,6
/proc/29059/stat : 29059 (python) S 29057 29059 28586 0 -1 4202496 15281 931 1 0 174 12 0 0 25 0 5 0 736611147 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29059/statm: 80320 7536 1883 364 0 16229 0
[pid=29065] ppid=29059 vsize=280752 CPUtime=0 cores=0,2,4,6
/proc/29065/stat : 29065 (python) S 29059 29059 28586 0 -1 4202560 721 0 0 0 0 0 0 0 25 0 1 0 736611355 287490048 5976 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414159 0 0 16781312 514 3752871234161868799 0 0 17 2 0 0 0
/proc/29065/statm: 70188 5976 355 364 0 6106 0
[pid=29067] ppid=29065 vsize=1019708 CPUtime=1.01 cores=0,2,4,6
/proc/29067/stat : 29067 (gnovelty+2) R 29065 29067 29067 0 -1 4202496 949 0 0 0 101 0 0 0 25 0 1 0 736611355 1044180992 689 33554432000 134512640 135663704 4286846208 18446744073709551615 134524461 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29067/statm: 254927 689 113 282 0 254643 0
[pid=29069] ppid=29059 vsize=291076 CPUtime=0 cores=0,2,4,6
/proc/29069/stat : 29069 (python) S 29059 29059 28586 0 -1 4202560 733 0 0 0 0 0 0 0 25 0 1 0 736611355 298061824 5974 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414214 0 0 16781312 514 1595717106517671935 0 0 17 4 0 0 0
/proc/29069/statm: 72769 5974 349 364 0 8684 0
[pid=29072] ppid=29069 vsize=1019708 CPUtime=1 cores=0,2,4,6
/proc/29072/stat : 29072 (gnovelty+2) R 29069 29072 29072 0 -1 4202496 953 0 0 0 100 0 0 0 25 0 1 0 736611356 1044180992 689 33554432000 134512640 135663704 4291641584 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29072/statm: 254927 689 113 282 0 254643 0
[pid=29073] ppid=29059 vsize=301264 CPUtime=0 cores=0,2,4,6
/proc/29073/stat : 29073 (python) S 29059 29059 28586 0 -1 4202560 722 0 0 0 0 0 0 0 25 0 1 0 736611356 308494336 5991 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414214 0 0 16781312 514 3752875082452566015 0 0 17 6 0 0 0
/proc/29073/statm: 75316 5991 345 364 0 11228 0
[pid=29059/tid=29066] ppid=29057 vsize=321280 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29066/stat : 29066 (python) S 29057 29059 28586 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 736611355 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
[pid=29059/tid=29070] ppid=29057 vsize=321280 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29070/stat : 29070 (python) S 29057 29059 28586 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 736611356 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
[pid=29059/tid=29074] ppid=29057 vsize=321280 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29074/stat : 29074 (python) S 29057 29059 28586 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 5 0 736611357 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 4 0 0 0
[pid=29059/tid=29076] ppid=29057 vsize=321280 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29076/stat : 29076 (python) S 29057 29059 28586 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 5 0 736611358 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 3233788

[startup+6.30131 s]
/proc/loadavg: 7.19 7.47 6.01 9/419 29078
/proc/meminfo: memFree=21559748/32950928 swapFree=65730864/67111528
[pid=29059] ppid=29057 vsize=321280 CPUtime=1.86 cores=0,2,4,6
/proc/29059/stat : 29059 (python) S 29057 29059 28586 0 -1 4202496 15281 931 1 0 174 12 0 0 25 0 5 0 736611147 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29059/statm: 80320 7536 1883 364 0 16229 0
[pid=29065] ppid=29059 vsize=280752 CPUtime=0.01 cores=0,2,4,6
/proc/29065/stat : 29065 (python) S 29059 29059 28586 0 -1 4202560 880 0 0 0 1 0 0 0 18 0 1 0 736611355 287490048 5999 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414159 0 0 16781312 514 3752871234161836292 0 0 17 2 0 0 0
/proc/29065/statm: 70188 5999 378 364 0 6106 0
[pid=29067] ppid=29065 vsize=1019708 CPUtime=4.21 cores=0,2,4,6
/proc/29067/stat : 29067 (gnovelty+2) R 29065 29067 29067 0 -1 4202496 949 0 0 0 421 0 0 0 25 0 1 0 736611355 1044180992 689 33554432000 134512640 135663704 4286846208 18446744073709551615 134525043 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29067/statm: 254927 689 113 282 0 254643 0
[pid=29069] ppid=29059 vsize=291076 CPUtime=0.01 cores=0,2,4,6
/proc/29069/stat : 29069 (python) S 29059 29059 28586 0 -1 4202560 898 0 0 0 1 0 0 0 18 0 1 0 736611355 298061824 5997 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414214 0 0 16781312 514 1595717106517639427 0 0 17 4 0 0 0
/proc/29069/statm: 72769 5997 372 364 0 8684 0
[pid=29072] ppid=29069 vsize=1019708 CPUtime=4.14 cores=0,2,4,6
/proc/29072/stat : 29072 (gnovelty+2) R 29069 29072 29072 0 -1 4202496 953 0 0 0 414 0 0 0 25 0 1 0 736611356 1044180992 689 33554432000 134512640 135663704 4291641584 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29072/statm: 254927 689 113 282 0 254643 0
[pid=29073] ppid=29059 vsize=301264 CPUtime=0 cores=0,2,4,6
/proc/29073/stat : 29073 (python) S 29059 29059 28586 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 736611356 308494336 6018 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414214 0 0 16781312 514 3752875082452533505 0 0 17 4 0 0 0
/proc/29073/statm: 75316 6018 372 364 0 11228 0
[pid=29078] ppid=29073 vsize=420220 CPUtime=4.16 cores=0,2,4,6
/proc/29078/stat : 29078 (adaptg2wsat2009) R 29073 29078 29078 0 -1 4202496 1665 0 0 0 416 0 0 0 25 0 1 0 736611358 430305280 1400 33554432000 134512640 135107411 4287277056 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29078/statm: 105055 1400 59 146 0 103931 0
[pid=29075] ppid=29059 vsize=311588 CPUtime=0.01 cores=0,2,4,6
/proc/29075/stat : 29075 (python) S 29059 29059 28586 0 -1 4202560 909 0 0 0 1 0 0 0 18 0 1 0 736611357 319066112 6022 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414214 0 0 16781312 514 6141630339371467012 0 0 17 6 0 0 0
/proc/29075/statm: 77897 6022 372 364 0 13806 0
[pid=29077] ppid=29075 vsize=420220 CPUtime=4.14 cores=0,2,4,6
/proc/29077/stat : 29077 (adaptg2wsat2009) R 29075 29077 29077 0 -1 4202496 1664 0 0 0 414 0 0 0 25 0 1 0 736611358 430305280 1399 33554432000 134512640 135107411 4289054896 18446744073709551615 134531323 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29077/statm: 105055 1399 59 146 0 103931 0
[pid=29059/tid=29066] ppid=29057 vsize=321280 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29066/stat : 29066 (python) S 29057 29059 28586 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 736611355 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
[pid=29059/tid=29070] ppid=29057 vsize=321280 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29070/stat : 29070 (python) S 29057 29059 28586 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 736611356 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
[pid=29059/tid=29074] ppid=29057 vsize=321280 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29074/stat : 29074 (python) S 29057 29059 28586 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 5 0 736611357 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 4 0 0 0
[pid=29059/tid=29076] ppid=29057 vsize=321280 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29076/stat : 29076 (python) S 29057 29059 28586 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 5 0 736611358 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18.54
Current children cumulated vsize (KiB) 4385816

[startup+12.7011 s]
/proc/loadavg: 7.31 7.48 6.03 10/419 29078
/proc/meminfo: memFree=21556300/32950928 swapFree=65730864/67111528
[pid=29059] ppid=29057 vsize=321280 CPUtime=1.86 cores=0,2,4,6
/proc/29059/stat : 29059 (python) S 29057 29059 28586 0 -1 4202496 15281 931 1 0 174 12 0 0 25 0 5 0 736611147 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29059/statm: 80320 7536 1883 364 0 16229 0
[pid=29065] ppid=29059 vsize=280752 CPUtime=0.03 cores=0,2,4,6
/proc/29065/stat : 29065 (python) S 29059 29059 28586 0 -1 4202560 884 0 0 0 2 1 0 0 18 0 1 0 736611355 287490048 5999 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414159 0 0 16781312 514 2055048804964466948 0 0 17 2 0 0 0
/proc/29065/statm: 70188 5999 378 364 0 6106 0
[pid=29067] ppid=29065 vsize=1019708 CPUtime=10.61 cores=0,2,4,6
/proc/29067/stat : 29067 (gnovelty+2) R 29065 29067 29067 0 -1 4202496 949 0 0 0 1061 0 0 0 25 0 1 0 736611355 1044180992 689 33554432000 134512640 135663704 4286846208 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29067/statm: 254927 689 113 282 0 254643 0
[pid=29069] ppid=29059 vsize=291076 CPUtime=0.02 cores=0,2,4,6
/proc/29069/stat : 29069 (python) S 29059 29059 28586 0 -1 4202560 905 0 0 0 1 1 0 0 18 0 1 0 736611355 298061824 5997 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414214 0 0 16781312 514 2055048804964466947 0 0 17 4 0 0 0
/proc/29069/statm: 72769 5997 372 364 0 8684 0
[pid=29072] ppid=29069 vsize=1019708 CPUtime=10.43 cores=0,2,4,6
/proc/29072/stat : 29072 (gnovelty+2) R 29069 29072 29072 0 -1 4202496 953 0 0 0 1043 0 0 0 25 0 1 0 736611356 1044180992 689 33554432000 134512640 135663704 4291641584 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29072/statm: 254927 689 113 282 0 254643 0
[pid=29073] ppid=29059 vsize=301264 CPUtime=0.02 cores=0,2,4,6
/proc/29073/stat : 29073 (python) S 29059 29059 28586 0 -1 4202560 905 0 0 0 1 1 0 0 18 0 1 0 736611356 308494336 6018 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414214 0 0 16781312 514 2055048804964466945 0 0 17 4 0 0 0
/proc/29073/statm: 75316 6018 372 364 0 11228 0
[pid=29078] ppid=29073 vsize=420220 CPUtime=10.54 cores=0,2,4,6
/proc/29078/stat : 29078 (adaptg2wsat2009) R 29073 29078 29078 0 -1 4202496 1665 0 0 0 1054 0 0 0 25 0 1 0 736611358 430305280 1400 33554432000 134512640 135107411 4287277056 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29078/statm: 105055 1400 59 146 0 103931 0
[pid=29075] ppid=29059 vsize=311588 CPUtime=0.03 cores=0,2,4,6
/proc/29075/stat : 29075 (python) S 29059 29059 28586 0 -1 4202560 916 0 0 0 2 1 0 0 18 0 1 0 736611357 319066112 6022 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414214 0 0 16781312 514 2055048804964466948 0 0 17 6 0 0 0
/proc/29075/statm: 77897 6022 372 364 0 13806 0
[pid=29077] ppid=29075 vsize=420220 CPUtime=10.51 cores=0,2,4,6
/proc/29077/stat : 29077 (adaptg2wsat2009) R 29075 29077 29077 0 -1 4202496 1664 0 0 0 1051 0 0 0 25 0 1 0 736611358 430305280 1399 33554432000 134512640 135107411 4289054896 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29077/statm: 105055 1399 59 146 0 103931 0
[pid=29059/tid=29066] ppid=29057 vsize=321280 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29066/stat : 29066 (python) S 29057 29059 28586 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 736611355 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
[pid=29059/tid=29070] ppid=29057 vsize=321280 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29070/stat : 29070 (python) S 29057 29059 28586 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 736611356 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
[pid=29059/tid=29074] ppid=29057 vsize=321280 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29074/stat : 29074 (python) S 29057 29059 28586 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 5 0 736611357 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 4 0 0 0
[pid=29059/tid=29076] ppid=29057 vsize=321280 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29076/stat : 29076 (python) S 29057 29059 28586 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 5 0 736611358 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 44.05
Current children cumulated vsize (KiB) 4385816

[startup+25.5008 s]
/proc/loadavg: 7.42 7.50 6.05 10/419 29078
/proc/meminfo: memFree=21556652/32950928 swapFree=65730864/67111528
[pid=29059] ppid=29057 vsize=321280 CPUtime=1.86 cores=0,2,4,6
/proc/29059/stat : 29059 (python) S 29057 29059 28586 0 -1 4202496 15281 931 1 0 174 12 0 0 25 0 5 0 736611147 328990720 7536 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29059/statm: 80320 7536 1883 364 0 16229 0
[pid=29065] ppid=29059 vsize=280752 CPUtime=0.07 cores=0,2,4,6
/proc/29065/stat : 29065 (python) S 29059 29059 28586 0 -1 4202560 890 0 0 0 4 3 0 0 18 0 1 0 736611355 287490048 5999 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414159 0 0 16781312 514 2055048804964466948 0 0 17 2 0 0 0
/proc/29065/statm: 70188 5999 378 364 0 6106 0
[pid=29067] ppid=29065 vsize=1019708 CPUtime=23.41 cores=0,2,4,6
/proc/29067/stat : 29067 (gnovelty+2) R 29065 29067 29067 0 -1 4202496 949 0 0 0 2341 0 0 0 25 0 1 0 736611355 1044180992 689 33554432000 134512640 135663704 4286846208 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29067/statm: 254927 689 113 282 0 254643 0
[pid=29069] ppid=29059 vsize=291076 CPUtime=0.06 cores=0,2,4,6

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

/proc/29078/stat : 29078 (adaptg2wsat2009) T 29073 29078 29078 0 -1 4202496 1665 0 0 0 10000 1 0 0 25 0 1 0 736611358 430305280 1400 33554432000 134512640 135107411 4287277056 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29078/statm: 105055 1400 59 146 0 103931 0
[pid=29073/tid=29086] ppid=29059 vsize=301264 CPUtime=0 cores=0,2,4,6
/proc/29073/task/29086/stat : 29086 (python) S 29059 29059 28586 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736621389 308494336 6047 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 514 18446604453786477568 0 0 -1 6 0 0 0
[pid=29075] ppid=29059 vsize=311588 CPUtime=0.3 cores=0,2,4,6
/proc/29075/stat : 29075 (python) S 29059 29059 28586 0 -1 4202560 1098 0 0 0 15 15 0 0 19 0 2 0 736611357 319066112 6051 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29075/statm: 77897 6051 400 364 0 13806 0
[pid=29077] ppid=29075 vsize=420220 CPUtime=99.69 cores=0,2,4,6
/proc/29077/stat : 29077 (adaptg2wsat2009) T 29075 29077 29077 0 -1 4202496 1664 0 0 0 9969 0 0 0 25 0 1 0 736611358 430305280 1399 33554432000 134512640 135107411 4289054896 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29077/statm: 105055 1399 59 146 0 103931 0
[pid=29075/tid=29087] ppid=29059 vsize=311588 CPUtime=0 cores=0,2,4,6
/proc/29075/task/29087/stat : 29087 (python) S 29059 29059 28586 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736621389 319066112 6051 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 514 18446604445752718400 0 0 -1 6 0 0 0
[pid=29088] ppid=29059 vsize=321920 CPUtime=0.32 cores=0,2,4,6
/proc/29088/stat : 29088 (python) S 29059 29059 28586 0 -1 4202560 1090 0 0 0 16 16 0 0 19 0 2 0 736621390 329646080 6055 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29088/statm: 80480 6055 400 364 0 16386 0
[pid=29090] ppid=29088 vsize=420220 CPUtime=102.76 cores=0,2,4,6
/proc/29090/stat : 29090 (adaptg2wsat2009) T 29088 29090 29090 0 -1 4202496 1664 0 0 0 10276 0 0 0 25 0 1 0 736621390 430305280 1400 33554432000 134512640 135107411 4290353136 18446744073709551615 134532088 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29090/statm: 105055 1400 59 146 0 103931 0
[pid=29088/tid=29127] ppid=29059 vsize=321920 CPUtime=0 cores=0,2,4,6
/proc/29088/task/29127/stat : 29127 (python) S 29059 29059 28586 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736631924 329646080 6055 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 514 18446604442280374592 0 0 -1 2 0 0 0
[pid=29091] ppid=29059 vsize=332260 CPUtime=0.31 cores=0,2,4,6
/proc/29091/stat : 29091 (python) S 29059 29059 28586 0 -1 4202560 1092 0 0 0 16 15 0 0 19 0 2 0 736621391 340234240 6078 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29091/statm: 83065 6078 400 364 0 18968 0
[pid=29093] ppid=29091 vsize=1019708 CPUtime=99.98 cores=0,2,4,6
/proc/29093/stat : 29093 (gnovelty+2) T 29091 29093 29093 0 -1 4202496 948 0 0 0 9998 0 0 0 25 0 1 0 736621391 1044180992 690 33554432000 134512640 135663704 4291176048 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29093/statm: 254927 690 113 282 0 254643 0
[pid=29091/tid=29115] ppid=29059 vsize=332260 CPUtime=0 cores=0,2,4,6
/proc/29091/task/29115/stat : 29115 (python) S 29059 29059 28586 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 736631425 340234240 6078 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 514 18446604442280376384 0 0 -1 4 0 0 0
[pid=29095] ppid=29059 vsize=342464 CPUtime=0.3 cores=0,2,4,6
/proc/29095/stat : 29095 (python) S 29059 29059 28586 0 -1 4202560 1096 0 0 0 15 15 0 0 19 0 2 0 736621398 350683136 6103 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29095/statm: 85616 6103 400 364 0 21516 0
[pid=29097] ppid=29095 vsize=249876 CPUtime=100.29 cores=0,2,4,6
/proc/29097/stat : 29097 (FH) T 29095 29097 29097 0 -1 4202496 1526 0 0 0 10029 0 0 0 25 0 1 0 736621399 255873024 1264 33554432000 134512640 134936988 4286785104 18446744073709551615 134553297 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29097/statm: 62469 1264 41 104 0 61973 0
[pid=29095/tid=29118] ppid=29059 vsize=342464 CPUtime=0 cores=0,2,4,6
/proc/29095/task/29118/stat : 29118 (python) S 29059 29059 28586 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 736631428 350683136 6103 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 514 18446604446493088576 0 0 -1 2 0 0 0
[pid=29099] ppid=29059 vsize=352816 CPUtime=0.3 cores=0,2,4,6
/proc/29099/stat : 29099 (python) S 29059 29059 28586 0 -1 4202560 1138 0 0 0 15 15 0 0 18 0 2 0 736621400 361283584 6113 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29099/statm: 88204 6113 406 364 0 24101 0
[pid=29101] ppid=29099 vsize=420220 CPUtime=99.73 cores=0,2,4,6
/proc/29101/stat : 29101 (adaptg2wsat2009) T 29099 29101 29101 0 -1 4202496 1666 0 0 0 9972 1 0 0 25 0 1 0 736621401 430305280 1398 33554432000 134512640 135107411 4294675312 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29101/statm: 105055 1398 59 146 0 103931 0
[pid=29099/tid=29122] ppid=29059 vsize=352816 CPUtime=0 cores=0,2,4,6
/proc/29099/task/29122/stat : 29122 (python) S 29059 29059 28586 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 736631432 361283584 6113 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 514 18446604446493087680 0 0 -1 4 0 0 0
[pid=29116] ppid=29059 vsize=363176 CPUtime=0.31 cores=0,2,4,6
/proc/29116/stat : 29116 (python) S 29059 29059 28586 0 -1 4202560 1143 0 0 0 17 14 0 0 19 0 2 0 736631426 371892224 6128 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 90794 6128 406 364 0 26688 0
[pid=29119] ppid=29116 vsize=420220 CPUtime=97.41 cores=0,2,4,6
/proc/29119/stat : 29119 (adaptg2wsat2009) T 29116 29119 29119 0 -1 4202496 1672 0 0 0 9741 0 0 0 25 0 1 0 736631429 430305280 1399 33554432000 134512640 135107411 4293303504 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29119/statm: 105055 1399 59 146 0 103931 0
[pid=29116/tid=29139] ppid=29059 vsize=363176 CPUtime=0 cores=0,2,4,6
/proc/29116/task/29139/stat : 29139 (python) S 29059 29059 28586 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736641459 371892224 6128 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 514 18446604452453783616 0 0 -1 0 0 0 0
[pid=29120] ppid=29059 vsize=373544 CPUtime=0.31 cores=0,2,4,6
/proc/29120/stat : 29120 (python) S 29059 29059 28586 0 -1 4202560 1115 0 0 0 16 15 0 0 19 0 2 0 736631430 382509056 6152 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29120/statm: 93386 6152 400 364 0 29277 0
[pid=29123] ppid=29120 vsize=249876 CPUtime=100.28 cores=0,2,4,6
/proc/29123/stat : 29123 (FH) T 29120 29123 29123 0 -1 4202496 1530 0 0 0 10028 0 0 0 25 0 1 0 736631432 255873024 1264 33554432000 134512640 134936988 4294350992 18446744073709551615 134553422 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29123/statm: 62469 1264 41 104 0 61973 0
[pid=29120/tid=29143] ppid=29059 vsize=373544 CPUtime=0 cores=0,2,4,6
/proc/29120/task/29143/stat : 29143 (python) S 29059 29059 28586 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736641463 382509056 6152 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 514 18446604453876008768 0 0 -1 2 0 0 0
[pid=29124] ppid=29059 vsize=383808 CPUtime=0.94 cores=0,2,4,6
/proc/29124/stat : 29124 (python) S 29059 29059 28586 0 -1 4202560 1180 0 0 0 48 46 0 0 18 0 2 0 736631433 393019392 6184 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29124/statm: 95952 6184 400 364 0 31840 0
[pid=29126] ppid=29124 vsize=268428 CPUtime=291.21 cores=0,2,4,6
/proc/29126/stat : 29126 (hybridGM3) T 29124 29126 29126 0 -1 4202496 5393 0 0 0 29120 1 0 0 25 0 1 0 736631433 274870272 5127 33554432000 134512640 135204385 4287490608 18446744073709551615 134538375 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29126/statm: 67107 5127 63 169 0 66937 0
[pid=29124/tid=29160] ppid=29059 vsize=383808 CPUtime=0 cores=0,2,4,6
/proc/29124/task/29160/stat : 29160 (python) S 29059 29059 28586 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 736651407 393019392 6184 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 514 18446604449015815168 0 0 -1 6 0 0 0
[pid=29128] ppid=29059 vsize=394192 CPUtime=0.31 cores=0,2,4,6
/proc/29128/stat : 29128 (python) S 29059 29059 28586 0 -1 4202560 1139 0 0 0 14 17 0 0 19 0 2 0 736631925 403652608 6190 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29128/statm: 98548 6190 400 364 0 34433 0
[pid=29130] ppid=29128 vsize=1019708 CPUtime=99.06 cores=0,2,4,6
/proc/29130/stat : 29130 (gnovelty+2) T 29128 29130 29130 0 -1 4202496 956 0 0 0 9906 0 0 0 25 0 1 0 736631925 1044180992 689 33554432000 134512640 135663704 4291725760 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29130/statm: 254927 689 113 282 0 254643 0
[pid=29128/tid=29147] ppid=29059 vsize=394192 CPUtime=0 cores=0,2,4,6
/proc/29128/task/29147/stat : 29147 (python) S 29059 29059 28586 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736641863 403652608 6190 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 514 18446604451212644800 0 0 -1 6 0 0 0
[pid=29140] ppid=29059 vsize=404236 CPUtime=0.67 cores=0,2,4,6
/proc/29140/stat : 29140 (python) S 29059 29059 28586 0 -1 4202560 1180 0 0 0 35 32 0 0 18 0 2 0 736641461 413937664 6226 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29140/statm: 101059 6226 400 364 0 36941 0
[pid=29142] ppid=29140 vsize=268428 CPUtime=206.96 cores=0,2,4,6
/proc/29142/stat : 29142 (hybridGM3) R 29140 29142 29142 0 -1 4202496 5398 0 0 0 20696 0 0 0 25 0 1 0 736641461 274870272 5127 33554432000 134512640 135204385 4292753344 18446744073709551615 134538041 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29142/statm: 67107 5127 63 169 0 66937 0
[pid=29140/tid=29182] ppid=29059 vsize=404236 CPUtime=0 cores=0,2,4,6
/proc/29140/task/29182/stat : 29182 (python) S 29059 29059 28586 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736661035 413937664 6226 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 514 18446604452978947008 0 0 -1 6 0 0 0
[pid=29144] ppid=29059 vsize=414636 CPUtime=0.32 cores=0,2,4,6
/proc/29144/stat : 29144 (python) S 29059 29059 28586 0 -1 4202560 1149 0 0 0 15 17 0 0 19 0 2 0 736641464 424587264 6230 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29144/statm: 103659 6230 400 364 0 39538 0
[pid=29146] ppid=29144 vsize=420220 CPUtime=100.27 cores=0,2,4,6
/proc/29146/stat : 29146 (adaptg2wsat2009) T 29144 29146 29146 0 -1 4202496 1671 0 0 0 10027 0 0 0 25 0 1 0 736641464 430305280 1399 33554432000 134512640 135107411 4291902304 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29146/statm: 105055 1399 59 146 0 103931 0
[pid=29144/tid=29161] ppid=29059 vsize=414636 CPUtime=0 cores=0,2,4,6
/proc/29144/task/29161/stat : 29161 (python) S 29059 29059 28586 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736651495 424587264 6230 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 514 18446604450937346048 0 0 -1 4 0 0 0
[pid=29148] ppid=29059 vsize=425040 CPUtime=0.65 cores=0,2,4,6
/proc/29148/stat : 29148 (python) S 29059 29059 28586 0 -1 4202560 1237 0 0 0 31 34 0 0 19 0 2 0 736641864 435240960 6241 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29148/statm: 106260 6241 407 364 0 42136 0
[pid=29150] ppid=29148 vsize=268428 CPUtime=197.88 cores=0,2,4,6
/proc/29150/stat : 29150 (hybridGM3) T 29148 29150 29150 0 -1 4202496 5402 0 0 0 19787 1 0 0 25 0 1 0 736641867 274870272 5127 33554432000 134512640 135204385 4292036112 18446744073709551615 134538584 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29150/statm: 67107 5127 63 169 0 66937 0
[pid=29148/tid=29183] ppid=29059 vsize=425040 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29183/stat : 29183 (python) S 29059 29059 28586 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736662136 435240960 6241 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 514 18446604447780239552 0 0 -1 6 0 0 0
[pid=29162] ppid=29059 vsize=435080 CPUtime=0.33 cores=0,2,4,6
/proc/29162/stat : 29162 (python) S 29059 29059 28586 0 -1 4202560 1040 0 0 0 18 15 0 0 18 0 1 0 736651497 445521920 6236 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414214 0 0 16781312 514 2055048804964466946 0 0 17 4 0 0 0
/proc/29162/statm: 108770 6236 379 364 0 44643 0
[pid=29164] ppid=29162 vsize=268420 CPUtime=106.4 cores=0,2,4,6
/proc/29164/stat : 29164 (hybridGM3) R 29162 29164 29164 0 -1 4202496 5404 0 0 0 10640 0 0 0 25 0 1 0 736651497 274862080 5125 33554432000 134512640 135204385 4292505840 18446744073709551615 134538041 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29164/statm: 67105 5125 63 169 0 66935 0
[pid=29179] ppid=29059 vsize=445756 CPUtime=0.03 cores=0,2,4,6
/proc/29179/stat : 29179 (python) S 29059 29059 28586 0 -1 4202560 1008 0 0 0 2 1 0 0 18 0 1 0 736660940 456454144 6240 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414214 0 0 16781312 514 2055048804964466948 0 0 17 2 0 0 0
/proc/29179/statm: 111439 6240 379 364 0 47309 0
[pid=29181] ppid=29179 vsize=458352 CPUtime=12.38 cores=0,2,4,6
/proc/29181/stat : 29181 (TNM) R 29179 29181 29181 0 -1 4202496 1517 0 0 0 1238 0 0 0 25 0 1 0 736660941 469352448 1240 33554432000 134512640 135008748 4289984112 18446744073709551615 134527320 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29181/statm: 114588 1240 46 122 0 113488 0
[pid=29184] ppid=29059 vsize=456152 CPUtime=0 cores=0,2,4,6
/proc/29184/stat : 29184 (python) S 29059 29059 28586 0 -1 4202560 814 0 0 0 0 0 0 0 19 0 1 0 736662137 467099648 6241 33554432000 4194304 5683644 140734696921936 18446744073709551615 260905414214 0 0 16781312 514 11171573879539761151 0 0 17 2 0 0 0
/proc/29184/statm: 114038 6241 346 364 0 49905 0
[pid=29186] ppid=29184 vsize=247956 CPUtime=0.42 cores=0,2,4,6
/proc/29186/stat : 29186 (FH) R 29184 29186 29186 0 -1 4202496 1256 0 0 0 42 0 0 0 21 0 1 0 736662137 253906944 987 33554432000 134512640 134936988 4293461216 18446744073709551615 134523434 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29186/statm: 61989 987 37 104 0 61493 0
[pid=29059/tid=29066] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29066/stat : 29066 (python) S 29057 29059 28586 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 19 0 736611355 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
[pid=29059/tid=29070] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29070/stat : 29070 (python) S 29057 29059 28586 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 19 0 736611356 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
[pid=29059/tid=29074] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29074/stat : 29074 (python) S 29057 29059 28586 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 19 0 736611357 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 4 0 0 0
[pid=29059/tid=29076] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29076/stat : 29076 (python) S 29057 29059 28586 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 19 0 736611358 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 4 0 0 0
[pid=29059/tid=29089] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29089/stat : 29089 (python) S 29057 29059 28586 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 19 0 736621390 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 4 0 0 0
[pid=29059/tid=29092] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29092/stat : 29092 (python) S 29057 29059 28586 0 -1 4202560 28 931 0 0 0 0 0 0 22 0 19 0 736621391 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 4 0 0 0
[pid=29059/tid=29096] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29096/stat : 29096 (python) S 29057 29059 28586 0 -1 4202560 29 931 0 0 0 0 0 0 23 0 19 0 736621399 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
[pid=29059/tid=29100] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29100/stat : 29100 (python) S 29057 29059 28586 0 -1 4202560 25 931 0 0 0 0 0 0 24 0 19 0 736621400 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
[pid=29059/tid=29117] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29117/stat : 29117 (python) S 29057 29059 28586 0 -1 4202560 20 931 0 0 0 0 0 0 20 0 19 0 736631427 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 0 0 0 0
[pid=29059/tid=29121] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29121/stat : 29121 (python) S 29057 29059 28586 0 -1 4202560 25 931 0 0 0 0 0 0 21 0 19 0 736631431 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 6 0 0 0
[pid=29059/tid=29125] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29125/stat : 29125 (python) S 29057 29059 28586 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 19 0 736631433 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 6 0 0 0
[pid=29059/tid=29129] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29129/stat : 29129 (python) S 29057 29059 28586 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 19 0 736631925 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 6 0 0 0
[pid=29059/tid=29141] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29141/stat : 29141 (python) S 29057 29059 28586 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 19 0 736641461 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 6 0 0 0
[pid=29059/tid=29145] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29145/stat : 29145 (python) S 29057 29059 28586 0 -1 4202560 28 931 0 0 0 0 0 0 21 0 19 0 736641464 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
[pid=29059/tid=29149] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29149/stat : 29149 (python) S 29057 29059 28586 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 19 0 736641865 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
[pid=29059/tid=29163] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29163/stat : 29163 (python) S 29057 29059 28586 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 19 0 736651497 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
[pid=29059/tid=29180] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29180/stat : 29180 (python) S 29057 29059 28586 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 19 0 736660941 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
[pid=29059/tid=29185] ppid=29057 vsize=465688 CPUtime=0 cores=0,2,4,6
/proc/29059/task/29185/stat : 29185 (python) S 29057 29059 28586 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 19 0 736662137 476864512 7810 33554432000 4194304 5683644 140734696921936 18446744073709551615 260917217713 0 0 16781312 2 18446604444275062720 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2022.24
Current children cumulated vsize (KiB) 15985608

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29059 and gives
#  childrusage.ru_utime.tv_sec=331
#  childrusage.ru_utime.tv_usec=752565
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=366488
# CPU time returned by wait4() is 335.119
# while last known CPU time is 2022.24
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 510.435
CPU time (s): 2022.24
CPU user time (s): 2018.97
CPU system time (s): 3.27
CPU usage (%): 396.18
Max. virtual memory (cumulated for all children) (KiB): 15985608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 331.753
system time used= 3.36649
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65815
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= 6283
involuntary context switches= 1375

runsolver used 3.66944 second user time and 8.43272 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 14:50:05
IDJOB=3378216
IDBENCH=82625
IDSOLVER=1859
FILE ID=node116/3378216-1305463804
RUNJOBID= node116-1305463137-28604
PBS_JOBID= 13324982
Free space on /tmp= 73116 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S680524168-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-3378216-1305463804/watcher-3378216-1305463804 -o /tmp/evaluation-result-3378216-1305463804/solver-3378216-1305463804 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378216-1305463804.cnf -seed 2134264246 -budget 4800 -cores 4

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

MD5SUM BENCH= ebf03c9c6463f3682b7e09274cee8655
RANDOM SEED=2134264246

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:     32950928 kB
MemFree:      21612716 kB
Buffers:        120172 kB
Cached:        1324660 kB
SwapCached:      12356 kB
Active:       10190124 kB
Inactive:       915700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21612716 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:           67836 kB
Writeback:           0 kB
AnonPages:     9659428 kB
Mapped:          24504 kB
Slab:           112764 kB
PageTables:      51500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 101502704 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= 72932 MiB
End job on node116 at 2011-05-15 14:58:37