Trace number 3709987

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 1730.31 1725.65

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K65.opb
MD5SUMa4b90b74bc3d4958439bc17b9ac2ee03
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark312.531
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3575
Total number of constraints3707
Number of constraints which are clauses3642
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint65
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.08	c version 2.3.2.v20120418
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		501472288
0.06/0.08	c Max memory 		7480803328
0.06/0.08	c Total memory 		504102912
0.06/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3709987-1338220679.opb
0.10/0.12	c reading problem ... 
0.56/0.34	c ... done. Wall clock time 0.222s.
0.56/0.34	c declared #vars     3575
0.56/0.34	c #constraints  3707
0.56/0.34	c constraints type 
0.56/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3000
0.56/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 65
0.56/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.56/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 640
0.56/0.34	c 3707 constraints processed.
1.87/1.24	c cleaning 2485 clauses out of 4969 with flag 5000/5000
2.86/2.11	c cleaning 4186 clauses out of 8466 with flag 11000/11000
3.86/3.14	c cleaning 5602 clauses out of 11274 with flag 18000/18000
5.09/4.34	c cleaning 6757 clauses out of 13672 with flag 26001/26001
6.54/5.77	c cleaning 7889 clauses out of 15909 with flag 35000/35000
8.24/7.43	c cleaning 8957 clauses out of 18019 with flag 45000/45000
10.04/9.23	c cleaning 9973 clauses out of 20063 with flag 56003/56003
11.95/11.14	c cleaning 10967 clauses out of 22086 with flag 68000/68000
14.15/13.38	c cleaning 12015 clauses out of 24118 with flag 81000/81000
16.86/16.06	c cleaning 13019 clauses out of 26104 with flag 95004/95004
19.89/19.05	c cleaning 13987 clauses out of 28080 with flag 110000/110000
23.21/22.31	c cleaning 14896 clauses out of 30095 with flag 126004/126004
26.62/25.73	c cleaning 16056 clauses out of 32193 with flag 143000/143000
30.92/30.09	c cleaning 17042 clauses out of 34139 with flag 161002/161002
35.63/34.79	c cleaning 18024 clauses out of 36093 with flag 180000/180000
40.47/39.51	c cleaning 18999 clauses out of 38068 with flag 200001/200001
45.08/44.20	c cleaning 19907 clauses out of 40065 with flag 221000/221000
50.40/49.43	c cleaning 20993 clauses out of 42155 with flag 243001/243001
55.60/54.66	c cleaning 22041 clauses out of 44160 with flag 266002/266002
62.11/61.17	c cleaning 22938 clauses out of 46117 with flag 290000/290000
69.33/68.38	c cleaning 23957 clauses out of 48179 with flag 315000/315000
75.88/74.87	c cleaning 24558 clauses out of 50220 with flag 341000/341000
83.99/82.94	c cleaning 26123 clauses out of 52664 with flag 368002/368002
93.11/92.06	c cleaning 27082 clauses out of 54541 with flag 396002/396002
102.53/101.44	c cleaning 28109 clauses out of 56459 with flag 425002/425002
112.06/110.93	c cleaning 29040 clauses out of 58348 with flag 455000/455000
120.09/118.95	c cleaning 29614 clauses out of 60308 with flag 486000/486000
129.11/127.91	c cleaning 30965 clauses out of 62695 with flag 518001/518001
141.03/139.82	c cleaning 32088 clauses out of 64731 with flag 551004/551004
152.85/151.61	c cleaning 33083 clauses out of 66639 with flag 585000/585000
164.18/162.97	c cleaning 33764 clauses out of 68554 with flag 620000/620000
178.23/176.94	c cleaning 34840 clauses out of 70790 with flag 656000/656000
189.39/188.06	c cleaning 35909 clauses out of 72950 with flag 693000/693000
201.09/199.71	c cleaning 37092 clauses out of 75038 with flag 731000/731000
214.42/213.04	c cleaning 38234 clauses out of 76952 with flag 770006/770006
228.65/227.20	c cleaning 38898 clauses out of 78714 with flag 810002/810002
242.98/241.57	c cleaning 39876 clauses out of 80815 with flag 851001/851001
256.12/254.64	c cleaning 41115 clauses out of 82939 with flag 893001/893001
273.27/271.74	c cleaning 42174 clauses out of 84825 with flag 936002/936002
292.23/290.65	c cleaning 43213 clauses out of 86649 with flag 980000/980000
306.19/304.60	c cleaning 44136 clauses out of 88436 with flag 1025000/1025000
323.81/322.17	c cleaning 45017 clauses out of 90300 with flag 1071000/1071000
341.56/339.84	c cleaning 32168 clauses out of 78164 with flag 1118005/1118005
357.68/355.91	c cleaning 46867 clauses out of 93991 with flag 1166000/1166000
376.82/375.02	c cleaning 47965 clauses out of 96124 with flag 1215000/1215000
396.85/395.00	c cleaning 49039 clauses out of 98160 with flag 1265003/1265003
417.11/415.28	c cleaning 34861 clauses out of 84553 with flag 1316000/1316000
438.47/436.57	c cleaning 45502 clauses out of 95781 with flag 1368000/1368000
460.06/458.06	c cleaning 43839 clauses out of 94807 with flag 1421001/1421001
482.29/480.22	c cleaning 48032 clauses out of 99495 with flag 1475000/1475000
504.84/502.74	c cleaning 53144 clauses out of 106463 with flag 1530000/1530000
526.99/524.87	c cleaning 34668 clauses out of 87620 with flag 1586001/1586001
551.03/548.84	c cleaning 48393 clauses out of 101425 with flag 1643003/1643003
576.77/574.53	c cleaning 55424 clauses out of 111029 with flag 1701000/1701000
602.04/599.73	c cleaning 57242 clauses out of 114605 with flag 1760000/1760000
624.82/622.44	c cleaning 54647 clauses out of 109453 with flag 1820002/1820002
648.85/646.42	c cleaning 54977 clauses out of 110373 with flag 1881001/1881001
673.79/671.39	c cleaning 45748 clauses out of 100990 with flag 1943002/1943002
700.22/697.76	c cleaning 59053 clauses out of 118242 with flag 2006002/2006002
727.89/725.36	c cleaning 59176 clauses out of 118521 with flag 2070000/2070000
755.06/752.47	c cleaning 59014 clauses out of 118069 with flag 2135000/2135000
780.44/777.74	c cleaning 42970 clauses out of 100076 with flag 2201001/2201001
810.39/807.60	c cleaning 52717 clauses out of 110217 with flag 2268001/2268001
838.86/836.06	c cleaning 62733 clauses out of 125499 with flag 2336000/2336000
870.02/867.14	c cleaning 65687 clauses out of 131766 with flag 2405000/2405000
905.00/902.07	c cleaning 67983 clauses out of 136079 with flag 2475000/2475000
940.07/937.07	c cleaning 69508 clauses out of 139101 with flag 2546005/2546005
978.17/975.04	c cleaning 70763 clauses out of 141591 with flag 2618003/2618003
1011.75/1008.51	c cleaning 71800 clauses out of 143826 with flag 2691001/2691001
1044.92/1041.64	c cleaning 70079 clauses out of 140277 with flag 2765000/2765000
1078.22/1074.82	c cleaning 54277 clauses out of 114568 with flag 2840001/2840001
1115.85/1112.41	c cleaning 63468 clauses out of 127073 with flag 2916001/2916001
1149.34/1145.84	c cleaning 63307 clauses out of 126735 with flag 2993000/2993000
1185.87/1182.39	c cleaning 57791 clauses out of 118021 with flag 3071002/3071002
1221.71/1218.18	c cleaning 69554 clauses out of 139226 with flag 3150001/3150001
1260.38/1256.73	c cleaning 73391 clauses out of 146902 with flag 3230001/3230001
1305.87/1302.12	c cleaning 76661 clauses out of 153413 with flag 3311001/3311001
1355.55/1351.70	c cleaning 72671 clauses out of 145372 with flag 3393000/3393000
1399.67/1395.70	c cleaning 77830 clauses out of 155704 with flag 3476003/3476003
1446.06/1442.10	c cleaning 80867 clauses out of 161871 with flag 3560000/3560000
1500.75/1496.64	c cleaning 82998 clauses out of 166002 with flag 3645000/3645000
1550.49/1546.24	c cleaning 74127 clauses out of 148489 with flag 3731000/3731000
1598.39/1594.08	c cleaning 71801 clauses out of 143632 with flag 3818003/3818003
1647.40/1642.97	c cleaning 79695 clauses out of 159408 with flag 3906000/3906000
1703.93/1699.39	c cleaning 84274 clauses out of 168567 with flag 3995001/3995001
1730.31/1725.61	c starts		: 230
1730.31/1725.61	c conflicts		: 4046087
1730.31/1725.61	c decisions		: 9084309
1730.31/1725.61	c propagations		: 1099705181
1730.31/1725.61	c inspects		: 12253613381
1730.31/1725.61	c shortcuts		: 0
1730.31/1725.61	c learnt literals	: 131
1730.31/1725.61	c learnt binary clauses	: 57294
1730.31/1725.61	c learnt ternary clauses	: 60803
1730.31/1725.61	c learnt constraints	: 4045955
1730.31/1725.61	c ignored constraints	: 0
1730.31/1725.61	c root simplifications	: 360
1730.31/1725.61	c removed literals (reason simplification)	: 246948233
1730.31/1725.61	c reason swapping (by a shorter reason)	: 0
1730.31/1725.61	c Calls to reduceDB	: 85
1730.31/1725.61	c number of reductions to clauses (during analyze)	: 0
1730.31/1725.61	c number of learned constraints concerned by reduction	: 0
1730.31/1725.61	c number of learning phase by resolution	: 0
1730.31/1725.61	c number of learning phase by cutting planes	: 0
1730.31/1725.61	c speed (assignments/second)	: 637413.8063748035
1730.31/1725.61	c non guided choices	64
1730.31/1725.63	c learnt constraints type 
1730.31/1725.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19420
1730.31/1725.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21844
1730.31/1725.63	c constraints type 
1730.31/1725.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3000
1730.31/1725.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 65
1730.31/1725.63	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1730.31/1725.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 640
1730.31/1725.63	c 3707 constraints processed.
1730.31/1725.63	s UNSATISFIABLE
1730.31/1725.63	c Total wall clock time (in seconds): 1725.513

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12491
/proc/meminfo: memFree=30730652/32873844 swapFree=6872/6872
[pid=12491] ppid=12489 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/12491/stat : 12491 (java) S 12489 12491 9972 0 -1 4202496 1146 0 0 0 0 0 0 0 20 0 2 0 288196377 24780800 866 33554432000 1073741824 1073778376 140734043590928 140734043582064 270121599037 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12491/statm: 22434 869 657 9 0 16769 0
[pid=12491/tid=12492] ppid=12489 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12492/stat : 12492 (java) R 12489 12491 9972 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 2 0 288196378 91889664 884 33554432000 1073741824 1073778376 140734043590928 140734043579992 270118241168 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.082299 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12491
/proc/meminfo: memFree=30730652/32873844 swapFree=6872/6872
[pid=12491] ppid=12489 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/12491/stat : 12491 (java) S 12489 12491 9972 0 -1 4202496 3481 0 1 0 6 0 0 0 20 0 18 0 288196377 9787842560 4689 33554432000 1073741824 1073778376 140734043590928 140734043582064 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12491/statm: 2389610 4689 1779 9 0 2380296 0
[pid=12491/tid=12492] ppid=12489 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/12491/task/12492/stat : 12492 (java) R 12489 12491 9972 0 -1 4202560 2272 0 1 0 6 0 0 0 20 0 18 0 288196378 9787842560 4689 33554432000 1073741824 1073778376 140734043590928 139870698277824 270118239925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.100341 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12491
/proc/meminfo: memFree=30730652/32873844 swapFree=6872/6872
[pid=12491] ppid=12489 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/12491/stat : 12491 (java) S 12489 12491 9972 0 -1 4202496 4284 0 1 0 10 0 0 0 20 0 18 0 288196377 9787842560 6002 33554432000 1073741824 1073778376 140734043590928 140734043582064 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12491/statm: 2389610 6002 2116 9 0 2380296 0
[pid=12491/tid=12492] ppid=12489 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/12491/task/12492/stat : 12492 (java) R 12489 12491 9972 0 -1 4202560 2418 0 1 0 7 0 0 0 20 0 18 0 288196378 9787842560 6002 33554432000 1073741824 1073778376 140734043590928 139870698262896 270121624845 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.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12491
/proc/meminfo: memFree=30730652/32873844 swapFree=6872/6872
[pid=12491] ppid=12489 vsize=9558440 CPUtime=0.56 cores=1,3,5,7
/proc/12491/stat : 12491 (java) S 12489 12491 9972 0 -1 4202496 7790 0 1 0 55 1 0 0 20 0 18 0 288196377 9787842560 9527 33554432000 1073741824 1073778376 140734043590928 140734043582064 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12491/statm: 2389610 9527 2223 9 0 2380296 0
[pid=12491/tid=12492] ppid=12489 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/12491/task/12492/stat : 12492 (java) R 12489 12491 9972 0 -1 4202560 2502 0 1 0 27 0 0 0 20 0 18 0 288196378 9787842560 9527 33554432000 1073741824 1073778376 140734043590928 139870698278728 139870525830420 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558440

