Trace number 3709880

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 snapshot? (TO) 1800.07 1783.06

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-41-40.opb
MD5SUM2ea7e3b5e107f983d069c627d91480a3
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.036993
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1640
Total number of constraints81
Number of constraints which are clauses41
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint41
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 42
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/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-3709880-1338151722.opb
0.10/0.12	c reading problem ... 
0.27/0.20	c ... done. Wall clock time 0.086s.
0.27/0.20	c declared #vars     1640
0.27/0.20	c #constraints  81
0.27/0.20	c constraints type 
0.27/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 41
0.27/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
0.27/0.20	c 81 constraints processed.
2.37/2.02	c cleaning 2498 clauses out of 5000 with flag 5000/5000
5.53/5.16	c cleaning 4256 clauses out of 8512 with flag 11010/11010
9.90/9.41	c cleaning 5621 clauses out of 11246 with flag 18000/18000
15.17/14.63	c cleaning 6813 clauses out of 13626 with flag 26001/26001
21.37/20.79	c cleaning 7905 clauses out of 15812 with flag 35000/35000
28.90/28.21	c cleaning 8950 clauses out of 17907 with flag 45000/45000
37.09/36.39	c cleaning 9978 clauses out of 19959 with flag 56002/56002
46.56/45.70	c cleaning 10990 clauses out of 21982 with flag 68003/68003
56.82/55.94	c cleaning 11999 clauses out of 23999 with flag 81010/81010
67.30/66.35	c cleaning 13000 clauses out of 26010 with flag 95020/95020
81.51/80.44	c cleaning 13991 clauses out of 27990 with flag 110000/110000
92.70/91.54	c cleaning 14997 clauses out of 30000 with flag 126001/126001
106.82/105.56	c cleaning 15992 clauses out of 32002 with flag 143000/143000
123.55/122.24	c cleaning 17006 clauses out of 34012 with flag 161002/161002
138.02/136.68	c cleaning 18000 clauses out of 36004 with flag 180000/180000
154.83/153.35	c cleaning 19000 clauses out of 38005 with flag 200001/200001
172.93/171.34	c cleaning 20003 clauses out of 40010 with flag 221006/221006
196.82/195.18	c cleaning 21012 clauses out of 42028 with flag 243027/243027
225.69/223.74	c cleaning 21993 clauses out of 43989 with flag 266000/266000
253.51/251.45	c cleaning 22996 clauses out of 45998 with flag 290002/290002
277.66/275.49	c cleaning 24010 clauses out of 48023 with flag 315023/315023
301.02/298.67	c cleaning 24994 clauses out of 49994 with flag 341004/341004
327.78/325.23	c cleaning 25995 clauses out of 51996 with flag 368000/368000
362.27/359.45	c cleaning 26999 clauses out of 54001 with flag 396000/396000
392.16/388.94	c cleaning 27984 clauses out of 56002 with flag 425000/425000
425.48/422.08	c cleaning 29018 clauses out of 58036 with flag 455018/455018
463.32/459.58	c cleaning 30014 clauses out of 60029 with flag 486029/486029
523.11/519.10	c cleaning 30989 clauses out of 61987 with flag 518001/518001
565.65/561.09	c cleaning 31995 clauses out of 63999 with flag 551002/551002
624.22/618.94	c cleaning 33002 clauses out of 66013 with flag 585011/585011
662.62/656.43	c cleaning 33996 clauses out of 68001 with flag 620001/620001
702.71/696.02	c cleaning 34970 clauses out of 70004 with flag 656000/656000
760.02/752.96	c cleaning 36030 clauses out of 72064 with flag 693030/693030
812.45/804.90	c cleaning 37000 clauses out of 74008 with flag 731004/731004
886.84/878.87	c cleaning 37998 clauses out of 76005 with flag 770001/770001
924.61/915.94	c cleaning 38997 clauses out of 78006 with flag 810000/810000
994.46/985.27	c cleaning 40004 clauses out of 80013 with flag 851004/851004
1057.83/1048.10	c cleaning 41000 clauses out of 82007 with flag 893002/893002
1121.12/1110.57	c cleaning 41997 clauses out of 84005 with flag 936000/936000
1201.32/1190.02	c cleaning 43001 clauses out of 86009 with flag 980001/980001
1263.12/1251.29	c cleaning 43997 clauses out of 88008 with flag 1025001/1025001
1358.67/1346.00	c cleaning 45003 clauses out of 90011 with flag 1071001/1071001
1466.57/1452.63	c cleaning 46008 clauses out of 92019 with flag 1118012/1118012
1571.41/1556.62	c cleaning 47004 clauses out of 94007 with flag 1166008/1166008
1631.23/1615.56	c cleaning 48002 clauses out of 96011 with flag 1215016/1215016
1720.23/1703.70	c cleaning 48995 clauses out of 97993 with flag 1265000/1265000
1800.07/1783.01	c starts		: 190
1800.07/1783.01	c conflicts		: 1300752
1800.07/1783.01	c decisions		: 1547918
1800.07/1783.01	c propagations		: 66151285
1800.07/1783.01	c inspects		: 6006116450
1800.07/1783.01	c shortcuts		: 0
1800.07/1783.01	c learnt literals	: 0
1800.07/1783.01	c learnt binary clauses	: 0
1800.07/1783.02	c learnt ternary clauses	: 0
1800.07/1783.02	c learnt constraints	: 1300752
1800.07/1783.02	c ignored constraints	: 0
1800.07/1783.02	c root simplifications	: 190
1800.07/1783.02	c removed literals (reason simplification)	: 13232024
1800.07/1783.02	c reason swapping (by a shorter reason)	: 0
1800.07/1783.02	c Calls to reduceDB	: 46
1800.07/1783.02	c number of reductions to clauses (during analyze)	: 0
1800.07/1783.02	c number of learned constraints concerned by reduction	: 0
1800.07/1783.02	c number of learning phase by resolution	: 0
1800.07/1783.02	c number of learning phase by cutting planes	: 0
1800.07/1783.02	c speed (assignments/second)	: 37105.192157971374
1800.07/1783.02	c non guided choices	782
1800.07/1783.04	c learnt constraints type 
1800.07/1783.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84753
1800.07/1783.04	c constraints type 
1800.07/1783.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 41
1800.07/1783.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
1800.07/1783.04	c 81 constraints processed.
1800.07/1783.04	s UNKNOWN
1800.07/1783.04	c Total wall clock time (in seconds): 1782.925

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-3709880-1338151722/watcher-3709880-1338151722 -o /tmp/evaluation-result-3709880-1338151722/solver-3709880-1338151722 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709880-1338151722.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: 1.87 1.97 1.99 3/194 18017
/proc/meminfo: memFree=29099808/32873844 swapFree=7116/7116
[pid=18017] ppid=18015 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/18017/stat : 18017 (java) R 18015 18017 14200 0 -1 4202496 986 0 0 0 0 0 0 0 20 0 1 0 281297315 23793664 714 33554432000 1073741824 1073778376 140736740266320 140736740255384 227132093800 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18017/statm: 5809 714 528 9 0 128 0

