Trace number 3744699

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
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 805.46 799.825

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb1-0.20-13.opb
MD5SUM33fd175b84968779bfb4b5b76f997c8b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11676
Best CPU time to get the best result obtained on this benchmark1800.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables216117
Total number of constraints3620088
Number of constraints which are clauses3620088
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.1.1.v20090612
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1299577560
0.00/0.08	c Max memory 1306394624
0.00/0.08	c Total memory 1306394624
0.00/0.08	c Number of processors 8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c MiniSAT restarts strategy
0.10/0.11	c Memory based learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3744699-1338813303.opb
0.10/0.11	c reading problem ... 
14.65/12.13	c ... done. Wall clock time 12.023s.
14.65/12.13	c #vars     216117
14.65/12.13	c #constraints  1481724
14.65/12.13	c constraints type 
14.65/12.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 986223
14.65/12.13	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 378274
19.05/15.99	c SATISFIABLE
19.05/15.99	c OPTIMIZING...
19.05/15.99	c Got one! Elapsed wall clock time (in seconds):15.881
19.05/15.99	o 801391
23.03/19.53	c Got one! Elapsed wall clock time (in seconds):19.425
23.03/19.53	o 699179
26.87/23.31	c Got one! Elapsed wall clock time (in seconds):23.202
26.87/23.31	o 351699
31.67/28.17	c Got one! Elapsed wall clock time (in seconds):28.057
31.67/28.17	o 293026
495.13/489.75	c cleaning 136368 clauses out of 273408
789.36/783.78	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
789.36/783.78		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
790.56/784.95		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
792.06/786.42		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
792.56/786.90		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
792.56/786.90		at org.sat4j.minisat.core.Solver.search(Unknown Source)
794.46/788.84		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
794.46/788.84		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
796.36/790.78		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
796.36/790.78		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
798.36/792.75		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
798.36/792.75		at org.sat4j.AbstractLauncher.run(Unknown Source)
798.36/792.75		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
805.46/799.81	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
805.46/799.81		at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:45)
805.46/799.81		at java.lang.StringBuffer.<init>(StringBuffer.java:79)
805.46/799.81		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
805.46/799.81		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
805.46/799.81		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
805.46/799.81		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
805.46/799.81		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
805.46/799.81		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3744699-1338813303/watcher-3744699-1338813303 -o /tmp/evaluation-result-3744699-1338813303/solver-3744699-1338813303 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744699-1338813303.opb 

running on 4 cores: 0,2,4,6

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): 1900 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: 1.11 1.17 1.52 3/194 31898
/proc/meminfo: memFree=28046652/32873844 swapFree=6872/6872
[pid=31898] ppid=31896 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/31898/stat : 31898 (java) R 31896 31898 30003 0 -1 4202496 1131 0 0 0 0 0 0 0 20 0 1 0 347459079 23793664 857 33554432000 1073741824 1073778376 140734585476880 140734585465944 140639263768752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31898/statm: 5793 857 646 9 0 128 0

[startup+0.0958721 s]
/proc/loadavg: 1.11 1.17 1.52 3/194 31898
/proc/meminfo: memFree=28046652/32873844 swapFree=6872/6872
[pid=31898] ppid=31896 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/31898/stat : 31898 (java) S 31896 31898 30003 0 -1 4202496 4656 0 1 0 9 1 0 0 20 0 18 0 347459079 2712133632 6373 33554432000 1073741824 1073778376 140734585476880 140734585468016 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31898/statm: 662142 6373 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.100251 s]
/proc/loadavg: 1.11 1.17 1.52 3/194 31898
/proc/meminfo: memFree=28046652/32873844 swapFree=6872/6872
[pid=31898] ppid=31896 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/31898/stat : 31898 (java) S 31896 31898 30003 0 -1 4202496 4672 0 1 0 9 1 0 0 20 0 18 0 347459079 2712133632 6389 33554432000 1073741824 1073778376 140734585476880 140734585468016 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31898/statm: 662142 6389 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300222 s]
/proc/loadavg: 1.11 1.17 1.52 3/194 31898
/proc/meminfo: memFree=28046652/32873844 swapFree=6872/6872
[pid=31898] ppid=31896 vsize=2648568 CPUtime=0.48 cores=0,2,4,6
/proc/31898/stat : 31898 (java) S 31896 31898 30003 0 -1 4202496 5835 0 1 0 47 1 0 0 20 0 18 0 347459079 2712133632 11512 33554432000 1073741824 1073778376 140734585476880 140734585468016 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31898/statm: 662142 11512 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2648568

