Trace number 3459831

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.12 1797.66

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12033_3-sat.opb
MD5SUM5c357873a81db98d0c84cf88eebfbda4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26136
Total number of constraints86824
Number of constraints which are clauses86396
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints428
Minimum length of a constraint1
Maximum length of a constraint95
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 582
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		12995394264
0.07/0.09	c Max memory 		13063553024
0.07/0.09	c Total memory 		13063553024
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3459831-1307169048.opb
0.10/0.11	c reading problem ... 
1.36/0.86	c ... done. Wall clock time 0.75s.
1.36/0.86	c #vars     26136
1.36/0.86	c #constraints  75711
1.36/0.86	c constraints type 
1.36/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9404
1.36/0.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61458
1.36/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 428
3.70/2.65	c cleaning 2487 clauses out of 5003 with flag 5003/5003
5.52/4.35	c cleaning 4251 clauses out of 8514 with flag 11001/11001
7.62/6.43	c cleaning 5619 clauses out of 11262 with flag 18000/18000
10.06/8.82	c cleaning 6815 clauses out of 13643 with flag 26000/26000
12.47/11.23	c cleaning 7905 clauses out of 15831 with flag 35003/35003
15.37/14.14	c cleaning 8959 clauses out of 17925 with flag 45002/45002
18.78/17.58	c cleaning 9965 clauses out of 19964 with flag 56000/56000
22.68/21.42	c cleaning 10997 clauses out of 22001 with flag 68002/68002
27.49/26.24	c cleaning 11978 clauses out of 24002 with flag 81000/81000
32.11/30.83	c cleaning 13009 clauses out of 26024 with flag 95000/95000
37.50/36.26	c cleaning 13981 clauses out of 28016 with flag 110001/110001
43.11/41.86	c cleaning 14993 clauses out of 30036 with flag 126002/126002
48.40/47.18	c cleaning 16014 clauses out of 32042 with flag 143001/143001
54.81/53.55	c cleaning 16990 clauses out of 34028 with flag 161001/161001
61.21/59.93	c cleaning 18012 clauses out of 36037 with flag 180000/180000
68.12/66.82	c cleaning 18998 clauses out of 38025 with flag 200000/200000
75.53/74.22	c cleaning 20004 clauses out of 40027 with flag 221000/221000
82.43/81.11	c cleaning 20999 clauses out of 42024 with flag 243001/243001
89.76/88.42	c cleaning 21994 clauses out of 44023 with flag 266000/266000
98.36/97.01	c cleaning 23003 clauses out of 46030 with flag 290001/290001
106.67/105.37	c cleaning 23997 clauses out of 48028 with flag 315002/315002
115.18/113.80	c cleaning 24990 clauses out of 50029 with flag 341000/341000
126.81/125.45	c cleaning 26010 clauses out of 52039 with flag 368000/368000
138.00/136.67	c cleaning 26993 clauses out of 54029 with flag 396000/396000
148.51/147.14	c cleaning 27998 clauses out of 56036 with flag 425000/425000
159.32/157.95	c cleaning 29010 clauses out of 58041 with flag 455003/455003
171.52/170.19	c cleaning 29991 clauses out of 60028 with flag 486000/486000
184.53/183.17	c cleaning 30992 clauses out of 62039 with flag 518002/518002
197.64/196.21	c cleaning 31997 clauses out of 64045 with flag 551000/551000
215.55/214.17	c cleaning 32997 clauses out of 66048 with flag 585000/585000
230.36/228.94	c cleaning 34015 clauses out of 68051 with flag 620000/620000
244.59/243.18	c cleaning 35001 clauses out of 70036 with flag 656000/656000
257.68/256.29	c cleaning 36004 clauses out of 72036 with flag 693001/693001
273.40/271.93	c cleaning 36990 clauses out of 74032 with flag 731001/731001
289.62/288.15	c cleaning 37992 clauses out of 76041 with flag 770000/770000
309.73/308.23	c cleaning 38993 clauses out of 78049 with flag 810000/810000
330.84/329.37	c cleaning 40015 clauses out of 80057 with flag 851001/851001
353.57/352.06	c cleaning 40994 clauses out of 82042 with flag 893001/893001
370.67/369.15	c cleaning 42013 clauses out of 84047 with flag 936000/936000
390.88/389.40	c cleaning 42993 clauses out of 86034 with flag 980000/980000
410.39/408.89	c cleaning 44010 clauses out of 88041 with flag 1025000/1025000
433.60/432.02	c cleaning 45003 clauses out of 90031 with flag 1071000/1071000
454.21/452.61	c cleaning 45990 clauses out of 92028 with flag 1118000/1118000
476.22/474.61	c cleaning 46976 clauses out of 94038 with flag 1166000/1166000
499.03/497.44	c cleaning 48002 clauses out of 96062 with flag 1215000/1215000
522.95/521.38	c cleaning 49005 clauses out of 98061 with flag 1265001/1265001
548.27/546.68	c cleaning 50003 clauses out of 100057 with flag 1316002/1316002
571.09/569.40	c cleaning 51011 clauses out of 102052 with flag 1368000/1368000
595.20/593.54	c cleaning 51990 clauses out of 104041 with flag 1421000/1421000
620.81/619.11	c cleaning 52999 clauses out of 106051 with flag 1475000/1475000
651.73/650.03	c cleaning 54002 clauses out of 108052 with flag 1530000/1530000
678.65/676.94	c cleaning 54997 clauses out of 110050 with flag 1586000/1586000
706.88/705.16	c cleaning 56014 clauses out of 112054 with flag 1643001/1643001
732.78/731.08	c cleaning 57005 clauses out of 114040 with flag 1701001/1701001
759.90/758.15	c cleaning 57980 clauses out of 116036 with flag 1760002/1760002
785.91/784.11	c cleaning 59009 clauses out of 118055 with flag 1820001/1820001
820.43/818.64	c cleaning 60012 clauses out of 120047 with flag 1881002/1881002
854.15/852.32	c cleaning 60994 clauses out of 122033 with flag 1943000/1943000
890.07/888.23	c cleaning 61987 clauses out of 124040 with flag 2006001/2006001
915.89/914.11	c cleaning 63016 clauses out of 126053 with flag 2070001/2070001
945.60/943.77	c cleaning 63989 clauses out of 128037 with flag 2135001/2135001
977.12/975.29	c cleaning 64986 clauses out of 130047 with flag 2201000/2201000
1015.54/1013.60	c cleaning 66001 clauses out of 132063 with flag 2268002/2268002
1054.26/1052.38	c cleaning 67011 clauses out of 134061 with flag 2336001/2336001
1092.79/1090.88	c cleaning 68014 clauses out of 136049 with flag 2405000/2405000
1132.72/1130.79	c cleaning 68994 clauses out of 138035 with flag 2475000/2475000
1176.53/1174.52	c cleaning 70010 clauses out of 140041 with flag 2546000/2546000
1217.45/1215.48	c cleaning 70995 clauses out of 142032 with flag 2618001/2618001
1260.19/1258.17	c cleaning 71499 clauses out of 143036 with flag 2690000/2690000
1296.91/1294.84	c cleaning 71732 clauses out of 143538 with flag 2762001/2762001
1333.75/1331.61	c cleaning 71884 clauses out of 143805 with flag 2834000/2834000
1372.17/1370.03	c cleaning 71939 clauses out of 143921 with flag 2906000/2906000
1410.49/1408.31	c cleaning 71974 clauses out of 143983 with flag 2978001/2978001
1444.32/1442.14	c cleaning 71983 clauses out of 144008 with flag 3050000/3050000
1478.03/1475.83	c cleaning 71983 clauses out of 144025 with flag 3122000/3122000
1516.64/1514.49	c cleaning 71979 clauses out of 144042 with flag 3194000/3194000
1555.36/1553.11	c cleaning 72002 clauses out of 144063 with flag 3266000/3266000
1591.38/1589.19	c cleaning 72021 clauses out of 144061 with flag 3338000/3338000
1627.60/1625.37	c cleaning 72004 clauses out of 144041 with flag 3410001/3410001
1662.42/1660.15	c cleaning 71992 clauses out of 144036 with flag 3482000/3482000
1708.24/1705.95	c cleaning 72002 clauses out of 144044 with flag 3554000/3554000
1757.37/1755.04	c cleaning 71979 clauses out of 144042 with flag 3626000/3626000
1798.39/1796.08	c cleaning 72003 clauses out of 144063 with flag 3698000/3698000
1800.01/1797.62	c starts		: 252
1800.01/1797.62	c conflicts		: 3701938
1800.01/1797.62	c decisions		: 4693764
1800.01/1797.62	c propagations		: 2416825098
1800.01/1797.62	c inspects		: 12030343146
1800.01/1797.62	c shortcuts		: 0
1800.01/1797.62	c learnt literals	: 1
1800.01/1797.62	c learnt binary clauses	: 3
1800.01/1797.62	c learnt ternary clauses	: 2683
1800.01/1797.62	c learnt constraints	: 3701937
1800.01/1797.62	c ignored constraints	: 0
1800.01/1797.62	c root simplifications	: 0
1800.01/1797.62	c removed literals (reason simplification)	: 72872527
1800.01/1797.62	c reason swapping (by a shorter reason)	: 0
1800.01/1797.62	c Calls to reduceDB	: 83
1800.01/1797.62	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.62	c number of learned constraints concerned by reduction	: 0
1800.01/1797.62	c number of learning phase by resolution	: 0
1800.01/1797.62	c number of learning phase by cutting planes	: 0
1800.01/1797.62	c speed (assignments/second)	: 1345099.583528824
1800.01/1797.62	c non guided choices	245
1800.01/1797.64	c learnt constraints type 
1800.01/1797.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.01/1797.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76041
1800.01/1797.64	c constraints type 
1800.01/1797.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9404
1800.01/1797.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61458
1800.01/1797.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 428
1800.01/1797.64	s UNKNOWN
1800.01/1797.64	c Total wall clock time (in seconds): 1797.537

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-3459831-1307169048/watcher-3459831-1307169048 -o /tmp/evaluation-result-3459831-1307169048/solver-3459831-1307169048 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459831-1307169048.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.01 2.07 2.05 3/447 1940
/proc/meminfo: memFree=21618196/32951124 swapFree=43324008/67111528
[pid=1940] ppid=1938 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/1940/stat : 1940 (java) R 1938 1940 585 0 -1 4202496 989 0 0 0 0 0 0 0 25 0 1 0 828505205 23580672 734 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 47183561235440 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1940/statm: 5757 751 550 9 0 124 0
[pid=1940/tid=1941] ppid=1938 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1941/stat : 1941 (java) R 1938 1940 585 0 -1 4202560 5646 0 1 0 0 0 0 0 25 0 2 0 828505205 13850947584 6462 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244446639163 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0823311 s]
/proc/loadavg: 2.01 2.07 2.05 3/447 1940
/proc/meminfo: memFree=21618196/32951124 swapFree=43324008/67111528
[pid=1940] ppid=1938 vsize=13555916 CPUtime=0.07 cores=0,2,4,6
/proc/1940/stat : 1940 (java) S 1938 1940 585 0 -1 4202496 14536 0 1 0 6 1 0 0 25 0 18 0 828505205 13881257984 14234 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1940/statm: 3388979 14234 1755 9 0 3379713 0
[pid=1940/tid=1941] ppid=1938 vsize=13555916 CPUtime=0.07 cores=0,2,4,6
/proc/1940/task/1941/stat : 1941 (java) R 1938 1940 585 0 -1 4202560 13363 0 1 0 6 1 0 0 25 0 18 0 828505205 13881257984 14234 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458771915 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13555916

