Trace number 3744303

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? (TO) 1802.01 1793.22

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_8.opb
MD5SUM4bf433c60343e128a7fab53c33d88c45
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3841241
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 157464000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 48028849250
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 157464000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 48028849250
Number of bits of the biggest sum of numbers36
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.09	c version 2.1.1.v20090612
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1299577560
0.00/0.09	c Max memory 1306394624
0.00/0.09	c Total memory 1306394624
0.00/0.09	c Number of processors 8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c MiniSAT restarts strategy
0.08/0.12	c Memory based learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3744303-1338810625.opb
0.08/0.12	c reading problem ... 
0.82/0.44	c ... done. Wall clock time 0.321s.
0.82/0.44	c #vars     5100
0.82/0.44	c #constraints  12608
0.82/0.44	c constraints type 
0.82/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.82/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9850
0.82/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1375
0.82/0.44	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 1276
1.69/0.75	c SATISFIABLE
1.69/0.75	c OPTIMIZING...
1.69/0.75	c Got one! Elapsed wall clock time (in seconds):0.633
1.69/0.75	o 4278687
1.96/0.80	c Got one! Elapsed wall clock time (in seconds):0.687
1.96/0.80	o 3917405
1.96/0.84	c Got one! Elapsed wall clock time (in seconds):0.729
1.96/0.84	o 3841241
1198.00/1192.27	c cleaning 1355457 clauses out of 2711496
1797.80/1789.09	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1797.80/1789.09		at java.math.BigInteger.subtract(BigInteger.java:1109)
1797.80/1789.09		at java.math.BigInteger.subtract(BigInteger.java:1095)
1797.80/1789.09		at org.sat4j.pb.constraints.pb.MaxWatchPb.propagate(Unknown Source)
1797.80/1789.09		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
1797.80/1789.09		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1797.80/1789.09		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1797.80/1789.09		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1797.80/1789.09		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1797.80/1789.09		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1797.80/1789.09		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1797.80/1789.09		at org.sat4j.AbstractLauncher.run(Unknown Source)
1797.80/1789.09		at org.sat4j.pb.LanceurPseudo2007.main(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-3744303-1338810625/watcher-3744303-1338810625 -o /tmp/evaluation-result-3744303-1338810625/solver-3744303-1338810625 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744303-1338810625.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.84 1.36 1.50 3/195 24156
/proc/meminfo: memFree=26942532/32873844 swapFree=7632/7632
[pid=24156] ppid=24154 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24156/stat : 24156 (java6) D 24154 24156 21172 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 347188077 9515008 183 33554432000 1073741824 1073778376 140737113435984 140737113427016 214369648309 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/24156/statm: 2323 183 140 9 0 71 0

[startup+0.0967511 s]
/proc/loadavg: 1.84 1.36 1.50 3/195 24156
/proc/meminfo: memFree=26942532/32873844 swapFree=7632/7632
[pid=24156] ppid=24154 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/24156/stat : 24156 (java) S 24154 24156 21172 0 -1 4202496 4178 0 1 0 6 1 0 0 20 0 18 0 347188077 2712133632 5896 33554432000 1073741824 1073778376 140733249808848 140733249799984 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24156/statm: 662142 5900 1996 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.10018 s]
/proc/loadavg: 1.84 1.36 1.50 3/195 24156
/proc/meminfo: memFree=26942532/32873844 swapFree=7632/7632
[pid=24156] ppid=24154 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/24156/stat : 24156 (java) S 24154 24156 21172 0 -1 4202496 4563 0 1 0 7 1 0 0 20 0 18 0 347188077 2712133632 6280 33554432000 1073741824 1073778376 140733249808848 140733249799984 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24156/statm: 662142 6289 2090 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300167 s]
/proc/loadavg: 1.84 1.36 1.50 3/195 24156
/proc/meminfo: memFree=26942532/32873844 swapFree=7632/7632
[pid=24156] ppid=24154 vsize=2648568 CPUtime=0.51 cores=0,2,4,6
/proc/24156/stat : 24156 (java) S 24154 24156 21172 0 -1 4202496 7088 0 1 0 49 2 0 0 20 0 18 0 347188077 2712133632 10921 33554432000 1073741824 1073778376 140733249808848 140733249799984 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24156/statm: 662142 10921 2220 9 0 652835 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2648568

