Trace number 3709859

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 196.103 193.954

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.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/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@742808b3
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-3709859-1338132933.opb
0.10/0.11	c reading problem ... 
1.01/0.61	c ... done. Wall clock time 0.506s.
1.01/0.61	c declared #vars     21380
1.01/0.61	c #constraints  60984
1.01/0.61	c constraints type 
1.01/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
1.01/0.61	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.01/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
1.01/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2156
1.01/0.61	c 60984 constraints processed.
3.30/2.46	c cleaning 2477 clauses out of 4985 with flag 5001/5001
5.50/4.15	c cleaning 4254 clauses out of 8507 with flag 11000/11000
7.54/6.16	c cleaning 5616 clauses out of 11250 with flag 18000/18000
10.19/8.73	c cleaning 6815 clauses out of 13634 with flag 26000/26000
13.14/11.62	c cleaning 7892 clauses out of 15820 with flag 35001/35001
16.04/14.58	c cleaning 8957 clauses out of 17929 with flag 45002/45002
19.25/17.77	c cleaning 9981 clauses out of 19971 with flag 56001/56001
23.27/21.77	c cleaning 10972 clauses out of 21989 with flag 68000/68000
30.21/28.68	c cleaning 11482 clauses out of 22973 with flag 81000/81000
34.11/32.53	c cleaning 12745 clauses out of 25491 with flag 95000/95000
37.74/36.12	c cleaning 13526 clauses out of 27123 with flag 110000/110000
40.67/39.09	c cleaning 14787 clauses out of 29595 with flag 126000/126000
44.27/42.64	c cleaning 15894 clauses out of 31811 with flag 143004/143004
49.09/47.44	c cleaning 16950 clauses out of 33913 with flag 161000/161000
53.70/52.03	c cleaning 17947 clauses out of 35966 with flag 180003/180003
58.51/56.82	c cleaning 18988 clauses out of 38017 with flag 200001/200001
63.61/61.97	c cleaning 19994 clauses out of 40028 with flag 221000/221000
69.43/67.72	c cleaning 20913 clauses out of 41864 with flag 243001/243001
76.15/74.45	c cleaning 21957 clauses out of 43952 with flag 266002/266002
82.57/80.81	c cleaning 22973 clauses out of 45995 with flag 290002/290002
89.99/88.28	c cleaning 23997 clauses out of 48021 with flag 315001/315001
96.92/95.13	c cleaning 24986 clauses out of 50029 with flag 341006/341006
103.55/101.70	c cleaning 26004 clauses out of 52039 with flag 368002/368002
112.99/111.12	c cleaning 27003 clauses out of 54033 with flag 396000/396000
121.00/119.15	c cleaning 28006 clauses out of 56030 with flag 425000/425000
131.74/129.84	c cleaning 29002 clauses out of 58026 with flag 455002/455002
140.37/138.45	c cleaning 30001 clauses out of 60023 with flag 486001/486001
149.79/147.84	c cleaning 31000 clauses out of 62021 with flag 518000/518000
159.41/157.45	c cleaning 31992 clauses out of 64021 with flag 551000/551000
168.51/166.57	c cleaning 33000 clauses out of 66030 with flag 585001/585001
179.43/177.48	c cleaning 20323 clauses out of 40657 with flag 620002/620002
190.26/188.23	c cleaning 28164 clauses out of 56333 with flag 656001/656001
195.96/193.93	c starts		: 168
195.96/193.93	c conflicts		: 673994
195.96/193.93	c decisions		: 1705498
195.96/193.93	c propagations		: 322035746
195.96/193.93	c inspects		: 1468304941
195.96/193.93	c shortcuts		: 0
195.96/193.93	c learnt literals	: 14
195.96/193.93	c learnt binary clauses	: 105
195.96/193.93	c learnt ternary clauses	: 392
195.96/193.93	c learnt constraints	: 673979
195.96/193.93	c ignored constraints	: 0
195.96/193.93	c root simplifications	: 181
195.96/193.93	c removed literals (reason simplification)	: 16564381
195.96/193.93	c reason swapping (by a shorter reason)	: 0
195.96/193.93	c Calls to reduceDB	: 32
195.96/193.93	c number of reductions to clauses (during analyze)	: 0
195.96/193.93	c number of learned constraints concerned by reduction	: 0
195.96/193.93	c number of learning phase by resolution	: 0
195.96/193.93	c number of learning phase by cutting planes	: 0
195.96/193.93	c speed (assignments/second)	: 1666058.3262628561
195.96/193.93	c non guided choices	4038
195.96/193.94	c learnt constraints type 
195.96/193.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 67
195.96/193.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20513
195.96/193.94	c constraints type 
195.96/193.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
195.96/193.94	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
195.96/193.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
195.96/193.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2156
195.96/193.94	c 60984 constraints processed.
195.96/193.94	s UNSATISFIABLE
195.96/193.94	c Total wall clock time (in seconds): 193.83

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-3709859-1338132933/watcher-3709859-1338132933 -o /tmp/evaluation-result-3709859-1338132933/solver-3709859-1338132933 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709859-1338132933.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 1771
/proc/meminfo: memFree=28420912/32873648 swapFree=6864/6864
[pid=1771] ppid=1769 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1771/stat : 1771 (java) R 1769 1771 32120 0 -1 4202496 1092 0 0 0 0 0 0 0 20 0 1 0 279418722 23793664 818 33554432000 1073741824 1073778376 140737250504320 140737250493384 140208569972721 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1771/statm: 5809 836 629 9 0 128 0
[pid=1771/tid=1772] ppid=1769 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1772/stat : 1772 (java) D 1769 1771 32120 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 279418723 95129600 927 33554432000 1073741824 1073778376 140737250504320 140208565853736 270698376487 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.0226081 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 1771
/proc/meminfo: memFree=28420912/32873648 swapFree=6864/6864
[pid=1771] ppid=1769 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/1771/stat : 1771 (java) S 1769 1771 32120 0 -1 4202496 2893 0 1 0 0 1 0 0 20 0 11 0 279418722 9310650368 3591 33554432000 1073741824 1073778376 140737250504320 140737250495456 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1771/statm: 2273108 3591 1623 9 0 2263809 0
[pid=1771/tid=1772] ppid=1769 vsize=9092432 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1772/stat : 1772 (java) R 1769 1771 32120 0 -1 4202560 1733 0 1 0 0 0 0 0 20 0 11 0 279418723 9310650368 3591 33554432000 1073741824 1073778376 140737250504320 140208565861128 270710924557 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.10023 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 1771
/proc/meminfo: memFree=28420912/32873648 swapFree=6864/6864
[pid=1771] ppid=1769 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/1771/stat : 1771 (java) S 1769 1771 32120 0 -1 4202496 4404 0 1 0 9 1 0 0 20 0 18 0 279418722 9787842560 6114 33554432000 1073741824 1073778376 140737250504320 140737250495456 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1771/statm: 2389610 6114 2145 9 0 2380296 0
[pid=1771/tid=1772] ppid=1769 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/1771/task/1772/stat : 1772 (java) R 1769 1771 32120 0 -1 4202560 2487 0 1 0 6 2 0 0 20 0 18 0 279418723 9787842560 6114 33554432000 1073741824 1073778376 140737250504320 140208565857312 270710924557 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.300199 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 1771
/proc/meminfo: memFree=28420912/32873648 swapFree=6864/6864
[pid=1771] ppid=1769 vsize=9558440 CPUtime=0.51 cores=1,3,5,7
/proc/1771/stat : 1771 (java) S 1769 1771 32120 0 -1 4202496 5729 0 1 0 50 1 0 0 20 0 18 0 279418722 9787842560 8922 33554432000 1073741824 1073778376 140737250504320 140737250495456 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1771/statm: 2389610 8922 2225 9 0 2380296 0
[pid=1771/tid=1772] ppid=1769 vsize=9558440 CPUtime=0.28 cores=1,3,5,7
/proc/1771/task/1772/stat : 1772 (java) R 1769 1771 32120 0 -1 4202560 2501 0 1 0 26 2 0 0 20 0 18 0 279418723 9787842560 8922 33554432000 1073741824 1073778376 140737250504320 140208565849208 140208418961601 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700213 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 1771
/proc/meminfo: memFree=28420912/32873648 swapFree=6864/6864
[pid=1771] ppid=1769 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/1771/stat : 1771 (java) S 1769 1771 32120 0 -1 4202496 7617 0 1 0 121 3 0 0 20 0 19 0 279418722 9856004096 39421 33554432000 1073741824 1073778376 140737250504320 140737250495456 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1771/statm: 2406251 39421 2254 9 0 2396937 0
[pid=1771/tid=1772] ppid=1769 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/1771/task/1772/stat : 1772 (java) R 1769 1771 32120 0 -1 4202560 2571 0 1 0 64 4 0 0 20 0 19 0 279418723 9856004096 39421 33554432000 1073741824 1073778376 140737250504320 140208565857512 140208568872968 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625004

