Trace number 3732656

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-5.opb
MD5SUM0973e03eb27089eff6bc20e630a3ba01
Bench CategoryOPT-SMALLINT (optimisation, small 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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13501
Number of constraints which are clauses13501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/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.32-71.29.1.el6.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		9996466904
0.10/0.10	c Max memory 		10048897024
0.10/0.10	c Total memory 		10048897024
0.10/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3732656-1338685899.opb
0.10/0.12	c reading problem ... 
0.73/0.45	c ... done. Wall clock time 0.327s.
0.73/0.45	c #vars     6352
0.73/0.45	c #constraints  13376
0.73/0.45	c constraints type 
0.73/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7092
0.73/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6002
0.73/0.45	c constraints type 
0.73/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6002
0.73/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7092
9.55/4.57	c cleaning 2500 clauses out of 5001 with flag 5001/5001
19.64/9.45	c cleaning 4250 clauses out of 8501 with flag 11001/11001
23.62/11.42	c cleaning 0 clauses out of 5001 with flag 0/5001
31.61/15.38	c cleaning 5624 clauses out of 11250 with flag 18000/18000
45.64/22.22	c cleaning 6813 clauses out of 13626 with flag 26000/26000
51.07/24.99	c cleaning 0 clauses out of 11001 with flag 0/11001
60.83/29.88	c cleaning 7906 clauses out of 15813 with flag 35000/35000
78.02/38.43	c cleaning 8953 clauses out of 17909 with flag 45002/45002
83.15/41.04	c cleaning 0 clauses out of 18001 with flag 0/18001
96.92/47.97	c cleaning 9976 clauses out of 19954 with flag 56000/56000
118.49/58.74	c cleaning 0 clauses out of 26001 with flag 0/26001
118.64/58.82	c cleaning 10990 clauses out of 21979 with flag 68001/68001
141.40/70.28	c cleaning 11992 clauses out of 23988 with flag 81000/81000
158.95/79.09	c cleaning 0 clauses out of 35001 with flag 0/35001
166.31/82.73	c cleaning 12996 clauses out of 25997 with flag 95001/95001
191.26/95.25	c cleaning 13500 clauses out of 27000 with flag 109000/109000
205.59/102.42	c cleaning 0 clauses out of 45000 with flag 0/45000
214.94/107.17	c cleaning 13749 clauses out of 27501 with flag 123001/123001
237.49/118.47	c cleaning 13876 clauses out of 27752 with flag 137001/137001
253.66/126.51	c cleaning 13938 clauses out of 27876 with flag 151001/151001
258.38/128.96	c cleaning 0 clauses out of 56001 with flag 0/56001
270.13/134.89	c cleaning 13967 clauses out of 27936 with flag 165000/165000
287.28/143.47	c cleaning 13985 clauses out of 27969 with flag 179000/179000
304.83/152.21	c cleaning 13990 clauses out of 27984 with flag 193000/193000
318.17/158.94	c cleaning 0 clauses out of 68001 with flag 0/68001
322.92/161.38	c cleaning 13994 clauses out of 27994 with flag 207000/207000
338.87/169.40	c cleaning 14001 clauses out of 28001 with flag 221001/221001
353.40/176.62	c cleaning 14000 clauses out of 28001 with flag 235002/235002
368.13/184.08	c cleaning 13998 clauses out of 28000 with flag 249001/249001
383.67/191.80	c cleaning 13999 clauses out of 28002 with flag 263001/263001
384.02/192.02	c cleaning 0 clauses out of 81001 with flag 0/81001
399.35/199.78	c cleaning 14001 clauses out of 28004 with flag 277002/277002
416.08/208.11	c cleaning 14000 clauses out of 28002 with flag 291001/291001
433.22/216.77	c cleaning 13995 clauses out of 28001 with flag 305000/305000
450.95/225.61	c cleaning 14005 clauses out of 28009 with flag 319003/319003
453.69/227.04	c cleaning 0 clauses out of 95000 with flag 0/95000
468.80/234.64	c cleaning 13996 clauses out of 28002 with flag 333001/333001
487.14/243.86	c cleaning 13999 clauses out of 28005 with flag 347000/347000
505.87/253.22	c cleaning 13999 clauses out of 28006 with flag 361000/361000
508.61/254.60	c cleaning 0 clauses out of 109003 with flag 0/109003
525.33/263.00	c cleaning 13999 clauses out of 28007 with flag 375000/375000
545.07/272.93	c cleaning 13998 clauses out of 28008 with flag 389000/389000
556.19/278.59	c cleaning 0 clauses out of 123002 with flag 0/123002
564.72/282.82	c cleaning 14005 clauses out of 28011 with flag 403001/403001
585.02/293.01	c cleaning 13998 clauses out of 28005 with flag 417000/417000
605.74/303.42	c cleaning 13999 clauses out of 28007 with flag 431000/431000
606.09/303.67	c cleaning 0 clauses out of 137000 with flag 0/137000
626.79/314.07	c cleaning 14000 clauses out of 28011 with flag 445003/445003
648.30/324.82	c cleaning 14003 clauses out of 28011 with flag 459003/459003
658.02/329.74	c cleaning 0 clauses out of 151000 with flag 0/151000
669.94/335.78	c cleaning 13998 clauses out of 28005 with flag 473000/473000
692.05/346.88	c cleaning 13997 clauses out of 28008 with flag 487001/487001
710.33/356.02	c cleaning 0 clauses out of 165001 with flag 0/165001
714.67/358.27	c cleaning 14000 clauses out of 28011 with flag 501001/501001
737.58/369.75	c cleaning 14004 clauses out of 28011 with flag 515001/515001
760.90/381.49	c cleaning 13992 clauses out of 28006 with flag 529000/529000
762.19/382.11	c cleaning 0 clauses out of 179000 with flag 0/179000
784.49/393.34	c cleaning 14000 clauses out of 28014 with flag 543000/543000
808.40/405.33	c cleaning 14002 clauses out of 28015 with flag 557001/557001
813.93/408.17	c cleaning 0 clauses out of 193000 with flag 0/193000
832.78/417.60	c cleaning 14004 clauses out of 28013 with flag 571001/571001
857.70/430.16	c cleaning 13993 clauses out of 28008 with flag 585000/585000
866.00/434.34	c cleaning 0 clauses out of 207002 with flag 0/207002
883.10/442.91	c cleaning 14000 clauses out of 28016 with flag 599001/599001
908.37/455.66	c cleaning 14000 clauses out of 28015 with flag 613000/613000
917.47/460.21	c cleaning 0 clauses out of 221001 with flag 0/221001
933.57/468.37	c cleaning 13999 clauses out of 28016 with flag 627001/627001
959.26/481.26	c cleaning 13998 clauses out of 28017 with flag 641001/641001
968.29/485.81	c cleaning 0 clauses out of 235002 with flag 0/235002
985.18/494.31	c cleaning 14003 clauses out of 28019 with flag 655001/655001
1011.48/507.52	c cleaning 13998 clauses out of 28016 with flag 669001/669001
1023.59/513.65	c cleaning 0 clauses out of 249001 with flag 0/249001
1037.61/520.76	c cleaning 13998 clauses out of 28017 with flag 683000/683000
1063.51/533.79	c cleaning 14005 clauses out of 28020 with flag 697001/697001
1078.02/541.07	c cleaning 0 clauses out of 263000 with flag 0/263000
1090.10/547.17	c cleaning 13998 clauses out of 28015 with flag 711001/711001
1116.75/560.53	c cleaning 14003 clauses out of 28017 with flag 725001/725001
1132.03/568.20	c cleaning 0 clauses out of 277001 with flag 0/277001
1143.10/573.82	c cleaning 14005 clauses out of 28017 with flag 739004/739004
1170.20/587.41	c cleaning 13998 clauses out of 28008 with flag 753000/753000
1184.82/594.83	c cleaning 0 clauses out of 291000 with flag 0/291000
1197.09/601.00	c cleaning 13998 clauses out of 28011 with flag 767001/767001
1224.16/614.63	c cleaning 13996 clauses out of 28013 with flag 781001/781001
1243.63/624.44	c cleaning 0 clauses out of 305001 with flag 0/305001
1251.43/628.45	c cleaning 14002 clauses out of 28017 with flag 795001/795001
1279.51/642.51	c cleaning 14001 clauses out of 28016 with flag 809002/809002
1302.19/653.98	c cleaning 0 clauses out of 319000 with flag 0/319000
1307.06/656.43	c cleaning 14001 clauses out of 28013 with flag 823000/823000
1334.88/670.48	c cleaning 13997 clauses out of 28013 with flag 837001/837001
1358.93/682.58	c cleaning 0 clauses out of 333000 with flag 0/333000
1362.58/684.50	c cleaning 13998 clauses out of 28015 with flag 851000/851000
1390.65/698.55	c cleaning 14004 clauses out of 28018 with flag 865001/865001
1416.22/711.47	c cleaning 0 clauses out of 347000 with flag 0/347000
1418.47/712.60	c cleaning 13997 clauses out of 28013 with flag 879000/879000
1446.13/726.59	c cleaning 13997 clauses out of 28016 with flag 893000/893000
1474.19/740.66	c cleaning 14001 clauses out of 28019 with flag 907000/907000
1475.39/741.40	c cleaning 0 clauses out of 361001 with flag 0/361001
1502.43/754.90	c cleaning 14006 clauses out of 28019 with flag 921001/921001
1530.09/768.81	c cleaning 14000 clauses out of 28013 with flag 935001/935001
1536.12/771.98	c cleaning 0 clauses out of 375001 with flag 0/375001
1558.09/783.02	c cleaning 14000 clauses out of 28013 with flag 949001/949001
1585.73/796.91	c cleaning 13997 clauses out of 28012 with flag 963000/963000
1596.96/802.67	c cleaning 0 clauses out of 389001 with flag 0/389001
1613.79/811.20	c cleaning 14000 clauses out of 28016 with flag 977001/977001
1641.97/825.38	c cleaning 14001 clauses out of 28015 with flag 991000/991000
1665.00/836.93	c cleaning 0 clauses out of 403000 with flag 0/403000
1670.42/839.73	c cleaning 14001 clauses out of 28016 with flag 1005002/1005002
1698.66/853.98	c cleaning 14000 clauses out of 28015 with flag 1019002/1019002
1727.03/868.27	c cleaning 14001 clauses out of 28014 with flag 1033001/1033001
1729.24/869.47	c cleaning 0 clauses out of 417001 with flag 0/417001
1754.85/882.38	c cleaning 13999 clauses out of 28013 with flag 1047001/1047001
1781.86/895.92	c cleaning 14000 clauses out of 28013 with flag 1061000/1061000
1788.20/899.23	c cleaning 0 clauses out of 431000 with flag 0/431000
1800.03/905.22	c starts		: 188
1800.03/905.22	c conflicts		: 1070088
1800.03/905.22	c decisions		: 1182101
1800.03/905.22	c propagations		: 1475113055
1800.03/905.22	c inspects		: 9716845923
1800.03/905.22	c shortcuts		: 0
1800.03/905.22	c learnt literals	: 1
1800.03/905.22	c learnt binary clauses	: 50
1800.03/905.22	c learnt ternary clauses	: 61
1800.03/905.22	c learnt constraints	: 1070087
1800.03/905.22	c ignored constraints	: 0
1800.03/905.22	c root simplifications	: 0
1800.03/905.22	c removed literals (reason simplification)	: 12551504
1800.03/905.22	c reason swapping (by a shorter reason)	: 0
1800.03/905.22	c Calls to reduceDB	: 79
1800.03/905.22	c number of reductions to clauses (during analyze)	: 0
1800.03/905.22	c number of learned constraints concerned by reduction	: 0
1800.03/905.22	c number of learning phase by resolution	: 0
1800.03/905.22	c number of learning phase by cutting planes	: 0
1800.03/905.22	c speed (assignments/second)	: 1630382.741374832
1800.03/905.22	c non guided choices	0
1800.03/905.23	c learnt constraints type 
1800.03/905.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 50
1800.03/905.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23058
1800.03/905.23	c constraints type 
1800.03/905.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7092
1800.03/905.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6002
1800.03/905.23	c constraints type 
1800.03/905.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6002
1800.03/905.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7092
1800.03/905.23	s UNKNOWN
1800.03/905.23	c Total wall clock time (in seconds): 905.108

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3732656-1338685899/watcher-3732656-1338685899 -o /tmp/evaluation-result-3732656-1338685899/solver-3732656-1338685899 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3732656-1338685899.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.36 3.51 3.60 3/200 29701
/proc/meminfo: memFree=27204796/32873844 swapFree=7112/7112
[pid=29701] ppid=29699 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/29701/stat : 29701 (java) S 29699 29701 27163 0 -1 4202496 1144 0 0 0 0 0 0 0 20 0 2 0 334715214 24780800 866 33554432000 1073741824 1073778376 140735136108576 140735136099712 273592385597 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29701/statm: 22434 869 657 9 0 16769 0
[pid=29701/tid=29702] ppid=29699 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29702/stat : 29702 (java) R 29699 29701 27163 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 2 0 334715214 91889664 885 33554432000 1073741824 1073778376 140735136108576 140735136097640 273589068682 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0904159 s]
/proc/loadavg: 3.36 3.51 3.60 3/200 29701
/proc/meminfo: memFree=27204796/32873844 swapFree=7112/7112
[pid=29701] ppid=29699 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/29701/stat : 29701 (java) S 29699 29701 27163 0 -1 4202496 4012 0 1 0 6 2 0 0 20 0 18 0 334715214 11864465408 12376 33554432000 1073741824 1073778376 140735136108576 140735136099712 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29701/statm: 2896598 12376 1779 9 0 2887285 0
[pid=29701/tid=29702] ppid=29699 vsize=11586392 CPUtime=0.06 cores=1,3,5,7
/proc/29701/task/29702/stat : 29702 (java) R 29699 29701 27163 0 -1 4202560 2805 0 1 0 5 1 0 0 20 0 18 0 334715214 11864465408 12376 33554432000 1073741824 1073778376 140735136108576 140257870252704 273592411405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.10028 s]
/proc/loadavg: 3.36 3.51 3.60 3/200 29701
/proc/meminfo: memFree=27204796/32873844 swapFree=7112/7112
[pid=29701] ppid=29699 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/29701/stat : 29701 (java) S 29699 29701 27163 0 -1 4202496 4733 0 1 0 8 2 0 0 20 0 18 0 334715214 11864465408 13091 33554432000 1073741824 1073778376 140735136108576 140735136099712 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29701/statm: 2896598 13091 2087 9 0 2887285 0
[pid=29701/tid=29702] ppid=29699 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/29701/task/29702/stat : 29702 (java) R 29699 29701 27163 0 -1 4202560 2834 0 1 0 6 1 0 0 20 0 18 0 334715214 11864465408 13091 33554432000 1073741824 1073778376 140735136108576 140257870248880 273592411405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300226 s]
/proc/loadavg: 3.36 3.51 3.60 3/200 29701
/proc/meminfo: memFree=27204796/32873844 swapFree=7112/7112
[pid=29701] ppid=29699 vsize=11586392 CPUtime=0.48 cores=1,3,5,7
/proc/29701/stat : 29701 (java) S 29699 29701 27163 0 -1 4202496 6014 0 1 0 45 3 0 0 20 0 18 0 334715214 11864465408 16026 33554432000 1073741824 1073778376 140735136108576 140735136099712 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29701/statm: 2896598 16026 2224 9 0 2887285 0
[pid=29701/tid=29702] ppid=29699 vsize=11586392 CPUtime=0.27 cores=1,3,5,7
/proc/29701/task/29702/stat : 29702 (java) R 29699 29701 27163 0 -1 4202560 2913 0 1 0 25 2 0 0 20 0 18 0 334715214 11864465408 16026 33554432000 1073741824 1073778376 140735136108576 140257870248880 140257742845685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 11586392

