Trace number 3729923

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.07 903.86

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUMb656932a938990470d09f3771b5047c2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark904.992
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
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 lightweight component caching from RSAT taking into account the objective function
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=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
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 taking into account the objective function
0.10/0.12	c No 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=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3729923-1338679223.opb
0.10/0.12	c reading problem ... 
1.70/1.26	c ... done. Wall clock time 1.142s.
1.70/1.26	c #vars     1650
1.70/1.26	c #constraints  113714
1.70/1.26	c constraints type 
1.70/1.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 113164
1.70/1.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 550
1.70/1.26	c constraints type 
1.70/1.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 113164
1.70/1.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 550
5.70/2.69	c cleaning 2487 clauses out of 5000 with flag 5000/5000
8.13/3.82	c cleaning 4244 clauses out of 8513 with flag 11000/11000
10.49/5.03	c cleaning 5620 clauses out of 11269 with flag 18000/18000
11.01/5.32	c cleaning 0 clauses out of 5001 with flag 0/5001
13.80/6.64	c cleaning 6815 clauses out of 13649 with flag 26000/26000
16.97/8.16	c cleaning 7910 clauses out of 15834 with flag 35000/35000
20.09/9.79	c cleaning 8957 clauses out of 17925 with flag 45001/45001
23.64/11.51	c cleaning 9974 clauses out of 19967 with flag 56000/56000
24.53/12.10	c cleaning 0 clauses out of 11000 with flag 0/11000
27.29/13.47	c cleaning 10967 clauses out of 21993 with flag 68000/68000
31.81/15.77	c cleaning 12005 clauses out of 24027 with flag 81001/81001
36.13/17.93	c cleaning 13002 clauses out of 26021 with flag 95000/95000
41.59/20.76	c cleaning 13997 clauses out of 28019 with flag 110000/110000
47.10/23.52	c cleaning 14998 clauses out of 30022 with flag 126000/126000
53.02/26.55	c cleaning 15988 clauses out of 32024 with flag 143000/143000
55.34/27.76	c cleaning 0 clauses out of 18000 with flag 0/18000
59.60/29.99	c cleaning 17012 clauses out of 34036 with flag 161000/161000
66.52/33.41	c cleaning 17997 clauses out of 36025 with flag 180001/180001
73.43/36.98	c cleaning 19005 clauses out of 38027 with flag 200000/200000
81.12/40.86	c cleaning 19992 clauses out of 40022 with flag 221000/221000
88.98/44.85	c cleaning 20999 clauses out of 42030 with flag 243000/243000
97.48/49.12	c cleaning 22011 clauses out of 44033 with flag 266002/266002
105.60/53.21	c cleaning 23002 clauses out of 46021 with flag 290001/290001
114.50/57.74	c cleaning 23980 clauses out of 48018 with flag 315000/315000
120.12/60.64	c cleaning 0 clauses out of 26000 with flag 0/26000
125.60/63.48	c cleaning 24991 clauses out of 50038 with flag 341000/341000
136.69/69.00	c cleaning 25997 clauses out of 52047 with flag 368000/368000
149.38/75.45	c cleaning 27012 clauses out of 54051 with flag 396001/396001
160.21/80.95	c cleaning 28003 clauses out of 56039 with flag 425001/425001
172.50/87.10	c cleaning 28992 clauses out of 58035 with flag 455000/455000
185.39/93.60	c cleaning 30008 clauses out of 60043 with flag 486000/486000
201.89/101.93	c cleaning 30994 clauses out of 62035 with flag 518000/518000
217.53/109.87	c cleaning 31979 clauses out of 64041 with flag 551000/551000
237.85/120.07	c cleaning 33012 clauses out of 66062 with flag 585000/585000
244.93/123.63	c cleaning 0 clauses out of 35000 with flag 0/35000
252.06/127.22	c cleaning 33993 clauses out of 68051 with flag 620001/620001
269.88/136.22	c cleaning 35013 clauses out of 70057 with flag 656000/656000
287.99/145.37	c cleaning 35997 clauses out of 72044 with flag 693000/693000
305.50/154.12	c cleaning 37002 clauses out of 74047 with flag 731000/731000
328.61/165.74	c cleaning 37995 clauses out of 76046 with flag 770001/770001
349.45/176.26	c cleaning 38994 clauses out of 78050 with flag 810000/810000
376.95/190.04	c cleaning 40005 clauses out of 80057 with flag 851001/851001
401.45/202.31	c cleaning 41009 clauses out of 82051 with flag 893000/893000
421.12/212.26	c cleaning 42015 clauses out of 84044 with flag 936002/936002
424.32/213.97	c cleaning 0 clauses out of 45003 with flag 0/45003
443.57/223.61	c cleaning 43001 clauses out of 86027 with flag 980000/980000
468.24/236.00	c cleaning 43985 clauses out of 88026 with flag 1025000/1025000
499.99/251.93	c cleaning 44980 clauses out of 90041 with flag 1071000/1071000
530.82/267.46	c cleaning 46014 clauses out of 92061 with flag 1118000/1118000
568.93/286.54	c cleaning 47016 clauses out of 94048 with flag 1166001/1166001
600.05/302.14	c cleaning 47994 clauses out of 96033 with flag 1215002/1215002
637.78/321.04	c cleaning 48959 clauses out of 98038 with flag 1265001/1265001
677.47/341.00	c cleaning 50011 clauses out of 100078 with flag 1316000/1316000
702.95/353.72	c cleaning 51020 clauses out of 102067 with flag 1368000/1368000
730.84/367.77	c cleaning 52019 clauses out of 104049 with flag 1421002/1421002
753.29/379.08	c cleaning 0 clauses out of 56002 with flag 0/56002
762.26/383.67	c cleaning 52974 clauses out of 106028 with flag 1475000/1475000
800.52/402.88	c cleaning 54021 clauses out of 108059 with flag 1530005/1530005
844.64/424.92	c cleaning 55002 clauses out of 110033 with flag 1586000/1586000
878.96/442.16	c cleaning 55978 clauses out of 112031 with flag 1643000/1643000
928.41/466.96	c cleaning 56991 clauses out of 114054 with flag 1701001/1701001
984.34/494.99	c cleaning 57984 clauses out of 116062 with flag 1760000/1760000
1035.23/520.47	c cleaning 59026 clauses out of 118078 with flag 1820000/1820000
1103.21/554.47	c cleaning 60011 clauses out of 120053 with flag 1881001/1881001
1169.27/587.56	c cleaning 61006 clauses out of 122041 with flag 1943000/1943000
1211.12/608.56	c cleaning 0 clauses out of 68002 with flag 0/68002
1224.36/615.25	c cleaning 62009 clauses out of 124035 with flag 2006000/2006000
1260.45/633.36	c cleaning 62980 clauses out of 126026 with flag 2070000/2070000
1302.67/654.52	c cleaning 64004 clauses out of 128046 with flag 2135000/2135000
1350.77/678.63	c cleaning 65000 clauses out of 130042 with flag 2201000/2201000
1403.27/704.98	c cleaning 65982 clauses out of 132042 with flag 2268000/2268000
1444.56/725.63	c cleaning 66980 clauses out of 134060 with flag 2336000/2336000
1507.73/757.34	c cleaning 68010 clauses out of 136081 with flag 2405001/2405001
1562.01/784.59	c cleaning 69015 clauses out of 138070 with flag 2475000/2475000
1642.18/824.65	c cleaning 70017 clauses out of 140056 with flag 2546001/2546001
1728.52/867.86	c cleaning 71003 clauses out of 142039 with flag 2618001/2618001
1783.85/895.64	c cleaning 71999 clauses out of 144035 with flag 2691000/2691000
1800.07/903.81	c starts		: 231
1800.07/903.81	c conflicts		: 2717551
1800.07/903.81	c decisions		: 3356517
1800.07/903.81	c propagations		: 315895429
1800.07/903.81	c inspects		: 7419793701
1800.07/903.81	c shortcuts		: 0
1800.07/903.81	c learnt literals	: 0
1800.07/903.81	c learnt binary clauses	: 0
1800.07/903.81	c learnt ternary clauses	: 0
1800.07/903.81	c learnt constraints	: 2717552
1800.07/903.81	c ignored constraints	: 0
1800.07/903.81	c root simplifications	: 0
1800.07/903.81	c removed literals (reason simplification)	: 14285371
1800.07/903.81	c reason swapping (by a shorter reason)	: 0
1800.07/903.81	c Calls to reduceDB	: 69
1800.07/903.81	c number of reductions to clauses (during analyze)	: 0
1800.07/903.81	c number of learned constraints concerned by reduction	: 0
1800.07/903.81	c number of learning phase by resolution	: 0
1800.07/903.81	c number of learning phase by cutting planes	: 0
1800.07/903.81	c speed (assignments/second)	: 350003.8369107938
1800.07/903.81	c non guided choices	294
1800.07/903.84	c learnt constraints type 
1800.07/903.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98641
1800.07/903.84	c constraints type 
1800.07/903.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 113164
1800.07/903.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 550
1800.07/903.84	c constraints type 
1800.07/903.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 113164
1800.07/903.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 550
1800.07/903.84	s UNKNOWN
1800.07/903.84	c Total wall clock time (in seconds): 903.723

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-3729923-1338679223/watcher-3729923-1338679223 -o /tmp/evaluation-result-3729923-1338679223/solver-3729923-1338679223 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729923-1338679223.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.81 0.21 0.33 4/196 13638
/proc/meminfo: memFree=25480032/32873852 swapFree=6856/6856
[pid=13638] ppid=13636 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/13638/stat : 13638 (java) R 13636 13638 4583 0 -1 4202496 1056 0 0 0 0 0 0 0 20 0 1 0 334047761 23793664 783 33554432000 1073741824 1073778376 140734070257520 140734070246584 139683546054336 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13638/statm: 5809 802 596 9 0 128 0

