Trace number 3454196

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.35 960.106

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_3.opb
MD5SUM1c7fb7925778882f8c8001dcd3838f28
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404796
Total number of constraints3709
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints3706
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3454196-1307190343.opb
0.09/0.11	c reading problem ... 
8.35/7.35	c ... done. Wall clock time 7.236s.
8.35/7.35	c #vars     404796
8.35/7.35	c #constraints  125961
8.35/7.35	c constraints type 
8.35/7.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
8.35/7.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4927
8.35/7.35	c constraints type 
8.35/7.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6
8.35/7.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4927
193.26/97.28	c cleaning 2485 clauses out of 4981 with flag 5000/5000
204.01/103.03	c cleaning 4243 clauses out of 8495 with flag 11000/11000
216.47/109.70	c cleaning 5629 clauses out of 11258 with flag 18006/18006
231.34/117.71	c cleaning 6812 clauses out of 13623 with flag 26000/26000
247.59/126.45	c cleaning 7907 clauses out of 15813 with flag 35002/35002
265.41/135.82	c cleaning 8956 clauses out of 17911 with flag 45007/45007
283.66/145.43	c cleaning 9476 clauses out of 18951 with flag 55003/55003
299.92/154.06	c cleaning 9736 clauses out of 19478 with flag 65006/65006
316.62/162.90	c cleaning 9871 clauses out of 19741 with flag 75005/75005
334.63/172.48	c cleaning 9933 clauses out of 19876 with flag 85011/85011
351.05/181.15	c cleaning 9969 clauses out of 19942 with flag 95010/95010
366.44/189.39	c cleaning 9980 clauses out of 19967 with flag 105004/105004
382.72/198.04	c cleaning 9990 clauses out of 19984 with flag 115001/115001
401.07/207.76	c cleaning 9997 clauses out of 19998 with flag 125005/125005
418.87/217.15	c cleaning 9998 clauses out of 19996 with flag 135000/135000
437.42/226.93	c cleaning 10001 clauses out of 20001 with flag 145003/145003
455.73/236.86	c cleaning 9998 clauses out of 20001 with flag 155004/155004
473.26/246.17	c cleaning 10001 clauses out of 20002 with flag 165003/165003
493.08/256.58	c cleaning 9996 clauses out of 19998 with flag 175000/175000
512.42/266.77	c cleaning 10009 clauses out of 20017 with flag 185015/185015
532.87/277.79	c cleaning 9998 clauses out of 19995 with flag 195002/195002
549.61/286.67	c cleaning 10000 clauses out of 20001 with flag 205006/205006
567.20/295.98	c cleaning 9993 clauses out of 19998 with flag 215003/215003
584.07/304.98	c cleaning 9996 clauses out of 20004 with flag 225002/225002
601.10/314.24	c cleaning 10012 clauses out of 20023 with flag 235017/235017
618.02/323.29	c cleaning 9999 clauses out of 19999 with flag 245005/245005
634.97/332.25	c cleaning 10002 clauses out of 20004 with flag 255009/255009
652.44/341.53	c cleaning 10003 clauses out of 20007 with flag 265014/265014
671.20/351.52	c cleaning 10002 clauses out of 20003 with flag 275013/275013
688.76/360.84	c cleaning 9992 clauses out of 19990 with flag 285002/285002
705.65/369.82	c cleaning 9999 clauses out of 20008 with flag 295012/295012
721.58/378.32	c cleaning 9997 clauses out of 20003 with flag 305006/305006
738.31/387.40	c cleaning 9995 clauses out of 20001 with flag 315001/315001
753.99/395.75	c cleaning 10001 clauses out of 20005 with flag 325000/325000
770.50/404.57	c cleaning 10008 clauses out of 20019 with flag 335015/335015
787.01/413.35	c cleaning 9999 clauses out of 19999 with flag 345003/345003
802.71/421.90	c cleaning 9995 clauses out of 20004 with flag 355007/355007
818.83/430.43	c cleaning 10000 clauses out of 20010 with flag 365008/365008
836.10/439.65	c cleaning 10003 clauses out of 20011 with flag 375009/375009
853.42/448.88	c cleaning 10003 clauses out of 20008 with flag 385009/385009
876.34/460.99	c cleaning 9999 clauses out of 19999 with flag 395004/395004
894.80/470.80	c cleaning 10003 clauses out of 20007 with flag 405011/405011
913.24/480.57	c cleaning 9997 clauses out of 19996 with flag 415003/415003
931.90/490.48	c cleaning 9999 clauses out of 19999 with flag 425003/425003
951.63/501.19	c cleaning 10001 clauses out of 20009 with flag 435012/435012
970.69/511.22	c cleaning 10000 clauses out of 20003 with flag 445007/445007
989.12/521.03	c cleaning 10004 clauses out of 20008 with flag 455012/455012
1006.20/530.21	c cleaning 9994 clauses out of 19992 with flag 465000/465000
1024.01/539.71	c cleaning 9996 clauses out of 20000 with flag 475002/475002
1041.07/548.83	c cleaning 10002 clauses out of 20011 with flag 485009/485009
1059.08/558.48	c cleaning 10004 clauses out of 20013 with flag 495013/495013
1077.09/568.09	c cleaning 9997 clauses out of 19999 with flag 505003/505003
1096.10/578.26	c cleaning 9997 clauses out of 20002 with flag 515003/515003
1114.08/587.87	c cleaning 9999 clauses out of 20009 with flag 525007/525007
1131.51/597.17	c cleaning 10002 clauses out of 20010 with flag 535007/535007
1149.13/606.56	c cleaning 10004 clauses out of 20011 with flag 545010/545010
1166.95/616.36	c cleaning 10000 clauses out of 20001 with flag 555004/555004
1185.72/626.31	c cleaning 10002 clauses out of 20010 with flag 565013/565013
1202.91/635.52	c cleaning 9992 clauses out of 19998 with flag 575003/575003
1220.87/645.13	c cleaning 9999 clauses out of 20005 with flag 585002/585002
1238.85/655.02	c cleaning 10000 clauses out of 20004 with flag 595000/595000
1255.81/664.14	c cleaning 10002 clauses out of 20010 with flag 605006/605006
1272.95/673.32	c cleaning 10005 clauses out of 20012 with flag 615010/615010
1290.09/682.54	c cleaning 10003 clauses out of 20013 with flag 625016/625016
1310.22/693.56	c cleaning 9993 clauses out of 19994 with flag 635000/635000
1326.76/702.41	c cleaning 9995 clauses out of 20002 with flag 645001/645001
1341.45/710.48	c cleaning 10004 clauses out of 20011 with flag 655005/655005
1356.98/718.80	c cleaning 9999 clauses out of 20005 with flag 665003/665003
1376.52/729.52	c cleaning 9996 clauses out of 20003 with flag 675001/675001
1391.62/737.77	c cleaning 9998 clauses out of 20009 with flag 685003/685003
1413.78/749.47	c cleaning 9999 clauses out of 20010 with flag 695003/695003
1429.88/758.13	c cleaning 10004 clauses out of 20019 with flag 705011/705011
1446.22/767.28	c cleaning 10000 clauses out of 20012 with flag 715008/715008
1462.34/775.94	c cleaning 10002 clauses out of 20012 with flag 725008/725008
1478.65/784.70	c cleaning 9999 clauses out of 20006 with flag 735004/735004
1493.98/793.04	c cleaning 9998 clauses out of 20006 with flag 745003/745003
1510.89/802.47	c cleaning 10005 clauses out of 20018 with flag 755013/755013
1527.61/811.44	c cleaning 9999 clauses out of 20009 with flag 765009/765009
1543.51/820.06	c cleaning 9998 clauses out of 20006 with flag 775005/775005
1558.64/828.24	c cleaning 9995 clauses out of 20004 with flag 785001/785001
1575.12/837.45	c cleaning 10002 clauses out of 20010 with flag 795002/795002
1591.24/846.11	c cleaning 10006 clauses out of 20018 with flag 805012/805012
1606.75/854.52	c cleaning 10000 clauses out of 20009 with flag 815009/815009
1622.84/863.20	c cleaning 9998 clauses out of 20006 with flag 825006/825006
1639.91/872.74	c cleaning 9998 clauses out of 20005 with flag 835003/835003
1655.79/881.39	c cleaning 9998 clauses out of 20004 with flag 845000/845000
1672.08/890.19	c cleaning 10001 clauses out of 20013 with flag 855007/855007
1687.99/898.75	c cleaning 9998 clauses out of 20009 with flag 865004/865004
1705.20/908.31	c cleaning 9997 clauses out of 20008 with flag 875001/875001
1721.27/917.00	c cleaning 10004 clauses out of 20021 with flag 885011/885011
1737.15/925.68	c cleaning 10002 clauses out of 20014 with flag 895008/895008
1753.01/934.23	c cleaning 9998 clauses out of 20009 with flag 905005/905005
1769.36/943.27	c cleaning 9996 clauses out of 20008 with flag 915002/915002
1786.03/952.25	c cleaning 10005 clauses out of 20022 with flag 925012/925012
1800.11/959.92	c starts		: 171
1800.11/959.92	c conflicts		: 933680
1800.11/959.92	c decisions		: 1308563
1800.11/959.92	c propagations		: 13187117
1800.11/959.92	c inspects		: 698748928
1800.11/959.92	c shortcuts		: 0
1800.11/959.92	c learnt literals	: 23
1800.11/959.92	c learnt binary clauses	: 3
1800.11/959.92	c learnt ternary clauses	: 2
1800.11/959.92	c learnt constraints	: 933657
1800.11/959.92	c ignored constraints	: 0
1800.11/959.92	c root simplifications	: 0
1800.11/959.92	c removed literals (reason simplification)	: 24153547
1800.11/959.92	c reason swapping (by a shorter reason)	: 0
1800.11/959.92	c Calls to reduceDB	: 94
1800.11/959.92	c number of reductions to clauses (during analyze)	: 0
1800.11/959.92	c number of learned constraints concerned by reduction	: 0
1800.11/959.92	c number of learning phase by resolution	: 0
1800.11/959.92	c number of learning phase by cutting planes	: 0
1800.11/959.92	c speed (assignments/second)	: 13849.873128967345
1800.11/959.92	c non guided choices	92812
1800.11/959.93	c learnt constraints type 
1800.11/959.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.11/959.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18697
1800.11/959.93	c constraints type 
1800.11/959.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
1800.11/959.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4927
1800.11/959.93	c constraints type 
1800.11/959.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6
1800.11/959.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4927
1800.11/959.93	s UNKNOWN
1800.11/959.93	c Total wall clock time (in seconds): 959.823

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

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

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


