Trace number 3689422

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.02 907.771

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-76.opb
MD5SUMf030651c159d27eae553d070b0927366
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1408.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689422-1337882126.opb
0.09/0.12	c reading problem ... 
3.56/2.49	c ... done. Wall clock time 2.376s.
3.56/2.49	c declared #vars     12587
3.56/2.49	c #constraints  284398
3.56/2.49	c constraints type 
3.56/2.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195762
3.56/2.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 906
3.56/2.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59821
3.56/2.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27909
3.56/2.50	c 284398 constraints processed.
3.56/2.50	c constraints type 
3.56/2.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59821
3.56/2.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195762
3.56/2.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 906
3.56/2.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27909
3.56/2.50	c 284398 constraints processed.
9.41/4.82	c cleaning 0 clauses out of 5000 with flag 0/5000
12.40/6.30	c cleaning 2486 clauses out of 5000 with flag 5000/5000
17.50/8.91	c cleaning 4183 clauses out of 8514 with flag 11000/11000
17.75/9.14	c cleaning 0 clauses out of 11001 with flag 0/11001
24.34/12.53	c cleaning 5548 clauses out of 11331 with flag 18000/18000
31.01/15.98	c cleaning 6842 clauses out of 13783 with flag 26000/26000
39.02/20.03	c cleaning 7856 clauses out of 15941 with flag 35000/35000
42.24/21.74	c cleaning 0 clauses out of 18002 with flag 0/18002
46.14/23.87	c cleaning 9003 clauses out of 18085 with flag 45000/45000
53.74/27.79	c cleaning 9811 clauses out of 20082 with flag 56000/56000
62.96/32.50	c cleaning 10949 clauses out of 22270 with flag 68000/68000
67.99/35.08	c cleaning 0 clauses out of 26000 with flag 0/26000
70.49/36.47	c cleaning 12089 clauses out of 24322 with flag 81001/81001
77.86/40.22	c cleaning 13009 clauses out of 26231 with flag 95000/95000
84.83/43.83	c cleaning 14107 clauses out of 28224 with flag 110002/110002
93.02/48.08	c cleaning 14936 clauses out of 30116 with flag 126002/126002
103.73/53.54	c cleaning 16057 clauses out of 32176 with flag 143000/143000
111.50/57.52	c cleaning 17008 clauses out of 34119 with flag 161000/161000
115.46/59.68	c cleaning 0 clauses out of 35003 with flag 0/35003
122.83/63.42	c cleaning 17901 clauses out of 36112 with flag 180001/180001
135.91/70.16	c cleaning 19042 clauses out of 38211 with flag 200001/200001
148.88/76.72	c cleaning 19929 clauses out of 40169 with flag 221001/221001
161.64/83.30	c cleaning 21110 clauses out of 42239 with flag 243000/243000
174.43/89.77	c cleaning 21913 clauses out of 44129 with flag 266000/266000
185.78/95.58	c cleaning 23066 clauses out of 46218 with flag 290002/290002
196.72/101.17	c cleaning 24048 clauses out of 48150 with flag 315000/315000
214.90/110.38	c cleaning 24764 clauses out of 50101 with flag 341000/341000
218.88/112.44	c cleaning 0 clauses out of 45000 with flag 0/45000
231.67/119.05	c cleaning 26108 clauses out of 52338 with flag 368001/368001
248.62/127.62	c cleaning 27020 clauses out of 54229 with flag 396000/396000
261.95/134.49	c cleaning 28065 clauses out of 56209 with flag 425000/425000
275.09/141.16	c cleaning 29006 clauses out of 58144 with flag 455000/455000
289.87/148.79	c cleaning 29996 clauses out of 60140 with flag 486002/486002
315.25/161.51	c cleaning 30990 clauses out of 62143 with flag 518001/518001
330.41/169.30	c cleaning 31903 clauses out of 64152 with flag 551000/551000
352.37/180.40	c cleaning 33070 clauses out of 66251 with flag 585002/585002
376.42/192.59	c cleaning 33888 clauses out of 68179 with flag 620000/620000
395.77/202.35	c cleaning 35034 clauses out of 70292 with flag 656001/656001
403.46/206.31	c cleaning 0 clauses out of 56000 with flag 0/56000
422.81/216.15	c cleaning 36066 clauses out of 72257 with flag 693000/693000
445.42/227.67	c cleaning 36909 clauses out of 74191 with flag 731000/731000
465.35/237.76	c cleaning 37979 clauses out of 76283 with flag 770001/770001
481.69/246.05	c cleaning 38834 clauses out of 78303 with flag 810000/810000
502.44/256.50	c cleaning 40052 clauses out of 80470 with flag 851001/851001
530.28/270.63	c cleaning 40883 clauses out of 82417 with flag 893000/893000
560.85/286.09	c cleaning 42147 clauses out of 84534 with flag 936000/936000
584.65/298.06	c cleaning 43167 clauses out of 86387 with flag 980000/980000
600.12/305.96	c cleaning 0 clauses out of 68000 with flag 0/68000
613.07/312.65	c cleaning 43993 clauses out of 88220 with flag 1025000/1025000
635.86/324.16	c cleaning 45010 clauses out of 90228 with flag 1071001/1071001
672.27/342.47	c cleaning 46029 clauses out of 92218 with flag 1118001/1118001
698.42/355.69	c cleaning 47047 clauses out of 94188 with flag 1166000/1166000
731.04/372.14	c cleaning 48018 clauses out of 96142 with flag 1215001/1215001
783.67/398.58	c cleaning 49009 clauses out of 98123 with flag 1265000/1265000
837.23/425.35	c cleaning 49997 clauses out of 100116 with flag 1316002/1316002
898.67/456.09	c cleaning 51016 clauses out of 102118 with flag 1368001/1368001
935.55/474.69	c cleaning 51868 clauses out of 104102 with flag 1421001/1421001
993.11/503.45	c cleaning 52981 clauses out of 106233 with flag 1475000/1475000
993.74/503.90	c cleaning 0 clauses out of 81001 with flag 0/81001
1059.81/536.95	c cleaning 54021 clauses out of 108252 with flag 1530000/1530000
1111.24/562.77	c cleaning 54918 clauses out of 110231 with flag 1586000/1586000
1172.96/593.63	c cleaning 55882 clauses out of 112313 with flag 1643000/1643000
1221.32/617.88	c cleaning 57173 clauses out of 114431 with flag 1701000/1701000
1256.65/635.57	c cleaning 58075 clauses out of 116258 with flag 1760000/1760000
1301.45/658.14	c cleaning 58969 clauses out of 118183 with flag 1820000/1820000
1385.70/700.22	c cleaning 60053 clauses out of 120215 with flag 1881001/1881001
1465.57/740.16	c cleaning 60979 clauses out of 122162 with flag 1943001/1943001
1542.27/778.43	c cleaning 0 clauses out of 95001 with flag 0/95001
1558.98/787.05	c cleaning 62056 clauses out of 124185 with flag 2006003/2006003
1609.30/812.23	c cleaning 63017 clauses out of 126126 with flag 2070000/2070000
1685.53/850.35	c cleaning 64006 clauses out of 128110 with flag 2135001/2135001
1751.15/883.13	c cleaning 64988 clauses out of 130103 with flag 2201000/2201000
1800.02/907.71	c starts		: 228
1800.02/907.71	c conflicts		: 2259819
1800.02/907.71	c decisions		: 13342913
1800.02/907.71	c propagations		: 767929735
1800.02/907.71	c inspects		: 8207395789
1800.02/907.71	c shortcuts		: 0
1800.02/907.71	c learnt literals	: 6
1800.02/907.71	c learnt binary clauses	: 897
1800.02/907.71	c learnt ternary clauses	: 3514
1800.02/907.71	c learnt constraints	: 2259813
1800.02/907.71	c ignored constraints	: 0
1800.02/907.71	c root simplifications	: 0
1800.02/907.71	c removed literals (reason simplification)	: 44082543
1800.02/907.71	c reason swapping (by a shorter reason)	: 0
1800.02/907.71	c Calls to reduceDB	: 62
1800.02/907.71	c number of reductions to clauses (during analyze)	: 0
1800.02/907.71	c number of learned constraints concerned by reduction	: 0
1800.02/907.71	c number of learning phase by resolution	: 0
1800.02/907.71	c number of learning phase by cutting planes	: 0
1800.02/907.71	c speed (assignments/second)	: 848360.558466537
1800.02/907.71	c non guided choices	745466
1800.02/907.75	c learnt constraints type 
1800.02/907.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 897
1800.02/907.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123130
1800.02/907.75	c constraints type 
1800.02/907.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195762
1800.02/907.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 906
1800.02/907.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59821
1800.02/907.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27909
1800.02/907.75	c 284398 constraints processed.
1800.02/907.75	c constraints type 
1800.02/907.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59821
1800.02/907.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195762
1800.02/907.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 906
1800.02/907.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27909
1800.02/907.75	c 284398 constraints processed.
1800.02/907.75	s UNKNOWN
1800.02/907.75	c Total wall clock time (in seconds): 907.635

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-3689422-1337882126/watcher-3689422-1337882126 -o /tmp/evaluation-result-3689422-1337882126/solver-3689422-1337882126 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689422-1337882126.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.69 3.63 3.52 4/197 27491
/proc/meminfo: memFree=23727544/32873844 swapFree=7616/7616
[pid=27491] ppid=27489 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27491/stat : 27491 (java) D 27489 27491 24080 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254336947 9515008 183 33554432000 1073741824 1073778376 140735651566368 140735651557400 209883840181 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/27491/statm: 2323 183 140 9 0 71 0

