Trace number 3710092

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotUNSAT 54.5937 52.8607

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
MD5SUM738ba96229fdd401b6476ba773d47634
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.742886
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2928
Sum of products size (including duplicates)5856
Number of different products1464
Sum of products size2928

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@70535b58
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710092-1338174799.opb
0.10/0.11	c reading problem ... 
0.25/0.28	c ... done. Wall clock time 0.173s.
0.25/0.28	c declared #vars     100
0.25/0.28	c internal #vars     1564
0.25/0.28	c #constraints  3081
0.25/0.28	c constraints type 
0.25/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1464
0.25/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.25/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.25/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1464
0.25/0.28	c 3081 constraints processed.
1.29/0.81	c cleaning 2491 clauses out of 5000 with flag 5000/5000
1.67/1.14	c cleaning 4257 clauses out of 8513 with flag 11004/11004
2.06/1.55	c cleaning 5624 clauses out of 11254 with flag 18002/18002
2.59/2.07	c cleaning 6815 clauses out of 13631 with flag 26003/26003
3.56/2.63	c cleaning 7907 clauses out of 15814 with flag 35001/35001
4.42/3.15	c cleaning 8955 clauses out of 17911 with flag 45005/45005
5.25/3.93	c cleaning 9974 clauses out of 19954 with flag 56003/56003
5.86/4.57	c cleaning 10987 clauses out of 21977 with flag 68000/68000
6.56/5.27	c cleaning 11994 clauses out of 23993 with flag 81003/81003
7.46/6.17	c cleaning 12986 clauses out of 25996 with flag 95000/95000
8.28/6.96	c cleaning 13992 clauses out of 28011 with flag 110001/110001
9.19/7.88	c cleaning 15005 clauses out of 30020 with flag 126002/126002
10.20/8.84	c cleaning 15997 clauses out of 32013 with flag 143000/143000
11.11/9.79	c cleaning 17006 clauses out of 34017 with flag 161001/161001
12.57/11.14	c cleaning 17999 clauses out of 36010 with flag 180000/180000
14.19/12.70	c cleaning 19006 clauses out of 38011 with flag 200000/200000
15.59/14.16	c cleaning 19994 clauses out of 40005 with flag 221000/221000
17.09/15.64	c cleaning 21002 clauses out of 42012 with flag 243001/243001
18.91/17.40	c cleaning 21996 clauses out of 44009 with flag 266000/266000
20.83/19.33	c cleaning 23006 clauses out of 46015 with flag 290002/290002
22.63/21.14	c cleaning 24001 clauses out of 48009 with flag 315002/315002
24.65/23.11	c cleaning 24984 clauses out of 50008 with flag 341002/341002
26.55/25.02	c cleaning 25998 clauses out of 52022 with flag 368000/368000
29.06/27.52	c cleaning 27015 clauses out of 54044 with flag 396020/396020
31.26/29.75	c cleaning 27988 clauses out of 56009 with flag 425000/425000
33.66/32.12	c cleaning 29007 clauses out of 58022 with flag 455001/455001
36.29/34.74	c cleaning 29994 clauses out of 60014 with flag 486000/486000
39.10/37.53	c cleaning 31006 clauses out of 62021 with flag 518001/518001
42.11/40.52	c cleaning 31999 clauses out of 64016 with flag 551002/551002
44.92/43.33	c cleaning 33000 clauses out of 66015 with flag 585000/585000
48.14/46.50	c cleaning 33990 clauses out of 68015 with flag 620000/620000
51.25/49.69	c cleaning 34999 clauses out of 70026 with flag 656001/656001
54.15/52.51	c cleaning 36004 clauses out of 72026 with flag 693000/693000
54.47/52.84	c starts		: 169
54.47/52.84	c conflicts		: 698345
54.47/52.84	c decisions		: 1052518
54.47/52.84	c propagations		: 38238118
54.47/52.84	c inspects		: 583011570
54.47/52.84	c shortcuts		: 0
54.47/52.84	c learnt literals	: 16
54.47/52.84	c learnt binary clauses	: 229
54.47/52.84	c learnt ternary clauses	: 23312
54.47/52.84	c learnt constraints	: 698328
54.47/52.84	c ignored constraints	: 0
54.47/52.84	c root simplifications	: 184
54.47/52.84	c removed literals (reason simplification)	: 15525501
54.47/52.84	c reason swapping (by a shorter reason)	: 0
54.47/52.84	c Calls to reduceDB	: 33
54.47/52.84	c number of reductions to clauses (during analyze)	: 0
54.47/52.84	c number of learned constraints concerned by reduction	: 0
54.47/52.84	c number of learning phase by resolution	: 0
54.47/52.84	c number of learning phase by cutting planes	: 0
54.47/52.84	c speed (assignments/second)	: 727527.5024258452
54.47/52.84	c non guided choices	1481
54.47/52.84	c learnt constraints type 
54.47/52.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
54.47/52.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1406
54.47/52.84	c constraints type 
54.47/52.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1464
54.47/52.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
54.47/52.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
54.47/52.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1464
54.47/52.84	c 3081 constraints processed.
54.47/52.84	s UNSATISFIABLE
54.47/52.84	c Total wall clock time (in seconds): 52.738

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-3710092-1338174799/watcher-3710092-1338174799 -o /tmp/evaluation-result-3710092-1338174799/solver-3710092-1338174799 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710092-1338174799.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: 2.12 2.04 2.01 3/194 15459
/proc/meminfo: memFree=29939456/32873648 swapFree=6860/6860
[pid=15459] ppid=15457 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/15459/stat : 15459 (java) S 15457 15459 13368 0 -1 4202496 1218 0 0 0 0 0 0 0 20 0 2 0 283605967 95129600 927 33554432000 1073741824 1073778376 140734904226480 140734904217616 266439000125 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15459/statm: 23225 927 703 9 0 16769 0
[pid=15459/tid=15460] ppid=15457 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15460/stat : 15460 (java) D 15457 15459 13368 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 283605968 95129600 927 33554432000 1073741824 1073778376 140734904226480 140519879646760 266426477863 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.0887139 s]
/proc/loadavg: 2.12 2.04 2.01 3/194 15459
/proc/meminfo: memFree=29939456/32873648 swapFree=6860/6860
[pid=15459] ppid=15457 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/15459/stat : 15459 (java) S 15457 15459 13368 0 -1 4202496 4290 0 1 0 8 1 0 0 20 0 18 0 283605967 9787842560 6007 33554432000 1073741824 1073778376 140734904226480 140734904217616 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15459/statm: 2389610 6007 2116 9 0 2380296 0
[pid=15459/tid=15460] ppid=15457 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/15459/task/15460/stat : 15460 (java) R 15457 15459 13368 0 -1 4202560 2426 0 1 0 5 1 0 0 20 0 18 0 283605968 9787842560 6007 33554432000 1073741824 1073778376 140734904226480 140519879642216 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.100241 s]
/proc/loadavg: 2.12 2.04 2.01 3/194 15459
/proc/meminfo: memFree=29939456/32873648 swapFree=6860/6860
[pid=15459] ppid=15457 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/15459/stat : 15459 (java) S 15457 15459 13368 0 -1 4202496 4407 0 1 0 9 1 0 0 20 0 18 0 283605967 9787842560 6124 33554432000 1073741824 1073778376 140734904226480 140734904217616 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15459/statm: 2389610 6124 2145 9 0 2380296 0
[pid=15459/tid=15460] ppid=15457 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/15459/task/15460/stat : 15460 (java) R 15457 15459 13368 0 -1 4202560 2495 0 1 0 6 2 0 0 20 0 18 0 283605968 9787842560 6124 33554432000 1073741824 1073778376 140734904226480 140519879642216 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300237 s]
/proc/loadavg: 2.12 2.04 2.01 3/194 15459
/proc/meminfo: memFree=29939456/32873648 swapFree=6860/6860
[pid=15459] ppid=15457 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/15459/stat : 15459 (java) S 15457 15459 13368 0 -1 4202496 5992 0 1 0 43 2 0 0 20 0 19 0 283605967 9856004096 9310 33554432000 1073741824 1073778376 140734904226480 140734904217616 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15459/statm: 2406251 9310 2244 9 0 2396937 0
[pid=15459/tid=15460] ppid=15457 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/15459/task/15460/stat : 15460 (java) R 15457 15459 13368 0 -1 4202560 2519 0 1 0 26 2 0 0 20 0 19 0 283605968 9856004096 9310 33554432000 1073741824 1073778376 140734904226480 140519879652112 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9625004