[startup+0.700231 s]
/proc/loadavg: 1.11 1.17 1.52 3/194 31898
/proc/meminfo: memFree=28046652/32873844 swapFree=6872/6872
[pid=31898] ppid=31896 vsize=2648568 CPUtime=1.05 cores=0,2,4,6
/proc/31898/stat : 31898 (java) S 31896 31898 30003 0 -1 4202496 8460 0 1 0 100 5 0 0 20 0 18 0 347459079 2712133632 46720 33554432000 1073741824 1073778376 140734585476880 140734585468016 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31898/statm: 662142 46720 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 2648568

[startup+1.50068 s]
/proc/loadavg: 1.11 1.17 1.52 4/212 31916
/proc/meminfo: memFree=27673180/32873844 swapFree=6872/6872
[pid=31898] ppid=31896 vsize=2648568 CPUtime=1.97 cores=0,2,4,6
/proc/31898/stat : 31898 (java) S 31896 31898 30003 0 -1 4202496 8630 0 1 0 187 10 0 0 20 0 18 0 347459079 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140734585468016 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31898/statm: 662142 96934 2246 9 0 652835 0
[pid=31898/tid=31899] ppid=31896 vsize=2648568 CPUtime=1.43 cores=0,2,4,6
/proc/31898/task/31899/stat : 31899 (java) R 31896 31898 30003 0 -1 4202560 2910 0 1 0 137 6 0 0 20 0 18 0 347459079 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140639261638944 140639123946625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31901] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31901/stat : 31901 (java) S 31896 31898 30003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347459080 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140639246097192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31902] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31902/stat : 31902 (java) S 31896 31898 30003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347459080 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140639245044392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31903] ppid=31896 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/31898/task/31903/stat : 31903 (java) S 31896 31898 30003 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 347459080 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140639243992104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31904] ppid=31896 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/31898/task/31904/stat : 31904 (java) S 31896 31898 30003 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 347459080 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140639242939304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31905] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31905/stat : 31905 (java) S 31896 31898 30003 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 347459080 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140639123532072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31906] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31906/stat : 31906 (java) S 31896 31898 30003 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 347459080 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140639122479272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31907] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31907/stat : 31907 (java) S 31896 31898 30003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347459080 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140639121426984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31908] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31908/stat : 31908 (java) S 31896 31898 30003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347459080 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140639120374184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31909] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31909/stat : 31909 (java) S 31896 31898 30003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347459082 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140639108176616 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31910] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31910/stat : 31910 (java) S 31896 31898 30003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347459082 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140638502774264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31911] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31911/stat : 31911 (java) S 31896 31898 30003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347459082 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140638501721864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31912] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31912/stat : 31912 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347459085 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140638500670352 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31913] ppid=31896 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/31898/task/31913/stat : 31913 (java) S 31896 31898 30003 0 -1 4202560 2224 0 0 0 17 0 0 0 20 0 18 0 347459085 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140638499616952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31914] ppid=31896 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/31898/task/31914/stat : 31914 (java) S 31896 31898 30003 0 -1 4202560 2242 0 0 0 18 0 0 0 20 0 18 0 347459085 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140638498564152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31915] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31915/stat : 31915 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347459085 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140638497512056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31916] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31916/stat : 31916 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347459085 2712133632 96934 33554432000 1073741824 1073778376 140734585476880 140638496459464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 2648568