[startup+0.700279 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12491
/proc/meminfo: memFree=30730652/32873844 swapFree=6872/6872
[pid=12491] ppid=12489 vsize=9625004 CPUtime=1.32 cores=1,3,5,7
/proc/12491/stat : 12491 (java) S 12489 12491 9972 0 -1 4202496 9036 0 1 0 131 1 0 0 20 0 19 0 288196377 9856004096 12678 33554432000 1073741824 1073778376 140734043590928 140734043582064 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12491/statm: 2406251 12678 2256 9 0 2396937 0
[pid=12491/tid=12492] ppid=12489 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/12491/task/12492/stat : 12492 (java) R 12489 12491 9972 0 -1 4202560 2520 0 1 0 67 0 0 0 20 0 19 0 288196378 9856004096 12678 33554432000 1073741824 1073778376 140734043590928 139870698279016 139870526327716 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) 9625004

[startup+1.50068 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12510
/proc/meminfo: memFree=30686056/32873844 swapFree=6872/6872
[pid=12491] ppid=12489 vsize=9625004 CPUtime=2.22 cores=1,3,5,7
/proc/12491/stat : 12491 (java) S 12489 12491 9972 0 -1 4202496 9597 0 1 0 220 2 0 0 20 0 19 0 288196377 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 140734043582064 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12491/statm: 2406251 15285 2284 9 0 2396937 0
[pid=12491/tid=12492] ppid=12489 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/12491/task/12492/stat : 12492 (java) R 12489 12491 9972 0 -1 4202560 2523 0 1 0 145 0 0 0 20 0 19 0 288196378 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870698279336 139870526311217 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12494] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12494/stat : 12494 (java) S 12489 12491 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870659771048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12495] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12495/stat : 12495 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870658718504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12496] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12496/stat : 12496 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870657665960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12491/tid=12497] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12497/stat : 12497 (java) S 12489 12491 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870656613416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12498] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12498/stat : 12498 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870655559848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12499] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12499/stat : 12499 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870654507304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12500] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12500/stat : 12500 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870653454760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12501] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12501/stat : 12501 (java) S 12489 12491 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870652402216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12502] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12502/stat : 12502 (java) S 12489 12491 9972 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 288196380 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870521502312 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12503] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12503/stat : 12503 (java) S 12489 12491 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288196380 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870520448632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12504] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12504/stat : 12504 (java) S 12489 12491 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288196381 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870519395976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12505] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12505/stat : 12505 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870518344720 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12506] ppid=12489 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/12491/task/12506/stat : 12506 (java) S 12489 12491 9972 0 -1 4202560 2655 0 0 0 34 0 0 0 20 0 19 0 288196383 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870517291064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12507] ppid=12489 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/12491/task/12507/stat : 12507 (java) S 12489 12491 9972 0 -1 4202560 3182 0 0 0 35 0 0 0 20 0 19 0 288196383 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870516238520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12491/tid=12508] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12508/stat : 12508 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870515186168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12491/tid=12509] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12509/stat : 12509 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870514133832 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12510] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12510/stat : 12510 (java) S 12489 12491 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288196413 9856004096 15285 33554432000 1073741824 1073778376 140734043590928 139870513079592 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12510
/proc/meminfo: memFree=30677492/32873844 swapFree=6872/6872
[pid=12491] ppid=12489 vsize=9625004 CPUtime=3.86 cores=1,3,5,7
/proc/12491/stat : 12491 (java) S 12489 12491 9972 0 -1 4202496 9608 0 1 0 384 2 0 0 20 0 19 0 288196377 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 140734043582064 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12491/statm: 2406251 16314 2284 9 0 2396937 0
[pid=12491/tid=12492] ppid=12489 vsize=9625004 CPUtime=3.03 cores=1,3,5,7
/proc/12491/task/12492/stat : 12492 (java) R 12489 12491 9972 0 -1 4202560 2524 0 1 0 303 0 0 0 20 0 19 0 288196378 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870698278224 139870526387704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12494] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12494/stat : 12494 (java) S 12489 12491 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870659771048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12495] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12495/stat : 12495 (java) S 12489 12491 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870658718504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12496] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12496/stat : 12496 (java) S 12489 12491 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870657665960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12491/tid=12497] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12497/stat : 12497 (java) S 12489 12491 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870656613416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12498] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12498/stat : 12498 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870655559848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12499] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12499/stat : 12499 (java) S 12489 12491 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870654507304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12500] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12500/stat : 12500 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870653454760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12501] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12501/stat : 12501 (java) S 12489 12491 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870652402216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12502] ppid=12489 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/12491/task/12502/stat : 12502 (java) S 12489 12491 9972 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 288196380 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870521502312 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12503] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12503/stat : 12503 (java) S 12489 12491 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288196380 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870520448632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12504] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12504/stat : 12504 (java) S 12489 12491 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288196381 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870519395976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12505] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12505/stat : 12505 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870518344720 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12506] ppid=12489 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/12491/task/12506/stat : 12506 (java) S 12489 12491 9972 0 -1 4202560 2655 0 0 0 35 0 0 0 20 0 19 0 288196383 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870517291064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12507] ppid=12489 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/12491/task/12507/stat : 12507 (java) S 12489 12491 9972 0 -1 4202560 3182 0 0 0 38 0 0 0 20 0 19 0 288196383 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870516238520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12491/tid=12508] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12508/stat : 12508 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870515186168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12491/tid=12509] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12509/stat : 12509 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870514133832 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12510] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12510/stat : 12510 (java) S 12489 12491 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288196413 9856004096 16314 33554432000 1073741824 1073778376 140734043590928 139870513079592 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12510
/proc/meminfo: memFree=30670976/32873844 swapFree=6872/6872
[pid=12491] ppid=12489 vsize=9625004 CPUtime=7.14 cores=1,3,5,7
/proc/12491/stat : 12491 (java) S 12489 12491 9972 0 -1 4202496 9719 0 1 0 711 3 0 0 20 0 19 0 288196377 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 140734043582064 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12491/statm: 2406251 16735 2284 9 0 2396937 0
[pid=12491/tid=12492] ppid=12489 vsize=9625004 CPUtime=6.16 cores=1,3,5,7
/proc/12491/task/12492/stat : 12492 (java) R 12489 12491 9972 0 -1 4202560 2526 0 1 0 616 0 0 0 20 0 19 0 288196378 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870698279216 139870526345799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12494] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12494/stat : 12494 (java) S 12489 12491 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870659771048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12495] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12495/stat : 12495 (java) S 12489 12491 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870658718504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12496] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12496/stat : 12496 (java) S 12489 12491 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870657665960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12491/tid=12497] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12497/stat : 12497 (java) S 12489 12491 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870656613416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12491/tid=12498] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12498/stat : 12498 (java) S 12489 12491 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870655559848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12499] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12499/stat : 12499 (java) S 12489 12491 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870654507304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12500] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12500/stat : 12500 (java) S 12489 12491 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870653454760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12501] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12501/stat : 12501 (java) S 12489 12491 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 288196379 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870652402216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12502] ppid=12489 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/12491/task/12502/stat : 12502 (java) S 12489 12491 9972 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 19 0 288196380 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870521502312 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12503] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12503/stat : 12503 (java) S 12489 12491 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288196380 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870520448632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12504] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12504/stat : 12504 (java) S 12489 12491 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288196381 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870519395976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12505] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12505/stat : 12505 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870518344720 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12506] ppid=12489 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/12491/task/12506/stat : 12506 (java) S 12489 12491 9972 0 -1 4202560 2749 0 0 0 41 0 0 0 20 0 19 0 288196383 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870517291064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12507] ppid=12489 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/12491/task/12507/stat : 12507 (java) S 12489 12491 9972 0 -1 4202560 3182 0 0 0 38 0 0 0 20 0 19 0 288196383 9856004096 16735 33554432000 1073741824 1073778376 140734043590928 139870516238520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/12491/task/12501/stat : 12501 (java) S 12489 12491 9972 0 -1 4202560 43 0 0 0 51 2 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870652402216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12502] ppid=12489 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/12491/task/12502/stat : 12502 (java) S 12489 12491 9972 0 -1 4202560 130 0 0 0 299 3 0 0 20 0 19 0 288196380 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870521502312 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12503] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12503/stat : 12503 (java) S 12489 12491 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288196380 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870520448632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12504] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12504/stat : 12504 (java) S 12489 12491 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288196381 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870519395976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12505] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12505/stat : 12505 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870518344720 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12506] ppid=12489 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/12491/task/12506/stat : 12506 (java) S 12489 12491 9972 0 -1 4202560 2749 0 0 0 41 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870517291064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12507] ppid=12489 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/12491/task/12507/stat : 12507 (java) S 12489 12491 9972 0 -1 4202560 3188 0 0 0 41 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870516238520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12508] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12508/stat : 12508 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870515186168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12491/tid=12509] ppid=12489 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/12491/task/12509/stat : 12509 (java) S 12489 12491 9972 0 -1 4202560 99 0 0 0 42 24 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870514133832 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12510] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12510/stat : 12510 (java) S 12489 12491 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288196413 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870513079592 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1729.42
Current children cumulated vsize (KiB) 9625004