[startup+0.700227 s]
/proc/loadavg: 2.12 2.04 2.01 3/194 15459
/proc/meminfo: memFree=29939456/32873648 swapFree=6860/6860
[pid=15459] ppid=15457 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/15459/stat : 15459 (java) S 15457 15459 13368 0 -1 4202496 8439 0 1 0 114 2 0 0 20 0 19 0 283605967 9856004096 10513 33554432000 1073741824 1073778376 140734904226480 140734904217616 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15459/statm: 2406251 10513 2258 9 0 2396937 0
[pid=15459/tid=15460] ppid=15457 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/15459/task/15460/stat : 15460 (java) R 15457 15459 13368 0 -1 4202560 2519 0 1 0 66 2 0 0 20 0 19 0 283605968 9856004096 10513 33554432000 1073741824 1073778376 140734904226480 140519879652112 140519737413089 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9625004

[startup+1.5006 s]
/proc/loadavg: 2.12 2.04 2.01 3/213 15478
/proc/meminfo: memFree=29897400/32873648 swapFree=6860/6860
[pid=15459] ppid=15457 vsize=9625004 CPUtime=2.06 cores=1,3,5,7
/proc/15459/stat : 15459 (java) S 15457 15459 13368 0 -1 4202496 8511 0 1 0 203 3 0 0 20 0 19 0 283605967 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140734904217616 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15459/statm: 2406251 13640 2286 9 0 2396937 0
[pid=15459/tid=15460] ppid=15457 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/15459/task/15460/stat : 15460 (java) R 15457 15459 13368 0 -1 4202560 2523 0 1 0 143 2 0 0 20 0 19 0 283605968 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519879651752 140519737542752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15462] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15462/stat : 15462 (java) S 15457 15459 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519857752744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15463] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15463/stat : 15463 (java) S 15457 15459 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519856700200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15464] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15464/stat : 15464 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519855647656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15465] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15465/stat : 15465 (java) S 15457 15459 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519518759976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15466] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15466/stat : 15466 (java) S 15457 15459 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519517706408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15467] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15467/stat : 15467 (java) S 15457 15459 13368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519516653864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15468] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15468/stat : 15468 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519515601320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15469] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15469/stat : 15469 (java) S 15457 15459 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519514548776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15470] ppid=15457 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/15459/task/15470/stat : 15470 (java) S 15457 15459 13368 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 283605970 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519502350952 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15471] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15471/stat : 15471 (java) S 15457 15459 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283605970 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519501297272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15472] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15472/stat : 15472 (java) S 15457 15459 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283605970 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519500244616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15473] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15473/stat : 15473 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519499193360 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15474] ppid=15457 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/15459/task/15474/stat : 15474 (java) S 15457 15459 13368 0 -1 4202560 2502 0 0 0 25 0 0 0 20 0 19 0 283605972 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519498139704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15475] ppid=15457 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/15459/task/15475/stat : 15475 (java) S 15457 15459 13368 0 -1 4202560 2230 0 0 0 28 0 0 0 20 0 19 0 283605972 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519497087160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15476] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15476/stat : 15476 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519496034808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15477] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15477/stat : 15477 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519494982472 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15478] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15478/stat : 15478 (java) S 15457 15459 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283605996 9856004096 13640 33554432000 1073741824 1073778376 140734904226480 140519493866792 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 2.12 2.04 2.01 5/213 15478
/proc/meminfo: memFree=29881772/32873648 swapFree=6860/6860
[pid=15459] ppid=15457 vsize=9625004 CPUtime=4.42 cores=1,3,5,7
/proc/15459/stat : 15459 (java) S 15457 15459 13368 0 -1 4202496 15708 0 1 0 439 3 0 0 20 0 19 0 283605967 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140734904217616 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15459/statm: 2406251 17758 2287 9 0 2396937 0
[pid=15459/tid=15460] ppid=15457 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/15459/task/15460/stat : 15460 (java) R 15457 15459 13368 0 -1 4202560 2525 0 1 0 298 2 0 0 20 0 19 0 283605968 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519879651816 140519737435535 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15462] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15462/stat : 15462 (java) S 15457 15459 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519857752744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15463] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15463/stat : 15463 (java) S 15457 15459 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519856700200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15464] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15464/stat : 15464 (java) S 15457 15459 13368 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519855647656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15465] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15465/stat : 15465 (java) S 15457 15459 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519518759976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15466] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15466/stat : 15466 (java) S 15457 15459 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519517706408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15467] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15467/stat : 15467 (java) S 15457 15459 13368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519516653864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15468] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15468/stat : 15468 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519515601320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15469] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15469/stat : 15469 (java) S 15457 15459 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519514548776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15470] ppid=15457 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15459/task/15470/stat : 15470 (java) S 15457 15459 13368 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 283605970 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519502350952 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15471] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15471/stat : 15471 (java) S 15457 15459 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283605970 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519501297272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15472] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15472/stat : 15472 (java) S 15457 15459 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283605970 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519500244616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15473] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15473/stat : 15473 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519499193360 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15474] ppid=15457 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/15459/task/15474/stat : 15474 (java) S 15457 15459 13368 0 -1 4202560 8912 0 0 0 84 1 0 0 20 0 19 0 283605972 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519498139704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15475] ppid=15457 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/15459/task/15475/stat : 15475 (java) S 15457 15459 13368 0 -1 4202560 3007 0 0 0 43 0 0 0 20 0 19 0 283605972 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519497087160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15476] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15476/stat : 15476 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519496034808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15477] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15477/stat : 15477 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519494982472 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15478] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15478/stat : 15478 (java) S 15457 15459 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283605996 9856004096 17758 33554432000 1073741824 1073778376 140734904226480 140519493866792 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 9625004

