Trace number 3687473

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
Sat 4j PB Resolution 2.3.2 SnapshotUNSAT 294.847 292.467

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark60.24
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
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 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687473-1337871931.opb
0.11/0.10	c reading problem ... 
1.10/0.61	c ... done. Wall clock time 0.517s.
1.10/0.61	c declared #vars     21380
1.10/0.61	c #constraints  60984
1.10/0.61	c constraints type 
1.10/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
1.10/0.61	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.10/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
1.10/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2156
1.10/0.61	c 60984 constraints processed.
3.05/2.17	c cleaning 2495 clauses out of 5000 with flag 5001/5001
4.79/3.79	c cleaning 4253 clauses out of 8506 with flag 11002/11002
6.70/5.62	c cleaning 5620 clauses out of 11253 with flag 18002/18002
8.63/7.53	c cleaning 6808 clauses out of 13631 with flag 26000/26000
10.89/9.79	c cleaning 7908 clauses out of 15826 with flag 35003/35003
12.90/11.77	c cleaning 8938 clauses out of 17916 with flag 45001/45001
15.32/14.15	c cleaning 9980 clauses out of 19977 with flag 56000/56000
18.43/17.22	c cleaning 10997 clauses out of 21998 with flag 68001/68001
21.54/20.39	c cleaning 11994 clauses out of 24001 with flag 81001/81001
25.17/23.90	c cleaning 12989 clauses out of 26008 with flag 95002/95002
28.69/27.44	c cleaning 13978 clauses out of 28017 with flag 110000/110000
32.21/30.94	c cleaning 14994 clauses out of 30039 with flag 126000/126000
36.31/35.09	c cleaning 16013 clauses out of 32045 with flag 143000/143000
41.33/40.04	c cleaning 16984 clauses out of 34033 with flag 161001/161001
47.56/46.23	c cleaning 18011 clauses out of 36050 with flag 180002/180002
52.48/51.13	c cleaning 19010 clauses out of 38038 with flag 200001/200001
58.62/57.28	c cleaning 19997 clauses out of 40028 with flag 221001/221001
64.23/62.84	c cleaning 20994 clauses out of 42030 with flag 243000/243000
70.95/69.54	c cleaning 21997 clauses out of 44036 with flag 266000/266000
78.06/76.69	c cleaning 22996 clauses out of 46040 with flag 290001/290001
85.20/83.72	c cleaning 24016 clauses out of 48045 with flag 315002/315002
90.84/89.34	c cleaning 24993 clauses out of 50029 with flag 341002/341002
98.26/96.71	c cleaning 26000 clauses out of 52034 with flag 368000/368000
106.19/104.62	c cleaning 26999 clauses out of 54034 with flag 396000/396000
114.33/112.75	c cleaning 28008 clauses out of 56036 with flag 425001/425001
123.94/122.38	c cleaning 28988 clauses out of 58027 with flag 455000/455000
133.86/132.24	c cleaning 29996 clauses out of 60039 with flag 486000/486000
142.80/141.11	c cleaning 31011 clauses out of 62043 with flag 518000/518000
152.73/151.04	c cleaning 31990 clauses out of 64032 with flag 551000/551000
163.16/161.43	c cleaning 33006 clauses out of 66043 with flag 585001/585001
175.79/174.05	c cleaning 34012 clauses out of 68036 with flag 620000/620000
187.03/185.24	c cleaning 35005 clauses out of 70026 with flag 656002/656002
199.75/198.00	c cleaning 35998 clauses out of 72019 with flag 693000/693000
211.58/209.70	c cleaning 37000 clauses out of 74021 with flag 731000/731000
223.10/221.24	c cleaning 37998 clauses out of 76022 with flag 770001/770001
238.22/236.36	c cleaning 39000 clauses out of 78026 with flag 810003/810003
255.41/253.41	c cleaning 40010 clauses out of 80026 with flag 851003/851003
271.68/269.68	c cleaning 40988 clauses out of 82013 with flag 893000/893000
286.84/284.78	c cleaning 41999 clauses out of 84027 with flag 936002/936002
294.60/292.43	c starts		: 186
294.60/292.43	c conflicts		: 958927
294.60/292.43	c decisions		: 2271499
294.60/292.43	c propagations		: 477831202
294.60/292.43	c inspects		: 2595386933
294.60/292.43	c shortcuts		: 0
294.60/292.43	c learnt literals	: 2
294.60/292.43	c learnt binary clauses	: 54
294.60/292.43	c learnt ternary clauses	: 200
294.60/292.43	c learnt constraints	: 958924
294.60/292.43	c ignored constraints	: 0
294.60/292.43	c root simplifications	: 0
294.60/292.43	c removed literals (reason simplification)	: 0
294.60/292.43	c reason swapping (by a shorter reason)	: 0
294.60/292.43	c Calls to reduceDB	: 39
294.60/292.43	c number of reductions to clauses (during analyze)	: 0
294.60/292.43	c number of learned constraints concerned by reduction	: 0
294.60/292.43	c number of learning phase by resolution	: 0
294.60/292.43	c number of learning phase by cutting planes	: 0
294.60/292.43	c speed (assignments/second)	: 1637541.0455177897
294.60/292.43	c non guided choices	4316
294.60/292.46	c learnt constraints type 
294.60/292.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 54
294.60/292.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64897
294.60/292.46	c constraints type 
294.60/292.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
294.60/292.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
294.60/292.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
294.60/292.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2156
294.60/292.46	c 60984 constraints processed.
294.60/292.46	s UNSATISFIABLE
294.60/292.46	c Total wall clock time (in seconds): 292.363

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-3687473-1337871931/watcher-3687473-1337871931 -o /tmp/evaluation-result-3687473-1337871931/solver-3687473-1337871931 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687473-1337871931.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: 0.85 0.22 0.07 3/194 17648
/proc/meminfo: memFree=29108508/32873648 swapFree=7360/7360
[pid=17648] ppid=17646 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/17648/stat : 17648 (java) S 17646 17648 16961 0 -1 4202496 1175 0 0 0 0 0 0 0 20 0 2 0 253317212 91889664 894 33554432000 1073741824 1073778376 140734423635904 140734423627040 251056390205 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17648/statm: 22434 894 678 9 0 16769 0
[pid=17648/tid=17649] ppid=17646 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (java) R 17646 17648 16961 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 2 0 253317213 94085120 904 33554432000 1073741824 1073778376 140734423635904 140734423624968 251043805002 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0197561 s]
/proc/loadavg: 0.85 0.22 0.07 3/194 17648
/proc/meminfo: memFree=29108508/32873648 swapFree=7360/7360
[pid=17648] ppid=17646 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/17648/stat : 17648 (java) S 17646 17648 16961 0 -1 4202496 2777 0 1 0 0 0 0 0 20 0 10 0 253317212 9233014784 3476 33554432000 1073741824 1073778376 140734423635904 140734423627040 251056390205 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17648/statm: 2254154 3476 1538 9 0 2244855 0
[pid=17648/tid=17649] ppid=17646 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (java) R 17646 17648 16961 0 -1 4202560 1621 0 1 0 0 0 0 0 20 0 10 0 253317213 9233014784 3476 33554432000 1073741824 1073778376 140734423635904 139734049891008 251056416013 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100282 s]
/proc/loadavg: 0.85 0.22 0.07 3/194 17648
/proc/meminfo: memFree=29108508/32873648 swapFree=7360/7360
[pid=17648] ppid=17646 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/17648/stat : 17648 (java) S 17646 17648 16961 0 -1 4202496 4474 0 1 0 10 1 0 0 20 0 18 0 253317212 9787813888 6132 33554432000 1073741824 1073778376 140734423635904 140734423627040 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17648/statm: 2389603 6134 2140 9 0 2380296 0
[pid=17648/tid=17649] ppid=17646 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (java) R 17646 17648 16961 0 -1 4202560 2431 0 1 0 7 0 0 0 20 0 18 0 253317213 9787813888 6134 33554432000 1073741824 1073778376 140734423635904 139734049895160 251056416013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300194 s]
/proc/loadavg: 0.85 0.22 0.07 3/194 17648
/proc/meminfo: memFree=29108508/32873648 swapFree=7360/7360
[pid=17648] ppid=17646 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/17648/stat : 17648 (java) S 17646 17648 16961 0 -1 4202496 5724 0 1 0 51 1 0 0 20 0 18 0 253317212 9787813888 8918 33554432000 1073741824 1073778376 140734423635904 140734423627040 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17648/statm: 2389603 8918 2220 9 0 2380296 0
[pid=17648/tid=17649] ppid=17646 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (java) R 17646 17648 16961 0 -1 4202560 2443 0 1 0 27 0 0 0 20 0 18 0 253317213 9787813888 8918 33554432000 1073741824 1073778376 140734423635904 139734049895160 139733892484666 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700235 s]
/proc/loadavg: 0.85 0.22 0.07 3/194 17648
/proc/meminfo: memFree=29108508/32873648 swapFree=7360/7360
[pid=17648] ppid=17646 vsize=9624976 CPUtime=1.32 cores=1,3,5,7
/proc/17648/stat : 17648 (java) S 17646 17648 16961 0 -1 4202496 9077 0 1 0 129 3 0 0 20 0 19 0 253317212 9855975424 39432 33554432000 1073741824 1073778376 140734423635904 140734423627040 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17648/statm: 2406244 39432 2246 9 0 2396937 0
[pid=17648/tid=17649] ppid=17646 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (java) R 17646 17648 16961 0 -1 4202560 2513 0 1 0 65 2 0 0 20 0 19 0 253317213 9855975424 39432 33554432000 1073741824 1073778376 140734423635904 139734049886504 139733892184655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9624976

