Trace number 3478726

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 Res//CP 2.3.0? (TO) 1800.51 907.518

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-53.opb
MD5SUM3eaa712ef8c4f1e38f38abbb36d752f3
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 variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3478726-1307436782.opb
0.09/0.11	c reading problem ... 
2.63/2.07	c ... done. Wall clock time 1.958s.
2.63/2.07	c #vars     10086
2.63/2.07	c #constraints  226608
2.63/2.07	c constraints type 
2.63/2.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
2.63/2.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.63/2.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
2.63/2.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.63/2.07	c constraints type 
2.63/2.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
2.63/2.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
2.63/2.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
2.63/2.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
8.88/4.72	c cleaning 0 clauses out of 5001 with flag 0/5001
10.03/5.23	c cleaning 2497 clauses out of 5002 with flag 5002/5002
13.63/7.09	c cleaning 4249 clauses out of 8506 with flag 11003/11003
14.29/7.41	c cleaning 0 clauses out of 11001 with flag 0/11001
17.78/9.21	c cleaning 5625 clauses out of 11255 with flag 18001/18001
20.31/10.53	c cleaning 0 clauses out of 18002 with flag 0/18002
22.82/11.87	c cleaning 6809 clauses out of 13629 with flag 26000/26000
28.29/14.69	c cleaning 7879 clauses out of 15820 with flag 35000/35000
29.28/15.22	c cleaning 0 clauses out of 26000 with flag 0/26000
33.54/17.51	c cleaning 8947 clauses out of 17948 with flag 45007/45007
38.01/19.72	c cleaning 9958 clauses out of 19994 with flag 56000/56000
44.07/22.89	c cleaning 11001 clauses out of 22036 with flag 68000/68000
49.06/25.44	c cleaning 11830 clauses out of 24036 with flag 81001/81001
55.35/28.67	c cleaning 13096 clauses out of 26207 with flag 95002/95002
59.59/30.88	c cleaning 0 clauses out of 35001 with flag 0/35001
63.39/32.82	c cleaning 14048 clauses out of 28109 with flag 110000/110000
69.58/36.01	c cleaning 15014 clauses out of 30061 with flag 126000/126000
77.43/40.06	c cleaning 16006 clauses out of 32048 with flag 143002/143002
84.47/43.69	c cleaning 17016 clauses out of 34041 with flag 161001/161001
95.31/49.19	c cleaning 18008 clauses out of 36023 with flag 180001/180001
105.49/54.32	c cleaning 18983 clauses out of 38013 with flag 200000/200000
115.93/59.67	c cleaning 0 clauses out of 45000 with flag 0/45000
117.39/60.50	c cleaning 20010 clauses out of 40030 with flag 221002/221002
130.01/66.87	c cleaning 20979 clauses out of 42018 with flag 243000/243000
139.58/71.73	c cleaning 21951 clauses out of 44040 with flag 266001/266001
149.41/76.74	c cleaning 23003 clauses out of 46088 with flag 290000/290000
159.44/81.89	c cleaning 23970 clauses out of 48085 with flag 315000/315000
172.87/88.65	c cleaning 25054 clauses out of 50117 with flag 341002/341002
189.76/97.10	c cleaning 25920 clauses out of 52061 with flag 368000/368000
197.82/101.24	c cleaning 0 clauses out of 56000 with flag 0/56000
205.21/105.06	c cleaning 26908 clauses out of 54143 with flag 396002/396002
219.62/112.37	c cleaning 28112 clauses out of 56234 with flag 425001/425001
240.78/123.07	c cleaning 29056 clauses out of 58121 with flag 455000/455000
258.23/131.81	c cleaning 29960 clauses out of 60065 with flag 486000/486000
288.86/147.28	c cleaning 31041 clauses out of 62105 with flag 518000/518000
304.52/155.15	c cleaning 31915 clauses out of 64064 with flag 551000/551000
323.42/164.76	c cleaning 32915 clauses out of 66149 with flag 585000/585000
326.24/166.24	c cleaning 0 clauses out of 68000 with flag 0/68000
340.24/173.38	c cleaning 34066 clauses out of 68234 with flag 620000/620000
363.27/184.93	c cleaning 35074 clauses out of 70170 with flag 656002/656002
392.80/199.86	c cleaning 35947 clauses out of 72095 with flag 693001/693001
416.23/211.61	c cleaning 36908 clauses out of 74147 with flag 731000/731000
437.66/222.48	c cleaning 38089 clauses out of 76240 with flag 770001/770001
469.68/238.61	c cleaning 39066 clauses out of 78151 with flag 810001/810001
476.60/242.15	c cleaning 0 clauses out of 81000 with flag 0/81000
508.61/258.20	c cleaning 39825 clauses out of 80084 with flag 851000/851000
542.44/275.28	c cleaning 41075 clauses out of 82259 with flag 893000/893000
575.47/291.82	c cleaning 41954 clauses out of 84184 with flag 936000/936000
617.79/313.10	c cleaning 43041 clauses out of 86231 with flag 980001/980001
675.04/341.88	c cleaning 44070 clauses out of 88190 with flag 1025001/1025001
701.63/355.29	c cleaning 0 clauses out of 95000 with flag 0/95000
717.19/363.14	c cleaning 45010 clauses out of 90120 with flag 1071001/1071001
760.49/385.00	c cleaning 46030 clauses out of 92111 with flag 1118002/1118002
820.89/415.23	c cleaning 46976 clauses out of 94079 with flag 1166000/1166000
874.09/441.94	c cleaning 48047 clauses out of 96103 with flag 1215000/1215000
942.56/476.31	c cleaning 49011 clauses out of 98056 with flag 1265000/1265000
975.04/492.70	c cleaning 49825 clauses out of 100045 with flag 1316000/1316000
1028.66/519.56	c cleaning 51015 clauses out of 102222 with flag 1368002/1368002
1093.91/552.28	c cleaning 0 clauses out of 110000 with flag 0/110000
1112.41/561.69	c cleaning 52092 clauses out of 104205 with flag 1421000/1421000
1155.07/583.11	c cleaning 52821 clauses out of 106113 with flag 1475000/1475000
1192.66/602.07	c cleaning 53905 clauses out of 108293 with flag 1530001/1530001
1270.51/641.07	c cleaning 55189 clauses out of 110390 with flag 1586003/1586003
1318.72/665.26	c cleaning 56087 clauses out of 112198 with flag 1643000/1643000
1355.56/683.85	c cleaning 56729 clauses out of 114112 with flag 1701001/1701001
1391.15/701.73	c cleaning 57963 clauses out of 116383 with flag 1760001/1760001
1436.74/724.61	c cleaning 59030 clauses out of 118419 with flag 1820000/1820000
1478.53/745.63	c cleaning 60074 clauses out of 120390 with flag 1881001/1881001
1535.21/774.10	c cleaning 60936 clauses out of 122317 with flag 1943002/1943002
1586.03/799.63	c cleaning 62160 clauses out of 124381 with flag 2006002/2006002
1618.59/816.02	c cleaning 62945 clauses out of 126220 with flag 2070002/2070002
1672.78/843.27	c cleaning 63965 clauses out of 128273 with flag 2135000/2135000
1687.58/850.87	c cleaning 0 clauses out of 126003 with flag 0/126003
1751.35/882.83	c cleaning 65068 clauses out of 130308 with flag 2201000/2201000
1800.14/907.32	c starts		: 228
1800.14/907.32	c conflicts		: 2240066
1800.14/907.32	c decisions		: 10310890
1800.14/907.32	c propagations		: 744822904
1800.14/907.32	c inspects		: 8560352216
1800.14/907.32	c shortcuts		: 0
1800.14/907.32	c learnt literals	: 7
1800.14/907.32	c learnt binary clauses	: 843
1800.14/907.33	c learnt ternary clauses	: 2118
1800.14/907.33	c learnt constraints	: 2240059
1800.14/907.33	c ignored constraints	: 0
1800.14/907.33	c root simplifications	: 0
1800.14/907.33	c removed literals (reason simplification)	: 43831822
1800.14/907.33	c reason swapping (by a shorter reason)	: 0
1800.14/907.33	c Calls to reduceDB	: 62
1800.14/907.33	c number of reductions to clauses (during analyze)	: 0
1800.14/907.33	c number of learned constraints concerned by reduction	: 0
1800.14/907.33	c number of learning phase by resolution	: 0
1800.14/907.33	c number of learning phase by cutting planes	: 0
1800.14/907.33	c speed (assignments/second)	: 822780.5680413499
1800.14/907.33	c non guided choices	896236
1800.14/907.36	c learnt constraints type 
1800.14/907.36	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 843
1800.14/907.36	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103486
1800.14/907.36	c constraints type 
1800.14/907.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
1800.14/907.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.14/907.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
1800.14/907.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.14/907.36	c constraints type 
1800.14/907.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
1800.14/907.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
1800.14/907.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
1800.14/907.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
1800.14/907.36	s UNKNOWN
1800.14/907.36	c Total wall clock time (in seconds): 907.251

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-3478726-1307436782/watcher-3478726-1307436782 -o /tmp/evaluation-result-3478726-1307436782/solver-3478726-1307436782 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478726-1307436782.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: 0.00 0.00 0.00 4/565 3871
/proc/meminfo: memFree=24678616/32950928 swapFree=67056580/67111528
[pid=3870] ppid=3868 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/3870/stat : 3870 (java) S 3868 3870 3822 0 -1 4202496 1168 0 0 0 0 0 0 0 22 0 2 0 855275247 26714112 897 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488497637 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/3870/statm: 6522 897 682 9 0 381 0
[pid=3870/tid=3873] ppid=3868 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3873/stat : 3873 (java) R 3868 3870 3822 0 -1 4202560 5683 0 1 0 0 0 0 0 23 0 2 0 855275248 10694979584 6499 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239476388923 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.075473 s]
/proc/loadavg: 0.00 0.00 0.00 4/565 3871
/proc/meminfo: memFree=24678616/32950928 swapFree=67056580/67111528
[pid=3870] ppid=3868 vsize=10473088 CPUtime=0.05 cores=0,2,4,6
/proc/3870/stat : 3870 (java) S 3868 3870 3822 0 -1 4202496 11830 0 1 0 4 1 0 0 22 0 18 0 855275247 10724442112 11527 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3870/statm: 2618272 11527 1742 9 0 2609006 0
[pid=3870/tid=3873] ppid=3868 vsize=10473088 CPUtime=0.05 cores=0,2,4,6
/proc/3870/task/3873/stat : 3873 (java) R 3868 3870 3822 0 -1 4202560 10657 0 1 0 4 1 0 0 25 0 18 0 855275248 10724442112 11529 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488523643 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10473088

