Trace number 2661588

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.51 926.006

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_1_15.opb
MD5SUM0df66f3e832b73f1cdf8165c8cc1c11b
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2661588-1276680423.opb
0.24/0.22	c reading problem ... 
3.14/2.33	c ... done. Wall clock time 2.109s.
3.14/2.33	c #vars     3238
3.14/2.33	c #constraints  6379
3.14/2.33	c constraints type 
3.14/2.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3038
3.14/2.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
3.14/2.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
3.14/2.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
3.14/2.33	c constraints type 
3.14/2.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
3.14/2.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
3.14/2.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
3.14/2.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
15.39/8.52	c cleaning 2514 clauses out of 5028 with flag 5028/5028
26.23/14.09	c cleaning 4249 clauses out of 8497 with flag 11011/11011
36.86/19.43	c cleaning 5625 clauses out of 11250 with flag 18013/18013
48.51/25.34	c cleaning 6813 clauses out of 13626 with flag 26014/26014
66.78/34.64	c cleaning 7903 clauses out of 15806 with flag 35007/35007
90.66/46.79	c cleaning 8955 clauses out of 17909 with flag 45013/45013
115.11/59.20	c cleaning 9477 clauses out of 18956 with flag 55015/55015
133.80/68.64	c cleaning 9743 clauses out of 19485 with flag 65021/65021
158.20/81.05	c cleaning 9876 clauses out of 19753 with flag 75032/75032
182.03/93.17	c cleaning 9924 clauses out of 19847 with flag 85002/85002
209.22/106.93	c cleaning 9979 clauses out of 19958 with flag 95037/95037
230.63/117.84	c cleaning 9973 clauses out of 19949 with flag 105007/105007
251.44/128.45	c cleaning 9984 clauses out of 19970 with flag 115001/115001
272.28/139.04	c cleaning 9994 clauses out of 19992 with flag 125007/125007
290.53/148.32	c cleaning 9993 clauses out of 19991 with flag 135000/135000
307.00/156.75	c cleaning 9997 clauses out of 19998 with flag 145000/145000
323.80/165.37	c cleaning 9999 clauses out of 20001 with flag 155000/155000
342.23/174.80	c cleaning 10000 clauses out of 20004 with flag 165002/165002
361.25/184.48	c cleaning 10000 clauses out of 20004 with flag 175002/175002
378.30/193.19	c cleaning 9999 clauses out of 20002 with flag 185000/185000
396.86/202.61	c cleaning 10000 clauses out of 20005 with flag 195002/195002
415.09/211.94	c cleaning 10004 clauses out of 20011 with flag 205008/205008
418.05/213.54	c cleaning 0 clauses out of 5000 with flag 0/5000
434.90/222.11	c cleaning 9998 clauses out of 19999 with flag 215000/215000
453.25/231.54	c cleaning 10005 clauses out of 20022 with flag 225021/225021
470.08/240.15	c cleaning 9996 clauses out of 19996 with flag 235000/235000
481.36/245.99	c cleaning 9998 clauses out of 20004 with flag 245004/245004
493.62/252.21	c cleaning 9997 clauses out of 20014 with flag 255012/255012
510.38/260.90	c cleaning 10008 clauses out of 20020 with flag 265015/265015
526.80/269.20	c cleaning 10008 clauses out of 20019 with flag 275022/275022
542.62/277.34	c cleaning 10004 clauses out of 20012 with flag 285023/285023
559.66/286.04	c cleaning 9991 clauses out of 19985 with flag 295000/295000
576.00/294.42	c cleaning 9996 clauses out of 19996 with flag 305002/305002
592.60/302.97	c cleaning 10002 clauses out of 20008 with flag 315010/315010
609.61/311.64	c cleaning 10003 clauses out of 20009 with flag 325013/325013
628.21/321.20	c cleaning 10001 clauses out of 20006 with flag 335013/335013
642.96/328.75	c cleaning 9995 clauses out of 19993 with flag 345001/345001
658.39/336.69	c cleaning 10002 clauses out of 20008 with flag 355011/355011
673.59/344.46	c cleaning 10001 clauses out of 20005 with flag 365010/365010
692.98/354.34	c cleaning 9997 clauses out of 19998 with flag 375004/375004
707.93/362.09	c cleaning 10003 clauses out of 20008 with flag 385011/385011
726.31/371.41	c cleaning 9999 clauses out of 19998 with flag 395004/395004
745.09/381.05	c cleaning 9996 clauses out of 19996 with flag 405001/405001
763.85/390.61	c cleaning 10003 clauses out of 20010 with flag 415011/415011
780.77/399.37	c cleaning 10006 clauses out of 20015 with flag 425019/425019
792.97/405.68	c cleaning 9995 clauses out of 19993 with flag 435003/435003
808.95/413.84	c cleaning 9998 clauses out of 20000 with flag 445005/445005
824.15/421.69	c cleaning 10002 clauses out of 20007 with flag 455010/455010
841.62/430.67	c cleaning 10005 clauses out of 20014 with flag 465019/465019
852.84/436.42	c cleaning 9996 clauses out of 19998 with flag 475008/475008
867.63/444.07	c cleaning 10010 clauses out of 20023 with flag 485029/485029
887.17/454.01	c cleaning 10003 clauses out of 20007 with flag 495023/495023
900.68/461.08	c cleaning 9990 clauses out of 19983 with flag 505002/505002
916.05/468.95	c cleaning 9993 clauses out of 19992 with flag 515001/515001
931.81/477.04	c cleaning 9997 clauses out of 20001 with flag 525003/525003
945.01/483.85	c cleaning 10000 clauses out of 20003 with flag 535002/535002
959.30/491.27	c cleaning 10000 clauses out of 20004 with flag 545003/545003
973.26/498.47	c cleaning 10000 clauses out of 20005 with flag 555004/555004
987.44/505.71	c cleaning 10013 clauses out of 20028 with flag 565027/565027
1002.60/513.57	c cleaning 9997 clauses out of 19995 with flag 575007/575007
1016.26/520.65	c cleaning 9994 clauses out of 19993 with flag 585002/585002
1037.75/531.63	c cleaning 10002 clauses out of 20007 with flag 595010/595010
1057.05/541.58	c cleaning 10002 clauses out of 20010 with flag 605015/605015
1077.55/552.01	c cleaning 9999 clauses out of 20004 with flag 615011/615011
1094.37/560.79	c cleaning 10002 clauses out of 20010 with flag 625016/625016
1112.67/570.13	c cleaning 9999 clauses out of 20002 with flag 635010/635010
1129.37/578.74	c cleaning 9996 clauses out of 19996 with flag 645003/645003
1147.27/587.99	c cleaning 10010 clauses out of 20024 with flag 655027/655027
1166.45/597.82	c cleaning 9995 clauses out of 19990 with flag 665003/665003
1179.78/604.79	c cleaning 9998 clauses out of 20002 with flag 675010/675010
1193.91/612.08	c cleaning 9994 clauses out of 19994 with flag 685000/685000
1206.24/618.47	c cleaning 9998 clauses out of 20002 with flag 695002/695002
1220.48/625.82	c cleaning 9999 clauses out of 20003 with flag 705001/705001
1233.58/632.67	c cleaning 10020 clauses out of 20043 with flag 715040/715040
1249.50/640.88	c cleaning 9998 clauses out of 19999 with flag 725016/725016
1264.21/648.48	c cleaning 9999 clauses out of 20002 with flag 735017/735017
1279.62/656.42	c cleaning 9993 clauses out of 19991 with flag 745005/745005
1294.34/664.06	c cleaning 9998 clauses out of 20001 with flag 755008/755008
1308.85/671.55	c cleaning 9995 clauses out of 19998 with flag 765003/765003
1324.15/679.48	c cleaning 9999 clauses out of 20002 with flag 775002/775002
1339.35/687.40	c cleaning 9993 clauses out of 20001 with flag 785000/785000
1353.86/694.85	c cleaning 10011 clauses out of 20024 with flag 795016/795016
1365.99/701.18	c cleaning 9999 clauses out of 20006 with flag 805009/805009
1380.48/708.68	c cleaning 9997 clauses out of 20003 with flag 815005/815005
1394.49/715.91	c cleaning 9996 clauses out of 20002 with flag 825001/825001
1407.79/722.83	c cleaning 9991 clauses out of 20005 with flag 835000/835000
1421.50/729.99	c cleaning 10010 clauses out of 20034 with flag 845020/845020
1434.62/736.73	c cleaning 10000 clauses out of 20012 with flag 855008/855008
1448.83/744.14	c cleaning 9995 clauses out of 20006 with flag 865002/865002
1465.72/752.90	c cleaning 9998 clauses out of 20010 with flag 875001/875001
1480.01/760.24	c cleaning 10005 clauses out of 20020 with flag 885009/885009
1500.85/771.01	c cleaning 10002 clauses out of 20013 with flag 895007/895007
1519.22/780.43	c cleaning 10011 clauses out of 20028 with flag 905024/905024
1533.72/787.98	c cleaning 9997 clauses out of 20001 with flag 915008/915008
1552.19/797.50	c cleaning 9995 clauses out of 19999 with flag 925003/925003
1575.01/809.18	c cleaning 10020 clauses out of 20050 with flag 935049/935049
1594.75/819.36	c cleaning 9991 clauses out of 19991 with flag 945010/945010
1609.85/827.19	c cleaning 9998 clauses out of 20007 with flag 955017/955017
1624.34/834.66	c cleaning 9996 clauses out of 20004 with flag 965012/965012
1640.03/842.73	c cleaning 9992 clauses out of 19997 with flag 975001/975001
1652.05/849.06	c cleaning 10007 clauses out of 20026 with flag 985022/985022
1667.92/857.27	c cleaning 9996 clauses out of 20003 with flag 995006/995006
1682.61/864.89	c cleaning 10003 clauses out of 20017 with flag 1005016/1005016
1696.49/872.09	c cleaning 10001 clauses out of 20009 with flag 1015011/1015011
1712.67/880.49	c cleaning 9992 clauses out of 19997 with flag 1025000/1025000
1730.70/889.77	c cleaning 10004 clauses out of 20015 with flag 1035010/1035010
1746.35/897.83	c cleaning 10000 clauses out of 20008 with flag 1045007/1045007
1759.43/904.66	c cleaning 9997 clauses out of 20011 with flag 1055010/1055010
1772.00/911.25	c cleaning 9999 clauses out of 20007 with flag 1065003/1065003
1787.65/919.38	c cleaning 9999 clauses out of 20008 with flag 1075003/1075003
1800.15/925.82	c starts		: 189
1800.15/925.82	c conflicts		: 1083082
1800.15/925.82	c decisions		: 3364300
1800.15/925.82	c propagations		: 21591607
1800.15/925.82	c inspects		: 1440161316
1800.15/925.82	c learnt literals	: 0
1800.15/925.82	c learnt binary clauses	: 0
1800.15/925.82	c learnt ternary clauses	: 567
1800.15/925.82	c learnt clauses	: 1083082
1800.15/925.82	c ignored clauses	: 0
1800.15/925.82	c root simplifications	: 0
1800.15/925.82	c removed literals (reason simplification)	: 34697174
1800.15/925.82	c reason swapping (by a shorter reason)	: 0
1800.15/925.82	c Calls to reduceDB	: 109
1800.15/925.82	c number of reductions to clauses (during analyze)	: 0
1800.15/925.82	c number of learned constraints concerned by reduction	: 0
1800.15/925.82	c number of learning phase by resolution	: 0
1800.15/925.82	c number of learning phase by cutting planes	: 0
1800.15/925.82	c speed (assignments/second)	: 23380.54610465129
1800.15/925.82	c non guided choices	3096
1800.36/925.95	c learnt constraints type 
1800.36/925.95	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18179
1800.36/925.95	c constraints type 
1800.36/925.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3038
1800.36/925.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.36/925.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.36/925.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
1800.36/925.95	c constraints type 
1800.36/925.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.36/925.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
1800.36/925.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.36/925.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
1800.36/925.95	s UNKNOWN
1800.36/925.95	c Total wall clock time (in seconds): 925.731

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661588-1276680423/watcher-2661588-1276680423 -o /tmp/evaluation-result-2661588-1276680423/solver-2661588-1276680423 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661588-1276680423.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.87 1.99 1.65 3/106 12498
/proc/meminfo: memFree=1755024/2059040 swapFree=4136756/4192956
[pid=12498] ppid=12496 vsize=248 CPUtime=0
/proc/12498/stat : 12498 (java6) R 12496 12498 11699 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 43643861 253952 28 1992294400 134512640 134550932 4293482176 18446744073709551615 7619038 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12498/statm: 62 28 21 10 0 23 0

