Trace number 3740982

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.75 907.667

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-47.opb
MD5SUM17efc5fe25abdce41d8265867254d297
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 variables10052
Total number of constraints226117
Number of constraints which are clauses203168
Number of constraints which are cardinality constraints (but not clauses)731
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint1
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	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.32-71.29.1.el6.x86_64
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.11/0.12	c Pseudo Boolean Optimization
0.11/0.12	c ManyCore solver with 2 solvers running in parallel
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.12	c Expensive reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.12	c No reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c solving HOME/instance-3740982-1338749852.opb
0.11/0.12	c reading problem ... 
2.60/1.96	c ... done. Wall clock time 1.835s.
2.60/1.96	c #vars     10052
2.60/1.96	c #constraints  223404
2.60/1.96	c constraints type 
2.60/1.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 152425
2.60/1.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
2.60/1.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47940
2.60/1.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.60/1.96	c constraints type 
2.60/1.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47940
2.60/1.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 152425
2.60/1.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 721
2.60/1.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
9.11/4.91	c cleaning 0 clauses out of 5000 with flag 0/5000
11.76/6.07	c cleaning 2472 clauses out of 5000 with flag 5000/5000
16.80/8.46	c cleaning 4262 clauses out of 8529 with flag 11001/11001
18.53/9.25	c cleaning 0 clauses out of 11001 with flag 0/11001
22.22/11.11	c cleaning 5624 clauses out of 11266 with flag 18000/18000
27.52/13.80	c cleaning 6729 clauses out of 13643 with flag 26001/26001
32.68/16.47	c cleaning 7940 clauses out of 15913 with flag 35000/35000
38.13/19.21	c cleaning 8977 clauses out of 17974 with flag 45001/45001
44.11/22.35	c cleaning 9944 clauses out of 19996 with flag 56000/56000
45.16/22.97	c cleaning 0 clauses out of 18000 with flag 0/18000
49.81/25.32	c cleaning 10898 clauses out of 22052 with flag 68000/68000
56.48/28.76	c cleaning 11956 clauses out of 24154 with flag 81000/81000
63.04/32.19	c cleaning 12945 clauses out of 26198 with flag 95000/95000
71.50/36.42	c cleaning 14066 clauses out of 28253 with flag 110000/110000
78.93/40.23	c cleaning 14919 clauses out of 30188 with flag 126001/126001
88.78/45.23	c cleaning 16111 clauses out of 32269 with flag 143001/143001
97.34/49.65	c cleaning 16996 clauses out of 34158 with flag 161001/161001
103.37/52.77	c cleaning 0 clauses out of 26000 with flag 0/26000
105.61/54.00	c cleaning 17992 clauses out of 36161 with flag 180000/180000
114.24/58.32	c cleaning 19038 clauses out of 38169 with flag 200000/200000
123.99/63.36	c cleaning 20041 clauses out of 40130 with flag 221000/221000
137.65/70.21	c cleaning 20961 clauses out of 42089 with flag 243000/243000
151.47/77.22	c cleaning 22058 clauses out of 44128 with flag 266000/266000
163.71/83.47	c cleaning 22991 clauses out of 46070 with flag 290000/290000
177.66/90.50	c cleaning 24032 clauses out of 48079 with flag 315002/315002
187.91/95.73	c cleaning 24939 clauses out of 50044 with flag 341001/341001
199.33/101.54	c cleaning 26042 clauses out of 52105 with flag 368003/368003
207.95/105.93	c cleaning 26930 clauses out of 54059 with flag 396002/396002
220.29/112.21	c cleaning 28040 clauses out of 56127 with flag 425000/425000
234.51/119.42	c cleaning 28921 clauses out of 58086 with flag 455000/455000
250.97/127.75	c cleaning 30077 clauses out of 60165 with flag 486000/486000
257.98/131.36	c cleaning 0 clauses out of 35000 with flag 0/35000
268.51/136.73	c cleaning 30855 clauses out of 62088 with flag 518000/518000
283.36/144.26	c cleaning 32098 clauses out of 64234 with flag 551001/551001
305.21/155.26	c cleaning 33044 clauses out of 66135 with flag 585000/585000
319.01/162.24	c cleaning 33812 clauses out of 68090 with flag 620001/620001
334.34/170.07	c cleaning 35062 clauses out of 70277 with flag 656000/656000
350.76/178.38	c cleaning 36009 clauses out of 72213 with flag 693000/693000
374.58/190.35	c cleaning 37100 clauses out of 74209 with flag 731005/731005
391.59/198.90	c cleaning 37973 clauses out of 76104 with flag 770000/770000
409.50/208.07	c cleaning 38947 clauses out of 78131 with flag 810000/810000
427.50/217.15	c cleaning 39977 clauses out of 80185 with flag 851001/851001
449.73/228.39	c cleaning 41061 clauses out of 82207 with flag 893000/893000
475.55/241.32	c cleaning 42057 clauses out of 84146 with flag 936000/936000
502.27/254.89	c cleaning 42814 clauses out of 86090 with flag 980001/980001
523.91/265.78	c cleaning 43998 clauses out of 88275 with flag 1025000/1025000
548.94/278.36	c cleaning 45050 clauses out of 90278 with flag 1071001/1071001
560.71/284.31	c cleaning 0 clauses out of 45001 with flag 0/45001
579.41/293.89	c cleaning 46051 clauses out of 92227 with flag 1118000/1118000
605.44/306.97	c cleaning 47081 clauses out of 94179 with flag 1166003/1166003
638.07/323.39	c cleaning 47908 clauses out of 96097 with flag 1215002/1215002
663.71/336.23	c cleaning 49051 clauses out of 98187 with flag 1265000/1265000
687.62/348.31	c cleaning 49865 clauses out of 100136 with flag 1316000/1316000
714.45/361.86	c cleaning 50973 clauses out of 102271 with flag 1368000/1368000
746.31/377.83	c cleaning 52095 clauses out of 104299 with flag 1421001/1421001
777.73/393.60	c cleaning 53092 clauses out of 106203 with flag 1475000/1475000
811.02/410.46	c cleaning 53939 clauses out of 108112 with flag 1530001/1530001
837.59/423.81	c cleaning 54971 clauses out of 110174 with flag 1586002/1586002
866.38/438.38	c cleaning 55905 clauses out of 112202 with flag 1643001/1643001
910.58/460.53	c cleaning 57015 clauses out of 114297 with flag 1701001/1701001
947.44/479.10	c cleaning 57794 clauses out of 116282 with flag 1760001/1760001
983.70/497.40	c cleaning 58958 clauses out of 118487 with flag 1820000/1820000
1016.74/513.90	c cleaning 60197 clauses out of 120529 with flag 1881000/1881000
1051.96/531.67	c cleaning 61084 clauses out of 122332 with flag 1943000/1943000
1090.04/550.82	c cleaning 62040 clauses out of 124252 with flag 2006004/2006004
1126.46/569.10	c cleaning 63066 clauses out of 126208 with flag 2070000/2070000
1163.47/587.72	c cleaning 64010 clauses out of 128143 with flag 2135001/2135001
1216.34/614.23	c cleaning 64923 clauses out of 130132 with flag 2201000/2201000
1288.85/650.65	c cleaning 66025 clauses out of 132209 with flag 2268000/2268000
1315.88/664.29	c cleaning 0 clauses out of 56000 with flag 0/56000
1329.25/671.01	c cleaning 66792 clauses out of 134185 with flag 2336001/2336001
1361.64/687.37	c cleaning 67944 clauses out of 136392 with flag 2405000/2405000
1408.90/711.16	c cleaning 68966 clauses out of 138449 with flag 2475001/2475001
1457.51/735.57	c cleaning 70084 clauses out of 140483 with flag 2546001/2546001
1508.52/761.11	c cleaning 70956 clauses out of 142399 with flag 2618001/2618001
1572.97/793.41	c cleaning 72044 clauses out of 144442 with flag 2691000/2691000
1627.02/820.70	c cleaning 73198 clauses out of 146400 with flag 2765002/2765002
1673.80/844.14	c cleaning 73907 clauses out of 148200 with flag 2840000/2840000
1726.80/870.74	c cleaning 75053 clauses out of 150293 with flag 2916000/2916000
1784.61/899.78	c cleaning 76105 clauses out of 152240 with flag 2993000/2993000
1800.04/907.62	c starts		: 231
1800.04/907.62	c conflicts		: 3016864
1800.04/907.62	c decisions		: 20317610
1800.04/907.62	c propagations		: 696278277
1800.04/907.62	c inspects		: 8088170666
1800.04/907.62	c shortcuts		: 0
1800.04/907.62	c learnt literals	: 15
1800.04/907.62	c learnt binary clauses	: 1056
1800.04/907.62	c learnt ternary clauses	: 2755
1800.04/907.62	c learnt constraints	: 3016849
1800.04/907.62	c ignored constraints	: 0
1800.04/907.62	c root simplifications	: 0
1800.04/907.62	c removed literals (reason simplification)	: 77467713
1800.04/907.62	c reason swapping (by a shorter reason)	: 0
1800.04/907.62	c Calls to reduceDB	: 73
1800.04/907.62	c number of reductions to clauses (during analyze)	: 0
1800.04/907.62	c number of learned constraints concerned by reduction	: 0
1800.04/907.62	c number of learning phase by resolution	: 0
1800.04/907.62	c number of learning phase by cutting planes	: 0
1800.04/907.62	c speed (assignments/second)	: 768808.4831045681
1800.04/907.62	c non guided choices	993696
1800.04/907.64	c learnt constraints type 
1800.04/907.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1056
1800.04/907.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99040
1800.04/907.64	c constraints type 
1800.04/907.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 152425
1800.04/907.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
1800.04/907.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47940
1800.04/907.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.04/907.64	c constraints type 
1800.04/907.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47940
1800.04/907.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 152425
1800.04/907.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 721
1800.04/907.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
1800.04/907.64	s UNKNOWN
1800.04/907.64	c Total wall clock time (in seconds): 907.524

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-3740982-1338749852/watcher-3740982-1338749852 -o /tmp/evaluation-result-3740982-1338749852/solver-3740982-1338749852 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740982-1338749852.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: 3.88 3.81 3.05 2/197 30206
/proc/meminfo: memFree=25492500/32873648 swapFree=6852/6852
[pid=30206] ppid=30204 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30204 30206 30010 0 -1 4202496 1165 0 0 0 0 0 0 0 20 0 2 0 341112024 91889664 886 33554432000 1073741824 1073778376 140736591745936 140736591737072 271790932029 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30206/statm: 22435 891 674 9 0 16770 0
[pid=30206/tid=30207] ppid=30204 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30207/stat : 30207 (java) R 30204 30206 30010 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 341112024 91889664 894 33554432000 1073741824 1073778376 140736591745936 140736591735000 271778409767 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.070739 s]
/proc/loadavg: 3.88 3.81 3.05 2/197 30206
/proc/meminfo: memFree=25492500/32873648 swapFree=6852/6852
[pid=30206] ppid=30204 vsize=11586364 CPUtime=0.05 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30204 30206 30010 0 -1 4202496 4407 0 1 0 4 1 0 0 20 0 18 0 341112024 11864436736 12770 33554432000 1073741824 1073778376 140736591745936 140736591737072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30206/statm: 2896591 12770 1757 9 0 2887285 0
[pid=30206/tid=30207] ppid=30204 vsize=11586364 CPUtime=0.05 cores=0,2,4,6
/proc/30206/task/30207/stat : 30207 (java) R 30204 30206 30010 0 -1 4202560 3197 0 1 0 3 2 0 0 20 0 18 0 341112024 11864436736 12770 33554432000 1073741824 1073778376 140736591745936 140677341248160 271790957837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11586364