[startup+0.0138699 s]
/proc/loadavg: 3.69 3.63 3.52 4/197 27491
/proc/meminfo: memFree=23727544/32873844 swapFree=7616/7616
[pid=27491] ppid=27489 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/27491/stat : 27491 (java) S 27489 27491 24080 0 -1 4202496 1288 0 0 0 0 0 0 0 20 0 2 0 254336947 98578432 989 33554432000 1073741824 1073778376 140733673753776 140733673744912 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/27491/statm: 24067 989 755 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.100227 s]
/proc/loadavg: 3.69 3.63 3.52 4/197 27491
/proc/meminfo: memFree=23727544/32873844 swapFree=7616/7616
[pid=27491] ppid=27489 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/27491/stat : 27491 (java) S 27489 27491 24080 0 -1 4202496 4277 0 1 0 8 1 0 0 20 0 18 0 254336947 9787813888 5477 33554432000 1073741824 1073778376 140733673753776 140733673744912 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/27491/statm: 2389603 5478 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300269 s]
/proc/loadavg: 3.69 3.63 3.52 4/197 27491
/proc/meminfo: memFree=23727544/32873844 swapFree=7616/7616
[pid=27491] ppid=27489 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/27491/stat : 27491 (java) S 27489 27491 24080 0 -1 4202496 5352 0 1 0 46 1 0 0 20 0 18 0 254336947 9787813888 8848 33554432000 1073741824 1073778376 140733673753776 140733673744912 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/27491/statm: 2389603 8848 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700282 s]
/proc/loadavg: 3.69 3.63 3.52 4/197 27491
/proc/meminfo: memFree=23727544/32873844 swapFree=7616/7616
[pid=27491] ppid=27489 vsize=9558412 CPUtime=1.33 cores=0,2,4,6
/proc/27491/stat : 27491 (java) S 27489 27491 24080 0 -1 4202496 11948 0 1 0 128 5 0 0 20 0 18 0 254336947 9787813888 45155 33554432000 1073741824 1073778376 140733673753776 140733673744912 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/27491/statm: 2389603 45155 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 3.69 3.63 3.52 4/215 27509
/proc/meminfo: memFree=23536692/32873844 swapFree=7616/7616
[pid=27491] ppid=27489 vsize=9558412 CPUtime=2.49 cores=0,2,4,6
/proc/27491/stat : 27491 (java) S 27489 27491 24080 0 -1 4202496 12283 0 1 0 236 13 0 0 20 0 18 0 254336947 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 140733673744912 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/27491/statm: 2389603 86811 2251 9 0 2380296 0
[pid=27491/tid=27493] ppid=27489 vsize=9558412 CPUtime=1.39 cores=0,2,4,6
/proc/27491/task/27493/stat : 27493 (java) R 27489 27491 24080 0 -1 4202560 2570 0 1 0 135 4 0 0 20 0 18 0 254336948 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860522567976 139860392723127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27494] ppid=27489 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 24080 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 254336950 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860511632040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 24080 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 254336950 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860364704552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27496] ppid=27489 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 24080 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 254336950 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860363652008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 24080 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 254336950 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860362599464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 24080 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 18 0 254336950 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860361545896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 24080 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 254336950 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860360493352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 24080 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 254336950 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860359440808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27501] ppid=27489 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 24080 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 254336950 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860358388264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 24080 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254336951 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860346190440 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 24080 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254336951 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860345136760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254336951 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860344084104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27505] ppid=27489 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27505/stat : 27505 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254336954 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860343032848 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27506] ppid=27489 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/27491/task/27506/stat : 27506 (java) S 27489 27491 24080 0 -1 4202560 2973 0 0 0 38 0 0 0 20 0 18 0 254336954 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860341979192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27507] ppid=27489 vsize=9558412 CPUtime=0.42 cores=0,2,4,6
/proc/27491/task/27507/stat : 27507 (java) S 27489 27491 24080 0 -1 4202560 5238 0 0 0 40 2 0 0 20 0 18 0 254336954 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860340926648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27508] ppid=27489 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27508/stat : 27508 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254336954 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860339874296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27509] ppid=27489 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27509/stat : 27509 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254336954 9787813888 86811 33554432000 1073741824 1073778376 140733673753776 139860338821960 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9558412

