Trace number 3454560

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.42 917.989

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3702.opb
MD5SUMd696f4100af4494c851a4f1a4044ecb8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4827154397
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29701186548799
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29701186548799
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454560-1307189858.opb
0.11/0.11	c reading problem ... 
2.46/2.00	c ... done. Wall clock time 1.892s.
2.46/2.00	c #vars     155000
2.46/2.00	c #constraints  65061
2.46/2.00	c constraints type 
2.46/2.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
2.46/2.00	c constraints type 
2.46/2.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
54.04/26.96	c cleaning 2494 clauses out of 5000 with flag 5000/5000
68.06/34.09	c cleaning 4254 clauses out of 8508 with flag 11002/11002
82.15/41.22	c cleaning 5630 clauses out of 11259 with flag 18007/18007
98.29/49.51	c cleaning 6812 clauses out of 13623 with flag 26001/26001
119.51/60.20	c cleaning 7903 clauses out of 15811 with flag 35001/35001
134.23/67.78	c cleaning 8952 clauses out of 17911 with flag 45004/45004
153.73/77.65	c cleaning 9479 clauses out of 18958 with flag 55003/55003
175.23/88.58	c cleaning 9746 clauses out of 19492 with flag 65016/65016
196.62/99.49	c cleaning 9873 clauses out of 19746 with flag 75016/75016
221.61/112.04	c cleaning 9930 clauses out of 19861 with flag 85004/85004
244.70/123.78	c cleaning 9971 clauses out of 19941 with flag 95014/95014
266.17/134.69	c cleaning 9985 clauses out of 19970 with flag 105014/105014
285.74/144.69	c cleaning 9988 clauses out of 19976 with flag 115005/115005
309.62/156.74	c cleaning 9997 clauses out of 19996 with flag 125013/125013
329.53/166.83	c cleaning 9995 clauses out of 19992 with flag 135006/135006
350.01/177.26	c cleaning 10003 clauses out of 20010 with flag 145019/145019
369.93/187.41	c cleaning 10002 clauses out of 20003 with flag 155015/155015
390.00/197.66	c cleaning 10009 clauses out of 20019 with flag 165033/165033
408.87/207.28	c cleaning 9990 clauses out of 19980 with flag 175003/175003
429.34/217.71	c cleaning 9990 clauses out of 19988 with flag 185001/185001
448.28/227.35	c cleaning 9999 clauses out of 20005 with flag 195008/195008
459.77/233.23	c cleaning 9992 clauses out of 19999 with flag 205001/205001
475.20/241.11	c cleaning 10005 clauses out of 20036 with flag 215030/215030
495.45/251.48	c cleaning 9988 clauses out of 20002 with flag 225001/225001
514.75/261.36	c cleaning 10019 clauses out of 20042 with flag 235029/235029
531.62/269.93	c cleaning 9997 clauses out of 20004 with flag 245010/245010
548.48/278.52	c cleaning 10006 clauses out of 20017 with flag 255020/255020
569.33/289.16	c cleaning 10000 clauses out of 20000 with flag 265009/265009
587.05/298.27	c cleaning 9983 clauses out of 19991 with flag 275000/275000
606.15/307.94	c cleaning 9990 clauses out of 20010 with flag 285002/285002
621.18/315.68	c cleaning 10004 clauses out of 20019 with flag 295001/295001
633.80/322.13	c cleaning 10005 clauses out of 20015 with flag 305001/305001
646.49/328.73	c cleaning 9996 clauses out of 20010 with flag 315001/315001
659.94/335.69	c cleaning 9979 clauses out of 20014 with flag 325001/325001
673.18/342.48	c cleaning 9994 clauses out of 20038 with flag 335004/335004
686.22/349.13	c cleaning 9999 clauses out of 20040 with flag 345000/345000
697.95/355.24	c cleaning 10009 clauses out of 20044 with flag 355003/355003
708.96/360.94	c cleaning 10005 clauses out of 20032 with flag 365000/365000
723.62/368.44	c cleaning 9979 clauses out of 20028 with flag 375001/375001
741.23/377.47	c cleaning 10001 clauses out of 20048 with flag 385000/385000
767.91/391.02	c cleaning 10032 clauses out of 20070 with flag 395023/395023
783.98/399.24	c cleaning 10010 clauses out of 20025 with flag 405010/405010
795.58/405.22	c cleaning 10016 clauses out of 20042 with flag 415037/415037
810.01/412.61	c cleaning 9998 clauses out of 20006 with flag 425017/425017
826.28/421.08	c cleaning 9992 clauses out of 19992 with flag 435001/435001
841.50/428.81	c cleaning 9998 clauses out of 20003 with flag 445004/445004
856.32/436.47	c cleaning 10009 clauses out of 20026 with flag 455025/455025
871.14/444.07	c cleaning 9996 clauses out of 20000 with flag 465008/465008
888.01/452.72	c cleaning 10004 clauses out of 20016 with flag 475020/475020
901.66/459.74	c cleaning 9994 clauses out of 20000 with flag 485008/485008
916.52/467.31	c cleaning 9998 clauses out of 20006 with flag 495008/495008
932.34/475.43	c cleaning 10013 clauses out of 20034 with flag 505034/505034
946.81/482.99	c cleaning 9995 clauses out of 19999 with flag 515012/515012
960.98/490.24	c cleaning 9997 clauses out of 19999 with flag 525007/525007
977.18/498.58	c cleaning 9998 clauses out of 19999 with flag 535004/535004
993.39/506.85	c cleaning 9995 clauses out of 19999 with flag 545002/545002
1007.78/514.29	c cleaning 10001 clauses out of 20005 with flag 555003/555003
1025.39/523.27	c cleaning 10003 clauses out of 20010 with flag 565009/565009
1071.84/546.70	c cleaning 9943 clauses out of 19999 with flag 575001/575001
1177.27/599.58	c cleaning 9987 clauses out of 20055 with flag 585000/585000
1194.32/608.34	c cleaning 10030 clauses out of 20074 with flag 595006/595006
1210.69/616.79	c cleaning 10008 clauses out of 20038 with flag 605000/605000
1224.32/623.74	c cleaning 10007 clauses out of 20030 with flag 615000/615000
1259.89/641.71	c cleaning 9911 clauses out of 20024 with flag 625001/625001
1299.90/662.09	c cleaning 10042 clauses out of 20114 with flag 635002/635002
1318.09/671.32	c cleaning 10026 clauses out of 20077 with flag 645007/645007
1328.47/676.70	c cleaning 10019 clauses out of 20045 with flag 655001/655001
1338.26/681.84	c cleaning 10007 clauses out of 20026 with flag 665001/665001
1348.47/687.26	c cleaning 10006 clauses out of 20019 with flag 675001/675001
1357.48/691.93	c cleaning 10003 clauses out of 20013 with flag 685001/685001
1367.03/696.93	c cleaning 10003 clauses out of 20013 with flag 695004/695004
1376.44/701.87	c cleaning 9999 clauses out of 20009 with flag 705003/705003
1386.17/706.97	c cleaning 10001 clauses out of 20009 with flag 715002/715002
1394.74/711.43	c cleaning 9995 clauses out of 20006 with flag 725000/725000
1404.73/716.60	c cleaning 10005 clauses out of 20017 with flag 735006/735006
1414.90/721.91	c cleaning 10000 clauses out of 20012 with flag 745006/745006
1424.93/727.24	c cleaning 10001 clauses out of 20012 with flag 755006/755006
1435.14/732.61	c cleaning 10002 clauses out of 20011 with flag 765006/765006
1445.09/737.75	c cleaning 9999 clauses out of 20009 with flag 775006/775006
1455.47/743.14	c cleaning 10001 clauses out of 20010 with flag 785006/785006
1464.33/747.82	c cleaning 9999 clauses out of 20011 with flag 795008/795008
1495.94/763.83	c cleaning 9919 clauses out of 20004 with flag 805000/805000
1552.12/792.18	c cleaning 9897 clauses out of 20086 with flag 815001/815001
1591.15/811.86	c cleaning 9968 clauses out of 20192 with flag 825004/825004
1630.88/832.03	c cleaning 9981 clauses out of 20221 with flag 835001/835001
1672.85/853.25	c cleaning 9990 clauses out of 20240 with flag 845001/845001
1709.81/871.98	c cleaning 9994 clauses out of 20251 with flag 855002/855002
1747.43/890.95	c cleaning 10001 clauses out of 20255 with flag 865000/865000
1787.01/911.09	c cleaning 9998 clauses out of 20254 with flag 875000/875000
1800.20/917.82	c starts		: 171
1800.20/917.82	c conflicts		: 878531
1800.20/917.82	c decisions		: 2231049
1800.20/917.82	c propagations		: 27895608
1800.20/917.82	c inspects		: 705157316
1800.20/917.82	c shortcuts		: 0
1800.20/917.82	c learnt literals	: 0
1800.20/917.82	c learnt binary clauses	: 0
1800.20/917.82	c learnt ternary clauses	: 0
1800.20/917.82	c learnt constraints	: 878531
1800.20/917.82	c ignored constraints	: 0
1800.20/917.82	c root simplifications	: 0
1800.20/917.82	c removed literals (reason simplification)	: 23320242
1800.20/917.82	c reason swapping (by a shorter reason)	: 0
1800.20/917.82	c Calls to reduceDB	: 89
1800.20/917.82	c number of reductions to clauses (during analyze)	: 0
1800.20/917.82	c number of learned constraints concerned by reduction	: 0
1800.20/917.82	c number of learning phase by resolution	: 0
1800.20/917.82	c number of learning phase by cutting planes	: 0
1800.20/917.82	c speed (assignments/second)	: 30459.84237008307
1800.20/917.82	c non guided choices	860906
1800.20/917.83	c learnt constraints type 
1800.20/917.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13793
1800.20/917.83	c constraints type 
1800.20/917.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
1800.20/917.83	c constraints type 
1800.20/917.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.20/917.83	s UNKNOWN
1800.20/917.83	c Total wall clock time (in seconds): 917.719

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

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

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