[startup+0.100317 s]
/proc/loadavg: 3.88 3.81 3.05 2/197 30206
/proc/meminfo: memFree=25492500/32873648 swapFree=6852/6852
[pid=30206] ppid=30204 vsize=11586392 CPUtime=0.11 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30204 30206 30010 0 -1 4202496 5255 0 1 0 9 2 0 0 20 0 18 0 341112024 11864465408 13591 33554432000 1073741824 1073778376 140736591745936 140736591737072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30206/statm: 2896598 13591 2116 9 0 2887285 0
[pid=30206/tid=30207] ppid=30204 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/30206/task/30207/stat : 30207 (java) R 30204 30206 30010 0 -1 4202560 3295 0 1 0 6 2 0 0 20 0 18 0 341112024 11864465408 13591 33554432000 1073741824 1073778376 140736591745936 140677341244648 271787203153 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 11586392

[startup+0.3002 s]
/proc/loadavg: 3.88 3.81 3.05 2/197 30206
/proc/meminfo: memFree=25492500/32873648 swapFree=6852/6852
[pid=30206] ppid=30204 vsize=11586392 CPUtime=0.47 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30204 30206 30010 0 -1 4202496 6437 0 1 0 45 2 0 0 20 0 18 0 341112024 11864465408 16422 33554432000 1073741824 1073778376 140736591745936 140736591737072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30206/statm: 2896598 16422 2222 9 0 2887285 0
[pid=30206/tid=30207] ppid=30204 vsize=11586392 CPUtime=0.28 cores=0,2,4,6
/proc/30206/task/30207/stat : 30207 (java) R 30204 30206 30010 0 -1 4202560 3370 0 1 0 26 2 0 0 20 0 18 0 341112024 11864465408 16422 33554432000 1073741824 1073778376 140736591745936 140677341244952 140677174340609 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.700195 s]
/proc/loadavg: 3.88 3.81 3.05 2/197 30206
/proc/meminfo: memFree=25492500/32873648 swapFree=6852/6852
[pid=30206] ppid=30204 vsize=11586392 CPUtime=1.24 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30204 30206 30010 0 -1 4202496 9996 0 1 0 119 5 0 0 20 0 18 0 341112024 11864465408 52371 33554432000 1073741824 1073778376 140736591745936 140736591737072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30206/statm: 2896598 52371 2238 9 0 2887285 0
[pid=30206/tid=30207] ppid=30204 vsize=11586392 CPUtime=0.67 cores=0,2,4,6
/proc/30206/task/30207/stat : 30207 (java) R 30204 30206 30010 0 -1 4202560 3437 0 1 0 63 4 0 0 20 0 18 0 341112024 11864465408 52371 33554432000 1073741824 1073778376 140736591745936 140677341237168 140677174778191 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 11586392

