Trace number 3689418

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.11 904.163

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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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-3689418-1337882055.opb
0.09/0.12	c reading problem ... 
3.19/2.01	c ... done. Wall clock time 1.896s.
3.19/2.01	c declared #vars     10052
3.53/2.13	c #constraints  223404
3.53/2.13	c constraints type 
3.53/2.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 152425
3.53/2.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
3.53/2.13	c ignored satisfied constraints => 3092
3.53/2.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47940
3.53/2.13	c org.sat4j.minisat.constraints.cnf.UnitClause => 100
3.53/2.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
3.53/2.13	c 226496 constraints processed.
3.53/2.13	c constraints type 
3.53/2.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47940
3.53/2.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 152425
3.53/2.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 721
3.53/2.13	c ignored satisfied constraints => 3092
3.53/2.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
3.53/2.13	c org.sat4j.pb.constraints.pb.UnitClausePB => 100
3.53/2.13	c 226496 constraints processed.
9.07/4.52	c cleaning 2491 clauses out of 5000 with flag 5000/5000
9.64/4.83	c cleaning 0 clauses out of 5000 with flag 0/5000
13.24/6.48	c cleaning 4193 clauses out of 8509 with flag 11000/11000
17.77/8.62	c cleaning 5639 clauses out of 11316 with flag 18000/18000
18.44/9.07	c cleaning 0 clauses out of 11001 with flag 0/11001
22.38/11.09	c cleaning 6817 clauses out of 13677 with flag 26000/26000
27.62/13.74	c cleaning 7900 clauses out of 15861 with flag 35001/35001
33.18/16.59	c cleaning 8953 clauses out of 17962 with flag 45002/45002
39.74/19.96	c cleaning 9978 clauses out of 20008 with flag 56001/56001
43.60/21.96	c cleaning 0 clauses out of 18000 with flag 0/18000
47.04/23.74	c cleaning 10981 clauses out of 22031 with flag 68002/68002
55.89/28.22	c cleaning 11939 clauses out of 24048 with flag 81000/81000
62.87/31.86	c cleaning 12943 clauses out of 26105 with flag 95000/95000
70.70/35.89	c cleaning 13973 clauses out of 28161 with flag 110000/110000
76.91/39.09	c cleaning 15025 clauses out of 30189 with flag 126002/126002
85.75/43.59	c cleaning 15937 clauses out of 32162 with flag 143000/143000
98.70/50.15	c cleaning 16987 clauses out of 34224 with flag 161001/161001
99.93/50.80	c cleaning 0 clauses out of 26000 with flag 0/26000
107.34/54.65	c cleaning 18087 clauses out of 36236 with flag 180001/180001
115.56/58.85	c cleaning 18985 clauses out of 38148 with flag 200000/200000
124.28/63.33	c cleaning 20024 clauses out of 40162 with flag 221000/221000
142.10/72.30	c cleaning 21030 clauses out of 42138 with flag 243000/243000
155.96/79.30	c cleaning 21910 clauses out of 44107 with flag 266000/266000
167.19/85.09	c cleaning 22965 clauses out of 46197 with flag 290000/290000
184.30/93.74	c cleaning 24061 clauses out of 48234 with flag 315003/315003
200.12/101.76	c cleaning 25038 clauses out of 50170 with flag 341002/341002
214.54/109.06	c cleaning 26027 clauses out of 52132 with flag 368002/368002
226.73/115.21	c cleaning 26950 clauses out of 54102 with flag 396000/396000
247.42/125.74	c cleaning 27949 clauses out of 56152 with flag 425000/425000
266.44/135.32	c cleaning 0 clauses out of 35000 with flag 0/35000
273.20/138.87	c cleaning 29046 clauses out of 58204 with flag 455001/455001
289.42/147.09	c cleaning 29979 clauses out of 60157 with flag 486000/486000
308.09/156.50	c cleaning 31017 clauses out of 62178 with flag 518000/518000
325.31/165.20	c cleaning 31991 clauses out of 64161 with flag 551000/551000
342.70/174.07	c cleaning 32871 clauses out of 66170 with flag 585000/585000
370.30/187.99	c cleaning 33943 clauses out of 68300 with flag 620001/620001
398.62/202.28	c cleaning 35046 clauses out of 70359 with flag 656003/656003
444.71/225.38	c cleaning 36089 clauses out of 72311 with flag 693001/693001
487.54/246.86	c cleaning 37090 clauses out of 74223 with flag 731002/731002
527.28/266.72	c cleaning 38034 clauses out of 76131 with flag 770000/770000
563.67/285.00	c cleaning 39020 clauses out of 78098 with flag 810001/810001
578.47/292.56	c cleaning 0 clauses out of 45001 with flag 0/45001
600.31/303.55	c cleaning 39966 clauses out of 80077 with flag 851000/851000
642.87/324.83	c cleaning 41046 clauses out of 82111 with flag 893000/893000
699.64/353.32	c cleaning 42009 clauses out of 84065 with flag 936000/936000
770.98/388.97	c cleaning 43022 clauses out of 86056 with flag 980000/980000
848.59/427.73	c cleaning 44006 clauses out of 88034 with flag 1025000/1025000
883.82/445.50	c cleaning 44929 clauses out of 90028 with flag 1071000/1071000
938.82/473.06	c cleaning 46001 clauses out of 92099 with flag 1118000/1118000
1014.10/510.63	c cleaning 47029 clauses out of 94099 with flag 1166001/1166001
1083.19/545.17	c cleaning 48028 clauses out of 96070 with flag 1215001/1215001
1158.08/582.55	c cleaning 49006 clauses out of 98041 with flag 1265000/1265000
1230.56/618.87	c cleaning 50012 clauses out of 100036 with flag 1316001/1316001
1256.90/632.14	c cleaning 0 clauses out of 56000 with flag 0/56000
1264.36/636.06	c cleaning 51008 clauses out of 102026 with flag 1368003/1368003
1297.55/652.78	c cleaning 51877 clauses out of 104015 with flag 1421000/1421000
1335.32/671.86	c cleaning 53011 clauses out of 106138 with flag 1475000/1475000
1385.46/696.92	c cleaning 53952 clauses out of 108127 with flag 1530000/1530000
1476.75/742.51	c cleaning 55057 clauses out of 110176 with flag 1586001/1586001
1574.76/791.41	c cleaning 55979 clauses out of 112118 with flag 1643000/1643000
1664.87/836.55	c cleaning 56994 clauses out of 114140 with flag 1701001/1701001
1743.54/875.84	c cleaning 57995 clauses out of 116145 with flag 1760000/1760000
1800.11/904.12	c starts		: 209
1800.11/904.12	c conflicts		: 1805592
1800.11/904.12	c decisions		: 8468413
1800.11/904.12	c propagations		: 742427813
1800.11/904.12	c inspects		: 8239215393
1800.11/904.12	c shortcuts		: 0
1800.11/904.12	c learnt literals	: 15
1800.11/904.12	c learnt binary clauses	: 662
1800.11/904.12	c learnt ternary clauses	: 2466
1800.11/904.12	c learnt constraints	: 1805577
1800.11/904.12	c ignored constraints	: 0
1800.11/904.12	c root simplifications	: 0
1800.11/904.12	c removed literals (reason simplification)	: 76227375
1800.11/904.12	c reason swapping (by a shorter reason)	: 0
1800.11/904.12	c Calls to reduceDB	: 55
1800.11/904.12	c number of reductions to clauses (during analyze)	: 0
1800.11/904.12	c number of learned constraints concerned by reduction	: 0
1800.11/904.12	c number of learning phase by resolution	: 0
1800.11/904.12	c number of learning phase by cutting planes	: 0
1800.11/904.12	c speed (assignments/second)	: 823013.6384043632
1800.11/904.12	c non guided choices	217778
1800.11/904.15	c learnt constraints type 
1800.11/904.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 662
1800.11/904.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103105
1800.11/904.15	c constraints type 
1800.11/904.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 152425
1800.11/904.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
1800.11/904.15	c ignored satisfied constraints => 3092
1800.11/904.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47940
1800.11/904.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 100
1800.11/904.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.11/904.15	c 226496 constraints processed.
1800.11/904.15	c constraints type 
1800.11/904.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47940
1800.11/904.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 152425
1800.11/904.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 721
1800.11/904.15	c ignored satisfied constraints => 3092
1800.11/904.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
1800.11/904.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 100
1800.11/904.15	c 226496 constraints processed.
1800.11/904.15	s UNKNOWN
1800.11/904.15	c Total wall clock time (in seconds): 904.031

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-3689418-1337882055/watcher-3689418-1337882055 -o /tmp/evaluation-result-3689418-1337882055/solver-3689418-1337882055 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689418-1337882055.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.90 3.78 3.72 4/197 26914
/proc/meminfo: memFree=25104144/32873648 swapFree=6336/6336
[pid=26914] ppid=26912 vsize=9488 CPUtime=0 cores=1,3,5,7
/proc/26914/stat : 26914 (java) R 26912 26914 22409 0 -1 4202496 191 0 0 0 0 0 0 0 20 0 1 0 254332742 9715712 130 33554432000 1073741824 1073778376 140734557280368 140734557277496 213865960839 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26914/statm: 2323 136 104 9 0 71 0