[startup+0 s]
/proc/loadavg: 2.24 2.88 3.20 3/534 17437
/proc/meminfo: memFree=15581232/32950940 swapFree=67111364/67111528
[pid=17437] ppid=17435 vsize=31656 CPUtime=0 cores=0,2,4,6
/proc/17437/stat : 17437 (java) S 17435 17437 13684 0 -1 4202496 1282 0 0 0 0 0 0 0 23 0 2 0 909265214 32415744 999 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/17437/statm: 8437 1003 771 9 0 386 0
[pid=17437/tid=17438] ppid=17435 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17438/stat : 17438 (java) R 17435 17437 13684 0 -1 4202560 5193 0 1 0 0 0 0 0 25 0 2 0 909265214 10694979584 6009 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 215988286523 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.047066 s]
/proc/loadavg: 2.24 2.88 3.20 3/534 17437
/proc/meminfo: memFree=15581232/32950940 swapFree=67111364/67111528
[pid=17437] ppid=17435 vsize=10467828 CPUtime=0.03 cores=0,2,4,6
/proc/17437/stat : 17437 (java) S 17435 17437 13684 0 -1 4202496 11290 0 1 0 2 1 0 0 23 0 13 0 909265214 10719055872 10987 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/17437/statm: 2616957 10990 1675 9 0 2607705 0
[pid=17437/tid=17438] ppid=17435 vsize=10467828 CPUtime=0.03 cores=0,2,4,6
/proc/17437/task/17438/stat : 17438 (java) R 17435 17437 13684 0 -1 4202560 10145 0 1 0 2 1 0 0 25 0 13 0 909265214 10719055872 10990 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 47181934449411 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467828