[startup+1.50069 s]
/proc/loadavg: 3.88 3.81 3.05 4/215 30224
/proc/meminfo: memFree=25130656/32873648 swapFree=6852/6852
[pid=30206] ppid=30204 vsize=11586392 CPUtime=2.14 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30204 30206 30010 0 -1 4202496 10204 0 1 0 203 11 0 0 20 0 18 0 341112024 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140736591737072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30206/statm: 2896598 157844 2239 9 0 2887285 0
[pid=30206/tid=30207] ppid=30204 vsize=11586392 CPUtime=1.48 cores=0,2,4,6
/proc/30206/task/30207/stat : 30207 (java) R 30204 30206 30010 0 -1 4202560 3644 0 1 0 137 11 0 0 20 0 18 0 341112024 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140677341237216 140677174711425 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341112026 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140677295999272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341112026 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140677294946472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341112026 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140677293894184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341112026 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140677292841384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341112026 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140677174258472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341112026 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140677173205672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30215] ppid=30204 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341112026 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140677172153384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30216] ppid=30204 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30216/stat : 30216 (java) S 30204 30206 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341112026 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140677171100584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30217] ppid=30204 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30217/stat : 30217 (java) S 30204 30206 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341112027 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140677158689000 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30218] ppid=30204 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30218/stat : 30218 (java) S 30204 30206 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341112028 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140676553499640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30219] ppid=30204 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30219/stat : 30219 (java) S 30204 30206 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341112028 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140676552447240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30220] ppid=30204 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30220/stat : 30220 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341112030 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140676551395728 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30221] ppid=30204 vsize=11586392 CPUtime=0.32 cores=0,2,4,6
/proc/30206/task/30221/stat : 30221 (java) S 30204 30206 30010 0 -1 4202560 2199 0 0 0 32 0 0 0 20 0 18 0 341112030 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140676550343352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30222] ppid=30204 vsize=11586392 CPUtime=0.3 cores=0,2,4,6
/proc/30206/task/30222/stat : 30222 (java) S 30204 30206 30010 0 -1 4202560 3175 0 0 0 30 0 0 0 20 0 18 0 341112030 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140676549290552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30223] ppid=30204 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30223/stat : 30223 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341112030 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140676548238456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30224] ppid=30204 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30224/stat : 30224 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341112030 11864465408 157844 33554432000 1073741824 1073778376 140736591745936 140676547185864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 11586392