[startup+0 s]
/proc/loadavg: 3.90 3.93 3.57 2/502 16965
/proc/meminfo: memFree=24328500/32950928 swapFree=39617324/67111528
[pid=16965] ppid=16963 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/16965/stat : 16965 (java) S 16963 16965 13533 0 -1 4202496 3781 0 1 0 0 1 0 0 25 0 2 0 830585518 10694979584 3483 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/16965/statm: 2611079 3497 917 9 0 2602235 0
[pid=16965/tid=16966] ppid=16963 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/16965/task/16966/stat : 16966 (java) R 16963 16965 13533 0 -1 4202560 4752 0 1 0 0 1 0 0 25 0 2 0 830585519 10694979584 5568 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0670141 s]
/proc/loadavg: 3.90 3.93 3.57 2/502 16965
/proc/meminfo: memFree=24328500/32950928 swapFree=39617324/67111528
[pid=16965] ppid=16963 vsize=10472924 CPUtime=0.05 cores=1,3,5,7
/proc/16965/stat : 16965 (java) S 16963 16965 13533 0 -1 4202496 11700 0 1 0 4 1 0 0 25 0 18 0 830585518 10724274176 11397 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16965/statm: 2618231 11397 1733 9 0 2608972 0
[pid=16965/tid=16966] ppid=16963 vsize=10472924 CPUtime=0.05 cores=1,3,5,7
/proc/16965/task/16966/stat : 16966 (java) R 16963 16965 13533 0 -1 4202560 10525 0 1 0 4 1 0 0 25 0 18 0 830585519 10724274176 11397 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208080228197 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472924