[startup+0.086009 s]
/proc/loadavg: 1.87 1.99 1.65 3/106 12498
/proc/meminfo: memFree=1755024/2059040 swapFree=4136756/4192956
[pid=12498] ppid=12496 vsize=1521796 CPUtime=0.07
/proc/12498/stat : 12498 (java) S 12496 12498 11699 0 -1 4202496 3799 0 1 0 5 2 0 0 15 0 7 0 43643861 1558319104 3240 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12498/statm: 380449 3240 1042 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101009 s]
/proc/loadavg: 1.87 1.99 1.65 3/106 12498
/proc/meminfo: memFree=1755024/2059040 swapFree=4136756/4192956
[pid=12498] ppid=12496 vsize=1524020 CPUtime=0.08
/proc/12498/stat : 12498 (java) S 12496 12498 11699 0 -1 4202496 3932 0 1 0 6 2 0 0 15 0 12 0 43643861 1560596480 3371 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12498/statm: 381005 3371 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301043 s]
/proc/loadavg: 1.87 1.99 1.65 3/106 12498
/proc/meminfo: memFree=1755024/2059040 swapFree=4136756/4192956
[pid=12498] ppid=12496 vsize=1526264 CPUtime=0.35
/proc/12498/stat : 12498 (java) S 12496 12498 11699 0 -1 4202496 5391 0 1 0 32 3 0 0 15 0 12 0 43643861 1562894336 4828 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12498/statm: 381566 4828 1353 10 0 378869 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526264