[startup+3.10062 s]
/proc/loadavg: 1.11 1.17 1.52 3/212 31916
/proc/meminfo: memFree=27570160/32873844 swapFree=6872/6872
[pid=31898] ppid=31896 vsize=2648568 CPUtime=3.83 cores=0,2,4,6
/proc/31898/stat : 31898 (java) S 31896 31898 30003 0 -1 4202496 8749 0 1 0 366 17 0 0 20 0 18 0 347459079 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140734585468016 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31898/statm: 662142 108228 2248 9 0 652835 0
[pid=31898/tid=31899] ppid=31896 vsize=2648568 CPUtime=2.93 cores=0,2,4,6
/proc/31898/task/31899/stat : 31899 (java) R 31896 31898 30003 0 -1 4202560 2912 0 1 0 286 7 0 0 20 0 18 0 347459079 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140639261638832 140639123993134 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31901] ppid=31896 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/31898/task/31901/stat : 31901 (java) S 31896 31898 30003 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 347459080 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140639246097192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31902] ppid=31896 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/31898/task/31902/stat : 31902 (java) S 31896 31898 30003 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 18 0 347459080 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140639245044392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31903] ppid=31896 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/31898/task/31903/stat : 31903 (java) S 31896 31898 30003 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 347459080 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140639243992104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31904] ppid=31896 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/31898/task/31904/stat : 31904 (java) S 31896 31898 30003 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 18 0 347459080 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140639242939304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31905] ppid=31896 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/31898/task/31905/stat : 31905 (java) S 31896 31898 30003 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 18 0 347459080 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140639123532072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31906] ppid=31896 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/31898/task/31906/stat : 31906 (java) S 31896 31898 30003 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 347459080 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140639122479272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31907] ppid=31896 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/31898/task/31907/stat : 31907 (java) S 31896 31898 30003 0 -1 4202560 35 0 0 0 7 1 0 0 20 0 18 0 347459080 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140639121426984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31908] ppid=31896 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/31898/task/31908/stat : 31908 (java) S 31896 31898 30003 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 347459080 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140639120374184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31909] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31909/stat : 31909 (java) S 31896 31898 30003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347459082 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140639108176616 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31910] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31910/stat : 31910 (java) S 31896 31898 30003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347459082 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140638502774264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31911] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31911/stat : 31911 (java) S 31896 31898 30003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347459082 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140638501721864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31912] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31912/stat : 31912 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347459085 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140638500670352 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31913] ppid=31896 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/31898/task/31913/stat : 31913 (java) S 31896 31898 30003 0 -1 4202560 2226 0 0 0 17 0 0 0 20 0 18 0 347459085 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140638499616952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31914] ppid=31896 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/31898/task/31914/stat : 31914 (java) S 31896 31898 30003 0 -1 4202560 2242 0 0 0 18 0 0 0 20 0 18 0 347459085 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140638498564152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31915] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31915/stat : 31915 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347459085 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140638497512056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31916] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31916/stat : 31916 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347459085 2712133632 108228 33554432000 1073741824 1073778376 140734585476880 140638496459464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 2648568