[startup+3.10061 s]
/proc/loadavg: 3.69 3.63 3.52 4/215 27509
/proc/meminfo: memFree=23349084/32873844 swapFree=7616/7616
[pid=27491] ppid=27489 vsize=9824668 CPUtime=5.49 cores=0,2,4,6
/proc/27491/stat : 27491 (java) S 27489 27491 24080 0 -1 4202496 12772 0 1 0 527 22 0 0 20 0 22 0 254336947 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 140733673744912 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/27491/statm: 2456167 145943 2268 9 0 2446860 0
[pid=27491/tid=27493] ppid=27489 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/27491/task/27493/stat : 27493 (java) S 27489 27491 24080 0 -1 4202560 2619 0 1 0 228 6 0 0 20 0 22 0 254336948 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860522570744 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27494] ppid=27489 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 24080 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 22 0 254336950 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860511632040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 24080 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 254336950 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860364704552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27496] ppid=27489 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 24080 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 254336950 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860363652008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 24080 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 254336950 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860362599464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 24080 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 254336950 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860361545896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 24080 0 -1 4202560 44 0 0 0 3 2 0 0 20 0 22 0 254336950 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860360493352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 24080 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 254336950 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860359440808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27501] ppid=27489 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 24080 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 254336950 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860358388264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 24080 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 254336951 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860346190440 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 24080 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254336951 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860345136760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254336951 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860344084104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27505] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27505/stat : 27505 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254336954 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860343032848 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27506] ppid=27489 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/27491/task/27506/stat : 27506 (java) R 27489 27491 24080 0 -1 4202560 3065 0 0 0 66 0 0 0 20 0 22 0 254336954 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860341979192 139860526686672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27507] ppid=27489 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/27491/task/27507/stat : 27507 (java) R 27489 27491 24080 0 -1 4202560 5289 0 0 0 78 2 0 0 20 0 22 0 254336954 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860340926648 139860525443232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27508] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27508/stat : 27508 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254336954 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860339874296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27509] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27509/stat : 27509 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254336954 10060460032 145943 33554432000 1073741824 1073778376 140733673753776 139860338821960 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 9824668

