Trace number 3457987

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 Resolution 2.3.0? (TO) 1800.17 1797.78

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_1_15.opb
MD5SUM35f11a54f1fd329a650032f8b75cdf62
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 benchmark0.332948
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12636
Sum of products size (including duplicates)25272
Number of different products6318
Sum of products size12636

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.10/0.10	c version 2.3.1.v20110525
0.10/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.10/0.10	c java.vm.version	19.1-b02
0.10/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		1.6.0_24
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		2.6.18-164.el5
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		12995394264
0.10/0.10	c Max memory 		13063553024
0.10/0.10	c Total memory 		13063553024
0.10/0.10	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3457987-1307164113.opb
0.10/0.11	c reading problem ... 
1.17/0.55	c ... done. Wall clock time 0.431s.
1.17/0.55	c #vars     7318
1.17/0.55	c #constraints  14139
1.17/0.55	c constraints type 
1.17/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6318
1.17/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.17/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.17/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6318
6.53/5.49	c cleaning 2505 clauses out of 5010 with flag 5010/5010
12.76/11.62	c cleaning 4293 clauses out of 8585 with flag 11090/11090
21.18/20.04	c cleaning 5631 clauses out of 11261 with flag 18059/18059
36.30/35.21	c cleaning 6796 clauses out of 13592 with flag 26021/26021
56.43/55.22	c cleaning 7888 clauses out of 15775 with flag 35000/35000
86.14/84.96	c cleaning 9040 clauses out of 18080 with flag 45193/45193
122.86/121.67	c cleaning 9985 clauses out of 19970 with flag 56123/56123
173.57/172.37	c cleaning 10931 clauses out of 21862 with flag 68000/68000
217.58/216.38	c cleaning 11968 clauses out of 23936 with flag 81005/81005
278.00/276.75	c cleaning 13085 clauses out of 26169 with flag 95206/95206
353.82/352.53	c cleaning 14059 clauses out of 28117 with flag 110239/110239
401.76/400.48	c cleaning 14418 clauses out of 28835 with flag 125016/125016
464.27/462.90	c cleaning 14729 clauses out of 29458 with flag 140057/140057
566.79/565.48	c cleaning 14978 clauses out of 29956 with flag 155284/155284
655.60/654.29	c cleaning 14846 clauses out of 29696 with flag 170002/170002
683.32/682.00	c cleaning 14923 clauses out of 29850 with flag 185002/185002
714.77/713.32	c cleaning 14966 clauses out of 29936 with flag 200011/200011
740.73/739.27	c cleaning 14982 clauses out of 29968 with flag 215009/215009
764.85/763.35	c cleaning 14992 clauses out of 29987 with flag 230010/230010
791.40/789.87	c cleaning 14997 clauses out of 29997 with flag 245012/245012
816.63/815.07	c cleaning 14999 clauses out of 30002 with flag 260014/260014
852.93/851.31	c cleaning 14993 clauses out of 29990 with flag 275001/275001
893.17/891.52	c cleaning 14997 clauses out of 29998 with flag 290002/290002
925.21/923.51	c cleaning 15004 clauses out of 30011 with flag 305012/305012
955.64/953.98	c cleaning 15006 clauses out of 30016 with flag 320021/320021
988.85/987.13	c cleaning 14998 clauses out of 29999 with flag 335010/335010
1017.59/1015.81	c cleaning 15005 clauses out of 30013 with flag 350022/350022
1049.03/1047.27	c cleaning 14991 clauses out of 29986 with flag 365000/365000
1074.25/1072.51	c cleaning 14999 clauses out of 30001 with flag 380006/380006
1105.96/1104.13	c cleaning 14996 clauses out of 29996 with flag 395000/395000
1136.28/1134.48	c cleaning 15004 clauses out of 30012 with flag 410012/410012
1173.90/1172.03	c cleaning 15003 clauses out of 30008 with flag 425012/425012
1204.15/1202.23	c cleaning 14999 clauses out of 30001 with flag 440008/440008
1244.38/1242.45	c cleaning 14999 clauses out of 30002 with flag 455008/455008
1276.02/1274.00	c cleaning 14996 clauses out of 29995 with flag 470000/470000
1310.83/1308.86	c cleaning 14998 clauses out of 30000 with flag 485001/485001
1344.67/1342.66	c cleaning 15002 clauses out of 30007 with flag 500006/500006
1369.80/1367.78	c cleaning 15016 clauses out of 30035 with flag 515036/515036
1396.00/1393.94	c cleaning 14990 clauses out of 29983 with flag 530000/530000
1425.01/1422.98	c cleaning 14999 clauses out of 30002 with flag 545009/545009
1454.82/1452.74	c cleaning 14995 clauses out of 29994 with flag 560000/560000
1484.25/1482.16	c cleaning 14999 clauses out of 30001 with flag 575002/575002
1512.76/1510.62	c cleaning 15026 clauses out of 30056 with flag 590056/590056
1545.98/1543.86	c cleaning 14996 clauses out of 29996 with flag 605022/605022
1569.60/1567.41	c cleaning 14988 clauses out of 29979 with flag 620001/620001
1602.93/1600.71	c cleaning 15000 clauses out of 30004 with flag 635014/635014
1629.35/1627.14	c cleaning 15007 clauses out of 30017 with flag 650027/650027
1656.36/1654.20	c cleaning 14993 clauses out of 29989 with flag 665006/665006
1685.01/1682.78	c cleaning 15006 clauses out of 30016 with flag 680026/680026
1711.01/1708.73	c cleaning 14992 clauses out of 29987 with flag 695003/695003
1736.71/1734.41	c cleaning 14994 clauses out of 29992 with flag 710000/710000
1760.32/1758.01	c cleaning 15009 clauses out of 30021 with flag 725023/725023
1781.92/1779.62	c cleaning 15001 clauses out of 30005 with flag 740016/740016
1800.06/1797.72	c starts		: 170
1800.06/1797.72	c conflicts		: 748907
1800.06/1797.72	c decisions		: 1233581
1800.06/1797.72	c propagations		: 33608515
1800.06/1797.72	c inspects		: 2315321038
1800.06/1797.72	c shortcuts		: 0
1800.06/1797.72	c learnt literals	: 0
1800.06/1797.72	c learnt binary clauses	: 0
1800.06/1797.72	c learnt ternary clauses	: 0
1800.06/1797.72	c learnt constraints	: 748907
1800.06/1797.72	c ignored constraints	: 0
1800.06/1797.72	c root simplifications	: 0
1800.06/1797.72	c removed literals (reason simplification)	: 2653533
1800.06/1797.72	c reason swapping (by a shorter reason)	: 0
1800.06/1797.72	c Calls to reduceDB	: 53
1800.06/1797.72	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.72	c number of learned constraints concerned by reduction	: 0
1800.06/1797.72	c number of learning phase by resolution	: 0
1800.06/1797.72	c number of learning phase by cutting planes	: 0
1800.06/1797.72	c speed (assignments/second)	: 18700.71578886454
1800.06/1797.72	c non guided choices	6798
1800.06/1797.75	c learnt constraints type 
1800.06/1797.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23910
1800.06/1797.75	c constraints type 
1800.06/1797.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6318
1800.06/1797.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.06/1797.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.06/1797.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6318
1800.06/1797.75	s UNKNOWN
1800.06/1797.75	c Total wall clock time (in seconds): 1797.641

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3457987-1307164113/watcher-3457987-1307164113 -o /tmp/evaluation-result-3457987-1307164113/solver-3457987-1307164113 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3457987-1307164113.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.97 2.05 2.01 4/497 16848
/proc/meminfo: memFree=29092116/32951132 swapFree=57925096/67111528
[pid=16846] ppid=16843 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/16846/stat : 16846 (java) S 16843 16846 16811 0 -1 4202496 3306 0 1 0 0 0 0 0 25 0 2 0 828010927 13833195520 3009 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/16846/statm: 3377245 3024 906 9 0 3368401 0
[pid=16846/tid=16849] ppid=16843 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16849/stat : 16849 (java) R 16843 16846 16811 0 -1 4202560 5106 0 1 0 0 0 0 0 25 0 2 0 828010928 13850947584 5923 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210646840379 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.100107 s]
/proc/loadavg: 1.97 2.05 2.01 4/497 16848
/proc/meminfo: memFree=29092116/32951132 swapFree=57925096/67111528
[pid=16846] ppid=16843 vsize=13556460 CPUtime=0.1 cores=0,2,4,6
/proc/16846/stat : 16846 (java) S 16843 16846 16811 0 -1 4202496 15339 0 1 0 8 2 0 0 25 0 18 0 828010927 13881815040 15036 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16846/statm: 3389115 15037 2090 9 0 3379849 0
[pid=16846/tid=16849] ppid=16843 vsize=13556460 CPUtime=0.07 cores=0,2,4,6
/proc/16846/task/16849/stat : 16849 (java) R 16843 16846 16811 0 -1 4202560 13524 0 1 0 6 1 0 0 18 0 18 0 828010928 13881815040 15037 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 47828972837715 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13556460