[startup+0.701121 s]
/proc/loadavg: 1.87 1.99 1.65 3/106 12498
/proc/meminfo: memFree=1755024/2059040 swapFree=4136756/4192956
[pid=12498] ppid=12496 vsize=1529168 CPUtime=1.08
/proc/12498/stat : 12498 (java) S 12496 12498 11699 0 -1 4202496 7182 0 1 0 104 4 0 0 15 0 12 0 43643861 1565868032 6581 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12498/statm: 382292 6582 1402 10 0 379595 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1529168

[startup+1.50225 s]
/proc/loadavg: 1.87 1.99 1.65 4/118 12510
/proc/meminfo: memFree=1728516/2059040 swapFree=4136756/4192956
[pid=12498] ppid=12496 vsize=1530888 CPUtime=2.26
/proc/12498/stat : 12498 (java) S 12496 12498 11699 0 -1 4202496 9657 0 1 0 221 5 0 0 15 0 12 0 43643861 1567629312 8650 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12498/statm: 382722 8650 1411 10 0 380025 0
[pid=12498/tid=12500] ppid=12496 vsize=1530888 CPUtime=1.46
/proc/12498/task/12500/stat : 12500 (java) R 12496 12498 11699 0 -1 4202560 6330 0 1 0 143 3 0 0 25 0 12 0 43643863 1567629312 8650 1992294400 134512640 134550932 4287468672 18446744073709551615 4109813004 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12498/tid=12501] ppid=12496 vsize=1530888 CPUtime=0
/proc/12498/task/12501/stat : 12501 (java) S 12496 12498 11699 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 43643864 1567629312 8650 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12502] ppid=12496 vsize=1530888 CPUtime=0
/proc/12498/task/12502/stat : 12502 (java) S 12496 12498 11699 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 43643864 1567629312 8651 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12503] ppid=12496 vsize=1530888 CPUtime=0
/proc/12498/task/12503/stat : 12503 (java) S 12496 12498 11699 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 43643866 1567629312 8651 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12504] ppid=12496 vsize=1530888 CPUtime=0
/proc/12498/task/12504/stat : 12504 (java) S 12496 12498 11699 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 43643867 1567629312 8651 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12505] ppid=12496 vsize=1530888 CPUtime=0
/proc/12498/task/12505/stat : 12505 (java) S 12496 12498 11699 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 43643867 1567629312 8651 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12506] ppid=12496 vsize=1530888 CPUtime=0
/proc/12498/task/12506/stat : 12506 (java) S 12496 12498 11699 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 43643871 1567629312 8651 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12507] ppid=12496 vsize=1530888 CPUtime=0.22
/proc/12498/task/12507/stat : 12507 (java) S 12496 12498 11699 0 -1 4202560 424 0 0 0 22 0 0 0 19 0 12 0 43643871 1567629312 8651 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12508] ppid=12496 vsize=1530888 CPUtime=0.54
/proc/12498/task/12508/stat : 12508 (java) S 12496 12498 11699 0 -1 4202560 1838 0 0 0 54 0 0 0 15 0 12 0 43643871 1567629312 8651 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12509] ppid=12496 vsize=1530888 CPUtime=0
/proc/12498/task/12509/stat : 12509 (java) S 12496 12498 11699 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 43643871 1567629312 8651 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12510] ppid=12496 vsize=1530888 CPUtime=0
/proc/12498/task/12510/stat : 12510 (java) S 12496 12498 11699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 43643871 1567629312 8651 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1530888