[startup+0.0630401 s]
/proc/loadavg: 0.81 0.21 0.33 4/196 13638
/proc/meminfo: memFree=25480032/32873852 swapFree=6856/6856
[pid=13638] ppid=13636 vsize=11253516 CPUtime=0.04 cores=0,2,4,6
/proc/13638/stat : 13638 (java) S 13636 13638 4583 0 -1 4202496 4375 0 1 0 3 1 0 0 20 0 13 0 334047761 11523600384 12226 33554432000 1073741824 1073778376 140734070257520 140734070248656 229359255613 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13638/statm: 2813379 12226 1715 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100344 s]
/proc/loadavg: 0.81 0.21 0.33 4/196 13638
/proc/meminfo: memFree=25480032/32873852 swapFree=6856/6856
[pid=13638] ppid=13636 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/13638/stat : 13638 (java) S 13636 13638 4583 0 -1 4202496 5327 0 1 0 9 1 0 0 20 0 18 0 334047761 11864465408 13165 33554432000 1073741824 1073778376 140734070257520 140734070248656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13638/statm: 2896598 13165 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300241 s]
/proc/loadavg: 0.81 0.21 0.33 4/196 13638
/proc/meminfo: memFree=25480032/32873852 swapFree=6856/6856
[pid=13638] ppid=13636 vsize=11586392 CPUtime=0.48 cores=0,2,4,6
/proc/13638/stat : 13638 (java) S 13636 13638 4583 0 -1 4202496 6459 0 1 0 46 2 0 0 20 0 18 0 334047761 11864465408 18019 33554432000 1073741824 1073778376 140734070257520 140734070248656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13638/statm: 2896598 18019 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 11586392