[startup+0.019981 s]
/proc/loadavg: 3.90 3.78 3.72 4/197 26914
/proc/meminfo: memFree=25104144/32873648 swapFree=6336/6336
[pid=26914] ppid=26912 vsize=102664 CPUtime=0 cores=1,3,5,7
/proc/26914/stat : 26914 (java) S 26912 26914 22409 0 -1 4202496 1426 0 1 0 0 0 0 0 20 0 2 0 254332742 105127936 1109 33554432000 1073741824 1073778376 140733306551392 140733306542528 213869690941 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26914/statm: 25666 1109 856 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100244 s]
/proc/loadavg: 3.90 3.78 3.72 4/197 26914
/proc/meminfo: memFree=25104144/32873648 swapFree=6336/6336
[pid=26914] ppid=26912 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26914/stat : 26914 (java) S 26912 26914 22409 0 -1 4202496 4288 0 1 0 8 1 0 0 20 0 18 0 254332742 9787813888 5482 33554432000 1073741824 1073778376 140733306551392 140733306542528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26914/statm: 2389603 5483 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300229 s]
/proc/loadavg: 3.90 3.78 3.72 4/197 26914
/proc/meminfo: memFree=25104144/32873648 swapFree=6336/6336
[pid=26914] ppid=26912 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/26914/stat : 26914 (java) S 26912 26914 22409 0 -1 4202496 5398 0 1 0 45 1 0 0 20 0 18 0 254332742 9787813888 8801 33554432000 1073741824 1073778376 140733306551392 140733306542528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26914/statm: 2389603 8801 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700247 s]
/proc/loadavg: 3.90 3.78 3.72 4/197 26914
/proc/meminfo: memFree=25104144/32873648 swapFree=6336/6336
[pid=26914] ppid=26912 vsize=9558412 CPUtime=1.33 cores=1,3,5,7
/proc/26914/stat : 26914 (java) S 26912 26914 22409 0 -1 4202496 10340 0 1 0 128 5 0 0 20 0 18 0 254332742 9787813888 43640 33554432000 1073741824 1073778376 140733306551392 140733306542528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26914/statm: 2389603 43640 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558412