[startup+0.101007 s]
/proc/loadavg: 3.90 3.93 3.57 2/502 16965
/proc/meminfo: memFree=24328500/32950928 swapFree=39617324/67111528
[pid=16965] ppid=16963 vsize=10539404 CPUtime=0.11 cores=1,3,5,7
/proc/16965/stat : 16965 (java) S 16963 16965 13533 0 -1 4202496 13039 0 1 0 9 2 0 0 25 0 18 0 830585518 10792349696 12706 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16965/statm: 2634851 12707 2093 9 0 2625585 0
[pid=16965/tid=16966] ppid=16963 vsize=10539404 CPUtime=0.08 cores=1,3,5,7
/proc/16965/task/16966/stat : 16966 (java) R 16963 16965 13533 0 -1 4202560 11081 0 1 0 7 1 0 0 25 0 18 0 830585519 10792349696 12707 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 47154638540707 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539404

[startup+0.30103 s]
/proc/loadavg: 3.90 3.93 3.57 2/502 16965
/proc/meminfo: memFree=24328500/32950928 swapFree=39617324/67111528
[pid=16965] ppid=16963 vsize=10539672 CPUtime=0.47 cores=1,3,5,7
/proc/16965/stat : 16965 (java) S 16963 16965 13533 0 -1 4202496 21754 0 1 0 44 3 0 0 25 0 18 0 830585518 10792624128 21003 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16965/statm: 2634918 21006 2200 9 0 2625652 0
[pid=16965/tid=16966] ppid=16963 vsize=10539672 CPUtime=0.28 cores=1,3,5,7
/proc/16965/task/16966/stat : 16966 (java) R 16963 16965 13533 0 -1 4202560 18344 0 1 0 25 3 0 0 25 0 18 0 830585519 10792624128 21008 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 46912505574394 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10539672

[startup+0.700895 s]
/proc/loadavg: 3.90 3.93 3.57 2/502 16965
/proc/meminfo: memFree=24328500/32950928 swapFree=39617324/67111528
[pid=16965] ppid=16963 vsize=10539508 CPUtime=1.07 cores=1,3,5,7
/proc/16965/stat : 16965 (java) S 16963 16965 13533 0 -1 4202496 50805 0 1 0 101 6 0 0 25 0 18 0 830585518 10792456192 49909 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16965/statm: 2634877 49913 2205 9 0 2625611 0
[pid=16965/tid=16966] ppid=16963 vsize=10539508 CPUtime=0.68 cores=1,3,5,7
/proc/16965/task/16966/stat : 16966 (java) R 16963 16965 13533 0 -1 4202560 47152 0 1 0 62 6 0 0 25 0 18 0 830585519 10792456192 49914 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 46912505574099 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 10539508