[startup+1.50061 s]
/proc/loadavg: 1.98 2.01 2.00 4/213 1793
/proc/meminfo: memFree=28271060/32873648 swapFree=6864/6864
[pid=1771] ppid=1769 vsize=9625004 CPUtime=2.31 cores=1,3,5,7
/proc/1771/stat : 1771 (java) S 1769 1771 32120 0 -1 4202496 9238 0 1 0 227 4 0 0 20 0 19 0 279418722 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140737250495456 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1771/statm: 2406251 39933 2257 9 0 2396937 0
[pid=1771/tid=1772] ppid=1769 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/1771/task/1772/stat : 1772 (java) R 1769 1771 32120 0 -1 4202560 2573 0 1 0 144 4 0 0 20 0 19 0 279418723 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208565858344 140208419658969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1774] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1774/stat : 1774 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208538311336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1776] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1776/stat : 1776 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208407882536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1777] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1777/stat : 1777 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208406829992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1778] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1778/stat : 1778 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208405777448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1780] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1780/stat : 1780 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208404723880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1781] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1781/stat : 1781 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208403671336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1782] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1782/stat : 1782 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208066521512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1783] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1783/stat : 1783 (java) S 1769 1771 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208065468968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1784] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1784/stat : 1784 (java) S 1769 1771 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279418724 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208053271144 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1785] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1785/stat : 1785 (java) S 1769 1771 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 279418725 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208052217464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1786] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1786/stat : 1786 (java) S 1769 1771 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279418725 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208051164808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1788] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1788/stat : 1788 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208050113552 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1789] ppid=1769 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/1771/task/1789/stat : 1789 (java) S 1769 1771 32120 0 -1 4202560 2368 0 0 0 36 0 0 0 20 0 19 0 279418727 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208049059896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1790] ppid=1769 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/1771/task/1790/stat : 1790 (java) S 1769 1771 32120 0 -1 4202560 3100 0 0 0 44 0 0 0 20 0 19 0 279418727 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208048007352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1791] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1791/stat : 1791 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208046955000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1792] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1792/stat : 1792 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208045902664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1793] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1793/stat : 1793 (java) S 1769 1771 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279418786 9856004096 39933 33554432000 1073741824 1073778376 140737250504320 140208044848424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 1.98 2.01 2.00 3/213 1793
/proc/meminfo: memFree=28260812/32873648 swapFree=6864/6864
[pid=1771] ppid=1769 vsize=9625004 CPUtime=4.46 cores=1,3,5,7
/proc/1771/stat : 1771 (java) S 1769 1771 32120 0 -1 4202496 17022 0 1 0 438 8 0 0 20 0 19 0 279418722 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140737250495456 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1771/statm: 2406251 52573 2289 9 0 2396937 0
[pid=1771/tid=1772] ppid=1769 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/1771/task/1772/stat : 1772 (java) R 1769 1771 32120 0 -1 4202560 2576 0 1 0 298 4 0 0 20 0 19 0 279418723 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208565858728 140208419668431 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1774] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1774/stat : 1774 (java) S 1769 1771 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208538311336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1776] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1776/stat : 1776 (java) S 1769 1771 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208407882536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1777] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1777/stat : 1777 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208406829992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1778] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1778/stat : 1778 (java) S 1769 1771 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208405777448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1780] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1780/stat : 1780 (java) S 1769 1771 32120 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208404723880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1781] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1781/stat : 1781 (java) S 1769 1771 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208403671336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1782] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1782/stat : 1782 (java) S 1769 1771 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208066521512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1783] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1783/stat : 1783 (java) S 1769 1771 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208065468968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1784] ppid=1769 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/1771/task/1784/stat : 1784 (java) S 1769 1771 32120 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 279418724 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208053271144 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1785] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1785/stat : 1785 (java) S 1769 1771 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279418725 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208052217464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1786] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1786/stat : 1786 (java) S 1769 1771 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279418725 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208051164808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1788] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1788/stat : 1788 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208050113552 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1789] ppid=1769 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/1771/task/1789/stat : 1789 (java) S 1769 1771 32120 0 -1 4202560 2521 0 0 0 42 0 0 0 20 0 19 0 279418727 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208049059896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1790] ppid=1769 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/1771/task/1790/stat : 1790 (java) S 1769 1771 32120 0 -1 4202560 10643 0 0 0 84 2 0 0 20 0 19 0 279418727 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208048007352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1791] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1791/stat : 1791 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208046955000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1792] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1792/stat : 1792 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208045902664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1793] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1793/stat : 1793 (java) S 1769 1771 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279418786 9856004096 52573 33554432000 1073741824 1073778376 140737250504320 140208044848424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9625004

