Trace number 3739254

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) 860.35 856.064

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
datasets/10orplus/normalized-xvfb.cudf.trendy.opb
MD5SUM19a31dcc7d4af59eaddbb91eafd1bc0a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3022771522395
Best CPU time to get the best result obtained on this benchmark1801.58
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21106
Total number of constraints100071
Number of constraints which are clauses98505
Number of constraints which are cardinality constraints (but not clauses)1566
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 8588
Biggest coefficient in the objective function 79285326336
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 234763814370998
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79285326336
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 234763814370998
Number of bits of the biggest sum of numbers48
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.1.1.v20090612
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version	1.6.0_24
0.02/0.08	c os.name	Linux
0.02/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch	amd64
0.02/0.08	c Free memory 1299577560
0.02/0.08	c Max memory 1306394624
0.02/0.08	c Total memory 1306394624
0.02/0.08	c Number of processors 8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@28df8ff1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c MiniSAT restarts strategy
0.09/0.11	c Memory based learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3739254-1338767966.opb
0.09/0.11	c reading problem ... 
1.29/0.89	c ... done. Wall clock time 0.784s.
1.29/0.89	c #vars     21106
1.29/0.89	c #constraints  99935
1.29/0.89	c constraints type 
1.29/0.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 1566
1.29/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 34250
1.29/0.89	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 62927
4.05/3.02	c SATISFIABLE
4.05/3.02	c OPTIMIZING...
4.05/3.02	c Got one! Elapsed wall clock time (in seconds):2.916
4.05/3.02	o 55900695148575
5.89/4.68	c Got one! Elapsed wall clock time (in seconds):4.57
5.89/4.68	o 14992161279229
7.33/6.03	c Got one! Elapsed wall clock time (in seconds):5.92
7.33/6.03	o 14831080662828
8.15/6.83	c Got one! Elapsed wall clock time (in seconds):6.726
8.15/6.83	o 14433325226831
8.86/7.55	c Got one! Elapsed wall clock time (in seconds):7.445
8.86/7.55	o 7933958585047
9.17/7.90	c Got one! Elapsed wall clock time (in seconds):7.791
9.17/7.90	o 4846943063424
9.47/8.16	c Got one! Elapsed wall clock time (in seconds):8.059
9.47/8.16	o 4208950874051
9.67/8.37	c Got one! Elapsed wall clock time (in seconds):8.267
9.67/8.37	o 3576329268810
9.87/8.58	c Got one! Elapsed wall clock time (in seconds):8.478
9.87/8.58	o 3576236990729
851.85/847.58	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
851.85/847.58		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
853.56/849.28		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
853.56/849.28		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
856.76/852.49	c starts		: 44
856.76/852.49	c conflicts		: 2191267
856.76/852.49	c decisions		: 7454909
860.35/856.05	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
860.35/856.05		at java.lang.StringBuffer.toString(StringBuffer.java:585)
860.35/856.05		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
860.35/856.05		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
860.35/856.05		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
860.35/856.05		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
860.35/856.05		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
860.35/856.05		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3739254-1338767966/watcher-3739254-1338767966 -o /tmp/evaluation-result-3739254-1338767966/solver-3739254-1338767966 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3739254-1338767966.opb 

running on 4 cores: 1,3,5,7

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.93 2.01 1.99 3/193 5904
/proc/meminfo: memFree=27493852/32873648 swapFree=7388/7388
[pid=5904] ppid=5902 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/5904/stat : 5904 (java6) D 5902 5904 959 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342921096 9515008 182 33554432000 1073741824 1073778376 140734017094016 140734017085048 212073266869 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/5904/statm: 2323 182 140 9 0 71 0

[startup+0.039674 s]
/proc/loadavg: 1.93 2.01 1.99 3/193 5904
/proc/meminfo: memFree=27493852/32873648 swapFree=7388/7388
[pid=5904] ppid=5902 vsize=2315716 CPUtime=0.02 cores=1,3,5,7
/proc/5904/stat : 5904 (java) S 5902 5904 959 0 -1 4202496 3675 0 1 0 1 1 0 0 20 0 13 0 342921096 2371293184 4373 33554432000 1073741824 1073778376 140736661088944 140736661080080 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5904/statm: 578929 4374 1662 9 0 569630 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2315716

