Trace number 3731981

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 1217.35 1211.37

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-mux.opb
MD5SUM80d8f8438bdd117e32edd926d4898421
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark872
Best CPU time to get the best result obtained on this benchmark0.010997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 872
Optimality of the best value was proved YES
Number of variables232
Total number of constraints527
Number of constraints which are clauses527
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 constraint2
Maximum length of a constraint27
Number of terms in the objective function 232
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 9597
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 9597
Number of bits of the biggest sum of numbers14
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.1.1.v20090612
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version	1.6.0_24
0.04/0.09	c os.name	Linux
0.04/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch	amd64
0.04/0.09	c Free memory 1299577560
0.04/0.09	c Max memory 1306394624
0.04/0.09	c Total memory 1306394624
0.04/0.09	c Number of processors 8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c MiniSAT restarts strategy
0.08/0.11	c Memory based learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3731981-1338742746.opb
0.08/0.11	c reading problem ... 
0.08/0.20	c ... done. Wall clock time 0.082s.
0.08/0.20	c #vars     232
0.08/0.20	c #constraints  527
0.08/0.20	c constraints type 
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 138
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 389
0.25/0.21	c SATISFIABLE
0.25/0.21	c OPTIMIZING...
0.25/0.21	c Got one! Elapsed wall clock time (in seconds):0.097
0.25/0.21	o 1737
0.25/0.25	c Got one! Elapsed wall clock time (in seconds):0.139
0.25/0.25	o 1735
0.25/0.26	c Got one! Elapsed wall clock time (in seconds):0.15
0.25/0.26	o 1605
0.85/0.52	c Got one! Elapsed wall clock time (in seconds):0.402
0.85/0.52	o 1600
772.58/768.43	c cleaning 1647248 clauses out of 3294499
785.68/781.58	c Got one! Elapsed wall clock time (in seconds):781.469
785.68/781.58	o 1595
807.59/803.49	c Got one! Elapsed wall clock time (in seconds):803.381
807.59/803.49	o 1591
1202.95/1196.92	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1202.95/1196.92		at java.math.BigInteger.subtract(BigInteger.java:1109)
1202.95/1196.92		at java.math.BigInteger.subtract(BigInteger.java:1095)
1202.95/1196.92		at org.sat4j.pb.constraints.pb.MaxWatchPb.propagate(Unknown Source)
1202.95/1196.92		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
1202.95/1196.92		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1202.95/1196.92		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1202.95/1196.92		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1202.95/1196.92		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1202.95/1196.92		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1202.95/1196.92		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1202.95/1196.92		at org.sat4j.AbstractLauncher.run(Unknown Source)
1202.95/1196.92		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
1209.25/1203.23	c starts		: 74

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-3731981-1338742746/watcher-3731981-1338742746 -o /tmp/evaluation-result-3731981-1338742746/solver-3731981-1338742746 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3731981-1338742746.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: 2.06 2.02 2.00 3/194 11958
/proc/meminfo: memFree=26585384/32873844 swapFree=6608/6608
[pid=11958] ppid=11956 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11958/stat : 11958 (java6) D 11956 11958 3621 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 340398993 9515008 182 33554432000 1073741824 1073778376 140735670095408 140735670086440 213419638453 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/11958/statm: 2323 182 140 9 0 71 0