[startup+0.100322 s]
/proc/loadavg: 2.01 2.07 2.05 3/447 1940
/proc/meminfo: memFree=21618196/32951124 swapFree=43324008/67111528
[pid=1940] ppid=1938 vsize=13622476 CPUtime=0.1 cores=0,2,4,6
/proc/1940/stat : 1940 (java) S 1938 1940 585 0 -1 4202496 15573 0 1 0 9 1 0 0 25 0 18 0 828505205 13949415424 15247 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1940/statm: 3405619 15247 2093 9 0 3396353 0
[pid=1940/tid=1941] ppid=1938 vsize=13622476 CPUtime=0.08 cores=0,2,4,6
/proc/1940/task/1941/stat : 1941 (java) R 1938 1940 585 0 -1 4202560 13639 0 1 0 7 1 0 0 25 0 18 0 828505205 13949415424 15248 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622476

[startup+0.300257 s]
/proc/loadavg: 2.01 2.07 2.05 3/447 1940
/proc/meminfo: memFree=21618196/32951124 swapFree=43324008/67111528
[pid=1940] ppid=1938 vsize=13625548 CPUtime=0.5 cores=0,2,4,6
/proc/1940/stat : 1940 (java) S 1938 1940 585 0 -1 4202496 19285 0 1 0 48 2 0 0 25 0 18 0 828505205 13952561152 18566 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1940/statm: 3406387 18566 2202 9 0 3397121 0
[pid=1940/tid=1941] ppid=1938 vsize=13625548 CPUtime=0.28 cores=0,2,4,6
/proc/1940/task/1941/stat : 1941 (java) R 1938 1940 585 0 -1 4202560 15675 0 1 0 27 1 0 0 25 0 18 0 828505205 13952561152 18566 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458771915 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13625548