[startup+3.10086 s]
/proc/loadavg: 3.89 3.82 3.06 5/219 30228
/proc/meminfo: memFree=24559304/32873648 swapFree=6852/6852
[pid=30206] ppid=30204 vsize=11852648 CPUtime=5.6 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30204 30206 30010 0 -1 4202496 12463 0 1 0 541 19 0 0 20 0 22 0 341112024 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140736591737072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30206/statm: 2963162 294180 2262 9 0 2953849 0
[pid=30206/tid=30207] ppid=30204 vsize=11852648 CPUtime=1.94 cores=0,2,4,6
/proc/30206/task/30207/stat : 30207 (java) S 30204 30206 30010 0 -1 4202560 3778 0 1 0 180 14 0 0 20 0 22 0 341112024 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140677341246616 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112026 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140677295999272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112026 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140677294946472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341112026 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140677293894184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112026 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140677292841384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112026 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140677174258472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112026 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140677173205672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30215] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112026 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140677172153384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30216] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30216/stat : 30216 (java) S 30204 30206 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341112026 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140677171100584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30217] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30217/stat : 30217 (java) S 30204 30206 30010 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341112027 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140677158689000 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30218] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30218/stat : 30218 (java) S 30204 30206 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341112028 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140676553499640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30219] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30219/stat : 30219 (java) S 30204 30206 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341112028 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140676552447240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30220] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30220/stat : 30220 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112030 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140676551395728 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30221] ppid=30204 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/30206/task/30221/stat : 30221 (java) S 30204 30206 30010 0 -1 4202560 3077 0 0 0 69 0 0 0 20 0 22 0 341112030 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140676550343352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30222] ppid=30204 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/30206/task/30222/stat : 30222 (java) S 30204 30206 30010 0 -1 4202560 4164 0 0 0 67 0 0 0 20 0 22 0 341112030 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140676549290552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30206/tid=30223] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30223/stat : 30223 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112030 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140676548238456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30224] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30224/stat : 30224 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112030 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140676547185864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30225] ppid=30204 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/30206/task/30225/stat : 30225 (java) R 30204 30206 30010 0 -1 4202560 31 0 0 0 112 0 0 0 20 0 22 0 341112220 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140676546130264 140677175079454 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30226] ppid=30204 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/30206/task/30226/stat : 30226 (java) R 30204 30206 30010 0 -1 4202560 205 0 0 0 108 4 0 0 20 0 22 0 341112220 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140676545077336 140677175354892 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30227] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30227/stat : 30227 (java) S 30204 30206 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341112222 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140676544025768 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30228] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30228/stat : 30228 (java) S 30204 30206 30010 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341112222 12137111552 294180 33554432000 1073741824 1073778376 140736591745936 140676542972968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 11852648