[startup+0.101146 s]
/proc/loadavg: 2.24 2.88 3.20 3/534 17437
/proc/meminfo: memFree=15581232/32950940 swapFree=67111364/67111528
[pid=17437] ppid=17435 vsize=10539584 CPUtime=0.09 cores=0,2,4,6
/proc/17437/stat : 17437 (java) S 17435 17437 13684 0 -1 4202496 12925 0 1 0 8 1 0 0 23 0 18 0 909265214 10792534016 12622 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17437/statm: 2634896 12622 2092 9 0 2625630 0
[pid=17437/tid=17438] ppid=17435 vsize=10539584 CPUtime=0.08 cores=0,2,4,6
/proc/17437/task/17438/stat : 17438 (java) R 17435 17437 13684 0 -1 4202560 11112 0 1 0 7 1 0 0 25 0 18 0 909265214 10792534016 12622 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 215988277568 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539584

[startup+0.30607 s]
/proc/loadavg: 2.24 2.88 3.20 3/534 17437
/proc/meminfo: memFree=15581232/32950940 swapFree=67111364/67111528
[pid=17437] ppid=17435 vsize=10543680 CPUtime=0.57 cores=0,2,4,6
/proc/17437/stat : 17437 (java) S 17435 17437 13684 0 -1 4202496 23311 0 1 0 55 2 0 0 23 0 18 0 909265214 10796728320 22078 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17437/statm: 2635920 22078 2209 9 0 2626654 0
[pid=17437/tid=17438] ppid=17435 vsize=10543680 CPUtime=0.28 cores=0,2,4,6
/proc/17437/task/17438/stat : 17438 (java) R 17435 17437 13684 0 -1 4202560 18393 0 1 0 26 2 0 0 18 0 18 0 909265214 10796728320 22078 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 46912505181742 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 10543680

[startup+0.701008 s]
/proc/loadavg: 2.24 2.88 3.20 3/534 17437
/proc/meminfo: memFree=15581232/32950940 swapFree=67111364/67111528
[pid=17437] ppid=17435 vsize=10547776 CPUtime=1.61 cores=0,2,4,6
/proc/17437/stat : 17437 (java) S 17435 17437 13684 0 -1 4202496 50569 0 1 0 155 6 0 0 23 0 18 0 909265214 10800922624 47000 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17437/statm: 2636944 47003 2219 9 0 2627678 0
[pid=17437/tid=17438] ppid=17435 vsize=10547776 CPUtime=0.67 cores=0,2,4,6
/proc/17437/task/17438/stat : 17438 (java) R 17435 17437 13684 0 -1 4202560 38325 0 1 0 63 4 0 0 18 0 18 0 909265214 10800922624 47005 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 46912505755789 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 10547776