[startup+3.10155 s]
/proc/loadavg: 1.87 1.99 1.65 2/118 12510
/proc/meminfo: memFree=1721944/2059040 swapFree=4136756/4192956
[pid=12498] ppid=12496 vsize=1544412 CPUtime=4.7
/proc/12498/stat : 12498 (java) S 12496 12498 11699 0 -1 4202496 17216 0 1 0 462 8 0 0 15 0 16 0 43643861 1581477888 14455 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12498/statm: 386103 14455 1425 10 0 383406 0
[pid=12498/tid=12500] ppid=12496 vsize=1544412 CPUtime=2.3
/proc/12498/task/12500/stat : 12500 (java) S 12496 12498 11699 0 -1 4202560 7603 0 1 0 226 4 0 0 25 0 16 0 43643863 1581477888 14455 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12501] ppid=12496 vsize=1544412 CPUtime=0
/proc/12498/task/12501/stat : 12501 (java) S 12496 12498 11699 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 43643864 1581477888 14455 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12502] ppid=12496 vsize=1544412 CPUtime=0
/proc/12498/task/12502/stat : 12502 (java) S 12496 12498 11699 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 43643864 1581477888 14455 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12503] ppid=12496 vsize=1544412 CPUtime=0
/proc/12498/task/12503/stat : 12503 (java) R 12496 12498 11699 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 43643866 1581477888 14455 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12498/tid=12504] ppid=12496 vsize=1544412 CPUtime=0
/proc/12498/task/12504/stat : 12504 (java) S 12496 12498 11699 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 43643867 1581477888 14455 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12505] ppid=12496 vsize=1544412 CPUtime=0
/proc/12498/task/12505/stat : 12505 (java) S 12496 12498 11699 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 43643867 1581477888 14455 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12506] ppid=12496 vsize=1544572 CPUtime=0
/proc/12498/task/12506/stat : 12506 (java) S 12496 12498 11699 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 43643871 1581641728 14460 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12507] ppid=12496 vsize=1544572 CPUtime=0.81
/proc/12498/task/12507/stat : 12507 (java) R 12496 12498 11699 0 -1 4202560 1841 0 0 0 80 1 0 0 16 0 16 0 43643871 1581641728 14470 1992294400 134512640 134550932 4287468672 18446744073709551615 105572780 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12498/tid=12508] ppid=12496 vsize=1544572 CPUtime=1
/proc/12498/task/12508/stat : 12508 (java) R 12496 12498 11699 0 -1 4202560 5252 0 0 0 99 1 0 0 16 0 16 0 43643871 1581641728 14471 1992294400 134512640 134550932 4287468672 18446744073709551615 106251286 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12498/tid=12509] ppid=12496 vsize=1544572 CPUtime=0
/proc/12498/task/12509/stat : 12509 (java) S 12496 12498 11699 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 43643871 1581641728 14471 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12510] ppid=12496 vsize=1544572 CPUtime=0
/proc/12498/task/12510/stat : 12510 (java) S 12496 12498 11699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 43643871 1581641728 14471 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 1544412