[startup+0.0111639 s]
/proc/loadavg: 1.87 1.97 1.99 3/194 18017
/proc/meminfo: memFree=29099808/32873844 swapFree=7116/7116
[pid=18017] ppid=18015 vsize=102664 CPUtime=0 cores=0,2,4,6
/proc/18017/stat : 18017 (java) S 18015 18017 14200 0 -1 4202496 1429 0 1 0 0 0 0 0 20 0 2 0 281297315 105127936 1110 33554432000 1073741824 1073778376 140736740266320 140736740257456 227144663101 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18017/statm: 25674 1112 858 9 0 16783 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100306 s]
/proc/loadavg: 1.87 1.97 1.99 3/194 18017
/proc/meminfo: memFree=29099808/32873844 swapFree=7116/7116
[pid=18017] ppid=18015 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/18017/stat : 18017 (java) S 18015 18017 14200 0 -1 4202496 4273 0 1 0 9 1 0 0 20 0 18 0 281297315 9787842560 5991 33554432000 1073741824 1073778376 140736740266320 140736740257456 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18017/statm: 2389610 5991 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300162 s]
/proc/loadavg: 1.87 1.97 1.99 3/194 18017
/proc/meminfo: memFree=29099808/32873844 swapFree=7116/7116
[pid=18017] ppid=18015 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/18017/stat : 18017 (java) S 18015 18017 14200 0 -1 4202496 6502 0 1 0 50 2 0 0 20 0 19 0 281297315 9856004096 8362 33554432000 1073741824 1073778376 140736740266320 140736740257456 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18017/statm: 2406251 8362 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625004