[startup+0.100413 s]
/proc/loadavg: 0.00 0.00 0.00 4/565 3871
/proc/meminfo: memFree=24678616/32950928 swapFree=67056580/67111528
[pid=3870] ppid=3868 vsize=10540452 CPUtime=0.09 cores=0,2,4,6
/proc/3870/stat : 3870 (java) S 3868 3870 3822 0 -1 4202496 12977 0 1 0 8 1 0 0 22 0 18 0 855275247 10793422848 12664 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3870/statm: 2635113 12665 2092 9 0 2625847 0
[pid=3870/tid=3873] ppid=3868 vsize=10540452 CPUtime=0.07 cores=0,2,4,6
/proc/3870/task/3873/stat : 3873 (java) R 3868 3870 3822 0 -1 4202560 11062 0 1 0 6 1 0 0 18 0 18 0 855275248 10793422848 12665 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 47384750918483 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540452

[startup+0.300432 s]
/proc/loadavg: 0.00 0.00 0.00 4/565 3871
/proc/meminfo: memFree=24678616/32950928 swapFree=67056580/67111528
[pid=3870] ppid=3868 vsize=10541504 CPUtime=0.46 cores=0,2,4,6
/proc/3870/stat : 3870 (java) S 3868 3870 3822 0 -1 4202496 16098 0 1 0 44 2 0 0 22 0 18 0 855275247 10794500096 15445 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3870/statm: 2635376 15446 2199 9 0 2626110 0
[pid=3870/tid=3873] ppid=3868 vsize=10541504 CPUtime=0.28 cores=0,2,4,6
/proc/3870/task/3873/stat : 3873 (java) R 3868 3870 3822 0 -1 4202560 13240 0 1 0 26 2 0 0 18 0 18 0 855275248 10794500096 15447 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 46912505539347 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541504