[startup+0.700216 s]
/proc/loadavg: 2.01 2.07 2.05 3/447 1940
/proc/meminfo: memFree=21618196/32951124 swapFree=43324008/67111528
[pid=1940] ppid=1938 vsize=13627596 CPUtime=1.18 cores=0,2,4,6
/proc/1940/stat : 1940 (java) S 1938 1940 585 0 -1 4202496 50619 0 1 0 113 5 0 0 25 0 18 0 828505205 13954658304 49080 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1940/statm: 3406899 49084 2222 9 0 3397633 0
[pid=1940/tid=1941] ppid=1938 vsize=13627596 CPUtime=0.68 cores=0,2,4,6
/proc/1940/task/1941/stat : 1941 (java) R 1938 1940 585 0 -1 4202560 45116 0 1 0 64 4 0 0 18 0 18 0 828505205 13954658304 49084 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458771915 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 13627596

[startup+1.5011 s]
/proc/loadavg: 2.01 2.07 2.05 5/466 1959
/proc/meminfo: memFree=21374516/32951124 swapFree=43324008/67111528
[pid=1940] ppid=1938 vsize=13633744 CPUtime=2.55 cores=0,2,4,6
/proc/1940/stat : 1940 (java) S 1938 1940 585 0 -1 4202496 65915 0 1 0 249 6 0 0 25 0 19 0 828505205 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1940/statm: 3408436 62939 2235 9 0 3399170 0
[pid=1940/tid=1941] ppid=1938 vsize=13633744 CPUtime=1.48 cores=0,2,4,6
/proc/1940/task/1941/stat : 1941 (java) R 1938 1940 585 0 -1 4202560 57252 0 1 0 143 5 0 0 19 0 19 0 828505205 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 46912505924821 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1940/tid=1943] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1943/stat : 1943 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505207 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1944] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1944/stat : 1944 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505207 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1945] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1945/stat : 1945 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505207 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1946] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1946/stat : 1946 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505207 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1947] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1947/stat : 1947 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505207 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1948] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1948/stat : 1948 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505207 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1949] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1949/stat : 1949 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505207 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1950] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1950/stat : 1950 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505207 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1951] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1951/stat : 1951 (java) S 1938 1940 585 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 828505208 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 0 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1952] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1952/stat : 1952 (java) S 1938 1940 585 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828505209 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1953] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1953/stat : 1953 (java) S 1938 1940 585 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 828505209 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1954] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1954/stat : 1954 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505211 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458768817 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1955] ppid=1938 vsize=13633744 CPUtime=0.56 cores=0,2,4,6
/proc/1940/task/1955/stat : 1955 (java) S 1938 1940 585 0 -1 4202560 4794 0 0 0 55 1 0 0 23 0 19 0 828505211 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1956] ppid=1938 vsize=13633744 CPUtime=0.5 cores=0,2,4,6
/proc/1940/task/1956/stat : 1956 (java) S 1938 1940 585 0 -1 4202560 2709 0 0 0 50 0 0 0 22 0 19 0 828505211 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1957] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1957/stat : 1957 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505211 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1958] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1958/stat : 1958 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828505211 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1959] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1959/stat : 1959 (java) S 1938 1940 585 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828505296 13960953856 62939 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 13633744

