Trace number 2659054

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.33 1795.38

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=100-sizeP=51-sizeQ=100-520972534-max.opb
MD5SUM11b19c0232a5dd1a01e7c4342698e58e
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables5251
Total number of constraints15301
Number of constraints which are clauses15300
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint5100
Number of terms in the objective function 51
Biggest coefficient in the objective function 1125899906842624
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 2251799813685247
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 713623846352979940529142984724747568191373312
Number of bits of the biggest number in a constraint 150
Biggest sum of numbers in a constraint 2854495385411919137542539254950202185769575159
Number of bits of the biggest sum of numbers151
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2659054-1276627649.opb
0.24/0.21	c reading problem ... 
2.73/1.54	c ... done. Wall clock time 1.322s.
2.73/1.54	c #vars     5251
2.73/1.54	c #constraints  16577
2.73/1.54	c constraints type 
2.73/1.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5100
2.73/1.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10200
2.73/1.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
79.52/76.70	c cleaning 2498 clauses out of 5001 with flag 5001/5001
179.95/177.19	c cleaning 4252 clauses out of 8504 with flag 11002/11002
267.72/264.87	c cleaning 5621 clauses out of 11251 with flag 18001/18001
345.61/342.53	c cleaning 6814 clauses out of 13629 with flag 26000/26000
463.66/460.35	c cleaning 7904 clauses out of 15815 with flag 35000/35000
579.89/576.44	c cleaning 8950 clauses out of 17912 with flag 45001/45001
709.53/705.98	c cleaning 9975 clauses out of 19961 with flag 56000/56000
812.00/808.24	c cleaning 10981 clauses out of 21986 with flag 68000/68000
940.24/936.38	c cleaning 11999 clauses out of 24005 with flag 81000/81000
1126.88/1122.84	c cleaning 12991 clauses out of 26006 with flag 95000/95000
1404.26/1399.82	c cleaning 14000 clauses out of 28016 with flag 110001/110001
1671.33/1666.70	c cleaning 15004 clauses out of 30015 with flag 126000/126000
1800.07/1795.22	c starts		: 103
1800.07/1795.22	c conflicts		: 138986
1800.07/1795.22	c decisions		: 291335
1800.07/1795.22	c propagations		: 18367084
1800.07/1795.22	c inspects		: 261303676
1800.07/1795.22	c learnt literals	: 0
1800.07/1795.22	c learnt binary clauses	: 108
1800.07/1795.22	c learnt ternary clauses	: 116
1800.07/1795.22	c learnt clauses	: 138986
1800.07/1795.22	c ignored clauses	: 0
1800.07/1795.22	c root simplifications	: 0
1800.07/1795.22	c removed literals (reason simplification)	: 145332832
1800.07/1795.22	c reason swapping (by a shorter reason)	: 0
1800.07/1795.22	c Calls to reduceDB	: 12
1800.07/1795.22	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.22	c number of learned constraints concerned by reduction	: 0
1800.07/1795.22	c number of learning phase by resolution	: 0
1800.07/1795.22	c number of learning phase by cutting planes	: 0
1800.07/1795.22	c speed (assignments/second)	: 10239.82630259119
1800.07/1795.22	c non guided choices	38
1800.07/1795.30	c learnt constraints type 
1800.07/1795.30	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 27895
1800.07/1795.30	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 108
1800.07/1795.30	c constraints type 
1800.07/1795.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5100
1800.07/1795.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10200
1800.07/1795.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/1795.30	s UNKNOWN
1800.07/1795.30	c Total wall clock time (in seconds): 1795.095

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659054-1276627649/watcher-2659054-1276627649 -o /tmp/evaluation-result-2659054-1276627649/solver-2659054-1276627649 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659054-1276627649.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3687
/proc/meminfo: memFree=1887872/2059040 swapFree=4139776/4192956
[pid=3687] ppid=3685 vsize=1832 CPUtime=0
/proc/3687/stat : 3687 (java6) R 3685 3687 3662 0 -1 4194304 242 0 0 0 0 0 0 0 22 0 1 0 38366386 1875968 145 1992294400 134512640 134550932 4292583568 18446744073709551615 134527984 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3687/statm: 458 149 111 10 0 63 0