[startup+0.700265 s]
/proc/loadavg: 0.81 0.21 0.33 4/196 13638
/proc/meminfo: memFree=25480032/32873852 swapFree=6856/6856
[pid=13638] ppid=13636 vsize=11586392 CPUtime=1.2 cores=0,2,4,6
/proc/13638/stat : 13638 (java) S 13636 13638 4583 0 -1 4202496 9823 0 1 0 114 6 0 0 20 0 18 0 334047761 11864465408 63425 33554432000 1073741824 1073778376 140734070257520 140734070248656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13638/statm: 2896598 63425 2237 9 0 2887285 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 11586392

[startup+1.50064 s]
/proc/loadavg: 1.15 0.29 0.36 4/214 13656
/proc/meminfo: memFree=25035064/32873852 swapFree=6856/6856
[pid=13638] ppid=13636 vsize=11852648 CPUtime=2.65 cores=0,2,4,6
/proc/13638/stat : 13638 (java) S 13636 13638 4583 0 -1 4202496 12016 0 1 0 255 10 0 0 20 0 22 0 334047761 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 140734070248656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13638/statm: 2963162 149178 2263 9 0 2953849 0
[pid=13638/tid=13640] ppid=13636 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/13638/task/13640/stat : 13640 (java) S 13636 13638 4583 0 -1 4202560 3689 0 1 0 114 9 0 0 20 0 22 0 334047762 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683539268760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13641] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13641/stat : 13641 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047763 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683477997864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13642] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13642/stat : 13642 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047763 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683375114408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13643] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13643/stat : 13643 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047763 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683374062120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13644] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13644/stat : 13644 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047763 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683373009320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13645] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13645/stat : 13645 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047764 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683371957032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13646] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13646/stat : 13646 (java) S 13636 13638 4583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334047764 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683370904232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13647] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13647/stat : 13647 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047764 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683369851944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13648] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13648/stat : 13648 (java) S 13636 13638 4583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334047764 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683368799144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13649] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13649/stat : 13649 (java) S 13636 13638 4583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334047765 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683356600552 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13650] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13650/stat : 13650 (java) S 13636 13638 4583 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334047765 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683355546616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13651] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13651/stat : 13651 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047765 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683354494216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13652] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13652/stat : 13652 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683353442704 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13653] ppid=13636 vsize=11852648 CPUtime=0.49 cores=0,2,4,6
/proc/13638/task/13653/stat : 13653 (java) R 13636 13638 4583 0 -1 4202560 3675 0 0 0 49 0 0 0 20 0 22 0 334047768 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683352390360 139683543385475 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13654] ppid=13636 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/13638/task/13654/stat : 13654 (java) R 13636 13638 4583 0 -1 4202560 3347 0 0 0 43 0 0 0 20 0 22 0 334047768 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683351325280 139683542845880 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13655] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13655/stat : 13655 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683350285432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13656] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13656/stat : 13656 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 149178 33554432000 1073741824 1073778376 140734070257520 139683349232840 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 11852648