[startup+6.30071 s]
/proc/loadavg: 3.64 3.62 3.51 4/219 27513
/proc/meminfo: memFree=22995372/32873844 swapFree=7616/7616
[pid=27491] ppid=27489 vsize=9824668 CPUtime=12.4 cores=0,2,4,6
/proc/27491/stat : 27491 (java) S 27489 27491 24080 0 -1 4202496 17107 0 1 0 1204 36 0 0 20 0 22 0 254336947 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 140733673744912 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/27491/statm: 2456167 212207 2282 9 0 2446860 0
[pid=27491/tid=27493] ppid=27489 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/27491/task/27493/stat : 27493 (java) S 27489 27491 24080 0 -1 4202560 2619 0 1 0 228 6 0 0 20 0 22 0 254336948 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860522570744 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27494] ppid=27489 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 24080 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 22 0 254336950 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860511632040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 24080 0 -1 4202560 70 0 0 0 12 3 0 0 20 0 22 0 254336950 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860364704552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27496] ppid=27489 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 24080 0 -1 4202560 58 0 0 0 9 3 0 0 20 0 22 0 254336950 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860363652008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 24080 0 -1 4202560 59 0 0 0 11 3 0 0 20 0 22 0 254336950 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860362599464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 24080 0 -1 4202560 57 0 0 0 10 4 0 0 20 0 22 0 254336950 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860361545896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 24080 0 -1 4202560 71 0 0 0 10 3 0 0 20 0 22 0 254336950 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860360493352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 24080 0 -1 4202560 44 0 0 0 8 3 0 0 20 0 22 0 254336950 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860359440808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27491/tid=27501] ppid=27489 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 24080 0 -1 4202560 47 0 0 0 7 3 0 0 20 0 22 0 254336950 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860358388264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 24080 0 -1 4202560 518 0 0 0 20 0 0 0 20 0 22 0 254336951 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860346190440 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 24080 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254336951 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860345136760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254336951 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860344084104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27505] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27505/stat : 27505 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254336954 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860343032848 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27506] ppid=27489 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/27491/task/27506/stat : 27506 (java) S 27489 27491 24080 0 -1 4202560 6334 0 0 0 99 0 0 0 20 0 22 0 254336954 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860341979192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27507] ppid=27489 vsize=9824668 CPUtime=0.91 cores=0,2,4,6
/proc/27491/task/27507/stat : 27507 (java) R 27489 27491 24080 0 -1 4202560 5293 0 0 0 89 2 0 0 20 0 22 0 254336954 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860340926648 139860529027324 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27508] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27508/stat : 27508 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254336954 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860339874296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27509] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27509/stat : 27509 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254336954 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860338821960 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27510] ppid=27489 vsize=9824668 CPUtime=3.4 cores=0,2,4,6
/proc/27491/task/27510/stat : 27510 (java) R 27489 27491 24080 0 -1 4202560 31 0 0 0 340 0 0 0 20 0 22 0 254337198 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860337765152 139860392357350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27511] ppid=27489 vsize=9824668 CPUtime=3.37 cores=0,2,4,6
/proc/27491/task/27511/stat : 27511 (java) R 27489 27491 24080 0 -1 4202560 664 0 0 0 333 4 0 0 20 0 22 0 254337198 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860336713912 139860393318614 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27491/tid=27512] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27512/stat : 27512 (java) S 27489 27491 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254337200 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860335662632 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27513] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27513/stat : 27513 (java) S 27489 27491 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254337200 10060460032 212207 33554432000 1073741824 1073778376 140733673753776 139860334610088 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 9824668

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