[startup+1.50075 s]
/proc/loadavg: 2.24 2.88 3.20 3/552 17455
/proc/meminfo: memFree=15282876/32950940 swapFree=67111364/67111528
[pid=17437] ppid=17435 vsize=10547776 CPUtime=2.45 cores=0,2,4,6
/proc/17437/stat : 17437 (java) S 17435 17437 13684 0 -1 4202496 129673 0 1 0 231 14 0 0 23 0 18 0 909265214 10800922624 126103 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17437/statm: 2636944 126106 2219 9 0 2627678 0
[pid=17437/tid=17438] ppid=17435 vsize=10547776 CPUtime=1.48 cores=0,2,4,6
/proc/17437/task/17438/stat : 17438 (java) R 17435 17437 13684 0 -1 4202560 117394 0 1 0 135 13 0 0 19 0 18 0 909265214 10800922624 126108 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17437/tid=17440] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17440/stat : 17440 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 126110 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17441] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17441/stat : 17441 (java) S 17435 17437 13684 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 126112 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17442] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17442/stat : 17442 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 126120 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17443] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17443/stat : 17443 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 126130 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17444] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17444/stat : 17444 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 126139 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17445] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17445/stat : 17445 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 126150 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17446] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17446/stat : 17446 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 126158 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17447] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17447/stat : 17447 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 126166 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17448] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17448/stat : 17448 (java) S 17435 17437 13684 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 909265217 10800922624 126173 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 0 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17449] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17449/stat : 17449 (java) S 17435 17437 13684 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 909265218 10800922624 126180 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17450] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17450/stat : 17450 (java) S 17435 17437 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 909265218 10800922624 126185 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17451] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17451/stat : 17451 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265220 10800922624 126192 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000416177 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17452] ppid=17435 vsize=10547776 CPUtime=0.58 cores=0,2,4,6
/proc/17437/task/17452/stat : 17452 (java) S 17435 17437 13684 0 -1 4202560 8040 0 0 0 58 0 0 0 25 0 18 0 909265220 10800922624 126197 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17453] ppid=17435 vsize=10547776 CPUtime=0.37 cores=0,2,4,6
/proc/17437/task/17453/stat : 17453 (java) S 17435 17437 13684 0 -1 4202560 3093 0 0 0 37 0 0 0 17 0 18 0 909265220 10800922624 126204 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
[pid=17437/tid=17454] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17454/stat : 17454 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265220 10800922624 126204 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17455] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17455/stat : 17455 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 909265220 10800922624 126204 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 10547776

[startup+3.10158 s]
/proc/loadavg: 2.24 2.88 3.20 3/552 17455
/proc/meminfo: memFree=14841436/32950940 swapFree=67111364/67111528
[pid=17437] ppid=17435 vsize=10547776 CPUtime=4.07 cores=0,2,4,6
/proc/17437/stat : 17437 (java) S 17435 17437 13684 0 -1 4202496 286542 0 1 0 374 33 0 0 23 0 18 0 909265214 10800922624 282972 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17437/statm: 2636944 282975 2219 9 0 2627678 0
[pid=17437/tid=17438] ppid=17435 vsize=10547776 CPUtime=3.08 cores=0,2,4,6
/proc/17437/task/17438/stat : 17438 (java) R 17435 17437 13684 0 -1 4202560 274264 0 1 0 277 31 0 0 23 0 18 0 909265214 10800922624 282978 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 46912505578562 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17437/tid=17440] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17440/stat : 17440 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 282979 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17441] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17441/stat : 17441 (java) S 17435 17437 13684 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 282981 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17442] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17442/stat : 17442 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 282983 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17443] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17443/stat : 17443 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 282984 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17444] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17444/stat : 17444 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 282986 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17445] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17445/stat : 17445 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 282988 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17446] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17446/stat : 17446 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 282992 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17447] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17447/stat : 17447 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 282994 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17448] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17448/stat : 17448 (java) S 17435 17437 13684 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 909265217 10800922624 282999 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 0 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17449] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17449/stat : 17449 (java) S 17435 17437 13684 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 909265218 10800922624 283000 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17450] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17450/stat : 17450 (java) S 17435 17437 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 909265218 10800922624 283002 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17451] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17451/stat : 17451 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265220 10800922624 283004 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000416177 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17452] ppid=17435 vsize=10547776 CPUtime=0.59 cores=0,2,4,6
/proc/17437/task/17452/stat : 17452 (java) S 17435 17437 13684 0 -1 4202560 8040 0 0 0 59 0 0 0 16 0 18 0 909265220 10800922624 283005 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17453] ppid=17435 vsize=10547776 CPUtime=0.38 cores=0,2,4,6
/proc/17437/task/17453/stat : 17453 (java) S 17435 17437 13684 0 -1 4202560 3093 0 0 0 38 0 0 0 15 0 18 0 909265220 10800922624 283008 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
[pid=17437/tid=17454] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17454/stat : 17454 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265220 10800922624 283009 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17455] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17455/stat : 17455 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 909265220 10800922624 283011 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 10547776