[startup+6.30066 s]
/proc/loadavg: 1.18 1.18 1.53 4/213 31917
/proc/meminfo: memFree=27456292/32873844 swapFree=6872/6872
[pid=31898] ppid=31896 vsize=2648568 CPUtime=7.8 cores=0,2,4,6
/proc/31898/stat : 31898 (java) S 31896 31898 30003 0 -1 4202496 9251 0 1 0 754 26 0 0 20 0 18 0 347459079 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140734585468016 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31898/statm: 662142 128476 2248 9 0 652835 0
[pid=31898/tid=31899] ppid=31896 vsize=2648568 CPUtime=5.85 cores=0,2,4,6
/proc/31898/task/31899/stat : 31899 (java) S 31896 31898 30003 0 -1 4202560 2917 0 1 0 577 8 0 0 20 0 18 0 347459079 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140639261646440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31901] ppid=31896 vsize=2648568 CPUtime=0.16 cores=0,2,4,6
/proc/31898/task/31901/stat : 31901 (java) R 31896 31898 30003 0 -1 4202560 45 0 0 0 14 2 0 0 20 0 18 0 347459080 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140639246097368 140639265404044 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31902] ppid=31896 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/31898/task/31902/stat : 31902 (java) R 31896 31898 30003 0 -1 4202560 61 0 0 0 16 2 0 0 20 0 18 0 347459080 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140639245044416 140639265404338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31903] ppid=31896 vsize=2648568 CPUtime=0.12 cores=0,2,4,6
/proc/31898/task/31903/stat : 31903 (java) R 31896 31898 30003 0 -1 4202560 38 0 0 0 10 2 0 0 20 0 18 0 347459080 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140639243992280 140639268545618 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31904] ppid=31896 vsize=2648568 CPUtime=0.19 cores=0,2,4,6
/proc/31898/task/31904/stat : 31904 (java) R 31896 31898 30003 0 -1 4202560 66 0 0 0 16 3 0 0 20 0 18 0 347459080 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140639242939184 140639264118515 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31905] ppid=31896 vsize=2648568 CPUtime=0.15 cores=0,2,4,6
/proc/31898/task/31905/stat : 31905 (java) R 31896 31898 30003 0 -1 4202560 267 0 0 0 13 2 0 0 20 0 18 0 347459080 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140639123532248 140639268545618 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31906] ppid=31896 vsize=2648568 CPUtime=0.25 cores=0,2,4,6
/proc/31898/task/31906/stat : 31906 (java) R 31896 31898 30003 0 -1 4202560 81 0 0 0 22 3 0 0 20 0 18 0 347459080 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140639122479448 140639268543744 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31907] ppid=31896 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/31898/task/31907/stat : 31907 (java) R 31896 31898 30003 0 -1 4202560 62 0 0 0 14 3 0 0 20 0 18 0 347459080 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140639121427160 140639268543404 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31908] ppid=31896 vsize=2648568 CPUtime=0.19 cores=0,2,4,6
/proc/31898/task/31908/stat : 31908 (java) R 31896 31898 30003 0 -1 4202560 62 0 0 0 17 2 0 0 20 0 18 0 347459080 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140639120374360 140639269142224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31909] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31909/stat : 31909 (java) S 31896 31898 30003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347459082 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140639108175496 270121612348 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31910] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31910/stat : 31910 (java) S 31896 31898 30003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347459082 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140638502774264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31911] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31911/stat : 31911 (java) S 31896 31898 30003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347459082 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140638501721864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31912] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31912/stat : 31912 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347459085 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140638500670352 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31913] ppid=31896 vsize=2648568 CPUtime=0.19 cores=0,2,4,6
/proc/31898/task/31913/stat : 31913 (java) S 31896 31898 30003 0 -1 4202560 2227 0 0 0 19 0 0 0 20 0 18 0 347459085 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140638499616952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31914] ppid=31896 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/31898/task/31914/stat : 31914 (java) S 31896 31898 30003 0 -1 4202560 2242 0 0 0 18 0 0 0 20 0 18 0 347459085 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140638498564152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31915] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31915/stat : 31915 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347459085 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140638497512056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31916] ppid=31896 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31916/stat : 31916 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347459085 2712133632 128476 33554432000 1073741824 1073778376 140734585476880 140638496459464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 2648568

[startup+12.7007 s]
/proc/loadavg: 1.24 1.20 1.53 3/213 31917
/proc/meminfo: memFree=27293360/32873844 swapFree=6872/6872
[pid=31898] ppid=31896 vsize=2715132 CPUtime=15.77 cores=0,2,4,6
/proc/31898/stat : 31898 (java) S 31896 31898 30003 0 -1 4202496 12146 0 1 0 1542 35 0 0 20 0 19 0 347459079 2780295168 151464 33554432000 1073741824 1073778376 140734585476880 140734585468016 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31898/statm: 678783 151464 2270 9 0 669476 0
[pid=31898/tid=31899] ppid=31896 vsize=2715132 CPUtime=11.85 cores=0,2,4,6

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