[startup+1.50071 s]
/proc/loadavg: 0.85 0.22 0.07 3/213 17667
/proc/meminfo: memFree=28957284/32873648 swapFree=7360/7360
[pid=17648] ppid=17646 vsize=9624976 CPUtime=2.44 cores=1,3,5,7
/proc/17648/stat : 17648 (java) S 17646 17648 16961 0 -1 4202496 10681 0 1 0 239 5 0 0 20 0 19 0 253317212 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 140734423627040 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17648/statm: 2406244 43059 2266 9 0 2396937 0
[pid=17648/tid=17649] ppid=17646 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (java) R 17646 17648 16961 0 -1 4202560 2517 0 1 0 143 2 0 0 20 0 19 0 253317213 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139734049894264 139733892870817 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17651] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (java) S 17646 17648 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139734011386920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17652] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17652/stat : 17652 (java) S 17646 17648 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733892066216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17653] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17653/stat : 17653 (java) S 17646 17648 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733891013416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17654] ppid=17646 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/17648/task/17654/stat : 17654 (java) S 17646 17648 16961 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 253317213 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733889960616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17655] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17655/stat : 17655 (java) S 17646 17648 16961 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733888907816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17656] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17656/stat : 17656 (java) S 17646 17648 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733887855016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17657] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17657/stat : 17657 (java) S 17646 17648 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733886802216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17658] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17658/stat : 17658 (java) S 17646 17648 16961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733885749416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17659] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17659/stat : 17659 (java) S 17646 17648 16961 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 253317214 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733403421672 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17648/tid=17660] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17660/stat : 17660 (java) S 17646 17648 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317215 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733402367736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17661] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17661/stat : 17661 (java) S 17646 17648 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317215 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733401314824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17662] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17662/stat : 17662 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733400263312 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17663] ppid=17646 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/17648/task/17663/stat : 17663 (java) S 17646 17648 16961 0 -1 4202560 2572 0 0 0 41 0 0 0 20 0 19 0 253317217 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733399210424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17664] ppid=17646 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/17648/task/17664/stat : 17664 (java) S 17646 17648 16961 0 -1 4202560 4293 0 0 0 46 0 0 0 20 0 19 0 253317217 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733398157624 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17648/tid=17665] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17665/stat : 17665 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733397105016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17648/tid=17666] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17666/stat : 17666 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733396052424 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17667] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17667/stat : 17667 (java) S 17646 17648 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317276 9855975424 43059 33554432000 1073741824 1073778376 140734423635904 139733394998952 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 0.85 0.22 0.07 3/213 17667
/proc/meminfo: memFree=28944492/32873648 swapFree=7360/7360
[pid=17648] ppid=17646 vsize=9624976 CPUtime=4.14 cores=1,3,5,7
/proc/17648/stat : 17648 (java) S 17646 17648 16961 0 -1 4202496 10733 0 1 0 407 7 0 0 20 0 19 0 253317212 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 140734423627040 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17648/statm: 2406244 49230 2278 9 0 2396937 0
[pid=17648/tid=17649] ppid=17646 vsize=9624976 CPUtime=3 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (java) R 17646 17648 16961 0 -1 4202560 2517 0 1 0 297 3 0 0 20 0 19 0 253317213 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139734049894568 139733892871670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17651] ppid=17646 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (java) S 17646 17648 16961 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 253317213 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139734011386920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17652] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17652/stat : 17652 (java) S 17646 17648 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733892066216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17653] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17653/stat : 17653 (java) S 17646 17648 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733891013416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17654] ppid=17646 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/17648/task/17654/stat : 17654 (java) S 17646 17648 16961 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 253317213 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733889960616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17655] ppid=17646 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/17648/task/17655/stat : 17655 (java) S 17646 17648 16961 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 253317213 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733888907816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17656] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17656/stat : 17656 (java) S 17646 17648 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733887855016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17657] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17657/stat : 17657 (java) S 17646 17648 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733886802216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17658] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17658/stat : 17658 (java) S 17646 17648 16961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733885749416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17659] ppid=17646 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/17648/task/17659/stat : 17659 (java) S 17646 17648 16961 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 19 0 253317214 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733403421672 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17660] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17660/stat : 17660 (java) S 17646 17648 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317215 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733402367736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17661] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17661/stat : 17661 (java) S 17646 17648 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317215 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733401314824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17662] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17662/stat : 17662 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733400263312 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17663] ppid=17646 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/17648/task/17663/stat : 17663 (java) S 17646 17648 16961 0 -1 4202560 2572 0 0 0 43 0 0 0 20 0 19 0 253317217 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733399210424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17664] ppid=17646 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/17648/task/17664/stat : 17664 (java) S 17646 17648 16961 0 -1 4202560 4298 0 0 0 50 0 0 0 20 0 19 0 253317217 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733398157624 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17648/tid=17665] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17665/stat : 17665 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733397105016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17648/tid=17666] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17666/stat : 17666 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733396052424 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17667] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17667/stat : 17667 (java) S 17646 17648 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317276 9855975424 49230 33554432000 1073741824 1073778376 140734423635904 139733394998952 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 0.94 0.25 0.08 3/213 17667
/proc/meminfo: memFree=28907380/32873648 swapFree=7360/7360
[pid=17648] ppid=17646 vsize=9624976 CPUtime=7.43 cores=1,3,5,7
/proc/17648/stat : 17648 (java) S 17646 17648 16961 0 -1 4202496 10767 0 1 0 736 7 0 0 20 0 19 0 253317212 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 140734423627040 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17648/statm: 2406244 52785 2278 9 0 2396937 0
[pid=17648/tid=17649] ppid=17646 vsize=9624976 CPUtime=6.13 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (java) R 17646 17648 16961 0 -1 4202560 2520 0 1 0 610 3 0 0 20 0 19 0 253317213 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139734049894808 139733892871271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17651] ppid=17646 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (java) S 17646 17648 16961 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 253317213 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139734011386920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17652] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17652/stat : 17652 (java) S 17646 17648 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139733892066216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17648/tid=17653] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17653/stat : 17653 (java) S 17646 17648 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139733891013416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17654] ppid=17646 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/17648/task/17654/stat : 17654 (java) S 17646 17648 16961 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 19 0 253317213 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139733889960616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17655] ppid=17646 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/17648/task/17655/stat : 17655 (java) S 17646 17648 16961 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 253317213 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139733888907816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17656] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17656/stat : 17656 (java) S 17646 17648 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139733887855016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17657] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17657/stat : 17657 (java) S 17646 17648 16961 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139733886802216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17648/tid=17658] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17658/stat : 17658 (java) S 17646 17648 16961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253317213 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139733885749416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17659] ppid=17646 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/17648/task/17659/stat : 17659 (java) S 17646 17648 16961 0 -1 4202560 100 0 0 0 8 0 0 0 20 0 19 0 253317214 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139733403421672 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17660] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17660/stat : 17660 (java) S 17646 17648 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317215 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139733402367736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17661] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17661/stat : 17661 (java) S 17646 17648 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317215 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139733401314824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17662] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17662/stat : 17662 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139733400263312 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17663] ppid=17646 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/17648/task/17663/stat : 17663 (java) S 17646 17648 16961 0 -1 4202560 2586 0 0 0 46 0 0 0 20 0 19 0 253317217 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139733399210424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17664] ppid=17646 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/17648/task/17664/stat : 17664 (java) S 17646 17648 16961 0 -1 4202560 4299 0 0 0 53 0 0 0 20 0 19 0 253317217 9855975424 52785 33554432000 1073741824 1073778376 140734423635904 139733398157624 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/17648/task/17651/stat : 17651 (java) S 17646 17648 16961 0 -1 4202560 142 0 0 0 22 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139734011386920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17652] ppid=17646 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/17648/task/17652/stat : 17652 (java) S 17646 17648 16961 0 -1 4202560 66 0 0 0 15 0 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733892066216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17653] ppid=17646 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/17648/task/17653/stat : 17653 (java) S 17646 17648 16961 0 -1 4202560 135 0 0 0 14 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733891013416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17654] ppid=17646 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/17648/task/17654/stat : 17654 (java) S 17646 17648 16961 0 -1 4202560 65 0 0 0 13 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733889960616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17655] ppid=17646 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/17648/task/17655/stat : 17655 (java) S 17646 17648 16961 0 -1 4202560 156 0 0 0 19 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733888907816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17656] ppid=17646 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/17648/task/17656/stat : 17656 (java) S 17646 17648 16961 0 -1 4202560 134 0 0 0 19 3 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733887855016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17657] ppid=17646 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/17648/task/17657/stat : 17657 (java) S 17646 17648 16961 0 -1 4202560 45 0 0 0 17 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733886802216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17658] ppid=17646 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/17648/task/17658/stat : 17658 (java) S 17646 17648 16961 0 -1 4202560 48 0 0 0 17 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733885749416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17659] ppid=17646 vsize=9624976 CPUtime=1.49 cores=1,3,5,7
/proc/17648/task/17659/stat : 17659 (java) S 17646 17648 16961 0 -1 4202560 118 0 0 0 149 0 0 0 20 0 19 0 253317214 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733403421672 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17660] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17660/stat : 17660 (java) S 17646 17648 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317215 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733402367736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17661] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17661/stat : 17661 (java) S 17646 17648 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317215 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733401314824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17662] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17662/stat : 17662 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733400263312 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17663] ppid=17646 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/17648/task/17663/stat : 17663 (java) S 17646 17648 16961 0 -1 4202560 2589 0 0 0 46 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733399210424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17664] ppid=17646 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/17648/task/17664/stat : 17664 (java) S 17646 17648 16961 0 -1 4202560 4321 0 0 0 57 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733398157624 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17665] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17665/stat : 17665 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733397105016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17648/tid=17666] ppid=17646 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/17648/task/17666/stat : 17666 (java) S 17646 17648 16961 0 -1 4202560 17 0 0 0 3 5 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733396052424 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17667] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17667/stat : 17667 (java) S 17646 17648 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317276 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733394998952 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 293.3
Current children cumulated vsize (KiB) 9624976