[startup+3.1008 s]
/proc/loadavg: 1.15 0.29 0.36 7/218 13660
/proc/meminfo: memFree=24737232/32873852 swapFree=6856/6856
[pid=13638] ppid=13636 vsize=11852648 CPUtime=6.69 cores=0,2,4,6
/proc/13638/stat : 13638 (java) S 13636 13638 4583 0 -1 4202496 23177 0 1 0 651 18 0 0 20 0 22 0 334047761 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 140734070248656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13638/statm: 2963162 203776 2290 9 0 2953849 0
[pid=13638/tid=13640] ppid=13636 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/13638/task/13640/stat : 13640 (java) S 13636 13638 4583 0 -1 4202560 3689 0 1 0 114 9 0 0 20 0 22 0 334047762 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683539268760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13641] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13641/stat : 13641 (java) S 13636 13638 4583 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334047763 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683477997864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13642] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13642/stat : 13642 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047763 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683375114408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13643] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13643/stat : 13643 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047763 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683374062120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13644] ppid=13636 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/13638/task/13644/stat : 13644 (java) S 13636 13638 4583 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 334047763 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683373009320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13645] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13645/stat : 13645 (java) S 13636 13638 4583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334047764 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683371957032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13646] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13646/stat : 13646 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047764 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683370904232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13647] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13647/stat : 13647 (java) S 13636 13638 4583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334047764 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683369851944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13648] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13648/stat : 13648 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047764 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683368799144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13649] ppid=13636 vsize=11852648 CPUtime=0.08 cores=0,2,4,6
/proc/13638/task/13649/stat : 13649 (java) S 13636 13638 4583 0 -1 4202560 42 0 0 0 8 0 0 0 20 0 22 0 334047765 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683356600552 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13650] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13650/stat : 13650 (java) S 13636 13638 4583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334047765 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683355546616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13651] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13651/stat : 13651 (java) S 13636 13638 4583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334047765 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683354494216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13652] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13652/stat : 13652 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683353442704 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13653] ppid=13636 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/13638/task/13653/stat : 13653 (java) S 13636 13638 4583 0 -1 4202560 6957 0 0 0 78 0 0 0 20 0 22 0 334047768 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683352390328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13654] ppid=13636 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/13638/task/13654/stat : 13654 (java) S 13636 13638 4583 0 -1 4202560 11051 0 0 0 98 2 0 0 20 0 22 0 334047768 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683351337528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13655] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13655/stat : 13655 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683350285432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13656] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13656/stat : 13656 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683349232840 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13657] ppid=13636 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/13638/task/13657/stat : 13657 (java) R 13636 13638 4583 0 -1 4202560 34 0 0 0 168 0 0 0 20 0 22 0 334047888 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683348177192 139683479667928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13658] ppid=13636 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/13638/task/13658/stat : 13658 (java) R 13636 13638 4583 0 -1 4202560 140 0 0 0 166 2 0 0 20 0 22 0 334047888 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683347124544 139683479681942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13659] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13659/stat : 13659 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047888 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683346072744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13660] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13660/stat : 13660 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047888 12137111552 203776 33554432000 1073741824 1073778376 140734070257520 139683345019944 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 1.29 0.34 0.37 4/218 13660
/proc/meminfo: memFree=24389144/32873852 swapFree=6856/6856
[pid=13638] ppid=13636 vsize=11852648 CPUtime=13.18 cores=0,2,4,6
/proc/13638/stat : 13638 (java) S 13636 13638 4583 0 -1 4202496 23295 0 1 0 1299 19 0 0 20 0 22 0 334047761 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 140734070248656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13638/statm: 2963162 205695 2290 9 0 2953849 0
[pid=13638/tid=13640] ppid=13636 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/13638/task/13640/stat : 13640 (java) S 13636 13638 4583 0 -1 4202560 3689 0 1 0 114 10 0 0 20 0 22 0 334047762 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683539268760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13641] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13641/stat : 13641 (java) S 13636 13638 4583 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334047763 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683477997864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13642] ppid=13636 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13638/task/13642/stat : 13642 (java) S 13636 13638 4583 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 334047763 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683375114408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13643] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13643/stat : 13643 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047763 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683374062120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13644] ppid=13636 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/13638/task/13644/stat : 13644 (java) S 13636 13638 4583 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 334047763 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683373009320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13645] ppid=13636 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13638/task/13645/stat : 13645 (java) S 13636 13638 4583 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 334047764 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683371957032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13646] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13646/stat : 13646 (java) S 13636 13638 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334047764 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683370904232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13647] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13647/stat : 13647 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047764 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683369851944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13648] ppid=13636 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13638/task/13648/stat : 13648 (java) S 13636 13638 4583 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 334047764 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683368799144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13649] ppid=13636 vsize=11852648 CPUtime=0.36 cores=0,2,4,6
/proc/13638/task/13649/stat : 13649 (java) S 13636 13638 4583 0 -1 4202560 45 0 0 0 36 0 0 0 20 0 22 0 334047765 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683356600552 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13650] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13650/stat : 13650 (java) S 13636 13638 4583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334047765 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683355546616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13651] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13651/stat : 13651 (java) S 13636 13638 4583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334047765 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683354494216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13652] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13652/stat : 13652 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683353442704 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13653] ppid=13636 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/13638/task/13653/stat : 13653 (java) S 13636 13638 4583 0 -1 4202560 6964 0 0 0 87 0 0 0 20 0 22 0 334047768 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683352390328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13654] ppid=13636 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/13638/task/13654/stat : 13654 (java) S 13636 13638 4583 0 -1 4202560 11142 0 0 0 126 3 0 0 20 0 22 0 334047768 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683351337528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13655] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13655/stat : 13655 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683350285432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13656] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13656/stat : 13656 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683349232840 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13657] ppid=13636 vsize=11852648 CPUtime=4.58 cores=0,2,4,6
/proc/13638/task/13657/stat : 13657 (java) R 13636 13638 4583 0 -1 4202560 36 0 0 0 458 0 0 0 20 0 22 0 334047888 12137111552 205695 33554432000 1073741824 1073778376 140734070257520 139683348177512 139683479645004 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