[startup+6.30322 s]
/proc/loadavg: 3.89 3.82 3.06 6/219 30228
/proc/meminfo: memFree=23536952/32873648 swapFree=6852/6852
[pid=30206] ppid=30204 vsize=11852648 CPUtime=12.35 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30204 30206 30010 0 -1 4202496 21908 0 1 0 1196 39 0 0 20 0 22 0 341112024 12137111552 485392 33554432000 1073741824 1073778376 140736591745936 140736591737072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30206/statm: 2963162 485392 2288 9 0 2953849 0
[pid=30206/tid=30207] ppid=30204 vsize=11852648 CPUtime=1.94 cores=0,2,4,6
/proc/30206/task/30207/stat : 30207 (java) S 30204 30206 30010 0 -1 4202560 3778 0 1 0 180 14 0 0 20 0 22 0 341112024 12137111552 485392 33554432000 1073741824 1073778376 140736591745936 140677341246616 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 30010 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 341112026 12137111552 485392 33554432000 1073741824 1073778376 140736591745936 140677295999272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 30010 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 341112026 12137111552 485392 33554432000 1073741824 1073778376 140736591745936 140677294946472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 30010 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 341112026 12137111552 485392 33554432000 1073741824 1073778376 140736591745936 140677293894184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 30010 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 22 0 341112026 12137111552 485392 33554432000 1073741824 1073778376 140736591745936 140677292841384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 30010 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 341112026 12137111552 485392 33554432000 1073741824 1073778376 140736591745936 140677174258472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 30010 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 341112026 12137111552 485392 33554432000 1073741824 1073778376 140736591745936 140677173205672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30206/tid=30215] ppid=30204 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30204 30206 30010 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 341112026 12137111552 485392 33554432000 1073741824 1073778376 140736591745936 140677172153384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30216] ppid=30204 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/30206/task/30216/stat : 30216 (java) S 30204 30206 30010 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 341112026 12137111552 485392 33554432000 1073741824 1073778376 140736591745936 140677171100584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30217] ppid=30204 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/30206/task/30217/stat : 30217 (java) S 30204 30206 30010 0 -1 4202560 65 0 0 0 33 1 0 0 20 0 22 0 341112027 12137111552 485392 33554432000 1073741824 1073778376 140736591745936 140677158689000 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30218] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30218/stat : 30218 (java) S 30204 30206 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341112028 12137111552 485392 33554432000 1073741824 1073778376 140736591745936 140676553499640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30219] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30219/stat : 30219 (java) S 30204 30206 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341112028 12137111552 485392 33554432000 1073741824 1073778376 140736591745936 140676552447240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30220] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30220/stat : 30220 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112030 12137111552 485392 33554432000 1073741824 1073778376 140736591745936 140676551395728 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=30206/tid=30226] ppid=30204 vsize=11852648 CPUtime=799.31 cores=0,2,4,6
/proc/30206/task/30226/stat : 30226 (java) R 30204 30206 30010 0 -1 4202560 1308 0 0 0 79879 52 0 0 20 0 22 0 341112220 12137111552 919647 33554432000 1073741824 1073778376 140736591745936 140676545075472 140677174975944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30227] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30227/stat : 30227 (java) S 30204 30206 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341112222 12137111552 919647 33554432000 1073741824 1073778376 140736591745936 140676544025768 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30228] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30228/stat : 30228 (java) S 30204 30206 30010 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341112222 12137111552 919647 33554432000 1073741824 1073778376 140736591745936 140676542972968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1630.16
Current children cumulated vsize (KiB) 11852648