[startup+6.30769 s]
/proc/loadavg: 2.44 2.10 1.69 3/122 12514
/proc/meminfo: memFree=1590720/2059040 swapFree=4136756/4192956
[pid=12498] ppid=12496 vsize=1557428 CPUtime=11.04
/proc/12498/stat : 12498 (java) S 12496 12498 11699 0 -1 4202496 53704 0 1 0 1078 26 0 0 15 0 16 0 43643861 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12498/statm: 389357 45100 1441 10 0 386660 0
[pid=12498/tid=12500] ppid=12496 vsize=1557428 CPUtime=2.3
/proc/12498/task/12500/stat : 12500 (java) S 12496 12498 11699 0 -1 4202560 7604 0 1 0 226 4 0 0 15 0 16 0 43643863 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12501] ppid=12496 vsize=1557428 CPUtime=0.07
/proc/12498/task/12501/stat : 12501 (java) S 12496 12498 11699 0 -1 4202560 1926 0 0 0 6 1 0 0 15 0 16 0 43643864 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12502] ppid=12496 vsize=1557428 CPUtime=0.07
/proc/12498/task/12502/stat : 12502 (java) R 12496 12498 11699 0 -1 4202560 2286 0 0 0 6 1 0 0 15 0 16 0 43643864 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12498/tid=12503] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12503/stat : 12503 (java) S 12496 12498 11699 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 16 0 43643866 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12504] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12504/stat : 12504 (java) S 12496 12498 11699 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 43643867 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12505] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12505/stat : 12505 (java) S 12496 12498 11699 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43643867 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12506] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12506/stat : 12506 (java) S 12496 12498 11699 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 43643871 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12507] ppid=12496 vsize=1557428 CPUtime=1.94
/proc/12498/task/12507/stat : 12507 (java) S 12496 12498 11699 0 -1 4202560 6522 0 0 0 191 3 0 0 16 0 16 0 43643871 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12508] ppid=12496 vsize=1557428 CPUtime=2.61
/proc/12498/task/12508/stat : 12508 (java) S 12496 12498 11699 0 -1 4202560 9773 0 0 0 258 3 0 0 15 0 16 0 43643871 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12509] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12509/stat : 12509 (java) S 12496 12498 11699 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 43643871 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12510] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12510/stat : 12510 (java) S 12496 12498 11699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 43643871 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12511] ppid=12496 vsize=1557428 CPUtime=1.99
/proc/12498/task/12511/stat : 12511 (java) S 12496 12498 11699 0 -1 4202560 17312 0 0 0 192 7 0 0 25 0 16 0 43644095 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12512] ppid=12496 vsize=1557428 CPUtime=2
/proc/12498/task/12512/stat : 12512 (java) S 12496 12498 11699 0 -1 4202560 7198 0 0 0 197 3 0 0 25 0 16 0 43644095 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12513] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12513/stat : 12513 (java) S 12496 12498 11699 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 43644096 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12514] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12514/stat : 12514 (java) S 12496 12498 11699 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 43644098 1594806272 45100 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.04
Current children cumulated vsize (KiB) 1557428

[startup+12.7013 s]
/proc/loadavg: 2.40 2.10 1.69 3/122 12514
/proc/meminfo: memFree=1546080/2059040 swapFree=4136756/4192956
[pid=12498] ppid=12496 vsize=1557428 CPUtime=23.64
/proc/12498/stat : 12498 (java) S 12496 12498 11699 0 -1 4202496 62605 0 1 0 2333 31 0 0 15 0 16 0 43643861 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12498/statm: 389357 53598 1450 10 0 386660 0
[pid=12498/tid=12500] ppid=12496 vsize=1557428 CPUtime=2.3
/proc/12498/task/12500/stat : 12500 (java) S 12496 12498 11699 0 -1 4202560 7604 0 1 0 226 4 0 0 15 0 16 0 43643863 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12501] ppid=12496 vsize=1557428 CPUtime=0.24
/proc/12498/task/12501/stat : 12501 (java) S 12496 12498 11699 0 -1 4202560 5105 0 0 0 22 2 0 0 16 0 16 0 43643864 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12502] ppid=12496 vsize=1557428 CPUtime=0.24
/proc/12498/task/12502/stat : 12502 (java) S 12496 12498 11699 0 -1 4202560 6015 0 0 0 20 4 0 0 15 0 16 0 43643864 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12503] ppid=12496 vsize=1557428 CPUtime=0.06
/proc/12498/task/12503/stat : 12503 (java) S 12496 12498 11699 0 -1 4202560 796 0 0 0 6 0 0 0 15 0 16 0 43643866 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12504] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12504/stat : 12504 (java) S 12496 12498 11699 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 43643867 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12505] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12505/stat : 12505 (java) S 12496 12498 11699 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43643867 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12506] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12506/stat : 12506 (java) S 12496 12498 11699 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 43643871 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12507] ppid=12496 vsize=1557428 CPUtime=2.12
/proc/12498/task/12507/stat : 12507 (java) S 12496 12498 11699 0 -1 4202560 6541 0 0 0 209 3 0 0 15 0 16 0 43643871 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12508] ppid=12496 vsize=1557428 CPUtime=2.92
/proc/12498/task/12508/stat : 12508 (java) S 12496 12498 11699 0 -1 4202560 9789 0 0 0 289 3 0 0 16 0 16 0 43643871 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12509] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12509/stat : 12509 (java) S 12496 12498 11699 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 43643871 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12510] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12510/stat : 12510 (java) S 12496 12498 11699 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 43643871 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12511] ppid=12496 vsize=1557428 CPUtime=8.01
/proc/12498/task/12511/stat : 12511 (java) R 12496 12498 11699 0 -1 4202560 17893 0 0 0 793 8 0 0 25 0 16 0 43644095 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4110021530 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12498/tid=12512] ppid=12496 vsize=1557428 CPUtime=7.68
/proc/12498/task/12512/stat : 12512 (java) R 12496 12498 11699 0 -1 4202560 7792 0 0 0 765 3 0 0 25 0 16 0 43644095 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4110048530 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12498/tid=12513] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12513/stat : 12513 (java) S 12496 12498 11699 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 43644096 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12514] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12514/stat : 12514 (java) S 12496 12498 11699 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 43644098 1594806272 53598 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.64
Current children cumulated vsize (KiB) 1557428