[startup+6.30064 s]
/proc/loadavg: 2.11 2.04 2.01 3/213 15478
/proc/meminfo: memFree=29878376/32873648 swapFree=6860/6860
[pid=15459] ppid=15457 vsize=9625004 CPUtime=7.68 cores=1,3,5,7
/proc/15459/stat : 15459 (java) S 15457 15459 13368 0 -1 4202496 15750 0 1 0 764 4 0 0 20 0 19 0 283605967 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140734904217616 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15459/statm: 2406251 17697 2287 9 0 2396937 0
[pid=15459/tid=15460] ppid=15457 vsize=9625004 CPUtime=6.12 cores=1,3,5,7
/proc/15459/task/15460/stat : 15460 (java) R 15457 15459 13368 0 -1 4202560 2531 0 1 0 610 2 0 0 20 0 19 0 283605968 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519879651592 140519737435221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15462] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15462/stat : 15462 (java) S 15457 15459 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519857752744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15463] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15463/stat : 15463 (java) S 15457 15459 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519856700200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15464] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15464/stat : 15464 (java) S 15457 15459 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519855647656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15465] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15465/stat : 15465 (java) S 15457 15459 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519518759976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15466] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15466/stat : 15466 (java) S 15457 15459 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519517706408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15467] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15467/stat : 15467 (java) S 15457 15459 13368 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519516653864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15468] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15468/stat : 15468 (java) S 15457 15459 13368 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519515601320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15469] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15469/stat : 15469 (java) S 15457 15459 13368 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283605969 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519514548776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15470] ppid=15457 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/15459/task/15470/stat : 15470 (java) S 15457 15459 13368 0 -1 4202560 34 0 0 0 12 0 0 0 20 0 19 0 283605970 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519502350952 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15471] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15471/stat : 15471 (java) S 15457 15459 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283605970 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519501297272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15472] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15472/stat : 15472 (java) S 15457 15459 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283605970 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519500244616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15473] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15473/stat : 15473 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519499193360 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15474] ppid=15457 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/15459/task/15474/stat : 15474 (java) S 15457 15459 13368 0 -1 4202560 8913 0 0 0 85 1 0 0 20 0 19 0 283605972 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519498139704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15475] ppid=15457 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/15459/task/15475/stat : 15475 (java) S 15457 15459 13368 0 -1 4202560 3007 0 0 0 45 0 0 0 20 0 19 0 283605972 9856004096 17697 33554432000 1073741824 1073778376 140734904226480 140519497087160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/15459/task/15462/stat : 15462 (java) S 15457 15459 13368 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519857752744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15463] ppid=15457 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15459/task/15463/stat : 15463 (java) S 15457 15459 13368 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519856700200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15464] ppid=15457 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15459/task/15464/stat : 15464 (java) S 15457 15459 13368 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519855647656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15465] ppid=15457 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/15459/task/15465/stat : 15465 (java) S 15457 15459 13368 0 -1 4202560 54 0 0 0 6 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519518759976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15466] ppid=15457 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15459/task/15466/stat : 15466 (java) S 15457 15459 13368 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519517706408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15467] ppid=15457 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15459/task/15467/stat : 15467 (java) S 15457 15459 13368 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519516653864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15468] ppid=15457 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15459/task/15468/stat : 15468 (java) S 15457 15459 13368 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519515601320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15469] ppid=15457 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/15459/task/15469/stat : 15469 (java) S 15457 15459 13368 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519514548776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15470] ppid=15457 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/15459/task/15470/stat : 15470 (java) S 15457 15459 13368 0 -1 4202560 38 0 0 0 53 0 0 0 20 0 19 0 283605970 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519502350952 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15471] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15471/stat : 15471 (java) S 15457 15459 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283605970 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519501297272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15472] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15472/stat : 15472 (java) S 15457 15459 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283605970 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519500244616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15473] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15473/stat : 15473 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519499193360 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15474] ppid=15457 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/15459/task/15474/stat : 15474 (java) S 15457 15459 13368 0 -1 4202560 8913 0 0 0 85 1 0 0 20 0 19 0 283605972 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519498139704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15475] ppid=15457 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/15459/task/15475/stat : 15475 (java) S 15457 15459 13368 0 -1 4202560 3008 0 0 0 45 0 0 0 20 0 19 0 283605972 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519497087160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15476] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15476/stat : 15476 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519496034808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15477] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15477/stat : 15477 (java) S 15457 15459 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519494982472 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15478] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15478/stat : 15478 (java) S 15457 15459 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283605996 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519493866792 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 53.55
Current children cumulated vsize (KiB) 9625004