[startup+0.700248 s]
/proc/loadavg: 3.36 3.51 3.60 3/200 29701
/proc/meminfo: memFree=27204796/32873844 swapFree=7112/7112
[pid=29701] ppid=29699 vsize=11852648 CPUtime=1.81 cores=1,3,5,7
/proc/29701/stat : 29701 (java) S 29699 29701 27163 0 -1 4202496 10362 0 1 0 177 4 0 0 20 0 22 0 334715214 12137111552 28970 33554432000 1073741824 1073778376 140735136108576 140735136099712 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29701/statm: 2963162 28970 2262 9 0 2953849 0
[pid=29701/tid=29702] ppid=29699 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/29701/task/29702/stat : 29702 (java) S 29699 29701 27163 0 -1 4202560 2939 0 1 0 40 3 0 0 20 0 22 0 334715214 12137111552 28970 33554432000 1073741824 1073778376 140735136108576 140257870251160 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 11852648

[startup+1.50085 s]
/proc/loadavg: 3.36 3.51 3.60 6/222 29723
/proc/meminfo: memFree=27040240/32873844 swapFree=7112/7112
[pid=29701] ppid=29699 vsize=11852648 CPUtime=3.52 cores=1,3,5,7
/proc/29701/stat : 29701 (java) S 29699 29701 27163 0 -1 4202496 10541 0 1 0 345 7 0 0 20 0 22 0 334715214 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140735136099712 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29701/statm: 2963162 67387 2263 9 0 2953849 0
[pid=29701/tid=29702] ppid=29699 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/29701/task/29702/stat : 29702 (java) S 29699 29701 27163 0 -1 4202560 2939 0 1 0 40 3 0 0 20 0 22 0 334715214 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257870251160 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29704] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29704/stat : 29704 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257707465128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29705] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29705/stat : 29705 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257706412584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29706] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29706/stat : 29706 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257705359528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29707] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29707/stat : 29707 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257704306984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29708] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29708/stat : 29708 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257703254952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29709] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29709/stat : 29709 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257702202408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29710] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29710/stat : 29710 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257701149352 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29711] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29711/stat : 29711 (java) S 29699 29701 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257700096808 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29712] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29712/stat : 29712 (java) S 29699 29701 27163 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334715218 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257687685480 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29713] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29713/stat : 29713 (java) S 29699 29701 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334715218 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257686631800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29714] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29714/stat : 29714 (java) S 29699 29701 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334715218 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257685578632 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29715] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29715/stat : 29715 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715221 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257684527376 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29716] ppid=29699 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/29701/task/29716/stat : 29716 (java) S 29699 29701 27163 0 -1 4202560 3513 0 0 0 47 0 0 0 20 0 22 0 334715221 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257683475256 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29717] ppid=29699 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/29701/task/29717/stat : 29717 (java) S 29699 29701 27163 0 -1 4202560 2712 0 0 0 49 0 0 0 20 0 22 0 334715221 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257682422712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29718] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29718/stat : 29718 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715221 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257681369848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29719] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29719/stat : 29719 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715221 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257680317512 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29720] ppid=29699 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/29701/task/29720/stat : 29720 (java) R 29699 29701 27163 0 -1 4202560 25 0 0 0 103 0 0 0 20 0 22 0 334715259 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257679260232 140257743438719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29721] ppid=29699 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/29701/task/29721/stat : 29721 (java) R 29699 29701 27163 0 -1 4202560 153 0 0 0 100 3 0 0 20 0 22 0 334715259 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257678207512 140257743605624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29722] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29722/stat : 29722 (java) S 29699 29701 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334715263 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257677157160 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29723] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29723/stat : 29723 (java) S 29699 29701 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334715263 12137111552 67387 33554432000 1073741824 1073778376 140735136108576 140257676104616 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 11852648