[startup+0.202876 s]
/proc/loadavg: 1.97 2.05 2.01 4/497 16848
/proc/meminfo: memFree=29092116/32951132 swapFree=57925096/67111528
[pid=16846] ppid=16843 vsize=13623136 CPUtime=0.25 cores=0,2,4,6
/proc/16846/stat : 16846 (java) S 16843 16846 16811 0 -1 4202496 16533 0 1 0 23 2 0 0 25 0 18 0 828010927 13950091264 16230 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16846/statm: 3405784 16230 2170 9 0 3396518 0
[pid=16846/tid=16849] ppid=16843 vsize=13623136 CPUtime=0.18 cores=0,2,4,6
/proc/16846/task/16849/stat : 16849 (java) R 16843 16846 16811 0 -1 4202560 14417 0 1 0 16 2 0 0 18 0 18 0 828010928 13950091264 16230 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 47828968148096 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13623136

[startup+0.301117 s]
/proc/loadavg: 1.97 2.05 2.01 4/497 16848
/proc/meminfo: memFree=29092116/32951132 swapFree=57925096/67111528
[pid=16846] ppid=16843 vsize=13624816 CPUtime=0.44 cores=0,2,4,6
/proc/16846/stat : 16846 (java) S 16843 16846 16811 0 -1 4202496 18285 0 1 0 42 2 0 0 25 0 18 0 828010927 13951811584 17983 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16846/statm: 3406204 17983 2207 9 0 3396938 0
[pid=16846/tid=16849] ppid=16843 vsize=13624816 CPUtime=0.28 cores=0,2,4,6
/proc/16846/task/16849/stat : 16849 (java) R 16843 16846 16811 0 -1 4202560 15687 0 1 0 26 2 0 0 18 0 18 0 828010928 13951811584 17984 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 47828972837715 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13624816