[startup+52.3006 s]
/proc/loadavg: 2.05 2.03 2.00 3/213 15478
/proc/meminfo: memFree=29881180/32873648 swapFree=6860/6860
[pid=15459] ppid=15457 vsize=9625004 CPUtime=53.95 cores=1,3,5,7
/proc/15459/stat : 15459 (java) S 15457 15459 13368 0 -1 4202496 15904 0 1 0 5390 5 0 0 20 0 19 0 283605967 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140734904217616 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15459/statm: 2406251 16519 2287 9 0 2396937 0
[pid=15459/tid=15460] ppid=15457 vsize=9625004 CPUtime=51.54 cores=1,3,5,7
/proc/15459/task/15460/stat : 15460 (java) R 15457 15459 13368 0 -1 4202560 2553 0 1 0 5152 2 0 0 20 0 19 0 283605968 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519879651632 140519737436014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15462] ppid=15457 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15459/task/15462/stat : 15462 (java) S 15457 15459 13368 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519857752744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15463] ppid=15457 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15459/task/15463/stat : 15463 (java) S 15457 15459 13368 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519856700200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15464] ppid=15457 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15459/task/15464/stat : 15464 (java) S 15457 15459 13368 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519855647656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15465] ppid=15457 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/15459/task/15465/stat : 15465 (java) S 15457 15459 13368 0 -1 4202560 54 0 0 0 6 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519518759976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15466] ppid=15457 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15459/task/15466/stat : 15466 (java) S 15457 15459 13368 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519517706408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15467] ppid=15457 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15459/task/15467/stat : 15467 (java) S 15457 15459 13368 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519516653864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15468] ppid=15457 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15459/task/15468/stat : 15468 (java) S 15457 15459 13368 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519515601320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15469] ppid=15457 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/15459/task/15469/stat : 15469 (java) S 15457 15459 13368 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 283605969 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519514548776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15470] ppid=15457 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/15459/task/15470/stat : 15470 (java) S 15457 15459 13368 0 -1 4202560 38 0 0 0 53 0 0 0 20 0 19 0 283605970 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519502350952 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15471] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15471/stat : 15471 (java) S 15457 15459 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283605970 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519501297272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15472] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15472/stat : 15472 (java) S 15457 15459 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283605970 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519500244616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15473] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15473/stat : 15473 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519499193360 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15474] ppid=15457 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/15459/task/15474/stat : 15474 (java) S 15457 15459 13368 0 -1 4202560 8913 0 0 0 85 1 0 0 20 0 19 0 283605972 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519498139704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15475] ppid=15457 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/15459/task/15475/stat : 15475 (java) S 15457 15459 13368 0 -1 4202560 3008 0 0 0 45 0 0 0 20 0 19 0 283605972 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519497087160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15476] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15476/stat : 15476 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519496034808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15477] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15477/stat : 15477 (java) S 15457 15459 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519494982472 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15478] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15478/stat : 15478 (java) S 15457 15459 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283605996 9856004096 16519 33554432000 1073741824 1073778376 140734904226480 140519493866792 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 53.95
Current children cumulated vsize (KiB) 9625004

