Trace number 3689195

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.02 1793.25

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_3-unsat.opb
MD5SUM336dbbe12a18bfd6b8d34c583a70b44b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark282.212
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32186
Total number of constraints107047
Number of constraints which are clauses106519
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints528
Minimum length of a constraint1
Maximum length of a constraint93
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 561
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
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 No 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 c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689195-1337889869.opb
0.10/0.11	c reading problem ... 
1.65/0.92	c ... done. Wall clock time 0.813s.
1.65/0.92	c declared #vars     32186
1.65/0.92	c #constraints  93273
1.65/0.92	c constraints type 
1.65/0.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
1.65/0.92	c ignored satisfied constraints => 13774
1.65/0.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
1.65/0.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 5291
1.65/0.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 528
1.65/0.92	c 107047 constraints processed.
3.74/2.57	c cleaning 2498 clauses out of 5002 with flag 5002/5002
5.68/4.38	c cleaning 4246 clauses out of 8502 with flag 11000/11000
7.85/6.45	c cleaning 5621 clauses out of 11256 with flag 18000/18000
10.77/8.92	c cleaning 6805 clauses out of 13635 with flag 26000/26000
13.58/11.35	c cleaning 7900 clauses out of 15831 with flag 35001/35001
16.39/14.17	c cleaning 8962 clauses out of 17931 with flag 45001/45001
19.90/17.66	c cleaning 9972 clauses out of 19968 with flag 56000/56000
23.01/20.71	c cleaning 10984 clauses out of 21998 with flag 68002/68002
26.84/24.59	c cleaning 11996 clauses out of 24012 with flag 81000/81000
31.04/28.77	c cleaning 12989 clauses out of 26017 with flag 95001/95001
35.78/33.47	c cleaning 13997 clauses out of 28029 with flag 110002/110002
40.81/38.43	c cleaning 15001 clauses out of 30030 with flag 126000/126000
46.42/44.01	c cleaning 15993 clauses out of 32032 with flag 143003/143003
52.93/50.58	c cleaning 16982 clauses out of 34036 with flag 161000/161000
59.14/56.76	c cleaning 18010 clauses out of 36057 with flag 180003/180003
65.38/62.94	c cleaning 19016 clauses out of 38047 with flag 200003/200003
72.00/69.55	c cleaning 19991 clauses out of 40029 with flag 221001/221001
78.11/75.66	c cleaning 20995 clauses out of 42038 with flag 243001/243001
85.71/83.22	c cleaning 22005 clauses out of 44046 with flag 266004/266004
93.93/91.44	c cleaning 22987 clauses out of 46037 with flag 290000/290000
102.76/100.27	c cleaning 23993 clauses out of 48050 with flag 315000/315000
111.39/108.88	c cleaning 24971 clauses out of 50059 with flag 341002/341002
120.94/118.31	c cleaning 26030 clauses out of 52086 with flag 368000/368000
129.88/127.26	c cleaning 27013 clauses out of 54056 with flag 396000/396000
139.82/137.17	c cleaning 27996 clauses out of 56043 with flag 425000/425000
151.44/148.71	c cleaning 29006 clauses out of 58048 with flag 455001/455001
163.26/160.51	c cleaning 30007 clauses out of 60043 with flag 486002/486002
176.08/173.33	c cleaning 30988 clauses out of 62035 with flag 518001/518001
189.60/186.81	c cleaning 31997 clauses out of 64046 with flag 551000/551000
202.05/199.29	c cleaning 32970 clauses out of 66050 with flag 585001/585001
214.19/211.33	c cleaning 34028 clauses out of 68079 with flag 620000/620000
226.91/224.08	c cleaning 34994 clauses out of 70051 with flag 656000/656000
239.15/236.29	c cleaning 36011 clauses out of 72057 with flag 693000/693000
252.76/249.80	c cleaning 37011 clauses out of 74046 with flag 731000/731000
265.19/262.29	c cleaning 37995 clauses out of 76037 with flag 770002/770002
278.21/275.29	c cleaning 38992 clauses out of 78043 with flag 810003/810003
291.62/288.62	c cleaning 39985 clauses out of 80048 with flag 851000/851000
304.97/301.90	c cleaning 40997 clauses out of 82064 with flag 893001/893001
319.09/316.02	c cleaning 42020 clauses out of 84067 with flag 936001/936001
337.43/334.37	c cleaning 42999 clauses out of 86047 with flag 980001/980001
355.85/352.78	c cleaning 43984 clauses out of 88047 with flag 1025000/1025000
377.99/374.81	c cleaning 45001 clauses out of 90065 with flag 1071002/1071002
397.60/394.33	c cleaning 45994 clauses out of 92062 with flag 1118000/1118000
417.24/413.93	c cleaning 47016 clauses out of 94068 with flag 1166000/1166000
439.80/436.50	c cleaning 47982 clauses out of 96053 with flag 1215001/1215001
462.84/459.42	c cleaning 49010 clauses out of 98071 with flag 1265001/1265001
485.30/481.89	c cleaning 49990 clauses out of 100067 with flag 1316007/1316007
506.02/502.42	c cleaning 51013 clauses out of 102070 with flag 1368000/1368000
528.17/524.59	c cleaning 52010 clauses out of 104057 with flag 1421000/1421000
550.72/547.05	c cleaning 53009 clauses out of 106047 with flag 1475000/1475000
573.99/570.20	c cleaning 53990 clauses out of 108042 with flag 1530004/1530004
597.86/594.01	c cleaning 54964 clauses out of 110048 with flag 1586000/1586000
620.25/616.36	c cleaning 56013 clauses out of 112084 with flag 1643000/1643000
650.11/646.17	c cleaning 56974 clauses out of 114071 with flag 1701000/1701000
676.38/672.32	c cleaning 58007 clauses out of 116097 with flag 1760000/1760000
705.82/701.77	c cleaning 58999 clauses out of 118092 with flag 1820002/1820002
736.51/732.32	c cleaning 60004 clauses out of 120091 with flag 1881000/1881000
766.58/762.31	c cleaning 61036 clauses out of 122089 with flag 1943002/1943002
795.94/791.67	c cleaning 62014 clauses out of 124051 with flag 2006000/2006000
822.71/818.35	c cleaning 62998 clauses out of 126037 with flag 2070000/2070000
853.47/849.00	c cleaning 63992 clauses out of 128039 with flag 2135000/2135000
884.14/879.64	c cleaning 64997 clauses out of 130048 with flag 2201001/2201001
921.24/916.68	c cleaning 65955 clauses out of 132050 with flag 2268000/2268000
952.66/947.95	c cleaning 67015 clauses out of 134095 with flag 2336000/2336000
984.99/980.17	c cleaning 68001 clauses out of 136081 with flag 2405001/2405001
1016.05/1011.12	c cleaning 68996 clauses out of 138079 with flag 2475000/2475000
1049.13/1044.11	c cleaning 69975 clauses out of 140084 with flag 2546001/2546001
1081.82/1076.72	c cleaning 71018 clauses out of 142109 with flag 2618001/2618001
1115.48/1110.34	c cleaning 72020 clauses out of 144092 with flag 2691002/2691002
1154.26/1149.04	c cleaning 73014 clauses out of 146072 with flag 2765002/2765002
1192.35/1187.04	c cleaning 73980 clauses out of 148056 with flag 2840000/2840000
1234.26/1228.81	c cleaning 74991 clauses out of 150076 with flag 2916000/2916000
1277.99/1272.46	c cleaning 76036 clauses out of 152089 with flag 2993004/2993004
1319.67/1314.09	c cleaning 76981 clauses out of 154049 with flag 3071000/3071000
1354.68/1348.93	c cleaning 77988 clauses out of 156069 with flag 3150001/3150001
1391.18/1385.37	c cleaning 79013 clauses out of 158080 with flag 3230000/3230000
1425.36/1419.47	c cleaning 79997 clauses out of 160069 with flag 3311002/3311002
1465.58/1459.50	c cleaning 80992 clauses out of 162071 with flag 3393001/3393001
1504.29/1498.16	c cleaning 81979 clauses out of 164078 with flag 3476000/3476000
1538.08/1531.88	c cleaning 83003 clauses out of 166100 with flag 3560001/3560001
1575.07/1568.76	c cleaning 84000 clauses out of 168096 with flag 3645000/3645000
1620.64/1614.23	c cleaning 85000 clauses out of 170097 with flag 3731001/3731001
1665.40/1658.88	c cleaning 85987 clauses out of 172096 with flag 3818000/3818000
1710.47/1703.84	c cleaning 86994 clauses out of 174109 with flag 3906000/3906000
1759.54/1752.90	c cleaning 88041 clauses out of 176116 with flag 3995001/3995001
1800.02/1793.21	c starts		: 253
1800.02/1793.21	c conflicts		: 4070119
1800.02/1793.21	c decisions		: 5708685
1800.02/1793.21	c propagations		: 3126947375
1800.02/1793.21	c inspects		: 15782750323
1800.02/1793.21	c shortcuts		: 0
1800.02/1793.21	c learnt literals	: 0
1800.02/1793.21	c learnt binary clauses	: 13
1800.02/1793.21	c learnt ternary clauses	: 3368
1800.02/1793.21	c learnt constraints	: 4070119
1800.02/1793.21	c ignored constraints	: 0
1800.02/1793.21	c root simplifications	: 0
1800.02/1793.21	c removed literals (reason simplification)	: 0
1800.02/1793.21	c reason swapping (by a shorter reason)	: 0
1800.02/1793.21	c Calls to reduceDB	: 85
1800.02/1793.21	c number of reductions to clauses (during analyze)	: 0
1800.02/1793.21	c number of learned constraints concerned by reduction	: 0
1800.02/1793.21	c number of learning phase by resolution	: 0
1800.02/1793.21	c number of learning phase by cutting planes	: 0
1800.02/1793.21	c speed (assignments/second)	: 1744735.381669316
1800.02/1793.21	c non guided choices	34
1800.02/1793.24	c learnt constraints type 
1800.02/1793.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
1800.02/1793.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 163212
1800.02/1793.24	c constraints type 
1800.02/1793.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
1800.02/1793.24	c ignored satisfied constraints => 13774
1800.02/1793.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
1800.02/1793.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 5291
1800.02/1793.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 528
1800.02/1793.24	c 107047 constraints processed.
1800.02/1793.24	s UNKNOWN
1800.02/1793.24	c Total wall clock time (in seconds): 1793.137

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689195-1337889869/watcher-3689195-1337889869 -o /tmp/evaluation-result-3689195-1337889869/solver-3689195-1337889869 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689195-1337889869.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.29 2.75 3/186 31180
/proc/meminfo: memFree=30378248/32873844 swapFree=7388/7388
[pid=31180] ppid=31178 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/31180/stat : 31180 (java) R 31178 31180 25184 0 -1 4202496 905 0 0 0 0 0 0 0 20 0 1 0 255111359 23793664 634 33554432000 1073741824 1073778376 140736623279184 140736623268248 239228467777 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 5809 648 480 9 0 128 0