[startup+882.307 s]
/proc/loadavg: 3.94 3.95 3.59 5/219 30320
/proc/meminfo: memFree=21069200/32873648 swapFree=6852/6852
[pid=30206] ppid=30204 vsize=11852648 CPUtime=1749.78 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30204 30206 30010 0 -1 4202496 28775 0 1 0 174876 102 0 0 20 0 22 0 341112024 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140736591737072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30206/statm: 2963162 919703 2291 9 0 2953849 0
[pid=30206/tid=30207] ppid=30204 vsize=11852648 CPUtime=1.99 cores=0,2,4,6
/proc/30206/task/30207/stat : 30207 (java) S 30204 30206 30010 0 -1 4202560 3803 0 1 0 183 16 0 0 20 0 22 0 341112024 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140677341246616 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 30010 0 -1 4202560 121 0 0 0 97 2 0 0 20 0 22 0 341112026 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140677295999272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 30010 0 -1 4202560 166 0 0 0 99 3 0 0 20 0 22 0 341112026 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140677294946472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 30010 0 -1 4202560 148 0 0 0 105 3 0 0 20 0 22 0 341112026 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140677293894184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 30010 0 -1 4202560 228 0 0 0 107 3 0 0 20 0 22 0 341112026 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140677292841384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 30010 0 -1 4202560 183 0 0 0 104 3 0 0 20 0 22 0 341112026 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140677174258472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 30010 0 -1 4202560 163 0 0 0 105 3 0 0 20 0 22 0 341112026 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140677173205672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30206/tid=30215] ppid=30204 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30204 30206 30010 0 -1 4202560 278 0 0 0 102 2 0 0 20 0 22 0 341112026 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140677172153384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30216] ppid=30204 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/30206/task/30216/stat : 30216 (java) S 30204 30206 30010 0 -1 4202560 252 0 0 0 114 3 0 0 20 0 22 0 341112026 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140677171100584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30217] ppid=30204 vsize=11852648 CPUtime=19.02 cores=0,2,4,6
/proc/30206/task/30217/stat : 30217 (java) S 30204 30206 30010 0 -1 4202560 169 0 0 0 1894 8 0 0 20 0 22 0 341112027 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140677158689000 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30218] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30218/stat : 30218 (java) S 30204 30206 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341112028 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140676553499640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30219] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30219/stat : 30219 (java) S 30204 30206 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341112028 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140676552447240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30220] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30220/stat : 30220 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112030 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140676551395728 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30221] ppid=30204 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/30206/task/30221/stat : 30221 (java) S 30204 30206 30010 0 -1 4202560 7323 0 0 0 136 2 0 0 20 0 22 0 341112030 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140676550343352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30222] ppid=30204 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/30206/task/30222/stat : 30222 (java) S 30204 30206 30010 0 -1 4202560 13287 0 0 0 138 2 0 0 20 0 22 0 341112030 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140676549290552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30223] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30223/stat : 30223 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112030 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140676548238456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30224] ppid=30204 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/30206/task/30224/stat : 30224 (java) S 30204 30206 30010 0 -1 4202560 51 0 0 0 19 15 0 0 20 0 22 0 341112030 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140676547185864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30225] ppid=30204 vsize=11852648 CPUtime=858.69 cores=0,2,4,6
/proc/30206/task/30225/stat : 30225 (java) R 30204 30206 30010 0 -1 4202560 102 0 0 0 85854 15 0 0 20 0 22 0 341112220 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140676546130128 140677175079004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30226] ppid=30204 vsize=11852648 CPUtime=858.66 cores=0,2,4,6
/proc/30206/task/30226/stat : 30226 (java) R 30204 30206 30010 0 -1 4202560 1309 0 0 0 85812 54 0 0 20 0 22 0 341112220 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140676545075472 140677175043000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30227] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30227/stat : 30227 (java) S 30204 30206 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341112222 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140676544025768 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30228] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30228/stat : 30228 (java) S 30204 30206 30010 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341112222 12137111552 919703 33554432000 1073741824 1073778376 140736591745936 140676542972968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1749.78
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.607 s]
/proc/loadavg: 3.96 3.95 3.60 5/219 30320
/proc/meminfo: memFree=20582836/32873648 swapFree=6852/6852
[pid=30206] ppid=30204 vsize=11852648 CPUtime=1800.04 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30204 30206 30010 0 -1 4202496 28787 0 1 0 179901 103 0 0 20 0 22 0 341112024 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140736591737072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30206/statm: 2963162 919711 2291 9 0 2953849 0
[pid=30206/tid=30207] ppid=30204 vsize=11852648 CPUtime=1.99 cores=0,2,4,6
/proc/30206/task/30207/stat : 30207 (java) S 30204 30206 30010 0 -1 4202560 3804 0 1 0 183 16 0 0 20 0 22 0 341112024 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677341246616 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 30010 0 -1 4202560 121 0 0 0 99 3 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677295999272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 30010 0 -1 4202560 166 0 0 0 101 3 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677294946472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 30010 0 -1 4202560 150 0 0 0 109 3 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677293894184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 30010 0 -1 4202560 233 0 0 0 110 3 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677292841384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 30010 0 -1 4202560 183 0 0 0 106 3 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677174258472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 30010 0 -1 4202560 164 0 0 0 109 3 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677173205672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30215] ppid=30204 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30204 30206 30010 0 -1 4202560 278 0 0 0 105 2 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677172153384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30216] ppid=30204 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/30206/task/30216/stat : 30216 (java) S 30204 30206 30010 0 -1 4202560 252 0 0 0 118 3 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677171100584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30217] ppid=30204 vsize=11852648 CPUtime=19.48 cores=0,2,4,6
/proc/30206/task/30217/stat : 30217 (java) S 30204 30206 30010 0 -1 4202560 169 0 0 0 1940 8 0 0 20 0 22 0 341112027 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677158689000 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30218] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30218/stat : 30218 (java) S 30204 30206 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341112028 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676553499640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30219] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30219/stat : 30219 (java) S 30204 30206 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341112028 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676552447240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30220] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30220/stat : 30220 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112030 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676551395728 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30221] ppid=30204 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/30206/task/30221/stat : 30221 (java) S 30204 30206 30010 0 -1 4202560 7323 0 0 0 136 2 0 0 20 0 22 0 341112030 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676550343352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30222] ppid=30204 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/30206/task/30222/stat : 30222 (java) S 30204 30206 30010 0 -1 4202560 13287 0 0 0 138 2 0 0 20 0 22 0 341112030 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676549290552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30223] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30223/stat : 30223 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112030 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676548238456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30224] ppid=30204 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/30206/task/30224/stat : 30224 (java) S 30204 30206 30010 0 -1 4202560 53 0 0 0 19 16 0 0 20 0 22 0 341112030 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676547185864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30225] ppid=30204 vsize=11852648 CPUtime=883.47 cores=0,2,4,6
/proc/30206/task/30225/stat : 30225 (java) R 30204 30206 30010 0 -1 4202560 102 0 0 0 88332 15 0 0 20 0 22 0 341112220 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676546130128 140677175172358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30226] ppid=30204 vsize=11852648 CPUtime=883.44 cores=0,2,4,6
/proc/30206/task/30226/stat : 30226 (java) R 30204 30206 30010 0 -1 4202560 1310 0 0 0 88290 54 0 0 20 0 22 0 341112220 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676545075424 140677175079004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30227] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30227/stat : 30227 (java) S 30204 30206 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341112222 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676544025768 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30228] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30228/stat : 30228 (java) S 30204 30206 30010 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341112222 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676542972968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 11852648

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

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