[startup+0.100197 s]
/proc/loadavg: 1.93 2.01 1.99 3/193 5904
/proc/meminfo: memFree=27493852/32873648 swapFree=7388/7388
[pid=5904] ppid=5902 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/5904/stat : 5904 (java) S 5902 5904 959 0 -1 4202496 4744 0 1 0 7 2 0 0 20 0 18 0 342921096 2712133632 5951 33554432000 1073741824 1073778376 140736661088944 140736661080080 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5904/statm: 662142 5951 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300319 s]
/proc/loadavg: 1.93 2.01 1.99 3/193 5904
/proc/meminfo: memFree=27493852/32873648 swapFree=7388/7388
[pid=5904] ppid=5902 vsize=2648568 CPUtime=0.5 cores=1,3,5,7
/proc/5904/stat : 5904 (java) S 5902 5904 959 0 -1 4202496 6375 0 1 0 48 2 0 0 20 0 18 0 342921096 2712133632 10278 33554432000 1073741824 1073778376 140736661088944 140736661080080 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5904/statm: 662142 10278 2223 9 0 652835 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2648568

[startup+0.700319 s]
/proc/loadavg: 1.93 2.01 1.99 3/193 5904
/proc/meminfo: memFree=27493852/32873648 swapFree=7388/7388
[pid=5904] ppid=5902 vsize=2648568 CPUtime=1.11 cores=1,3,5,7
/proc/5904/stat : 5904 (java) S 5902 5904 959 0 -1 4202496 9457 0 1 0 104 7 0 0 20 0 18 0 342921096 2712133632 75857 33554432000 1073741824 1073778376 140736661088944 140736661080080 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5904/statm: 662142 75857 2241 9 0 652835 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 2648568

[startup+1.50068 s]
/proc/loadavg: 1.93 2.01 1.99 5/211 5922
/proc/meminfo: memFree=27126980/32873648 swapFree=7388/7388
[pid=5904] ppid=5902 vsize=2715132 CPUtime=2.49 cores=1,3,5,7
/proc/5904/stat : 5904 (java) S 5902 5904 959 0 -1 4202496 11926 0 1 0 239 10 0 0 20 0 19 0 342921096 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140736661080080 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5904/statm: 678783 94025 2273 9 0 669476 0
[pid=5904/tid=5906] ppid=5902 vsize=2715132 CPUtime=1.44 cores=1,3,5,7
/proc/5904/task/5906/stat : 5906 (java) R 5902 5904 959 0 -1 4202560 2978 0 1 0 137 7 0 0 20 0 19 0 342921097 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140542409859688 140542282994587 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5907] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5907/stat : 5907 (java) S 5902 5904 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140542276770856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5908] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5908/stat : 5908 (java) S 5902 5904 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140542275718056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5909] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5909/stat : 5909 (java) S 5902 5904 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140542274665256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5910] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5910/stat : 5910 (java) S 5902 5904 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140542273612456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5911] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5911/stat : 5911 (java) S 5902 5904 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140542272559656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5912] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5912/stat : 5912 (java) S 5902 5904 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140542271506856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5913] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5913/stat : 5913 (java) S 5902 5904 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140542270454056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5914] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5914/stat : 5914 (java) S 5902 5904 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140541798901928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5915] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5915/stat : 5915 (java) S 5902 5904 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342921099 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140541786704872 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5916] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5916/stat : 5916 (java) S 5902 5904 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342921100 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140541785650936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5917] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5917/stat : 5917 (java) S 5902 5904 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342921100 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140541784598024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5918] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5918/stat : 5918 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342921102 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140541783546512 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5919] ppid=5902 vsize=2715132 CPUtime=0.47 cores=1,3,5,7
/proc/5904/task/5919/stat : 5919 (java) S 5902 5904 959 0 -1 4202560 4438 0 0 0 45 2 0 0 20 0 19 0 342921102 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140541782493624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5920] ppid=5902 vsize=2715132 CPUtime=0.47 cores=1,3,5,7
/proc/5904/task/5920/stat : 5920 (java) S 5902 5904 959 0 -1 4202560 3279 0 0 0 47 0 0 0 20 0 19 0 342921102 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140541781440824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5921] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5921/stat : 5921 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342921102 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140541780388216 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5922] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5922/stat : 5922 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342921102 2780295168 94025 33554432000 1073741824 1073778376 140736661088944 140541779335624 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 2715132