[startup+1.50063 s]
/proc/loadavg: 3.90 3.78 3.72 3/215 26932
/proc/meminfo: memFree=24921616/32873648 swapFree=6336/6336
[pid=26914] ppid=26912 vsize=9558412 CPUtime=2.51 cores=1,3,5,7
/proc/26914/stat : 26914 (java) S 26912 26914 22409 0 -1 4202496 10734 0 1 0 238 13 0 0 20 0 18 0 254332742 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140733306542528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26914/statm: 2389603 85285 2247 9 0 2380296 0
[pid=26914/tid=26916] ppid=26912 vsize=9558412 CPUtime=1.37 cores=1,3,5,7
/proc/26914/task/26916/stat : 26916 (java) R 26912 26914 22409 0 -1 4202560 2567 0 1 0 132 5 0 0 20 0 18 0 254332743 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140390089449424 140389948739732 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26914/tid=26917] ppid=26912 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/26914/task/26917/stat : 26917 (java) S 26912 26914 22409 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 18 0 254332744 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140390067559208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26918] ppid=26912 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/26914/task/26918/stat : 26918 (java) S 26912 26914 22409 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 254332744 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389864434344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26919] ppid=26912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26919/stat : 26919 (java) S 26912 26914 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 254332744 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389863382056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26920] ppid=26912 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/26914/task/26920/stat : 26920 (java) S 26912 26914 22409 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 254332744 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389862329256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26921] ppid=26912 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/26914/task/26921/stat : 26921 (java) S 26912 26914 22409 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 18 0 254332744 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389861275944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26922] ppid=26912 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/26914/task/26922/stat : 26922 (java) S 26912 26914 22409 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 254332744 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389860223144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26923] ppid=26912 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/26914/task/26923/stat : 26923 (java) S 26912 26914 22409 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 254332744 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389859170856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26924] ppid=26912 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26914/task/26924/stat : 26924 (java) S 26912 26914 22409 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 254332744 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389858118056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26925] ppid=26912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26925/stat : 26925 (java) S 26912 26914 22409 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254332745 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389845920488 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26926] ppid=26912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26926/stat : 26926 (java) S 26912 26914 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254332746 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389844866552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26927] ppid=26912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26927/stat : 26927 (java) S 26912 26914 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254332746 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389843814152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26928] ppid=26912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26928/stat : 26928 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254332748 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389842762640 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26929] ppid=26912 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/26914/task/26929/stat : 26929 (java) S 26912 26914 22409 0 -1 4202560 3882 0 0 0 37 0 0 0 20 0 18 0 254332748 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389841709240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26930] ppid=26912 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/26914/task/26930/stat : 26930 (java) S 26912 26914 22409 0 -1 4202560 2784 0 0 0 42 0 0 0 20 0 18 0 254332748 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389840656440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26931] ppid=26912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26931/stat : 26931 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254332748 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389839604344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26932] ppid=26912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26932/stat : 26932 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254332748 9787813888 85285 33554432000 1073741824 1073778376 140733306551392 140389838551752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9558412