/proc/27491/statm: 2456167 573171 2286 9 0 2446860 0
[pid=27491/tid=27493] ppid=27489 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/27491/task/27493/stat : 27493 (java) S 27489 27491 24080 0 -1 4202560 2638 0 1 0 231 7 0 0 20 0 22 0 254336948 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860522570744 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27494] ppid=27489 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 24080 0 -1 4202560 257 0 0 0 265 6 0 0 20 0 22 0 254336950 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860511632040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=9824668 CPUtime=2.77 cores=0,2,4,6
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 24080 0 -1 4202560 302 0 0 0 271 6 0 0 20 0 22 0 254336950 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860364704552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27496] ppid=27489 vsize=9824668 CPUtime=2.58 cores=0,2,4,6
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 24080 0 -1 4202560 283 0 0 0 251 7 0 0 20 0 22 0 254336950 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860363652008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 24080 0 -1 4202560 319 0 0 0 273 7 0 0 20 0 22 0 254336950 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860362599464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 24080 0 -1 4202560 276 0 0 0 259 6 0 0 20 0 22 0 254336950 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860361545896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 24080 0 -1 4202560 297 0 0 0 255 6 0 0 20 0 22 0 254336950 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860360493352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=9824668 CPUtime=2.62 cores=0,2,4,6
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 24080 0 -1 4202560 282 0 0 0 256 6 0 0 20 0 22 0 254336950 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860359440808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27501] ppid=27489 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 24080 0 -1 4202560 295 0 0 0 272 7 0 0 20 0 22 0 254336950 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860358388264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=9824668 CPUtime=23.95 cores=0,2,4,6
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 24080 0 -1 4202560 47688 0 0 0 2360 35 0 0 20 0 22 0 254336951 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860346190440 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 24080 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254336951 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860345136760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254336951 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860344084104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27505] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27505/stat : 27505 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254336954 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860343032848 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27506] ppid=27489 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/27491/task/27506/stat : 27506 (java) S 27489 27491 24080 0 -1 4202560 8049 0 0 0 118 2 0 0 20 0 22 0 254336954 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860341979192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27507] ppid=27489 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/27491/task/27507/stat : 27507 (java) S 27489 27491 24080 0 -1 4202560 5304 0 0 0 116 2 0 0 20 0 22 0 254336954 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860340926648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27508] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27508/stat : 27508 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254336954 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860339874296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27509] ppid=27489 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/27491/task/27509/stat : 27509 (java) S 27489 27491 24080 0 -1 4202560 51 0 0 0 14 17 0 0 20 0 22 0 254336954 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860338821960 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27510] ppid=27489 vsize=9824668 CPUtime=847.41 cores=0,2,4,6
/proc/27491/task/27510/stat : 27510 (java) R 27489 27491 24080 0 -1 4202560 107 0 0 0 84728 13 0 0 20 0 22 0 254337198 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860337766064 139860393196945 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27511] ppid=27489 vsize=9824668 CPUtime=847.41 cores=0,2,4,6
/proc/27491/task/27511/stat : 27511 (java) R 27489 27491 24080 0 -1 4202560 1876 0 0 0 84693 48 0 0 20 0 22 0 254337198 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860336712592 139860393281787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27512] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27512/stat : 27512 (java) S 27489 27491 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254337200 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860335662632 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27513] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27513/stat : 27513 (java) S 27489 27491 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254337200 10060460032 573171 33554432000 1073741824 1073778376 140733673753776 139860334610088 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1749.55
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.701 s]
/proc/loadavg: 3.91 3.85 3.72 4/220 27607
/proc/meminfo: memFree=23374256/32873844 swapFree=7616/7616
[pid=27491] ppid=27489 vsize=9824668 CPUtime=1800.02 cores=0,2,4,6
/proc/27491/stat : 27491 (java) S 27489 27491 24080 0 -1 4202496 71484 0 1 0 179856 146 0 0 20 0 22 0 254336947 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 140733673744912 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/27491/statm: 2456167 567318 2286 9 0 2446860 0
[pid=27491/tid=27493] ppid=27489 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/27491/task/27493/stat : 27493 (java) S 27489 27491 24080 0 -1 4202560 2639 0 1 0 231 7 0 0 20 0 22 0 254336948 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860522570744 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27494] ppid=27489 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 24080 0 -1 4202560 267 0 0 0 275 6 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860511632040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 24080 0 -1 4202560 309 0 0 0 279 6 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860364704552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27491/tid=27496] ppid=27489 vsize=9824668 CPUtime=2.69 cores=0,2,4,6
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 24080 0 -1 4202560 291 0 0 0 262 7 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860363652008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 24080 0 -1 4202560 329 0 0 0 283 7 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860362599464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 24080 0 -1 4202560 283 0 0 0 265 6 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860361545896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=9824668 CPUtime=2.68 cores=0,2,4,6
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 24080 0 -1 4202560 302 0 0 0 262 6 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860360493352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=9824668 CPUtime=2.72 cores=0,2,4,6
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 24080 0 -1 4202560 290 0 0 0 266 6 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860359440808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27501] ppid=27489 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 24080 0 -1 4202560 302 0 0 0 280 7 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860358388264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=9824668 CPUtime=24.59 cores=0,2,4,6
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 24080 0 -1 4202560 49882 0 0 0 2422 37 0 0 20 0 22 0 254336951 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860346190440 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 24080 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254336951 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860345136760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254336951 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860344084104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27505] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27505/stat : 27505 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254336954 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860343032848 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27506] ppid=27489 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/27491/task/27506/stat : 27506 (java) S 27489 27491 24080 0 -1 4202560 8049 0 0 0 118 2 0 0 20 0 22 0 254336954 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860341979192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27507] ppid=27489 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/27491/task/27507/stat : 27507 (java) S 27489 27491 24080 0 -1 4202560 5304 0 0 0 116 2 0 0 20 0 22 0 254336954 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860340926648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27508] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27508/stat : 27508 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254336954 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860339874296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27509] ppid=27489 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/27491/task/27509/stat : 27509 (java) S 27489 27491 24080 0 -1 4202560 53 0 0 0 15 17 0 0 20 0 22 0 254336954 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860338821960 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27510] ppid=27489 vsize=9824668 CPUtime=871.91 cores=0,2,4,6
/proc/27491/task/27510/stat : 27510 (java) R 27489 27491 24080 0 -1 4202560 110 0 0 0 87177 14 0 0 20 0 22 0 254337198 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860337765248 139860393203382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27511] ppid=27489 vsize=9824668 CPUtime=871.92 cores=0,2,4,6
/proc/27491/task/27511/stat : 27511 (java) R 27489 27491 24080 0 -1 4202560 1886 0 0 0 87143 49 0 0 20 0 22 0 254337198 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860336713392 139860393293389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27512] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27512/stat : 27512 (java) S 27489 27491 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254337200 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860335662632 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27513] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27513/stat : 27513 (java) S 27489 27491 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254337200 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860334610088 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824668

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

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