[startup+3.10081 s]
/proc/loadavg: 2.01 2.07 2.05 3/466 1959
/proc/meminfo: memFree=21372280/32951124 swapFree=43324008/67111528
[pid=1940] ppid=1938 vsize=13633744 CPUtime=4.26 cores=0,2,4,6
/proc/1940/stat : 1940 (java) S 1938 1940 585 0 -1 4202496 71679 0 1 0 419 7 0 0 25 0 19 0 828505205 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1940/statm: 3408436 68696 2263 9 0 3399170 0
[pid=1940/tid=1941] ppid=1938 vsize=13633744 CPUtime=3.02 cores=0,2,4,6
/proc/1940/task/1941/stat : 1941 (java) R 1938 1940 585 0 -1 4202560 57530 0 1 0 297 5 0 0 22 0 19 0 828505205 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 46912505940151 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1940/tid=1943] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1943/stat : 1943 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828505207 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1944] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1944/stat : 1944 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828505207 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1945] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1945/stat : 1945 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828505207 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1946] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1946/stat : 1946 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828505207 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1947] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1947/stat : 1947 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828505207 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1948] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1948/stat : 1948 (java) S 1938 1940 585 0 -1 4202560 415 0 0 0 0 0 0 0 18 0 19 0 828505207 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1949] ppid=1938 vsize=13633744 CPUtime=0.01 cores=0,2,4,6
/proc/1940/task/1949/stat : 1949 (java) S 1938 1940 585 0 -1 4202560 1084 0 0 0 1 0 0 0 18 0 19 0 828505207 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1950] ppid=1938 vsize=13633744 CPUtime=0.01 cores=0,2,4,6
/proc/1940/task/1950/stat : 1950 (java) S 1938 1940 585 0 -1 4202560 1235 0 0 0 1 0 0 0 18 0 19 0 828505207 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1951] ppid=1938 vsize=13633744 CPUtime=0.03 cores=0,2,4,6
/proc/1940/task/1951/stat : 1951 (java) S 1938 1940 585 0 -1 4202560 2733 0 0 0 3 0 0 0 16 0 19 0 828505208 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 0 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1952] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1952/stat : 1952 (java) S 1938 1940 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828505209 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1953] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1953/stat : 1953 (java) S 1938 1940 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828505209 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1954] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1954/stat : 1954 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505211 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458768817 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1955] ppid=1938 vsize=13633744 CPUtime=0.61 cores=0,2,4,6
/proc/1940/task/1955/stat : 1955 (java) S 1938 1940 585 0 -1 4202560 4811 0 0 0 60 1 0 0 15 0 19 0 828505211 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1956] ppid=1938 vsize=13633744 CPUtime=0.53 cores=0,2,4,6
/proc/1940/task/1956/stat : 1956 (java) S 1938 1940 585 0 -1 4202560 2716 0 0 0 53 0 0 0 15 0 19 0 828505211 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1957] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1957/stat : 1957 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505211 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1958] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1958/stat : 1958 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828505211 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1959] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1959/stat : 1959 (java) S 1938 1940 585 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828505296 13960953856 68696 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 13633744