[startup+6.30063 s]
/proc/loadavg: 1.98 2.01 2.00 3/213 1793
/proc/meminfo: memFree=28222336/32873648 swapFree=6864/6864
[pid=1771] ppid=1769 vsize=9625004 CPUtime=7.79 cores=1,3,5,7
/proc/1771/stat : 1771 (java) S 1769 1771 32120 0 -1 4202496 17062 0 1 0 771 8 0 0 20 0 19 0 279418722 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140737250495456 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1771/statm: 2406251 52069 2289 9 0 2396937 0
[pid=1771/tid=1772] ppid=1769 vsize=9625004 CPUtime=6.14 cores=1,3,5,7
/proc/1771/task/1772/stat : 1772 (java) R 1769 1771 32120 0 -1 4202560 2579 0 1 0 610 4 0 0 20 0 19 0 279418723 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208565858728 140208419603563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1774] ppid=1769 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1771/task/1774/stat : 1774 (java) S 1769 1771 32120 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 279418723 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208538311336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1776] ppid=1769 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1771/task/1776/stat : 1776 (java) S 1769 1771 32120 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 279418723 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208407882536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1777] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1777/stat : 1777 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208406829992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1778] ppid=1769 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/1771/task/1778/stat : 1778 (java) S 1769 1771 32120 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 279418723 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208405777448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1780] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1780/stat : 1780 (java) S 1769 1771 32120 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 279418723 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208404723880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1781] ppid=1769 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1771/task/1781/stat : 1781 (java) S 1769 1771 32120 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 279418723 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208403671336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1782] ppid=1769 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1771/task/1782/stat : 1782 (java) S 1769 1771 32120 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 279418723 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208066521512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1783] ppid=1769 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/1771/task/1783/stat : 1783 (java) S 1769 1771 32120 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 279418723 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208065468968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1784] ppid=1769 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/1771/task/1784/stat : 1784 (java) S 1769 1771 32120 0 -1 4202560 36 0 0 0 8 0 0 0 20 0 19 0 279418724 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208053271144 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1785] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1785/stat : 1785 (java) S 1769 1771 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279418725 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208052217464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1786] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1786/stat : 1786 (java) S 1769 1771 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279418725 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208051164808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1788] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1788/stat : 1788 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208050113552 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1789] ppid=1769 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/1771/task/1789/stat : 1789 (java) S 1769 1771 32120 0 -1 4202560 2541 0 0 0 45 0 0 0 20 0 19 0 279418727 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208049059896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1790] ppid=1769 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/1771/task/1790/stat : 1790 (java) S 1769 1771 32120 0 -1 4202560 10643 0 0 0 86 2 0 0 20 0 19 0 279418727 9856004096 52069 33554432000 1073741824 1073778376 140737250504320 140208048007352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/1771/task/1774/stat : 1774 (java) S 1769 1771 32120 0 -1 4202560 24 0 0 0 10 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208538311336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1776] ppid=1769 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1771/task/1776/stat : 1776 (java) S 1769 1771 32120 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208407882536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1777] ppid=1769 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1771/task/1777/stat : 1777 (java) S 1769 1771 32120 0 -1 4202560 38 0 0 0 9 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208406829992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1778] ppid=1769 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/1771/task/1778/stat : 1778 (java) S 1769 1771 32120 0 -1 4202560 24 0 0 0 13 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208405777448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1780] ppid=1769 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/1771/task/1780/stat : 1780 (java) S 1769 1771 32120 0 -1 4202560 28 0 0 0 8 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208404723880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1781] ppid=1769 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/1771/task/1781/stat : 1781 (java) S 1769 1771 32120 0 -1 4202560 35 0 0 0 11 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208403671336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1782] ppid=1769 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/1771/task/1782/stat : 1782 (java) S 1769 1771 32120 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208066521512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1783] ppid=1769 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/1771/task/1783/stat : 1783 (java) S 1769 1771 32120 0 -1 4202560 14 0 0 0 11 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208065468968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1784] ppid=1769 vsize=9625004 CPUtime=1.1 cores=1,3,5,7
/proc/1771/task/1784/stat : 1784 (java) S 1769 1771 32120 0 -1 4202560 75 0 0 0 110 0 0 0 20 0 19 0 279418724 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208053271144 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1785] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1785/stat : 1785 (java) S 1769 1771 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279418725 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208052217464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1786] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1786/stat : 1786 (java) S 1769 1771 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279418725 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208051164808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1788] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1788/stat : 1788 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208050113552 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1789] ppid=1769 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/1771/task/1789/stat : 1789 (java) S 1769 1771 32120 0 -1 4202560 3108 0 0 0 51 0 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208049059896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1790] ppid=1769 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/1771/task/1790/stat : 1790 (java) S 1769 1771 32120 0 -1 4202560 10643 0 0 0 86 2 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208048007352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1791] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1791/stat : 1791 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208046955000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1792] ppid=1769 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/1771/task/1792/stat : 1792 (java) S 1769 1771 32120 0 -1 4202560 11 0 0 0 1 2 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208045902664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1793] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1793/stat : 1793 (java) S 1769 1771 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279418786 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208044848424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 193.96
Current children cumulated vsize (KiB) 9625004