[startup+1.50074 s]
/proc/loadavg: 3.99 3.95 3.58 4/520 16983
/proc/meminfo: memFree=24004476/32950928 swapFree=39617324/67111528
[pid=16965] ppid=16963 vsize=10539508 CPUtime=1.88 cores=1,3,5,7
/proc/16965/stat : 16965 (java) S 16963 16965 13533 0 -1 4202496 128273 0 1 0 172 16 0 0 25 0 18 0 830585518 10792456192 127377 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16965/statm: 2634877 127392 2205 9 0 2625611 0
[pid=16965/tid=16966] ppid=16963 vsize=10539508 CPUtime=1.48 cores=1,3,5,7
/proc/16965/task/16966/stat : 16966 (java) R 16963 16965 13533 0 -1 4202560 124636 0 1 0 133 15 0 0 25 0 18 0 830585519 10792456192 127400 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 46912505657721 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16965/tid=16968] ppid=16963 vsize=10539508 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16968/stat : 16968 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830585521 10792456192 127408 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16969] ppid=16963 vsize=10539508 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16969/stat : 16969 (java) S 16963 16965 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830585521 10792456192 127419 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16970] ppid=16963 vsize=10539508 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16970/stat : 16970 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830585521 10792456192 127427 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16971] ppid=16963 vsize=10539508 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16971/stat : 16971 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830585521 10792456192 127429 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16972] ppid=16963 vsize=10539508 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16972/stat : 16972 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830585521 10792456192 127429 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16973] ppid=16963 vsize=10539508 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16973/stat : 16973 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830585521 10792456192 127429 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16974] ppid=16963 vsize=10539508 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16974/stat : 16974 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830585521 10792456192 127429 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16975] ppid=16963 vsize=10539508 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16975/stat : 16975 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830585521 10792456192 127429 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16976] ppid=16963 vsize=10539508 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16976/stat : 16976 (java) S 16963 16965 13533 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830585522 10792456192 127429 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 0 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16977] ppid=16963 vsize=10539508 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16977/stat : 16977 (java) S 16963 16965 13533 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830585522 10792456192 127429 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16978] ppid=16963 vsize=10539508 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16978/stat : 16978 (java) S 16963 16965 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830585522 10792456192 127429 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16979] ppid=16963 vsize=10539508 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16979/stat : 16979 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830585525 10792456192 127429 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092055985 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16980] ppid=16963 vsize=10539508 CPUtime=0.2 cores=1,3,5,7
/proc/16965/task/16980/stat : 16980 (java) S 16963 16965 13533 0 -1 4202560 1272 0 0 0 20 0 0 0 22 0 18 0 830585525 10792456192 127429 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16965/tid=16981] ppid=16963 vsize=10539508 CPUtime=0.18 cores=1,3,5,7
/proc/16965/task/16981/stat : 16981 (java) S 16963 16965 13533 0 -1 4202560 1238 0 0 0 18 0 0 0 22 0 18 0 830585525 10792456192 127429 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16982] ppid=16963 vsize=10539508 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16982/stat : 16982 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830585525 10792456192 127429 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16983] ppid=16963 vsize=10539508 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16983/stat : 16983 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830585525 10792456192 127429 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10539508

[startup+3.12344 s]
/proc/loadavg: 3.99 3.95 3.58 5/522 16985
/proc/meminfo: memFree=23634400/32950928 swapFree=39617324/67111528
[pid=16965] ppid=16963 vsize=10548860 CPUtime=5.31 cores=1,3,5,7
/proc/16965/stat : 16965 (java) S 16963 16965 13533 0 -1 4202496 224817 0 1 0 502 29 0 0 25 0 22 0 830585518 10802032640 223012 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16965/statm: 2637215 223013 2235 9 0 2627949 0
[pid=16965/tid=16966] ppid=16963 vsize=10548860 CPUtime=1.99 cores=1,3,5,7
/proc/16965/task/16966/stat : 16966 (java) S 16963 16965 13533 0 -1 4202560 168277 0 1 0 178 21 0 0 15 0 22 0 830585519 10802032640 223013 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16968] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16968/stat : 16968 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 223014 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16969] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16969/stat : 16969 (java) S 16963 16965 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 223014 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16970] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16970/stat : 16970 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 223015 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16971] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16971/stat : 16971 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 223015 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16972] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16972/stat : 16972 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 223016 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16973] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16973/stat : 16973 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 223016 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16974] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16974/stat : 16974 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 223017 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16975] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16975/stat : 16975 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 223017 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16976] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16976/stat : 16976 (java) S 16963 16965 13533 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830585522 10802032640 223018 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 0 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16977] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16977/stat : 16977 (java) S 16963 16965 13533 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830585522 10802032640 223018 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16978] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16978/stat : 16978 (java) S 16963 16965 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830585522 10802032640 223019 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16979] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16979/stat : 16979 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585525 10802032640 223019 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092055985 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16980] ppid=16963 vsize=10548860 CPUtime=0.6 cores=1,3,5,7
/proc/16965/task/16980/stat : 16980 (java) S 16963 16965 13533 0 -1 4202560 2782 0 0 0 60 0 0 0 15 0 22 0 830585525 10802032640 223020 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16965/tid=16981] ppid=16963 vsize=10548860 CPUtime=0.48 cores=1,3,5,7
/proc/16965/task/16981/stat : 16981 (java) R 16963 16965 13533 0 -1 4202560 2549 0 0 0 48 0 0 0 15 0 22 0 830585525 10802032640 223020 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 47154639092567 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16965/tid=16982] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16982/stat : 16982 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585525 10802032640 223021 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16983] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16983/stat : 16983 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830585525 10802032640 223021 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16965/tid=16984] ppid=16963 vsize=10548860 CPUtime=1.11 cores=1,3,5,7
/proc/16965/task/16984/stat : 16984 (java) R 16963 16965 13533 0 -1 4202560 2334 0 0 0 111 0 0 0 25 0 22 0 830585719 10802032640 223022 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 46912505814572 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16965/tid=16985] ppid=16963 vsize=10548860 CPUtime=1.09 cores=1,3,5,7
/proc/16965/task/16985/stat : 16985 (java) R 16963 16965 13533 0 -1 4202560 47718 0 0 0 103 6 0 0 25 0 22 0 830585719 10802032640 223022 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 46912505711173 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 10548860