[startup+3.10072 s]
/proc/loadavg: 1.93 2.01 1.99 3/212 5923
/proc/meminfo: memFree=27125360/32873648 swapFree=7388/7388
[pid=5904] ppid=5902 vsize=2715132 CPUtime=4.25 cores=1,3,5,7
/proc/5904/stat : 5904 (java) S 5902 5904 959 0 -1 4202496 12009 0 1 0 415 10 0 0 20 0 19 0 342921096 2780295168 94042 33554432000 1073741824 1073778376 140736661088944 140736661080080 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5904/statm: 678783 94042 2273 9 0 669476 0
[pid=5904/tid=5906] ppid=5902 vsize=2715132 CPUtime=3.04 cores=1,3,5,7
/proc/5904/task/5906/stat : 5906 (java) R 5902 5904 959 0 -1 4202560 2979 0 1 0 297 7 0 0 20 0 19 0 342921097 2780295168 94042 33554432000 1073741824 1073778376 140736661088944 140542409860200 140542283045160 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5907] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5907/stat : 5907 (java) S 5902 5904 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94042 33554432000 1073741824 1073778376 140736661088944 140542276770856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5908] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5908/stat : 5908 (java) S 5902 5904 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94042 33554432000 1073741824 1073778376 140736661088944 140542275718056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5909] ppid=5902 vsize=2715544 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5909/stat : 5909 (java) S 5902 5904 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342921098 2780717056 94049 33554432000 1073741824 1073778376 140736661088944 140542274665256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5910] ppid=5902 vsize=2715544 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5910/stat : 5910 (java) S 5902 5904 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342921098 2780717056 94070 33554432000 1073741824 1073778376 140736661088944 140542273612456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5911] ppid=5902 vsize=2715544 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5911/stat : 5911 (java) S 5902 5904 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342921098 2780717056 94093 33554432000 1073741824 1073778376 140736661088944 140542272559656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5912] ppid=5902 vsize=2715544 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5912/stat : 5912 (java) S 5902 5904 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342921098 2780717056 94113 33554432000 1073741824 1073778376 140736661088944 140542271506856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5913] ppid=5902 vsize=2715544 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5913/stat : 5913 (java) S 5902 5904 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342921098 2780717056 94130 33554432000 1073741824 1073778376 140736661088944 140542270454056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5914] ppid=5902 vsize=2715544 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5914/stat : 5914 (java) S 5902 5904 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342921098 2780717056 94145 33554432000 1073741824 1073778376 140736661088944 140541798901928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5915] ppid=5902 vsize=2715544 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5915/stat : 5915 (java) S 5902 5904 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342921099 2780717056 94145 33554432000 1073741824 1073778376 140736661088944 140541786704872 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5916] ppid=5902 vsize=2715544 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5916/stat : 5916 (java) S 5902 5904 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342921100 2780717056 94145 33554432000 1073741824 1073778376 140736661088944 140541785650936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5917] ppid=5902 vsize=2715544 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5917/stat : 5917 (java) S 5902 5904 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342921100 2780717056 94145 33554432000 1073741824 1073778376 140736661088944 140541784598024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5918] ppid=5902 vsize=2715544 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5918/stat : 5918 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342921102 2780717056 94145 33554432000 1073741824 1073778376 140736661088944 140541783546512 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5919] ppid=5902 vsize=2715544 CPUtime=0.58 cores=1,3,5,7
/proc/5904/task/5919/stat : 5919 (java) R 5902 5904 959 0 -1 4202560 4449 0 0 0 56 2 0 0 20 0 19 0 342921102 2780717056 94145 33554432000 1073741824 1073778376 140736661088944 140541782493624 140542413976063 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5920] ppid=5902 vsize=2715544 CPUtime=0.52 cores=1,3,5,7
/proc/5904/task/5920/stat : 5920 (java) R 5902 5904 959 0 -1 4202560 3453 0 0 0 52 0 0 0 20 0 19 0 342921102 2780717056 94145 33554432000 1073741824 1073778376 140736661088944 140541781440824 140542413436514 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5921] ppid=5902 vsize=2715544 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5921/stat : 5921 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342921102 2780717056 94042 33554432000 1073741824 1073778376 140736661088944 140541780388216 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5922] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5922/stat : 5922 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342921102 2780295168 94042 33554432000 1073741824 1073778376 140736661088944 140541779335624 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5923] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5923/stat : 5923 (java) S 5902 5904 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342921199 2780295168 94042 33554432000 1073741824 1073778376 140736661088944 140541778249384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 2715132