[startup+0.700183 s]
/proc/loadavg: 1.84 1.36 1.50 3/195 24156
/proc/meminfo: memFree=26942532/32873844 swapFree=7632/7632
[pid=24156] ppid=24154 vsize=2715132 CPUtime=1.69 cores=0,2,4,6
/proc/24156/stat : 24156 (java) S 24154 24156 21172 0 -1 4202496 14341 0 1 0 164 5 0 0 20 0 19 0 347188077 2780295168 20197 33554432000 1073741824 1073778376 140733249808848 140733249799984 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24156/statm: 678783 20197 2258 9 0 669476 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 2715132

[startup+1.50076 s]
/proc/loadavg: 1.84 1.36 1.50 3/214 24175
/proc/meminfo: memFree=26839464/32873844 swapFree=7632/7632
[pid=24156] ppid=24154 vsize=2715132 CPUtime=2.77 cores=0,2,4,6
/proc/24156/stat : 24156 (java) S 24154 24156 21172 0 -1 4202496 14554 0 1 0 271 6 0 0 20 0 19 0 347188077 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140733249799984 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24156/statm: 678783 44263 2260 9 0 669476 0
[pid=24156/tid=24158] ppid=24154 vsize=2715132 CPUtime=1.46 cores=0,2,4,6
/proc/24156/task/24158/stat : 24158 (java) R 24154 24156 21172 0 -1 4202560 2818 0 1 0 143 3 0 0 20 0 19 0 347188078 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140322230911464 140322102091742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24159] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24159/stat : 24159 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140322219973160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24160] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24160/stat : 24160 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140322096646568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24161] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24161/stat : 24161 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140322095593768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24162] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24162/stat : 24162 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140322094540968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24163] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24163/stat : 24163 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140322093489192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24164] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24164/stat : 24164 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140322092436392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24165] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24165/stat : 24165 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140322091383592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24166] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24166/stat : 24166 (java) S 24154 24156 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140322090330792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24167] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24167/stat : 24167 (java) S 24154 24156 21172 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 347188080 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140321607350760 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24168] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24168/stat : 24168 (java) S 24154 24156 21172 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 347188081 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140321606296824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24169] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24169/stat : 24169 (java) S 24154 24156 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347188081 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140321605243912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24170] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24170/stat : 24170 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188084 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140321604192400 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24171] ppid=24154 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/24156/task/24171/stat : 24171 (java) S 24154 24156 21172 0 -1 4202560 5071 0 0 0 66 0 0 0 20 0 19 0 347188084 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140321603140536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24172] ppid=24154 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/24156/task/24172/stat : 24172 (java) S 24154 24156 21172 0 -1 4202560 5465 0 0 0 59 1 0 0 20 0 19 0 347188084 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140321602087736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24173] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24173/stat : 24173 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188084 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140321601035128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24174] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24174/stat : 24174 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188084 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140321599982536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24175] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24175/stat : 24175 (java) S 24154 24156 21172 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347188139 2780295168 44263 33554432000 1073741824 1073778376 140733249808848 140321598928040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 2715132