[startup+0.0708019 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 11958
/proc/meminfo: memFree=26585384/32873844 swapFree=6608/6608
[pid=11958] ppid=11956 vsize=2648548 CPUtime=0.04 cores=0,2,4,6
/proc/11958/stat : 11958 (java) S 11956 11958 3621 0 -1 4202496 3797 0 1 0 3 1 0 0 20 0 18 0 340398993 2712113152 5516 33554432000 1073741824 1073778376 140734039492288 140734039483424 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11958/statm: 662137 5516 1753 9 0 652835 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2648548

[startup+0.100254 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 11958
/proc/meminfo: memFree=26585384/32873844 swapFree=6608/6608
[pid=11958] ppid=11956 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/11958/stat : 11958 (java) S 11956 11958 3621 0 -1 4202496 4623 0 1 0 7 1 0 0 20 0 18 0 340398993 2712133632 6341 33554432000 1073741824 1073778376 140734039492288 140734039483424 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11958/statm: 662142 6345 2097 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300207 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 11958
/proc/meminfo: memFree=26585384/32873844 swapFree=6608/6608
[pid=11958] ppid=11956 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/11958/stat : 11958 (java) S 11956 11958 3621 0 -1 4202496 7672 0 1 0 48 2 0 0 20 0 19 0 340398993 2780295168 9340 33554432000 1073741824 1073778376 140734039492288 140734039483424 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11958/statm: 678783 9340 2234 9 0 669476 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2715132

[startup+0.700216 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 11958
/proc/meminfo: memFree=26585384/32873844 swapFree=6608/6608
[pid=11958] ppid=11956 vsize=2715132 CPUtime=1.07 cores=0,2,4,6
/proc/11958/stat : 11958 (java) S 11956 11958 3621 0 -1 4202496 7720 0 1 0 105 2 0 0 20 0 19 0 340398993 2780295168 10854 33554432000 1073741824 1073778376 140734039492288 140734039483424 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11958/statm: 678783 10854 2239 9 0 669476 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 2715132

[startup+1.50067 s]
/proc/loadavg: 2.06 2.01 2.00 3/213 11977
/proc/meminfo: memFree=26544984/32873844 swapFree=6608/6608
[pid=11958] ppid=11956 vsize=2715132 CPUtime=1.91 cores=0,2,4,6
/proc/11958/stat : 11958 (java) S 11956 11958 3621 0 -1 4202496 7730 0 1 0 189 2 0 0 20 0 19 0 340398993 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 140734039483424 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11958/statm: 678783 14440 2240 9 0 669476 0
[pid=11958/tid=11960] ppid=11956 vsize=2715132 CPUtime=1.46 cores=0,2,4,6
/proc/11958/task/11960/stat : 11960 (java) R 11956 11958 3621 0 -1 4202560 2767 0 1 0 144 2 0 0 20 0 19 0 340398994 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977318744792 139977162274953 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11961] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11961/stat : 11961 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977303193896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11962] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11962/stat : 11962 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977302141096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11963] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11963/stat : 11963 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977301088808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11958/tid=11964] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11964/stat : 11964 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977300036008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11965] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11965/stat : 11965 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977298983720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11966] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11966/stat : 11966 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977297930920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11967] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11967/stat : 11967 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977296878632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11968] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11968/stat : 11968 (java) S 11956 11958 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977295825832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11969] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11969/stat : 11969 (java) S 11956 11958 3621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 340398997 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977283414248 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11970] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11970/stat : 11970 (java) S 11956 11958 3621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 340398997 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977282360312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11971] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11971/stat : 11971 (java) S 11956 11958 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340398997 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977281307912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11972] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11972/stat : 11972 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340399000 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977280256400 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11973] ppid=11956 vsize=2715132 CPUtime=0.22 cores=0,2,4,6
/proc/11958/task/11973/stat : 11973 (java) S 11956 11958 3621 0 -1 4202560 2288 0 0 0 22 0 0 0 20 0 19 0 340399000 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977161697976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11974] ppid=11956 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/11958/task/11974/stat : 11974 (java) S 11956 11958 3621 0 -1 4202560 1479 0 0 0 19 0 0 0 20 0 19 0 340399000 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977160645176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11975] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11975/stat : 11975 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340399000 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977159593080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11976] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11976/stat : 11976 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340399000 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977158540488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11977] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11977/stat : 11977 (java) S 11956 11958 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340399014 2780295168 14440 33554432000 1073741824 1073778376 140734039492288 139977157485480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 2715132