[startup+0.082663 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3687
/proc/meminfo: memFree=1887872/2059040 swapFree=4139776/4192956
[pid=3687] ppid=3685 vsize=1521796 CPUtime=0.07
/proc/3687/stat : 3687 (java) S 3685 3687 3662 0 -1 4202496 3786 0 1 0 5 2 0 0 18 0 7 0 38366386 1558319104 3226 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 380449 3226 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.100665 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3687
/proc/meminfo: memFree=1887872/2059040 swapFree=4139776/4192956
[pid=3687] ppid=3685 vsize=1524024 CPUtime=0.08
/proc/3687/stat : 3687 (java) S 3685 3687 3662 0 -1 4202496 3939 0 1 0 6 2 0 0 18 0 12 0 38366386 1560600576 3377 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 381006 3377 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300552 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3687
/proc/meminfo: memFree=1887872/2059040 swapFree=4139776/4192956
[pid=3687] ppid=3685 vsize=1526172 CPUtime=0.35
/proc/3687/stat : 3687 (java) S 3685 3687 3662 0 -1 4202496 5335 0 1 0 33 2 0 0 18 0 12 0 38366386 1562800128 4771 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 381543 4771 1361 10 0 378845 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526172

[startup+0.700558 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3687
/proc/meminfo: memFree=1887872/2059040 swapFree=4139776/4192956
[pid=3687] ppid=3685 vsize=1530924 CPUtime=1.14
/proc/3687/stat : 3687 (java) S 3685 3687 3662 0 -1 4202496 8398 0 1 0 110 4 0 0 18 0 12 0 38366386 1567666176 7507 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 382731 7507 1404 10 0 380033 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1530924

[startup+1.50157 s]
/proc/loadavg: 0.92 0.98 0.99 4/118 3699
/proc/meminfo: memFree=1847848/2059040 swapFree=4139776/4192956
[pid=3687] ppid=3685 vsize=1534012 CPUtime=2.73
/proc/3687/stat : 3687 (java) S 3685 3687 3662 0 -1 4202496 15451 0 1 0 265 8 0 0 18 0 12 0 38366386 1570828288 13431 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 383503 13431 1417 10 0 380805 0
[pid=3687/tid=3689] ppid=3685 vsize=1534012 CPUtime=1.46
/proc/3687/task/3689/stat : 3689 (java) R 3685 3687 3662 0 -1 4202560 10332 0 1 0 141 5 0 0 18 0 12 0 38366388 1570828288 13431 1992294400 134512640 134550932 4287008384 18446744073709551615 103615339 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3687/tid=3690] ppid=3685 vsize=1534012 CPUtime=0
/proc/3687/task/3690/stat : 3690 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 38366390 1570828288 13431 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3691] ppid=3685 vsize=1534012 CPUtime=0
/proc/3687/task/3691/stat : 3691 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 38366390 1570828288 13431 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3692] ppid=3685 vsize=1534012 CPUtime=0
/proc/3687/task/3692/stat : 3692 (java) S 3685 3687 3662 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 38366391 1570828288 13431 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3693] ppid=3685 vsize=1534012 CPUtime=0
/proc/3687/task/3693/stat : 3693 (java) S 3685 3687 3662 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 38366392 1570828288 13431 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3694] ppid=3685 vsize=1534012 CPUtime=0
/proc/3687/task/3694/stat : 3694 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 38366392 1570828288 13431 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3695] ppid=3685 vsize=1534012 CPUtime=0
/proc/3687/task/3695/stat : 3695 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38366396 1570828288 13431 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3696] ppid=3685 vsize=1534012 CPUtime=0.63
/proc/3687/task/3696/stat : 3696 (java) R 3685 3687 3662 0 -1 4202560 1399 0 0 0 63 0 0 0 25 0 12 0 38366396 1570828288 13431 1992294400 134512640 134550932 4287008384 18446744073709551615 104138949 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3687/tid=3697] ppid=3685 vsize=1534012 CPUtime=0.6
/proc/3687/task/3697/stat : 3697 (java) R 3685 3687 3662 0 -1 4202560 2652 0 0 0 59 1 0 0 25 0 12 0 38366396 1570828288 13431 1992294400 134512640 134550932 4287008384 18446744073709551615 105588193 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3687/tid=3698] ppid=3685 vsize=1534012 CPUtime=0
/proc/3687/task/3698/stat : 3698 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38366396 1570828288 13431 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3699] ppid=3685 vsize=1534012 CPUtime=0
/proc/3687/task/3699/stat : 3699 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 38366396 1570828288 13431 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1534012