[startup+0.701105 s]
/proc/loadavg: 1.97 2.05 2.01 4/497 16848
/proc/meminfo: memFree=29092116/32951132 swapFree=57925096/67111528
[pid=16846] ppid=16843 vsize=13632256 CPUtime=1.53 cores=0,2,4,6
/proc/16846/stat : 16846 (java) S 16843 16846 16811 0 -1 4202496 39757 0 1 0 147 6 0 0 25 0 19 0 828010927 13959430144 37345 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16846/statm: 3408064 37345 2234 9 0 3398798 0
[pid=16846/tid=16849] ppid=16843 vsize=13632256 CPUtime=0.68 cores=0,2,4,6
/proc/16846/task/16849/stat : 16849 (java) R 16843 16846 16811 0 -1 4202560 30400 0 1 0 64 4 0 0 19 0 19 0 828010928 13959430144 37345 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 46912505357408 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 13632256

[startup+1.50098 s]
/proc/loadavg: 1.97 2.05 2.01 4/535 16886
/proc/meminfo: memFree=28837632/32951132 swapFree=57925096/67111528
[pid=16846] ppid=16843 vsize=13631968 CPUtime=2.45 cores=0,2,4,6
/proc/16846/stat : 16846 (java) S 16843 16846 16811 0 -1 4202496 40540 0 1 0 238 7 0 0 25 0 19 0 828010927 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16846/statm: 3407992 37571 2236 9 0 3398726 0
[pid=16846/tid=16849] ppid=16843 vsize=13631968 CPUtime=1.47 cores=0,2,4,6
/proc/16846/task/16849/stat : 16849 (java) R 16843 16846 16811 0 -1 4202560 30648 0 1 0 142 5 0 0 20 0 19 0 828010928 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 46912505802384 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16846/tid=16853] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16853/stat : 16853 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16854] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16854/stat : 16854 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16855] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16855/stat : 16855 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16856] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16856/stat : 16856 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16857] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16857/stat : 16857 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16858] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16858/stat : 16858 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16859] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16859/stat : 16859 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16860] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16860/stat : 16860 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16869] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16869/stat : 16869 (java) S 16843 16846 16811 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 828010931 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 0 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16871] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16871/stat : 16871 (java) S 16843 16846 16811 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828010932 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16872] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16872/stat : 16872 (java) S 16843 16846 16811 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828010932 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16875] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16875/stat : 16875 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010934 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658970033 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16876] ppid=16843 vsize=13631968 CPUtime=0.52 cores=0,2,4,6
/proc/16846/task/16876/stat : 16876 (java) S 16843 16846 16811 0 -1 4202560 3649 0 0 0 52 0 0 0 17 0 19 0 828010934 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16879] ppid=16843 vsize=13631968 CPUtime=0.43 cores=0,2,4,6
/proc/16846/task/16879/stat : 16879 (java) S 16843 16846 16811 0 -1 4202560 5082 0 0 0 42 1 0 0 17 0 19 0 828010934 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16880] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16880/stat : 16880 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010934 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16883] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16883/stat : 16883 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828010934 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16886] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16886/stat : 16886 (java) S 16843 16846 16811 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828010984 13959135232 37571 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 13631968