[startup+3.10071 s]
/proc/loadavg: 2.06 2.01 2.00 3/213 11977
/proc/meminfo: memFree=26525560/32873844 swapFree=6608/6608
[pid=11958] ppid=11956 vsize=2715132 CPUtime=3.51 cores=0,2,4,6
/proc/11958/stat : 11958 (java) S 11956 11958 3621 0 -1 4202496 7744 0 1 0 349 2 0 0 20 0 19 0 340398993 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 140734039483424 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11958/statm: 678783 21097 2241 9 0 669476 0
[pid=11958/tid=11960] ppid=11956 vsize=2715132 CPUtime=3.05 cores=0,2,4,6
/proc/11958/task/11960/stat : 11960 (java) R 11956 11958 3621 0 -1 4202560 2780 0 1 0 303 2 0 0 20 0 19 0 340398994 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977318744520 139977162175096 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11961] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11961/stat : 11961 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977303193896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11962] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11962/stat : 11962 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977302141096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11963] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11963/stat : 11963 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977301088808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11958/tid=11964] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11964/stat : 11964 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977300036008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11965] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11965/stat : 11965 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977298983720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11966] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11966/stat : 11966 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977297930920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11967] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11967/stat : 11967 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977296878632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11968] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11968/stat : 11968 (java) S 11956 11958 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977295825832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11969] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11969/stat : 11969 (java) S 11956 11958 3621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 340398997 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977283414248 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11970] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11970/stat : 11970 (java) S 11956 11958 3621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 340398997 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977282360312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11971] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11971/stat : 11971 (java) S 11956 11958 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340398997 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977281307912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11972] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11972/stat : 11972 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340399000 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977280256400 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11973] ppid=11956 vsize=2715132 CPUtime=0.22 cores=0,2,4,6
/proc/11958/task/11973/stat : 11973 (java) S 11956 11958 3621 0 -1 4202560 2289 0 0 0 22 0 0 0 20 0 19 0 340399000 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977161697976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11974] ppid=11956 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/11958/task/11974/stat : 11974 (java) S 11956 11958 3621 0 -1 4202560 1479 0 0 0 19 0 0 0 20 0 19 0 340399000 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977160645176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11975] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11975/stat : 11975 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340399000 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977159593080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11976] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11976/stat : 11976 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340399000 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977158540488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11977] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11977/stat : 11977 (java) S 11956 11958 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340399014 2780295168 21097 33554432000 1073741824 1073778376 140734039492288 139977157485480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 2715132

[startup+6.30071 s]
/proc/loadavg: 2.06 2.01 2.00 3/212 11977
/proc/meminfo: memFree=26472940/32873844 swapFree=6608/6608
[pid=11958] ppid=11956 vsize=2715132 CPUtime=6.71 cores=0,2,4,6
/proc/11958/stat : 11958 (java) S 11956 11958 3621 0 -1 4202496 7770 0 1 0 668 3 0 0 20 0 19 0 340398993 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 140734039483424 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11958/statm: 678783 32990 2242 9 0 669476 0
[pid=11958/tid=11960] ppid=11956 vsize=2715132 CPUtime=6.24 cores=0,2,4,6
/proc/11958/task/11960/stat : 11960 (java) R 11956 11958 3621 0 -1 4202560 2805 0 1 0 622 2 0 0 20 0 19 0 340398994 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977318744456 139977162186117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11961] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11961/stat : 11961 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977303193896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11962] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11962/stat : 11962 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977302141096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11963] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11963/stat : 11963 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977301088808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11958/tid=11964] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11964/stat : 11964 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977300036008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11965] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11965/stat : 11965 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977298983720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11966] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11966/stat : 11966 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977297930920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11967] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11967/stat : 11967 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977296878632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11968] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11968/stat : 11968 (java) S 11956 11958 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340398996 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977295825832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11969] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11969/stat : 11969 (java) S 11956 11958 3621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 340398997 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977283414248 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11970] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11970/stat : 11970 (java) S 11956 11958 3621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 340398997 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977282360312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11971] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11971/stat : 11971 (java) S 11956 11958 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340398997 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977281307912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11972] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11972/stat : 11972 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340399000 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977280256400 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11973] ppid=11956 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/11958/task/11973/stat : 11973 (java) S 11956 11958 3621 0 -1 4202560 2289 0 0 0 23 0 0 0 20 0 19 0 340399000 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977161697976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11974] ppid=11956 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/11958/task/11974/stat : 11974 (java) S 11956 11958 3621 0 -1 4202560 1479 0 0 0 19 0 0 0 20 0 19 0 340399000 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977160645176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11975] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11975/stat : 11975 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340399000 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977159593080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11976] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11976/stat : 11976 (java) S 11956 11958 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 340399000 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977158540488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11977] ppid=11956 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11977/stat : 11977 (java) S 11956 11958 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340399014 2780295168 32990 33554432000 1073741824 1073778376 140734039492288 139977157485480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