[startup+192.701 s]
/proc/loadavg: 1.95 2.00 1.99 3/213 2148
/proc/meminfo: memFree=28767496/32873648 swapFree=6864/6864
[pid=1771] ppid=1769 vsize=9625004 CPUtime=194.76 cores=1,3,5,7
/proc/1771/stat : 1771 (java) S 1769 1771 32120 0 -1 4202496 17827 0 1 0 19465 11 0 0 20 0 19 0 279418722 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140737250495456 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1771/statm: 2406251 52067 2289 9 0 2396937 0
[pid=1771/tid=1772] ppid=1769 vsize=9625004 CPUtime=191.27 cores=1,3,5,7
/proc/1771/task/1772/stat : 1772 (java) R 1769 1771 32120 0 -1 4202560 2611 0 1 0 19121 6 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208565858608 140208419615015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1774] ppid=1769 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/1771/task/1774/stat : 1774 (java) S 1769 1771 32120 0 -1 4202560 24 0 0 0 10 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208538311336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1776] ppid=1769 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1771/task/1776/stat : 1776 (java) S 1769 1771 32120 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208407882536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1777] ppid=1769 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1771/task/1777/stat : 1777 (java) S 1769 1771 32120 0 -1 4202560 38 0 0 0 9 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208406829992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1778] ppid=1769 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/1771/task/1778/stat : 1778 (java) S 1769 1771 32120 0 -1 4202560 24 0 0 0 13 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208405777448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1780] ppid=1769 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/1771/task/1780/stat : 1780 (java) S 1769 1771 32120 0 -1 4202560 28 0 0 0 8 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208404723880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1781] ppid=1769 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/1771/task/1781/stat : 1781 (java) S 1769 1771 32120 0 -1 4202560 35 0 0 0 11 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208403671336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1782] ppid=1769 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/1771/task/1782/stat : 1782 (java) S 1769 1771 32120 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208066521512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1783] ppid=1769 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/1771/task/1783/stat : 1783 (java) S 1769 1771 32120 0 -1 4202560 14 0 0 0 11 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208065468968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1784] ppid=1769 vsize=9625004 CPUtime=1.1 cores=1,3,5,7
/proc/1771/task/1784/stat : 1784 (java) S 1769 1771 32120 0 -1 4202560 75 0 0 0 110 0 0 0 20 0 19 0 279418724 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208053271144 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1785] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1785/stat : 1785 (java) S 1769 1771 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279418725 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208052217464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1786] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1786/stat : 1786 (java) S 1769 1771 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279418725 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208051164808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1788] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1788/stat : 1788 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208050113552 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1789] ppid=1769 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/1771/task/1789/stat : 1789 (java) S 1769 1771 32120 0 -1 4202560 3108 0 0 0 51 0 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208049059896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1790] ppid=1769 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/1771/task/1790/stat : 1790 (java) S 1769 1771 32120 0 -1 4202560 10643 0 0 0 86 2 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208048007352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1791] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1791/stat : 1791 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208046955000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1792] ppid=1769 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/1771/task/1792/stat : 1792 (java) S 1769 1771 32120 0 -1 4202560 11 0 0 0 1 2 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208045902664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1793] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1793/stat : 1793 (java) S 1769 1771 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279418786 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208044848424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 194.76
Current children cumulated vsize (KiB) 9625004