[startup+6.30083 s]
/proc/loadavg: 3.99 3.95 3.58 5/524 16987
/proc/meminfo: memFree=23114672/32950928 swapFree=39617324/67111528
[pid=16965] ppid=16963 vsize=10548860 CPUtime=11.9 cores=1,3,5,7
/proc/16965/stat : 16965 (java) S 16963 16965 13533 0 -1 4202496 341911 0 1 0 1147 43 0 0 25 0 22 0 830585518 10802032640 340104 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16965/statm: 2637215 340105 2238 9 0 2627949 0
[pid=16965/tid=16966] ppid=16963 vsize=10548860 CPUtime=1.99 cores=1,3,5,7
/proc/16965/task/16966/stat : 16966 (java) S 16963 16965 13533 0 -1 4202560 168277 0 1 0 178 21 0 0 15 0 22 0 830585519 10802032640 340105 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16968] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16968/stat : 16968 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 340106 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16969] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16969/stat : 16969 (java) S 16963 16965 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 340106 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16970] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16970/stat : 16970 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 340106 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16971] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16971/stat : 16971 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 340107 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16972] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16972/stat : 16972 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 340107 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16973] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16973/stat : 16973 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 340108 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16974] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16974/stat : 16974 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 340108 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16975] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16975/stat : 16975 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585521 10802032640 340108 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16976] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16976/stat : 16976 (java) S 16963 16965 13533 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830585522 10802032640 340109 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 0 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16977] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16977/stat : 16977 (java) S 16963 16965 13533 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830585522 10802032640 340109 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16978] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16978/stat : 16978 (java) S 16963 16965 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830585522 10802032640 340109 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16979] ppid=16963 vsize=10548860 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16979/stat : 16979 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585525 10802032640 340110 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092055985 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16980] ppid=16963 vsize=10548860 CPUtime=0.66 cores=1,3,5,7
/proc/16965/task/16980/stat : 16980 (java) S 16963 16965 13533 0 -1 4202560 2796 0 0 0 66 0 0 0 16 0 22 0 830585525 10802032640 340110 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16981] ppid=16963 vsize=10548860 CPUtime=0.66 cores=1,3,5,7
/proc/16965/task/16981/stat : 16981 (java) S 16963 16965 13533 0 -1 4202560 2573 0 0 0 66 0 0 0 15 0 22 0 830585525 10802032640 340111 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 4.01 3.97 3.77 5/524 17240
/proc/meminfo: memFree=19843084/32950928 swapFree=39617324/67111528
[pid=16965] ppid=16963 vsize=10548264 CPUtime=1611.48 cores=1,3,5,7
/proc/16965/stat : 16965 (java) S 16963 16965 13533 0 -1 4202496 977240 0 1 0 161029 119 0 0 25 0 22 0 830585518 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16965/statm: 2637066 972054 2264 9 0 2627800 0
[pid=16965/tid=16966] ppid=16963 vsize=10548264 CPUtime=2 cores=1,3,5,7
/proc/16965/task/16966/stat : 16966 (java) S 16963 16965 13533 0 -1 4202560 168340 0 1 0 178 22 0 0 15 0 22 0 830585519 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16968] ppid=16963 vsize=10548264 CPUtime=0.81 cores=1,3,5,7
/proc/16965/task/16968/stat : 16968 (java) S 16963 16965 13533 0 -1 4202560 25505 0 0 0 79 2 0 0 15 0 22 0 830585521 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16965/tid=16969] ppid=16963 vsize=10548264 CPUtime=0.6 cores=1,3,5,7
/proc/16965/task/16969/stat : 16969 (java) S 16963 16965 13533 0 -1 4202560 10569 0 0 0 59 1 0 0 15 0 22 0 830585521 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16970] ppid=16963 vsize=10548264 CPUtime=0.82 cores=1,3,5,7
/proc/16965/task/16970/stat : 16970 (java) S 16963 16965 13533 0 -1 4202560 20491 0 0 0 79 3 0 0 16 0 22 0 830585521 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16971] ppid=16963 vsize=10548264 CPUtime=0.54 cores=1,3,5,7
/proc/16965/task/16971/stat : 16971 (java) S 16963 16965 13533 0 -1 4202560 13386 0 0 0 53 1 0 0 16 0 22 0 830585521 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16972] ppid=16963 vsize=10548264 CPUtime=0.83 cores=1,3,5,7
/proc/16965/task/16972/stat : 16972 (java) S 16963 16965 13533 0 -1 4202560 20354 0 0 0 81 2 0 0 16 0 22 0 830585521 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16973] ppid=16963 vsize=10548264 CPUtime=0.79 cores=1,3,5,7
/proc/16965/task/16973/stat : 16973 (java) S 16963 16965 13533 0 -1 4202560 18647 0 0 0 77 2 0 0 16 0 22 0 830585521 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16974] ppid=16963 vsize=10548264 CPUtime=0.72 cores=1,3,5,7
/proc/16965/task/16974/stat : 16974 (java) S 16963 16965 13533 0 -1 4202560 25225 0 0 0 68 4 0 0 16 0 22 0 830585521 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16965/tid=16975] ppid=16963 vsize=10548264 CPUtime=0.88 cores=1,3,5,7
/proc/16965/task/16975/stat : 16975 (java) S 16963 16965 13533 0 -1 4202560 34860 0 0 0 84 4 0 0 16 0 22 0 830585521 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16965/tid=16976] ppid=16963 vsize=10548264 CPUtime=35.37 cores=1,3,5,7
/proc/16965/task/16976/stat : 16976 (java) S 16963 16965 13533 0 -1 4202560 99936 0 0 0 3526 11 0 0 15 0 22 0 830585522 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 0 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16965/tid=16977] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16977/stat : 16977 (java) S 16963 16965 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830585522 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16978] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16978/stat : 16978 (java) S 16963 16965 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830585522 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16979] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16979/stat : 16979 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585525 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092055985 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16980] ppid=16963 vsize=10548264 CPUtime=1.03 cores=1,3,5,7
/proc/16965/task/16980/stat : 16980 (java) S 16963 16965 13533 0 -1 4202560 3557 0 0 0 103 0 0 0 15 0 22 0 830585525 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16981] ppid=16963 vsize=10548264 CPUtime=0.92 cores=1,3,5,7
/proc/16965/task/16981/stat : 16981 (java) S 16963 16965 13533 0 -1 4202560 3754 0 0 0 92 0 0 0 16 0 22 0 830585525 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16965/tid=16982] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16982/stat : 16982 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585525 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16983] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16983/stat : 16983 (java) S 16963 16965 13533 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830585525 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16984] ppid=16963 vsize=10548264 CPUtime=783 cores=1,3,5,7
/proc/16965/task/16984/stat : 16984 (java) R 16963 16965 13533 0 -1 4202560 4518 0 0 0 78300 0 0 0 25 0 22 0 830585719 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 46912506119846 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16965/tid=16985] ppid=16963 vsize=10548264 CPUtime=783 cores=1,3,5,7
/proc/16965/task/16985/stat : 16985 (java) R 16963 16965 13533 0 -1 4202560 526892 0 0 0 78242 58 0 0 25 0 22 0 830585719 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 46912505999775 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16965/tid=16986] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16986/stat : 16986 (java) S 16963 16965 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830585736 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16987] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16987/stat : 16987 (java) S 16963 16965 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830585737 10801422336 972054 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1611.48
Current children cumulated vsize (KiB) 10548264