[startup+0.700355 s]
/proc/loadavg: 0.00 0.00 0.00 4/565 3871
/proc/meminfo: memFree=24678616/32950928 swapFree=67056580/67111528
[pid=3870] ppid=3868 vsize=10544516 CPUtime=1.21 cores=0,2,4,6
/proc/3870/stat : 3870 (java) S 3868 3870 3822 0 -1 4202496 52941 0 1 0 114 7 0 0 22 0 18 0 855275247 10797584384 50884 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3870/statm: 2636129 50889 2215 9 0 2626863 0
[pid=3870/tid=3873] ppid=3868 vsize=10544516 CPUtime=0.67 cores=0,2,4,6
/proc/3870/task/3873/stat : 3873 (java) R 3868 3870 3822 0 -1 4202560 46782 0 1 0 61 6 0 0 18 0 18 0 855275248 10797584384 50891 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 46912505551078 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 10544516

[startup+1.50121 s]
/proc/loadavg: 0.16 0.03 0.01 3/589 3895
/proc/meminfo: memFree=24013176/32950928 swapFree=67056580/67111528
[pid=3870] ppid=3868 vsize=10544516 CPUtime=2.08 cores=0,2,4,6
/proc/3870/stat : 3870 (java) S 3868 3870 3822 0 -1 4202496 150521 0 1 0 189 19 0 0 22 0 18 0 855275247 10797584384 148465 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3870/statm: 2636129 148470 2215 9 0 2626863 0
[pid=3870/tid=3873] ppid=3868 vsize=10544516 CPUtime=1.47 cores=0,2,4,6
/proc/3870/task/3873/stat : 3873 (java) R 3868 3870 3822 0 -1 4202560 144348 0 1 0 130 17 0 0 19 0 18 0 855275248 10797584384 148472 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 46912505624139 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3870/tid=3880] ppid=3868 vsize=10544516 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3880/stat : 3880 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 855275250 10797584384 148473 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3881] ppid=3868 vsize=10544516 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3881/stat : 3881 (java) S 3868 3870 3822 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855275250 10797584384 148474 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3882] ppid=3868 vsize=10544516 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3882/stat : 3882 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855275250 10797584384 148477 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3883] ppid=3868 vsize=10544516 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3883/stat : 3883 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855275250 10797584384 148480 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3884] ppid=3868 vsize=10544516 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3884/stat : 3884 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855275250 10797584384 148483 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3885] ppid=3868 vsize=10544516 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3885/stat : 3885 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855275250 10797584384 148486 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3886] ppid=3868 vsize=10544516 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3886/stat : 3886 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855275250 10797584384 148488 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3887] ppid=3868 vsize=10544516 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3887/stat : 3887 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855275250 10797584384 148491 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3888] ppid=3868 vsize=10544516 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3888/stat : 3888 (java) S 3868 3870 3822 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855275251 10797584384 148494 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 0 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
[pid=3870/tid=3889] ppid=3868 vsize=10544516 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3889/stat : 3889 (java) S 3868 3870 3822 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855275251 10797584384 148497 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3890] ppid=3868 vsize=10544516 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3890/stat : 3890 (java) S 3868 3870 3822 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855275251 10797584384 148500 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3891] ppid=3868 vsize=10544516 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3891/stat : 3891 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855275254 10797584384 148503 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488518577 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3892] ppid=3868 vsize=10544516 CPUtime=0.32 cores=0,2,4,6
/proc/3870/task/3892/stat : 3892 (java) S 3868 3870 3822 0 -1 4202560 3231 0 0 0 31 1 0 0 15 0 18 0 855275254 10797584384 148505 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3893] ppid=3868 vsize=10544516 CPUtime=0.27 cores=0,2,4,6
/proc/3870/task/3893/stat : 3893 (java) S 3868 3870 3822 0 -1 4202560 1799 0 0 0 27 0 0 0 15 0 18 0 855275254 10797584384 148508 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
[pid=3870/tid=3894] ppid=3868 vsize=10544516 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3894/stat : 3894 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855275254 10797584384 148511 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3895] ppid=3868 vsize=10544516 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3895/stat : 3895 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855275254 10797584384 148514 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 10544516