/proc/31898/task/31912/stat : 31912 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347459085 2848456704 345402 33554432000 1073741824 1073778376 140734585476880 140638500670352 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31913] ppid=31896 vsize=2781696 CPUtime=1.34 cores=0,2,4,6
/proc/31898/task/31913/stat : 31913 (java) S 31896 31898 30003 0 -1 4202560 15332 0 0 0 132 2 0 0 20 0 20 0 347459085 2848456704 345402 33554432000 1073741824 1073778376 140734585476880 140638499616952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31914] ppid=31896 vsize=2781696 CPUtime=0.66 cores=0,2,4,6
/proc/31898/task/31914/stat : 31914 (java) S 31896 31898 30003 0 -1 4202560 3305 0 0 0 66 0 0 0 20 0 20 0 347459085 2848456704 345402 33554432000 1073741824 1073778376 140734585476880 140638498564152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31915] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31915/stat : 31915 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347459085 2848456704 345402 33554432000 1073741824 1073778376 140734585476880 140638497512056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31916] ppid=31896 vsize=2781696 CPUtime=0.22 cores=0,2,4,6
/proc/31898/task/31916/stat : 31916 (java) S 31896 31898 30003 0 -1 4202560 47 0 0 0 10 12 0 0 20 0 20 0 347459085 2848456704 345402 33554432000 1073741824 1073778376 140734585476880 140638496459464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31918] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31918/stat : 31918 (java) S 31896 31898 30003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347460316 2848456704 345402 33554432000 1073741824 1073778376 140734585476880 140638495405480 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31925] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31925/stat : 31925 (java) S 31896 31898 30003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347538824 2848456704 345402 33554432000 1073741824 1073778376 140734585476880 140638494351160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 804.05
Current children cumulated vsize (KiB) 2781696

[startup+799.201 s]
/proc/loadavg: 1.94 1.94 1.80 3/214 31925
/proc/meminfo: memFree=25686556/32873844 swapFree=6872/6872
[pid=31898] ppid=31896 vsize=2781696 CPUtime=804.85 cores=0,2,4,6
/proc/31898/stat : 31898 (java) S 31896 31898 30003 0 -1 4202496 26507 0 1 0 80336 149 0 0 20 0 20 0 347459079 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140734585468016 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31898/statm: 695424 345403 2282 9 0 686117 0
[pid=31898/tid=31899] ppid=31896 vsize=2781696 CPUtime=769.96 cores=0,2,4,6
/proc/31898/task/31899/stat : 31899 (java) S 31896 31898 30003 0 -1 4202560 2991 0 1 0 76974 22 0 0 20 0 20 0 347459079 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639261648056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31901] ppid=31896 vsize=2781696 CPUtime=0.59 cores=0,2,4,6
/proc/31898/task/31901/stat : 31901 (java) S 31896 31898 30003 0 -1 4202560 477 0 0 0 42 17 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639246097192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31902] ppid=31896 vsize=2781696 CPUtime=0.66 cores=0,2,4,6
/proc/31898/task/31902/stat : 31902 (java) S 31896 31898 30003 0 -1 4202560 515 0 0 0 48 18 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639245044392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31903] ppid=31896 vsize=2781696 CPUtime=0.54 cores=0,2,4,6
/proc/31898/task/31903/stat : 31903 (java) S 31896 31898 30003 0 -1 4202560 312 0 0 0 41 13 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639243992104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31904] ppid=31896 vsize=2781696 CPUtime=0.65 cores=0,2,4,6
/proc/31898/task/31904/stat : 31904 (java) S 31896 31898 30003 0 -1 4202560 430 0 0 0 51 14 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639242939304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31905] ppid=31896 vsize=2781696 CPUtime=0.61 cores=0,2,4,6
/proc/31898/task/31905/stat : 31905 (java) S 31896 31898 30003 0 -1 4202560 468 0 0 0 47 14 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639123532072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31906] ppid=31896 vsize=2781696 CPUtime=0.74 cores=0,2,4,6
/proc/31898/task/31906/stat : 31906 (java) S 31896 31898 30003 0 -1 4202560 502 0 0 0 59 15 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639122479272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31907] ppid=31896 vsize=2781696 CPUtime=0.56 cores=0,2,4,6
/proc/31898/task/31907/stat : 31907 (java) S 31896 31898 30003 0 -1 4202560 383 0 0 0 39 17 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639121426984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31908] ppid=31896 vsize=2781696 CPUtime=0.65 cores=0,2,4,6
/proc/31898/task/31908/stat : 31908 (java) S 31896 31898 30003 0 -1 4202560 472 0 0 0 48 17 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639120374184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31909] ppid=31896 vsize=2781696 CPUtime=25.58 cores=0,2,4,6
/proc/31898/task/31909/stat : 31909 (java) R 31896 31898 30003 0 -1 4202560 75 0 0 0 2556 2 0 0 20 0 20 0 347459082 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639108176616 140639268501507 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31910] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31910/stat : 31910 (java) S 31896 31898 30003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347459082 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638502774264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31911] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31911/stat : 31911 (java) S 31896 31898 30003 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 347459082 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638501721864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31912] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31912/stat : 31912 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638500670352 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31913] ppid=31896 vsize=2781696 CPUtime=1.34 cores=0,2,4,6
/proc/31898/task/31913/stat : 31913 (java) S 31896 31898 30003 0 -1 4202560 15332 0 0 0 132 2 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638499616952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31914] ppid=31896 vsize=2781696 CPUtime=0.66 cores=0,2,4,6
/proc/31898/task/31914/stat : 31914 (java) S 31896 31898 30003 0 -1 4202560 3305 0 0 0 66 0 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638498564152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31915] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31915/stat : 31915 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638497512056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31916] ppid=31896 vsize=2781696 CPUtime=0.22 cores=0,2,4,6
/proc/31898/task/31916/stat : 31916 (java) S 31896 31898 30003 0 -1 4202560 47 0 0 0 10 12 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638496459464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31918] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31918/stat : 31918 (java) S 31896 31898 30003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347460316 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638495405480 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31925] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31925/stat : 31925 (java) S 31896 31898 30003 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 347538824 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638494351176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 804.85
Current children cumulated vsize (KiB) 2781696