[startup+52.7006 s]
/proc/loadavg: 2.05 2.03 2.00 3/213 15478
/proc/meminfo: memFree=29881180/32873648 swapFree=6860/6860
[pid=15459] ppid=15457 vsize=9625004 CPUtime=54.37 cores=1,3,5,7
/proc/15459/stat : 15459 (java) S 15457 15459 13368 0 -1 4202496 15911 0 1 0 5432 5 0 0 20 0 19 0 283605967 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140734904217616 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15459/statm: 2406251 16525 2287 9 0 2396937 0
[pid=15459/tid=15460] ppid=15457 vsize=9625004 CPUtime=51.93 cores=1,3,5,7
/proc/15459/task/15460/stat : 15460 (java) R 15457 15459 13368 0 -1 4202560 2554 0 1 0 5191 2 0 0 20 0 19 0 283605968 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519879651752 140519737552477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15462] ppid=15457 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15459/task/15462/stat : 15462 (java) S 15457 15459 13368 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519857752744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15463] ppid=15457 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15459/task/15463/stat : 15463 (java) S 15457 15459 13368 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519856700200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15464] ppid=15457 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15459/task/15464/stat : 15464 (java) S 15457 15459 13368 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519855647656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15465] ppid=15457 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/15459/task/15465/stat : 15465 (java) S 15457 15459 13368 0 -1 4202560 54 0 0 0 6 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519518759976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15466] ppid=15457 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15459/task/15466/stat : 15466 (java) S 15457 15459 13368 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519517706408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15467] ppid=15457 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15459/task/15467/stat : 15467 (java) S 15457 15459 13368 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519516653864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15468] ppid=15457 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15459/task/15468/stat : 15468 (java) S 15457 15459 13368 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519515601320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15469] ppid=15457 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/15459/task/15469/stat : 15469 (java) S 15457 15459 13368 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519514548776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15470] ppid=15457 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/15459/task/15470/stat : 15470 (java) S 15457 15459 13368 0 -1 4202560 38 0 0 0 56 0 0 0 20 0 19 0 283605970 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519502350952 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15471] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15471/stat : 15471 (java) S 15457 15459 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283605970 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519501297272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15472] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15472/stat : 15472 (java) S 15457 15459 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283605970 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519500244616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15473] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15473/stat : 15473 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519499193360 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15474] ppid=15457 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/15459/task/15474/stat : 15474 (java) S 15457 15459 13368 0 -1 4202560 8913 0 0 0 85 1 0 0 20 0 19 0 283605972 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519498139704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15475] ppid=15457 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/15459/task/15475/stat : 15475 (java) S 15457 15459 13368 0 -1 4202560 3008 0 0 0 45 0 0 0 20 0 19 0 283605972 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519497087160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15476] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15476/stat : 15476 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519496034808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15477] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15477/stat : 15477 (java) S 15457 15459 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519494982472 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15478] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15478/stat : 15478 (java) S 15457 15459 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283605996 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519493866792 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 54.37
Current children cumulated vsize (KiB) 9625004