[startup+3.1009 s]
/proc/loadavg: 0.16 0.03 0.01 8/597 3903
/proc/meminfo: memFree=23039092/32950928 swapFree=67056580/67111528
[pid=3870] ppid=3868 vsize=10556068 CPUtime=5.67 cores=0,2,4,6
/proc/3870/stat : 3870 (java) S 3868 3870 3822 0 -1 4202496 282809 0 1 0 534 33 0 0 22 0 22 0 855275247 10809413632 278375 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3870/statm: 2639017 278393 2241 9 0 2629751 0
[pid=3870/tid=3873] ppid=3868 vsize=10556068 CPUtime=2.05 cores=0,2,4,6
/proc/3870/task/3873/stat : 3873 (java) S 3868 3870 3822 0 -1 4202560 215744 0 1 0 181 24 0 0 16 0 22 0 855275248 10809413632 278395 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3880] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3880/stat : 3880 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 855275250 10809413632 278397 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3881] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3881/stat : 3881 (java) S 3868 3870 3822 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 855275250 10809413632 278409 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3882] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3882/stat : 3882 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275250 10809413632 278417 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3883] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3883/stat : 3883 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275250 10809413632 278419 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3884] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3884/stat : 3884 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275250 10809413632 278421 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3885] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3885/stat : 3885 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275250 10809413632 278423 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3886] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3886/stat : 3886 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275250 10809413632 278425 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3887] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3887/stat : 3887 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275250 10809413632 278427 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3888] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3888/stat : 3888 (java) S 3868 3870 3822 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 855275251 10809413632 278429 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 0 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3889] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3889/stat : 3889 (java) S 3868 3870 3822 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 855275251 10809413632 278430 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3890] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3890/stat : 3890 (java) S 3868 3870 3822 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855275251 10809413632 278432 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3891] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3891/stat : 3891 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275254 10809413632 278433 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488518577 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3892] ppid=3868 vsize=10556068 CPUtime=0.84 cores=0,2,4,6
/proc/3870/task/3892/stat : 3892 (java) S 3868 3870 3822 0 -1 4202560 5506 0 0 0 83 1 0 0 15 0 22 0 855275254 10809413632 278434 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3893] ppid=3868 vsize=10556068 CPUtime=0.7 cores=0,2,4,6
/proc/3870/task/3893/stat : 3893 (java) S 3868 3870 3822 0 -1 4202560 5159 0 0 0 70 0 0 0 15 0 22 0 855275254 10809413632 278434 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
[pid=3870/tid=3894] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3894/stat : 3894 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275254 10809413632 278434 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3895] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3895/stat : 3895 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 855275254 10809413632 278434 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3900] ppid=3868 vsize=10556068 CPUtime=1.02 cores=0,2,4,6
/proc/3870/task/3900/stat : 3900 (java) R 3868 3870 3822 0 -1 4202560 1026 0 0 0 102 0 0 0 25 0 22 0 855275455 10809413632 278434 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 46912505875196 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3870/tid=3901] ppid=3868 vsize=10556068 CPUtime=1.01 cores=0,2,4,6
/proc/3870/task/3901/stat : 3901 (java) R 3868 3870 3822 0 -1 4202560 54275 0 0 0 95 6 0 0 25 0 22 0 855275455 10809413632 278444 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 46912506293260 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3870/tid=3902] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3902/stat : 3902 (java) S 3868 3870 3822 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 855275457 10809413632 278455 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3903] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3903/stat : 3903 (java) S 3868 3870 3822 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 855275457 10809413632 278457 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 10556068