[startup+6.30102 s]
/proc/loadavg: 2.22 2.87 3.19 3/552 17455
/proc/meminfo: memFree=13666784/32950940 swapFree=67111364/67111528
[pid=17437] ppid=17435 vsize=10547776 CPUtime=7.35 cores=0,2,4,6
/proc/17437/stat : 17437 (java) S 17435 17437 13684 0 -1 4202496 559863 0 1 0 673 62 0 0 23 0 18 0 909265214 10800922624 556012 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17437/statm: 2636944 556016 2222 9 0 2627678 0
[pid=17437/tid=17438] ppid=17435 vsize=10547776 CPUtime=6.27 cores=0,2,4,6
/proc/17437/task/17438/stat : 17438 (java) R 17435 17437 13684 0 -1 4202560 547564 0 1 0 567 60 0 0 25 0 18 0 909265214 10800922624 556018 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 46912505685829 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17437/tid=17440] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17440/stat : 17440 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 556021 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17441] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17441/stat : 17441 (java) S 17435 17437 13684 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 556023 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17442] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17442/stat : 17442 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 556025 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17443] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17443/stat : 17443 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 556027 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17444] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17444/stat : 17444 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 556027 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17445] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17445/stat : 17445 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 556029 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17446] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17446/stat : 17446 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 556032 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17447] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17447/stat : 17447 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265216 10800922624 556034 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17448] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17448/stat : 17448 (java) S 17435 17437 13684 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 909265217 10800922624 556037 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 0 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17449] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17449/stat : 17449 (java) S 17435 17437 13684 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 909265218 10800922624 556039 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17450] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17450/stat : 17450 (java) S 17435 17437 13684 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 909265218 10800922624 556041 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17451] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17451/stat : 17451 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265220 10800922624 556044 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000416177 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17452] ppid=17435 vsize=10547776 CPUtime=0.66 cores=0,2,4,6
/proc/17437/task/17452/stat : 17452 (java) S 17435 17437 13684 0 -1 4202560 8057 0 0 0 66 0 0 0 15 0 18 0 909265220 10800922624 556046 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17453] ppid=17435 vsize=10547776 CPUtime=0.39 cores=0,2,4,6
/proc/17437/task/17453/stat : 17453 (java) S 17435 17437 13684 0 -1 4202560 3093 0 0 0 39 0 0 0 15 0 18 0 909265220 10800922624 556049 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
[pid=17437/tid=17454] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17454/stat : 17454 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909265220 10800922624 556051 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17455] ppid=17435 vsize=10547776 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17455/stat : 17455 (java) S 17435 17437 13684 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 909265220 10800922624 556054 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0

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

/proc/17437/task/17442/stat : 17442 (java) S 17435 17437 13684 0 -1 4202560 30475 0 0 0 124 4 0 0 16 0 22 0 909265216 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17443] ppid=17435 vsize=10566224 CPUtime=1.96 cores=0,2,4,6
/proc/17437/task/17443/stat : 17443 (java) S 17435 17437 13684 0 -1 4202560 55545 0 0 0 187 9 0 0 15 0 22 0 909265216 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17444] ppid=17435 vsize=10566224 CPUtime=1.77 cores=0,2,4,6
/proc/17437/task/17444/stat : 17444 (java) S 17435 17437 13684 0 -1 4202560 44407 0 0 0 171 6 0 0 16 0 22 0 909265216 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17445] ppid=17435 vsize=10566224 CPUtime=2.31 cores=0,2,4,6
/proc/17437/task/17445/stat : 17445 (java) S 17435 17437 13684 0 -1 4202560 72480 0 0 0 222 9 0 0 15 0 22 0 909265216 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17446] ppid=17435 vsize=10566224 CPUtime=1.89 cores=0,2,4,6
/proc/17437/task/17446/stat : 17446 (java) S 17435 17437 13684 0 -1 4202560 41896 0 0 0 183 6 0 0 16 0 22 0 909265216 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17447] ppid=17435 vsize=10566224 CPUtime=1.91 cores=0,2,4,6
/proc/17437/task/17447/stat : 17447 (java) S 17435 17437 13684 0 -1 4202560 91062 0 0 0 180 11 0 0 16 0 22 0 909265216 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17448] ppid=17435 vsize=10566224 CPUtime=109.07 cores=0,2,4,6
/proc/17437/task/17448/stat : 17448 (java) R 17435 17437 13684 0 -1 4202560 17936 0 0 0 10904 3 0 0 16 0 22 0 909265217 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 47181937688648 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=17437/tid=17449] ppid=17435 vsize=10566224 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17449/stat : 17449 (java) S 17435 17437 13684 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909265218 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17450] ppid=17435 vsize=10566224 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17450/stat : 17450 (java) S 17435 17437 13684 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909265218 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17451] ppid=17435 vsize=10566224 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17451/stat : 17451 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909265220 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000416177 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17452] ppid=17435 vsize=10566224 CPUtime=1.34 cores=0,2,4,6
/proc/17437/task/17452/stat : 17452 (java) S 17435 17437 13684 0 -1 4202560 8143 0 0 0 133 1 0 0 15 0 22 0 909265220 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17453] ppid=17435 vsize=10566224 CPUtime=1.06 cores=0,2,4,6
/proc/17437/task/17453/stat : 17453 (java) S 17435 17437 13684 0 -1 4202560 3180 0 0 0 106 0 0 0 15 0 22 0 909265220 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
[pid=17437/tid=17454] ppid=17435 vsize=10566224 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17454/stat : 17454 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909265220 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17455] ppid=17435 vsize=10566224 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17455/stat : 17455 (java) S 17435 17437 13684 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 909265220 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17456] ppid=17435 vsize=10566224 CPUtime=761.85 cores=0,2,4,6
/proc/17437/task/17456/stat : 17456 (java) S 17435 17437 13684 0 -1 4202560 141 0 0 0 76184 1 0 0 25 0 22 0 909265949 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
[pid=17437/tid=17457] ppid=17435 vsize=10566224 CPUtime=761.98 cores=0,2,4,6
/proc/17437/task/17457/stat : 17457 (java) S 17435 17437 13684 0 -1 4202560 10675 0 0 0 76197 1 0 0 25 0 22 0 909265949 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17458] ppid=17435 vsize=10566224 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17458/stat : 17458 (java) S 17435 17437 13684 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 909266013 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17459] ppid=17435 vsize=10566224 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17459/stat : 17459 (java) S 17435 17437 13684 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 22 0 909266024 10819813376 1083123 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1656.93
Current children cumulated vsize (KiB) 10566224