[startup+0.062616 s]
/proc/loadavg: 1.92 2.29 2.75 3/186 31180
/proc/meminfo: memFree=30378248/32873844 swapFree=7388/7388
[pid=31180] ppid=31178 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31178 31180 25184 0 -1 4202496 3259 0 1 0 4 0 0 0 20 0 18 0 255111359 9787813888 3958 33554432000 1073741824 1073778376 140736623279184 140736623270320 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2389603 3958 1758 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100261 s]
/proc/loadavg: 1.92 2.29 2.75 3/186 31180
/proc/meminfo: memFree=30378248/32873844 swapFree=7388/7388
[pid=31180] ppid=31178 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31178 31180 25184 0 -1 4202496 4418 0 1 0 10 0 0 0 20 0 18 0 255111359 9787813888 5100 33554432000 1073741824 1073778376 140736623279184 140736623270320 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2389603 5101 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300238 s]
/proc/loadavg: 1.92 2.29 2.75 3/186 31180
/proc/meminfo: memFree=30378248/32873844 swapFree=7388/7388
[pid=31180] ppid=31178 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31178 31180 25184 0 -1 4202496 6269 0 1 0 49 1 0 0 20 0 18 0 255111359 9787813888 8855 33554432000 1073741824 1073778376 140736623279184 140736623270320 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2389603 8855 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700194 s]
/proc/loadavg: 1.92 2.29 2.75 3/186 31180
/proc/meminfo: memFree=30378248/32873844 swapFree=7388/7388
[pid=31180] ppid=31178 vsize=9558412 CPUtime=1.28 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31178 31180 25184 0 -1 4202496 9469 0 1 0 123 5 0 0 20 0 18 0 255111359 9787813888 41584 33554432000 1073741824 1073778376 140736623279184 140736623270320 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2389603 41584 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9558412