[startup+6.30075 s]
/proc/loadavg: 1.94 2.01 1.99 3/213 5924
/proc/meminfo: memFree=27124376/32873648 swapFree=7388/7388
[pid=5904] ppid=5902 vsize=2715132 CPUtime=7.65 cores=1,3,5,7
/proc/5904/stat : 5904 (java) S 5902 5904 959 0 -1 4202496 14414 0 1 0 754 11 0 0 20 0 19 0 342921096 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140736661080080 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5904/statm: 678783 94071 2273 9 0 669476 0
[pid=5904/tid=5906] ppid=5902 vsize=2715132 CPUtime=6.23 cores=1,3,5,7
/proc/5904/task/5906/stat : 5906 (java) R 5902 5904 959 0 -1 4202560 2981 0 1 0 616 7 0 0 20 0 19 0 342921097 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140542409859312 140542282632365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5907] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5907/stat : 5907 (java) S 5902 5904 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140542276770856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5908] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5908/stat : 5908 (java) S 5902 5904 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140542275718056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5909] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5909/stat : 5909 (java) S 5902 5904 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140542274665256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5910] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5910/stat : 5910 (java) S 5902 5904 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140542273612456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5911] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5911/stat : 5911 (java) S 5902 5904 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140542272559656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5912] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5912/stat : 5912 (java) S 5902 5904 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140542271506856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5913] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5913/stat : 5913 (java) S 5902 5904 959 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140542270454056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5914] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5914/stat : 5914 (java) S 5902 5904 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342921098 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140541798901928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5915] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5915/stat : 5915 (java) S 5902 5904 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342921099 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140541786704872 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5916] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5916/stat : 5916 (java) S 5902 5904 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342921100 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140541785650936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5917] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5917/stat : 5917 (java) S 5902 5904 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342921100 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140541784598024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5918] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5918/stat : 5918 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342921102 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140541783546512 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5919] ppid=5902 vsize=2715132 CPUtime=0.64 cores=1,3,5,7
/proc/5904/task/5919/stat : 5919 (java) S 5902 5904 959 0 -1 4202560 4493 0 0 0 62 2 0 0 20 0 19 0 342921102 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140541782493624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5920] ppid=5902 vsize=2715132 CPUtime=0.66 cores=1,3,5,7
/proc/5904/task/5920/stat : 5920 (java) S 5902 5904 959 0 -1 4202560 5709 0 0 0 65 1 0 0 20 0 19 0 342921102 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140541781440824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5921] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5921/stat : 5921 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342921102 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140541780388216 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5922] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5922/stat : 5922 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342921102 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140541779335624 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5923] ppid=5902 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5923/stat : 5923 (java) S 5902 5904 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342921199 2780295168 94071 33554432000 1073741824 1073778376 140736661088944 140541778249384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 5924
/proc/meminfo: memFree=27052236/32873648 swapFree=7388/7388

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