[startup+25.5026 s]
/proc/loadavg: 2.39 2.11 1.70 5/122 12514
/proc/meminfo: memFree=1526116/2059040 swapFree=4136756/4192956
[pid=12498] ppid=12496 vsize=1557428 CPUtime=48.75
/proc/12498/stat : 12498 (java) S 12496 12498 11699 0 -1 4202496 68454 0 1 0 4839 36 0 0 15 0 16 0 43643861 1594806272 58844 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/12498/statm: 389357 79541 1450 10 0 386660 0
[pid=12498/tid=12500] ppid=12496 vsize=1557428 CPUtime=2.3
/proc/12498/task/12500/stat : 12500 (java) S 12496 12498 11699 0 -1 4202560 7624 0 1 0 226 4 0 0 15 0 16 0 43643863 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12501] ppid=12496 vsize=1557428 CPUtime=10.73
/proc/12498/task/12501/stat : 12501 (java) S 12496 12498 11699 0 -1 4202560 19200 0 0 0 1044 29 0 0 16 0 16 0 43643864 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12502] ppid=12496 vsize=1557428 CPUtime=10.74
/proc/12498/task/12502/stat : 12502 (java) S 12496 12498 11699 0 -1 4202560 20259 0 0 0 1041 33 0 0 16 0 16 0 43643864 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12503] ppid=12496 vsize=1557428 CPUtime=26.09
/proc/12498/task/12503/stat : 12503 (java) S 12496 12498 11699 0 -1 4202560 1210 0 0 0 2603 6 0 0 15 0 16 0 43643866 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12504] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12504/stat : 12504 (java) S 12496 12498 11699 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 43643867 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12505] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12505/stat : 12505 (java) S 12496 12498 11699 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43643867 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12506] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12506/stat : 12506 (java) S 12496 12498 11699 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 43643871 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12507] ppid=12496 vsize=1557428 CPUtime=2.13
/proc/12498/task/12507/stat : 12507 (java) S 12496 12498 11699 0 -1 4202560 6541 0 0 0 210 3 0 0 15 0 16 0 43643871 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12508] ppid=12496 vsize=1557428 CPUtime=3.62
/proc/12498/task/12508/stat : 12508 (java) S 12496 12498 11699 0 -1 4202560 9804 0 0 0 359 3 0 0 15 0 16 0 43643871 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12509] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12509/stat : 12509 (java) S 12496 12498 11699 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 43643871 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12510] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12510/stat : 12510 (java) S 12496 12498 11699 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 43643871 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12511] ppid=12496 vsize=1557428 CPUtime=714.38
/proc/12498/task/12511/stat : 12511 (java) R 12496 12498 11699 0 -1 4202560 18250 0 0 0 71410 28 0 0 25 0 16 0 43644095 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4110311298 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12498/tid=12512] ppid=12496 vsize=1557428 CPUtime=713.74
/proc/12498/task/12512/stat : 12512 (java) R 12496 12498 11699 0 -1 4202560 8062 0 0 0 71357 17 0 0 25 0 16 0 43644095 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4110150791 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12498/tid=12513] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12513/stat : 12513 (java) S 12496 12498 11699 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 43644096 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12514] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12514/stat : 12514 (java) S 12496 12498 11699 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 43644098 1594806272 79541 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1483.84
Current children cumulated vsize (KiB) 1557428