/proc/11958/task/11972/stat : 11972 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977280256400 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11973] ppid=11956 vsize=2781696 CPUtime=0.3 cores=0,2,4,6
/proc/11958/task/11973/stat : 11973 (java) S 11956 11958 3621 0 -1 4202560 2344 0 0 0 30 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977161697976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11974] ppid=11956 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/11958/task/11974/stat : 11974 (java) S 11956 11958 3621 0 -1 4202560 1488 0 0 0 24 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977160645176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11975] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11975/stat : 11975 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977159593080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11976] ppid=11956 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/11958/task/11976/stat : 11976 (java) S 11956 11958 3621 0 -1 4202560 72 0 0 0 17 28 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977158540488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11977] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11977/stat : 11977 (java) S 11956 11958 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340399014 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977157485480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=12070] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/12070/stat : 12070 (java) S 11956 11958 3621 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 340518685 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977156431928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1215.55
Current children cumulated vsize (KiB) 2781696

[startup+1210.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 12070
/proc/meminfo: memFree=26058148/32873844 swapFree=6608/6608
[pid=11958] ppid=11956 vsize=2781696 CPUtime=1216.35 cores=0,2,4,6
/proc/11958/stat : 11958 (java) S 11956 11958 3621 0 -1 4202496 10768 0 1 0 121506 129 0 0 20 0 20 0 340398993 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 140734039483424 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11958/statm: 695424 341305 2268 9 0 686117 0
[pid=11958/tid=11960] ppid=11956 vsize=2781696 CPUtime=1120.22 cores=0,2,4,6
/proc/11958/task/11960/stat : 11960 (java) S 11956 11958 3621 0 -1 4202560 2981 0 1 0 111998 24 0 0 20 0 20 0 340398994 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977318745272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11961] ppid=11956 vsize=2781696 CPUtime=0.85 cores=0,2,4,6
/proc/11958/task/11961/stat : 11961 (java) S 11956 11958 3621 0 -1 4202560 288 0 0 0 73 12 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977303193896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11962] ppid=11956 vsize=2781696 CPUtime=0.93 cores=0,2,4,6
/proc/11958/task/11962/stat : 11962 (java) S 11956 11958 3621 0 -1 4202560 340 0 0 0 79 14 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977302141096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11963] ppid=11956 vsize=2781696 CPUtime=0.91 cores=0,2,4,6
/proc/11958/task/11963/stat : 11963 (java) S 11956 11958 3621 0 -1 4202560 271 0 0 0 75 16 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977301088808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11964] ppid=11956 vsize=2781696 CPUtime=0.91 cores=0,2,4,6
/proc/11958/task/11964/stat : 11964 (java) S 11956 11958 3621 0 -1 4202560 402 0 0 0 76 15 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977300036008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11965] ppid=11956 vsize=2781696 CPUtime=0.81 cores=0,2,4,6
/proc/11958/task/11965/stat : 11965 (java) S 11956 11958 3621 0 -1 4202560 261 0 0 0 70 11 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977298983720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11958/tid=11966] ppid=11956 vsize=2781696 CPUtime=0.83 cores=0,2,4,6
/proc/11958/task/11966/stat : 11966 (java) S 11956 11958 3621 0 -1 4202560 285 0 0 0 73 10 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977297930920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11967] ppid=11956 vsize=2781696 CPUtime=1.06 cores=0,2,4,6
/proc/11958/task/11967/stat : 11967 (java) S 11956 11958 3621 0 -1 4202560 322 0 0 0 91 15 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977296878632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11958/tid=11968] ppid=11956 vsize=2781696 CPUtime=1 cores=0,2,4,6
/proc/11958/task/11968/stat : 11968 (java) S 11956 11958 3621 0 -1 4202560 395 0 0 0 86 14 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977295825832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11969] ppid=11956 vsize=2781696 CPUtime=84.94 cores=0,2,4,6
/proc/11958/task/11969/stat : 11969 (java) R 11956 11958 3621 0 -1 4202560 117 0 0 0 8490 4 0 0 20 0 20 0 340398997 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977283414408 139977324870799 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11970] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11970/stat : 11970 (java) S 11956 11958 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340398997 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977282360312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11971] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11971/stat : 11971 (java) S 11956 11958 3621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340398997 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977281307912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11972] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11972/stat : 11972 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977280256400 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11973] ppid=11956 vsize=2781696 CPUtime=0.3 cores=0,2,4,6
/proc/11958/task/11973/stat : 11973 (java) S 11956 11958 3621 0 -1 4202560 2344 0 0 0 30 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977161697976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11974] ppid=11956 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/11958/task/11974/stat : 11974 (java) S 11956 11958 3621 0 -1 4202560 1488 0 0 0 24 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977160645176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11975] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11975/stat : 11975 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977159593080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11976] ppid=11956 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/11958/task/11976/stat : 11976 (java) S 11956 11958 3621 0 -1 4202560 72 0 0 0 17 28 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977158540488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11977] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11977/stat : 11977 (java) S 11956 11958 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340399014 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977157485480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=12070] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/12070/stat : 12070 (java) S 11956 11958 3621 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 340518685 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977156431624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1216.35
Current children cumulated vsize (KiB) 2781696