[startup+6.30128 s]
/proc/loadavg: 0.16 0.03 0.01 4/597 3903
/proc/meminfo: memFree=21293332/32950928 swapFree=67056580/67111528
[pid=3870] ppid=3868 vsize=10556068 CPUtime=12.19 cores=0,2,4,6
/proc/3870/stat : 3870 (java) S 3868 3870 3822 0 -1 4202496 444294 0 1 0 1168 51 0 0 22 0 22 0 855275247 10809413632 437220 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3870/statm: 2639017 437220 2265 9 0 2629751 0
[pid=3870/tid=3873] ppid=3868 vsize=10556068 CPUtime=2.05 cores=0,2,4,6
/proc/3870/task/3873/stat : 3873 (java) S 3868 3870 3822 0 -1 4202560 215744 0 1 0 181 24 0 0 15 0 22 0 855275248 10809413632 437220 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3880] ppid=3868 vsize=10556068 CPUtime=0.05 cores=0,2,4,6
/proc/3870/task/3880/stat : 3880 (java) S 3868 3870 3822 0 -1 4202560 3507 0 0 0 5 0 0 0 15 0 22 0 855275250 10809413632 437220 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3881] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3881/stat : 3881 (java) S 3868 3870 3822 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 855275250 10809413632 437220 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3882] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3882/stat : 3882 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 855275250 10809413632 437220 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3883] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3883/stat : 3883 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 855275250 10809413632 437220 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3884] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3884/stat : 3884 (java) S 3868 3870 3822 0 -1 4202560 175 0 0 0 0 0 0 0 16 0 22 0 855275250 10809413632 437220 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3885] ppid=3868 vsize=10556068 CPUtime=0.04 cores=0,2,4,6
/proc/3870/task/3885/stat : 3885 (java) S 3868 3870 3822 0 -1 4202560 3387 0 0 0 4 0 0 0 15 0 22 0 855275250 10809413632 437220 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3886] ppid=3868 vsize=10556068 CPUtime=0.05 cores=0,2,4,6
/proc/3870/task/3886/stat : 3886 (java) S 3868 3870 3822 0 -1 4202560 3780 0 0 0 5 0 0 0 15 0 22 0 855275250 10809413632 437220 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
[pid=3870/tid=3887] ppid=3868 vsize=10556068 CPUtime=0.05 cores=0,2,4,6
/proc/3870/task/3887/stat : 3887 (java) S 3868 3870 3822 0 -1 4202560 3588 0 0 0 5 0 0 0 15 0 22 0 855275250 10809413632 437220 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3888] ppid=3868 vsize=10556068 CPUtime=0.34 cores=0,2,4,6
/proc/3870/task/3888/stat : 3888 (java) S 3868 3870 3822 0 -1 4202560 17123 0 0 0 33 1 0 0 16 0 22 0 855275251 10809413632 437220 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 0 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3889] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3889/stat : 3889 (java) S 3868 3870 3822 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855275251 10809413632 437220 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3890] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3890/stat : 3890 (java) S 3868 3870 3822 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855275251 10809413632 437220 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3891] ppid=3868 vsize=10556068 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3891/stat : 3891 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275254 10809413632 437220 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488518577 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0

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