[startup+799.601 s]
/proc/loadavg: 1.94 1.94 1.80 3/214 31925
/proc/meminfo: memFree=25686556/32873844 swapFree=6872/6872
[pid=31898] ppid=31896 vsize=2781696 CPUtime=805.25 cores=0,2,4,6
/proc/31898/stat : 31898 (java) S 31896 31898 30003 0 -1 4202496 26507 0 1 0 80376 149 0 0 20 0 20 0 347459079 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140734585468016 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31898/statm: 695424 345403 2282 9 0 686117 0
[pid=31898/tid=31899] ppid=31896 vsize=2781696 CPUtime=769.96 cores=0,2,4,6
/proc/31898/task/31899/stat : 31899 (java) S 31896 31898 30003 0 -1 4202560 2991 0 1 0 76974 22 0 0 20 0 20 0 347459079 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639261648056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31901] ppid=31896 vsize=2781696 CPUtime=0.59 cores=0,2,4,6
/proc/31898/task/31901/stat : 31901 (java) S 31896 31898 30003 0 -1 4202560 477 0 0 0 42 17 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639246097192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31902] ppid=31896 vsize=2781696 CPUtime=0.66 cores=0,2,4,6
/proc/31898/task/31902/stat : 31902 (java) S 31896 31898 30003 0 -1 4202560 515 0 0 0 48 18 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639245044392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31903] ppid=31896 vsize=2781696 CPUtime=0.54 cores=0,2,4,6
/proc/31898/task/31903/stat : 31903 (java) S 31896 31898 30003 0 -1 4202560 312 0 0 0 41 13 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639243992104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31904] ppid=31896 vsize=2781696 CPUtime=0.65 cores=0,2,4,6
/proc/31898/task/31904/stat : 31904 (java) S 31896 31898 30003 0 -1 4202560 430 0 0 0 51 14 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639242939304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31905] ppid=31896 vsize=2781696 CPUtime=0.61 cores=0,2,4,6
/proc/31898/task/31905/stat : 31905 (java) S 31896 31898 30003 0 -1 4202560 468 0 0 0 47 14 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639123532072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31906] ppid=31896 vsize=2781696 CPUtime=0.74 cores=0,2,4,6
/proc/31898/task/31906/stat : 31906 (java) S 31896 31898 30003 0 -1 4202560 502 0 0 0 59 15 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639122479272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31907] ppid=31896 vsize=2781696 CPUtime=0.56 cores=0,2,4,6
/proc/31898/task/31907/stat : 31907 (java) S 31896 31898 30003 0 -1 4202560 383 0 0 0 39 17 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639121426984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31908] ppid=31896 vsize=2781696 CPUtime=0.65 cores=0,2,4,6
/proc/31898/task/31908/stat : 31908 (java) S 31896 31898 30003 0 -1 4202560 472 0 0 0 48 17 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639120374184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31909] ppid=31896 vsize=2781696 CPUtime=25.98 cores=0,2,4,6
/proc/31898/task/31909/stat : 31909 (java) R 31896 31898 30003 0 -1 4202560 75 0 0 0 2596 2 0 0 20 0 20 0 347459082 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639108176616 140639268503503 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31910] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31910/stat : 31910 (java) S 31896 31898 30003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347459082 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638502774264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31911] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31911/stat : 31911 (java) S 31896 31898 30003 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 347459082 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638501721864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31912] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31912/stat : 31912 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638500670352 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31913] ppid=31896 vsize=2781696 CPUtime=1.34 cores=0,2,4,6
/proc/31898/task/31913/stat : 31913 (java) S 31896 31898 30003 0 -1 4202560 15332 0 0 0 132 2 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638499616952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31914] ppid=31896 vsize=2781696 CPUtime=0.66 cores=0,2,4,6
/proc/31898/task/31914/stat : 31914 (java) S 31896 31898 30003 0 -1 4202560 3305 0 0 0 66 0 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638498564152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31915] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31915/stat : 31915 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638497512056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31916] ppid=31896 vsize=2781696 CPUtime=0.22 cores=0,2,4,6
/proc/31898/task/31916/stat : 31916 (java) S 31896 31898 30003 0 -1 4202560 47 0 0 0 10 12 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638496459464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31918] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31918/stat : 31918 (java) S 31896 31898 30003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347460316 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638495405480 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31925] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31925/stat : 31925 (java) S 31896 31898 30003 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 347538824 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638494351176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 805.25
Current children cumulated vsize (KiB) 2781696