[startup+907.701 s]
/proc/loadavg: 3.91 3.85 3.72 4/220 27607
/proc/meminfo: memFree=23374256/32873844 swapFree=7616/7616
[pid=27491] ppid=27489 vsize=9824668 CPUtime=1800.02 cores=0,2,4,6
/proc/27491/stat : 27491 (java) S 27489 27491 24080 0 -1 4202496 71484 0 1 0 179856 146 0 0 20 0 22 0 254336947 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 140733673744912 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/27491/statm: 2456167 567318 2286 9 0 2446860 0
[pid=27491/tid=27493] ppid=27489 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/27491/task/27493/stat : 27493 (java) S 27489 27491 24080 0 -1 4202560 2639 0 1 0 231 7 0 0 20 0 22 0 254336948 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860522570744 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27494] ppid=27489 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 24080 0 -1 4202560 267 0 0 0 275 6 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860511632040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 24080 0 -1 4202560 309 0 0 0 279 6 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860364704552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27491/tid=27496] ppid=27489 vsize=9824668 CPUtime=2.69 cores=0,2,4,6
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 24080 0 -1 4202560 291 0 0 0 262 7 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860363652008 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 24080 0 -1 4202560 329 0 0 0 283 7 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860362599464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 24080 0 -1 4202560 283 0 0 0 265 6 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860361545896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=9824668 CPUtime=2.68 cores=0,2,4,6
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 24080 0 -1 4202560 302 0 0 0 262 6 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860360493352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=9824668 CPUtime=2.72 cores=0,2,4,6
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 24080 0 -1 4202560 290 0 0 0 266 6 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860359440808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27501] ppid=27489 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 24080 0 -1 4202560 302 0 0 0 280 7 0 0 20 0 22 0 254336950 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860358388264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=9824668 CPUtime=24.59 cores=0,2,4,6
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 24080 0 -1 4202560 49882 0 0 0 2422 37 0 0 20 0 22 0 254336951 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860346190440 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 24080 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254336951 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860345136760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254336951 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860344084104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27505] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27505/stat : 27505 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254336954 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860343032848 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27506] ppid=27489 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/27491/task/27506/stat : 27506 (java) S 27489 27491 24080 0 -1 4202560 8049 0 0 0 118 2 0 0 20 0 22 0 254336954 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860341979192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27507] ppid=27489 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/27491/task/27507/stat : 27507 (java) S 27489 27491 24080 0 -1 4202560 5304 0 0 0 116 2 0 0 20 0 22 0 254336954 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860340926648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27508] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27508/stat : 27508 (java) S 27489 27491 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254336954 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860339874296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27491/tid=27509] ppid=27489 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/27491/task/27509/stat : 27509 (java) S 27489 27491 24080 0 -1 4202560 53 0 0 0 15 17 0 0 20 0 22 0 254336954 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860338821960 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27510] ppid=27489 vsize=9824668 CPUtime=871.91 cores=0,2,4,6
/proc/27491/task/27510/stat : 27510 (java) R 27489 27491 24080 0 -1 4202560 110 0 0 0 87177 14 0 0 20 0 22 0 254337198 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860337765248 139860393203382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27491/tid=27511] ppid=27489 vsize=9824668 CPUtime=871.92 cores=0,2,4,6
/proc/27491/task/27511/stat : 27511 (java) R 27489 27491 24080 0 -1 4202560 1886 0 0 0 87143 49 0 0 20 0 22 0 254337198 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860336713392 139860393293389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27512] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27512/stat : 27512 (java) S 27489 27491 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254337200 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860335662632 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27491/tid=27513] ppid=27489 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27491/task/27513/stat : 27513 (java) S 27489 27491 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254337200 10060460032 567318 33554432000 1073741824 1073778376 140733673753776 139860334610088 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 907.771
CPU time (s): 1800.02
CPU user time (s): 1798.56
CPU system time (s): 1.46
CPU usage (%): 198.29
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.26
system time used= 1.9627
maximum resident set size= 2934628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71518
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33648
involuntary context switches= 45744