/proc/5904/task/5918/stat : 5918 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541783546512 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5919] ppid=5902 vsize=2781696 CPUtime=0.67 cores=1,3,5,7
/proc/5904/task/5919/stat : 5919 (java) S 5902 5904 959 0 -1 4202560 4502 0 0 0 65 2 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541782493624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5920] ppid=5902 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/5904/task/5920/stat : 5920 (java) S 5902 5904 959 0 -1 4202560 5710 0 0 0 73 1 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541781440824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5921] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5921/stat : 5921 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541780388216 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5922] ppid=5902 vsize=2781696 CPUtime=0.17 cores=1,3,5,7
/proc/5904/task/5922/stat : 5922 (java) S 5902 5904 959 0 -1 4202560 49 0 0 0 7 10 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541779335624 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5923] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5923/stat : 5923 (java) S 5902 5904 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342921199 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541778249384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=6126] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/6126/stat : 6126 (java) S 5902 5904 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 343006242 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541777195000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 859.45
Current children cumulated vsize (KiB) 2781696

[startup+855.501 s]
/proc/loadavg: 2.02 2.03 2.00 3/214 6126
/proc/meminfo: memFree=26518916/32873648 swapFree=7388/7388
[pid=5904] ppid=5902 vsize=2781696 CPUtime=859.85 cores=1,3,5,7
/proc/5904/stat : 5904 (java) S 5902 5904 959 0 -1 4202496 16496 0 1 0 85877 108 0 0 20 0 20 0 342921096 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140736661080080 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5904/statm: 695424 341755 2281 9 0 686117 0
[pid=5904/tid=5906] ppid=5902 vsize=2781696 CPUtime=809.57 cores=1,3,5,7
/proc/5904/task/5906/stat : 5906 (java) S 5902 5904 959 0 -1 4202560 3033 0 1 0 80938 19 0 0 20 0 20 0 342921097 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542409860280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5907] ppid=5902 vsize=2781696 CPUtime=0.35 cores=1,3,5,7
/proc/5904/task/5907/stat : 5907 (java) S 5902 5904 959 0 -1 4202560 145 0 0 0 28 7 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542276770856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5908] ppid=5902 vsize=2781696 CPUtime=0.43 cores=1,3,5,7
/proc/5904/task/5908/stat : 5908 (java) S 5902 5904 959 0 -1 4202560 230 0 0 0 33 10 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542275718056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5909] ppid=5902 vsize=2781696 CPUtime=0.59 cores=1,3,5,7
/proc/5904/task/5909/stat : 5909 (java) S 5902 5904 959 0 -1 4202560 277 0 0 0 45 14 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542274665256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5910] ppid=5902 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/5904/task/5910/stat : 5910 (java) S 5902 5904 959 0 -1 4202560 276 0 0 0 42 13 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542273612456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5911] ppid=5902 vsize=2781696 CPUtime=0.52 cores=1,3,5,7
/proc/5904/task/5911/stat : 5911 (java) S 5902 5904 959 0 -1 4202560 265 0 0 0 40 12 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542272559656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5912] ppid=5902 vsize=2781696 CPUtime=0.4 cores=1,3,5,7
/proc/5904/task/5912/stat : 5912 (java) S 5902 5904 959 0 -1 4202560 182 0 0 0 31 9 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542271506856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5913] ppid=5902 vsize=2781696 CPUtime=0.56 cores=1,3,5,7
/proc/5904/task/5913/stat : 5913 (java) S 5902 5904 959 0 -1 4202560 279 0 0 0 45 11 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542270454056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5914] ppid=5902 vsize=2781696 CPUtime=0.47 cores=1,3,5,7
/proc/5904/task/5914/stat : 5914 (java) S 5902 5904 959 0 -1 4202560 205 0 0 0 36 11 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541798901928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5915] ppid=5902 vsize=2781696 CPUtime=42.59 cores=1,3,5,7
/proc/5904/task/5915/stat : 5915 (java) R 5902 5904 959 0 -1 4202560 150 0 0 0 4256 3 0 0 20 0 20 0 342921099 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541786705032 140542416367688 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5916] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5916/stat : 5916 (java) S 5902 5904 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342921100 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541785650936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5917] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5917/stat : 5917 (java) S 5902 5904 959 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342921100 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541784598024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5918] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5918/stat : 5918 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541783546512 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5919] ppid=5902 vsize=2781696 CPUtime=0.67 cores=1,3,5,7
/proc/5904/task/5919/stat : 5919 (java) S 5902 5904 959 0 -1 4202560 4502 0 0 0 65 2 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541782493624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5920] ppid=5902 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/5904/task/5920/stat : 5920 (java) S 5902 5904 959 0 -1 4202560 5710 0 0 0 73 1 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541781440824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5921] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5921/stat : 5921 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541780388216 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5922] ppid=5902 vsize=2781696 CPUtime=0.17 cores=1,3,5,7
/proc/5904/task/5922/stat : 5922 (java) S 5902 5904 959 0 -1 4202560 49 0 0 0 7 10 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541779335624 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5923] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5923/stat : 5923 (java) S 5902 5904 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342921199 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541778249384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=6126] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/6126/stat : 6126 (java) S 5902 5904 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 343006242 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541777195000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 859.85
Current children cumulated vsize (KiB) 2781696