[startup+882.301 s]
/proc/loadavg: 4.00 3.97 3.78 5/524 17242
/proc/meminfo: memFree=19833620/32950928 swapFree=39617324/67111528
[pid=16965] ppid=16963 vsize=10548264 CPUtime=1730.18 cores=1,3,5,7
/proc/16965/stat : 16965 (java) S 16963 16965 13533 0 -1 4202496 979406 0 1 0 172899 119 0 0 25 0 22 0 830585518 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16965/statm: 2637066 974201 2264 9 0 2627800 0
[pid=16965/tid=16966] ppid=16963 vsize=10548264 CPUtime=2 cores=1,3,5,7
/proc/16965/task/16966/stat : 16966 (java) S 16963 16965 13533 0 -1 4202560 168343 0 1 0 178 22 0 0 15 0 22 0 830585519 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16968] ppid=16963 vsize=10548264 CPUtime=0.84 cores=1,3,5,7
/proc/16965/task/16968/stat : 16968 (java) S 16963 16965 13533 0 -1 4202560 25505 0 0 0 82 2 0 0 15 0 22 0 830585521 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16965/tid=16969] ppid=16963 vsize=10548264 CPUtime=0.63 cores=1,3,5,7
/proc/16965/task/16969/stat : 16969 (java) S 16963 16965 13533 0 -1 4202560 10569 0 0 0 62 1 0 0 16 0 22 0 830585521 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16970] ppid=16963 vsize=10548264 CPUtime=0.84 cores=1,3,5,7
/proc/16965/task/16970/stat : 16970 (java) S 16963 16965 13533 0 -1 4202560 20491 0 0 0 81 3 0 0 16 0 22 0 830585521 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16971] ppid=16963 vsize=10548264 CPUtime=0.56 cores=1,3,5,7
/proc/16965/task/16971/stat : 16971 (java) S 16963 16965 13533 0 -1 4202560 13386 0 0 0 55 1 0 0 16 0 22 0 830585521 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16965/tid=16972] ppid=16963 vsize=10548264 CPUtime=0.84 cores=1,3,5,7
/proc/16965/task/16972/stat : 16972 (java) S 16963 16965 13533 0 -1 4202560 20354 0 0 0 82 2 0 0 15 0 22 0 830585521 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16973] ppid=16963 vsize=10548264 CPUtime=0.81 cores=1,3,5,7
/proc/16965/task/16973/stat : 16973 (java) S 16963 16965 13533 0 -1 4202560 18648 0 0 0 79 2 0 0 16 0 22 0 830585521 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16974] ppid=16963 vsize=10548264 CPUtime=0.74 cores=1,3,5,7
/proc/16965/task/16974/stat : 16974 (java) S 16963 16965 13533 0 -1 4202560 25225 0 0 0 70 4 0 0 15 0 22 0 830585521 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16975] ppid=16963 vsize=10548264 CPUtime=0.9 cores=1,3,5,7
/proc/16965/task/16975/stat : 16975 (java) S 16963 16965 13533 0 -1 4202560 34860 0 0 0 86 4 0 0 16 0 22 0 830585521 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16965/tid=16976] ppid=16963 vsize=10548264 CPUtime=36.72 cores=1,3,5,7
/proc/16965/task/16976/stat : 16976 (java) S 16963 16965 13533 0 -1 4202560 102084 0 0 0 3660 12 0 0 15 0 22 0 830585522 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 0 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16965/tid=16977] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16977/stat : 16977 (java) S 16963 16965 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830585522 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16978] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16978/stat : 16978 (java) S 16963 16965 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830585522 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16979] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16979/stat : 16979 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585525 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092055985 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16980] ppid=16963 vsize=10548264 CPUtime=1.03 cores=1,3,5,7
/proc/16965/task/16980/stat : 16980 (java) S 16963 16965 13533 0 -1 4202560 3557 0 0 0 103 0 0 0 15 0 22 0 830585525 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16981] ppid=16963 vsize=10548264 CPUtime=0.92 cores=1,3,5,7
/proc/16965/task/16981/stat : 16981 (java) S 16963 16965 13533 0 -1 4202560 3754 0 0 0 92 0 0 0 16 0 22 0 830585525 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16965/tid=16982] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16982/stat : 16982 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585525 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16983] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16983/stat : 16983 (java) S 16963 16965 13533 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830585525 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16984] ppid=16963 vsize=10548264 CPUtime=841.6 cores=1,3,5,7
/proc/16965/task/16984/stat : 16984 (java) R 16963 16965 13533 0 -1 4202560 4524 0 0 0 84160 0 0 0 25 0 22 0 830585719 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 46912506119860 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16965/tid=16985] ppid=16963 vsize=10548264 CPUtime=841.61 cores=1,3,5,7
/proc/16965/task/16985/stat : 16985 (java) R 16963 16965 13533 0 -1 4202560 526898 0 0 0 84103 58 0 0 25 0 22 0 830585719 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 46912506000082 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16965/tid=16986] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16986/stat : 16986 (java) S 16963 16965 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830585736 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16987] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16987/stat : 16987 (java) S 16963 16965 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830585737 10801422336 974201 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1730.18
Current children cumulated vsize (KiB) 10548264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+917.801 s]
/proc/loadavg: 4.00 3.97 3.79 5/524 17243
/proc/meminfo: memFree=19832860/32950928 swapFree=39617324/67111528
[pid=16965] ppid=16963 vsize=10548264 CPUtime=1800.2 cores=1,3,5,7
/proc/16965/stat : 16965 (java) S 16963 16965 13533 0 -1 4202496 979746 0 1 0 179901 119 0 0 25 0 22 0 830585518 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16965/statm: 2637066 974529 2264 9 0 2627800 0
[pid=16965/tid=16966] ppid=16963 vsize=10548264 CPUtime=2 cores=1,3,5,7
/proc/16965/task/16966/stat : 16966 (java) S 16963 16965 13533 0 -1 4202560 168345 0 1 0 178 22 0 0 15 0 22 0 830585519 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16968] ppid=16963 vsize=10548264 CPUtime=0.84 cores=1,3,5,7
/proc/16965/task/16968/stat : 16968 (java) S 16963 16965 13533 0 -1 4202560 25505 0 0 0 82 2 0 0 16 0 22 0 830585521 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16965/tid=16969] ppid=16963 vsize=10548264 CPUtime=0.64 cores=1,3,5,7
/proc/16965/task/16969/stat : 16969 (java) S 16963 16965 13533 0 -1 4202560 10569 0 0 0 63 1 0 0 15 0 22 0 830585521 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16965/tid=16970] ppid=16963 vsize=10548264 CPUtime=0.85 cores=1,3,5,7
/proc/16965/task/16970/stat : 16970 (java) S 16963 16965 13533 0 -1 4202560 20491 0 0 0 82 3 0 0 16 0 22 0 830585521 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16965/tid=16971] ppid=16963 vsize=10548264 CPUtime=0.58 cores=1,3,5,7
/proc/16965/task/16971/stat : 16971 (java) S 16963 16965 13533 0 -1 4202560 13386 0 0 0 57 1 0 0 15 0 22 0 830585521 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16972] ppid=16963 vsize=10548264 CPUtime=0.85 cores=1,3,5,7
/proc/16965/task/16972/stat : 16972 (java) S 16963 16965 13533 0 -1 4202560 20354 0 0 0 83 2 0 0 15 0 22 0 830585521 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16965/tid=16973] ppid=16963 vsize=10548264 CPUtime=0.83 cores=1,3,5,7
/proc/16965/task/16973/stat : 16973 (java) S 16963 16965 13533 0 -1 4202560 18648 0 0 0 81 2 0 0 16 0 22 0 830585521 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16974] ppid=16963 vsize=10548264 CPUtime=0.76 cores=1,3,5,7
/proc/16965/task/16974/stat : 16974 (java) S 16963 16965 13533 0 -1 4202560 25225 0 0 0 72 4 0 0 16 0 22 0 830585521 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16975] ppid=16963 vsize=10548264 CPUtime=0.91 cores=1,3,5,7
/proc/16965/task/16975/stat : 16975 (java) S 16963 16965 13533 0 -1 4202560 34860 0 0 0 87 4 0 0 16 0 22 0 830585521 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16976] ppid=16963 vsize=10548264 CPUtime=37.76 cores=1,3,5,7
/proc/16965/task/16976/stat : 16976 (java) S 16963 16965 13533 0 -1 4202560 102414 0 0 0 3764 12 0 0 15 0 22 0 830585522 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 0 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16965/tid=16977] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16977/stat : 16977 (java) S 16963 16965 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830585522 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16978] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16978/stat : 16978 (java) S 16963 16965 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830585522 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16979] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16979/stat : 16979 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585525 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092055985 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16980] ppid=16963 vsize=10548264 CPUtime=1.03 cores=1,3,5,7
/proc/16965/task/16980/stat : 16980 (java) S 16963 16965 13533 0 -1 4202560 3557 0 0 0 103 0 0 0 15 0 22 0 830585525 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16981] ppid=16963 vsize=10548264 CPUtime=0.92 cores=1,3,5,7
/proc/16965/task/16981/stat : 16981 (java) S 16963 16965 13533 0 -1 4202560 3754 0 0 0 92 0 0 0 16 0 22 0 830585525 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16965/tid=16982] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16982/stat : 16982 (java) S 16963 16965 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830585525 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16983] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16983/stat : 16983 (java) S 16963 16965 13533 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830585525 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16965/tid=16984] ppid=16963 vsize=10548264 CPUtime=876.04 cores=1,3,5,7
/proc/16965/task/16984/stat : 16984 (java) R 16963 16965 13533 0 -1 4202560 4529 0 0 0 87604 0 0 0 25 0 22 0 830585719 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 46912505973343 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16965/tid=16985] ppid=16963 vsize=10548264 CPUtime=876.04 cores=1,3,5,7
/proc/16965/task/16985/stat : 16985 (java) R 16963 16965 13533 0 -1 4202560 526899 0 0 0 87546 58 0 0 25 0 22 0 830585719 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 46912506003878 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16965/tid=16986] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16986/stat : 16986 (java) S 16963 16965 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830585736 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16965/tid=16987] ppid=16963 vsize=10548264 CPUtime=0 cores=1,3,5,7
/proc/16965/task/16987/stat : 16987 (java) S 16963 16965 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830585737 10801422336 974529 33554432000 1073741824 1073778376 140733790370672 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 10548264

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

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