[startup+3.10085 s]
/proc/loadavg: 3.36 3.51 3.60 8/222 29723
/proc/meminfo: memFree=26830724/32873844 swapFree=7112/7112
[pid=29701] ppid=29699 vsize=11852648 CPUtime=6.72 cores=1,3,5,7
/proc/29701/stat : 29701 (java) S 29699 29701 27163 0 -1 4202496 10689 0 1 0 658 14 0 0 20 0 22 0 334715214 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140735136099712 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29701/statm: 2963162 142651 2263 9 0 2953849 0
[pid=29701/tid=29702] ppid=29699 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/29701/task/29702/stat : 29702 (java) S 29699 29701 27163 0 -1 4202560 2939 0 1 0 40 3 0 0 20 0 22 0 334715214 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257870251160 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29704] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29704/stat : 29704 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257707465128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29705] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29705/stat : 29705 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257706412584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29706] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29706/stat : 29706 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257705359528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29707] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29707/stat : 29707 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257704306984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29708] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29708/stat : 29708 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257703254952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29709] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29709/stat : 29709 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257702202408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29710] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29710/stat : 29710 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257701149352 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29711] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29711/stat : 29711 (java) S 29699 29701 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257700096808 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29712] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29712/stat : 29712 (java) S 29699 29701 27163 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334715218 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257687685480 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29713] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29713/stat : 29713 (java) S 29699 29701 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334715218 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257686631800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29714] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29714/stat : 29714 (java) S 29699 29701 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334715218 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257685578632 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29715] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29715/stat : 29715 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715221 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257684527376 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29716] ppid=29699 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/29701/task/29716/stat : 29716 (java) S 29699 29701 27163 0 -1 4202560 3513 0 0 0 47 0 0 0 20 0 22 0 334715221 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257683475256 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29717] ppid=29699 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/29701/task/29717/stat : 29717 (java) S 29699 29701 27163 0 -1 4202560 2712 0 0 0 49 0 0 0 20 0 22 0 334715221 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257682422712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29718] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29718/stat : 29718 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715221 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257681369848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29719] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29719/stat : 29719 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715221 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257680317512 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29720] ppid=29699 vsize=11852648 CPUtime=2.62 cores=1,3,5,7
/proc/29701/task/29720/stat : 29720 (java) R 29699 29701 27163 0 -1 4202560 27 0 0 0 262 0 0 0 20 0 22 0 334715259 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257679261992 140257743438567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29721] ppid=29699 vsize=11852648 CPUtime=2.62 cores=1,3,5,7
/proc/29701/task/29721/stat : 29721 (java) R 29699 29701 27163 0 -1 4202560 299 0 0 0 253 9 0 0 20 0 22 0 334715259 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257678207456 140257743580343 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29722] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29722/stat : 29722 (java) S 29699 29701 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334715263 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257677157160 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29723] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29723/stat : 29723 (java) S 29699 29701 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334715263 12137111552 142651 33554432000 1073741824 1073778376 140735136108576 140257676104616 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 11852648