[startup+6.30117 s]
/proc/loadavg: 2.01 2.07 2.05 3/466 1960
/proc/meminfo: memFree=21347488/32951124 swapFree=43324008/67111528
[pid=1940] ppid=1938 vsize=13633744 CPUtime=7.52 cores=0,2,4,6
/proc/1940/stat : 1940 (java) S 1938 1940 585 0 -1 4202496 72198 0 1 0 744 8 0 0 25 0 19 0 828505205 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1940/statm: 3408436 69147 2263 9 0 3399170 0
[pid=1940/tid=1941] ppid=1938 vsize=13633744 CPUtime=6.18 cores=0,2,4,6
/proc/1940/task/1941/stat : 1941 (java) R 1938 1940 585 0 -1 4202560 57533 0 1 0 613 5 0 0 25 0 19 0 828505205 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 46912505662232 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1940/tid=1943] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1943/stat : 1943 (java) S 1938 1940 585 0 -1 4202560 128 0 0 0 0 0 0 0 16 0 19 0 828505207 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1944] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1944/stat : 1944 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828505207 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1945] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1945/stat : 1945 (java) S 1938 1940 585 0 -1 4202560 149 0 0 0 0 0 0 0 16 0 19 0 828505207 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1946] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1946/stat : 1946 (java) S 1938 1940 585 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828505207 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1947] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1947/stat : 1947 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828505207 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1948] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1948/stat : 1948 (java) S 1938 1940 585 0 -1 4202560 415 0 0 0 0 0 0 0 18 0 19 0 828505207 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1949] ppid=1938 vsize=13633744 CPUtime=0.01 cores=0,2,4,6
/proc/1940/task/1949/stat : 1949 (java) S 1938 1940 585 0 -1 4202560 1084 0 0 0 1 0 0 0 18 0 19 0 828505207 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1950] ppid=1938 vsize=13633744 CPUtime=0.01 cores=0,2,4,6
/proc/1940/task/1950/stat : 1950 (java) S 1938 1940 585 0 -1 4202560 1235 0 0 0 1 0 0 0 18 0 19 0 828505207 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1951] ppid=1938 vsize=13633744 CPUtime=0.07 cores=0,2,4,6
/proc/1940/task/1951/stat : 1951 (java) S 1938 1940 585 0 -1 4202560 2872 0 0 0 7 0 0 0 15 0 19 0 828505208 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 0 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1952] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1952/stat : 1952 (java) S 1938 1940 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828505209 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1953] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1953/stat : 1953 (java) S 1938 1940 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828505209 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1954] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1954/stat : 1954 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505211 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458768817 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1955] ppid=1938 vsize=13633744 CPUtime=0.64 cores=0,2,4,6
/proc/1940/task/1955/stat : 1955 (java) S 1938 1940 585 0 -1 4202560 4811 0 0 0 63 1 0 0 16 0 19 0 828505211 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1956] ppid=1938 vsize=13633744 CPUtime=0.55 cores=0,2,4,6
/proc/1940/task/1956/stat : 1956 (java) S 1938 1940 585 0 -1 4202560 2716 0 0 0 55 0 0 0 16 0 19 0 828505211 13960953856 69147 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0

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