[startup+1725.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12778
/proc/meminfo: memFree=30628764/32873844 swapFree=6872/6872
[pid=12491] ppid=12489 vsize=9625004 CPUtime=1729.81 cores=1,3,5,7
/proc/12491/stat : 12491 (java) S 12489 12491 9972 0 -1 4202496 11096 0 1 0 172927 54 0 0 20 0 19 0 288196377 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 140734043582064 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12491/statm: 2406251 57922 2285 9 0 2396937 0
[pid=12491/tid=12492] ppid=12489 vsize=9625004 CPUtime=1716.25 cores=1,3,5,7
/proc/12491/task/12492/stat : 12492 (java) R 12489 12491 9972 0 -1 4202560 2632 0 1 0 171597 28 0 0 20 0 19 0 288196378 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870698279464 139870526375086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12494] ppid=12489 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/12491/task/12494/stat : 12494 (java) S 12489 12491 9972 0 -1 4202560 221 0 0 0 54 3 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870659771048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12495] ppid=12489 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/12491/task/12495/stat : 12495 (java) S 12489 12491 9972 0 -1 4202560 52 0 0 0 49 3 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870658718504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12496] ppid=12489 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/12491/task/12496/stat : 12496 (java) S 12489 12491 9972 0 -1 4202560 106 0 0 0 57 3 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870657665960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12497] ppid=12489 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/12491/task/12497/stat : 12497 (java) S 12489 12491 9972 0 -1 4202560 254 0 0 0 56 3 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870656613416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12498] ppid=12489 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/12491/task/12498/stat : 12498 (java) S 12489 12491 9972 0 -1 4202560 203 0 0 0 57 2 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870655559848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12499] ppid=12489 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/12491/task/12499/stat : 12499 (java) S 12489 12491 9972 0 -1 4202560 50 0 0 0 54 2 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870654507304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12500] ppid=12489 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/12491/task/12500/stat : 12500 (java) S 12489 12491 9972 0 -1 4202560 189 0 0 0 52 2 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870653454760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12501] ppid=12489 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/12491/task/12501/stat : 12501 (java) S 12489 12491 9972 0 -1 4202560 43 0 0 0 51 2 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870652402216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12502] ppid=12489 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/12491/task/12502/stat : 12502 (java) S 12489 12491 9972 0 -1 4202560 130 0 0 0 299 3 0 0 20 0 19 0 288196380 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870521502312 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12503] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12503/stat : 12503 (java) S 12489 12491 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288196380 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870520448632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12504] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12504/stat : 12504 (java) S 12489 12491 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288196381 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870519395976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12505] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12505/stat : 12505 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870518344720 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12506] ppid=12489 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/12491/task/12506/stat : 12506 (java) S 12489 12491 9972 0 -1 4202560 2749 0 0 0 41 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870517291064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12507] ppid=12489 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/12491/task/12507/stat : 12507 (java) S 12489 12491 9972 0 -1 4202560 3188 0 0 0 41 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870516238520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12508] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12508/stat : 12508 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870515186168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12491/tid=12509] ppid=12489 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/12491/task/12509/stat : 12509 (java) S 12489 12491 9972 0 -1 4202560 99 0 0 0 42 24 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870514133832 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12510] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12510/stat : 12510 (java) S 12489 12491 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288196413 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870513079592 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1729.81
Current children cumulated vsize (KiB) 9625004