[startup+1211.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 12070
/proc/meminfo: memFree=26058148/32873844 swapFree=6608/6608
[pid=11958] ppid=11956 vsize=2781696 CPUtime=1217.16 cores=0,2,4,6
/proc/11958/stat : 11958 (java) S 11956 11958 3621 0 -1 4202496 10768 0 1 0 121587 129 0 0 20 0 20 0 340398993 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 140734039483424 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11958/statm: 695424 341305 2268 9 0 686117 0
[pid=11958/tid=11960] ppid=11956 vsize=2781696 CPUtime=1120.22 cores=0,2,4,6
/proc/11958/task/11960/stat : 11960 (java) S 11956 11958 3621 0 -1 4202560 2981 0 1 0 111998 24 0 0 20 0 20 0 340398994 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977318745272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11961] ppid=11956 vsize=2781696 CPUtime=0.85 cores=0,2,4,6
/proc/11958/task/11961/stat : 11961 (java) S 11956 11958 3621 0 -1 4202560 288 0 0 0 73 12 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977303193896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11962] ppid=11956 vsize=2781696 CPUtime=0.93 cores=0,2,4,6
/proc/11958/task/11962/stat : 11962 (java) S 11956 11958 3621 0 -1 4202560 340 0 0 0 79 14 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977302141096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11963] ppid=11956 vsize=2781696 CPUtime=0.91 cores=0,2,4,6
/proc/11958/task/11963/stat : 11963 (java) S 11956 11958 3621 0 -1 4202560 271 0 0 0 75 16 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977301088808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11964] ppid=11956 vsize=2781696 CPUtime=0.91 cores=0,2,4,6
/proc/11958/task/11964/stat : 11964 (java) S 11956 11958 3621 0 -1 4202560 402 0 0 0 76 15 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977300036008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11965] ppid=11956 vsize=2781696 CPUtime=0.81 cores=0,2,4,6
/proc/11958/task/11965/stat : 11965 (java) S 11956 11958 3621 0 -1 4202560 261 0 0 0 70 11 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977298983720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11958/tid=11966] ppid=11956 vsize=2781696 CPUtime=0.83 cores=0,2,4,6
/proc/11958/task/11966/stat : 11966 (java) S 11956 11958 3621 0 -1 4202560 285 0 0 0 73 10 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977297930920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11967] ppid=11956 vsize=2781696 CPUtime=1.06 cores=0,2,4,6
/proc/11958/task/11967/stat : 11967 (java) S 11956 11958 3621 0 -1 4202560 322 0 0 0 91 15 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977296878632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11958/tid=11968] ppid=11956 vsize=2781696 CPUtime=1 cores=0,2,4,6
/proc/11958/task/11968/stat : 11968 (java) S 11956 11958 3621 0 -1 4202560 395 0 0 0 86 14 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977295825832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11969] ppid=11956 vsize=2781696 CPUtime=85.74 cores=0,2,4,6
/proc/11958/task/11969/stat : 11969 (java) R 11956 11958 3621 0 -1 4202560 117 0 0 0 8570 4 0 0 20 0 20 0 340398997 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977283414408 139977322905760 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11970] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11970/stat : 11970 (java) S 11956 11958 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340398997 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977282360312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11971] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11971/stat : 11971 (java) S 11956 11958 3621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340398997 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977281307912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11972] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11972/stat : 11972 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977280256400 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11973] ppid=11956 vsize=2781696 CPUtime=0.3 cores=0,2,4,6
/proc/11958/task/11973/stat : 11973 (java) S 11956 11958 3621 0 -1 4202560 2344 0 0 0 30 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977161697976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11974] ppid=11956 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/11958/task/11974/stat : 11974 (java) S 11956 11958 3621 0 -1 4202560 1488 0 0 0 24 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977160645176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11975] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11975/stat : 11975 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977159593080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11976] ppid=11956 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/11958/task/11976/stat : 11976 (java) S 11956 11958 3621 0 -1 4202560 72 0 0 0 17 28 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977158540488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11977] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11977/stat : 11977 (java) S 11956 11958 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340399014 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977157485480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=12070] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/12070/stat : 12070 (java) S 11956 11958 3621 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 340518685 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977156431624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1217.16
Current children cumulated vsize (KiB) 2781696