[startup+907.607 s]
/proc/loadavg: 3.96 3.95 3.60 5/219 30320
/proc/meminfo: memFree=20582836/32873648 swapFree=6852/6852
[pid=30206] ppid=30204 vsize=11852648 CPUtime=1800.04 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30204 30206 30010 0 -1 4202496 28787 0 1 0 179901 103 0 0 20 0 22 0 341112024 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140736591737072 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30206/statm: 2963162 919711 2291 9 0 2953849 0
[pid=30206/tid=30207] ppid=30204 vsize=11852648 CPUtime=1.99 cores=0,2,4,6
/proc/30206/task/30207/stat : 30207 (java) S 30204 30206 30010 0 -1 4202560 3804 0 1 0 183 16 0 0 20 0 22 0 341112024 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677341246616 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30209] ppid=30204 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30204 30206 30010 0 -1 4202560 121 0 0 0 99 3 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677295999272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30210] ppid=30204 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30204 30206 30010 0 -1 4202560 166 0 0 0 101 3 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677294946472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30211] ppid=30204 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30204 30206 30010 0 -1 4202560 150 0 0 0 109 3 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677293894184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30212] ppid=30204 vsize=11852648 CPUtime=1.13 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30204 30206 30010 0 -1 4202560 233 0 0 0 110 3 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677292841384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30213] ppid=30204 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30204 30206 30010 0 -1 4202560 183 0 0 0 106 3 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677174258472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30214] ppid=30204 vsize=11852648 CPUtime=1.12 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30204 30206 30010 0 -1 4202560 164 0 0 0 109 3 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677173205672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30215] ppid=30204 vsize=11852648 CPUtime=1.07 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30204 30206 30010 0 -1 4202560 278 0 0 0 105 2 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677172153384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30216] ppid=30204 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/30206/task/30216/stat : 30216 (java) S 30204 30206 30010 0 -1 4202560 252 0 0 0 118 3 0 0 20 0 22 0 341112026 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677171100584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30217] ppid=30204 vsize=11852648 CPUtime=19.48 cores=0,2,4,6
/proc/30206/task/30217/stat : 30217 (java) S 30204 30206 30010 0 -1 4202560 169 0 0 0 1940 8 0 0 20 0 22 0 341112027 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140677158689000 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30218] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30218/stat : 30218 (java) S 30204 30206 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341112028 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676553499640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30219] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30219/stat : 30219 (java) S 30204 30206 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341112028 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676552447240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30220] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30220/stat : 30220 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112030 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676551395728 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30221] ppid=30204 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/30206/task/30221/stat : 30221 (java) S 30204 30206 30010 0 -1 4202560 7323 0 0 0 136 2 0 0 20 0 22 0 341112030 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676550343352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30222] ppid=30204 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/30206/task/30222/stat : 30222 (java) S 30204 30206 30010 0 -1 4202560 13287 0 0 0 138 2 0 0 20 0 22 0 341112030 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676549290552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30223] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30223/stat : 30223 (java) S 30204 30206 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341112030 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676548238456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30224] ppid=30204 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/30206/task/30224/stat : 30224 (java) S 30204 30206 30010 0 -1 4202560 53 0 0 0 19 16 0 0 20 0 22 0 341112030 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676547185864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30206/tid=30225] ppid=30204 vsize=11852648 CPUtime=883.47 cores=0,2,4,6
/proc/30206/task/30225/stat : 30225 (java) R 30204 30206 30010 0 -1 4202560 102 0 0 0 88332 15 0 0 20 0 22 0 341112220 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676546130128 140677175172358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30226] ppid=30204 vsize=11852648 CPUtime=883.44 cores=0,2,4,6
/proc/30206/task/30226/stat : 30226 (java) R 30204 30206 30010 0 -1 4202560 1310 0 0 0 88290 54 0 0 20 0 22 0 341112220 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676545075424 140677175079004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30206/tid=30227] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30227/stat : 30227 (java) S 30204 30206 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341112222 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676544025768 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30206/tid=30228] ppid=30204 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30228/stat : 30228 (java) S 30204 30206 30010 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341112222 12137111552 919711 33554432000 1073741824 1073778376 140736591745936 140676542972968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 11852648