[startup+6.30086 s]
/proc/loadavg: 3.33 3.51 3.59 5/222 29723
/proc/meminfo: memFree=26338476/32873844 swapFree=7112/7112
[pid=29701] ppid=29699 vsize=11852648 CPUtime=13.4 cores=1,3,5,7
/proc/29701/stat : 29701 (java) S 29699 29701 27163 0 -1 4202496 12952 0 1 0 1318 22 0 0 20 0 22 0 334715214 12137111552 218235 33554432000 1073741824 1073778376 140735136108576 140735136099712 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29701/statm: 2963162 218235 2289 9 0 2953849 0
[pid=29701/tid=29702] ppid=29699 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/29701/task/29702/stat : 29702 (java) S 29699 29701 27163 0 -1 4202560 2939 0 1 0 40 3 0 0 20 0 22 0 334715214 12137111552 218235 33554432000 1073741824 1073778376 140735136108576 140257870251160 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29704] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29704/stat : 29704 (java) S 29699 29701 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 218235 33554432000 1073741824 1073778376 140735136108576 140257707465128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29705] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29705/stat : 29705 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 218235 33554432000 1073741824 1073778376 140735136108576 140257706412584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29706] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29706/stat : 29706 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 218235 33554432000 1073741824 1073778376 140735136108576 140257705359528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29707] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29707/stat : 29707 (java) S 29699 29701 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 218235 33554432000 1073741824 1073778376 140735136108576 140257704306984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29708] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29708/stat : 29708 (java) S 29699 29701 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 218235 33554432000 1073741824 1073778376 140735136108576 140257703254952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29709] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29709/stat : 29709 (java) S 29699 29701 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 218235 33554432000 1073741824 1073778376 140735136108576 140257702202408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29710] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29710/stat : 29710 (java) S 29699 29701 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 218235 33554432000 1073741824 1073778376 140735136108576 140257701149352 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29711] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29711/stat : 29711 (java) S 29699 29701 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334715216 12137111552 218235 33554432000 1073741824 1073778376 140735136108576 140257700096808 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/29701/statm: 2963162 668073 2290 9 0 2953849 0
[pid=29701/tid=29702] ppid=29699 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/29701/task/29702/stat : 29702 (java) S 29699 29701 27163 0 -1 4202560 2961 0 1 0 43 5 0 0 20 0 22 0 334715214 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257870251160 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29704] ppid=29699 vsize=11852648 CPUtime=0.23 cores=1,3,5,7
/proc/29701/task/29704/stat : 29704 (java) S 29699 29701 27163 0 -1 4202560 29 0 0 0 23 0 0 0 20 0 22 0 334715216 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257707465128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29705] ppid=29699 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/29701/task/29705/stat : 29705 (java) S 29699 29701 27163 0 -1 4202560 27 0 0 0 24 0 0 0 20 0 22 0 334715216 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257706412584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29706] ppid=29699 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/29701/task/29706/stat : 29706 (java) S 29699 29701 27163 0 -1 4202560 43 0 0 0 25 0 0 0 20 0 22 0 334715216 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257705359528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29707] ppid=29699 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/29701/task/29707/stat : 29707 (java) S 29699 29701 27163 0 -1 4202560 61 0 0 0 25 0 0 0 20 0 22 0 334715216 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257704306984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29708] ppid=29699 vsize=11852648 CPUtime=0.26 cores=1,3,5,7
/proc/29701/task/29708/stat : 29708 (java) S 29699 29701 27163 0 -1 4202560 37 0 0 0 26 0 0 0 20 0 22 0 334715216 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257703254952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29709] ppid=29699 vsize=11852648 CPUtime=0.26 cores=1,3,5,7
/proc/29701/task/29709/stat : 29709 (java) S 29699 29701 27163 0 -1 4202560 45 0 0 0 26 0 0 0 20 0 22 0 334715216 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257702202408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29710] ppid=29699 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/29701/task/29710/stat : 29710 (java) S 29699 29701 27163 0 -1 4202560 33 0 0 0 24 0 0 0 20 0 22 0 334715216 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257701149352 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29711] ppid=29699 vsize=11852648 CPUtime=0.23 cores=1,3,5,7
/proc/29701/task/29711/stat : 29711 (java) S 29699 29701 27163 0 -1 4202560 19 0 0 0 23 0 0 0 20 0 22 0 334715216 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257700096808 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29712] ppid=29699 vsize=11852648 CPUtime=10.87 cores=1,3,5,7
/proc/29701/task/29712/stat : 29712 (java) S 29699 29701 27163 0 -1 4202560 194 0 0 0 1081 6 0 0 20 0 22 0 334715218 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257687685480 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29713] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29713/stat : 29713 (java) S 29699 29701 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334715218 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257686631800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29714] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29714/stat : 29714 (java) S 29699 29701 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334715218 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257685578632 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29715] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29715/stat : 29715 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715221 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257684527376 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29716] ppid=29699 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/29701/task/29716/stat : 29716 (java) S 29699 29701 27163 0 -1 4202560 4485 0 0 0 70 0 0 0 20 0 22 0 334715221 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257683475256 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29717] ppid=29699 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/29701/task/29717/stat : 29717 (java) S 29699 29701 27163 0 -1 4202560 9815 0 0 0 124 2 0 0 20 0 22 0 334715221 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257682422712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29718] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29718/stat : 29718 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715221 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257681369848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29719] ppid=29699 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/29701/task/29719/stat : 29719 (java) S 29699 29701 27163 0 -1 4202560 47 0 0 0 21 20 0 0 20 0 22 0 334715221 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257680317512 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29720] ppid=29699 vsize=11852648 CPUtime=808.04 cores=1,3,5,7
/proc/29701/task/29720/stat : 29720 (java) R 29699 29701 27163 0 -1 4202560 73 0 0 0 80791 13 0 0 20 0 22 0 334715259 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257679262032 140257743445076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29721] ppid=29699 vsize=11852648 CPUtime=807.98 cores=1,3,5,7
/proc/29701/task/29721/stat : 29721 (java) R 29699 29701 27163 0 -1 4202560 1269 0 0 0 80744 54 0 0 20 0 22 0 334715259 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257678207696 140257743524151 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29722] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29722/stat : 29722 (java) S 29699 29701 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334715263 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257677157160 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29723] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29723/stat : 29723 (java) S 29699 29701 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334715263 12137111552 668073 33554432000 1073741824 1073778376 140735136108576 140257676104616 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1635.97
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.94 3.79 3.65 5/222 29821
/proc/meminfo: memFree=24921424/32873844 swapFree=7112/7112
[pid=29701] ppid=29699 vsize=11852648 CPUtime=1754.85 cores=1,3,5,7
/proc/29701/stat : 29701 (java) S 29699 29701 27163 0 -1 4202496 20345 0 1 0 175396 89 0 0 20 0 22 0 334715214 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140735136099712 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29701/statm: 2963162 671657 2290 9 0 2953849 0
[pid=29701/tid=29702] ppid=29699 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/29701/task/29702/stat : 29702 (java) S 29699 29701 27163 0 -1 4202560 2963 0 1 0 44 5 0 0 20 0 22 0 334715214 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257870251160 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29704] ppid=29699 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/29701/task/29704/stat : 29704 (java) S 29699 29701 27163 0 -1 4202560 29 0 0 0 24 0 0 0 20 0 22 0 334715216 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257707465128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29705] ppid=29699 vsize=11852648 CPUtime=0.26 cores=1,3,5,7
/proc/29701/task/29705/stat : 29705 (java) S 29699 29701 27163 0 -1 4202560 27 0 0 0 26 0 0 0 20 0 22 0 334715216 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257706412584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29706] ppid=29699 vsize=11852648 CPUtime=0.27 cores=1,3,5,7
/proc/29701/task/29706/stat : 29706 (java) S 29699 29701 27163 0 -1 4202560 43 0 0 0 27 0 0 0 20 0 22 0 334715216 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257705359528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29707] ppid=29699 vsize=11852648 CPUtime=0.29 cores=1,3,5,7
/proc/29701/task/29707/stat : 29707 (java) S 29699 29701 27163 0 -1 4202560 61 0 0 0 29 0 0 0 20 0 22 0 334715216 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257704306984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29708] ppid=29699 vsize=11852648 CPUtime=0.27 cores=1,3,5,7
/proc/29701/task/29708/stat : 29708 (java) S 29699 29701 27163 0 -1 4202560 37 0 0 0 27 0 0 0 20 0 22 0 334715216 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257703254952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29709] ppid=29699 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/29701/task/29709/stat : 29709 (java) S 29699 29701 27163 0 -1 4202560 45 0 0 0 28 0 0 0 20 0 22 0 334715216 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257702202408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29710] ppid=29699 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/29701/task/29710/stat : 29710 (java) S 29699 29701 27163 0 -1 4202560 33 0 0 0 28 0 0 0 20 0 22 0 334715216 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257701149352 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29711] ppid=29699 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/29701/task/29711/stat : 29711 (java) S 29699 29701 27163 0 -1 4202560 19 0 0 0 25 0 0 0 20 0 22 0 334715216 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257700096808 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29712] ppid=29699 vsize=11852648 CPUtime=12.09 cores=1,3,5,7
/proc/29701/task/29712/stat : 29712 (java) S 29699 29701 27163 0 -1 4202560 205 0 0 0 1203 6 0 0 20 0 22 0 334715218 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257687685480 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29713] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29713/stat : 29713 (java) S 29699 29701 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334715218 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257686631800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29714] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29714/stat : 29714 (java) S 29699 29701 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334715218 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257685578632 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29715] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29715/stat : 29715 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715221 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257684527376 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29716] ppid=29699 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/29701/task/29716/stat : 29716 (java) S 29699 29701 27163 0 -1 4202560 4485 0 0 0 70 0 0 0 20 0 22 0 334715221 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257683475256 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29717] ppid=29699 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/29701/task/29717/stat : 29717 (java) S 29699 29701 27163 0 -1 4202560 9815 0 0 0 124 2 0 0 20 0 22 0 334715221 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257682422712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29718] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29718/stat : 29718 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715221 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257681369848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29719] ppid=29699 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/29701/task/29719/stat : 29719 (java) S 29699 29701 27163 0 -1 4202560 51 0 0 0 22 22 0 0 20 0 22 0 334715221 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257680317512 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29720] ppid=29699 vsize=11852648 CPUtime=866.61 cores=1,3,5,7
/proc/29701/task/29720/stat : 29720 (java) R 29699 29701 27163 0 -1 4202560 77 0 0 0 86647 14 0 0 20 0 22 0 334715259 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257679262352 140257743438557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29721] ppid=29699 vsize=11852648 CPUtime=866.56 cores=1,3,5,7
/proc/29701/task/29721/stat : 29721 (java) R 29699 29701 27163 0 -1 4202560 1269 0 0 0 86601 55 0 0 20 0 22 0 334715259 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257678209488 140257743523983 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29722] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29722/stat : 29722 (java) S 29699 29701 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334715263 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257677157160 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29723] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29723/stat : 29723 (java) S 29699 29701 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334715263 12137111552 671657 33554432000 1073741824 1073778376 140735136108576 140257676104616 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1754.85
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.201 s]
/proc/loadavg: 3.88 3.79 3.65 5/222 29821
/proc/meminfo: memFree=24913232/32873844 swapFree=7112/7112
[pid=29701] ppid=29699 vsize=11852648 CPUtime=1800.03 cores=1,3,5,7
/proc/29701/stat : 29701 (java) S 29699 29701 27163 0 -1 4202496 20357 0 1 0 179913 90 0 0 20 0 22 0 334715214 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140735136099712 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29701/statm: 2963162 673197 2290 9 0 2953849 0
[pid=29701/tid=29702] ppid=29699 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/29701/task/29702/stat : 29702 (java) S 29699 29701 27163 0 -1 4202560 2964 0 1 0 44 5 0 0 20 0 22 0 334715214 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257870251160 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29704] ppid=29699 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/29701/task/29704/stat : 29704 (java) S 29699 29701 27163 0 -1 4202560 29 0 0 0 25 0 0 0 20 0 22 0 334715216 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257707465128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29705] ppid=29699 vsize=11852648 CPUtime=0.27 cores=1,3,5,7
/proc/29701/task/29705/stat : 29705 (java) S 29699 29701 27163 0 -1 4202560 27 0 0 0 27 0 0 0 20 0 22 0 334715216 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257706412584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29706] ppid=29699 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/29701/task/29706/stat : 29706 (java) S 29699 29701 27163 0 -1 4202560 43 0 0 0 28 0 0 0 20 0 22 0 334715216 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257705359528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29707] ppid=29699 vsize=11852648 CPUtime=0.29 cores=1,3,5,7
/proc/29701/task/29707/stat : 29707 (java) S 29699 29701 27163 0 -1 4202560 65 0 0 0 29 0 0 0 20 0 22 0 334715216 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257704306984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29708] ppid=29699 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/29701/task/29708/stat : 29708 (java) S 29699 29701 27163 0 -1 4202560 37 0 0 0 28 0 0 0 20 0 22 0 334715216 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257703254952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29709] ppid=29699 vsize=11852648 CPUtime=0.29 cores=1,3,5,7
/proc/29701/task/29709/stat : 29709 (java) S 29699 29701 27163 0 -1 4202560 45 0 0 0 29 0 0 0 20 0 22 0 334715216 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257702202408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29710] ppid=29699 vsize=11852648 CPUtime=0.29 cores=1,3,5,7
/proc/29701/task/29710/stat : 29710 (java) S 29699 29701 27163 0 -1 4202560 33 0 0 0 29 0 0 0 20 0 22 0 334715216 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257701149352 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29711] ppid=29699 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/29701/task/29711/stat : 29711 (java) S 29699 29701 27163 0 -1 4202560 19 0 0 0 25 0 0 0 20 0 22 0 334715216 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257700096808 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29712] ppid=29699 vsize=11852648 CPUtime=12.75 cores=1,3,5,7
/proc/29701/task/29712/stat : 29712 (java) S 29699 29701 27163 0 -1 4202560 208 0 0 0 1269 6 0 0 20 0 22 0 334715218 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257687685480 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29713] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29713/stat : 29713 (java) S 29699 29701 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334715218 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257686631800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29714] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29714/stat : 29714 (java) S 29699 29701 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334715218 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257685578632 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29715] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29715/stat : 29715 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715221 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257684527376 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29716] ppid=29699 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/29701/task/29716/stat : 29716 (java) S 29699 29701 27163 0 -1 4202560 4485 0 0 0 70 0 0 0 20 0 22 0 334715221 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257683475256 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29717] ppid=29699 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/29701/task/29717/stat : 29717 (java) S 29699 29701 27163 0 -1 4202560 9815 0 0 0 124 2 0 0 20 0 22 0 334715221 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257682422712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29718] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29718/stat : 29718 (java) S 29699 29701 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334715221 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257681369848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29701/tid=29719] ppid=29699 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/29701/task/29719/stat : 29719 (java) S 29699 29701 27163 0 -1 4202560 53 0 0 0 23 22 0 0 20 0 22 0 334715221 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257680317512 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29720] ppid=29699 vsize=11852648 CPUtime=888.77 cores=1,3,5,7
/proc/29701/task/29720/stat : 29720 (java) R 29699 29701 27163 0 -1 4202560 79 0 0 0 88863 14 0 0 20 0 22 0 334715259 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257679260160 140257743489654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29701/tid=29721] ppid=29699 vsize=11852648 CPUtime=888.72 cores=1,3,5,7
/proc/29701/task/29721/stat : 29721 (java) R 29699 29701 27163 0 -1 4202560 1269 0 0 0 88817 55 0 0 20 0 22 0 334715259 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257678209488 140257743512808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29701/tid=29722] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29722/stat : 29722 (java) S 29699 29701 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334715263 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257677157160 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29701/tid=29723] ppid=29699 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29701/task/29723/stat : 29723 (java) S 29699 29701 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334715263 12137111552 673197 33554432000 1073741824 1073778376 140735136108576 140257676104616 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

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