[startup+917.925 s]
/proc/loadavg: 4.00 3.97 3.79 5/524 17243
/proc/meminfo: memFree=19832860/32950928 swapFree=39617324/67111528
[pid=16965] ppid=16963 vsize=0 CPUtime=1800.34 cores=1,3,5,7
/proc/16965/stat : 16965 (java) Z 16963 16965 13533 0 -1 4203548 979780 0 1 0 179906 128 0 0 17 0 2 0 830585518 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16965/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 917.989
CPU time (s): 1800.42
CPU user time (s): 1799.07
CPU system time (s): 1.34879
CPU usage (%): 196.126
Max. virtual memory (cumulated for all children) (KiB): 10552972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.34879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 979780
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= 25055
involuntary context switches= 24073

runsolver used 4.6043 second user time and 10.4804 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 14:17:39
IDJOB=3454560
IDBENCH=2281
IDSOLVER=1950
FILE ID=node127/3454560-1307189858
RUNJOBID= node127-1307187918-15913
PBS_JOBID= 13508856
Free space on /tmp= 73936 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3702.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454560-1307189858/watcher-3454560-1307189858 -o /tmp/evaluation-result-3454560-1307189858/solver-3454560-1307189858 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454560-1307189858.opb

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

MD5SUM BENCH= d696f4100af4494c851a4f1a4044ecb8
RANDOM SEED=1024160206

node127.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.823
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.64
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.823
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.823
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.74
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.823
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.86
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.823
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.75
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.823
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.75
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.823
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.60
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.823
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:     32950928 kB
MemFree:      24328656 kB
Buffers:        331732 kB
Cached:         939368 kB
SwapCached:      59160 kB
Active:        6330324 kB
Inactive:      1997044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24328656 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:            8968 kB
Writeback:           0 kB
AnonPages:     7004024 kB
Mapped:          30328 kB
Slab:           124152 kB
PageTables:     101284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130112904 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73940 MiB
End job on node127 at 2011-06-04 14:32:58