[startup+1.50068 s]
/proc/loadavg: 1.92 2.29 2.75 7/213 31207
/proc/meminfo: memFree=30067432/32873844 swapFree=7388/7388
[pid=31180] ppid=31178 vsize=9624976 CPUtime=2.69 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31178 31180 25184 0 -1 4202496 16171 0 1 0 262 7 0 0 20 0 19 0 255111359 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140736623270320 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2406244 41782 2263 9 0 2396937 0
[pid=31180/tid=31184] ppid=31178 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/31180/task/31184/stat : 31184 (java) R 31178 31180 25184 0 -1 4202560 2569 0 1 0 141 4 0 0 20 0 19 0 255111360 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724469940416 140724410463851 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31185] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31185/stat : 31185 (java) S 31178 31180 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255111360 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724408678952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31186] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31186/stat : 31186 (java) S 31178 31180 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255111360 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724407626152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31187] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31187/stat : 31187 (java) S 31178 31180 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255111360 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724406573352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31188] ppid=31178 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/31180/task/31188/stat : 31188 (java) S 31178 31180 25184 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 255111360 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724405520552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31189] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31189/stat : 31189 (java) S 31178 31180 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255111360 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724404468776 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31190] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31190/stat : 31190 (java) S 31178 31180 25184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255111360 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724403415976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31191] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31191/stat : 31191 (java) S 31178 31180 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255111360 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724307442472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31192] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31192/stat : 31192 (java) S 31178 31180 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255111360 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724306389672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31193] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31193/stat : 31193 (java) S 31178 31180 25184 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255111361 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724294191592 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31194] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31194/stat : 31194 (java) S 31178 31180 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724293137656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31195] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31195/stat : 31195 (java) S 31178 31180 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724292084744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31201] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31201/stat : 31201 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724291033232 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31202] ppid=31178 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/31180/task/31202/stat : 31202 (java) S 31178 31180 25184 0 -1 4202560 7374 0 0 0 53 2 0 0 20 0 19 0 255111364 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724289981368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31203] ppid=31178 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/31180/task/31203/stat : 31203 (java) S 31178 31180 25184 0 -1 4202560 4933 0 0 0 56 0 0 0 20 0 19 0 255111364 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724288928568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31204] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31204/stat : 31204 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724287875960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31205] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31205/stat : 31205 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724286823368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31207] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31207/stat : 31207 (java) S 31178 31180 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255111458 9855975424 41782 33554432000 1073741824 1073778376 140736623279184 140724285768872 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 1.93 2.29 2.75 4/213 31207
/proc/meminfo: memFree=30067656/32873844 swapFree=7388/7388
[pid=31180] ppid=31178 vsize=9624976 CPUtime=4.44 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31178 31180 25184 0 -1 4202496 16592 0 1 0 434 10 0 0 20 0 19 0 255111359 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140736623270320 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2406244 49511 2281 9 0 2396937 0
[pid=31180/tid=31184] ppid=31178 vsize=9624976 CPUtime=2.97 cores=1,3,5,7
/proc/31180/task/31184/stat : 31184 (java) R 31178 31180 25184 0 -1 4202560 2570 0 1 0 293 4 0 0 20 0 19 0 255111360 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724469948824 140724410173223 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31185] ppid=31178 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/31180/task/31185/stat : 31185 (java) S 31178 31180 25184 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 255111360 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724408678952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31186] ppid=31178 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/31180/task/31186/stat : 31186 (java) S 31178 31180 25184 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 255111360 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724407626152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31187] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31187/stat : 31187 (java) S 31178 31180 25184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255111360 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724406573352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31188] ppid=31178 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/31180/task/31188/stat : 31188 (java) S 31178 31180 25184 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255111360 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724405520552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31189] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31189/stat : 31189 (java) S 31178 31180 25184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255111360 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724404468776 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31190] ppid=31178 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/31180/task/31190/stat : 31190 (java) S 31178 31180 25184 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 255111360 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724403415976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31191] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31191/stat : 31191 (java) S 31178 31180 25184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255111360 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724307442472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31192] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31192/stat : 31192 (java) S 31178 31180 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255111360 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724306389672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31193] ppid=31178 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/31180/task/31193/stat : 31193 (java) S 31178 31180 25184 0 -1 4202560 100 0 0 0 3 0 0 0 20 0 19 0 255111361 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724294191592 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31194] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31194/stat : 31194 (java) S 31178 31180 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724293137656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31195] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31195/stat : 31195 (java) S 31178 31180 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724292084744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31201] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31201/stat : 31201 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724291033232 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31202] ppid=31178 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/31180/task/31202/stat : 31202 (java) S 31178 31180 25184 0 -1 4202560 7388 0 0 0 55 2 0 0 20 0 19 0 255111364 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724289981368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31203] ppid=31178 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/31180/task/31203/stat : 31203 (java) S 31178 31180 25184 0 -1 4202560 5276 0 0 0 62 0 0 0 20 0 19 0 255111364 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724288928568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31204] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31204/stat : 31204 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724287875960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31205] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31205/stat : 31205 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724286823368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31207] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31207/stat : 31207 (java) S 31178 31180 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255111458 9855975424 49511 33554432000 1073741824 1073778376 140736623279184 140724285768872 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 9624976