[startup+3.10159 s]
/proc/loadavg: 1.17 1.03 1.01 5/119 3700
/proc/meminfo: memFree=1829552/2059040 swapFree=4139776/4192956
[pid=3687] ppid=3685 vsize=1543444 CPUtime=5.74
/proc/3687/stat : 3687 (java) S 3685 3687 3662 0 -1 4202496 21499 0 1 0 564 10 0 0 18 0 13 0 38366386 1580486656 16744 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 385861 16744 1426 10 0 383163 0
[pid=3687/tid=3689] ppid=3685 vsize=1543444 CPUtime=3.07
/proc/3687/task/3689/stat : 3689 (java) R 3685 3687 3662 0 -1 4202560 11275 0 1 0 301 6 0 0 18 0 13 0 38366388 1580486656 16744 1992294400 134512640 134550932 4287008384 18446744073709551615 4109924573 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3687/tid=3690] ppid=3685 vsize=1543444 CPUtime=0
/proc/3687/task/3690/stat : 3690 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38366390 1580486656 16744 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3691] ppid=3685 vsize=1543444 CPUtime=0
/proc/3687/task/3691/stat : 3691 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 38366390 1580486656 16744 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3692] ppid=3685 vsize=1543444 CPUtime=0
/proc/3687/task/3692/stat : 3692 (java) S 3685 3687 3662 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 38366391 1580486656 16744 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3693] ppid=3685 vsize=1543444 CPUtime=0
/proc/3687/task/3693/stat : 3693 (java) S 3685 3687 3662 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 38366392 1580486656 16744 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3694] ppid=3685 vsize=1543444 CPUtime=0
/proc/3687/task/3694/stat : 3694 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 38366392 1580486656 16744 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3695] ppid=3685 vsize=1543444 CPUtime=0
/proc/3687/task/3695/stat : 3695 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38366396 1580486656 16744 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3696] ppid=3685 vsize=1543444 CPUtime=1.26
/proc/3687/task/3696/stat : 3696 (java) S 3685 3687 3662 0 -1 4202560 2368 0 0 0 126 0 0 0 25 0 13 0 38366396 1580486656 16744 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3697] ppid=3685 vsize=1543444 CPUtime=1.38
/proc/3687/task/3697/stat : 3697 (java) S 3685 3687 3662 0 -1 4202560 6784 0 0 0 136 2 0 0 24 0 13 0 38366396 1580486656 16744 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3698] ppid=3685 vsize=1543444 CPUtime=0
/proc/3687/task/3698/stat : 3698 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38366396 1580486656 16744 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3699] ppid=3685 vsize=1543444 CPUtime=0
/proc/3687/task/3699/stat : 3699 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38366396 1580486656 16744 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3700] ppid=3685 vsize=1543444 CPUtime=0
/proc/3687/task/3700/stat : 3700 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38366543 1580486656 16744 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 1543444