[startup+0.700271 s]
/proc/loadavg: 1.87 1.97 1.99 3/194 18017
/proc/meminfo: memFree=29099808/32873844 swapFree=7116/7116
[pid=18017] ppid=18015 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/18017/stat : 18017 (java) S 18015 18017 14200 0 -1 4202496 6623 0 1 0 101 2 0 0 20 0 19 0 281297315 9856004096 10376 33554432000 1073741824 1073778376 140736740266320 140736740257456 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18017/statm: 2406251 10376 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625004

[startup+1.50075 s]
/proc/loadavg: 1.87 1.97 1.99 3/213 18036
/proc/meminfo: memFree=29062812/32873844 swapFree=7116/7116
[pid=18017] ppid=18015 vsize=9625004 CPUtime=1.87 cores=0,2,4,6
/proc/18017/stat : 18017 (java) S 18015 18017 14200 0 -1 4202496 7138 0 1 0 185 2 0 0 20 0 19 0 281297315 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140736740257456 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18017/statm: 2406251 13475 2249 9 0 2396937 0
[pid=18017/tid=18019] ppid=18015 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/18017/task/18019/stat : 18019 (java) R 18015 18017 14200 0 -1 4202560 2521 0 1 0 146 1 0 0 20 0 19 0 281297316 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140703021204120 140702877418283 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18020] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18020/stat : 18020 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702999305128 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18021] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18021/stat : 18021 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702998252584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18022] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18022/stat : 18022 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702997199528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18023] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18023/stat : 18023 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702996146984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18024] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18024/stat : 18024 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702658849192 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18025] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18025/stat : 18025 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702657796648 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18026] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18026/stat : 18026 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702656743592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18027] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18027/stat : 18027 (java) S 18015 18017 14200 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702655691048 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18028] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18028/stat : 18028 (java) S 18015 18017 14200 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281297318 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702643493736 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18029] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18029/stat : 18029 (java) S 18015 18017 14200 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281297318 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702642440056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18030] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18030/stat : 18030 (java) S 18015 18017 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281297318 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702641386888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18031] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18031/stat : 18031 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702640335632 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18032] ppid=18015 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/18017/task/18032/stat : 18032 (java) S 18015 18017 14200 0 -1 4202560 1780 0 0 0 21 0 0 0 20 0 19 0 281297321 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702639282488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18033] ppid=18015 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/18017/task/18033/stat : 18033 (java) S 18015 18017 14200 0 -1 4202560 1642 0 0 0 15 0 0 0 20 0 19 0 281297321 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702638229944 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18034] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18034/stat : 18034 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702637177080 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18035] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18035/stat : 18035 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702636124744 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18036] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18036/stat : 18036 (java) S 18015 18017 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281297337 9856004096 13475 33554432000 1073741824 1073778376 140736740266320 140702635071016 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625004