/proc/meminfo: memFree=17362832/32950928 swapFree=67056580/67111528
[pid=3870] ppid=3868 vsize=10553928 CPUtime=1630.92 cores=0,2,4,6
/proc/3870/stat : 3870 (java) S 3868 3870 3822 0 -1 4202496 931755 0 1 0 162979 113 0 0 22 0 22 0 855275247 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3870/statm: 2638482 921368 2267 9 0 2629216 0
[pid=3870/tid=3873] ppid=3868 vsize=10553928 CPUtime=2.05 cores=0,2,4,6
/proc/3870/task/3873/stat : 3873 (java) S 3868 3870 3822 0 -1 4202560 215754 0 1 0 181 24 0 0 15 0 22 0 855275248 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3880] ppid=3868 vsize=10553928 CPUtime=0.64 cores=0,2,4,6
/proc/3870/task/3880/stat : 3880 (java) S 3868 3870 3822 0 -1 4202560 6997 0 0 0 63 1 0 0 16 0 22 0 855275250 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3881] ppid=3868 vsize=10553928 CPUtime=0.55 cores=0,2,4,6
/proc/3870/task/3881/stat : 3881 (java) S 3868 3870 3822 0 -1 4202560 2936 0 0 0 55 0 0 0 16 0 22 0 855275250 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3882] ppid=3868 vsize=10553928 CPUtime=0.5 cores=0,2,4,6
/proc/3870/task/3882/stat : 3882 (java) S 3868 3870 3822 0 -1 4202560 2891 0 0 0 50 0 0 0 15 0 22 0 855275250 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3883] ppid=3868 vsize=10553928 CPUtime=0.62 cores=0,2,4,6
/proc/3870/task/3883/stat : 3883 (java) S 3868 3870 3822 0 -1 4202560 3570 0 0 0 62 0 0 0 15 0 22 0 855275250 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3884] ppid=3868 vsize=10553928 CPUtime=0.67 cores=0,2,4,6
/proc/3870/task/3884/stat : 3884 (java) S 3868 3870 3822 0 -1 4202560 3063 0 0 0 67 0 0 0 16 0 22 0 855275250 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3885] ppid=3868 vsize=10553928 CPUtime=0.62 cores=0,2,4,6
/proc/3870/task/3885/stat : 3885 (java) S 3868 3870 3822 0 -1 4202560 6426 0 0 0 62 0 0 0 16 0 22 0 855275250 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3886] ppid=3868 vsize=10553928 CPUtime=0.56 cores=0,2,4,6
/proc/3870/task/3886/stat : 3886 (java) S 3868 3870 3822 0 -1 4202560 6739 0 0 0 56 0 0 0 16 0 22 0 855275250 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3887] ppid=3868 vsize=10553928 CPUtime=0.59 cores=0,2,4,6
/proc/3870/task/3887/stat : 3887 (java) S 3868 3870 3822 0 -1 4202560 6484 0 0 0 59 0 0 0 15 0 22 0 855275250 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3888] ppid=3868 vsize=10553928 CPUtime=15.98 cores=0,2,4,6
/proc/3870/task/3888/stat : 3888 (java) S 3868 3870 3822 0 -1 4202560 35180 0 0 0 1593 5 0 0 15 0 22 0 855275251 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 0 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
[pid=3870/tid=3889] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3889/stat : 3889 (java) S 3868 3870 3822 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855275251 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3890] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3890/stat : 3890 (java) S 3868 3870 3822 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855275251 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3891] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3891/stat : 3891 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275254 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488518577 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3892] ppid=3868 vsize=10553928 CPUtime=1.47 cores=0,2,4,6
/proc/3870/task/3892/stat : 3892 (java) S 3868 3870 3822 0 -1 4202560 9634 0 0 0 145 2 0 0 15 0 22 0 855275254 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
[pid=3870/tid=3893] ppid=3868 vsize=10553928 CPUtime=0.94 cores=0,2,4,6
/proc/3870/task/3893/stat : 3893 (java) S 3868 3870 3822 0 -1 4202560 5516 0 0 0 93 1 0 0 15 0 22 0 855275254 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3894] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3894/stat : 3894 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275254 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3895] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3895/stat : 3895 (java) S 3868 3870 3822 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 855275254 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3900] ppid=3868 vsize=10553928 CPUtime=802.81 cores=0,2,4,6
/proc/3870/task/3900/stat : 3900 (java) R 3868 3870 3822 0 -1 4202560 2494 0 0 0 80281 0 0 0 25 0 22 0 855275455 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 46912505731264 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3870/tid=3901] ppid=3868 vsize=10553928 CPUtime=802.78 cores=0,2,4,6
/proc/3870/task/3901/stat : 3901 (java) R 3868 3870 3822 0 -1 4202560 622866 0 0 0 80205 73 0 0 25 0 22 0 855275455 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 46912505907198 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3870/tid=3902] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3902/stat : 3902 (java) S 3868 3870 3822 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 855275457 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3903] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3903/stat : 3903 (java) S 3868 3870 3822 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 855275457 10807222272 921368 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1630.92
Current children cumulated vsize (KiB) 10553928