[startup+855.901 s]
/proc/loadavg: 2.02 2.03 2.00 3/214 6126
/proc/meminfo: memFree=26519040/32873648 swapFree=7388/7388
[pid=5904] ppid=5902 vsize=2781696 CPUtime=860.25 cores=1,3,5,7
/proc/5904/stat : 5904 (java) S 5902 5904 959 0 -1 4202496 16496 0 1 0 85917 108 0 0 20 0 20 0 342921096 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140736661080080 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5904/statm: 695424 341755 2281 9 0 686117 0
[pid=5904/tid=5906] ppid=5902 vsize=2781696 CPUtime=809.57 cores=1,3,5,7
/proc/5904/task/5906/stat : 5906 (java) S 5902 5904 959 0 -1 4202560 3033 0 1 0 80938 19 0 0 20 0 20 0 342921097 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542409860280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5907] ppid=5902 vsize=2781696 CPUtime=0.35 cores=1,3,5,7
/proc/5904/task/5907/stat : 5907 (java) S 5902 5904 959 0 -1 4202560 145 0 0 0 28 7 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542276770856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5908] ppid=5902 vsize=2781696 CPUtime=0.43 cores=1,3,5,7
/proc/5904/task/5908/stat : 5908 (java) S 5902 5904 959 0 -1 4202560 230 0 0 0 33 10 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542275718056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5909] ppid=5902 vsize=2781696 CPUtime=0.59 cores=1,3,5,7
/proc/5904/task/5909/stat : 5909 (java) S 5902 5904 959 0 -1 4202560 277 0 0 0 45 14 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542274665256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5910] ppid=5902 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/5904/task/5910/stat : 5910 (java) S 5902 5904 959 0 -1 4202560 276 0 0 0 42 13 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542273612456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5911] ppid=5902 vsize=2781696 CPUtime=0.52 cores=1,3,5,7
/proc/5904/task/5911/stat : 5911 (java) S 5902 5904 959 0 -1 4202560 265 0 0 0 40 12 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542272559656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5912] ppid=5902 vsize=2781696 CPUtime=0.4 cores=1,3,5,7
/proc/5904/task/5912/stat : 5912 (java) S 5902 5904 959 0 -1 4202560 182 0 0 0 31 9 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542271506856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5913] ppid=5902 vsize=2781696 CPUtime=0.56 cores=1,3,5,7
/proc/5904/task/5913/stat : 5913 (java) S 5902 5904 959 0 -1 4202560 279 0 0 0 45 11 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542270454056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5914] ppid=5902 vsize=2781696 CPUtime=0.47 cores=1,3,5,7
/proc/5904/task/5914/stat : 5914 (java) S 5902 5904 959 0 -1 4202560 205 0 0 0 36 11 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541798901928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5915] ppid=5902 vsize=2781696 CPUtime=42.99 cores=1,3,5,7
/proc/5904/task/5915/stat : 5915 (java) R 5902 5904 959 0 -1 4202560 150 0 0 0 4296 3 0 0 20 0 20 0 342921099 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541786705032 212072939864 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5916] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5916/stat : 5916 (java) S 5902 5904 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342921100 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541785650936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5917] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5917/stat : 5917 (java) S 5902 5904 959 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342921100 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541784598024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5918] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5918/stat : 5918 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541783546512 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5919] ppid=5902 vsize=2781696 CPUtime=0.67 cores=1,3,5,7
/proc/5904/task/5919/stat : 5919 (java) S 5902 5904 959 0 -1 4202560 4502 0 0 0 65 2 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541782493624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5920] ppid=5902 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/5904/task/5920/stat : 5920 (java) S 5902 5904 959 0 -1 4202560 5710 0 0 0 73 1 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541781440824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5921] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5921/stat : 5921 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541780388216 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5922] ppid=5902 vsize=2781696 CPUtime=0.17 cores=1,3,5,7
/proc/5904/task/5922/stat : 5922 (java) S 5902 5904 959 0 -1 4202560 49 0 0 0 7 10 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541779335624 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5923] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5923/stat : 5923 (java) S 5902 5904 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342921199 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541778249384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=6126] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/6126/stat : 6126 (java) S 5902 5904 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 343006242 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541777195000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 860.25
Current children cumulated vsize (KiB) 2781696