[startup+3.10076 s]
/proc/loadavg: 1.84 1.36 1.50 3/214 24175
/proc/meminfo: memFree=26677300/32873844 swapFree=7632/7632
[pid=24156] ppid=24154 vsize=2715132 CPUtime=4.4 cores=0,2,4,6
/proc/24156/stat : 24156 (java) S 24154 24156 21172 0 -1 4202496 14646 0 1 0 431 9 0 0 20 0 19 0 347188077 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140733249799984 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24156/statm: 678783 89832 2260 9 0 669476 0
[pid=24156/tid=24158] ppid=24154 vsize=2715132 CPUtime=3.05 cores=0,2,4,6
/proc/24156/task/24158/stat : 24158 (java) R 24154 24156 21172 0 -1 4202560 2909 0 1 0 299 6 0 0 20 0 19 0 347188078 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140322230911736 140322102184688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24159] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24159/stat : 24159 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140322219973160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24160] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24160/stat : 24160 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140322096646568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24161] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24161/stat : 24161 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140322095593768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24162] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24162/stat : 24162 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140322094540968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24163] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24163/stat : 24163 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140322093489192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24164] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24164/stat : 24164 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140322092436392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24165] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24165/stat : 24165 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140322091383592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24166] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24166/stat : 24166 (java) S 24154 24156 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140322090330792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24167] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24167/stat : 24167 (java) S 24154 24156 21172 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 347188080 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140321607350760 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24168] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24168/stat : 24168 (java) S 24154 24156 21172 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 347188081 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140321606296824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24169] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24169/stat : 24169 (java) S 24154 24156 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347188081 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140321605243912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24170] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24170/stat : 24170 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188084 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140321604192400 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24171] ppid=24154 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/24156/task/24171/stat : 24171 (java) S 24154 24156 21172 0 -1 4202560 5071 0 0 0 69 0 0 0 20 0 19 0 347188084 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140321603140536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24172] ppid=24154 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/24156/task/24172/stat : 24172 (java) S 24154 24156 21172 0 -1 4202560 5465 0 0 0 59 1 0 0 20 0 19 0 347188084 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140321602087736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24173] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24173/stat : 24173 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188084 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140321601035128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24174] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24174/stat : 24174 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188084 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140321599982536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24175] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24175/stat : 24175 (java) S 24154 24156 21172 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347188139 2780295168 89832 33554432000 1073741824 1073778376 140733249808848 140321598928040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 2715132

[startup+6.30078 s]
/proc/loadavg: 1.85 1.37 1.51 3/214 24175
/proc/meminfo: memFree=26557336/32873844 swapFree=7632/7632
[pid=24156] ppid=24154 vsize=2715132 CPUtime=7.7 cores=0,2,4,6
/proc/24156/stat : 24156 (java) S 24154 24156 21172 0 -1 4202496 14717 0 1 0 759 11 0 0 20 0 19 0 347188077 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140733249799984 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24156/statm: 678783 98574 2273 9 0 669476 0
[pid=24156/tid=24158] ppid=24154 vsize=2715132 CPUtime=6.21 cores=0,2,4,6
/proc/24156/task/24158/stat : 24158 (java) R 24154 24156 21172 0 -1 4202560 2926 0 1 0 615 6 0 0 20 0 19 0 347188078 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140322230911512 140322102091802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24159] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24159/stat : 24159 (java) S 24154 24156 21172 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140322219973160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24160] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24160/stat : 24160 (java) S 24154 24156 21172 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140322096646568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24161] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24161/stat : 24161 (java) S 24154 24156 21172 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140322095593768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24162] ppid=24154 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/24156/task/24162/stat : 24162 (java) S 24154 24156 21172 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 347188079 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140322094540968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24163] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24163/stat : 24163 (java) S 24154 24156 21172 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140322093489192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24164] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24164/stat : 24164 (java) S 24154 24156 21172 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140322092436392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24165] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24165/stat : 24165 (java) S 24154 24156 21172 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140322091383592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24166] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24166/stat : 24166 (java) S 24154 24156 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347188079 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140322090330792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24167] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24167/stat : 24167 (java) S 24154 24156 21172 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347188080 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140321607350760 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24168] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24168/stat : 24168 (java) S 24154 24156 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347188081 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140321606296824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24169] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24169/stat : 24169 (java) S 24154 24156 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347188081 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140321605243912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24170] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24170/stat : 24170 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188084 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140321604192400 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24171] ppid=24154 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/24156/task/24171/stat : 24171 (java) S 24154 24156 21172 0 -1 4202560 5071 0 0 0 70 0 0 0 20 0 19 0 347188084 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140321603140536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24172] ppid=24154 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/24156/task/24172/stat : 24172 (java) S 24154 24156 21172 0 -1 4202560 5465 0 0 0 60 1 0 0 20 0 19 0 347188084 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140321602087736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24173] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24173/stat : 24173 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188084 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140321601035128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24174] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24174/stat : 24174 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347188084 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140321599982536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24175] ppid=24154 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24175/stat : 24175 (java) S 24154 24156 21172 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347188139 2780295168 98574 33554432000 1073741824 1073778376 140733249808848 140321598928040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]

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