[pid=1940/tid=1948] ppid=1938 vsize=13633744 CPUtime=0.19 cores=0,2,4,6
/proc/1940/task/1948/stat : 1948 (java) S 1938 1940 585 0 -1 4202560 1605 0 0 0 19 0 0 0 15 0 19 0 828505207 13960953856 85586 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1949] ppid=1938 vsize=13633744 CPUtime=0.21 cores=0,2,4,6
/proc/1940/task/1949/stat : 1949 (java) S 1938 1940 585 0 -1 4202560 1686 0 0 0 21 0 0 0 16 0 19 0 828505207 13960953856 85586 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1950] ppid=1938 vsize=13633744 CPUtime=0.17 cores=0,2,4,6
/proc/1940/task/1950/stat : 1950 (java) S 1938 1940 585 0 -1 4202560 2098 0 0 0 17 0 0 0 15 0 19 0 828505207 13960953856 85586 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 0 0 0 0
[pid=1940/tid=1951] ppid=1938 vsize=13633744 CPUtime=4.61 cores=0,2,4,6
/proc/1940/task/1951/stat : 1951 (java) S 1938 1940 585 0 -1 4202560 11197 0 0 0 459 2 0 0 15 0 19 0 828505208 13960953856 85586 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 0 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1952] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1952/stat : 1952 (java) S 1938 1940 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828505209 13960953856 85586 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1953] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1953/stat : 1953 (java) S 1938 1940 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828505209 13960953856 85586 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1954] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1954/stat : 1954 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505211 13960953856 85586 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458768817 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1955] ppid=1938 vsize=13633744 CPUtime=0.64 cores=0,2,4,6
/proc/1940/task/1955/stat : 1955 (java) S 1938 1940 585 0 -1 4202560 4811 0 0 0 63 1 0 0 15 0 19 0 828505211 13960953856 85586 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1956] ppid=1938 vsize=13633744 CPUtime=0.63 cores=0,2,4,6
/proc/1940/task/1956/stat : 1956 (java) S 1938 1940 585 0 -1 4202560 2720 0 0 0 63 0 0 0 15 0 19 0 828505211 13960953856 85586 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1957] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1957/stat : 1957 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505211 13960953856 85586 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1958] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1958/stat : 1958 (java) S 1938 1940 585 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 828505211 13960953856 85586 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 4 0 16800975 18446604440608361408 0 0 -1 0 0 0 0
[pid=1940/tid=1959] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1959/stat : 1959 (java) S 1938 1940 585 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828505296 13960953856 85586 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1664.64
Current children cumulated vsize (KiB) 13633744

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/466 2099
/proc/meminfo: memFree=28057020/32951124 swapFree=43324008/67111528
[pid=1940] ppid=1938 vsize=13633744 CPUtime=1724.67 cores=0,2,4,6
/proc/1940/stat : 1940 (java) S 1938 1940 585 0 -1 4202496 89561 0 1 0 172452 15 0 0 25 0 19 0 828505205 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1940/statm: 3408436 86230 2264 9 0 3399170 0
[pid=1940/tid=1941] ppid=1938 vsize=13633744 CPUtime=1717.12 cores=0,2,4,6
/proc/1940/task/1941/stat : 1941 (java) R 1938 1940 585 0 -1 4202560 57612 0 1 0 171704 8 0 0 25 0 19 0 828505205 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 46912505931680 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1940/tid=1943] ppid=1938 vsize=13633744 CPUtime=0.18 cores=0,2,4,6
/proc/1940/task/1943/stat : 1943 (java) S 1938 1940 585 0 -1 4202560 1542 0 0 0 18 0 0 0 15 0 19 0 828505207 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1944] ppid=1938 vsize=13633744 CPUtime=0.19 cores=0,2,4,6
/proc/1940/task/1944/stat : 1944 (java) S 1938 1940 585 0 -1 4202560 617 0 0 0 19 0 0 0 16 0 19 0 828505207 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1945] ppid=1938 vsize=13633744 CPUtime=0.21 cores=0,2,4,6
/proc/1940/task/1945/stat : 1945 (java) S 1938 1940 585 0 -1 4202560 2358 0 0 0 21 0 0 0 16 0 19 0 828505207 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 0 0 0 0
[pid=1940/tid=1946] ppid=1938 vsize=13633744 CPUtime=0.17 cores=0,2,4,6
/proc/1940/task/1946/stat : 1946 (java) S 1938 1940 585 0 -1 4202560 672 0 0 0 17 0 0 0 15 0 19 0 828505207 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1947] ppid=1938 vsize=13633744 CPUtime=0.15 cores=0,2,4,6
/proc/1940/task/1947/stat : 1947 (java) S 1938 1940 585 0 -1 4202560 956 0 0 0 15 0 0 0 15 0 19 0 828505207 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1948] ppid=1938 vsize=13633744 CPUtime=0.2 cores=0,2,4,6
/proc/1940/task/1948/stat : 1948 (java) S 1938 1940 585 0 -1 4202560 1605 0 0 0 20 0 0 0 15 0 19 0 828505207 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1949] ppid=1938 vsize=13633744 CPUtime=0.22 cores=0,2,4,6
/proc/1940/task/1949/stat : 1949 (java) S 1938 1940 585 0 -1 4202560 1914 0 0 0 22 0 0 0 15 0 19 0 828505207 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1950] ppid=1938 vsize=13633744 CPUtime=0.18 cores=0,2,4,6
/proc/1940/task/1950/stat : 1950 (java) S 1938 1940 585 0 -1 4202560 2219 0 0 0 18 0 0 0 16 0 19 0 828505207 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1951] ppid=1938 vsize=13633744 CPUtime=4.68 cores=0,2,4,6
/proc/1940/task/1951/stat : 1951 (java) S 1938 1940 585 0 -1 4202560 11287 0 0 0 466 2 0 0 15 0 19 0 828505208 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 0 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1952] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1952/stat : 1952 (java) S 1938 1940 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828505209 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1953] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1953/stat : 1953 (java) S 1938 1940 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828505209 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1954] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1954/stat : 1954 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505211 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458768817 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1955] ppid=1938 vsize=13633744 CPUtime=0.64 cores=0,2,4,6
/proc/1940/task/1955/stat : 1955 (java) S 1938 1940 585 0 -1 4202560 4811 0 0 0 63 1 0 0 15 0 19 0 828505211 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1956] ppid=1938 vsize=13633744 CPUtime=0.63 cores=0,2,4,6
/proc/1940/task/1956/stat : 1956 (java) S 1938 1940 585 0 -1 4202560 2720 0 0 0 63 0 0 0 15 0 19 0 828505211 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1957] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1957/stat : 1957 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505211 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1958] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1958/stat : 1958 (java) S 1938 1940 585 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 828505211 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 4 0 16800975 18446604440608361408 0 0 -1 0 0 0 0
[pid=1940/tid=1959] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1959/stat : 1959 (java) S 1938 1940 585 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828505296 13960953856 86230 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1724.67
Current children cumulated vsize (KiB) 13633744

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/466 2101
/proc/meminfo: memFree=28050384/32951124 swapFree=43324008/67111528
[pid=1940] ppid=1938 vsize=13633744 CPUtime=1784.69 cores=0,2,4,6
/proc/1940/stat : 1940 (java) S 1938 1940 585 0 -1 4202496 91049 0 1 0 178454 15 0 0 25 0 19 0 828505205 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1940/statm: 3408436 87709 2264 9 0 3399170 0
[pid=1940/tid=1941] ppid=1938 vsize=13633744 CPUtime=1777.04 cores=0,2,4,6
/proc/1940/task/1941/stat : 1941 (java) R 1938 1940 585 0 -1 4202560 57613 0 1 0 177695 9 0 0 25 0 19 0 828505205 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 46912505939637 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1940/tid=1943] ppid=1938 vsize=13633744 CPUtime=0.19 cores=0,2,4,6
/proc/1940/task/1943/stat : 1943 (java) S 1938 1940 585 0 -1 4202560 2057 0 0 0 19 0 0 0 16 0 19 0 828505207 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1944] ppid=1938 vsize=13633744 CPUtime=0.19 cores=0,2,4,6
/proc/1940/task/1944/stat : 1944 (java) S 1938 1940 585 0 -1 4202560 617 0 0 0 19 0 0 0 15 0 19 0 828505207 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1945] ppid=1938 vsize=13633744 CPUtime=0.21 cores=0,2,4,6
/proc/1940/task/1945/stat : 1945 (java) S 1938 1940 585 0 -1 4202560 2358 0 0 0 21 0 0 0 15 0 19 0 828505207 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 0 0 0 0
[pid=1940/tid=1946] ppid=1938 vsize=13633744 CPUtime=0.17 cores=0,2,4,6
/proc/1940/task/1946/stat : 1946 (java) S 1938 1940 585 0 -1 4202560 672 0 0 0 17 0 0 0 15 0 19 0 828505207 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 0 0 0 0
[pid=1940/tid=1947] ppid=1938 vsize=13633744 CPUtime=0.15 cores=0,2,4,6
/proc/1940/task/1947/stat : 1947 (java) S 1938 1940 585 0 -1 4202560 956 0 0 0 15 0 0 0 15 0 19 0 828505207 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1948] ppid=1938 vsize=13633744 CPUtime=0.21 cores=0,2,4,6
/proc/1940/task/1948/stat : 1948 (java) S 1938 1940 585 0 -1 4202560 2290 0 0 0 21 0 0 0 16 0 19 0 828505207 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1949] ppid=1938 vsize=13633744 CPUtime=0.22 cores=0,2,4,6
/proc/1940/task/1949/stat : 1949 (java) S 1938 1940 585 0 -1 4202560 1914 0 0 0 22 0 0 0 15 0 19 0 828505207 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1950] ppid=1938 vsize=13633744 CPUtime=0.18 cores=0,2,4,6
/proc/1940/task/1950/stat : 1950 (java) S 1938 1940 585 0 -1 4202560 2219 0 0 0 18 0 0 0 15 0 19 0 828505207 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1951] ppid=1938 vsize=13633744 CPUtime=4.75 cores=0,2,4,6
/proc/1940/task/1951/stat : 1951 (java) S 1938 1940 585 0 -1 4202560 11570 0 0 0 473 2 0 0 15 0 19 0 828505208 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 0 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1952] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1952/stat : 1952 (java) S 1938 1940 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828505209 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1953] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1953/stat : 1953 (java) S 1938 1940 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828505209 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1954] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1954/stat : 1954 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505211 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458768817 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1955] ppid=1938 vsize=13633744 CPUtime=0.64 cores=0,2,4,6
/proc/1940/task/1955/stat : 1955 (java) S 1938 1940 585 0 -1 4202560 4811 0 0 0 63 1 0 0 15 0 19 0 828505211 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1956] ppid=1938 vsize=13633744 CPUtime=0.63 cores=0,2,4,6
/proc/1940/task/1956/stat : 1956 (java) S 1938 1940 585 0 -1 4202560 2720 0 0 0 63 0 0 0 15 0 19 0 828505211 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1957] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1957/stat : 1957 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505211 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1958] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1958/stat : 1958 (java) S 1938 1940 585 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828505211 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 4 0 16800975 18446604440608361408 0 0 -1 0 0 0 0
[pid=1940/tid=1959] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1959/stat : 1959 (java) S 1938 1940 585 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828505296 13960953856 87709 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1784.69
Current children cumulated vsize (KiB) 13633744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.02 2.02 2.00 3/466 2101
/proc/meminfo: memFree=28049248/32951124 swapFree=43324008/67111528
[pid=1940] ppid=1938 vsize=13633744 CPUtime=1800.01 cores=0,2,4,6
/proc/1940/stat : 1940 (java) S 1938 1940 585 0 -1 4202496 91164 0 1 0 179986 15 0 0 25 0 19 0 828505205 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1940/statm: 3408436 87821 2264 9 0 3399170 0
[pid=1940/tid=1941] ppid=1938 vsize=13633744 CPUtime=1792.28 cores=0,2,4,6
/proc/1940/task/1941/stat : 1941 (java) R 1938 1940 585 0 -1 4202560 57614 0 1 0 179219 9 0 0 25 0 19 0 828505205 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 46912505939604 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1940/tid=1943] ppid=1938 vsize=13633744 CPUtime=0.19 cores=0,2,4,6
/proc/1940/task/1943/stat : 1943 (java) S 1938 1940 585 0 -1 4202560 2057 0 0 0 19 0 0 0 15 0 19 0 828505207 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1944] ppid=1938 vsize=13633744 CPUtime=0.19 cores=0,2,4,6
/proc/1940/task/1944/stat : 1944 (java) S 1938 1940 585 0 -1 4202560 617 0 0 0 19 0 0 0 15 0 19 0 828505207 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 0 0 0 0
[pid=1940/tid=1945] ppid=1938 vsize=13633744 CPUtime=0.22 cores=0,2,4,6
/proc/1940/task/1945/stat : 1945 (java) S 1938 1940 585 0 -1 4202560 2358 0 0 0 22 0 0 0 16 0 19 0 828505207 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1946] ppid=1938 vsize=13633744 CPUtime=0.18 cores=0,2,4,6
/proc/1940/task/1946/stat : 1946 (java) S 1938 1940 585 0 -1 4202560 672 0 0 0 18 0 0 0 15 0 19 0 828505207 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 0 0 0 0
[pid=1940/tid=1947] ppid=1938 vsize=13633744 CPUtime=0.16 cores=0,2,4,6
/proc/1940/task/1947/stat : 1947 (java) S 1938 1940 585 0 -1 4202560 956 0 0 0 16 0 0 0 16 0 19 0 828505207 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1948] ppid=1938 vsize=13633744 CPUtime=0.22 cores=0,2,4,6
/proc/1940/task/1948/stat : 1948 (java) S 1938 1940 585 0 -1 4202560 2290 0 0 0 22 0 0 0 16 0 19 0 828505207 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1949] ppid=1938 vsize=13633744 CPUtime=0.22 cores=0,2,4,6
/proc/1940/task/1949/stat : 1949 (java) S 1938 1940 585 0 -1 4202560 1914 0 0 0 22 0 0 0 15 0 19 0 828505207 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1950] ppid=1938 vsize=13633744 CPUtime=0.18 cores=0,2,4,6
/proc/1940/task/1950/stat : 1950 (java) S 1938 1940 585 0 -1 4202560 2219 0 0 0 18 0 0 0 15 0 19 0 828505207 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 6 0 0 0
[pid=1940/tid=1951] ppid=1938 vsize=13633744 CPUtime=4.82 cores=0,2,4,6
/proc/1940/task/1951/stat : 1951 (java) S 1938 1940 585 0 -1 4202560 11684 0 0 0 480 2 0 0 15 0 19 0 828505208 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 0 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1952] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1952/stat : 1952 (java) S 1938 1940 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828505209 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1953] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1953/stat : 1953 (java) S 1938 1940 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828505209 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1954] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1954/stat : 1954 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505211 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458768817 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1955] ppid=1938 vsize=13633744 CPUtime=0.64 cores=0,2,4,6
/proc/1940/task/1955/stat : 1955 (java) S 1938 1940 585 0 -1 4202560 4811 0 0 0 63 1 0 0 15 0 19 0 828505211 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1956] ppid=1938 vsize=13633744 CPUtime=0.63 cores=0,2,4,6
/proc/1940/task/1956/stat : 1956 (java) S 1938 1940 585 0 -1 4202560 2720 0 0 0 63 0 0 0 15 0 19 0 828505211 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 4 0 0 0
[pid=1940/tid=1957] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1957/stat : 1957 (java) S 1938 1940 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828505211 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761113 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
[pid=1940/tid=1958] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1958/stat : 1958 (java) S 1938 1940 585 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828505211 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 4 0 16800975 18446604440608361408 0 0 -1 0 0 0 0
[pid=1940/tid=1959] ppid=1938 vsize=13633744 CPUtime=0 cores=0,2,4,6
/proc/1940/task/1959/stat : 1959 (java) S 1938 1940 585 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828505296 13960953856 87821 33554432000 1073741824 1073778376 140735287160160 18446744073709551615 244458761728 0 4 0 16800975 18446604440608361408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 13633744

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

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