[startup+6.30164 s]
/proc/loadavg: 1.17 1.03 1.01 2/119 3700
/proc/meminfo: memFree=1820004/2059040 swapFree=4139776/4192956
[pid=3687] ppid=3685 vsize=1542028 CPUtime=8.99
/proc/3687/stat : 3687 (java) S 3685 3687 3662 0 -1 4202496 23881 0 1 0 888 11 0 0 18 0 13 0 38366386 1579036672 18585 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 385507 18585 1426 10 0 382809 0
[pid=3687/tid=3689] ppid=3685 vsize=1542028 CPUtime=6.26
/proc/3687/task/3689/stat : 3689 (java) R 3685 3687 3662 0 -1 4202560 13657 0 1 0 619 7 0 0 25 0 13 0 38366388 1579036672 18585 1992294400 134512640 134550932 4287008384 18446744073709551615 4109924714 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3687/tid=3690] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3690/stat : 3690 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38366390 1579036672 18585 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3691] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3691/stat : 3691 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 38366390 1579036672 18585 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3692] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3692/stat : 3692 (java) S 3685 3687 3662 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 38366391 1579036672 18585 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3693] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3693/stat : 3693 (java) S 3685 3687 3662 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 38366392 1579036672 18585 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3694] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3694/stat : 3694 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 38366392 1579036672 18585 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3695] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3695/stat : 3695 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38366396 1579036672 18585 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3696] ppid=3685 vsize=1542028 CPUtime=1.28
/proc/3687/task/3696/stat : 3696 (java) S 3685 3687 3662 0 -1 4202560 2368 0 0 0 128 0 0 0 15 0 13 0 38366396 1579036672 18585 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3697] ppid=3685 vsize=1542028 CPUtime=1.41
/proc/3687/task/3697/stat : 3697 (java) S 3685 3687 3662 0 -1 4202560 6784 0 0 0 139 2 0 0 15 0 13 0 38366396 1579036672 18585 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3698] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3698/stat : 3698 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38366396 1579036672 18585 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3699] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3699/stat : 3699 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38366396 1579036672 18585 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3700] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3700/stat : 3700 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38366543 1579036672 18585 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.99
Current children cumulated vsize (KiB) 1542028

[startup+12.7017 s]
/proc/loadavg: 1.14 1.03 1.01 2/119 3700
/proc/meminfo: memFree=1810580/2059040 swapFree=4139776/4192956
[pid=3687] ppid=3685 vsize=1542028 CPUtime=15.39
/proc/3687/stat : 3687 (java) S 3685 3687 3662 0 -1 4202496 26047 0 1 0 1526 13 0 0 18 0 13 0 38366386 1579036672 20751 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 385507 20751 1426 10 0 382809 0
[pid=3687/tid=3689] ppid=3685 vsize=1542028 CPUtime=12.66
/proc/3687/task/3689/stat : 3689 (java) R 3685 3687 3662 0 -1 4202560 15823 0 1 0 1258 8 0 0 25 0 13 0 38366388 1579036672 20751 1992294400 134512640 134550932 4287008384 18446744073709551615 4109963051 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3687/tid=3690] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3690/stat : 3690 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38366390 1579036672 20751 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3691] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3691/stat : 3691 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 38366390 1579036672 20751 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3692] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3692/stat : 3692 (java) S 3685 3687 3662 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 38366391 1579036672 20751 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3693] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3693/stat : 3693 (java) S 3685 3687 3662 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 38366392 1579036672 20751 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3694] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3694/stat : 3694 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 38366392 1579036672 20751 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3695] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3695/stat : 3695 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38366396 1579036672 20751 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3696] ppid=3685 vsize=1542028 CPUtime=1.28
/proc/3687/task/3696/stat : 3696 (java) S 3685 3687 3662 0 -1 4202560 2368 0 0 0 128 0 0 0 15 0 13 0 38366396 1579036672 20751 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3697] ppid=3685 vsize=1542028 CPUtime=1.41
/proc/3687/task/3697/stat : 3697 (java) S 3685 3687 3662 0 -1 4202560 6784 0 0 0 139 2 0 0 15 0 13 0 38366396 1579036672 20751 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3698] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3698/stat : 3698 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38366396 1579036672 20751 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3699] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3699/stat : 3699 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38366396 1579036672 20751 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3700] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3700/stat : 3700 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38366543 1579036672 20751 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.39
Current children cumulated vsize (KiB) 1542028