[startup+799.807 s]
/proc/loadavg: 1.94 1.94 1.80 3/214 31925
/proc/meminfo: memFree=25686432/32873844 swapFree=6872/6872
[pid=31898] ppid=31896 vsize=2781696 CPUtime=805.46 cores=0,2,4,6
/proc/31898/stat : 31898 (java) S 31896 31898 30003 0 -1 4202496 26507 0 1 0 80397 149 0 0 20 0 20 0 347459079 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140734585468016 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31898/statm: 695424 345403 2282 9 0 686117 0
[pid=31898/tid=31899] ppid=31896 vsize=2781696 CPUtime=769.96 cores=0,2,4,6
/proc/31898/task/31899/stat : 31899 (java) S 31896 31898 30003 0 -1 4202560 2991 0 1 0 76974 22 0 0 20 0 20 0 347459079 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639261648056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31901] ppid=31896 vsize=2781696 CPUtime=0.59 cores=0,2,4,6
/proc/31898/task/31901/stat : 31901 (java) S 31896 31898 30003 0 -1 4202560 477 0 0 0 42 17 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639246097192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31902] ppid=31896 vsize=2781696 CPUtime=0.66 cores=0,2,4,6
/proc/31898/task/31902/stat : 31902 (java) S 31896 31898 30003 0 -1 4202560 515 0 0 0 48 18 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639245044392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31903] ppid=31896 vsize=2781696 CPUtime=0.54 cores=0,2,4,6
/proc/31898/task/31903/stat : 31903 (java) S 31896 31898 30003 0 -1 4202560 312 0 0 0 41 13 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639243992104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31904] ppid=31896 vsize=2781696 CPUtime=0.65 cores=0,2,4,6
/proc/31898/task/31904/stat : 31904 (java) S 31896 31898 30003 0 -1 4202560 430 0 0 0 51 14 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639242939304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31905] ppid=31896 vsize=2781696 CPUtime=0.61 cores=0,2,4,6
/proc/31898/task/31905/stat : 31905 (java) S 31896 31898 30003 0 -1 4202560 468 0 0 0 47 14 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639123532072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31906] ppid=31896 vsize=2781696 CPUtime=0.74 cores=0,2,4,6
/proc/31898/task/31906/stat : 31906 (java) S 31896 31898 30003 0 -1 4202560 502 0 0 0 59 15 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639122479272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31907] ppid=31896 vsize=2781696 CPUtime=0.56 cores=0,2,4,6
/proc/31898/task/31907/stat : 31907 (java) S 31896 31898 30003 0 -1 4202560 383 0 0 0 39 17 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639121426984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31908] ppid=31896 vsize=2781696 CPUtime=0.65 cores=0,2,4,6
/proc/31898/task/31908/stat : 31908 (java) S 31896 31898 30003 0 -1 4202560 472 0 0 0 48 17 0 0 20 0 20 0 347459080 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639120374184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31909] ppid=31896 vsize=2781696 CPUtime=26.19 cores=0,2,4,6
/proc/31898/task/31909/stat : 31909 (java) R 31896 31898 30003 0 -1 4202560 75 0 0 0 2617 2 0 0 20 0 20 0 347459082 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140639108176616 140639267771793 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31910] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31910/stat : 31910 (java) S 31896 31898 30003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347459082 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638502774264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31911] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31911/stat : 31911 (java) S 31896 31898 30003 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 347459082 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638501721864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31912] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31912/stat : 31912 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638500670352 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31913] ppid=31896 vsize=2781696 CPUtime=1.34 cores=0,2,4,6
/proc/31898/task/31913/stat : 31913 (java) S 31896 31898 30003 0 -1 4202560 15332 0 0 0 132 2 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638499616952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31898/tid=31914] ppid=31896 vsize=2781696 CPUtime=0.66 cores=0,2,4,6
/proc/31898/task/31914/stat : 31914 (java) S 31896 31898 30003 0 -1 4202560 3305 0 0 0 66 0 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638498564152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31915] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31915/stat : 31915 (java) S 31896 31898 30003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638497512056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31898/tid=31916] ppid=31896 vsize=2781696 CPUtime=0.22 cores=0,2,4,6
/proc/31898/task/31916/stat : 31916 (java) S 31896 31898 30003 0 -1 4202560 47 0 0 0 10 12 0 0 20 0 20 0 347459085 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638496459464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31898/tid=31918] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31918/stat : 31918 (java) S 31896 31898 30003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347460316 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638495405480 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31898/tid=31925] ppid=31896 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/31898/task/31925/stat : 31925 (java) S 31896 31898 30003 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 347538824 2848456704 345403 33554432000 1073741824 1073778376 140734585476880 140638494351176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 805.46
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31898 and gives
#  childrusage.ru_utime.tv_sec=801
#  childrusage.ru_utime.tv_usec=870097
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=761732
# CPU time returned by wait4() is 803.632
# while last known CPU time is 805.46
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 799.825
CPU time (s): 805.46
CPU user time (s): 803.97
CPU system time (s): 1.49
CPU usage (%): 100.705
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 801.87
system time used= 1.76173
maximum resident set size= 1390064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26517
page faults= 1
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17906
involuntary context switches= 17999