[startup+291.901 s]
/proc/loadavg: 2.04 1.33 0.58 3/214 17671
/proc/meminfo: memFree=28733828/32873648 swapFree=7360/7360
[pid=17648] ppid=17646 vsize=9624976 CPUtime=294.1 cores=1,3,5,7
/proc/17648/stat : 17648 (java) S 17646 17648 16961 0 -1 4202496 11572 0 1 0 29388 22 0 0 20 0 19 0 253317212 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 140734423627040 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17648/statm: 2406244 73339 2278 9 0 2396937 0
[pid=17648/tid=17649] ppid=17646 vsize=9624976 CPUtime=289.89 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (java) R 17646 17648 16961 0 -1 4202560 2555 0 1 0 28982 7 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139734049894688 139733892339650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17651] ppid=17646 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (java) S 17646 17648 16961 0 -1 4202560 142 0 0 0 22 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139734011386920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17652] ppid=17646 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/17648/task/17652/stat : 17652 (java) S 17646 17648 16961 0 -1 4202560 66 0 0 0 15 0 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733892066216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17653] ppid=17646 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/17648/task/17653/stat : 17653 (java) S 17646 17648 16961 0 -1 4202560 135 0 0 0 14 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733891013416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17654] ppid=17646 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/17648/task/17654/stat : 17654 (java) S 17646 17648 16961 0 -1 4202560 65 0 0 0 13 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733889960616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17655] ppid=17646 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/17648/task/17655/stat : 17655 (java) S 17646 17648 16961 0 -1 4202560 156 0 0 0 19 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733888907816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17656] ppid=17646 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/17648/task/17656/stat : 17656 (java) S 17646 17648 16961 0 -1 4202560 134 0 0 0 19 3 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733887855016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17657] ppid=17646 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/17648/task/17657/stat : 17657 (java) S 17646 17648 16961 0 -1 4202560 45 0 0 0 17 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733886802216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17658] ppid=17646 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/17648/task/17658/stat : 17658 (java) S 17646 17648 16961 0 -1 4202560 48 0 0 0 17 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733885749416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17659] ppid=17646 vsize=9624976 CPUtime=1.49 cores=1,3,5,7
/proc/17648/task/17659/stat : 17659 (java) S 17646 17648 16961 0 -1 4202560 118 0 0 0 149 0 0 0 20 0 19 0 253317214 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733403421672 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17660] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17660/stat : 17660 (java) S 17646 17648 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317215 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733402367736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17661] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17661/stat : 17661 (java) S 17646 17648 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317215 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733401314824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17662] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17662/stat : 17662 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733400263312 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17663] ppid=17646 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/17648/task/17663/stat : 17663 (java) S 17646 17648 16961 0 -1 4202560 2589 0 0 0 46 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733399210424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17664] ppid=17646 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/17648/task/17664/stat : 17664 (java) S 17646 17648 16961 0 -1 4202560 4321 0 0 0 57 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733398157624 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17665] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17665/stat : 17665 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733397105016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17648/tid=17666] ppid=17646 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/17648/task/17666/stat : 17666 (java) S 17646 17648 16961 0 -1 4202560 17 0 0 0 3 5 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733396052424 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17667] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17667/stat : 17667 (java) S 17646 17648 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317276 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733394998952 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 294.1
Current children cumulated vsize (KiB) 9624976