[startup+25.5009 s]
/proc/loadavg: 1.12 1.03 1.01 2/119 3700
/proc/meminfo: memFree=1770156/2059040 swapFree=4139776/4192956
[pid=3687] ppid=3685 vsize=1542028 CPUtime=28.2
/proc/3687/stat : 3687 (java) S 3685 3687 3662 0 -1 4202496 35862 0 1 0 2804 16 0 0 18 0 13 0 38366386 1579036672 30566 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 385507 30566 1426 10 0 382809 0
[pid=3687/tid=3689] ppid=3685 vsize=1542028 CPUtime=25.45
/proc/3687/task/3689/stat : 3689 (java) R 3685 3687 3662 0 -1 4202560 25637 0 1 0 2534 11 0 0 25 0 13 0 38366388 1579036672 30566 1992294400 134512640 134550932 4287008384 18446744073709551615 4109962964 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3687/tid=3690] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3690/stat : 3690 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38366390 1579036672 30566 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3691] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3691/stat : 3691 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 38366390 1579036672 30566 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3692] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3692/stat : 3692 (java) S 3685 3687 3662 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 38366391 1579036672 30566 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3693] ppid=3685 vsize=1542028 CPUtime=0

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

[pid=3687] ppid=3685 vsize=1542028 CPUtime=1666.93
/proc/3687/stat : 3687 (java) S 3685 3687 3662 0 -1 4202496 111419 0 1 0 166633 60 0 0 18 0 13 0 38366386 1579036672 99896 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 385507 99896 1444 10 0 382809 0
[pid=3687/tid=3689] ppid=3685 vsize=1542028 CPUtime=1658.48
/proc/3687/task/3689/stat : 3689 (java) R 3685 3687 3662 0 -1 4202560 32145 0 1 0 165830 18 0 0 25 0 13 0 38366388 1579036672 99896 1992294400 134512640 134550932 4287008384 18446744073709551615 4109994058 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3687/tid=3690] ppid=3685 vsize=1542028 CPUtime=2.19
/proc/3687/task/3690/stat : 3690 (java) S 3685 3687 3662 0 -1 4202560 31309 0 0 0 203 16 0 0 16 0 13 0 38366390 1579036672 99896 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3691] ppid=3685 vsize=1542028 CPUtime=2.18
/proc/3687/task/3691/stat : 3691 (java) S 3685 3687 3662 0 -1 4202560 32320 0 0 0 201 17 0 0 16 0 13 0 38366390 1579036672 99896 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3692] ppid=3685 vsize=1542028 CPUtime=0.81
/proc/3687/task/3692/stat : 3692 (java) S 3685 3687 3662 0 -1 4202560 5291 0 0 0 80 1 0 0 15 0 13 0 38366391 1579036672 99896 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3693] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3693/stat : 3693 (java) S 3685 3687 3662 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38366392 1579036672 99896 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3694] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3694/stat : 3694 (java) S 3685 3687 3662 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38366392 1579036672 99896 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3695] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3695/stat : 3695 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38366396 1579036672 99896 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3696] ppid=3685 vsize=1542028 CPUtime=1.63
/proc/3687/task/3696/stat : 3696 (java) S 3685 3687 3662 0 -1 4202560 2384 0 0 0 162 1 0 0 15 0 13 0 38366396 1579036672 99896 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3697] ppid=3685 vsize=1542028 CPUtime=1.57
/proc/3687/task/3697/stat : 3697 (java) S 3685 3687 3662 0 -1 4202560 6799 0 0 0 155 2 0 0 16 0 13 0 38366396 1579036672 99896 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3698] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3698/stat : 3698 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38366396 1579036672 99896 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3699] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3699/stat : 3699 (java) S 3685 3687 3662 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 38366396 1579036672 99896 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3700] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3700/stat : 3700 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38366543 1579036672 99896 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.93
Current children cumulated vsize (KiB) 1542028

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/119 3758
/proc/meminfo: memFree=1489672/2059040 swapFree=4139776/4192956
[pid=3687] ppid=3685 vsize=1542028 CPUtime=1727.02
/proc/3687/stat : 3687 (java) S 3685 3687 3662 0 -1 4202496 111431 0 1 0 172642 60 0 0 18 0 13 0 38366386 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 385507 99897 1444 10 0 382809 0
[pid=3687/tid=3689] ppid=3685 vsize=1542028 CPUtime=1718.19
/proc/3687/task/3689/stat : 3689 (java) R 3685 3687 3662 0 -1 4202560 32148 0 1 0 171801 18 0 0 25 0 13 0 38366388 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4109926166 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3687/tid=3690] ppid=3685 vsize=1542028 CPUtime=2.31
/proc/3687/task/3690/stat : 3690 (java) S 3685 3687 3662 0 -1 4202560 31310 0 0 0 214 17 0 0 16 0 13 0 38366390 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3691] ppid=3685 vsize=1542028 CPUtime=2.3
/proc/3687/task/3691/stat : 3691 (java) S 3685 3687 3662 0 -1 4202560 32320 0 0 0 213 17 0 0 16 0 13 0 38366390 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3692] ppid=3685 vsize=1542028 CPUtime=0.96
/proc/3687/task/3692/stat : 3692 (java) S 3685 3687 3662 0 -1 4202560 5295 0 0 0 95 1 0 0 15 0 13 0 38366391 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3693] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3693/stat : 3693 (java) S 3685 3687 3662 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38366392 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3694] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3694/stat : 3694 (java) S 3685 3687 3662 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38366392 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3695] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3695/stat : 3695 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3696] ppid=3685 vsize=1542028 CPUtime=1.63
/proc/3687/task/3696/stat : 3696 (java) S 3685 3687 3662 0 -1 4202560 2384 0 0 0 162 1 0 0 15 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3697] ppid=3685 vsize=1542028 CPUtime=1.57
/proc/3687/task/3697/stat : 3697 (java) S 3685 3687 3662 0 -1 4202560 6799 0 0 0 155 2 0 0 16 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3698] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3698/stat : 3698 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3699] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3699/stat : 3699 (java) S 3685 3687 3662 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3700] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3700/stat : 3700 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38366543 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.02
Current children cumulated vsize (KiB) 1542028

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 3760
/proc/meminfo: memFree=1489672/2059040 swapFree=4139776/4192956
[pid=3687] ppid=3685 vsize=1542028 CPUtime=1787.1
/proc/3687/stat : 3687 (java) S 3685 3687 3662 0 -1 4202496 111439 0 1 0 178650 60 0 0 18 0 13 0 38366386 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 385507 99897 1444 10 0 382809 0
[pid=3687/tid=3689] ppid=3685 vsize=1542028 CPUtime=1778.07
/proc/3687/task/3689/stat : 3689 (java) R 3685 3687 3662 0 -1 4202560 32150 0 1 0 177789 18 0 0 25 0 13 0 38366388 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4109963004 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3687/tid=3690] ppid=3685 vsize=1542028 CPUtime=2.41
/proc/3687/task/3690/stat : 3690 (java) S 3685 3687 3662 0 -1 4202560 31310 0 0 0 224 17 0 0 16 0 13 0 38366390 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3691] ppid=3685 vsize=1542028 CPUtime=2.4
/proc/3687/task/3691/stat : 3691 (java) S 3685 3687 3662 0 -1 4202560 32320 0 0 0 223 17 0 0 16 0 13 0 38366390 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3692] ppid=3685 vsize=1542028 CPUtime=0.96
/proc/3687/task/3692/stat : 3692 (java) S 3685 3687 3662 0 -1 4202560 5297 0 0 0 95 1 0 0 15 0 13 0 38366391 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3693] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3693/stat : 3693 (java) S 3685 3687 3662 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38366392 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3694] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3694/stat : 3694 (java) S 3685 3687 3662 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38366392 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3695] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3695/stat : 3695 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3696] ppid=3685 vsize=1542028 CPUtime=1.63
/proc/3687/task/3696/stat : 3696 (java) S 3685 3687 3662 0 -1 4202560 2384 0 0 0 162 1 0 0 15 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3697] ppid=3685 vsize=1542028 CPUtime=1.57
/proc/3687/task/3697/stat : 3697 (java) S 3685 3687 3662 0 -1 4202560 6799 0 0 0 155 2 0 0 16 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3698] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3698/stat : 3698 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3699] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3699/stat : 3699 (java) S 3685 3687 3662 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3700] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3700/stat : 3700 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38366543 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.1
Current children cumulated vsize (KiB) 1542028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 3760
/proc/meminfo: memFree=1489672/2059040 swapFree=4139776/4192956
[pid=3687] ppid=3685 vsize=1542028 CPUtime=1800.07
/proc/3687/stat : 3687 (java) S 3685 3687 3662 0 -1 4202496 111442 0 1 0 179947 60 0 0 18 0 13 0 38366386 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 385507 99897 1444 10 0 382809 0
[pid=3687/tid=3689] ppid=3685 vsize=1542028 CPUtime=1790.92
/proc/3687/task/3689/stat : 3689 (java) R 3685 3687 3662 0 -1 4202560 32151 0 1 0 179074 18 0 0 25 0 13 0 38366388 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4109979163 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3687/tid=3690] ppid=3685 vsize=1542028 CPUtime=2.47
/proc/3687/task/3690/stat : 3690 (java) S 3685 3687 3662 0 -1 4202560 31310 0 0 0 230 17 0 0 16 0 13 0 38366390 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3691] ppid=3685 vsize=1542028 CPUtime=2.47
/proc/3687/task/3691/stat : 3691 (java) S 3685 3687 3662 0 -1 4202560 32320 0 0 0 229 18 0 0 16 0 13 0 38366390 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3692] ppid=3685 vsize=1542028 CPUtime=0.96
/proc/3687/task/3692/stat : 3692 (java) S 3685 3687 3662 0 -1 4202560 5299 0 0 0 95 1 0 0 15 0 13 0 38366391 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3693] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3693/stat : 3693 (java) S 3685 3687 3662 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38366392 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3694] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3694/stat : 3694 (java) S 3685 3687 3662 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38366392 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3695] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3695/stat : 3695 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3696] ppid=3685 vsize=1542028 CPUtime=1.63
/proc/3687/task/3696/stat : 3696 (java) S 3685 3687 3662 0 -1 4202560 2384 0 0 0 162 1 0 0 15 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3697] ppid=3685 vsize=1542028 CPUtime=1.57
/proc/3687/task/3697/stat : 3697 (java) S 3685 3687 3662 0 -1 4202560 6799 0 0 0 155 2 0 0 16 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3698] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3698/stat : 3698 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3699] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3699/stat : 3699 (java) S 3685 3687 3662 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 13 0 38366396 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3700] ppid=3685 vsize=1542028 CPUtime=0
/proc/3687/task/3700/stat : 3700 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38366543 1579036672 99897 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1542028

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

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