[startup+3.10075 s]
/proc/loadavg: 1.87 1.97 1.99 3/213 18036
/proc/meminfo: memFree=29025080/32873844 swapFree=7116/7116
[pid=18017] ppid=18015 vsize=9625004 CPUtime=3.51 cores=0,2,4,6
/proc/18017/stat : 18017 (java) S 18015 18017 14200 0 -1 4202496 7210 0 1 0 348 3 0 0 20 0 19 0 281297315 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140736740257456 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18017/statm: 2406251 20689 2275 9 0 2396937 0
[pid=18017/tid=18019] ppid=18015 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/18017/task/18019/stat : 18019 (java) R 18015 18017 14200 0 -1 4202560 2527 0 1 0 304 1 0 0 20 0 19 0 281297316 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140703021203848 140702877427225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18020] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18020/stat : 18020 (java) S 18015 18017 14200 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702999305128 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18021] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18021/stat : 18021 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702998252584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18022] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18022/stat : 18022 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702997199528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18023] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18023/stat : 18023 (java) S 18015 18017 14200 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702996146984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18024] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18024/stat : 18024 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702658849192 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18025] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18025/stat : 18025 (java) S 18015 18017 14200 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702657796648 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18026] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18026/stat : 18026 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702656743592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18027] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18027/stat : 18027 (java) S 18015 18017 14200 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702655691048 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18028] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18028/stat : 18028 (java) S 18015 18017 14200 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 281297318 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702643493736 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18029] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18029/stat : 18029 (java) S 18015 18017 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281297318 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702642440056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18030] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18030/stat : 18030 (java) S 18015 18017 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281297318 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702641386888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18031] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18031/stat : 18031 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702640335632 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18032] ppid=18015 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/18017/task/18032/stat : 18032 (java) S 18015 18017 14200 0 -1 4202560 1784 0 0 0 22 0 0 0 20 0 19 0 281297321 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702639282488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18033] ppid=18015 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/18017/task/18033/stat : 18033 (java) S 18015 18017 14200 0 -1 4202560 1647 0 0 0 16 0 0 0 20 0 19 0 281297321 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702638229944 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18034] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18034/stat : 18034 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702637177080 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18035] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18035/stat : 18035 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702636124744 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18036] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18036/stat : 18036 (java) S 18015 18017 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281297337 9856004096 20689 33554432000 1073741824 1073778376 140736740266320 140702635071016 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625004