[startup+193.501 s]
/proc/loadavg: 1.95 2.00 1.99 3/213 2148
/proc/meminfo: memFree=28767496/32873648 swapFree=6864/6864
[pid=1771] ppid=1769 vsize=9625004 CPUtime=195.57 cores=1,3,5,7
/proc/1771/stat : 1771 (java) S 1769 1771 32120 0 -1 4202496 17827 0 1 0 19546 11 0 0 20 0 19 0 279418722 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140737250495456 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1771/statm: 2406251 52067 2289 9 0 2396937 0
[pid=1771/tid=1772] ppid=1769 vsize=9625004 CPUtime=192.07 cores=1,3,5,7
/proc/1771/task/1772/stat : 1772 (java) R 1769 1771 32120 0 -1 4202560 2611 0 1 0 19201 6 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208565858608 140208419548634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1774] ppid=1769 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/1771/task/1774/stat : 1774 (java) S 1769 1771 32120 0 -1 4202560 24 0 0 0 10 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208538311336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1776] ppid=1769 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1771/task/1776/stat : 1776 (java) S 1769 1771 32120 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208407882536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1777] ppid=1769 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1771/task/1777/stat : 1777 (java) S 1769 1771 32120 0 -1 4202560 38 0 0 0 9 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208406829992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1778] ppid=1769 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/1771/task/1778/stat : 1778 (java) S 1769 1771 32120 0 -1 4202560 24 0 0 0 13 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208405777448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1780] ppid=1769 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/1771/task/1780/stat : 1780 (java) S 1769 1771 32120 0 -1 4202560 28 0 0 0 8 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208404723880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1781] ppid=1769 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/1771/task/1781/stat : 1781 (java) S 1769 1771 32120 0 -1 4202560 35 0 0 0 11 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208403671336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1782] ppid=1769 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/1771/task/1782/stat : 1782 (java) S 1769 1771 32120 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208066521512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1783] ppid=1769 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/1771/task/1783/stat : 1783 (java) S 1769 1771 32120 0 -1 4202560 14 0 0 0 11 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208065468968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1784] ppid=1769 vsize=9625004 CPUtime=1.1 cores=1,3,5,7
/proc/1771/task/1784/stat : 1784 (java) S 1769 1771 32120 0 -1 4202560 75 0 0 0 110 0 0 0 20 0 19 0 279418724 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208053271144 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1785] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1785/stat : 1785 (java) S 1769 1771 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279418725 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208052217464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1786] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1786/stat : 1786 (java) S 1769 1771 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279418725 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208051164808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1788] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1788/stat : 1788 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208050113552 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1789] ppid=1769 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/1771/task/1789/stat : 1789 (java) S 1769 1771 32120 0 -1 4202560 3108 0 0 0 51 0 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208049059896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1790] ppid=1769 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/1771/task/1790/stat : 1790 (java) S 1769 1771 32120 0 -1 4202560 10643 0 0 0 86 2 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208048007352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1791] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1791/stat : 1791 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208046955000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1792] ppid=1769 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/1771/task/1792/stat : 1792 (java) S 1769 1771 32120 0 -1 4202560 11 0 0 0 1 2 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208045902664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1793] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1793/stat : 1793 (java) S 1769 1771 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279418786 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208044848424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 195.57
Current children cumulated vsize (KiB) 9625004