[startup+1211.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 12070
/proc/meminfo: memFree=26058148/32873844 swapFree=6608/6608
[pid=11958] ppid=11956 vsize=2781696 CPUtime=1217.35 cores=0,2,4,6
/proc/11958/stat : 11958 (java) S 11956 11958 3621 0 -1 4202496 10768 0 1 0 121606 129 0 0 20 0 20 0 340398993 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 140734039483424 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11958/statm: 695424 341305 2268 9 0 686117 0
[pid=11958/tid=11960] ppid=11956 vsize=2781696 CPUtime=1120.22 cores=0,2,4,6
/proc/11958/task/11960/stat : 11960 (java) S 11956 11958 3621 0 -1 4202560 2981 0 1 0 111998 24 0 0 20 0 20 0 340398994 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977318745272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11961] ppid=11956 vsize=2781696 CPUtime=0.85 cores=0,2,4,6
/proc/11958/task/11961/stat : 11961 (java) S 11956 11958 3621 0 -1 4202560 288 0 0 0 73 12 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977303193896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11962] ppid=11956 vsize=2781696 CPUtime=0.93 cores=0,2,4,6
/proc/11958/task/11962/stat : 11962 (java) S 11956 11958 3621 0 -1 4202560 340 0 0 0 79 14 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977302141096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11963] ppid=11956 vsize=2781696 CPUtime=0.91 cores=0,2,4,6
/proc/11958/task/11963/stat : 11963 (java) S 11956 11958 3621 0 -1 4202560 271 0 0 0 75 16 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977301088808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11964] ppid=11956 vsize=2781696 CPUtime=0.91 cores=0,2,4,6
/proc/11958/task/11964/stat : 11964 (java) S 11956 11958 3621 0 -1 4202560 402 0 0 0 76 15 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977300036008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11965] ppid=11956 vsize=2781696 CPUtime=0.81 cores=0,2,4,6
/proc/11958/task/11965/stat : 11965 (java) S 11956 11958 3621 0 -1 4202560 261 0 0 0 70 11 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977298983720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11958/tid=11966] ppid=11956 vsize=2781696 CPUtime=0.83 cores=0,2,4,6
/proc/11958/task/11966/stat : 11966 (java) S 11956 11958 3621 0 -1 4202560 285 0 0 0 73 10 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977297930920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11967] ppid=11956 vsize=2781696 CPUtime=1.06 cores=0,2,4,6
/proc/11958/task/11967/stat : 11967 (java) S 11956 11958 3621 0 -1 4202560 322 0 0 0 91 15 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977296878632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11958/tid=11968] ppid=11956 vsize=2781696 CPUtime=1 cores=0,2,4,6
/proc/11958/task/11968/stat : 11968 (java) S 11956 11958 3621 0 -1 4202560 395 0 0 0 86 14 0 0 20 0 20 0 340398996 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977295825832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11969] ppid=11956 vsize=2781696 CPUtime=85.94 cores=0,2,4,6
/proc/11958/task/11969/stat : 11969 (java) R 11956 11958 3621 0 -1 4202560 117 0 0 0 8590 4 0 0 20 0 20 0 340398997 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977283414408 139977325252680 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11970] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11970/stat : 11970 (java) S 11956 11958 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340398997 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977282360312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11958/tid=11971] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11971/stat : 11971 (java) S 11956 11958 3621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340398997 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977281307912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11972] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11972/stat : 11972 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977280256400 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11973] ppid=11956 vsize=2781696 CPUtime=0.3 cores=0,2,4,6
/proc/11958/task/11973/stat : 11973 (java) S 11956 11958 3621 0 -1 4202560 2344 0 0 0 30 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977161697976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11974] ppid=11956 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/11958/task/11974/stat : 11974 (java) S 11956 11958 3621 0 -1 4202560 1488 0 0 0 24 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977160645176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11975] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11975/stat : 11975 (java) S 11956 11958 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977159593080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11958/tid=11976] ppid=11956 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/11958/task/11976/stat : 11976 (java) S 11956 11958 3621 0 -1 4202560 72 0 0 0 17 28 0 0 20 0 20 0 340399000 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977158540488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=11977] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/11977/stat : 11977 (java) S 11956 11958 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340399014 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977157485480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11958/tid=12070] ppid=11956 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/11958/task/12070/stat : 12070 (java) S 11956 11958 3621 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 340518685 2848456704 341305 33554432000 1073741824 1073778376 140734039492288 139977156431624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1217.35
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11958 and gives
#  childrusage.ru_utime.tv_sec=1213
#  childrusage.ru_utime.tv_usec=7594
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=760732
# CPU time returned by wait4() is 1214.77
# while last known CPU time is 1217.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1211.37
CPU time (s): 1217.35
CPU user time (s): 1216.06
CPU system time (s): 1.29
CPU usage (%): 100.494
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1213.01
system time used= 1.76073
maximum resident set size= 1365236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10778
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26160
involuntary context switches= 14210