[startup+856.001 s]
/proc/loadavg: 2.02 2.03 2.00 3/214 6126
/proc/meminfo: memFree=26519040/32873648 swapFree=7388/7388
[pid=5904] ppid=5902 vsize=2781696 CPUtime=860.35 cores=1,3,5,7
/proc/5904/stat : 5904 (java) S 5902 5904 959 0 -1 4202496 16496 0 1 0 85927 108 0 0 20 0 20 0 342921096 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140736661080080 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5904/statm: 695424 341755 2281 9 0 686117 0
[pid=5904/tid=5906] ppid=5902 vsize=2781696 CPUtime=809.57 cores=1,3,5,7
/proc/5904/task/5906/stat : 5906 (java) S 5902 5904 959 0 -1 4202560 3033 0 1 0 80938 19 0 0 20 0 20 0 342921097 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542409860280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5907] ppid=5902 vsize=2781696 CPUtime=0.35 cores=1,3,5,7
/proc/5904/task/5907/stat : 5907 (java) S 5902 5904 959 0 -1 4202560 145 0 0 0 28 7 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542276770856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5908] ppid=5902 vsize=2781696 CPUtime=0.43 cores=1,3,5,7
/proc/5904/task/5908/stat : 5908 (java) S 5902 5904 959 0 -1 4202560 230 0 0 0 33 10 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542275718056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5909] ppid=5902 vsize=2781696 CPUtime=0.59 cores=1,3,5,7
/proc/5904/task/5909/stat : 5909 (java) S 5902 5904 959 0 -1 4202560 277 0 0 0 45 14 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542274665256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5910] ppid=5902 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/5904/task/5910/stat : 5910 (java) S 5902 5904 959 0 -1 4202560 276 0 0 0 42 13 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542273612456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5911] ppid=5902 vsize=2781696 CPUtime=0.52 cores=1,3,5,7
/proc/5904/task/5911/stat : 5911 (java) S 5902 5904 959 0 -1 4202560 265 0 0 0 40 12 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542272559656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5912] ppid=5902 vsize=2781696 CPUtime=0.4 cores=1,3,5,7
/proc/5904/task/5912/stat : 5912 (java) S 5902 5904 959 0 -1 4202560 182 0 0 0 31 9 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542271506856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5913] ppid=5902 vsize=2781696 CPUtime=0.56 cores=1,3,5,7
/proc/5904/task/5913/stat : 5913 (java) S 5902 5904 959 0 -1 4202560 279 0 0 0 45 11 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140542270454056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5914] ppid=5902 vsize=2781696 CPUtime=0.47 cores=1,3,5,7
/proc/5904/task/5914/stat : 5914 (java) S 5902 5904 959 0 -1 4202560 205 0 0 0 36 11 0 0 20 0 20 0 342921098 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541798901928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5915] ppid=5902 vsize=2781696 CPUtime=43.09 cores=1,3,5,7
/proc/5904/task/5915/stat : 5915 (java) R 5902 5904 959 0 -1 4202560 150 0 0 0 4306 3 0 0 20 0 20 0 342921099 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541786705032 140542416715708 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5916] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5916/stat : 5916 (java) S 5902 5904 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342921100 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541785650936 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5917] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5917/stat : 5917 (java) S 5902 5904 959 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 342921100 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541784598024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5918] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5918/stat : 5918 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541783546512 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5919] ppid=5902 vsize=2781696 CPUtime=0.67 cores=1,3,5,7
/proc/5904/task/5919/stat : 5919 (java) S 5902 5904 959 0 -1 4202560 4502 0 0 0 65 2 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541782493624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5904/tid=5920] ppid=5902 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/5904/task/5920/stat : 5920 (java) S 5902 5904 959 0 -1 4202560 5710 0 0 0 73 1 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541781440824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5904/tid=5921] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5921/stat : 5921 (java) S 5902 5904 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541780388216 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=5922] ppid=5902 vsize=2781696 CPUtime=0.17 cores=1,3,5,7
/proc/5904/task/5922/stat : 5922 (java) S 5902 5904 959 0 -1 4202560 49 0 0 0 7 10 0 0 20 0 20 0 342921102 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541779335624 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5904/tid=5923] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/5923/stat : 5923 (java) S 5902 5904 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342921199 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541778249384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5904/tid=6126] ppid=5902 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/5904/task/6126/stat : 6126 (java) S 5902 5904 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 343006242 2848456704 341755 33554432000 1073741824 1073778376 140736661088944 140541777195000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 860.35
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5904 and gives
#  childrusage.ru_utime.tv_sec=857
#  childrusage.ru_utime.tv_usec=70705
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=353794
# CPU time returned by wait4() is 858.424
# while last known CPU time is 860.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 856.064
CPU time (s): 860.35
CPU user time (s): 859.27
CPU system time (s): 1.08
CPU usage (%): 100.501
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 857.071
system time used= 1.35379
maximum resident set size= 1367052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16508
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18639
involuntary context switches= 6442