[startup+3.10072 s]
/proc/loadavg: 1.97 2.05 2.01 4/535 16886
/proc/meminfo: memFree=28829820/32951132 swapFree=57925096/67111528
[pid=16846] ppid=16843 vsize=13631968 CPUtime=4.23 cores=0,2,4,6
/proc/16846/stat : 16846 (java) S 16843 16846 16811 0 -1 4202496 42024 0 1 0 415 8 0 0 25 0 19 0 828010927 13959135232 39054 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16846/statm: 3407992 39054 2240 9 0 3398726 0
[pid=16846/tid=16849] ppid=16843 vsize=13631968 CPUtime=3.05 cores=0,2,4,6
/proc/16846/task/16849/stat : 16849 (java) R 16843 16846 16811 0 -1 4202560 32101 0 1 0 300 5 0 0 25 0 19 0 828010928 13959135232 39054 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 47828972837715 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16846/tid=16853] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16853/stat : 16853 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 39054 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16854] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16854/stat : 16854 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 39054 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16855] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16855/stat : 16855 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 39054 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16856] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16856/stat : 16856 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 39054 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16857] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16857/stat : 16857 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 39054 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16858] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16858/stat : 16858 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 39055 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16859] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16859/stat : 16859 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 39055 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16860] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16860/stat : 16860 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010930 13959135232 39055 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16869] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16869/stat : 16869 (java) S 16843 16846 16811 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 828010931 13959135232 39055 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 0 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16871] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16871/stat : 16871 (java) S 16843 16846 16811 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828010932 13959135232 39055 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16872] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16872/stat : 16872 (java) S 16843 16846 16811 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828010932 13959135232 39055 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16875] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16875/stat : 16875 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010934 13959135232 39055 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658970033 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16876] ppid=16843 vsize=13631968 CPUtime=0.61 cores=0,2,4,6
/proc/16846/task/16876/stat : 16876 (java) S 16843 16846 16811 0 -1 4202560 3661 0 0 0 61 0 0 0 15 0 19 0 828010934 13959135232 39055 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16879] ppid=16843 vsize=13631968 CPUtime=0.52 cores=0,2,4,6
/proc/16846/task/16879/stat : 16879 (java) S 16843 16846 16811 0 -1 4202560 5101 0 0 0 51 1 0 0 15 0 19 0 828010934 13959135232 39055 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16880] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16880/stat : 16880 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010934 13959135232 39055 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16883] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16883/stat : 16883 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828010934 13959135232 39055 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16886] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16886/stat : 16886 (java) S 16843 16846 16811 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828010984 13959135232 39055 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 13631968