[startup+1795.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 3760
/proc/meminfo: memFree=1489672/2059040 swapFree=4139776/4192956
[pid=3687] ppid=3685 vsize=1542676 CPUtime=1800.25
/proc/3687/stat : 3687 (java) S 3685 3687 3662 0 -1 4202496 111462 0 1 0 179965 60 0 0 18 0 14 0 38366386 1579700224 99917 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3687/statm: 385669 99917 1445 10 0 382971 0
[pid=3687/tid=3689] ppid=3685 vsize=1542676 CPUtime=1791.02
/proc/3687/task/3689/stat : 3689 (java) R 3685 3687 3662 0 -1 4202560 32151 0 1 0 179084 18 0 0 25 0 14 0 38366388 1579700224 99917 1992294400 134512640 134550932 4287008384 18446744073709551615 4109924573 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3687/tid=3690] ppid=3685 vsize=1542676 CPUtime=2.47
/proc/3687/task/3690/stat : 3690 (java) S 3685 3687 3662 0 -1 4202560 31310 0 0 0 230 17 0 0 16 0 14 0 38366390 1579700224 99917 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3691] ppid=3685 vsize=1542676 CPUtime=2.47
/proc/3687/task/3691/stat : 3691 (java) S 3685 3687 3662 0 -1 4202560 32320 0 0 0 229 18 0 0 16 0 14 0 38366390 1579700224 99917 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3692] ppid=3685 vsize=1542676 CPUtime=0.96
/proc/3687/task/3692/stat : 3692 (java) S 3685 3687 3662 0 -1 4202560 5299 0 0 0 95 1 0 0 15 0 14 0 38366391 1579700224 99917 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 0 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3693] ppid=3685 vsize=1542676 CPUtime=0
/proc/3687/task/3693/stat : 3693 (java) S 3685 3687 3662 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 38366392 1579700224 99917 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3694] ppid=3685 vsize=1542676 CPUtime=0
/proc/3687/task/3694/stat : 3694 (java) S 3685 3687 3662 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 38366392 1579700224 99917 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3695] ppid=3685 vsize=1542676 CPUtime=0
/proc/3687/task/3695/stat : 3695 (java) S 3685 3687 3662 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 38366396 1579700224 99917 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3696] ppid=3685 vsize=1542676 CPUtime=1.69
/proc/3687/task/3696/stat : 3696 (java) S 3685 3687 3662 0 -1 4202560 2384 0 0 0 168 1 0 0 16 0 14 0 38366396 1579700224 99917 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3697] ppid=3685 vsize=1542676 CPUtime=1.57
/proc/3687/task/3697/stat : 3697 (java) S 3685 3687 3662 0 -1 4202560 6799 0 0 0 155 2 0 0 16 0 14 0 38366396 1579700224 99917 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 1 0 0 0
[pid=3687/tid=3698] ppid=3685 vsize=1542676 CPUtime=0
/proc/3687/task/3698/stat : 3698 (java) S 3685 3687 3662 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 38366396 1579700224 99917 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3699] ppid=3685 vsize=1542676 CPUtime=0
/proc/3687/task/3699/stat : 3699 (java) S 3685 3687 3662 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 14 0 38366396 1579700224 99917 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
[pid=3687/tid=3700] ppid=3685 vsize=1542676 CPUtime=0
/proc/3687/task/3700/stat : 3700 (java) S 3685 3687 3662 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 38366543 1579700224 99917 1992294400 134512640 134550932 4287008384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827269632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1542676