/proc/24156/task/24170/stat : 24170 (java) S 24154 24156 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321604190808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24171] ppid=24154 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/24156/task/24171/stat : 24171 (java) S 24154 24156 21172 0 -1 4202560 5072 0 0 0 73 0 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321603140536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24172] ppid=24154 vsize=2781696 CPUtime=0.81 cores=0,2,4,6
/proc/24156/task/24172/stat : 24172 (java) S 24154 24156 21172 0 -1 4202560 5477 0 0 0 80 1 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321602087736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24173] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24173/stat : 24173 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321601035128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24174] ppid=24154 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/24156/task/24174/stat : 24174 (java) S 24154 24156 21172 0 -1 4202560 103 0 0 0 27 23 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321599982536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24175] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24175/stat : 24175 (java) S 24154 24156 21172 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 347188139 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321598928040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24274] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24274/stat : 24274 (java) S 24154 24156 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347366986 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321597875096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (KiB) 2781696

[startup+1792.6 s]
/proc/loadavg: 2.02 2.06 1.96 3/216 24275
/proc/meminfo: memFree=25655520/32873844 swapFree=7632/7632
[pid=24156] ppid=24154 vsize=2781696 CPUtime=1801.4 cores=0,2,4,6
/proc/24156/stat : 24156 (java) S 24154 24156 21172 0 -1 4202496 19227 0 1 0 180039 101 0 0 20 0 20 0 347188077 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140733249799984 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24156/statm: 695424 347137 2286 9 0 686117 0
[pid=24156/tid=24158] ppid=24154 vsize=2781696 CPUtime=1710.43 cores=0,2,4,6
/proc/24156/task/24158/stat : 24158 (java) S 24154 24156 21172 0 -1 4202560 3061 0 1 0 171009 34 0 0 20 0 20 0 347188078 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322230912184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24159] ppid=24154 vsize=2781696 CPUtime=1.08 cores=0,2,4,6
/proc/24156/task/24159/stat : 24159 (java) S 24154 24156 21172 0 -1 4202560 357 0 0 0 99 9 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322219973160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24160] ppid=24154 vsize=2781696 CPUtime=1.08 cores=0,2,4,6
/proc/24156/task/24160/stat : 24160 (java) S 24154 24156 21172 0 -1 4202560 490 0 0 0 101 7 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322096646568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24161] ppid=24154 vsize=2781696 CPUtime=1.22 cores=0,2,4,6
/proc/24156/task/24161/stat : 24161 (java) S 24154 24156 21172 0 -1 4202560 409 0 0 0 114 8 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322095593768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24162] ppid=24154 vsize=2781696 CPUtime=1.13 cores=0,2,4,6
/proc/24156/task/24162/stat : 24162 (java) S 24154 24156 21172 0 -1 4202560 431 0 0 0 104 9 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322094540968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24163] ppid=24154 vsize=2781696 CPUtime=1.24 cores=0,2,4,6
/proc/24156/task/24163/stat : 24163 (java) S 24154 24156 21172 0 -1 4202560 770 0 0 0 116 8 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322093489192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24164] ppid=24154 vsize=2781696 CPUtime=1.24 cores=0,2,4,6
/proc/24156/task/24164/stat : 24164 (java) S 24154 24156 21172 0 -1 4202560 767 0 0 0 115 9 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322092436392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24165] ppid=24154 vsize=2781696 CPUtime=1.27 cores=0,2,4,6
/proc/24156/task/24165/stat : 24165 (java) S 24154 24156 21172 0 -1 4202560 388 0 0 0 120 7 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322091383592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24166] ppid=24154 vsize=2781696 CPUtime=1.18 cores=0,2,4,6
/proc/24156/task/24166/stat : 24166 (java) S 24154 24156 21172 0 -1 4202560 560 0 0 0 110 8 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322090330792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24167] ppid=24154 vsize=2781696 CPUtime=74.88 cores=0,2,4,6
/proc/24156/task/24167/stat : 24167 (java) R 24154 24156 21172 0 -1 4202560 138 0 0 0 7485 3 0 0 20 0 20 0 347188080 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321607350920 140322235048285 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24168] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24168/stat : 24168 (java) S 24154 24156 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347188081 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321606296824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24169] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24169/stat : 24169 (java) S 24154 24156 21172 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 347188081 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321605242984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24170] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24170/stat : 24170 (java) S 24154 24156 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321604190808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24171] ppid=24154 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/24156/task/24171/stat : 24171 (java) S 24154 24156 21172 0 -1 4202560 5072 0 0 0 73 0 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321603140536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24172] ppid=24154 vsize=2781696 CPUtime=0.81 cores=0,2,4,6
/proc/24156/task/24172/stat : 24172 (java) S 24154 24156 21172 0 -1 4202560 5477 0 0 0 80 1 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321602087736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24173] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24173/stat : 24173 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321601035128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24174] ppid=24154 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/24156/task/24174/stat : 24174 (java) S 24154 24156 21172 0 -1 4202560 103 0 0 0 27 23 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321599982536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24175] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24175/stat : 24175 (java) S 24154 24156 21172 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 347188139 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321598928040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24274] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24274/stat : 24274 (java) S 24154 24156 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347366986 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321597875096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1801.4
Current children cumulated vsize (KiB) 2781696