[startup+6.30063 s]
/proc/loadavg: 1.93 2.29 2.75 3/213 31207
/proc/meminfo: memFree=29993192/32873844 swapFree=7388/7388
[pid=31180] ppid=31178 vsize=9624976 CPUtime=7.75 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31178 31180 25184 0 -1 4202496 16665 0 1 0 765 10 0 0 20 0 19 0 255111359 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140736623270320 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2406244 49984 2281 9 0 2396937 0
[pid=31180/tid=31184] ppid=31178 vsize=9624976 CPUtime=6.12 cores=1,3,5,7
/proc/31180/task/31184/stat : 31184 (java) R 31178 31180 25184 0 -1 4202560 2574 0 1 0 608 4 0 0 20 0 19 0 255111360 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724469948952 140724410450598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31185] ppid=31178 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/31180/task/31185/stat : 31185 (java) S 31178 31180 25184 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 255111360 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724408678952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31186] ppid=31178 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/31180/task/31186/stat : 31186 (java) S 31178 31180 25184 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 255111360 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724407626152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31187] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31187/stat : 31187 (java) S 31178 31180 25184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255111360 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724406573352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31188] ppid=31178 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/31180/task/31188/stat : 31188 (java) S 31178 31180 25184 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 255111360 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724405520552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31189] ppid=31178 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/31180/task/31189/stat : 31189 (java) S 31178 31180 25184 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 255111360 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724404468776 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31190] ppid=31178 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/31180/task/31190/stat : 31190 (java) S 31178 31180 25184 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 255111360 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724403415976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31191] ppid=31178 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/31180/task/31191/stat : 31191 (java) S 31178 31180 25184 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 255111360 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724307442472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31192] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31192/stat : 31192 (java) S 31178 31180 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255111360 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724306389672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31193] ppid=31178 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/31180/task/31193/stat : 31193 (java) S 31178 31180 25184 0 -1 4202560 100 0 0 0 8 0 0 0 20 0 19 0 255111361 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724294191592 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31194] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31194/stat : 31194 (java) S 31178 31180 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724293137656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31195] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31195/stat : 31195 (java) S 31178 31180 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724292084744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31201] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31201/stat : 31201 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724291033232 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31202] ppid=31178 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/31180/task/31202/stat : 31202 (java) S 31178 31180 25184 0 -1 4202560 7444 0 0 0 61 2 0 0 20 0 19 0 255111364 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724289981368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31203] ppid=31178 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/31180/task/31203/stat : 31203 (java) S 31178 31180 25184 0 -1 4202560 5277 0 0 0 66 0 0 0 20 0 19 0 255111364 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724288928568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31204] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31204/stat : 31204 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724287875960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31205] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31205/stat : 31205 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724286823368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31207] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31207/stat : 31207 (java) S 31178 31180 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255111458 9855975424 49984 33554432000 1073741824 1073778376 140736623279184 140724285768872 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=31180/tid=31202] ppid=31178 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/31180/task/31202/stat : 31202 (java) S 31178 31180 25184 0 -1 4202560 16200 0 0 0 106 3 0 0 20 0 19 0 255111364 9855975424 92029 33554432000 1073741824 1073778376 140736623279184 140724289981368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31203] ppid=31178 vsize=9624976 CPUtime=1.05 cores=1,3,5,7
/proc/31180/task/31203/stat : 31203 (java) S 31178 31180 25184 0 -1 4202560 9407 0 0 0 103 2 0 0 20 0 19 0 255111364 9855975424 92029 33554432000 1073741824 1073778376 140736623279184 140724288928568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31204] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31204/stat : 31204 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 92029 33554432000 1073741824 1073778376 140736623279184 140724287875960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31205] ppid=31178 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/31180/task/31205/stat : 31205 (java) S 31178 31180 25184 0 -1 4202560 95 0 0 0 45 27 0 0 20 0 19 0 255111364 9855975424 92029 33554432000 1073741824 1073778376 140736623279184 140724286823368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31207] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31207/stat : 31207 (java) S 31178 31180 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255111458 9855975424 92029 33554432000 1073741824 1073778376 140736623279184 140724285768872 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1668.96
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/213 31221
/proc/meminfo: memFree=29317888/32873844 swapFree=7388/7388
[pid=31180] ppid=31178 vsize=9624976 CPUtime=1729.05 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31178 31180 25184 0 -1 4202496 30967 0 1 0 172810 95 0 0 20 0 19 0 255111359 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140736623270320 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2406244 92036 2282 9 0 2396937 0
[pid=31180/tid=31184] ppid=31178 vsize=9624976 CPUtime=1710.08 cores=1,3,5,7
/proc/31180/task/31184/stat : 31184 (java) R 31178 31180 25184 0 -1 4202560 2657 0 1 0 170978 30 0 0 20 0 19 0 255111360 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724469948704 140724410463359 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31185] ppid=31178 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/31180/task/31185/stat : 31185 (java) S 31178 31180 25184 0 -1 4202560 172 0 0 0 62 6 0 0 20 0 19 0 255111360 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724408678952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31186] ppid=31178 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/31180/task/31186/stat : 31186 (java) S 31178 31180 25184 0 -1 4202560 111 0 0 0 57 3 0 0 20 0 19 0 255111360 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724407626152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31187] ppid=31178 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/31180/task/31187/stat : 31187 (java) S 31178 31180 25184 0 -1 4202560 171 0 0 0 60 4 0 0 20 0 19 0 255111360 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724406573352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31188] ppid=31178 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/31180/task/31188/stat : 31188 (java) S 31178 31180 25184 0 -1 4202560 212 0 0 0 64 4 0 0 20 0 19 0 255111360 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724405520552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31189] ppid=31178 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/31180/task/31189/stat : 31189 (java) S 31178 31180 25184 0 -1 4202560 132 0 0 0 53 4 0 0 20 0 19 0 255111360 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724404468776 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31190] ppid=31178 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/31180/task/31190/stat : 31190 (java) S 31178 31180 25184 0 -1 4202560 107 0 0 0 61 3 0 0 20 0 19 0 255111360 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724403415976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31191] ppid=31178 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/31180/task/31191/stat : 31191 (java) S 31178 31180 25184 0 -1 4202560 166 0 0 0 55 3 0 0 20 0 19 0 255111360 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724307442472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31192] ppid=31178 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/31180/task/31192/stat : 31192 (java) S 31178 31180 25184 0 -1 4202560 153 0 0 0 62 4 0 0 20 0 19 0 255111360 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724306389672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31193] ppid=31178 vsize=9624976 CPUtime=6.13 cores=1,3,5,7
/proc/31180/task/31193/stat : 31193 (java) S 31178 31180 25184 0 -1 4202560 196 0 0 0 610 3 0 0 20 0 19 0 255111361 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724294191592 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31194] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31194/stat : 31194 (java) S 31178 31180 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724293137656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31195] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31195/stat : 31195 (java) S 31178 31180 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724292084744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31201] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31201/stat : 31201 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724291033232 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31202] ppid=31178 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/31180/task/31202/stat : 31202 (java) S 31178 31180 25184 0 -1 4202560 16200 0 0 0 106 3 0 0 20 0 19 0 255111364 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724289981368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31203] ppid=31178 vsize=9624976 CPUtime=1.05 cores=1,3,5,7
/proc/31180/task/31203/stat : 31203 (java) S 31178 31180 25184 0 -1 4202560 9407 0 0 0 103 2 0 0 20 0 19 0 255111364 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724288928568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31204] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31204/stat : 31204 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724287875960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31205] ppid=31178 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/31180/task/31205/stat : 31205 (java) S 31178 31180 25184 0 -1 4202560 99 0 0 0 45 29 0 0 20 0 19 0 255111364 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724286823368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31207] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31207/stat : 31207 (java) S 31178 31180 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255111458 9855975424 92036 33554432000 1073741824 1073778376 140736623279184 140724285768872 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1729.05
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/213 31221
/proc/meminfo: memFree=29340536/32873844 swapFree=7388/7388
[pid=31180] ppid=31178 vsize=9624976 CPUtime=1789.12 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31178 31180 25184 0 -1 4202496 30994 0 1 0 178817 95 0 0 20 0 19 0 255111359 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140736623270320 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2406244 92056 2282 9 0 2396937 0
[pid=31180/tid=31184] ppid=31178 vsize=9624976 CPUtime=1769.78 cores=1,3,5,7
/proc/31180/task/31184/stat : 31184 (java) R 31178 31180 25184 0 -1 4202560 2658 0 1 0 176947 31 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724469948704 140724410486715 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31185] ppid=31178 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/31180/task/31185/stat : 31185 (java) S 31178 31180 25184 0 -1 4202560 172 0 0 0 62 7 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724408678952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31186] ppid=31178 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/31180/task/31186/stat : 31186 (java) S 31178 31180 25184 0 -1 4202560 115 0 0 0 58 3 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724407626152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31187] ppid=31178 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/31180/task/31187/stat : 31187 (java) S 31178 31180 25184 0 -1 4202560 180 0 0 0 63 4 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724406573352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31188] ppid=31178 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/31180/task/31188/stat : 31188 (java) S 31178 31180 25184 0 -1 4202560 215 0 0 0 65 4 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724405520552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31189] ppid=31178 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/31180/task/31189/stat : 31189 (java) S 31178 31180 25184 0 -1 4202560 134 0 0 0 54 4 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724404468776 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31190] ppid=31178 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/31180/task/31190/stat : 31190 (java) S 31178 31180 25184 0 -1 4202560 109 0 0 0 62 3 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724403415976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31191] ppid=31178 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/31180/task/31191/stat : 31191 (java) S 31178 31180 25184 0 -1 4202560 166 0 0 0 57 3 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724307442472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31192] ppid=31178 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/31180/task/31192/stat : 31192 (java) S 31178 31180 25184 0 -1 4202560 153 0 0 0 63 4 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724306389672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31193] ppid=31178 vsize=9624976 CPUtime=6.22 cores=1,3,5,7
/proc/31180/task/31193/stat : 31193 (java) S 31178 31180 25184 0 -1 4202560 198 0 0 0 619 3 0 0 20 0 19 0 255111361 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724294191592 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31194] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31194/stat : 31194 (java) S 31178 31180 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724293137656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31195] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31195/stat : 31195 (java) S 31178 31180 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724292084744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31201] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31201/stat : 31201 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724291033232 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31202] ppid=31178 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/31180/task/31202/stat : 31202 (java) S 31178 31180 25184 0 -1 4202560 16200 0 0 0 106 3 0 0 20 0 19 0 255111364 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724289981368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31203] ppid=31178 vsize=9624976 CPUtime=1.05 cores=1,3,5,7
/proc/31180/task/31203/stat : 31203 (java) S 31178 31180 25184 0 -1 4202560 9407 0 0 0 103 2 0 0 20 0 19 0 255111364 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724288928568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31204] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31204/stat : 31204 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724287875960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31205] ppid=31178 vsize=9624976 CPUtime=0.77 cores=1,3,5,7
/proc/31180/task/31205/stat : 31205 (java) S 31178 31180 25184 0 -1 4202560 103 0 0 0 47 30 0 0 20 0 19 0 255111364 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724286823368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31207] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31207/stat : 31207 (java) S 31178 31180 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255111458 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724285768872 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1789.12
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.2 s]
/proc/loadavg: 2.00 2.00 2.11 2/193 31224
/proc/meminfo: memFree=30019780/32873844 swapFree=7388/7388
[pid=31180] ppid=31178 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/31180/stat : 31180 (java) S 31178 31180 25184 0 -1 4202496 30994 0 1 0 179907 95 0 0 20 0 19 0 255111359 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140736623270320 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31180/statm: 2406244 92056 2282 9 0 2396937 0
[pid=31180/tid=31184] ppid=31178 vsize=9624976 CPUtime=1780.65 cores=1,3,5,7
/proc/31180/task/31184/stat : 31184 (java) R 31178 31180 25184 0 -1 4202560 2658 0 1 0 178033 32 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724469948704 140724410431139 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31185] ppid=31178 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/31180/task/31185/stat : 31185 (java) S 31178 31180 25184 0 -1 4202560 172 0 0 0 62 7 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724408678952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31186] ppid=31178 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/31180/task/31186/stat : 31186 (java) S 31178 31180 25184 0 -1 4202560 115 0 0 0 58 3 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724407626152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31187] ppid=31178 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/31180/task/31187/stat : 31187 (java) S 31178 31180 25184 0 -1 4202560 180 0 0 0 63 4 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724406573352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31188] ppid=31178 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/31180/task/31188/stat : 31188 (java) S 31178 31180 25184 0 -1 4202560 215 0 0 0 65 4 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724405520552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31189] ppid=31178 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/31180/task/31189/stat : 31189 (java) S 31178 31180 25184 0 -1 4202560 134 0 0 0 54 4 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724404468776 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31190] ppid=31178 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/31180/task/31190/stat : 31190 (java) S 31178 31180 25184 0 -1 4202560 109 0 0 0 62 3 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724403415976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31191] ppid=31178 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/31180/task/31191/stat : 31191 (java) S 31178 31180 25184 0 -1 4202560 166 0 0 0 57 3 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724307442472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31192] ppid=31178 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/31180/task/31192/stat : 31192 (java) S 31178 31180 25184 0 -1 4202560 153 0 0 0 63 4 0 0 20 0 19 0 255111360 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724306389672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31193] ppid=31178 vsize=9624976 CPUtime=6.22 cores=1,3,5,7
/proc/31180/task/31193/stat : 31193 (java) S 31178 31180 25184 0 -1 4202560 198 0 0 0 619 3 0 0 20 0 19 0 255111361 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724294191592 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31194] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31194/stat : 31194 (java) S 31178 31180 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724293137656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31195] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31195/stat : 31195 (java) S 31178 31180 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255111362 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724292084744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31201] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31201/stat : 31201 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724291033232 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31202] ppid=31178 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/31180/task/31202/stat : 31202 (java) S 31178 31180 25184 0 -1 4202560 16200 0 0 0 106 3 0 0 20 0 19 0 255111364 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724289981368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31180/tid=31203] ppid=31178 vsize=9624976 CPUtime=1.05 cores=1,3,5,7
/proc/31180/task/31203/stat : 31203 (java) S 31178 31180 25184 0 -1 4202560 9407 0 0 0 103 2 0 0 20 0 19 0 255111364 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724288928568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31180/tid=31204] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31204/stat : 31204 (java) S 31178 31180 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255111364 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724287875960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31180/tid=31205] ppid=31178 vsize=9624976 CPUtime=0.77 cores=1,3,5,7
/proc/31180/task/31205/stat : 31205 (java) S 31178 31180 25184 0 -1 4202560 103 0 0 0 47 30 0 0 20 0 19 0 255111364 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724286823368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31180/tid=31207] ppid=31178 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/31180/task/31207/stat : 31207 (java) S 31178 31180 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255111458 9855975424 92056 33554432000 1073741824 1073778376 140736623279184 140724285768872 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

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