[startup+942.301 s]
/proc/loadavg: 2.76 2.87 3.01 4/556 17487
/proc/meminfo: memFree=11103784/32950940 swapFree=67111364/67111528
[pid=17437] ppid=17435 vsize=10569296 CPUtime=1767.56 cores=0,2,4,6
/proc/17437/stat : 17437 (java) S 17435 17437 13684 0 -1 4202496 1094621 0 1 0 176614 142 0 0 23 0 22 0 909265214 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17437/statm: 2642324 1084071 2264 9 0 2633058 0
[pid=17437/tid=17438] ppid=17435 vsize=10569296 CPUtime=7.33 cores=0,2,4,6
/proc/17437/task/17438/stat : 17438 (java) S 17435 17437 13684 0 -1 4202560 640469 0 1 0 661 72 0 0 15 0 22 0 909265214 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17440] ppid=17435 vsize=10569296 CPUtime=1.87 cores=0,2,4,6
/proc/17437/task/17440/stat : 17440 (java) S 17435 17437 13684 0 -1 4202560 46940 0 0 0 180 7 0 0 15 0 22 0 909265216 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17441] ppid=17435 vsize=10569296 CPUtime=1.22 cores=0,2,4,6
/proc/17437/task/17441/stat : 17441 (java) S 17435 17437 13684 0 -1 4202560 29099 0 0 0 118 4 0 0 16 0 22 0 909265216 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17442] ppid=17435 vsize=10569296 CPUtime=1.32 cores=0,2,4,6
/proc/17437/task/17442/stat : 17442 (java) S 17435 17437 13684 0 -1 4202560 30480 0 0 0 128 4 0 0 16 0 22 0 909265216 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17443] ppid=17435 vsize=10569296 CPUtime=1.98 cores=0,2,4,6
/proc/17437/task/17443/stat : 17443 (java) S 17435 17437 13684 0 -1 4202560 55545 0 0 0 189 9 0 0 16 0 22 0 909265216 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
[pid=17437/tid=17444] ppid=17435 vsize=10569296 CPUtime=1.79 cores=0,2,4,6
/proc/17437/task/17444/stat : 17444 (java) S 17435 17437 13684 0 -1 4202560 44407 0 0 0 173 6 0 0 15 0 22 0 909265216 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17445] ppid=17435 vsize=10569296 CPUtime=2.32 cores=0,2,4,6
/proc/17437/task/17445/stat : 17445 (java) S 17435 17437 13684 0 -1 4202560 72480 0 0 0 223 9 0 0 15 0 22 0 909265216 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17446] ppid=17435 vsize=10569296 CPUtime=1.92 cores=0,2,4,6
/proc/17437/task/17446/stat : 17446 (java) S 17435 17437 13684 0 -1 4202560 41904 0 0 0 186 6 0 0 15 0 22 0 909265216 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
[pid=17437/tid=17447] ppid=17435 vsize=10569296 CPUtime=1.92 cores=0,2,4,6
/proc/17437/task/17447/stat : 17447 (java) S 17435 17437 13684 0 -1 4202560 91062 0 0 0 181 11 0 0 15 0 22 0 909265216 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17448] ppid=17435 vsize=10569296 CPUtime=118.53 cores=0,2,4,6
/proc/17437/task/17448/stat : 17448 (java) S 17435 17437 13684 0 -1 4202560 18875 0 0 0 11849 4 0 0 15 0 22 0 909265217 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 0 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17449] ppid=17435 vsize=10569296 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17449/stat : 17449 (java) S 17435 17437 13684 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909265218 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17450] ppid=17435 vsize=10569296 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17450/stat : 17450 (java) S 17435 17437 13684 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909265218 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17451] ppid=17435 vsize=10569296 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17451/stat : 17451 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909265220 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000416177 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17452] ppid=17435 vsize=10569296 CPUtime=1.34 cores=0,2,4,6
/proc/17437/task/17452/stat : 17452 (java) S 17435 17437 13684 0 -1 4202560 8143 0 0 0 133 1 0 0 15 0 22 0 909265220 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17453] ppid=17435 vsize=10569296 CPUtime=1.06 cores=0,2,4,6
/proc/17437/task/17453/stat : 17453 (java) S 17435 17437 13684 0 -1 4202560 3180 0 0 0 106 0 0 0 15 0 22 0 909265220 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
[pid=17437/tid=17454] ppid=17435 vsize=10569296 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17454/stat : 17454 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909265220 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17455] ppid=17435 vsize=10569296 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17455/stat : 17455 (java) S 17435 17437 13684 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 909265220 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
[pid=17437/tid=17456] ppid=17435 vsize=10569296 CPUtime=812.34 cores=0,2,4,6
/proc/17437/task/17456/stat : 17456 (java) R 17435 17437 13684 0 -1 4202560 148 0 0 0 81233 1 0 0 25 0 22 0 909265949 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 46912506086591 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17437/tid=17457] ppid=17435 vsize=10569296 CPUtime=812.46 cores=0,2,4,6
/proc/17437/task/17457/stat : 17457 (java) R 17435 17437 13684 0 -1 4202560 10677 0 0 0 81245 1 0 0 25 0 22 0 909265949 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 46912506185078 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17437/tid=17458] ppid=17435 vsize=10569296 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17458/stat : 17458 (java) S 17435 17437 13684 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 909266013 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17459] ppid=17435 vsize=10569296 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17459/stat : 17459 (java) S 17435 17437 13684 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 22 0 909266024 10822959104 1084071 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1767.56
Current children cumulated vsize (KiB) 10569296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+959.901 s]
/proc/loadavg: 2.83 2.88 3.00 4/556 17487
/proc/meminfo: memFree=11097452/32950940 swapFree=67111364/67111528
[pid=17437] ppid=17435 vsize=10571344 CPUtime=1800.11 cores=0,2,4,6
/proc/17437/stat : 17437 (java) S 17435 17437 13684 0 -1 4202496 1095176 0 1 0 179869 142 0 0 23 0 22 0 909265214 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17437/statm: 2642836 1084619 2264 9 0 2633570 0
[pid=17437/tid=17438] ppid=17435 vsize=10571344 CPUtime=7.33 cores=0,2,4,6
/proc/17437/task/17438/stat : 17438 (java) S 17435 17437 13684 0 -1 4202560 640469 0 1 0 661 72 0 0 15 0 22 0 909265214 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17440] ppid=17435 vsize=10571344 CPUtime=1.87 cores=0,2,4,6
/proc/17437/task/17440/stat : 17440 (java) S 17435 17437 13684 0 -1 4202560 46940 0 0 0 180 7 0 0 15 0 22 0 909265216 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17441] ppid=17435 vsize=10571344 CPUtime=1.24 cores=0,2,4,6
/proc/17437/task/17441/stat : 17441 (java) S 17435 17437 13684 0 -1 4202560 29099 0 0 0 120 4 0 0 15 0 22 0 909265216 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17442] ppid=17435 vsize=10571344 CPUtime=1.32 cores=0,2,4,6
/proc/17437/task/17442/stat : 17442 (java) S 17435 17437 13684 0 -1 4202560 30480 0 0 0 128 4 0 0 15 0 22 0 909265216 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
[pid=17437/tid=17443] ppid=17435 vsize=10571344 CPUtime=2.01 cores=0,2,4,6
/proc/17437/task/17443/stat : 17443 (java) S 17435 17437 13684 0 -1 4202560 55545 0 0 0 192 9 0 0 16 0 22 0 909265216 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 6 0 0 0
[pid=17437/tid=17444] ppid=17435 vsize=10571344 CPUtime=1.8 cores=0,2,4,6
/proc/17437/task/17444/stat : 17444 (java) S 17435 17437 13684 0 -1 4202560 44407 0 0 0 174 6 0 0 16 0 22 0 909265216 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
[pid=17437/tid=17445] ppid=17435 vsize=10571344 CPUtime=2.33 cores=0,2,4,6
/proc/17437/task/17445/stat : 17445 (java) S 17435 17437 13684 0 -1 4202560 72480 0 0 0 224 9 0 0 16 0 22 0 909265216 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17446] ppid=17435 vsize=10571344 CPUtime=1.94 cores=0,2,4,6
/proc/17437/task/17446/stat : 17446 (java) S 17435 17437 13684 0 -1 4202560 41904 0 0 0 188 6 0 0 15 0 22 0 909265216 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
[pid=17437/tid=17447] ppid=17435 vsize=10571344 CPUtime=1.93 cores=0,2,4,6
/proc/17437/task/17447/stat : 17447 (java) S 17435 17437 13684 0 -1 4202560 91062 0 0 0 182 11 0 0 16 0 22 0 909265216 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17448] ppid=17435 vsize=10571344 CPUtime=121.23 cores=0,2,4,6
/proc/17437/task/17448/stat : 17448 (java) S 17435 17437 13684 0 -1 4202560 19425 0 0 0 12119 4 0 0 15 0 22 0 909265217 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 0 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17449] ppid=17435 vsize=10571344 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17449/stat : 17449 (java) S 17435 17437 13684 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909265218 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17450] ppid=17435 vsize=10571344 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17450/stat : 17450 (java) S 17435 17437 13684 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909265218 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17451] ppid=17435 vsize=10571344 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17451/stat : 17451 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909265220 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000416177 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17452] ppid=17435 vsize=10571344 CPUtime=1.34 cores=0,2,4,6
/proc/17437/task/17452/stat : 17452 (java) S 17435 17437 13684 0 -1 4202560 8143 0 0 0 133 1 0 0 15 0 22 0 909265220 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17453] ppid=17435 vsize=10571344 CPUtime=1.06 cores=0,2,4,6
/proc/17437/task/17453/stat : 17453 (java) S 17435 17437 13684 0 -1 4202560 3180 0 0 0 106 0 0 0 15 0 22 0 909265220 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
[pid=17437/tid=17454] ppid=17435 vsize=10571344 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17454/stat : 17454 (java) S 17435 17437 13684 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909265220 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000408473 0 4 0 16800975 18446604443621343296 0 0 -1 2 0 0 0
[pid=17437/tid=17455] ppid=17435 vsize=10571344 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17455/stat : 17455 (java) S 17435 17437 13684 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 909265220 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
[pid=17437/tid=17456] ppid=17435 vsize=10571344 CPUtime=827.23 cores=0,2,4,6
/proc/17437/task/17456/stat : 17456 (java) R 17435 17437 13684 0 -1 4202560 150 0 0 0 82722 1 0 0 25 0 22 0 909265949 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 46912505959845 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17437/tid=17457] ppid=17435 vsize=10571344 CPUtime=827.35 cores=0,2,4,6
/proc/17437/task/17457/stat : 17457 (java) R 17435 17437 13684 0 -1 4202560 10678 0 0 0 82734 1 0 0 25 0 22 0 909265949 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 46912506215445 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17437/tid=17458] ppid=17435 vsize=10571344 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17458/stat : 17458 (java) S 17435 17437 13684 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 909266013 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 4 0 16800975 18446604443621343296 0 0 -1 0 0 0 0
[pid=17437/tid=17459] ppid=17435 vsize=10571344 CPUtime=0 cores=0,2,4,6
/proc/17437/task/17459/stat : 17459 (java) S 17435 17437 13684 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 22 0 909266024 10825056256 1084619 33554432000 1073741824 1073778376 140734373111520 18446744073709551615 216000409088 0 4 0 16800975 18446604443621343296 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 10571344

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

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