[startup+3.10071 s]
/proc/loadavg: 3.91 3.79 3.72 7/219 26936
/proc/meminfo: memFree=24729020/32873648 swapFree=6336/6336
[pid=26914] ppid=26912 vsize=9824668 CPUtime=6.04 cores=1,3,5,7
/proc/26914/stat : 26914 (java) S 26912 26914 22409 0 -1 4202496 11114 0 1 0 584 20 0 0 20 0 22 0 254332742 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140733306542528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26914/statm: 2456167 132089 2269 9 0 2446860 0
[pid=26914/tid=26916] ppid=26912 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/26914/task/26916/stat : 26916 (java) S 26912 26914 22409 0 -1 4202560 2580 0 1 0 178 5 0 0 20 0 22 0 254332743 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140390089458680 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26914/tid=26917] ppid=26912 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26914/task/26917/stat : 26917 (java) S 26912 26914 22409 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 254332744 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140390067559208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26918] ppid=26912 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26914/task/26918/stat : 26918 (java) S 26912 26914 22409 0 -1 4202560 25 0 0 0 1 2 0 0 20 0 22 0 254332744 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389864434344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26919] ppid=26912 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26914/task/26919/stat : 26919 (java) S 26912 26914 22409 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 254332744 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389863382056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26920] ppid=26912 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26914/task/26920/stat : 26920 (java) S 26912 26914 22409 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 22 0 254332744 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389862329256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26921] ppid=26912 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/26914/task/26921/stat : 26921 (java) S 26912 26914 22409 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 22 0 254332744 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389861275944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26922] ppid=26912 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26914/task/26922/stat : 26922 (java) S 26912 26914 22409 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 22 0 254332744 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389860223144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26923] ppid=26912 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26914/task/26923/stat : 26923 (java) S 26912 26914 22409 0 -1 4202560 47 0 0 0 5 1 0 0 20 0 22 0 254332744 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389859170856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26924] ppid=26912 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26914/task/26924/stat : 26924 (java) S 26912 26914 22409 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 22 0 254332744 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389858118056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26925] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26925/stat : 26925 (java) S 26912 26914 22409 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 254332745 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389845920488 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26926] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26926/stat : 26926 (java) S 26912 26914 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254332746 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389844866552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26927] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26927/stat : 26927 (java) S 26912 26914 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254332746 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389843814152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26928] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26928/stat : 26928 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254332748 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389842762640 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26929] ppid=26912 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/26914/task/26929/stat : 26929 (java) S 26912 26914 22409 0 -1 4202560 3921 0 0 0 74 0 0 0 20 0 22 0 254332748 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389841709240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26930] ppid=26912 vsize=9824668 CPUtime=0.76 cores=1,3,5,7
/proc/26914/task/26930/stat : 26930 (java) S 26912 26914 22409 0 -1 4202560 2793 0 0 0 76 0 0 0 20 0 22 0 254332748 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389840656440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26931] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26931/stat : 26931 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254332748 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389839604344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26932] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26932/stat : 26932 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254332748 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389838551752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26933] ppid=26912 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/26914/task/26933/stat : 26933 (java) R 26912 26914 22409 0 -1 4202560 22 0 0 0 106 0 0 0 20 0 22 0 254332944 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389837463240 140389949174204 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26934] ppid=26912 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/26914/task/26934/stat : 26934 (java) R 26912 26914 22409 0 -1 4202560 139 0 0 0 102 2 0 0 20 0 22 0 254332944 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389836411048 140389949421261 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26914/tid=26935] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26935/stat : 26935 (java) S 26912 26914 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254332946 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389835359912 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26936] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26936/stat : 26936 (java) S 26912 26914 22409 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254332946 10060460032 132089 33554432000 1073741824 1073778376 140733306551392 140389834307112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.91 3.79 3.72 5/219 26936
/proc/meminfo: memFree=24392172/32873648 swapFree=6336/6336
[pid=26914] ppid=26912 vsize=9824668 CPUtime=13.03 cores=1,3,5,7
/proc/26914/stat : 26914 (java) S 26912 26914 22409 0 -1 4202496 19784 0 1 0 1272 31 0 0 20 0 22 0 254332742 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140733306542528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26914/statm: 2456167 210403 2283 9 0 2446860 0
[pid=26914/tid=26916] ppid=26912 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/26914/task/26916/stat : 26916 (java) S 26912 26914 22409 0 -1 4202560 2580 0 1 0 178 5 0 0 20 0 22 0 254332743 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140390089458680 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26917] ppid=26912 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/26914/task/26917/stat : 26917 (java) S 26912 26914 22409 0 -1 4202560 57 0 0 0 8 3 0 0 20 0 22 0 254332744 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140390067559208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26914/tid=26918] ppid=26912 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26914/task/26918/stat : 26918 (java) S 26912 26914 22409 0 -1 4202560 52 0 0 0 6 2 0 0 20 0 22 0 254332744 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389864434344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26919] ppid=26912 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26914/task/26919/stat : 26919 (java) S 26912 26914 22409 0 -1 4202560 30 0 0 0 7 1 0 0 20 0 22 0 254332744 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389863382056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26920] ppid=26912 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/26914/task/26920/stat : 26920 (java) S 26912 26914 22409 0 -1 4202560 54 0 0 0 7 3 0 0 20 0 22 0 254332744 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389862329256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26921] ppid=26912 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/26914/task/26921/stat : 26921 (java) S 26912 26914 22409 0 -1 4202560 61 0 0 0 9 3 0 0 20 0 22 0 254332744 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389861275944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26922] ppid=26912 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/26914/task/26922/stat : 26922 (java) S 26912 26914 22409 0 -1 4202560 42 0 0 0 7 2 0 0 20 0 22 0 254332744 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389860223144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26923] ppid=26912 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/26914/task/26923/stat : 26923 (java) S 26912 26914 22409 0 -1 4202560 61 0 0 0 7 2 0 0 20 0 22 0 254332744 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389859170856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26924] ppid=26912 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26914/task/26924/stat : 26924 (java) S 26912 26914 22409 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 22 0 254332744 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389858118056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26925] ppid=26912 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/26914/task/26925/stat : 26925 (java) S 26912 26914 22409 0 -1 4202560 515 0 0 0 33 0 0 0 20 0 22 0 254332745 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389845920488 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26926] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26926/stat : 26926 (java) S 26912 26914 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254332746 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389844866552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26927] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26927/stat : 26927 (java) S 26912 26914 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254332746 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389843814152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26928] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26928/stat : 26928 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254332748 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389842762640 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26929] ppid=26912 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/26914/task/26929/stat : 26929 (java) S 26912 26914 22409 0 -1 4202560 6759 0 0 0 114 0 0 0 20 0 22 0 254332748 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389841709240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26930] ppid=26912 vsize=9824668 CPUtime=1.16 cores=1,3,5,7
/proc/26914/task/26930/stat : 26930 (java) S 26912 26914 22409 0 -1 4202560 7595 0 0 0 115 1 0 0 20 0 22 0 254332748 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389840656440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26914/tid=26931] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26931/stat : 26931 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254332748 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389839604344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26932] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26932/stat : 26932 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254332748 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389838551752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26933] ppid=26912 vsize=9824668 CPUtime=3.82 cores=1,3,5,7
/proc/26914/task/26933/stat : 26933 (java) R 26912 26914 22409 0 -1 4202560 22 0 0 0 382 0 0 0 20 0 22 0 254332944 10060460032 210403 33554432000 1073741824 1073778376 140733306551392 140389837464424 140389949219376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