[startup+6.30112 s]
/proc/loadavg: 1.97 2.05 2.01 6/535 16886
/proc/meminfo: memFree=28791876/32951132 swapFree=57925096/67111528
[pid=16846] ppid=16843 vsize=13631968 CPUtime=7.46 cores=0,2,4,6
/proc/16846/stat : 16846 (java) S 16843 16846 16811 0 -1 4202496 54240 0 1 0 737 9 0 0 25 0 19 0 828010927 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16846/statm: 3407992 51262 2266 9 0 3398726 0
[pid=16846/tid=16849] ppid=16843 vsize=13631968 CPUtime=6.19 cores=0,2,4,6
/proc/16846/task/16849/stat : 16849 (java) R 16843 16846 16811 0 -1 4202560 35768 0 1 0 613 6 0 0 25 0 19 0 828010928 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 46912505802335 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16846/tid=16853] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16853/stat : 16853 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828010930 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16854] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16854/stat : 16854 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828010930 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16855] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16855/stat : 16855 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 828010930 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16856] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16856/stat : 16856 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 828010930 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16857] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16857/stat : 16857 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828010930 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16858] ppid=16843 vsize=13631968 CPUtime=0.01 cores=0,2,4,6
/proc/16846/task/16858/stat : 16858 (java) S 16843 16846 16811 0 -1 4202560 2802 0 0 0 1 0 0 0 18 0 19 0 828010930 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16859] ppid=16843 vsize=13631968 CPUtime=0.01 cores=0,2,4,6
/proc/16846/task/16859/stat : 16859 (java) S 16843 16846 16811 0 -1 4202560 1274 0 0 0 1 0 0 0 18 0 19 0 828010930 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16860] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16860/stat : 16860 (java) S 16843 16846 16811 0 -1 4202560 118 0 0 0 0 0 0 0 18 0 19 0 828010930 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16869] ppid=16843 vsize=13631968 CPUtime=0.04 cores=0,2,4,6
/proc/16846/task/16869/stat : 16869 (java) S 16843 16846 16811 0 -1 4202560 4348 0 0 0 4 0 0 0 16 0 19 0 828010931 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 0 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16871] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16871/stat : 16871 (java) S 16843 16846 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828010932 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16872] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16872/stat : 16872 (java) S 16843 16846 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828010932 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16875] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16875/stat : 16875 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010934 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658970033 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16876] ppid=16843 vsize=13631968 CPUtime=0.62 cores=0,2,4,6
/proc/16846/task/16876/stat : 16876 (java) S 16843 16846 16811 0 -1 4202560 3663 0 0 0 62 0 0 0 15 0 19 0 828010934 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16879] ppid=16843 vsize=13631968 CPUtime=0.54 cores=0,2,4,6
/proc/16846/task/16879/stat : 16879 (java) S 16843 16846 16811 0 -1 4202560 5110 0 0 0 53 1 0 0 16 0 19 0 828010934 13959135232 51262 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0

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

[pid=16846/tid=16858] ppid=16843 vsize=13631968 CPUtime=0.29 cores=0,2,4,6
/proc/16846/task/16858/stat : 16858 (java) S 16843 16846 16811 0 -1 4202560 4999 0 0 0 29 0 0 0 16 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 0 0 0 0
[pid=16846/tid=16859] ppid=16843 vsize=13631968 CPUtime=0.21 cores=0,2,4,6
/proc/16846/task/16859/stat : 16859 (java) S 16843 16846 16811 0 -1 4202560 3379 0 0 0 21 0 0 0 16 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16860] ppid=16843 vsize=13631968 CPUtime=0.2 cores=0,2,4,6
/proc/16846/task/16860/stat : 16860 (java) S 16843 16846 16811 0 -1 4202560 1885 0 0 0 20 0 0 0 15 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16869] ppid=16843 vsize=13631968 CPUtime=2.64 cores=0,2,4,6
/proc/16846/task/16869/stat : 16869 (java) S 16843 16846 16811 0 -1 4202560 31479 0 0 0 261 3 0 0 15 0 19 0 828010931 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 0 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16871] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16871/stat : 16871 (java) S 16843 16846 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828010932 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16872] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16872/stat : 16872 (java) S 16843 16846 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828010932 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16875] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16875/stat : 16875 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658970033 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16876] ppid=16843 vsize=13631968 CPUtime=0.7 cores=0,2,4,6
/proc/16846/task/16876/stat : 16876 (java) S 16843 16846 16811 0 -1 4202560 3685 0 0 0 70 0 0 0 15 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16879] ppid=16843 vsize=13631968 CPUtime=0.55 cores=0,2,4,6
/proc/16846/task/16879/stat : 16879 (java) S 16843 16846 16811 0 -1 4202560 5112 0 0 0 54 1 0 0 15 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16880] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16880/stat : 16880 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16883] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16883/stat : 16883 (java) S 16843 16846 16811 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16886] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16886/stat : 16886 (java) S 16843 16846 16811 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828010984 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1664.61
Current children cumulated vsize (KiB) 13631968