[startup+822.302 s]
/proc/loadavg: 2.22 2.07 1.88 3/122 12536
/proc/meminfo: memFree=1432496/2059040 swapFree=4136756/4192956
[pid=12498] ppid=12496 vsize=1557428 CPUtime=1600.32
/proc/12498/stat : 12498 (java) S 12496 12498 11699 0 -1 4202496 93956 0 1 0 159895 137 0 0 15 0 16 0 43643861 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12498/statm: 389357 81266 1450 10 0 386660 0
[pid=12498/tid=12500] ppid=12496 vsize=1557428 CPUtime=2.3
/proc/12498/task/12500/stat : 12500 (java) S 12496 12498 11699 0 -1 4202560 7625 0 1 0 226 4 0 0 15 0 16 0 43643863 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12501] ppid=12496 vsize=1557428 CPUtime=11.74
/proc/12498/task/12501/stat : 12501 (java) S 12496 12498 11699 0 -1 4202560 20269 0 0 0 1142 32 0 0 15 0 16 0 43643864 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12502] ppid=12496 vsize=1557428 CPUtime=11.73
/proc/12498/task/12502/stat : 12502 (java) S 12496 12498 11699 0 -1 4202560 21029 0 0 0 1137 36 0 0 16 0 16 0 43643864 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12503] ppid=12496 vsize=1557428 CPUtime=28.51
/proc/12498/task/12503/stat : 12503 (java) S 12496 12498 11699 0 -1 4202560 1214 0 0 0 2845 6 0 0 15 0 16 0 43643866 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12504] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12504/stat : 12504 (java) S 12496 12498 11699 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 43643867 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12505] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12505/stat : 12505 (java) S 12496 12498 11699 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43643867 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12506] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12506/stat : 12506 (java) S 12496 12498 11699 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 43643871 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12507] ppid=12496 vsize=1557428 CPUtime=2.13
/proc/12498/task/12507/stat : 12507 (java) S 12496 12498 11699 0 -1 4202560 6541 0 0 0 210 3 0 0 15 0 16 0 43643871 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12508] ppid=12496 vsize=1557428 CPUtime=3.62
/proc/12498/task/12508/stat : 12508 (java) S 12496 12498 11699 0 -1 4202560 9804 0 0 0 359 3 0 0 15 0 16 0 43643871 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12509] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12509/stat : 12509 (java) S 12496 12498 11699 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 43643871 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12510] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12510/stat : 12510 (java) S 12496 12498 11699 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 43643871 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12511] ppid=12496 vsize=1557428 CPUtime=770.35
/proc/12498/task/12511/stat : 12511 (java) R 12496 12498 11699 0 -1 4202560 18279 0 0 0 77006 29 0 0 25 0 16 0 43644095 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4110520584 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12498/tid=12512] ppid=12496 vsize=1557428 CPUtime=769.84
/proc/12498/task/12512/stat : 12512 (java) R 12496 12498 11699 0 -1 4202560 8077 0 0 0 76966 18 0 0 25 0 16 0 43644095 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4110048066 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12498/tid=12513] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12513/stat : 12513 (java) S 12496 12498 11699 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 43644096 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12514] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12514/stat : 12514 (java) S 12496 12498 11699 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 43644098 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1600.32
Current children cumulated vsize (KiB) 1557428

[startup+882.302 s]
/proc/loadavg: 2.28 2.10 1.90 3/122 12538
/proc/meminfo: memFree=1432372/2059040 swapFree=4136756/4192956
[pid=12498] ppid=12496 vsize=1557428 CPUtime=1716.02
/proc/12498/stat : 12498 (java) S 12496 12498 11699 0 -1 4202496 94010 0 1 0 171458 144 0 0 15 0 16 0 43643861 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12498/statm: 389357 81266 1450 10 0 386660 0
[pid=12498/tid=12500] ppid=12496 vsize=1557428 CPUtime=2.3
/proc/12498/task/12500/stat : 12500 (java) S 12496 12498 11699 0 -1 4202560 7627 0 1 0 226 4 0 0 15 0 16 0 43643863 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12501] ppid=12496 vsize=1557428 CPUtime=12.76
/proc/12498/task/12501/stat : 12501 (java) S 12496 12498 11699 0 -1 4202560 20269 0 0 0 1244 32 0 0 16 0 16 0 43643864 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12502] ppid=12496 vsize=1557428 CPUtime=12.75
/proc/12498/task/12502/stat : 12502 (java) S 12496 12498 11699 0 -1 4202560 21029 0 0 0 1234 41 0 0 15 0 16 0 43643864 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12503] ppid=12496 vsize=1557428 CPUtime=31.77
/proc/12498/task/12503/stat : 12503 (java) S 12496 12498 11699 0 -1 4202560 1218 0 0 0 3170 7 0 0 16 0 16 0 43643866 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12504] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12504/stat : 12504 (java) S 12496 12498 11699 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 43643867 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12505] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12505/stat : 12505 (java) S 12496 12498 11699 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43643867 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12506] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12506/stat : 12506 (java) S 12496 12498 11699 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 43643871 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12507] ppid=12496 vsize=1557428 CPUtime=2.13
/proc/12498/task/12507/stat : 12507 (java) S 12496 12498 11699 0 -1 4202560 6541 0 0 0 210 3 0 0 15 0 16 0 43643871 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12508] ppid=12496 vsize=1557428 CPUtime=3.62
/proc/12498/task/12508/stat : 12508 (java) S 12496 12498 11699 0 -1 4202560 9804 0 0 0 359 3 0 0 15 0 16 0 43643871 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12509] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12509/stat : 12509 (java) S 12496 12498 11699 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 43643871 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12510] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12510/stat : 12510 (java) S 12496 12498 11699 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 43643871 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12511] ppid=12496 vsize=1557428 CPUtime=825.79
/proc/12498/task/12511/stat : 12511 (java) R 12496 12498 11699 0 -1 4202560 18308 0 0 0 82548 31 0 0 18 0 16 0 43644095 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4109834174 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12498/tid=12512] ppid=12496 vsize=1557428 CPUtime=824.82
/proc/12498/task/12512/stat : 12512 (java) R 12496 12498 11699 0 -1 4202560 8092 0 0 0 82463 19 0 0 25 0 16 0 43644095 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4110018369 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12498/tid=12513] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12513/stat : 12513 (java) S 12496 12498 11699 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 43644096 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12514] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12514/stat : 12514 (java) S 12496 12498 11699 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 43644098 1594806272 81266 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1716.02
Current children cumulated vsize (KiB) 1557428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.802 s]
/proc/loadavg: 2.20 2.10 1.91 3/122 12538
/proc/meminfo: memFree=1428652/2059040 swapFree=4136756/4192956
[pid=12498] ppid=12496 vsize=1557428 CPUtime=1800.15
/proc/12498/stat : 12498 (java) S 12496 12498 11699 0 -1 4202496 95062 0 1 0 179864 151 0 0 15 0 16 0 43643861 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12498/statm: 389357 82193 1450 10 0 386660 0
[pid=12498/tid=12500] ppid=12496 vsize=1557428 CPUtime=2.3
/proc/12498/task/12500/stat : 12500 (java) S 12496 12498 11699 0 -1 4202560 7631 0 1 0 226 4 0 0 15 0 16 0 43643863 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12501] ppid=12496 vsize=1557428 CPUtime=13.66
/proc/12498/task/12501/stat : 12501 (java) S 12496 12498 11699 0 -1 4202560 20982 0 0 0 1333 33 0 0 15 0 16 0 43643864 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12502] ppid=12496 vsize=1557428 CPUtime=13.66
/proc/12498/task/12502/stat : 12502 (java) S 12496 12498 11699 0 -1 4202560 21327 0 0 0 1321 45 0 0 16 0 16 0 43643864 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12503] ppid=12496 vsize=1557428 CPUtime=33.9
/proc/12498/task/12503/stat : 12503 (java) S 12496 12498 11699 0 -1 4202560 1220 0 0 0 3383 7 0 0 15 0 16 0 43643866 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 0 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12504] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12504/stat : 12504 (java) S 12496 12498 11699 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 43643867 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12505] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12505/stat : 12505 (java) S 12496 12498 11699 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43643867 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12506] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12506/stat : 12506 (java) S 12496 12498 11699 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 43643871 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12507] ppid=12496 vsize=1557428 CPUtime=2.13
/proc/12498/task/12507/stat : 12507 (java) S 12496 12498 11699 0 -1 4202560 6541 0 0 0 210 3 0 0 15 0 16 0 43643871 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12508] ppid=12496 vsize=1557428 CPUtime=3.62
/proc/12498/task/12508/stat : 12508 (java) S 12496 12498 11699 0 -1 4202560 9804 0 0 0 359 3 0 0 15 0 16 0 43643871 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12509] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12509/stat : 12509 (java) S 12496 12498 11699 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 43643871 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 0 0 0 0
[pid=12498/tid=12510] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12510/stat : 12510 (java) R 12496 12498 11699 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 43643871 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12498/tid=12511] ppid=12496 vsize=1557428 CPUtime=865.99
/proc/12498/task/12511/stat : 12511 (java) R 12496 12498 11699 0 -1 4202560 18325 0 0 0 86567 32 0 0 25 0 16 0 43644095 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4110520698 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12498/tid=12512] ppid=12496 vsize=1557428 CPUtime=864.8
/proc/12498/task/12512/stat : 12512 (java) R 12496 12498 11699 0 -1 4202560 8108 0 0 0 86461 19 0 0 25 0 16 0 43644095 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4110034868 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12498/tid=12513] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12513/stat : 12513 (java) S 12496 12498 11699 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 43644096 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
[pid=12498/tid=12514] ppid=12496 vsize=1557428 CPUtime=0
/proc/12498/task/12514/stat : 12514 (java) S 12496 12498 11699 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 43644098 1594806272 82193 1992294400 134512640 134550932 4287468672 18446744073709551615 4294960144 0 4 0 16800975 18446604437830910400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1557428

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

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