Child status: 143
Real time (s): 1795.38
CPU time (s): 1800.33
CPU user time (s): 1799.68
CPU system time (s): 0.647901
CPU usage (%): 100.276
Max. virtual memory (cumulated for all children) (KiB): 1546756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.647901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111462
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= 37327
involuntary context switches= 20698

runsolver used 3.68144 second user time and 9.47656 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-15 20:47:29
IDJOB=2659054
IDBENCH=3022
IDSOLVER=1164
FILE ID=node013/2659054-1276627649
PBS_JOBID= 11172351
Free space on /tmp= 62548 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=100-sizeP=51-sizeQ=100-520972534-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659054-1276627649/watcher-2659054-1276627649 -o /tmp/evaluation-result-2659054-1276627649/solver-2659054-1276627649 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659054-1276627649.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 11b19c0232a5dd1a01e7c4342698e58e
RANDOM SEED=526298706

node013.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.253
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.50
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.253
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1888268 kB
Buffers:          7252 kB
Cached:          83172 kB
SwapCached:       6740 kB
Active:          71012 kB
Inactive:        33224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1888268 kB
SwapTotal:     4192956 kB
SwapFree:      4139776 kB
Dirty:            1036 kB
Writeback:           0 kB
AnonPages:       12108 kB
Mapped:          12956 kB
Slab:            44564 kB
PageTables:       3940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180428 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62548 MiB
End job on node013 at 2010-06-15 21:17:26