[startup+6.30076 s]
/proc/loadavg: 1.88 1.97 1.99 3/213 18036
/proc/meminfo: memFree=28989424/32873844 swapFree=7116/7116
[pid=18017] ppid=18015 vsize=9625004 CPUtime=6.8 cores=0,2,4,6
/proc/18017/stat : 18017 (java) S 18015 18017 14200 0 -1 4202496 7721 0 1 0 674 6 0 0 20 0 19 0 281297315 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140736740257456 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18017/statm: 2406251 29188 2275 9 0 2396937 0
[pid=18017/tid=18019] ppid=18015 vsize=9625004 CPUtime=6.2 cores=0,2,4,6
/proc/18017/task/18019/stat : 18019 (java) R 18015 18017 14200 0 -1 4202560 2530 0 1 0 619 1 0 0 20 0 19 0 281297316 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140703021203760 140702877426757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18020] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18020/stat : 18020 (java) S 18015 18017 14200 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702999305128 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18021] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18021/stat : 18021 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702998252584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18022] ppid=18015 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18017/task/18022/stat : 18022 (java) S 18015 18017 14200 0 -1 4202560 137 0 0 0 1 0 0 0 20 0 19 0 281297317 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702997199528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18023] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18023/stat : 18023 (java) S 18015 18017 14200 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702996146984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18024] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18024/stat : 18024 (java) S 18015 18017 14200 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702658849192 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18025] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18025/stat : 18025 (java) S 18015 18017 14200 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702657796648 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18026] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18026/stat : 18026 (java) S 18015 18017 14200 0 -1 4202560 97 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702656743592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18027] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18027/stat : 18027 (java) S 18015 18017 14200 0 -1 4202560 149 0 0 0 0 0 0 0 20 0 19 0 281297317 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702655691048 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18028] ppid=18015 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18017/task/18028/stat : 18028 (java) S 18015 18017 14200 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 281297318 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702643493736 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18029] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18029/stat : 18029 (java) S 18015 18017 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281297318 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702642440056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18030] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18030/stat : 18030 (java) S 18015 18017 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281297318 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702641386888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18031] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18031/stat : 18031 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702640335632 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18032] ppid=18015 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/18017/task/18032/stat : 18032 (java) S 18015 18017 14200 0 -1 4202560 1784 0 0 0 23 0 0 0 20 0 19 0 281297321 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702639282488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18033] ppid=18015 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/18017/task/18033/stat : 18033 (java) S 18015 18017 14200 0 -1 4202560 1647 0 0 0 18 0 0 0 20 0 19 0 281297321 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702638229944 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18034] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18034/stat : 18034 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702637177080 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18035] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18035/stat : 18035 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702636124744 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18036] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18036/stat : 18036 (java) S 18015 18017 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281297337 9856004096 29188 33554432000 1073741824 1073778376 140736740266320 140702635071016 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=18017/tid=18032] ppid=18015 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/18017/task/18032/stat : 18032 (java) S 18015 18017 14200 0 -1 4202560 1784 0 0 0 23 0 0 0 20 0 19 0 281297321 9856004096 180957 33554432000 1073741824 1073778376 140736740266320 140702639282488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18033] ppid=18015 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/18017/task/18033/stat : 18033 (java) S 18015 18017 14200 0 -1 4202560 2510 0 0 0 26 0 0 0 20 0 19 0 281297321 9856004096 180957 33554432000 1073741824 1073778376 140736740266320 140702638229944 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18034] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18034/stat : 18034 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 180957 33554432000 1073741824 1073778376 140736740266320 140702637177080 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18035] ppid=18015 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/18017/task/18035/stat : 18035 (java) S 18015 18017 14200 0 -1 4202560 95 0 0 0 39 27 0 0 20 0 19 0 281297321 9856004096 180957 33554432000 1073741824 1073778376 140736740266320 140702636124744 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18036] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18036/stat : 18036 (java) S 18015 18017 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281297337 9856004096 180957 33554432000 1073741824 1073778376 140736740266320 140702635071016 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1678.46
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 18074
/proc/meminfo: memFree=28276224/32873844 swapFree=7116/7116
[pid=18017] ppid=18015 vsize=9625004 CPUtime=1739.03 cores=0,2,4,6
/proc/18017/stat : 18017 (java) S 18015 18017 14200 0 -1 4202496 13695 0 1 0 173764 139 0 0 20 0 19 0 281297315 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140736740257456 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18017/statm: 2406251 181467 2276 9 0 2396937 0
[pid=18017/tid=18019] ppid=18015 vsize=9625004 CPUtime=1708.1 cores=0,2,4,6
/proc/18017/task/18019/stat : 18019 (java) R 18015 18017 14200 0 -1 4202560 2829 0 1 0 170779 31 0 0 20 0 19 0 281297316 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140703021202816 140702877427225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18020] ppid=18015 vsize=9625004 CPUtime=2.78 cores=0,2,4,6
/proc/18017/task/18020/stat : 18020 (java) S 18015 18017 14200 0 -1 4202560 386 0 0 0 265 13 0 0 20 0 19 0 281297317 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702999305128 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18021] ppid=18015 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/18017/task/18021/stat : 18021 (java) S 18015 18017 14200 0 -1 4202560 493 0 0 0 280 16 0 0 20 0 19 0 281297317 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702998252584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18022] ppid=18015 vsize=9625004 CPUtime=2.9 cores=0,2,4,6
/proc/18017/task/18022/stat : 18022 (java) S 18015 18017 14200 0 -1 4202560 722 0 0 0 273 17 0 0 20 0 19 0 281297317 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702997199528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18023] ppid=18015 vsize=9625004 CPUtime=2.84 cores=0,2,4,6
/proc/18017/task/18023/stat : 18023 (java) S 18015 18017 14200 0 -1 4202560 715 0 0 0 269 15 0 0 20 0 19 0 281297317 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702996146984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18024] ppid=18015 vsize=9625004 CPUtime=2.74 cores=0,2,4,6
/proc/18017/task/18024/stat : 18024 (java) S 18015 18017 14200 0 -1 4202560 753 0 0 0 265 9 0 0 20 0 19 0 281297317 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702658849192 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18025] ppid=18015 vsize=9625004 CPUtime=2.69 cores=0,2,4,6
/proc/18017/task/18025/stat : 18025 (java) S 18015 18017 14200 0 -1 4202560 444 0 0 0 260 9 0 0 20 0 19 0 281297317 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702657796648 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18026] ppid=18015 vsize=9625004 CPUtime=2.67 cores=0,2,4,6
/proc/18017/task/18026/stat : 18026 (java) S 18015 18017 14200 0 -1 4202560 382 0 0 0 254 13 0 0 20 0 19 0 281297317 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702656743592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18027] ppid=18015 vsize=9625004 CPUtime=2.58 cores=0,2,4,6
/proc/18017/task/18027/stat : 18027 (java) S 18015 18017 14200 0 -1 4202560 606 0 0 0 247 11 0 0 20 0 19 0 281297317 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702655691048 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18028] ppid=18015 vsize=9625004 CPUtime=3.31 cores=0,2,4,6
/proc/18017/task/18028/stat : 18028 (java) S 18015 18017 14200 0 -1 4202560 791 0 0 0 327 4 0 0 20 0 19 0 281297318 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702643493736 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18029] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18029/stat : 18029 (java) S 18015 18017 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281297318 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702642440056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18030] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18030/stat : 18030 (java) S 18015 18017 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281297318 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702641386888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18031] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18031/stat : 18031 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702640335632 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18032] ppid=18015 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/18017/task/18032/stat : 18032 (java) S 18015 18017 14200 0 -1 4202560 1784 0 0 0 23 0 0 0 20 0 19 0 281297321 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702639282488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18033] ppid=18015 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/18017/task/18033/stat : 18033 (java) S 18015 18017 14200 0 -1 4202560 2510 0 0 0 26 0 0 0 20 0 19 0 281297321 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702638229944 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18034] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18034/stat : 18034 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702637177080 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18035] ppid=18015 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/18017/task/18035/stat : 18035 (java) S 18015 18017 14200 0 -1 4202560 99 0 0 0 40 28 0 0 20 0 19 0 281297321 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702636124744 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18036] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18036/stat : 18036 (java) S 18015 18017 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281297337 9856004096 181467 33554432000 1073741824 1073778376 140736740266320 140702635071016 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1739.03
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 18133
/proc/meminfo: memFree=28230632/32873844 swapFree=7116/7116
[pid=18017] ppid=18015 vsize=9625004 CPUtime=1799.36 cores=0,2,4,6
/proc/18017/stat : 18017 (java) S 18015 18017 14200 0 -1 4202496 13714 0 1 0 179796 140 0 0 20 0 19 0 281297315 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140736740257456 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18017/statm: 2406251 180493 2276 9 0 2396937 0
[pid=18017/tid=18019] ppid=18015 vsize=9625004 CPUtime=1767.81 cores=0,2,4,6
/proc/18017/task/18019/stat : 18019 (java) R 18015 18017 14200 0 -1 4202560 2835 0 1 0 176749 32 0 0 20 0 19 0 281297316 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140703021202816 140702877426786 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18020] ppid=18015 vsize=9625004 CPUtime=2.85 cores=0,2,4,6
/proc/18017/task/18020/stat : 18020 (java) S 18015 18017 14200 0 -1 4202560 391 0 0 0 272 13 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702999305128 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18021] ppid=18015 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/18017/task/18021/stat : 18021 (java) S 18015 18017 14200 0 -1 4202560 493 0 0 0 284 17 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702998252584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18022] ppid=18015 vsize=9625004 CPUtime=2.95 cores=0,2,4,6
/proc/18017/task/18022/stat : 18022 (java) S 18015 18017 14200 0 -1 4202560 722 0 0 0 278 17 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702997199528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18023] ppid=18015 vsize=9625004 CPUtime=2.89 cores=0,2,4,6
/proc/18017/task/18023/stat : 18023 (java) S 18015 18017 14200 0 -1 4202560 715 0 0 0 274 15 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702996146984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18024] ppid=18015 vsize=9625004 CPUtime=2.78 cores=0,2,4,6
/proc/18017/task/18024/stat : 18024 (java) S 18015 18017 14200 0 -1 4202560 753 0 0 0 269 9 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702658849192 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18025] ppid=18015 vsize=9625004 CPUtime=2.75 cores=0,2,4,6
/proc/18017/task/18025/stat : 18025 (java) S 18015 18017 14200 0 -1 4202560 444 0 0 0 266 9 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702657796648 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18026] ppid=18015 vsize=9625004 CPUtime=2.74 cores=0,2,4,6
/proc/18017/task/18026/stat : 18026 (java) S 18015 18017 14200 0 -1 4202560 382 0 0 0 261 13 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702656743592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18027] ppid=18015 vsize=9625004 CPUtime=2.63 cores=0,2,4,6
/proc/18017/task/18027/stat : 18027 (java) S 18015 18017 14200 0 -1 4202560 606 0 0 0 252 11 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702655691048 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18028] ppid=18015 vsize=9625004 CPUtime=3.31 cores=0,2,4,6
/proc/18017/task/18028/stat : 18028 (java) S 18015 18017 14200 0 -1 4202560 795 0 0 0 327 4 0 0 20 0 19 0 281297318 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702643493736 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18029] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18029/stat : 18029 (java) S 18015 18017 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281297318 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702642440056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18030] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18030/stat : 18030 (java) S 18015 18017 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281297318 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702641386888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18031] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18031/stat : 18031 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702640335632 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18032] ppid=18015 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/18017/task/18032/stat : 18032 (java) S 18015 18017 14200 0 -1 4202560 1784 0 0 0 23 0 0 0 20 0 19 0 281297321 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702639282488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18033] ppid=18015 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/18017/task/18033/stat : 18033 (java) S 18015 18017 14200 0 -1 4202560 2510 0 0 0 26 0 0 0 20 0 19 0 281297321 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702638229944 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18034] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18034/stat : 18034 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702637177080 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18035] ppid=18015 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/18017/task/18035/stat : 18035 (java) S 18015 18017 14200 0 -1 4202560 103 0 0 0 42 29 0 0 20 0 19 0 281297321 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702636124744 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18036] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18036/stat : 18036 (java) S 18015 18017 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281297337 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702635071016 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.36
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 18133
/proc/meminfo: memFree=28230392/32873844 swapFree=7116/7116
[pid=18017] ppid=18015 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/18017/stat : 18017 (java) S 18015 18017 14200 0 -1 4202496 13714 0 1 0 179867 140 0 0 20 0 19 0 281297315 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140736740257456 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18017/statm: 2406251 180493 2276 9 0 2396937 0
[pid=18017/tid=18019] ppid=18015 vsize=9625004 CPUtime=1768.52 cores=0,2,4,6
/proc/18017/task/18019/stat : 18019 (java) R 18015 18017 14200 0 -1 4202560 2835 0 1 0 176820 32 0 0 20 0 19 0 281297316 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140703021202816 140702877426843 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18020] ppid=18015 vsize=9625004 CPUtime=2.85 cores=0,2,4,6
/proc/18017/task/18020/stat : 18020 (java) S 18015 18017 14200 0 -1 4202560 391 0 0 0 272 13 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702999305128 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18021] ppid=18015 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/18017/task/18021/stat : 18021 (java) S 18015 18017 14200 0 -1 4202560 493 0 0 0 284 17 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702998252584 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18022] ppid=18015 vsize=9625004 CPUtime=2.95 cores=0,2,4,6
/proc/18017/task/18022/stat : 18022 (java) S 18015 18017 14200 0 -1 4202560 722 0 0 0 278 17 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702997199528 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18023] ppid=18015 vsize=9625004 CPUtime=2.89 cores=0,2,4,6
/proc/18017/task/18023/stat : 18023 (java) S 18015 18017 14200 0 -1 4202560 715 0 0 0 274 15 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702996146984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18024] ppid=18015 vsize=9625004 CPUtime=2.78 cores=0,2,4,6
/proc/18017/task/18024/stat : 18024 (java) S 18015 18017 14200 0 -1 4202560 753 0 0 0 269 9 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702658849192 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18025] ppid=18015 vsize=9625004 CPUtime=2.75 cores=0,2,4,6
/proc/18017/task/18025/stat : 18025 (java) S 18015 18017 14200 0 -1 4202560 444 0 0 0 266 9 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702657796648 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18026] ppid=18015 vsize=9625004 CPUtime=2.74 cores=0,2,4,6
/proc/18017/task/18026/stat : 18026 (java) S 18015 18017 14200 0 -1 4202560 382 0 0 0 261 13 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702656743592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18027] ppid=18015 vsize=9625004 CPUtime=2.63 cores=0,2,4,6
/proc/18017/task/18027/stat : 18027 (java) S 18015 18017 14200 0 -1 4202560 606 0 0 0 252 11 0 0 20 0 19 0 281297317 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702655691048 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18028] ppid=18015 vsize=9625004 CPUtime=3.31 cores=0,2,4,6
/proc/18017/task/18028/stat : 18028 (java) S 18015 18017 14200 0 -1 4202560 795 0 0 0 327 4 0 0 20 0 19 0 281297318 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702643493736 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18017/tid=18029] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18029/stat : 18029 (java) S 18015 18017 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281297318 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702642440056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18030] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18030/stat : 18030 (java) S 18015 18017 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281297318 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702641386888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18031] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18031/stat : 18031 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702640335632 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18032] ppid=18015 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/18017/task/18032/stat : 18032 (java) S 18015 18017 14200 0 -1 4202560 1784 0 0 0 23 0 0 0 20 0 19 0 281297321 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702639282488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18017/tid=18033] ppid=18015 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/18017/task/18033/stat : 18033 (java) S 18015 18017 14200 0 -1 4202560 2510 0 0 0 26 0 0 0 20 0 19 0 281297321 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702638229944 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18034] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18034/stat : 18034 (java) S 18015 18017 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281297321 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702637177080 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18017/tid=18035] ppid=18015 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/18017/task/18035/stat : 18035 (java) S 18015 18017 14200 0 -1 4202560 103 0 0 0 42 29 0 0 20 0 19 0 281297321 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702636124744 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18017/tid=18036] ppid=18015 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18017/task/18036/stat : 18036 (java) S 18015 18017 14200 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281297337 9856004096 180493 33554432000 1073741824 1073778376 140736740266320 140702635071016 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

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 18017 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=148248
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=833721
# CPU time returned by wait4() is 1795.98
# 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): 1783.06
CPU time (s): 1800.07
CPU user time (s): 1798.67
CPU system time (s): 1.4
CPU usage (%): 100.954
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.15
system time used= 1.83372
maximum resident set size= 894076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13756
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45795
involuntary context switches= 46280