Real time (s): 1793.25
CPU time (s): 1800.02
CPU user time (s): 1799.07
CPU system time (s): 0.95
CPU usage (%): 100.377
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.15
system time used= 1.16182
maximum resident set size= 368348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31027
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40252
involuntary context switches= 18418

runsolver used 6.25905 second user time and 16.1056 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 22:04:30
IDJOB=3689195
IDBENCH=73961
IDSOLVER=2269
FILE ID=node147/3689195-1337889869
RUNJOBID= node147-1337889869-31143
PBS_JOBID= 14620057
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12032_3-unsat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689195-1337889869/watcher-3689195-1337889869 -o /tmp/evaluation-result-3689195-1337889869/solver-3689195-1337889869 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689195-1337889869.opb

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

MD5SUM BENCH= 336dbbe12a18bfd6b8d34c583a70b44b
RANDOM SEED=1794106301

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30382368 kB
Buffers:          234008 kB
Cached:          1474804 kB
SwapCached:         6180 kB
Active:           355760 kB
Inactive:        1364840 kB
Active(anon):       7608 kB
Inactive(anon):     6780 kB
Active(file):     348152 kB
Inactive(file):  1358060 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:              6612 kB
Writeback:           188 kB
AnonPages:         14264 kB
Mapped:            12500 kB
Shmem:                 0 kB
Slab:             631208 kB
SReclaimable:      72460 kB
SUnreclaim:       558748 kB
KernelStack:        1400 kB
PageTables:         3716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     672504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node147 at 2012-05-24 22:34:25