[startup+292.301 s]
/proc/loadavg: 2.04 1.33 0.58 3/214 17671
/proc/meminfo: memFree=28733828/32873648 swapFree=7360/7360
[pid=17648] ppid=17646 vsize=9624976 CPUtime=294.5 cores=1,3,5,7
/proc/17648/stat : 17648 (java) S 17646 17648 16961 0 -1 4202496 11572 0 1 0 29428 22 0 0 20 0 19 0 253317212 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 140734423627040 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17648/statm: 2406244 73339 2278 9 0 2396937 0
[pid=17648/tid=17649] ppid=17646 vsize=9624976 CPUtime=290.29 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (java) R 17646 17648 16961 0 -1 4202560 2555 0 1 0 29022 7 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139734049894688 139733892813962 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17651] ppid=17646 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (java) S 17646 17648 16961 0 -1 4202560 142 0 0 0 22 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139734011386920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17652] ppid=17646 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/17648/task/17652/stat : 17652 (java) S 17646 17648 16961 0 -1 4202560 66 0 0 0 15 0 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733892066216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17653] ppid=17646 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/17648/task/17653/stat : 17653 (java) S 17646 17648 16961 0 -1 4202560 135 0 0 0 14 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733891013416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17654] ppid=17646 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/17648/task/17654/stat : 17654 (java) S 17646 17648 16961 0 -1 4202560 65 0 0 0 13 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733889960616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17655] ppid=17646 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/17648/task/17655/stat : 17655 (java) S 17646 17648 16961 0 -1 4202560 156 0 0 0 19 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733888907816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17656] ppid=17646 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/17648/task/17656/stat : 17656 (java) S 17646 17648 16961 0 -1 4202560 134 0 0 0 19 3 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733887855016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17657] ppid=17646 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/17648/task/17657/stat : 17657 (java) S 17646 17648 16961 0 -1 4202560 45 0 0 0 17 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733886802216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17658] ppid=17646 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/17648/task/17658/stat : 17658 (java) S 17646 17648 16961 0 -1 4202560 48 0 0 0 17 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733885749416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17659] ppid=17646 vsize=9624976 CPUtime=1.49 cores=1,3,5,7
/proc/17648/task/17659/stat : 17659 (java) S 17646 17648 16961 0 -1 4202560 118 0 0 0 149 0 0 0 20 0 19 0 253317214 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733403421672 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17660] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17660/stat : 17660 (java) S 17646 17648 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317215 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733402367736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17661] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17661/stat : 17661 (java) S 17646 17648 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317215 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733401314824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17662] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17662/stat : 17662 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733400263312 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17663] ppid=17646 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/17648/task/17663/stat : 17663 (java) S 17646 17648 16961 0 -1 4202560 2589 0 0 0 46 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733399210424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17664] ppid=17646 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/17648/task/17664/stat : 17664 (java) S 17646 17648 16961 0 -1 4202560 4321 0 0 0 57 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733398157624 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17665] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17665/stat : 17665 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733397105016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17648/tid=17666] ppid=17646 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/17648/task/17666/stat : 17666 (java) S 17646 17648 16961 0 -1 4202560 17 0 0 0 3 5 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733396052424 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17667] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17667/stat : 17667 (java) S 17646 17648 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317276 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733394998952 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 294.5
Current children cumulated vsize (KiB) 9624976