[startup+926.002 s]
/proc/loadavg: 2.20 2.10 1.91 3/122 12538
/proc/meminfo: memFree=1428652/2059040 swapFree=4136756/4192956
[pid=12498] ppid=12496 vsize=0 CPUtime=1800.49
/proc/12498/stat : 12498 (java) Z 12496 12498 11699 0 -1 4203548 95085 0 1 0 179895 154 0 0 15 0 2 0 43643861 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12498/statm: 0 0 0 0 0 0 0
[pid=12498/tid=12511] ppid=12496 vsize=0 CPUtime=866.12
/proc/12498/task/12511/stat : 12511 (java) R 12496 12498 11699 0 -1 4203588 18325 0 0 0 86577 35 0 0 25 0 2 0 43644095 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 926.006
CPU time (s): 1800.51
CPU user time (s): 1798.96
CPU system time (s): 1.54776
CPU usage (%): 194.438
Max. virtual memory (cumulated for all children) (KiB): 1561904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.54776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95085
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= 28645
involuntary context switches= 52992

runsolver used 4.75728 second user time and 10.6164 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-16 11:27:03
IDJOB=2661588
IDBENCH=48348
IDSOLVER=1166
FILE ID=node012/2661588-1276680423
PBS_JOBID= 11172520
Free space on /tmp= 62588 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_1_15.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661588-1276680423/watcher-2661588-1276680423 -o /tmp/evaluation-result-2661588-1276680423/solver-2661588-1276680423 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661588-1276680423.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0df66f3e832b73f1cdf8165c8cc1c11b
RANDOM SEED=1235269673

node012.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1755544 kB
Buffers:         81088 kB
Cached:         127832 kB
SwapCached:       9680 kB
Active:          95160 kB
Inactive:       127220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1755544 kB
SwapTotal:     4192956 kB
SwapFree:      4136756 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:       11796 kB
Mapped:           9344 kB
Slab:            59272 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181464 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62588 MiB
End job on node012 at 2010-06-16 11:42:31