Child status: 143
Real time (s): 1797.66
CPU time (s): 1800.12
CPU user time (s): 1799.95
CPU system time (s): 0.168974
CPU usage (%): 100.136
Max. virtual memory (cumulated for all children) (KiB): 13633744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91204
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= 39145
involuntary context switches= 5774

runsolver used 8.40672 second user time and 17.5053 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-04 08:30:48
IDJOB=3459831
IDBENCH=73786
IDSOLVER=1952
FILE ID=node105/3459831-1307169048
RUNJOBID= node105-1307164280-613
PBS_JOBID= 13508836
Free space on /tmp= 73516 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12033_3-sat.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459831-1307169048/watcher-3459831-1307169048 -o /tmp/evaluation-result-3459831-1307169048/solver-3459831-1307169048 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459831-1307169048.opb

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

MD5SUM BENCH= 5c357873a81db98d0c84cf88eebfbda4
RANDOM SEED=2058876960

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21618476 kB
Buffers:        331772 kB
Cached:        1098676 kB
SwapCached:      20984 kB
Active:       10303372 kB
Inactive:       701924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21618476 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:           49876 kB
Writeback:           0 kB
AnonPages:     9571508 kB
Mapped:          27508 kB
Slab:           165876 kB
PageTables:      95256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 128302632 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= 73760 MiB
End job on node105 at 2011-06-04 09:00:47