[startup+292.401 s]
/proc/loadavg: 2.04 1.33 0.58 3/214 17671
/proc/meminfo: memFree=28733828/32873648 swapFree=7360/7360
[pid=17648] ppid=17646 vsize=9624976 CPUtime=294.6 cores=1,3,5,7
/proc/17648/stat : 17648 (java) S 17646 17648 16961 0 -1 4202496 11572 0 1 0 29438 22 0 0 20 0 19 0 253317212 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 140734423627040 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17648/statm: 2406244 73339 2278 9 0 2396937 0
[pid=17648/tid=17649] ppid=17646 vsize=9624976 CPUtime=290.39 cores=1,3,5,7
/proc/17648/task/17649/stat : 17649 (java) R 17646 17648 16961 0 -1 4202560 2555 0 1 0 29032 7 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139734049894688 139733892339524 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17651] ppid=17646 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/17648/task/17651/stat : 17651 (java) S 17646 17648 16961 0 -1 4202560 142 0 0 0 22 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139734011386920 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17652] ppid=17646 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/17648/task/17652/stat : 17652 (java) S 17646 17648 16961 0 -1 4202560 66 0 0 0 15 0 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733892066216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17653] ppid=17646 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/17648/task/17653/stat : 17653 (java) S 17646 17648 16961 0 -1 4202560 135 0 0 0 14 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733891013416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17654] ppid=17646 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/17648/task/17654/stat : 17654 (java) S 17646 17648 16961 0 -1 4202560 65 0 0 0 13 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733889960616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17655] ppid=17646 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/17648/task/17655/stat : 17655 (java) S 17646 17648 16961 0 -1 4202560 156 0 0 0 19 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733888907816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17656] ppid=17646 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/17648/task/17656/stat : 17656 (java) S 17646 17648 16961 0 -1 4202560 134 0 0 0 19 3 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733887855016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17657] ppid=17646 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/17648/task/17657/stat : 17657 (java) S 17646 17648 16961 0 -1 4202560 45 0 0 0 17 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733886802216 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17658] ppid=17646 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/17648/task/17658/stat : 17658 (java) S 17646 17648 16961 0 -1 4202560 48 0 0 0 17 2 0 0 20 0 19 0 253317213 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733885749416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17648/tid=17659] ppid=17646 vsize=9624976 CPUtime=1.49 cores=1,3,5,7
/proc/17648/task/17659/stat : 17659 (java) S 17646 17648 16961 0 -1 4202560 118 0 0 0 149 0 0 0 20 0 19 0 253317214 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733403421672 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17660] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17660/stat : 17660 (java) S 17646 17648 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317215 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733402367736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17661] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17661/stat : 17661 (java) S 17646 17648 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317215 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733401314824 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17662] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17662/stat : 17662 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733400263312 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17663] ppid=17646 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/17648/task/17663/stat : 17663 (java) S 17646 17648 16961 0 -1 4202560 2589 0 0 0 46 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733399210424 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17648/tid=17664] ppid=17646 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/17648/task/17664/stat : 17664 (java) S 17646 17648 16961 0 -1 4202560 4321 0 0 0 57 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733398157624 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17665] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17665/stat : 17665 (java) S 17646 17648 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733397105016 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17648/tid=17666] ppid=17646 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/17648/task/17666/stat : 17666 (java) S 17646 17648 16961 0 -1 4202560 17 0 0 0 3 5 0 0 20 0 19 0 253317217 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733396052424 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17648/tid=17667] ppid=17646 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/17648/task/17667/stat : 17667 (java) S 17646 17648 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317276 9855975424 73339 33554432000 1073741824 1073778376 140734423635904 139733394998952 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 294.6
Current children cumulated vsize (KiB) 9624976