[startup+960.026 s]
/proc/loadavg: 2.83 2.88 3.00 4/556 17487
/proc/meminfo: memFree=11097452/32950940 swapFree=67111364/67111528
[pid=17437] ppid=17435 vsize=0 CPUtime=1800.26 cores=0,2,4,6
/proc/17437/stat : 17437 (java) Z 17435 17437 13684 0 -1 4203548 1095209 0 1 0 179876 150 0 0 17 0 2 0 909265214 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17437/statm: 0 0 0 0 0 0 0
[pid=17437/tid=17457] ppid=17435 vsize=0 CPUtime=827.45 cores=0,2,4,6
/proc/17437/task/17457/stat : 17457 (java) R 17435 17437 13684 0 -1 4203588 10678 0 0 0 82735 10 0 0 25 0 2 0 909265949 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

[startup+960.101 s]
/proc/loadavg: 2.83 2.88 3.00 4/556 17487
/proc/meminfo: memFree=11097452/32950940 swapFree=67111364/67111528
[pid=17437] ppid=17435 vsize=0 CPUtime=1800.34 cores=0,2,4,6
/proc/17437/stat : 17437 (java) Z 17435 17437 13684 0 -1 4203548 1095209 0 1 0 179876 158 0 0 17 0 2 0 909265214 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17437/statm: 0 0 0 0 0 0 0
[pid=17437/tid=17457] ppid=17435 vsize=0 CPUtime=827.52 cores=0,2,4,6
/proc/17437/task/17457/stat : 17457 (java) R 17435 17437 13684 0 -1 4203588 10678 0 0 0 82735 17 0 0 25 0 2 0 909265949 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 960.106
CPU time (s): 1800.35
CPU user time (s): 1798.77
CPU system time (s): 1.58676
CPU usage (%): 187.516
Max. virtual memory (cumulated for all children) (KiB): 10571344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 1.58676
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1095209
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= 26783
involuntary context switches= 28756

runsolver used 5.32119 second user time and 11.3293 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-04 14:25:44
IDJOB=3454196
IDBENCH=2329
IDSOLVER=1950
FILE ID=node117/3454196-1307190343
RUNJOBID= node117-1307187542-16547
PBS_JOBID= 13508821
Free space on /tmp= 73596 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/milp/normalized-mps-v2-20-10-dano3_3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454196-1307190343/watcher-3454196-1307190343 -o /tmp/evaluation-result-3454196-1307190343/solver-3454196-1307190343 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454196-1307190343.opb

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

MD5SUM BENCH= 1c7fb7925778882f8c8001dcd3838f28
RANDOM SEED=826113002

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      15581520 kB
Buffers:        377268 kB
Cached:        3231768 kB
SwapCached:          0 kB
Active:       13866080 kB
Inactive:      3099080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      15581520 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           32596 kB
Writeback:           0 kB
AnonPages:    13355944 kB
Mapped:          50192 kB
Slab:           271068 kB
PageTables:      65136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 159863968 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= 73596 MiB
End job on node117 at 2011-06-04 14:41:46