Real time (s): 905.248
CPU time (s): 1800.03
CPU user time (s): 1799.13
CPU system time (s): 0.9
CPU usage (%): 198.844
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.5
system time used= 1.21081
maximum resident set size= 2692908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20392
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24314
involuntary context switches= 20256

runsolver used 3.62145 second user time and 8.75267 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 03:11:39
IDJOB=3732656
IDBENCH=2167
IDSOLVER=2328
FILE ID=node132/3732656-1338685899
RUNJOBID= node132-1338678626-27183
PBS_JOBID= 14636681
Free space on /tmp= 71216 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732656-1338685899/watcher-3732656-1338685899 -o /tmp/evaluation-result-3732656-1338685899/solver-3732656-1338685899 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3732656-1338685899.opb

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

MD5SUM BENCH= 0973e03eb27089eff6bc20e630a3ba01
RANDOM SEED=237045227

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27205068 kB
Buffers:          600180 kB
Cached:          3071784 kB
SwapCached:         2292 kB
Active:          2629344 kB
Inactive:        2119312 kB
Active(anon):    1069176 kB
Inactive(anon):     7120 kB
Active(file):    1560168 kB
Inactive(file):  2112192 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102708 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       1130172 kB
Mapped:            19336 kB
Shmem:                 8 kB
Slab:             775288 kB
SReclaimable:     216012 kB
SUnreclaim:       559276 kB
KernelStack:        1808 kB
PageTables:         5992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10459004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71216 MiB
End job on node132 at 2012-06-03 03:26:46