[startup+1722.3 s]
/proc/loadavg: 2.07 2.05 2.01 4/535 16930
/proc/meminfo: memFree=28480496/32951132 swapFree=57925096/67111528
[pid=16846] ppid=16843 vsize=13631968 CPUtime=1724.62 cores=0,2,4,6
/proc/16846/stat : 16846 (java) S 16843 16846 16811 0 -1 4202496 106829 0 1 0 172399 63 0 0 25 0 19 0 828010927 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16846/statm: 3407992 103580 2266 9 0 3398726 0
[pid=16846/tid=16849] ppid=16843 vsize=13631968 CPUtime=1718.77 cores=0,2,4,6
/proc/16846/task/16849/stat : 16849 (java) R 16843 16846 16811 0 -1 4202560 35819 0 1 0 171824 53 0 0 25 0 19 0 828010928 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 46912505936896 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16846/tid=16853] ppid=16843 vsize=13631968 CPUtime=0.2 cores=0,2,4,6
/proc/16846/task/16853/stat : 16853 (java) S 16843 16846 16811 0 -1 4202560 5278 0 0 0 20 0 0 0 15 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16854] ppid=16843 vsize=13631968 CPUtime=0.21 cores=0,2,4,6
/proc/16846/task/16854/stat : 16854 (java) S 16843 16846 16811 0 -1 4202560 5026 0 0 0 21 0 0 0 16 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 0 0 0 0
[pid=16846/tid=16855] ppid=16843 vsize=13631968 CPUtime=0.18 cores=0,2,4,6
/proc/16846/task/16855/stat : 16855 (java) S 16843 16846 16811 0 -1 4202560 2876 0 0 0 18 0 0 0 16 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16856] ppid=16843 vsize=13631968 CPUtime=0.24 cores=0,2,4,6
/proc/16846/task/16856/stat : 16856 (java) S 16843 16846 16811 0 -1 4202560 2350 0 0 0 24 0 0 0 16 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16857] ppid=16843 vsize=13631968 CPUtime=0.19 cores=0,2,4,6
/proc/16846/task/16857/stat : 16857 (java) S 16843 16846 16811 0 -1 4202560 3687 0 0 0 19 0 0 0 15 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16858] ppid=16843 vsize=13631968 CPUtime=0.29 cores=0,2,4,6
/proc/16846/task/16858/stat : 16858 (java) S 16843 16846 16811 0 -1 4202560 4999 0 0 0 29 0 0 0 15 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 0 0 0 0
[pid=16846/tid=16859] ppid=16843 vsize=13631968 CPUtime=0.22 cores=0,2,4,6
/proc/16846/task/16859/stat : 16859 (java) S 16843 16846 16811 0 -1 4202560 3379 0 0 0 22 0 0 0 15 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16860] ppid=16843 vsize=13631968 CPUtime=0.2 cores=0,2,4,6
/proc/16846/task/16860/stat : 16860 (java) S 16843 16846 16811 0 -1 4202560 1885 0 0 0 20 0 0 0 15 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16869] ppid=16843 vsize=13631968 CPUtime=2.75 cores=0,2,4,6
/proc/16846/task/16869/stat : 16869 (java) S 16843 16846 16811 0 -1 4202560 31481 0 0 0 272 3 0 0 15 0 19 0 828010931 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 0 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16871] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16871/stat : 16871 (java) S 16843 16846 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828010932 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16872] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16872/stat : 16872 (java) S 16843 16846 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828010932 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16875] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16875/stat : 16875 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658970033 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16876] ppid=16843 vsize=13631968 CPUtime=0.7 cores=0,2,4,6
/proc/16846/task/16876/stat : 16876 (java) S 16843 16846 16811 0 -1 4202560 3685 0 0 0 70 0 0 0 15 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16879] ppid=16843 vsize=13631968 CPUtime=0.55 cores=0,2,4,6
/proc/16846/task/16879/stat : 16879 (java) S 16843 16846 16811 0 -1 4202560 5112 0 0 0 54 1 0 0 15 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16880] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16880/stat : 16880 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16883] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16883/stat : 16883 (java) S 16843 16846 16811 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16886] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16886/stat : 16886 (java) S 16843 16846 16811 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828010984 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1724.62
Current children cumulated vsize (KiB) 13631968

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.01 4/535 16932
/proc/meminfo: memFree=28479716/32951132 swapFree=57925096/67111528
[pid=16846] ppid=16843 vsize=13631968 CPUtime=1784.63 cores=0,2,4,6
/proc/16846/stat : 16846 (java) S 16843 16846 16811 0 -1 4202496 106838 0 1 0 178399 64 0 0 25 0 19 0 828010927 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16846/statm: 3407992 103580 2266 9 0 3398726 0
[pid=16846/tid=16849] ppid=16843 vsize=13631968 CPUtime=1778.58 cores=0,2,4,6
/proc/16846/task/16849/stat : 16849 (java) R 16843 16846 16811 0 -1 4202560 35822 0 1 0 177804 54 0 0 25 0 19 0 828010928 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 46912505949868 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16846/tid=16853] ppid=16843 vsize=13631968 CPUtime=0.21 cores=0,2,4,6
/proc/16846/task/16853/stat : 16853 (java) S 16843 16846 16811 0 -1 4202560 5278 0 0 0 21 0 0 0 16 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16854] ppid=16843 vsize=13631968 CPUtime=0.21 cores=0,2,4,6
/proc/16846/task/16854/stat : 16854 (java) S 16843 16846 16811 0 -1 4202560 5026 0 0 0 21 0 0 0 15 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 0 0 0 0
[pid=16846/tid=16855] ppid=16843 vsize=13631968 CPUtime=0.18 cores=0,2,4,6
/proc/16846/task/16855/stat : 16855 (java) S 16843 16846 16811 0 -1 4202560 2876 0 0 0 18 0 0 0 16 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 0 0 0 0
[pid=16846/tid=16856] ppid=16843 vsize=13631968 CPUtime=0.25 cores=0,2,4,6
/proc/16846/task/16856/stat : 16856 (java) S 16843 16846 16811 0 -1 4202560 2350 0 0 0 25 0 0 0 16 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16857] ppid=16843 vsize=13631968 CPUtime=0.19 cores=0,2,4,6
/proc/16846/task/16857/stat : 16857 (java) S 16843 16846 16811 0 -1 4202560 3687 0 0 0 19 0 0 0 15 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16858] ppid=16843 vsize=13631968 CPUtime=0.29 cores=0,2,4,6
/proc/16846/task/16858/stat : 16858 (java) S 16843 16846 16811 0 -1 4202560 4999 0 0 0 29 0 0 0 15 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 0 0 0 0
[pid=16846/tid=16859] ppid=16843 vsize=13631968 CPUtime=0.22 cores=0,2,4,6
/proc/16846/task/16859/stat : 16859 (java) S 16843 16846 16811 0 -1 4202560 3379 0 0 0 22 0 0 0 15 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16860] ppid=16843 vsize=13631968 CPUtime=0.22 cores=0,2,4,6
/proc/16846/task/16860/stat : 16860 (java) S 16843 16846 16811 0 -1 4202560 1885 0 0 0 22 0 0 0 16 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16869] ppid=16843 vsize=13631968 CPUtime=2.92 cores=0,2,4,6
/proc/16846/task/16869/stat : 16869 (java) S 16843 16846 16811 0 -1 4202560 31485 0 0 0 289 3 0 0 15 0 19 0 828010931 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 0 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16871] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16871/stat : 16871 (java) S 16843 16846 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828010932 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16872] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16872/stat : 16872 (java) S 16843 16846 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828010932 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16875] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16875/stat : 16875 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658970033 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16876] ppid=16843 vsize=13631968 CPUtime=0.7 cores=0,2,4,6
/proc/16846/task/16876/stat : 16876 (java) S 16843 16846 16811 0 -1 4202560 3685 0 0 0 70 0 0 0 15 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16879] ppid=16843 vsize=13631968 CPUtime=0.55 cores=0,2,4,6
/proc/16846/task/16879/stat : 16879 (java) S 16843 16846 16811 0 -1 4202560 5112 0 0 0 54 1 0 0 15 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16880] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16880/stat : 16880 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16883] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16883/stat : 16883 (java) S 16843 16846 16811 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16886] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16886/stat : 16886 (java) S 16843 16846 16811 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828010984 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1784.63
Current children cumulated vsize (KiB) 13631968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.02 2.04 2.01 2/515 16937
/proc/meminfo: memFree=28678888/32951132 swapFree=57925096/67111528
[pid=16846] ppid=16843 vsize=13631968 CPUtime=1800.06 cores=0,2,4,6
/proc/16846/stat : 16846 (java) S 16843 16846 16811 0 -1 4202496 106840 0 1 0 179941 65 0 0 25 0 19 0 828010927 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/16846/statm: 3407992 103580 2266 9 0 3398726 0
[pid=16846/tid=16849] ppid=16843 vsize=13631968 CPUtime=1794 cores=0,2,4,6
/proc/16846/task/16849/stat : 16849 (java) R 16843 16846 16811 0 -1 4202560 35822 0 1 0 179345 55 0 0 25 0 19 0 828010928 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 46912505878052 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16846/tid=16853] ppid=16843 vsize=13631968 CPUtime=0.21 cores=0,2,4,6
/proc/16846/task/16853/stat : 16853 (java) S 16843 16846 16811 0 -1 4202560 5278 0 0 0 21 0 0 0 16 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16854] ppid=16843 vsize=13631968 CPUtime=0.21 cores=0,2,4,6
/proc/16846/task/16854/stat : 16854 (java) S 16843 16846 16811 0 -1 4202560 5026 0 0 0 21 0 0 0 15 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 0 0 0 0
[pid=16846/tid=16855] ppid=16843 vsize=13631968 CPUtime=0.18 cores=0,2,4,6
/proc/16846/task/16855/stat : 16855 (java) S 16843 16846 16811 0 -1 4202560 2876 0 0 0 18 0 0 0 16 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 0 0 0 0
[pid=16846/tid=16856] ppid=16843 vsize=13631968 CPUtime=0.25 cores=0,2,4,6
/proc/16846/task/16856/stat : 16856 (java) S 16843 16846 16811 0 -1 4202560 2350 0 0 0 25 0 0 0 16 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16857] ppid=16843 vsize=13631968 CPUtime=0.19 cores=0,2,4,6
/proc/16846/task/16857/stat : 16857 (java) S 16843 16846 16811 0 -1 4202560 3687 0 0 0 19 0 0 0 15 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16858] ppid=16843 vsize=13631968 CPUtime=0.29 cores=0,2,4,6
/proc/16846/task/16858/stat : 16858 (java) S 16843 16846 16811 0 -1 4202560 4999 0 0 0 29 0 0 0 15 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 0 0 0 0
[pid=16846/tid=16859] ppid=16843 vsize=13631968 CPUtime=0.22 cores=0,2,4,6
/proc/16846/task/16859/stat : 16859 (java) S 16843 16846 16811 0 -1 4202560 3379 0 0 0 22 0 0 0 15 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16860] ppid=16843 vsize=13631968 CPUtime=0.22 cores=0,2,4,6
/proc/16846/task/16860/stat : 16860 (java) S 16843 16846 16811 0 -1 4202560 1885 0 0 0 22 0 0 0 16 0 19 0 828010930 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16869] ppid=16843 vsize=13631968 CPUtime=2.92 cores=0,2,4,6
/proc/16846/task/16869/stat : 16869 (java) S 16843 16846 16811 0 -1 4202560 31485 0 0 0 289 3 0 0 15 0 19 0 828010931 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 0 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16871] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16871/stat : 16871 (java) S 16843 16846 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828010932 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16872] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16872/stat : 16872 (java) S 16843 16846 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828010932 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16875] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16875/stat : 16875 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658970033 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16876] ppid=16843 vsize=13631968 CPUtime=0.7 cores=0,2,4,6
/proc/16846/task/16876/stat : 16876 (java) S 16843 16846 16811 0 -1 4202560 3685 0 0 0 70 0 0 0 15 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 4 0 0 0
[pid=16846/tid=16879] ppid=16843 vsize=13631968 CPUtime=0.55 cores=0,2,4,6
/proc/16846/task/16879/stat : 16879 (java) S 16843 16846 16811 0 -1 4202560 5112 0 0 0 54 1 0 0 15 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16880] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16880/stat : 16880 (java) S 16843 16846 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962329 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
[pid=16846/tid=16883] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16883/stat : 16883 (java) S 16843 16846 16811 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 828010934 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 4 0 16800975 18446604449884332224 0 0 -1 6 0 0 0
[pid=16846/tid=16886] ppid=16843 vsize=13631968 CPUtime=0 cores=0,2,4,6
/proc/16846/task/16886/stat : 16886 (java) S 16843 16846 16811 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828010984 13959135232 103580 33554432000 1073741824 1073778376 140734155566528 18446744073709551615 210658962944 0 4 0 16800975 18446604449884332224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 13631968

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

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