[startup+52.8068 s]
/proc/loadavg: 2.05 2.03 2.00 3/213 15478
/proc/meminfo: memFree=29881180/32873648 swapFree=6860/6860
[pid=15459] ppid=15457 vsize=9625004 CPUtime=54.47 cores=1,3,5,7
/proc/15459/stat : 15459 (java) S 15457 15459 13368 0 -1 4202496 15911 0 1 0 5442 5 0 0 20 0 19 0 283605967 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140734904217616 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15459/statm: 2406251 16525 2287 9 0 2396937 0
[pid=15459/tid=15460] ppid=15457 vsize=9625004 CPUtime=52.03 cores=1,3,5,7
/proc/15459/task/15460/stat : 15460 (java) R 15457 15459 13368 0 -1 4202560 2554 0 1 0 5201 2 0 0 20 0 19 0 283605968 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519879651752 140519737404175 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15462] ppid=15457 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15459/task/15462/stat : 15462 (java) S 15457 15459 13368 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519857752744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15463] ppid=15457 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15459/task/15463/stat : 15463 (java) S 15457 15459 13368 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519856700200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15464] ppid=15457 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15459/task/15464/stat : 15464 (java) S 15457 15459 13368 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519855647656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15465] ppid=15457 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/15459/task/15465/stat : 15465 (java) S 15457 15459 13368 0 -1 4202560 54 0 0 0 6 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519518759976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15466] ppid=15457 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15459/task/15466/stat : 15466 (java) S 15457 15459 13368 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519517706408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15467] ppid=15457 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15459/task/15467/stat : 15467 (java) S 15457 15459 13368 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519516653864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15468] ppid=15457 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15459/task/15468/stat : 15468 (java) S 15457 15459 13368 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519515601320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15469] ppid=15457 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/15459/task/15469/stat : 15469 (java) S 15457 15459 13368 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 283605969 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519514548776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15459/tid=15470] ppid=15457 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/15459/task/15470/stat : 15470 (java) S 15457 15459 13368 0 -1 4202560 38 0 0 0 56 0 0 0 20 0 19 0 283605970 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519502350952 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15471] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15471/stat : 15471 (java) S 15457 15459 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283605970 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519501297272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15472] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15472/stat : 15472 (java) S 15457 15459 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283605970 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519500244616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15473] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15473/stat : 15473 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519499193360 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15474] ppid=15457 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/15459/task/15474/stat : 15474 (java) S 15457 15459 13368 0 -1 4202560 8913 0 0 0 85 1 0 0 20 0 19 0 283605972 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519498139704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15459/tid=15475] ppid=15457 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/15459/task/15475/stat : 15475 (java) S 15457 15459 13368 0 -1 4202560 3008 0 0 0 45 0 0 0 20 0 19 0 283605972 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519497087160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15476] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15476/stat : 15476 (java) S 15457 15459 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519496034808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15459/tid=15477] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15477/stat : 15477 (java) S 15457 15459 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283605972 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519494982472 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15459/tid=15478] ppid=15457 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15459/task/15478/stat : 15478 (java) S 15457 15459 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283605996 9856004096 16525 33554432000 1073741824 1073778376 140734904226480 140519493866792 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 54.47
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 52.8607
CPU time (s): 54.5937
CPU user time (s): 54.4317
CPU system time (s): 0.161975
CPU usage (%): 103.278
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.4317
system time used= 0.161975
maximum resident set size= 75372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15928
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2285
involuntary context switches= 1726