runsolver used 6.28504 second user time and 6.43802 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 18:59:06
IDJOB=3731981
IDBENCH=2016
IDSOLVER=2322
FILE ID=node140/3731981-1338742746
RUNJOBID= node140-1338726417-7718
PBS_JOBID= 14636725
Free space on /tmp= 70624 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-mux.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731981-1338742746/watcher-3731981-1338742746 -o /tmp/evaluation-result-3731981-1338742746/solver-3731981-1338742746 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3731981-1338742746.opb

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

MD5SUM BENCH= 80d8f8438bdd117e32edd926d4898421
RANDOM SEED=1829127403

node140.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.094
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.18
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.094
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.094
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.094
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.91
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.094
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.92
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.094
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.88
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.094
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.90
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.094
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:        26585648 kB
Buffers:          501604 kB
Cached:          3943324 kB
SwapCached:         1620 kB
Active:          2376748 kB
Inactive:        2965608 kB
Active(anon):     889236 kB
Inactive(anon):    10224 kB
Active(file):    1487512 kB
Inactive(file):  2955384 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105264 kB
Dirty:               492 kB
Writeback:             4 kB
AnonPages:        918928 kB
Mapped:            18536 kB
Shmem:                 8 kB
Slab:             788024 kB
SReclaimable:     229976 kB
SUnreclaim:       558048 kB
KernelStack:        1608 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    874496 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= 70624 MiB
End job on node140 at 2012-06-03 19:19:17