Child status: 143
Real time (s): 1797.78
CPU time (s): 1800.17
CPU user time (s): 1799.5
CPU system time (s): 0.670898
CPU usage (%): 100.133
Max. virtual memory (cumulated for all children) (KiB): 13632336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.670898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106907
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38622
involuntary context switches= 7754

runsolver used 10.0135 second user time and 21.6807 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-04 07:08:33
IDJOB=3457987
IDBENCH=48312
IDSOLVER=1952
FILE ID=node129/3457987-1307164113
RUNJOBID= node129-1307164113-16829
PBS_JOBID= 13508828
Free space on /tmp= 73880 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_1_15.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457987-1307164113/watcher-3457987-1307164113 -o /tmp/evaluation-result-3457987-1307164113/solver-3457987-1307164113 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3457987-1307164113.opb

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

MD5SUM BENCH= 35f11a54f1fd329a650032f8b75cdf62
RANDOM SEED=561572615

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29092552 kB
Buffers:        318280 kB
Cached:        2105120 kB
SwapCached:      49348 kB
Active:         425424 kB
Inactive:      3148528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29092552 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:             868 kB
Writeback:          28 kB
AnonPages:     1112716 kB
Mapped:          14272 kB
Slab:           153940 kB
PageTables:      59720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147304032 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73880 MiB
End job on node129 at 2011-06-04 07:38:33