[startup+193.901 s]
/proc/loadavg: 1.95 2.00 1.99 3/213 2148
/proc/meminfo: memFree=28767496/32873648 swapFree=6864/6864
[pid=1771] ppid=1769 vsize=9625004 CPUtime=195.96 cores=1,3,5,7
/proc/1771/stat : 1771 (java) S 1769 1771 32120 0 -1 4202496 17827 0 1 0 19585 11 0 0 20 0 19 0 279418722 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140737250495456 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1771/statm: 2406251 52067 2289 9 0 2396937 0
[pid=1771/tid=1772] ppid=1769 vsize=9625004 CPUtime=192.47 cores=1,3,5,7
/proc/1771/task/1772/stat : 1772 (java) R 1769 1771 32120 0 -1 4202560 2611 0 1 0 19241 6 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208565858608 140208419532143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1774] ppid=1769 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/1771/task/1774/stat : 1774 (java) S 1769 1771 32120 0 -1 4202560 24 0 0 0 10 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208538311336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1776] ppid=1769 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1771/task/1776/stat : 1776 (java) S 1769 1771 32120 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208407882536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1771/tid=1777] ppid=1769 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/1771/task/1777/stat : 1777 (java) S 1769 1771 32120 0 -1 4202560 38 0 0 0 9 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208406829992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1778] ppid=1769 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/1771/task/1778/stat : 1778 (java) S 1769 1771 32120 0 -1 4202560 24 0 0 0 13 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208405777448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1780] ppid=1769 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/1771/task/1780/stat : 1780 (java) S 1769 1771 32120 0 -1 4202560 28 0 0 0 8 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208404723880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1781] ppid=1769 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/1771/task/1781/stat : 1781 (java) S 1769 1771 32120 0 -1 4202560 35 0 0 0 11 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208403671336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1782] ppid=1769 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/1771/task/1782/stat : 1782 (java) S 1769 1771 32120 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208066521512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1783] ppid=1769 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/1771/task/1783/stat : 1783 (java) S 1769 1771 32120 0 -1 4202560 14 0 0 0 11 0 0 0 20 0 19 0 279418723 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208065468968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1784] ppid=1769 vsize=9625004 CPUtime=1.1 cores=1,3,5,7
/proc/1771/task/1784/stat : 1784 (java) S 1769 1771 32120 0 -1 4202560 75 0 0 0 110 0 0 0 20 0 19 0 279418724 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208053271144 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1785] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1785/stat : 1785 (java) S 1769 1771 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279418725 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208052217464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1786] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1786/stat : 1786 (java) S 1769 1771 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279418725 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208051164808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1788] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1788/stat : 1788 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208050113552 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1771/tid=1789] ppid=1769 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/1771/task/1789/stat : 1789 (java) S 1769 1771 32120 0 -1 4202560 3108 0 0 0 51 0 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208049059896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1790] ppid=1769 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/1771/task/1790/stat : 1790 (java) S 1769 1771 32120 0 -1 4202560 10643 0 0 0 86 2 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208048007352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1791] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1791/stat : 1791 (java) S 1769 1771 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208046955000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1771/tid=1792] ppid=1769 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/1771/task/1792/stat : 1792 (java) S 1769 1771 32120 0 -1 4202560 11 0 0 0 1 2 0 0 20 0 19 0 279418727 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208045902664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1771/tid=1793] ppid=1769 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1771/task/1793/stat : 1793 (java) S 1769 1771 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279418786 9856004096 52067 33554432000 1073741824 1073778376 140737250504320 140208044848424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 195.96
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 193.954
CPU time (s): 196.103
CPU user time (s): 195.871
CPU system time (s): 0.231964
CPU usage (%): 101.108
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 195.871
system time used= 0.231964
maximum resident set size= 210364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17845
page faults= 1
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5250
involuntary context switches= 3309