/proc/26914/statm: 2456167 540589 2286 9 0 2446860 0
[pid=26914/tid=26916] ppid=26912 vsize=9824668 CPUtime=1.88 cores=1,3,5,7
/proc/26914/task/26916/stat : 26916 (java) S 26912 26914 22409 0 -1 4202560 2608 0 1 0 180 8 0 0 20 0 22 0 254332743 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140390089458680 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26917] ppid=26912 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/26914/task/26917/stat : 26917 (java) S 26912 26914 22409 0 -1 4202560 333 0 0 0 289 5 0 0 20 0 22 0 254332744 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140390067559208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26918] ppid=26912 vsize=9824668 CPUtime=3 cores=1,3,5,7
/proc/26914/task/26918/stat : 26918 (java) S 26912 26914 22409 0 -1 4202560 337 0 0 0 294 6 0 0 20 0 22 0 254332744 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389864434344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26919] ppid=26912 vsize=9824668 CPUtime=3.06 cores=1,3,5,7
/proc/26914/task/26919/stat : 26919 (java) S 26912 26914 22409 0 -1 4202560 304 0 0 0 302 4 0 0 20 0 22 0 254332744 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389863382056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26920] ppid=26912 vsize=9824668 CPUtime=3.06 cores=1,3,5,7
/proc/26914/task/26920/stat : 26920 (java) S 26912 26914 22409 0 -1 4202560 332 0 0 0 300 6 0 0 20 0 22 0 254332744 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389862329256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26921] ppid=26912 vsize=9824668 CPUtime=3.02 cores=1,3,5,7
/proc/26914/task/26921/stat : 26921 (java) S 26912 26914 22409 0 -1 4202560 349 0 0 0 296 6 0 0 20 0 22 0 254332744 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389861275944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26922] ppid=26912 vsize=9824668 CPUtime=3.1 cores=1,3,5,7
/proc/26914/task/26922/stat : 26922 (java) S 26912 26914 22409 0 -1 4202560 327 0 0 0 304 6 0 0 20 0 22 0 254332744 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389860223144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26923] ppid=26912 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/26914/task/26923/stat : 26923 (java) S 26912 26914 22409 0 -1 4202560 344 0 0 0 305 6 0 0 20 0 22 0 254332744 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389859170856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26914/tid=26924] ppid=26912 vsize=9824668 CPUtime=3.16 cores=1,3,5,7
/proc/26914/task/26924/stat : 26924 (java) S 26912 26914 22409 0 -1 4202560 327 0 0 0 311 5 0 0 20 0 22 0 254332744 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389858118056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26914/tid=26925] ppid=26912 vsize=9824668 CPUtime=19.49 cores=1,3,5,7
/proc/26914/task/26925/stat : 26925 (java) S 26912 26914 22409 0 -1 4202560 35490 0 0 0 1910 39 0 0 20 0 22 0 254332745 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389845920488 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26926] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26926/stat : 26926 (java) S 26912 26914 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254332746 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389844866552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26927] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26927/stat : 26927 (java) S 26912 26914 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254332746 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389843814152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26928] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26928/stat : 26928 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254332748 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389842762640 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26929] ppid=26912 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/26914/task/26929/stat : 26929 (java) S 26912 26914 22409 0 -1 4202560 8689 0 0 0 171 1 0 0 20 0 22 0 254332748 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389841709240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26914/tid=26930] ppid=26912 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/26914/task/26930/stat : 26930 (java) S 26912 26914 22409 0 -1 4202560 7597 0 0 0 118 2 0 0 20 0 22 0 254332748 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389840656440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26931] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26931/stat : 26931 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254332748 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389839604344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26932] ppid=26912 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/26914/task/26932/stat : 26932 (java) S 26912 26914 22409 0 -1 4202560 50 0 0 0 19 20 0 0 20 0 22 0 254332748 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389838551752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26933] ppid=26912 vsize=9824668 CPUtime=851.41 cores=1,3,5,7
/proc/26914/task/26933/stat : 26933 (java) R 26912 26914 22409 0 -1 4202560 221 0 0 0 85123 18 0 0 20 0 22 0 254332944 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389837463232 140389949324066 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26934] ppid=26912 vsize=9824668 CPUtime=851.41 cores=1,3,5,7
/proc/26914/task/26934/stat : 26934 (java) R 26912 26914 22409 0 -1 4202560 1844 0 0 0 85085 56 0 0 20 0 22 0 254332944 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389836411760 140389949535301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26935] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26935/stat : 26935 (java) S 26912 26914 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254332946 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389835359912 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26936] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26936/stat : 26936 (java) S 26912 26914 22409 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254332946 10060460032 540589 33554432000 1073741824 1073778376 140733306551392 140389834307112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1756.16
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.101 s]
/proc/loadavg: 3.38 3.80 3.81 4/215 27023
/proc/meminfo: memFree=20882928/32873648 swapFree=6336/6336
[pid=26914] ppid=26912 vsize=9824668 CPUtime=1800.11 cores=1,3,5,7
/proc/26914/stat : 26914 (java) S 26912 26914 22409 0 -1 4202496 60360 0 1 0 179856 155 0 0 20 0 22 0 254332742 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140733306542528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26914/statm: 2456167 534978 2286 9 0 2446860 0
[pid=26914/tid=26916] ppid=26912 vsize=9824668 CPUtime=1.89 cores=1,3,5,7
/proc/26914/task/26916/stat : 26916 (java) S 26912 26914 22409 0 -1 4202560 2608 0 1 0 181 8 0 0 20 0 22 0 254332743 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140390089458680 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26917] ppid=26912 vsize=9824668 CPUtime=3.03 cores=1,3,5,7
/proc/26914/task/26917/stat : 26917 (java) S 26912 26914 22409 0 -1 4202560 333 0 0 0 298 5 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140390067559208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26918] ppid=26912 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/26914/task/26918/stat : 26918 (java) S 26912 26914 22409 0 -1 4202560 337 0 0 0 303 6 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389864434344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26919] ppid=26912 vsize=9824668 CPUtime=3.15 cores=1,3,5,7
/proc/26914/task/26919/stat : 26919 (java) S 26912 26914 22409 0 -1 4202560 304 0 0 0 311 4 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389863382056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26914/tid=26920] ppid=26912 vsize=9824668 CPUtime=3.18 cores=1,3,5,7
/proc/26914/task/26920/stat : 26920 (java) S 26912 26914 22409 0 -1 4202560 332 0 0 0 312 6 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389862329256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26914/tid=26921] ppid=26912 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/26914/task/26921/stat : 26921 (java) S 26912 26914 22409 0 -1 4202560 349 0 0 0 303 6 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389861275944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26922] ppid=26912 vsize=9824668 CPUtime=3.22 cores=1,3,5,7
/proc/26914/task/26922/stat : 26922 (java) S 26912 26914 22409 0 -1 4202560 327 0 0 0 316 6 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389860223144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26923] ppid=26912 vsize=9824668 CPUtime=3.22 cores=1,3,5,7
/proc/26914/task/26923/stat : 26923 (java) S 26912 26914 22409 0 -1 4202560 344 0 0 0 316 6 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389859170856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26924] ppid=26912 vsize=9824668 CPUtime=3.25 cores=1,3,5,7
/proc/26914/task/26924/stat : 26924 (java) S 26912 26914 22409 0 -1 4202560 327 0 0 0 320 5 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389858118056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26925] ppid=26912 vsize=9824668 CPUtime=19.51 cores=1,3,5,7
/proc/26914/task/26925/stat : 26925 (java) S 26912 26914 22409 0 -1 4202560 35492 0 0 0 1911 40 0 0 20 0 22 0 254332745 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389845920488 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26926] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26926/stat : 26926 (java) S 26912 26914 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254332746 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389844866552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26927] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26927/stat : 26927 (java) S 26912 26914 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254332746 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389843814152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26928] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26928/stat : 26928 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254332748 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389842762640 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26929] ppid=26912 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/26914/task/26929/stat : 26929 (java) S 26912 26914 22409 0 -1 4202560 8689 0 0 0 171 1 0 0 20 0 22 0 254332748 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389841709240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26914/tid=26930] ppid=26912 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/26914/task/26930/stat : 26930 (java) S 26912 26914 22409 0 -1 4202560 7597 0 0 0 118 2 0 0 20 0 22 0 254332748 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389840656440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26931] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26931/stat : 26931 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254332748 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389839604344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26932] ppid=26912 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/26914/task/26932/stat : 26932 (java) S 26912 26914 22409 0 -1 4202560 52 0 0 0 19 21 0 0 20 0 22 0 254332748 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389838551752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26933] ppid=26912 vsize=9824668 CPUtime=872.93 cores=1,3,5,7
/proc/26914/task/26933/stat : 26933 (java) R 26912 26914 22409 0 -1 4202560 225 0 0 0 87274 19 0 0 20 0 22 0 254332944 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389837462432 140389949174204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26934] ppid=26912 vsize=9824668 CPUtime=872.93 cores=1,3,5,7
/proc/26914/task/26934/stat : 26934 (java) R 26912 26914 22409 0 -1 4202560 1853 0 0 0 87236 57 0 0 20 0 22 0 254332944 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389836410416 140389949535622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26935] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26935/stat : 26935 (java) S 26912 26914 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254332946 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389835359912 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26936] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26936/stat : 26936 (java) S 26912 26914 22409 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254332946 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389834307112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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+904.101 s]
/proc/loadavg: 3.38 3.80 3.81 4/215 27023
/proc/meminfo: memFree=20882928/32873648 swapFree=6336/6336
[pid=26914] ppid=26912 vsize=9824668 CPUtime=1800.11 cores=1,3,5,7
/proc/26914/stat : 26914 (java) S 26912 26914 22409 0 -1 4202496 60360 0 1 0 179856 155 0 0 20 0 22 0 254332742 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140733306542528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26914/statm: 2456167 534978 2286 9 0 2446860 0
[pid=26914/tid=26916] ppid=26912 vsize=9824668 CPUtime=1.89 cores=1,3,5,7
/proc/26914/task/26916/stat : 26916 (java) S 26912 26914 22409 0 -1 4202560 2608 0 1 0 181 8 0 0 20 0 22 0 254332743 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140390089458680 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26917] ppid=26912 vsize=9824668 CPUtime=3.03 cores=1,3,5,7
/proc/26914/task/26917/stat : 26917 (java) S 26912 26914 22409 0 -1 4202560 333 0 0 0 298 5 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140390067559208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26918] ppid=26912 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/26914/task/26918/stat : 26918 (java) S 26912 26914 22409 0 -1 4202560 337 0 0 0 303 6 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389864434344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26919] ppid=26912 vsize=9824668 CPUtime=3.15 cores=1,3,5,7
/proc/26914/task/26919/stat : 26919 (java) S 26912 26914 22409 0 -1 4202560 304 0 0 0 311 4 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389863382056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26914/tid=26920] ppid=26912 vsize=9824668 CPUtime=3.18 cores=1,3,5,7
/proc/26914/task/26920/stat : 26920 (java) S 26912 26914 22409 0 -1 4202560 332 0 0 0 312 6 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389862329256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26914/tid=26921] ppid=26912 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/26914/task/26921/stat : 26921 (java) S 26912 26914 22409 0 -1 4202560 349 0 0 0 303 6 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389861275944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26922] ppid=26912 vsize=9824668 CPUtime=3.22 cores=1,3,5,7
/proc/26914/task/26922/stat : 26922 (java) S 26912 26914 22409 0 -1 4202560 327 0 0 0 316 6 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389860223144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26923] ppid=26912 vsize=9824668 CPUtime=3.22 cores=1,3,5,7
/proc/26914/task/26923/stat : 26923 (java) S 26912 26914 22409 0 -1 4202560 344 0 0 0 316 6 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389859170856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26924] ppid=26912 vsize=9824668 CPUtime=3.25 cores=1,3,5,7
/proc/26914/task/26924/stat : 26924 (java) S 26912 26914 22409 0 -1 4202560 327 0 0 0 320 5 0 0 20 0 22 0 254332744 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389858118056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26925] ppid=26912 vsize=9824668 CPUtime=19.51 cores=1,3,5,7
/proc/26914/task/26925/stat : 26925 (java) S 26912 26914 22409 0 -1 4202560 35492 0 0 0 1911 40 0 0 20 0 22 0 254332745 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389845920488 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26926] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26926/stat : 26926 (java) S 26912 26914 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254332746 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389844866552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26927] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26927/stat : 26927 (java) S 26912 26914 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254332746 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389843814152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26928] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26928/stat : 26928 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254332748 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389842762640 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26929] ppid=26912 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/26914/task/26929/stat : 26929 (java) S 26912 26914 22409 0 -1 4202560 8689 0 0 0 171 1 0 0 20 0 22 0 254332748 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389841709240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26914/tid=26930] ppid=26912 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/26914/task/26930/stat : 26930 (java) S 26912 26914 22409 0 -1 4202560 7597 0 0 0 118 2 0 0 20 0 22 0 254332748 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389840656440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26931] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26931/stat : 26931 (java) S 26912 26914 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254332748 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389839604344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26914/tid=26932] ppid=26912 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/26914/task/26932/stat : 26932 (java) S 26912 26914 22409 0 -1 4202560 52 0 0 0 19 21 0 0 20 0 22 0 254332748 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389838551752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26933] ppid=26912 vsize=9824668 CPUtime=872.93 cores=1,3,5,7
/proc/26914/task/26933/stat : 26933 (java) R 26912 26914 22409 0 -1 4202560 225 0 0 0 87274 19 0 0 20 0 22 0 254332944 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389837462432 140389949174204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26934] ppid=26912 vsize=9824668 CPUtime=872.93 cores=1,3,5,7
/proc/26914/task/26934/stat : 26934 (java) R 26912 26914 22409 0 -1 4202560 1853 0 0 0 87236 57 0 0 20 0 22 0 254332944 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389836410416 140389949535622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26914/tid=26935] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26935/stat : 26935 (java) S 26912 26914 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254332946 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389835359912 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26914/tid=26936] ppid=26912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26914/task/26936/stat : 26936 (java) S 26912 26914 22409 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254332946 10060460032 534978 33554432000 1073741824 1073778376 140733306551392 140389834307112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26914 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=150247
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=92681
# CPU time returned by wait4() is 1796.24
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 904.163
CPU time (s): 1800.11
CPU user time (s): 1798.56
CPU system time (s): 1.55
CPU usage (%): 199.091
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.15
system time used= 2.09268
maximum resident set size= 2898868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60392
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34208
involuntary context switches= 53257

runsolver used 2.92056 second user time and 8.69468 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-24 19:54:15
IDJOB=3689418
IDBENCH=89714
IDSOLVER=2268
FILE ID=node112/3689418-1337882055
RUNJOBID= node112-1337871881-22426
PBS_JOBID= 14620092
Free space on /tmp= 71644 MiB

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

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

MD5SUM BENCH= 17efc5fe25abdce41d8265867254d297
RANDOM SEED=100775612

node112.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.763
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.52
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.763
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.763
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.763
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.763
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.763
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.92
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.763
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.763
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:        25104152 kB
Buffers:          200236 kB
Cached:          3617396 kB
SwapCached:            0 kB
Active:          3700468 kB
Inactive:        3282040 kB
Active(anon):    3167432 kB
Inactive(anon):        0 kB
Active(file):     533036 kB
Inactive(file):  3282040 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9556 kB
Writeback:             0 kB
AnonPages:       3189116 kB
Mapped:            22620 kB
Shmem:               200 kB
Slab:             626968 kB
SReclaimable:      70844 kB
SUnreclaim:       556124 kB
KernelStack:        1624 kB
PageTables:        10096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3524040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3127296 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= 70932 MiB
End job on node112 at 2012-05-24 20:09:21