runsolver used 6.39003 second user time and 14.1828 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 22:48:42
IDJOB=3709880
IDBENCH=2604
IDSOLVER=2289
FILE ID=node138/3709880-1338151722
RUNJOBID= node138-1338139170-16910
PBS_JOBID= 14624507
Free space on /tmp= 71496 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-41-40.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-3709880-1338151722/watcher-3709880-1338151722 -o /tmp/evaluation-result-3709880-1338151722/solver-3709880-1338151722 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709880-1338151722.opb

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

MD5SUM BENCH= 2ea7e3b5e107f983d069c627d91480a3
RANDOM SEED=140930569

node138.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.347
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.69
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.347
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.347
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.347
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		: 2667.347
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.347
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.347
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.92
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.347
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:        29100600 kB
Buffers:          430940 kB
Cached:          2394768 kB
SwapCached:          212 kB
Active:           968708 kB
Inactive:        1931848 kB
Active(anon):      66340 kB
Inactive(anon):    11368 kB
Active(file):     902368 kB
Inactive(file):  1920480 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:              1744 kB
Writeback:             0 kB
AnonPages:         82160 kB
Mapped:            22540 kB
Shmem:               200 kB
Slab:             732644 kB
SReclaimable:     174832 kB
SUnreclaim:       557812 kB
KernelStack:        1608 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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= 71488 MiB
End job on node138 at 2012-05-27 23:18:28