runsolver used 0.349946 second user time and 0.78788 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 17:35:33
IDJOB=3709859
IDBENCH=1488
IDSOLVER=2289
FILE ID=node125/3709859-1338132933
RUNJOBID= node125-1338125514-32137
PBS_JOBID= 14624515
Free space on /tmp= 71256 MiB

SOLVER NAME= SAT4J PB specific settings 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-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709859-1338132933/watcher-3709859-1338132933 -o /tmp/evaluation-result-3709859-1338132933/solver-3709859-1338132933 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709859-1338132933.opb

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=1537169893

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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.90
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.373
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.373
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.54
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.373
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.373
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:        28421184 kB
Buffers:          447616 kB
Cached:          2426980 kB
SwapCached:         2308 kB
Active:          2116080 kB
Inactive:        1494236 kB
Active(anon):     727580 kB
Inactive(anon):     9556 kB
Active(file):    1388500 kB
Inactive(file):  1484680 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:              2788 kB
Writeback:             0 kB
AnonPages:        739476 kB
Mapped:            22592 kB
Shmem:               104 kB
Slab:             703620 kB
SReclaimable:     147008 kB
SUnreclaim:       556612 kB
KernelStack:        1624 kB
PageTables:         5772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     913220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    708608 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= 71256 MiB
End job on node125 at 2012-05-27 17:38:47