/proc/13638/statm: 2963162 923830 2291 9 0 2953849 0
[pid=13638/tid=13640] ppid=13636 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/13638/task/13640/stat : 13640 (java) S 13636 13638 4583 0 -1 4202560 3712 0 1 0 116 11 0 0 20 0 22 0 334047762 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683539268760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13641] ppid=13636 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/13638/task/13641/stat : 13641 (java) S 13636 13638 4583 0 -1 4202560 155 0 0 0 80 5 0 0 20 0 22 0 334047763 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683477997864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13642] ppid=13636 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/13638/task/13642/stat : 13642 (java) S 13636 13638 4583 0 -1 4202560 238 0 0 0 93 4 0 0 20 0 22 0 334047763 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683375114408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13643] ppid=13636 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/13638/task/13643/stat : 13643 (java) S 13636 13638 4583 0 -1 4202560 94 0 0 0 80 3 0 0 20 0 22 0 334047763 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683374062120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13644] ppid=13636 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/13638/task/13644/stat : 13644 (java) S 13636 13638 4583 0 -1 4202560 176 0 0 0 92 5 0 0 20 0 22 0 334047763 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683373009320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13645] ppid=13636 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/13638/task/13645/stat : 13645 (java) S 13636 13638 4583 0 -1 4202560 123 0 0 0 86 4 0 0 20 0 22 0 334047764 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683371957032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13646] ppid=13636 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/13638/task/13646/stat : 13646 (java) S 13636 13638 4583 0 -1 4202560 111 0 0 0 85 4 0 0 20 0 22 0 334047764 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683370904232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13647] ppid=13636 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/13638/task/13647/stat : 13647 (java) S 13636 13638 4583 0 -1 4202560 137 0 0 0 81 5 0 0 20 0 22 0 334047764 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683369851944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13648] ppid=13636 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/13638/task/13648/stat : 13648 (java) S 13636 13638 4583 0 -1 4202560 125 0 0 0 82 4 0 0 20 0 22 0 334047764 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683368799144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13649] ppid=13636 vsize=11852648 CPUtime=11.23 cores=0,2,4,6
/proc/13638/task/13649/stat : 13649 (java) S 13636 13638 4583 0 -1 4202560 139 0 0 0 1117 6 0 0 20 0 22 0 334047765 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683356600552 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13650] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13650/stat : 13650 (java) S 13636 13638 4583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334047765 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683355546616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13651] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13651/stat : 13651 (java) S 13636 13638 4583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334047765 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683354494216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13652] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13652/stat : 13652 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683353442704 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13653] ppid=13636 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/13638/task/13653/stat : 13653 (java) S 13636 13638 4583 0 -1 4202560 7012 0 0 0 117 0 0 0 20 0 22 0 334047768 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683352390328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13654] ppid=13636 vsize=11852648 CPUtime=1.49 cores=0,2,4,6
/proc/13638/task/13654/stat : 13654 (java) S 13636 13638 4583 0 -1 4202560 11163 0 0 0 146 3 0 0 20 0 22 0 334047768 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683351337528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13655] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13655/stat : 13655 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683350285432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13656] ppid=13636 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/13638/task/13656/stat : 13656 (java) S 13636 13638 4583 0 -1 4202560 47 0 0 0 16 16 0 0 20 0 22 0 334047768 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683349232840 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13657] ppid=13636 vsize=11852648 CPUtime=805.45 cores=0,2,4,6
/proc/13638/task/13657/stat : 13657 (java) R 13636 13638 4583 0 -1 4202560 105 0 0 0 80532 13 0 0 20 0 22 0 334047888 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683348175344 139683479645004 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13658] ppid=13636 vsize=11852648 CPUtime=805.4 cores=0,2,4,6
/proc/13638/task/13658/stat : 13658 (java) R 13636 13638 4583 0 -1 4202560 1439 0 0 0 80476 64 0 0 20 0 22 0 334047888 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683347123232 139683479958872 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13659] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13659/stat : 13659 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047888 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683346072744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13660] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13660/stat : 13660 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047888 12137111552 923830 33554432000 1073741824 1073778376 140734070257520 139683345019944 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1637.58
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.99 3.79 2.56 5/217 13667
/proc/meminfo: memFree=18597504/32873852 swapFree=6856/6856
[pid=13638] ppid=13636 vsize=11852648 CPUtime=1757.22 cores=0,2,4,6
/proc/13638/stat : 13638 (java) S 13636 13638 4583 0 -1 4202496 26075 0 1 0 175591 131 0 0 20 0 22 0 334047761 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 140734070248656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13638/statm: 2963162 931048 2291 9 0 2953849 0
[pid=13638/tid=13640] ppid=13636 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/13638/task/13640/stat : 13640 (java) S 13636 13638 4583 0 -1 4202560 3713 0 1 0 116 11 0 0 20 0 22 0 334047762 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683539268760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13641] ppid=13636 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/13638/task/13641/stat : 13641 (java) S 13636 13638 4583 0 -1 4202560 165 0 0 0 87 6 0 0 20 0 22 0 334047763 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683477997864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13642] ppid=13636 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/13638/task/13642/stat : 13642 (java) S 13636 13638 4583 0 -1 4202560 241 0 0 0 96 4 0 0 20 0 22 0 334047763 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683375114408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13643] ppid=13636 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/13638/task/13643/stat : 13643 (java) S 13636 13638 4583 0 -1 4202560 98 0 0 0 82 3 0 0 20 0 22 0 334047763 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683374062120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13644] ppid=13636 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/13638/task/13644/stat : 13644 (java) S 13636 13638 4583 0 -1 4202560 187 0 0 0 96 5 0 0 20 0 22 0 334047763 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683373009320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13645] ppid=13636 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/13638/task/13645/stat : 13645 (java) S 13636 13638 4583 0 -1 4202560 132 0 0 0 89 5 0 0 20 0 22 0 334047764 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683371957032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13646] ppid=13636 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/13638/task/13646/stat : 13646 (java) S 13636 13638 4583 0 -1 4202560 119 0 0 0 89 4 0 0 20 0 22 0 334047764 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683370904232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13647] ppid=13636 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/13638/task/13647/stat : 13647 (java) S 13636 13638 4583 0 -1 4202560 142 0 0 0 84 5 0 0 20 0 22 0 334047764 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683369851944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13648] ppid=13636 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/13638/task/13648/stat : 13648 (java) S 13636 13638 4583 0 -1 4202560 173 0 0 0 88 5 0 0 20 0 22 0 334047764 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683368799144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13649] ppid=13636 vsize=11852648 CPUtime=11.74 cores=0,2,4,6
/proc/13638/task/13649/stat : 13649 (java) S 13636 13638 4583 0 -1 4202560 143 0 0 0 1167 7 0 0 20 0 22 0 334047765 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683356600552 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13650] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13650/stat : 13650 (java) S 13636 13638 4583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334047765 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683355546616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13651] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13651/stat : 13651 (java) S 13636 13638 4583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334047765 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683354494216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13652] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13652/stat : 13652 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683353442704 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13653] ppid=13636 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/13638/task/13653/stat : 13653 (java) S 13636 13638 4583 0 -1 4202560 7012 0 0 0 117 0 0 0 20 0 22 0 334047768 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683352390328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13654] ppid=13636 vsize=11852648 CPUtime=1.49 cores=0,2,4,6
/proc/13638/task/13654/stat : 13654 (java) S 13636 13638 4583 0 -1 4202560 11163 0 0 0 146 3 0 0 20 0 22 0 334047768 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683351337528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13655] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13655/stat : 13655 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683350285432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13656] ppid=13636 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/13638/task/13656/stat : 13656 (java) S 13636 13638 4583 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 334047768 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683349232840 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13657] ppid=13636 vsize=11852648 CPUtime=864.66 cores=0,2,4,6
/proc/13638/task/13657/stat : 13657 (java) R 13636 13638 4583 0 -1 4202560 108 0 0 0 86451 15 0 0 20 0 22 0 334047888 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683348177104 139683479667840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13658] ppid=13636 vsize=11852648 CPUtime=864.64 cores=0,2,4,6
/proc/13638/task/13658/stat : 13658 (java) R 13636 13638 4583 0 -1 4202560 1439 0 0 0 86399 65 0 0 20 0 22 0 334047888 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683347122432 139683479819545 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13659] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13659/stat : 13659 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047888 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683346072744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13660] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13660/stat : 13660 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047888 12137111552 931048 33554432000 1073741824 1073778376 140734070257520 139683345019944 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1757.22
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.801 s]
/proc/loadavg: 3.99 3.80 2.59 5/213 13726
/proc/meminfo: memFree=22103664/32873852 swapFree=6856/6856
[pid=13638] ppid=13636 vsize=11852648 CPUtime=1800.07 cores=0,2,4,6
/proc/13638/stat : 13638 (java) S 13636 13638 4583 0 -1 4202496 26098 0 1 0 179875 132 0 0 20 0 22 0 334047761 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 140734070248656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13638/statm: 2963162 931065 2291 9 0 2953849 0
[pid=13638/tid=13640] ppid=13636 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/13638/task/13640/stat : 13640 (java) S 13636 13638 4583 0 -1 4202560 3714 0 1 0 117 11 0 0 20 0 22 0 334047762 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683539268760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13641] ppid=13636 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/13638/task/13641/stat : 13641 (java) S 13636 13638 4583 0 -1 4202560 165 0 0 0 88 6 0 0 20 0 22 0 334047763 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683477997864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13642] ppid=13636 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/13638/task/13642/stat : 13642 (java) S 13636 13638 4583 0 -1 4202560 241 0 0 0 98 4 0 0 20 0 22 0 334047763 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683375114408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13643] ppid=13636 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/13638/task/13643/stat : 13643 (java) S 13636 13638 4583 0 -1 4202560 104 0 0 0 85 3 0 0 20 0 22 0 334047763 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683374062120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13644] ppid=13636 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/13638/task/13644/stat : 13644 (java) S 13636 13638 4583 0 -1 4202560 192 0 0 0 99 5 0 0 20 0 22 0 334047763 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683373009320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13645] ppid=13636 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/13638/task/13645/stat : 13645 (java) S 13636 13638 4583 0 -1 4202560 132 0 0 0 91 5 0 0 20 0 22 0 334047764 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683371957032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13646] ppid=13636 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/13638/task/13646/stat : 13646 (java) S 13636 13638 4583 0 -1 4202560 120 0 0 0 92 4 0 0 20 0 22 0 334047764 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683370904232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13647] ppid=13636 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/13638/task/13647/stat : 13647 (java) S 13636 13638 4583 0 -1 4202560 147 0 0 0 85 5 0 0 20 0 22 0 334047764 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683369851944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13648] ppid=13636 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/13638/task/13648/stat : 13648 (java) S 13636 13638 4583 0 -1 4202560 173 0 0 0 90 5 0 0 20 0 22 0 334047764 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683368799144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13649] ppid=13636 vsize=11852648 CPUtime=11.94 cores=0,2,4,6
/proc/13638/task/13649/stat : 13649 (java) S 13636 13638 4583 0 -1 4202560 145 0 0 0 1187 7 0 0 20 0 22 0 334047765 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683356600552 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13638/tid=13650] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13650/stat : 13650 (java) S 13636 13638 4583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334047765 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683355546616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13651] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13651/stat : 13651 (java) S 13636 13638 4583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334047765 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683354494216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13652] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13652/stat : 13652 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683353442704 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13653] ppid=13636 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/13638/task/13653/stat : 13653 (java) S 13636 13638 4583 0 -1 4202560 7012 0 0 0 117 0 0 0 20 0 22 0 334047768 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683352390328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13654] ppid=13636 vsize=11852648 CPUtime=1.49 cores=0,2,4,6
/proc/13638/task/13654/stat : 13654 (java) S 13636 13638 4583 0 -1 4202560 11163 0 0 0 146 3 0 0 20 0 22 0 334047768 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683351337528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13655] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13655/stat : 13655 (java) S 13636 13638 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334047768 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683350285432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13638/tid=13656] ppid=13636 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/13638/task/13656/stat : 13656 (java) S 13636 13638 4583 0 -1 4202560 53 0 0 0 17 18 0 0 20 0 22 0 334047768 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683349232840 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13657] ppid=13636 vsize=11852648 CPUtime=885.85 cores=0,2,4,6
/proc/13638/task/13657/stat : 13657 (java) R 13636 13638 4583 0 -1 4202560 108 0 0 0 88570 15 0 0 20 0 22 0 334047888 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683348177104 139683479667958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13658] ppid=13636 vsize=11852648 CPUtime=885.84 cores=0,2,4,6
/proc/13638/task/13658/stat : 13658 (java) R 13636 13638 4583 0 -1 4202560 1440 0 0 0 88519 65 0 0 20 0 22 0 334047888 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683347122352 139683479897166 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13638/tid=13659] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13659/stat : 13659 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047888 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683346072744 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13638/tid=13660] ppid=13636 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13638/task/13660/stat : 13660 (java) S 13636 13638 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334047888 12137111552 931065 33554432000 1073741824 1073778376 140734070257520 139683345019944 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 11852648

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13638 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=258231
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=731736
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 903.86
CPU time (s): 1800.07
CPU user time (s): 1798.75
CPU system time (s): 1.32
CPU usage (%): 199.154
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.26
system time used= 1.73174
maximum resident set size= 3724380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26130
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24669
involuntary context switches= 28322

runsolver used 3.24251 second user time and 8.31374 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-03 01:20:23
IDJOB=3729923
IDBENCH=1370
IDSOLVER=2328
FILE ID=node129/3729923-1338679223
RUNJOBID= node129-1338679212-13349
PBS_JOBID= 14636684
Free space on /tmp= 70480 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729923-1338679223/watcher-3729923-1338679223 -o /tmp/evaluation-result-3729923-1338679223/solver-3729923-1338679223 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729923-1338679223.opb

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

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=1783776962

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        25480560 kB
Buffers:          456616 kB
Cached:          5616520 kB
SwapCached:            0 kB
Active:          2968596 kB
Inactive:        3529468 kB
Active(anon):     416316 kB
Inactive(anon):    10760 kB
Active(file):    2552280 kB
Inactive(file):  3518708 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7636 kB
Writeback:             0 kB
AnonPages:        465896 kB
Mapped:            22544 kB
Shmem:               204 kB
Slab:             741692 kB
SReclaimable:     183052 kB
SUnreclaim:       558640 kB
KernelStack:        1800 kB
PageTables:         4688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10455252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 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= 70476 MiB
End job on node129 at 2012-06-03 01:35:29