runsolver used 1.9557 second user time and 4.48732 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-04 01:59:26
IDJOB=3739254
IDBENCH=72400
IDSOLVER=2322
FILE ID=node148/3739254-1338767966
RUNJOBID= node148-1338737846-978
PBS_JOBID= 14636767
Free space on /tmp= 71324 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/10orplus/normalized-xvfb.cudf.trendy.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739254-1338767966/watcher-3739254-1338767966 -o /tmp/evaluation-result-3739254-1338767966/solver-3739254-1338767966 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3739254-1338767966.opb

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

MD5SUM BENCH= 19a31dcc7d4af59eaddbb91eafd1bc0a
RANDOM SEED=185210428

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27493744 kB
Buffers:          605240 kB
Cached:          2959120 kB
SwapCached:          628 kB
Active:          2331936 kB
Inactive:        2134552 kB
Active(anon):     891096 kB
Inactive(anon):    10660 kB
Active(file):    1440840 kB
Inactive(file):  2123892 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:              3548 kB
Writeback:             0 kB
AnonPages:        912052 kB
Mapped:            19052 kB
Shmem:                36 kB
Slab:             769060 kB
SReclaimable:     212000 kB
SUnreclaim:       557060 kB
KernelStack:        1696 kB
PageTables:         5704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1518148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    870400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71324 MiB
End job on node148 at 2012-06-04 02:13:42