[startup+1793.01 s]
/proc/loadavg: 2.02 2.06 1.96 3/216 24275
/proc/meminfo: memFree=25636956/32873844 swapFree=7632/7632
[pid=24156] ppid=24154 vsize=2781696 CPUtime=1801.81 cores=0,2,4,6
/proc/24156/stat : 24156 (java) S 24154 24156 21172 0 -1 4202496 19227 0 1 0 180080 101 0 0 20 0 20 0 347188077 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140733249799984 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24156/statm: 695424 347137 2286 9 0 686117 0
[pid=24156/tid=24158] ppid=24154 vsize=2781696 CPUtime=1710.43 cores=0,2,4,6
/proc/24156/task/24158/stat : 24158 (java) S 24154 24156 21172 0 -1 4202560 3061 0 1 0 171009 34 0 0 20 0 20 0 347188078 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322230912184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24159] ppid=24154 vsize=2781696 CPUtime=1.08 cores=0,2,4,6
/proc/24156/task/24159/stat : 24159 (java) S 24154 24156 21172 0 -1 4202560 357 0 0 0 99 9 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322219973160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24160] ppid=24154 vsize=2781696 CPUtime=1.08 cores=0,2,4,6
/proc/24156/task/24160/stat : 24160 (java) S 24154 24156 21172 0 -1 4202560 490 0 0 0 101 7 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322096646568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24161] ppid=24154 vsize=2781696 CPUtime=1.22 cores=0,2,4,6
/proc/24156/task/24161/stat : 24161 (java) S 24154 24156 21172 0 -1 4202560 409 0 0 0 114 8 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322095593768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24162] ppid=24154 vsize=2781696 CPUtime=1.13 cores=0,2,4,6
/proc/24156/task/24162/stat : 24162 (java) S 24154 24156 21172 0 -1 4202560 431 0 0 0 104 9 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322094540968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24163] ppid=24154 vsize=2781696 CPUtime=1.24 cores=0,2,4,6
/proc/24156/task/24163/stat : 24163 (java) S 24154 24156 21172 0 -1 4202560 770 0 0 0 116 8 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322093489192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24164] ppid=24154 vsize=2781696 CPUtime=1.24 cores=0,2,4,6
/proc/24156/task/24164/stat : 24164 (java) S 24154 24156 21172 0 -1 4202560 767 0 0 0 115 9 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322092436392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24165] ppid=24154 vsize=2781696 CPUtime=1.27 cores=0,2,4,6
/proc/24156/task/24165/stat : 24165 (java) S 24154 24156 21172 0 -1 4202560 388 0 0 0 120 7 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322091383592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24166] ppid=24154 vsize=2781696 CPUtime=1.18 cores=0,2,4,6
/proc/24156/task/24166/stat : 24166 (java) S 24154 24156 21172 0 -1 4202560 560 0 0 0 110 8 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322090330792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24167] ppid=24154 vsize=2781696 CPUtime=75.28 cores=0,2,4,6
/proc/24156/task/24167/stat : 24167 (java) R 24154 24156 21172 0 -1 4202560 138 0 0 0 7525 3 0 0 20 0 20 0 347188080 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321607350920 140322237419592 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24168] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24168/stat : 24168 (java) S 24154 24156 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347188081 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321606296824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24169] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24169/stat : 24169 (java) S 24154 24156 21172 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 347188081 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321605242984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24170] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24170/stat : 24170 (java) S 24154 24156 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321604190808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24171] ppid=24154 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/24156/task/24171/stat : 24171 (java) S 24154 24156 21172 0 -1 4202560 5072 0 0 0 73 0 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321603140536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24172] ppid=24154 vsize=2781696 CPUtime=0.81 cores=0,2,4,6
/proc/24156/task/24172/stat : 24172 (java) S 24154 24156 21172 0 -1 4202560 5477 0 0 0 80 1 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321602087736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24173] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24173/stat : 24173 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321601035128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24174] ppid=24154 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/24156/task/24174/stat : 24174 (java) S 24154 24156 21172 0 -1 4202560 103 0 0 0 27 23 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321599982536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24175] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24175/stat : 24175 (java) S 24154 24156 21172 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 347188139 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321598928040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24274] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24274/stat : 24274 (java) S 24154 24156 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347366986 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321597875096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1801.81
Current children cumulated vsize (KiB) 2781696