[startup+1725.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12778
/proc/meminfo: memFree=30628764/32873844 swapFree=6872/6872
[pid=12491] ppid=12489 vsize=9625004 CPUtime=1730.21 cores=1,3,5,7
/proc/12491/stat : 12491 (java) S 12489 12491 9972 0 -1 4202496 11096 0 1 0 172967 54 0 0 20 0 19 0 288196377 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 140734043582064 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12491/statm: 2406251 57922 2285 9 0 2396937 0
[pid=12491/tid=12492] ppid=12489 vsize=9625004 CPUtime=1716.65 cores=1,3,5,7
/proc/12491/task/12492/stat : 12492 (java) R 12489 12491 9972 0 -1 4202560 2632 0 1 0 171637 28 0 0 20 0 19 0 288196378 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870698279464 139870526431711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12494] ppid=12489 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/12491/task/12494/stat : 12494 (java) S 12489 12491 9972 0 -1 4202560 221 0 0 0 54 3 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870659771048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12495] ppid=12489 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/12491/task/12495/stat : 12495 (java) S 12489 12491 9972 0 -1 4202560 52 0 0 0 49 3 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870658718504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12496] ppid=12489 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/12491/task/12496/stat : 12496 (java) S 12489 12491 9972 0 -1 4202560 106 0 0 0 57 3 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870657665960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12497] ppid=12489 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/12491/task/12497/stat : 12497 (java) S 12489 12491 9972 0 -1 4202560 254 0 0 0 56 3 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870656613416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12498] ppid=12489 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/12491/task/12498/stat : 12498 (java) S 12489 12491 9972 0 -1 4202560 203 0 0 0 57 2 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870655559848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12499] ppid=12489 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/12491/task/12499/stat : 12499 (java) S 12489 12491 9972 0 -1 4202560 50 0 0 0 54 2 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870654507304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12500] ppid=12489 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/12491/task/12500/stat : 12500 (java) S 12489 12491 9972 0 -1 4202560 189 0 0 0 52 2 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870653454760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12501] ppid=12489 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/12491/task/12501/stat : 12501 (java) S 12489 12491 9972 0 -1 4202560 43 0 0 0 51 2 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870652402216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12502] ppid=12489 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/12491/task/12502/stat : 12502 (java) S 12489 12491 9972 0 -1 4202560 130 0 0 0 299 3 0 0 20 0 19 0 288196380 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870521502312 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12503] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12503/stat : 12503 (java) S 12489 12491 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288196380 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870520448632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12504] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12504/stat : 12504 (java) S 12489 12491 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288196381 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870519395976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12505] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12505/stat : 12505 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870518344720 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12506] ppid=12489 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/12491/task/12506/stat : 12506 (java) S 12489 12491 9972 0 -1 4202560 2749 0 0 0 41 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870517291064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12507] ppid=12489 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/12491/task/12507/stat : 12507 (java) S 12489 12491 9972 0 -1 4202560 3188 0 0 0 41 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870516238520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12508] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12508/stat : 12508 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870515186168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12491/tid=12509] ppid=12489 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/12491/task/12509/stat : 12509 (java) S 12489 12491 9972 0 -1 4202560 99 0 0 0 42 24 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870514133832 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12510] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12510/stat : 12510 (java) S 12489 12491 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288196413 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870513079592 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1730.21
Current children cumulated vsize (KiB) 9625004