[startup+882.302 s]
/proc/loadavg: 4.02 3.81 2.44 5/597 3938
/proc/meminfo: memFree=17351768/32950928 swapFree=67056580/67111528
[pid=3870] ppid=3868 vsize=10553928 CPUtime=1750.35 cores=0,2,4,6
/proc/3870/stat : 3870 (java) S 3868 3870 3822 0 -1 4202496 934607 0 1 0 174922 113 0 0 22 0 22 0 855275247 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3870/statm: 2638482 924118 2267 9 0 2629216 0
[pid=3870/tid=3873] ppid=3868 vsize=10553928 CPUtime=2.05 cores=0,2,4,6
/proc/3870/task/3873/stat : 3873 (java) S 3868 3870 3822 0 -1 4202560 215754 0 1 0 181 24 0 0 15 0 22 0 855275248 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3880] ppid=3868 vsize=10553928 CPUtime=0.68 cores=0,2,4,6
/proc/3870/task/3880/stat : 3880 (java) S 3868 3870 3822 0 -1 4202560 7449 0 0 0 67 1 0 0 16 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
[pid=3870/tid=3881] ppid=3868 vsize=10553928 CPUtime=0.58 cores=0,2,4,6
/proc/3870/task/3881/stat : 3881 (java) S 3868 3870 3822 0 -1 4202560 3203 0 0 0 58 0 0 0 16 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3882] ppid=3868 vsize=10553928 CPUtime=0.52 cores=0,2,4,6
/proc/3870/task/3882/stat : 3882 (java) S 3868 3870 3822 0 -1 4202560 2891 0 0 0 52 0 0 0 16 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3883] ppid=3868 vsize=10553928 CPUtime=0.68 cores=0,2,4,6
/proc/3870/task/3883/stat : 3883 (java) S 3868 3870 3822 0 -1 4202560 4116 0 0 0 68 0 0 0 16 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3884] ppid=3868 vsize=10553928 CPUtime=0.7 cores=0,2,4,6
/proc/3870/task/3884/stat : 3884 (java) S 3868 3870 3822 0 -1 4202560 4005 0 0 0 70 0 0 0 15 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3885] ppid=3868 vsize=10553928 CPUtime=0.66 cores=0,2,4,6
/proc/3870/task/3885/stat : 3885 (java) S 3868 3870 3822 0 -1 4202560 6923 0 0 0 65 1 0 0 15 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3886] ppid=3868 vsize=10553928 CPUtime=0.59 cores=0,2,4,6
/proc/3870/task/3886/stat : 3886 (java) S 3868 3870 3822 0 -1 4202560 6875 0 0 0 59 0 0 0 15 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
[pid=3870/tid=3887] ppid=3868 vsize=10553928 CPUtime=0.61 cores=0,2,4,6
/proc/3870/task/3887/stat : 3887 (java) S 3868 3870 3822 0 -1 4202560 6484 0 0 0 61 0 0 0 15 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3888] ppid=3868 vsize=10553928 CPUtime=16.68 cores=0,2,4,6
/proc/3870/task/3888/stat : 3888 (java) S 3868 3870 3822 0 -1 4202560 35182 0 0 0 1663 5 0 0 15 0 22 0 855275251 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 0 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
[pid=3870/tid=3889] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3889/stat : 3889 (java) S 3868 3870 3822 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855275251 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3890] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3890/stat : 3890 (java) S 3868 3870 3822 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855275251 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3891] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3891/stat : 3891 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275254 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488518577 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3892] ppid=3868 vsize=10553928 CPUtime=1.47 cores=0,2,4,6
/proc/3870/task/3892/stat : 3892 (java) S 3868 3870 3822 0 -1 4202560 9634 0 0 0 145 2 0 0 15 0 22 0 855275254 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
[pid=3870/tid=3893] ppid=3868 vsize=10553928 CPUtime=0.94 cores=0,2,4,6
/proc/3870/task/3893/stat : 3893 (java) S 3868 3870 3822 0 -1 4202560 5516 0 0 0 93 1 0 0 15 0 22 0 855275254 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3894] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3894/stat : 3894 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275254 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3895] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3895/stat : 3895 (java) S 3868 3870 3822 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 855275254 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3900] ppid=3868 vsize=10553928 CPUtime=862.05 cores=0,2,4,6
/proc/3870/task/3900/stat : 3900 (java) R 3868 3870 3822 0 -1 4202560 2497 0 0 0 86205 0 0 0 25 0 22 0 855275455 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 46912505900134 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3870/tid=3901] ppid=3868 vsize=10553928 CPUtime=862 cores=0,2,4,6
/proc/3870/task/3901/stat : 3901 (java) R 3868 3870 3822 0 -1 4202560 622869 0 0 0 86127 73 0 0 25 0 22 0 855275455 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 46912505875196 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3870/tid=3902] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3902/stat : 3902 (java) S 3868 3870 3822 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 855275457 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3903] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3903/stat : 3903 (java) S 3868 3870 3822 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 855275457 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1750.35
Current children cumulated vsize (KiB) 10553928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.302 s]
/proc/loadavg: 4.01 3.83 2.48 5/597 3939
/proc/meminfo: memFree=17351760/32950928 swapFree=67056580/67111528
[pid=3870] ppid=3868 vsize=10553928 CPUtime=1800.14 cores=0,2,4,6
/proc/3870/stat : 3870 (java) S 3868 3870 3822 0 -1 4202496 934612 0 1 0 179901 113 0 0 22 0 22 0 855275247 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3870/statm: 2638482 924118 2267 9 0 2629216 0
[pid=3870/tid=3873] ppid=3868 vsize=10553928 CPUtime=2.05 cores=0,2,4,6
/proc/3870/task/3873/stat : 3873 (java) S 3868 3870 3822 0 -1 4202560 215754 0 1 0 181 24 0 0 15 0 22 0 855275248 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3880] ppid=3868 vsize=10553928 CPUtime=0.7 cores=0,2,4,6
/proc/3870/task/3880/stat : 3880 (java) S 3868 3870 3822 0 -1 4202560 7449 0 0 0 69 1 0 0 16 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3881] ppid=3868 vsize=10553928 CPUtime=0.59 cores=0,2,4,6
/proc/3870/task/3881/stat : 3881 (java) S 3868 3870 3822 0 -1 4202560 3203 0 0 0 59 0 0 0 15 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3882] ppid=3868 vsize=10553928 CPUtime=0.54 cores=0,2,4,6
/proc/3870/task/3882/stat : 3882 (java) S 3868 3870 3822 0 -1 4202560 2891 0 0 0 54 0 0 0 15 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3883] ppid=3868 vsize=10553928 CPUtime=0.71 cores=0,2,4,6
/proc/3870/task/3883/stat : 3883 (java) S 3868 3870 3822 0 -1 4202560 4116 0 0 0 71 0 0 0 16 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3884] ppid=3868 vsize=10553928 CPUtime=0.74 cores=0,2,4,6
/proc/3870/task/3884/stat : 3884 (java) S 3868 3870 3822 0 -1 4202560 4005 0 0 0 74 0 0 0 16 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
[pid=3870/tid=3885] ppid=3868 vsize=10553928 CPUtime=0.68 cores=0,2,4,6
/proc/3870/task/3885/stat : 3885 (java) S 3868 3870 3822 0 -1 4202560 6923 0 0 0 67 1 0 0 15 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3886] ppid=3868 vsize=10553928 CPUtime=0.59 cores=0,2,4,6
/proc/3870/task/3886/stat : 3886 (java) S 3868 3870 3822 0 -1 4202560 6875 0 0 0 59 0 0 0 15 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3887] ppid=3868 vsize=10553928 CPUtime=0.63 cores=0,2,4,6
/proc/3870/task/3887/stat : 3887 (java) S 3868 3870 3822 0 -1 4202560 6484 0 0 0 63 0 0 0 16 0 22 0 855275250 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3888] ppid=3868 vsize=10553928 CPUtime=16.96 cores=0,2,4,6
/proc/3870/task/3888/stat : 3888 (java) S 3868 3870 3822 0 -1 4202560 35184 0 0 0 1691 5 0 0 15 0 22 0 855275251 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 0 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
[pid=3870/tid=3889] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3889/stat : 3889 (java) S 3868 3870 3822 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855275251 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3890] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3890/stat : 3890 (java) S 3868 3870 3822 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855275251 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3891] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3891/stat : 3891 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275254 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488518577 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3892] ppid=3868 vsize=10553928 CPUtime=1.47 cores=0,2,4,6
/proc/3870/task/3892/stat : 3892 (java) S 3868 3870 3822 0 -1 4202560 9634 0 0 0 145 2 0 0 15 0 22 0 855275254 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
[pid=3870/tid=3893] ppid=3868 vsize=10553928 CPUtime=0.94 cores=0,2,4,6
/proc/3870/task/3893/stat : 3893 (java) S 3868 3870 3822 0 -1 4202560 5516 0 0 0 93 1 0 0 15 0 22 0 855275254 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 6 0 0 0
[pid=3870/tid=3894] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3894/stat : 3894 (java) S 3868 3870 3822 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855275254 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488510873 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3895] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3895/stat : 3895 (java) S 3868 3870 3822 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 855275254 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 4 0 0 0
[pid=3870/tid=3900] ppid=3868 vsize=10553928 CPUtime=886.74 cores=0,2,4,6
/proc/3870/task/3900/stat : 3900 (java) R 3868 3870 3822 0 -1 4202560 2498 0 0 0 88674 0 0 0 25 0 22 0 855275455 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 46912505909825 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3870/tid=3901] ppid=3868 vsize=10553928 CPUtime=886.69 cores=0,2,4,6
/proc/3870/task/3901/stat : 3901 (java) R 3868 3870 3822 0 -1 4202560 622871 0 0 0 88596 73 0 0 25 0 22 0 855275455 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 46912505935301 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3870/tid=3902] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3902/stat : 3902 (java) S 3868 3870 3822 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 855275457 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 0 0 0 0
[pid=3870/tid=3903] ppid=3868 vsize=10553928 CPUtime=0 cores=0,2,4,6
/proc/3870/task/3903/stat : 3903 (java) S 3868 3870 3822 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 855275457 10807222272 924118 33554432000 1073741824 1073778376 140737197699056 18446744073709551615 239488511488 0 4 0 16800975 18446604448472009472 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 10553928

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

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