[startup+1793.2 s]
/proc/loadavg: 2.02 2.06 1.96 3/216 24275
/proc/meminfo: memFree=25636956/32873844 swapFree=7632/7632
[pid=24156] ppid=24154 vsize=2781696 CPUtime=1802.01 cores=0,2,4,6
/proc/24156/stat : 24156 (java) S 24154 24156 21172 0 -1 4202496 19227 0 1 0 180099 102 0 0 20 0 20 0 347188077 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140733249799984 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24156/statm: 695424 347137 2286 9 0 686117 0
[pid=24156/tid=24158] ppid=24154 vsize=2781696 CPUtime=1710.43 cores=0,2,4,6
/proc/24156/task/24158/stat : 24158 (java) S 24154 24156 21172 0 -1 4202560 3061 0 1 0 171009 34 0 0 20 0 20 0 347188078 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322230912184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24159] ppid=24154 vsize=2781696 CPUtime=1.08 cores=0,2,4,6
/proc/24156/task/24159/stat : 24159 (java) S 24154 24156 21172 0 -1 4202560 357 0 0 0 99 9 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322219973160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24160] ppid=24154 vsize=2781696 CPUtime=1.08 cores=0,2,4,6
/proc/24156/task/24160/stat : 24160 (java) S 24154 24156 21172 0 -1 4202560 490 0 0 0 101 7 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322096646568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24161] ppid=24154 vsize=2781696 CPUtime=1.22 cores=0,2,4,6
/proc/24156/task/24161/stat : 24161 (java) S 24154 24156 21172 0 -1 4202560 409 0 0 0 114 8 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322095593768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24162] ppid=24154 vsize=2781696 CPUtime=1.13 cores=0,2,4,6
/proc/24156/task/24162/stat : 24162 (java) S 24154 24156 21172 0 -1 4202560 431 0 0 0 104 9 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322094540968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24163] ppid=24154 vsize=2781696 CPUtime=1.24 cores=0,2,4,6
/proc/24156/task/24163/stat : 24163 (java) S 24154 24156 21172 0 -1 4202560 770 0 0 0 116 8 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322093489192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24164] ppid=24154 vsize=2781696 CPUtime=1.24 cores=0,2,4,6
/proc/24156/task/24164/stat : 24164 (java) S 24154 24156 21172 0 -1 4202560 767 0 0 0 115 9 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322092436392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24165] ppid=24154 vsize=2781696 CPUtime=1.27 cores=0,2,4,6
/proc/24156/task/24165/stat : 24165 (java) S 24154 24156 21172 0 -1 4202560 388 0 0 0 120 7 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322091383592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24166] ppid=24154 vsize=2781696 CPUtime=1.18 cores=0,2,4,6
/proc/24156/task/24166/stat : 24166 (java) S 24154 24156 21172 0 -1 4202560 560 0 0 0 110 8 0 0 20 0 20 0 347188079 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140322090330792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24167] ppid=24154 vsize=2781696 CPUtime=75.48 cores=0,2,4,6
/proc/24156/task/24167/stat : 24167 (java) R 24154 24156 21172 0 -1 4202560 138 0 0 0 7545 3 0 0 20 0 20 0 347188080 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321607350920 140322237419592 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24168] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24168/stat : 24168 (java) S 24154 24156 21172 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347188081 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321606296824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24169] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24169/stat : 24169 (java) S 24154 24156 21172 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 347188081 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321605242984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24170] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24170/stat : 24170 (java) S 24154 24156 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321604190808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24171] ppid=24154 vsize=2781696 CPUtime=0.73 cores=0,2,4,6
/proc/24156/task/24171/stat : 24171 (java) S 24154 24156 21172 0 -1 4202560 5072 0 0 0 73 0 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321603140536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24156/tid=24172] ppid=24154 vsize=2781696 CPUtime=0.81 cores=0,2,4,6
/proc/24156/task/24172/stat : 24172 (java) S 24154 24156 21172 0 -1 4202560 5477 0 0 0 80 1 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321602087736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24156/tid=24173] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24173/stat : 24173 (java) S 24154 24156 21172 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321601035128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24174] ppid=24154 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/24156/task/24174/stat : 24174 (java) S 24154 24156 21172 0 -1 4202560 103 0 0 0 27 23 0 0 20 0 20 0 347188084 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321599982536 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24156/tid=24175] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24175/stat : 24175 (java) S 24154 24156 21172 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 347188139 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321598928040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24156/tid=24274] ppid=24154 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/24156/task/24274/stat : 24274 (java) S 24154 24156 21172 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 347366986 2848456704 347137 33554432000 1073741824 1073778376 140733249808848 140321597875096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 2781696

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24156 and gives
#  childrusage.ru_utime.tv_sec=1796
#  childrusage.ru_utime.tv_usec=257927
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=391788
# CPU time returned by wait4() is 1797.65
# while last known CPU time is 1802.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.22
CPU time (s): 1802.01
CPU user time (s): 1800.99
CPU system time (s): 1.02
CPU usage (%): 100.49
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.26
system time used= 1.39179
maximum resident set size= 1388548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19227
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39464
involuntary context switches= 14197