[startup+1725.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12778
/proc/meminfo: memFree=30628764/32873844 swapFree=6872/6872
[pid=12491] ppid=12489 vsize=9625004 CPUtime=1730.31 cores=1,3,5,7
/proc/12491/stat : 12491 (java) S 12489 12491 9972 0 -1 4202496 11096 0 1 0 172977 54 0 0 20 0 19 0 288196377 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 140734043582064 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12491/statm: 2406251 57922 2285 9 0 2396937 0
[pid=12491/tid=12492] ppid=12489 vsize=9625004 CPUtime=1716.75 cores=1,3,5,7
/proc/12491/task/12492/stat : 12492 (java) R 12489 12491 9972 0 -1 4202560 2632 0 1 0 171647 28 0 0 20 0 19 0 288196378 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870698279464 139870526541292 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12494] ppid=12489 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/12491/task/12494/stat : 12494 (java) S 12489 12491 9972 0 -1 4202560 221 0 0 0 54 3 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870659771048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12495] ppid=12489 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/12491/task/12495/stat : 12495 (java) S 12489 12491 9972 0 -1 4202560 52 0 0 0 49 3 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870658718504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12496] ppid=12489 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/12491/task/12496/stat : 12496 (java) S 12489 12491 9972 0 -1 4202560 106 0 0 0 57 3 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870657665960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12497] ppid=12489 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/12491/task/12497/stat : 12497 (java) S 12489 12491 9972 0 -1 4202560 254 0 0 0 56 3 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870656613416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12498] ppid=12489 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/12491/task/12498/stat : 12498 (java) S 12489 12491 9972 0 -1 4202560 203 0 0 0 57 2 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870655559848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12499] ppid=12489 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/12491/task/12499/stat : 12499 (java) S 12489 12491 9972 0 -1 4202560 50 0 0 0 54 2 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870654507304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12500] ppid=12489 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/12491/task/12500/stat : 12500 (java) S 12489 12491 9972 0 -1 4202560 189 0 0 0 52 2 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870653454760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12501] ppid=12489 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/12491/task/12501/stat : 12501 (java) S 12489 12491 9972 0 -1 4202560 43 0 0 0 51 2 0 0 20 0 19 0 288196379 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870652402216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12491/tid=12502] ppid=12489 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/12491/task/12502/stat : 12502 (java) S 12489 12491 9972 0 -1 4202560 130 0 0 0 299 3 0 0 20 0 19 0 288196380 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870521502312 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12503] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12503/stat : 12503 (java) S 12489 12491 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288196380 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870520448632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12504] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12504/stat : 12504 (java) S 12489 12491 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288196381 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870519395976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12505] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12505/stat : 12505 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870518344720 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12506] ppid=12489 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/12491/task/12506/stat : 12506 (java) S 12489 12491 9972 0 -1 4202560 2749 0 0 0 41 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870517291064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12507] ppid=12489 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/12491/task/12507/stat : 12507 (java) S 12489 12491 9972 0 -1 4202560 3188 0 0 0 41 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870516238520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12491/tid=12508] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12508/stat : 12508 (java) S 12489 12491 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870515186168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12491/tid=12509] ppid=12489 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/12491/task/12509/stat : 12509 (java) S 12489 12491 9972 0 -1 4202560 99 0 0 0 42 24 0 0 20 0 19 0 288196383 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870514133832 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12491/tid=12510] ppid=12489 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12491/task/12510/stat : 12510 (java) S 12489 12491 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288196413 9856004096 57922 33554432000 1073741824 1073778376 140734043590928 139870513079592 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1730.31
Current children cumulated vsize (KiB) 9625004

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12491 and gives
#  childrusage.ru_utime.tv_sec=1725
#  childrusage.ru_utime.tv_usec=179732
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=891864
# CPU time returned by wait4() is 1726.07
# while last known CPU time is 1730.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1725.65
CPU time (s): 1730.31
CPU user time (s): 1729.77
CPU system time (s): 0.54
CPU usage (%): 100.27
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1725.18
system time used= 0.891864
maximum resident set size= 231756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11116
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38700
involuntary context switches= 9818

runsolver used 9.07662 second user time and 17.6973 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 17:57:59
IDJOB=3709987
IDBENCH=90217
IDSOLVER=2289
FILE ID=node106/3709987-1338220679
RUNJOBID= node106-1338195726-9989
PBS_JOBID= 14624610
Free space on /tmp= 71332 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K65.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-3709987-1338220679/watcher-3709987-1338220679 -o /tmp/evaluation-result-3709987-1338220679/solver-3709987-1338220679 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709987-1338220679.opb

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

MD5SUM BENCH= a4b90b74bc3d4958439bc17b9ac2ee03
RANDOM SEED=338453648

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30731288 kB
Buffers:          311816 kB
Cached:           571508 kB
SwapCached:            0 kB
Active:          1081688 kB
Inactive:         202800 kB
Active(anon):     392436 kB
Inactive(anon):    11256 kB
Active(file):     689252 kB
Inactive(file):   191544 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               884 kB
Writeback:             4 kB
AnonPages:        407720 kB
Mapped:            18732 kB
Shmem:               200 kB
Slab:             716636 kB
SReclaimable:     158772 kB
SUnreclaim:       557864 kB
KernelStack:        1664 kB
PageTables:         5012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71328 MiB
End job on node106 at 2012-05-28 18:26:45