[startup+907.428 s]
/proc/loadavg: 4.01 3.83 2.48 4/578 3942
/proc/meminfo: memFree=18648796/32950928 swapFree=67056580/67111528
[pid=3870] ppid=3868 vsize=0 CPUtime=1800.41 cores=0,2,4,6
/proc/3870/stat : 3870 (java) Z 3868 3870 3822 0 -1 4203548 934647 0 1 0 179922 119 0 0 17 0 2 0 855275247 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3870/statm: 0 0 0 0 0 0 0
[pid=3870/tid=3941] ppid=3868 vsize=0 CPUtime=0.07 cores=0,2,4,6
/proc/3870/task/3941/stat : 3941 (java) R 3868 3870 3822 0 -1 4203588 11 0 0 0 0 7 0 0 19 0 2 0 855365980 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 907.518
CPU time (s): 1800.51
CPU user time (s): 1799.23
CPU system time (s): 1.27981
CPU usage (%): 198.399
Max. virtual memory (cumulated for all children) (KiB): 10557892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 1.27981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 934647
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= 24608
involuntary context switches= 18510

runsolver used 5.32919 second user time and 11.3673 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-07 10:53:02
IDJOB=3478726
IDBENCH=89638
IDSOLVER=1950
FILE ID=node148/3478726-1307436782
RUNJOBID= node148-1307436781-3840
PBS_JOBID= 13519940
Free space on /tmp= 73932 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-53.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478726-1307436782/watcher-3478726-1307436782 -o /tmp/evaluation-result-3478726-1307436782/solver-3478726-1307436782 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478726-1307436782.opb

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

MD5SUM BENCH= 3eaa712ef8c4f1e38f38abbb36d752f3
RANDOM SEED=2026335832

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.83
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.854
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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
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.854
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.75
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24679028 kB
Buffers:        295188 kB
Cached:         801040 kB
SwapCached:       7908 kB
Active:        7365228 kB
Inactive:       596036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24679028 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:           18236 kB
Writeback:           0 kB
AnonPages:     6864040 kB
Mapped:          49232 kB
Slab:           180936 kB
PageTables:      58256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180702640 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= 73932 MiB
End job on node148 at 2011-06-07 11:08:11