runsolver used 3.9144 second user time and 8.28674 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-04 14:35:06
IDJOB=3744699
IDBENCH=92809
IDSOLVER=2322
FILE ID=node106/3744699-1338813303
RUNJOBID= node106-1338813303-31853
PBS_JOBID= 14636852
Free space on /tmp= 70700 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb1-0.20-13.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744699-1338813303/watcher-3744699-1338813303 -o /tmp/evaluation-result-3744699-1338813303/solver-3744699-1338813303 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744699-1338813303.opb

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

MD5SUM BENCH= 33fd175b84968779bfb4b5b76f997c8b
RANDOM SEED=1818412364

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28047180 kB
Buffers:          346700 kB
Cached:          3227432 kB
SwapCached:         2004 kB
Active:          1615808 kB
Inactive:        2336984 kB
Active(anon):     376164 kB
Inactive(anon):     4984 kB
Active(file):    1239644 kB
Inactive(file):  2332000 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100580 kB
Dirty:            171052 kB
Writeback:             0 kB
AnonPages:        387664 kB
Mapped:            17000 kB
Shmem:                 0 kB
Slab:             724856 kB
SReclaimable:     166320 kB
SUnreclaim:       558536 kB
KernelStack:        1576 kB
PageTables:         4792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1514528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70700 MiB
End job on node106 at 2012-06-04 14:48:26