runsolver used 4.20136 second user time and 9.1776 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-04 13:50:25
IDJOB=3744303
IDBENCH=92722
IDSOLVER=2322
FILE ID=node130/3744303-1338810625
RUNJOBID= node130-1338810511-24050
PBS_JOBID= 14636838
Free space on /tmp= 70960 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat50_4_16_8.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744303-1338810625/watcher-3744303-1338810625 -o /tmp/evaluation-result-3744303-1338810625/solver-3744303-1338810625 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744303-1338810625.opb

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

MD5SUM BENCH= 4bf433c60343e128a7fab53c33d88c45
RANDOM SEED=562794027

node130.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		: 2666.875
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	: 5333.75
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		: 2666.875
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		: 2666.875
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		: 2666.875
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.86
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		: 2666.875
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		: 2666.875
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.92
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		: 2666.875
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		: 2666.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26942532 kB
Buffers:         1707468 kB
Cached:          2631624 kB
SwapCached:         4312 kB
Active:          3150440 kB
Inactive:        1904632 kB
Active(anon):     704464 kB
Inactive(anon):     8188 kB
Active(file):    2445976 kB
Inactive(file):  1896444 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099292 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:        719016 kB
Mapped:            17556 kB
Shmem:                 4 kB
Slab:             730596 kB
SReclaimable:     171884 kB
SUnreclaim:       558712 kB
KernelStack:        1600 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    667648 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= 70984 MiB
End job on node130 at 2012-06-04 14:20:18