Child status: 20
Real time (s): 292.467
CPU time (s): 294.847
CPU user time (s): 294.436
CPU system time (s): 0.410937
CPU usage (%): 100.814
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 294.436
system time used= 0.410937
maximum resident set size= 293496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11609
page faults= 1
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7503
involuntary context switches= 3314

runsolver used 1.15782 second user time and 1.79073 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-24 17:05:31
IDJOB=3687473
IDBENCH=1488
IDSOLVER=2269
FILE ID=node149/3687473-1337871931
RUNJOBID= node149-1337871880-16978
PBS_JOBID= 14620055
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687473-1337871931/watcher-3687473-1337871931 -o /tmp/evaluation-result-3687473-1337871931/solver-3687473-1337871931 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687473-1337871931.opb

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=671321512

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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:        29108664 kB
Buffers:          213672 kB
Cached:          2709464 kB
SwapCached:            0 kB
Active:           651608 kB
Inactive:        2345220 kB
Active(anon):      75080 kB
Inactive(anon):        0 kB
Active(file):     576528 kB
Inactive(file):  2345220 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2900 kB
Writeback:             8 kB
AnonPages:        129172 kB
Mapped:            22684 kB
Shmem:               200 kB
Slab:             628420 kB
SReclaimable:      72064 kB
SUnreclaim:       556356 kB
KernelStack:        1712 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 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= 71732 MiB
End job on node149 at 2012-05-24 17:10:24