runsolver used 3.03254 second user time and 8.27274 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 19:55:26
IDJOB=3689422
IDBENCH=89728
IDSOLVER=2268
FILE ID=node141/3689422-1337882126
RUNJOBID= node141-1337871880-24097
PBS_JOBID= 14620063
Free space on /tmp= 71336 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-76.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689422-1337882126/watcher-3689422-1337882126 -o /tmp/evaluation-result-3689422-1337882126/solver-3689422-1337882126 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689422-1337882126.opb

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

MD5SUM BENCH= f030651c159d27eae553d070b0927366
RANDOM SEED=496790748

node141.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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
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.744
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.744
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.93
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.744
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.92
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.744
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.744
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.744
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.92
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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23727172 kB
Buffers:          220976 kB
Cached:          3426608 kB
SwapCached:            0 kB
Active:          5462140 kB
Inactive:        2894032 kB
Active(anon):    4710996 kB
Inactive(anon):        0 kB
Active(file):     751144 kB
Inactive(file):  2894032 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12232 kB
Writeback:             4 kB
AnonPages:       4719560 kB
Mapped:            22564 kB
Shmem:               200 kB
Slab:             638268 kB
SReclaimable:      80828 kB
SUnreclaim:       557440 kB
KernelStack:        1632 kB
PageTables:        13192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5432020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4626432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71668 MiB
End job on node141 at 2012-05-24 20:10:36