Child status: 143
Real time (s): 907.667
CPU time (s): 1800.75
CPU user time (s): 1799.21
CPU system time (s): 1.54377
CPU usage (%): 198.393
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.54377
maximum resident set size= 3678964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28820
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25237
involuntary context switches= 31852

runsolver used 3.68244 second user time and 8.01378 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 20:57:33
IDJOB=3740982
IDBENCH=89714
IDSOLVER=2328
FILE ID=node115/3740982-1338749852
RUNJOBID= node115-1338748926-30026
PBS_JOBID= 14636792
Free space on /tmp= 70812 MiB

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

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

MD5SUM BENCH= 17efc5fe25abdce41d8265867254d297
RANDOM SEED=1053191204

node115.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.462
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	: 5332.92
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.462
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.462
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.92
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.462
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.462
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.92
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.462
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.462
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.462
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:       32873648 kB
MemFree:        25513748 kB
Buffers:         1438396 kB
Cached:          3501216 kB
SwapCached:         1016 kB
Active:          4246940 kB
Inactive:        2187432 kB
Active(anon):    1483216 kB
Inactive(anon):     9868 kB
Active(file):    2763724 kB
Inactive(file):  2177564 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             18452 kB
Writeback:             0 kB
AnonPages:       1307820 kB
Mapped:            19772 kB
Shmem:                96 kB
Slab:             772108 kB
SReclaimable:     215852 kB
SUnreclaim:       556256 kB
KernelStack:        1624 kB
PageTables:         6796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10456524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1269760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70812 MiB
End job on node115 at 2012-06-03 21:12:42