runsolver used 0.180972 second user time and 0.414936 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 05:13:19
IDJOB=3710092
IDBENCH=48342
IDSOLVER=2289
FILE ID=node116/3710092-1338174799
RUNJOBID= node116-1338158618-13385
PBS_JOBID= 14624543
Free space on /tmp= 71472 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710092-1338174799/watcher-3710092-1338174799 -o /tmp/evaluation-result-3710092-1338174799/solver-3710092-1338174799 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710092-1338174799.opb

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

MD5SUM BENCH= 738ba96229fdd401b6476ba773d47634
RANDOM SEED=2075168443

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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		: 2666.556
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:       32873648 kB
MemFree:        29939728 kB
Buffers:          373892 kB
Cached:          1115184 kB
SwapCached:         3236 kB
Active:          1350468 kB
Inactive:         711952 kB
Active(anon):     564160 kB
Inactive(anon):     8956 kB
Active(file):     786308 kB
Inactive(file):   702996 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:               680 kB
Writeback:             0 kB
AnonPages:        608048 kB
Mapped:            20908 kB
Shmem:                96 kB
Slab:             700864 kB
SReclaimable:     144368 kB
SUnreclaim:       556496 kB
KernelStack:        1616 kB
PageTables:         4988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     824196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    581632 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= 71472 MiB
End job on node116 at 2012-05-28 05:14:12