Trace number 3740956

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.2 907.461

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.1.v20110525
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		9996466904
0.09/0.10	c Max memory 		10048897024
0.09/0.10	c Total memory 		10048897024
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
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@48e5855a
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 --- 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@398020cc
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 --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3740956-1338749727.opb
0.09/0.12	c reading problem ... 
2.60/1.93	c ... done. Wall clock time 1.805s.
2.60/1.93	c #vars     10086
2.60/1.93	c #constraints  226608
2.60/1.93	c constraints type 
2.60/1.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
2.60/1.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.60/1.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
2.60/1.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.60/1.93	c constraints type 
2.60/1.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
2.60/1.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
2.60/1.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
2.60/1.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
7.91/4.20	c cleaning 0 clauses out of 5000 with flag 0/5000
9.20/4.82	c cleaning 2500 clauses out of 5001 with flag 5001/5001
13.17/6.77	c cleaning 0 clauses out of 11003 with flag 0/11003
13.63/7.09	c cleaning 4244 clauses out of 8502 with flag 11002/11002
16.88/8.80	c cleaning 5623 clauses out of 11256 with flag 18000/18000
20.61/10.65	c cleaning 6813 clauses out of 13633 with flag 26000/26000
23.87/12.33	c cleaning 0 clauses out of 18000 with flag 0/18000
25.53/13.24	c cleaning 7872 clauses out of 15820 with flag 35000/35000
29.30/15.27	c cleaning 8939 clauses out of 17948 with flag 45000/45000
34.37/17.86	c cleaning 9995 clauses out of 20010 with flag 56001/56001
39.22/20.37	c cleaning 10889 clauses out of 22015 with flag 68001/68001
43.28/22.41	c cleaning 12058 clauses out of 24126 with flag 81001/81001
46.05/23.93	c cleaning 0 clauses out of 26000 with flag 0/26000
50.32/26.17	c cleaning 12941 clauses out of 26067 with flag 95000/95000
58.17/30.12	c cleaning 14059 clauses out of 28127 with flag 110001/110001
66.42/34.35	c cleaning 14981 clauses out of 30067 with flag 126000/126000
73.38/37.97	c cleaning 16041 clauses out of 32086 with flag 143001/143001
85.63/44.19	c cleaning 17015 clauses out of 34044 with flag 161000/161000
92.74/47.72	c cleaning 0 clauses out of 35000 with flag 0/35000
96.84/49.85	c cleaning 18006 clauses out of 36027 with flag 180000/180000
104.60/53.83	c cleaning 18875 clauses out of 38021 with flag 200002/200002
118.65/60.98	c cleaning 20063 clauses out of 40143 with flag 221000/221000
128.29/65.83	c cleaning 21019 clauses out of 42082 with flag 243002/243002
136.54/70.02	c cleaning 22016 clauses out of 44060 with flag 266001/266001
148.89/76.34	c cleaning 23011 clauses out of 46042 with flag 290001/290001
162.34/83.15	c cleaning 24009 clauses out of 48030 with flag 315000/315000
174.59/89.38	c cleaning 0 clauses out of 45000 with flag 0/45000
175.80/90.06	c cleaning 24897 clauses out of 50021 with flag 341000/341000
186.54/95.56	c cleaning 26041 clauses out of 52124 with flag 368000/368000
201.39/103.01	c cleaning 26964 clauses out of 54083 with flag 396000/396000
213.82/109.31	c cleaning 28052 clauses out of 56121 with flag 425002/425002
227.84/116.46	c cleaning 28992 clauses out of 58067 with flag 455000/455000
242.78/124.04	c cleaning 29689 clauses out of 60075 with flag 486000/486000
267.45/136.44	c cleaning 31189 clauses out of 62387 with flag 518002/518002
291.68/148.70	c cleaning 32058 clauses out of 64196 with flag 551000/551000
307.29/156.52	c cleaning 32958 clauses out of 66138 with flag 585000/585000
325.83/165.92	c cleaning 34072 clauses out of 68183 with flag 620003/620003
343.86/175.01	c cleaning 34991 clauses out of 70108 with flag 656000/656000
360.88/183.69	c cleaning 35995 clauses out of 72117 with flag 693000/693000
366.28/186.43	c cleaning 0 clauses out of 56000 with flag 0/56000
395.83/201.40	c cleaning 37055 clauses out of 74124 with flag 731002/731002
417.26/212.15	c cleaning 37795 clauses out of 76068 with flag 770001/770001
437.30/222.24	c cleaning 39116 clauses out of 78275 with flag 810003/810003
480.94/244.10	c cleaning 40073 clauses out of 80157 with flag 851001/851001
526.51/267.00	c cleaning 41032 clauses out of 82084 with flag 893001/893001
552.76/280.26	c cleaning 41878 clauses out of 84051 with flag 936000/936000
585.37/296.61	c cleaning 43082 clauses out of 86176 with flag 980003/980003
606.40/307.29	c cleaning 43793 clauses out of 88092 with flag 1025001/1025001
634.92/321.68	c cleaning 44978 clauses out of 90298 with flag 1071000/1071000
664.37/336.44	c cleaning 46126 clauses out of 92321 with flag 1118001/1118001
690.84/349.74	c cleaning 47093 clauses out of 94199 with flag 1166005/1166005
724.45/366.67	c cleaning 47917 clauses out of 96103 with flag 1215002/1215002
751.94/380.59	c cleaning 48909 clauses out of 98187 with flag 1265003/1265003
780.77/395.04	c cleaning 49823 clauses out of 100275 with flag 1316000/1316000
792.96/401.23	c cleaning 0 clauses out of 68000 with flag 0/68000
807.34/408.59	c cleaning 51189 clauses out of 102452 with flag 1368000/1368000
839.01/424.60	c cleaning 52095 clauses out of 104264 with flag 1421001/1421001
874.45/442.38	c cleaning 52997 clauses out of 106168 with flag 1475000/1475000
928.10/469.21	c cleaning 54034 clauses out of 108173 with flag 1530002/1530002
959.94/485.25	c cleaning 54864 clauses out of 110137 with flag 1586000/1586000
990.59/500.76	c cleaning 56011 clauses out of 112273 with flag 1643000/1643000
1025.00/518.04	c cleaning 56929 clauses out of 114263 with flag 1701001/1701001
1073.02/542.13	c cleaning 58051 clauses out of 116333 with flag 1760000/1760000
1128.29/569.85	c cleaning 59137 clauses out of 118282 with flag 1820000/1820000
1196.40/604.07	c cleaning 59992 clauses out of 120145 with flag 1881000/1881000
1241.38/626.67	c cleaning 61071 clauses out of 122153 with flag 1943000/1943000
1279.63/645.84	c cleaning 61772 clauses out of 124082 with flag 2006001/2006001
1314.43/663.32	c cleaning 62944 clauses out of 126309 with flag 2070000/2070000
1346.49/679.52	c cleaning 64048 clauses out of 128366 with flag 2135001/2135001
1384.31/698.53	c cleaning 64957 clauses out of 130317 with flag 2201000/2201000
1432.56/722.72	c cleaning 66058 clauses out of 132360 with flag 2268000/2268000
1475.16/744.13	c cleaning 67012 clauses out of 134302 with flag 2336000/2336000
1525.02/769.20	c cleaning 68130 clauses out of 136290 with flag 2405000/2405000
1572.89/793.25	c cleaning 68981 clauses out of 138160 with flag 2475001/2475001
1613.05/813.49	c cleaning 69883 clauses out of 140179 with flag 2546001/2546001
1688.32/851.16	c cleaning 71116 clauses out of 142295 with flag 2618000/2618000
1753.60/883.96	c cleaning 71991 clauses out of 144179 with flag 2691000/2691000
1784.41/899.44	c cleaning 0 clauses out of 81000 with flag 0/81000
1800.20/907.41	c starts		: 230
1800.20/907.41	c conflicts		: 2751966
1800.20/907.41	c decisions		: 13714548
1800.20/907.41	c propagations		: 815187629
1800.20/907.41	c inspects		: 9520928555
1800.20/907.41	c shortcuts		: 0
1800.20/907.41	c learnt literals	: 13
1800.20/907.41	c learnt binary clauses	: 672
1800.20/907.41	c learnt ternary clauses	: 2058
1800.20/907.41	c learnt constraints	: 2751953
1800.20/907.41	c ignored constraints	: 0
1800.20/907.41	c root simplifications	: 0
1800.20/907.41	c removed literals (reason simplification)	: 57793906
1800.20/907.41	c reason swapping (by a shorter reason)	: 0
1800.20/907.41	c Calls to reduceDB	: 69
1800.20/907.41	c number of reductions to clauses (during analyze)	: 0
1800.20/907.41	c number of learned constraints concerned by reduction	: 0
1800.20/907.41	c number of learning phase by resolution	: 0
1800.20/907.41	c number of learning phase by cutting planes	: 0
1800.20/907.41	c speed (assignments/second)	: 900283.3428494752
1800.20/907.41	c non guided choices	744390
1800.20/907.44	c learnt constraints type 
1800.20/907.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 672
1800.20/907.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 132539
1800.20/907.44	c constraints type 
1800.20/907.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
1800.20/907.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.20/907.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
1800.20/907.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.20/907.44	c constraints type 
1800.20/907.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
1800.20/907.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
1800.20/907.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
1800.20/907.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
1800.20/907.44	s UNKNOWN
1800.20/907.44	c Total wall clock time (in seconds): 907.316

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

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 3/188 13144
/proc/meminfo: memFree=31236292/32873844 swapFree=7116/7116
[pid=13144] ppid=13142 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/13144/stat : 13144 (java) R 13142 13144 13088 0 -1 4202496 1012 0 0 0 0 0 0 0 20 0 1 0 341097664 23793664 739 33554432000 1073741824 1073778376 140733437952240 140733437941304 139723002805860 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13144/statm: 5809 750 550 9 0 128 0

[startup+0.0478179 s]
/proc/loadavg: 1.84 1.97 1.99 3/188 13144
/proc/meminfo: memFree=31236292/32873844 swapFree=7116/7116
[pid=13144] ppid=13142 vsize=11253516 CPUtime=0.03 cores=1,3,5,7
/proc/13144/stat : 13144 (java) S 13142 13144 13088 0 -1 4202496 4238 0 1 0 2 1 0 0 20 0 13 0 341097664 11523600384 12090 33554432000 1073741824 1073778376 140733437952240 140733437943376 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13144/statm: 2813379 12090 1662 9 0 2804080 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11253516

[startup+0.10022 s]
/proc/loadavg: 1.84 1.97 1.99 3/188 13144
/proc/meminfo: memFree=31236292/32873844 swapFree=7116/7116
[pid=13144] ppid=13142 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/13144/stat : 13144 (java) S 13142 13144 13088 0 -1 4202496 5077 0 1 0 7 2 0 0 20 0 18 0 341097664 11864465408 13433 33554432000 1073741824 1073778376 140733437952240 140733437943376 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13144/statm: 2896598 13435 2043 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300359 s]
/proc/loadavg: 1.84 1.97 1.99 3/188 13144
/proc/meminfo: memFree=31236292/32873844 swapFree=7116/7116
[pid=13144] ppid=13142 vsize=11586392 CPUtime=0.47 cores=1,3,5,7
/proc/13144/stat : 13144 (java) S 13142 13144 13088 0 -1 4202496 6386 0 1 0 45 2 0 0 20 0 18 0 341097664 11864465408 16446 33554432000 1073741824 1073778376 140733437952240 140733437943376 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13144/statm: 2896598 16446 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.700246 s]
/proc/loadavg: 1.84 1.97 1.99 3/188 13144
/proc/meminfo: memFree=31236292/32873844 swapFree=7116/7116
[pid=13144] ppid=13142 vsize=11586392 CPUtime=1.24 cores=1,3,5,7
/proc/13144/stat : 13144 (java) S 13142 13144 13088 0 -1 4202496 10330 0 1 0 118 6 0 0 20 0 18 0 341097664 11864465408 54171 33554432000 1073741824 1073778376 140733437952240 140733437943376 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13144/statm: 2896598 54171 2239 9 0 2887285 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 11586392

[startup+1.50081 s]
/proc/loadavg: 2.17 2.03 2.01 3/211 13167
/proc/meminfo: memFree=30397228/32873844 swapFree=7116/7116
[pid=13144] ppid=13142 vsize=11586392 CPUtime=2.15 cores=1,3,5,7
/proc/13144/stat : 13144 (java) S 13142 13144 13088 0 -1 4202496 10557 0 1 0 200 15 0 0 20 0 18 0 341097664 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 140733437943376 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13144/statm: 2896598 161708 2239 9 0 2887285 0
[pid=13144/tid=13146] ppid=13142 vsize=11586392 CPUtime=1.47 cores=1,3,5,7
/proc/13144/task/13146/stat : 13146 (java) R 13142 13144 13088 0 -1 4202560 3649 0 1 0 133 14 0 0 20 0 18 0 341097665 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722994806832 139722819549998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13152] ppid=13142 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13152/stat : 13152 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097667 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722949569576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13153] ppid=13142 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13153/stat : 13153 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097667 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722948516776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13154] ppid=13142 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13154/stat : 13154 (java) S 13142 13144 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341097667 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722947463976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13155] ppid=13142 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13155/stat : 13155 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097667 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722946411176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13156] ppid=13142 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13156/stat : 13156 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097667 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722945358376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13157] ppid=13142 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13157/stat : 13157 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097667 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722944305576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13158] ppid=13142 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13158/stat : 13158 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097667 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722943252776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13159] ppid=13142 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13159/stat : 13159 (java) S 13142 13144 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341097667 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722942199976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13160] ppid=13142 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13160/stat : 13160 (java) S 13142 13144 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341097668 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722811735016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13161] ppid=13142 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13161/stat : 13161 (java) S 13142 13144 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341097669 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722810681080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13162] ppid=13142 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13162/stat : 13162 (java) S 13142 13144 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341097669 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722809628168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13163] ppid=13142 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13163/stat : 13163 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097672 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722808576656 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13164] ppid=13142 vsize=11586392 CPUtime=0.33 cores=1,3,5,7
/proc/13144/task/13164/stat : 13164 (java) S 13142 13144 13088 0 -1 4202560 3397 0 0 0 33 0 0 0 20 0 18 0 341097672 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722807523768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13165] ppid=13142 vsize=11586392 CPUtime=0.31 cores=1,3,5,7
/proc/13144/task/13165/stat : 13165 (java) S 13142 13144 13088 0 -1 4202560 2325 0 0 0 31 0 0 0 20 0 18 0 341097672 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722806470968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13166] ppid=13142 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13166/stat : 13166 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097672 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722805418360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13167] ppid=13142 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13167/stat : 13167 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341097672 11864465408 161708 33554432000 1073741824 1073778376 140733437952240 139722804365768 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 11586392

[startup+3.10096 s]
/proc/loadavg: 2.17 2.03 2.01 6/219 13175
/proc/meminfo: memFree=29491956/32873844 swapFree=7116/7116
[pid=13144] ppid=13142 vsize=11852648 CPUtime=5.71 cores=1,3,5,7
/proc/13144/stat : 13144 (java) S 13142 13144 13088 0 -1 4202496 12000 0 1 0 543 28 0 0 20 0 22 0 341097664 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 140733437943376 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13144/statm: 2963162 303678 2265 9 0 2953849 0
[pid=13144/tid=13146] ppid=13142 vsize=11852648 CPUtime=1.9 cores=1,3,5,7
/proc/13144/task/13146/stat : 13146 (java) S 13142 13144 13088 0 -1 4202560 3777 0 1 0 172 18 0 0 20 0 22 0 341097665 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722994816152 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13152] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13152/stat : 13152 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097667 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722949569576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13153] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13153/stat : 13153 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097667 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722948516776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13154] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13154/stat : 13154 (java) S 13142 13144 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341097667 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722947463976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13155] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13155/stat : 13155 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097667 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722946411176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13156] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13156/stat : 13156 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097667 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722945358376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13157] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13157/stat : 13157 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097667 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722944305576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13158] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13158/stat : 13158 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097667 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722943252776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13159] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13159/stat : 13159 (java) S 13142 13144 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341097667 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722942199976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13160] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13160/stat : 13160 (java) S 13142 13144 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341097668 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722811735016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13161] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13161/stat : 13161 (java) S 13142 13144 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341097669 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722810681080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13162] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13162/stat : 13162 (java) S 13142 13144 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341097669 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722809628168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13163] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13163/stat : 13163 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097672 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722808576656 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13164] ppid=13142 vsize=11852648 CPUtime=0.77 cores=1,3,5,7
/proc/13144/task/13164/stat : 13164 (java) S 13142 13144 13088 0 -1 4202560 3424 0 0 0 77 0 0 0 20 0 22 0 341097672 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722807523768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13165] ppid=13142 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/13144/task/13165/stat : 13165 (java) S 13142 13144 13088 0 -1 4202560 3341 0 0 0 67 2 0 0 20 0 22 0 341097672 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722806470968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13166] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13166/stat : 13166 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097672 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722805418360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13167] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13167/stat : 13167 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097672 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139722804365768 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13172] ppid=13142 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/13144/task/13172/stat : 13172 (java) R 13142 13144 13088 0 -1 4202560 30 0 0 0 114 0 0 0 20 0 22 0 341097858 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139721795689912 139722819884220 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13173] ppid=13142 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/13144/task/13173/stat : 13173 (java) R 13142 13144 13088 0 -1 4202560 225 0 0 0 107 7 0 0 20 0 22 0 341097858 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139721794637096 139722820139294 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13174] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13174/stat : 13174 (java) S 13142 13144 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341097860 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139721793586600 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13175] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13175/stat : 13175 (java) S 13142 13144 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341097860 12137111552 303678 33554432000 1073741824 1073778376 140733437952240 139721792533800 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 11852648

[startup+6.30098 s]
/proc/loadavg: 2.32 2.07 2.02 5/219 13175
/proc/meminfo: memFree=28147856/32873844 swapFree=7116/7116
[pid=13144] ppid=13142 vsize=11852648 CPUtime=12.31 cores=1,3,5,7
/proc/13144/stat : 13144 (java) S 13142 13144 13088 0 -1 4202496 19183 0 1 0 1188 43 0 0 20 0 22 0 341097664 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 140733437943376 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13144/statm: 2963162 434346 2289 9 0 2953849 0
[pid=13144/tid=13146] ppid=13142 vsize=11852648 CPUtime=1.9 cores=1,3,5,7
/proc/13144/task/13146/stat : 13146 (java) S 13142 13144 13088 0 -1 4202560 3778 0 1 0 172 18 0 0 20 0 22 0 341097665 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722994816152 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13152] ppid=13142 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/13144/task/13152/stat : 13152 (java) S 13142 13144 13088 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 341097667 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722949569576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13153] ppid=13142 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/13144/task/13153/stat : 13153 (java) S 13142 13144 13088 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 341097667 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722948516776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13154] ppid=13142 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/13144/task/13154/stat : 13154 (java) S 13142 13144 13088 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 341097667 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722947463976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13155] ppid=13142 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/13144/task/13155/stat : 13155 (java) S 13142 13144 13088 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 341097667 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722946411176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13156] ppid=13142 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/13144/task/13156/stat : 13156 (java) S 13142 13144 13088 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 341097667 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722945358376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13157] ppid=13142 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/13144/task/13157/stat : 13157 (java) S 13142 13144 13088 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 341097667 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722944305576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13158] ppid=13142 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/13144/task/13158/stat : 13158 (java) S 13142 13144 13088 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 341097667 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722943252776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13159] ppid=13142 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/13144/task/13159/stat : 13159 (java) S 13142 13144 13088 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 341097667 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722942199976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13160] ppid=13142 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/13144/task/13160/stat : 13160 (java) S 13142 13144 13088 0 -1 4202560 64 0 0 0 33 2 0 0 20 0 22 0 341097668 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722811735016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13161] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13161/stat : 13161 (java) S 13142 13144 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341097669 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722810681080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13162] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13162/stat : 13162 (java) S 13142 13144 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341097669 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722809628168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13163] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13163/stat : 13163 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097672 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722808576656 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13164] ppid=13142 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/13144/task/13164/stat : 13164 (java) S 13142 13144 13088 0 -1 4202560 10212 0 0 0 115 2 0 0 20 0 22 0 341097672 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722807523768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13165] ppid=13142 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/13144/task/13165/stat : 13165 (java) S 13142 13144 13088 0 -1 4202560 3345 0 0 0 69 2 0 0 20 0 22 0 341097672 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722806470968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13166] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13166/stat : 13166 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097672 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722805418360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13167] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13167/stat : 13167 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097672 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139722804365768 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13172] ppid=13142 vsize=11852648 CPUtime=3.86 cores=1,3,5,7
/proc/13144/task/13172/stat : 13172 (java) R 13142 13144 13088 0 -1 4202560 31 0 0 0 386 0 0 0 20 0 22 0 341097858 12137111552 434346 33554432000 1073741824 1073778376 140733437952240 139721795689712 139722819963074 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

/proc/13144/statm: 2963162 927045 2291 9 0 2953849 0
[pid=13144/tid=13146] ppid=13142 vsize=11852648 CPUtime=1.96 cores=1,3,5,7
/proc/13144/task/13146/stat : 13146 (java) S 13142 13144 13088 0 -1 4202560 3806 0 1 0 176 20 0 0 20 0 22 0 341097665 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722994816152 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13152] ppid=13142 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/13144/task/13152/stat : 13152 (java) S 13142 13144 13088 0 -1 4202560 187 0 0 0 113 3 0 0 20 0 22 0 341097667 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722949569576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13153] ppid=13142 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/13144/task/13153/stat : 13153 (java) S 13142 13144 13088 0 -1 4202560 246 0 0 0 126 3 0 0 20 0 22 0 341097667 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722948516776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13154] ppid=13142 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/13144/task/13154/stat : 13154 (java) S 13142 13144 13088 0 -1 4202560 182 0 0 0 116 3 0 0 20 0 22 0 341097667 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722947463976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13155] ppid=13142 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/13144/task/13155/stat : 13155 (java) S 13142 13144 13088 0 -1 4202560 199 0 0 0 122 3 0 0 20 0 22 0 341097667 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722946411176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13156] ppid=13142 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/13144/task/13156/stat : 13156 (java) S 13142 13144 13088 0 -1 4202560 199 0 0 0 107 2 0 0 20 0 22 0 341097667 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722945358376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13157] ppid=13142 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/13144/task/13157/stat : 13157 (java) S 13142 13144 13088 0 -1 4202560 198 0 0 0 108 2 0 0 20 0 22 0 341097667 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722944305576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13158] ppid=13142 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/13144/task/13158/stat : 13158 (java) S 13142 13144 13088 0 -1 4202560 270 0 0 0 124 3 0 0 20 0 22 0 341097667 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722943252776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13159] ppid=13142 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/13144/task/13159/stat : 13159 (java) S 13142 13144 13088 0 -1 4202560 228 0 0 0 122 2 0 0 20 0 22 0 341097667 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722942199976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13160] ppid=13142 vsize=11852648 CPUtime=18.51 cores=1,3,5,7
/proc/13144/task/13160/stat : 13160 (java) S 13142 13144 13088 0 -1 4202560 164 0 0 0 1842 9 0 0 20 0 22 0 341097668 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722811735016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13161] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13161/stat : 13161 (java) S 13142 13144 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341097669 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722810681080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13162] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13162/stat : 13162 (java) S 13142 13144 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341097669 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722809628168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13163] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13163/stat : 13163 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097672 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722808576656 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13164] ppid=13142 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/13144/task/13164/stat : 13164 (java) S 13142 13144 13088 0 -1 4202560 10417 0 0 0 142 2 0 0 20 0 22 0 341097672 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722807523768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13165] ppid=13142 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/13144/task/13165/stat : 13165 (java) S 13142 13144 13088 0 -1 4202560 5916 0 0 0 86 3 0 0 20 0 22 0 341097672 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722806470968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13166] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13166/stat : 13166 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097672 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722805418360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13167] ppid=13142 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/13144/task/13167/stat : 13167 (java) S 13142 13144 13088 0 -1 4202560 50 0 0 0 24 20 0 0 20 0 22 0 341097672 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139722804365768 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13172] ppid=13142 vsize=11852648 CPUtime=856.65 cores=1,3,5,7
/proc/13144/task/13172/stat : 13172 (java) R 13142 13144 13088 0 -1 4202560 102 0 0 0 85651 14 0 0 20 0 22 0 341097858 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139721795689712 139722819955157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13173] ppid=13142 vsize=11852648 CPUtime=856.63 cores=1,3,5,7
/proc/13144/task/13173/stat : 13173 (java) R 13142 13144 13088 0 -1 4202560 1319 0 0 0 85608 55 0 0 20 0 22 0 341097858 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139721794637616 139722819752272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13174] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13174/stat : 13174 (java) S 13142 13144 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341097860 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139721793586600 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13175] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13175/stat : 13175 (java) S 13142 13144 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341097860 12137111552 927045 33554432000 1073741824 1073778376 140733437952240 139721792533800 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1750.42
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.401 s]
/proc/loadavg: 3.99 3.88 3.21 3/197 13210
/proc/meminfo: memFree=27567452/32873844 swapFree=7116/7116
[pid=13144] ppid=13142 vsize=11852648 CPUtime=1800.2 cores=1,3,5,7
/proc/13144/stat : 13144 (java) S 13142 13144 13088 0 -1 4202496 24748 0 1 0 179902 118 0 0 20 0 22 0 341097664 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 140733437943376 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13144/statm: 2963162 927115 2291 9 0 2953849 0
[pid=13144/tid=13146] ppid=13142 vsize=11852648 CPUtime=1.96 cores=1,3,5,7
/proc/13144/task/13146/stat : 13146 (java) S 13142 13144 13088 0 -1 4202560 3808 0 1 0 176 20 0 0 20 0 22 0 341097665 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722994816152 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13152] ppid=13142 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/13144/task/13152/stat : 13152 (java) S 13142 13144 13088 0 -1 4202560 187 0 0 0 117 3 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722949569576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13153] ppid=13142 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/13144/task/13153/stat : 13153 (java) S 13142 13144 13088 0 -1 4202560 267 0 0 0 134 3 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722948516776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13154] ppid=13142 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/13144/task/13154/stat : 13154 (java) S 13142 13144 13088 0 -1 4202560 189 0 0 0 119 3 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722947463976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13155] ppid=13142 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/13144/task/13155/stat : 13155 (java) S 13142 13144 13088 0 -1 4202560 212 0 0 0 126 3 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722946411176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13156] ppid=13142 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/13144/task/13156/stat : 13156 (java) S 13142 13144 13088 0 -1 4202560 211 0 0 0 114 2 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722945358376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13157] ppid=13142 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/13144/task/13157/stat : 13157 (java) S 13142 13144 13088 0 -1 4202560 203 0 0 0 111 2 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722944305576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13158] ppid=13142 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/13144/task/13158/stat : 13158 (java) S 13142 13144 13088 0 -1 4202560 270 0 0 0 129 3 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722943252776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13159] ppid=13142 vsize=11852648 CPUtime=1.28 cores=1,3,5,7
/proc/13144/task/13159/stat : 13159 (java) S 13142 13144 13088 0 -1 4202560 240 0 0 0 126 2 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722942199976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13160] ppid=13142 vsize=11852648 CPUtime=19.11 cores=1,3,5,7
/proc/13144/task/13160/stat : 13160 (java) S 13142 13144 13088 0 -1 4202560 166 0 0 0 1902 9 0 0 20 0 22 0 341097668 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722811735016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13161] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13161/stat : 13161 (java) S 13142 13144 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341097669 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722810681080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13162] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13162/stat : 13162 (java) S 13142 13144 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341097669 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722809628168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13163] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13163/stat : 13163 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097672 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722808576656 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13164] ppid=13142 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/13144/task/13164/stat : 13164 (java) S 13142 13144 13088 0 -1 4202560 10417 0 0 0 142 2 0 0 20 0 22 0 341097672 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722807523768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13165] ppid=13142 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/13144/task/13165/stat : 13165 (java) S 13142 13144 13088 0 -1 4202560 5916 0 0 0 86 3 0 0 20 0 22 0 341097672 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722806470968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13166] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13166/stat : 13166 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097672 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722805418360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13167] ppid=13142 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/13144/task/13167/stat : 13167 (java) S 13142 13144 13088 0 -1 4202560 52 0 0 0 24 21 0 0 20 0 22 0 341097672 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722804365768 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13172] ppid=13142 vsize=11852648 CPUtime=880.99 cores=1,3,5,7
/proc/13144/task/13172/stat : 13172 (java) R 13142 13144 13088 0 -1 4202560 103 0 0 0 88085 14 0 0 20 0 22 0 341097858 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139721795689712 139722819883963 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13173] ppid=13142 vsize=11852648 CPUtime=880.96 cores=1,3,5,7
/proc/13144/task/13173/stat : 13173 (java) R 13142 13144 13088 0 -1 4202560 1319 0 0 0 88041 55 0 0 20 0 22 0 341097858 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139721794638672 139722819888077 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13174] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13174/stat : 13174 (java) S 13142 13144 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341097860 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139721793586600 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13175] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13175/stat : 13175 (java) S 13142 13144 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341097860 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139721792533800 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 11852648

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

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

[startup+907.401 s]
/proc/loadavg: 3.99 3.88 3.21 3/197 13210
/proc/meminfo: memFree=27567452/32873844 swapFree=7116/7116
[pid=13144] ppid=13142 vsize=11852648 CPUtime=1800.2 cores=1,3,5,7
/proc/13144/stat : 13144 (java) S 13142 13144 13088 0 -1 4202496 24748 0 1 0 179902 118 0 0 20 0 22 0 341097664 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 140733437943376 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13144/statm: 2963162 927115 2291 9 0 2953849 0
[pid=13144/tid=13146] ppid=13142 vsize=11852648 CPUtime=1.96 cores=1,3,5,7
/proc/13144/task/13146/stat : 13146 (java) S 13142 13144 13088 0 -1 4202560 3808 0 1 0 176 20 0 0 20 0 22 0 341097665 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722994816152 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13152] ppid=13142 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/13144/task/13152/stat : 13152 (java) S 13142 13144 13088 0 -1 4202560 187 0 0 0 117 3 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722949569576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13153] ppid=13142 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/13144/task/13153/stat : 13153 (java) S 13142 13144 13088 0 -1 4202560 267 0 0 0 134 3 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722948516776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13154] ppid=13142 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/13144/task/13154/stat : 13154 (java) S 13142 13144 13088 0 -1 4202560 189 0 0 0 119 3 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722947463976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13155] ppid=13142 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/13144/task/13155/stat : 13155 (java) S 13142 13144 13088 0 -1 4202560 212 0 0 0 126 3 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722946411176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13156] ppid=13142 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/13144/task/13156/stat : 13156 (java) S 13142 13144 13088 0 -1 4202560 211 0 0 0 114 2 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722945358376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13157] ppid=13142 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/13144/task/13157/stat : 13157 (java) S 13142 13144 13088 0 -1 4202560 203 0 0 0 111 2 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722944305576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13158] ppid=13142 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/13144/task/13158/stat : 13158 (java) S 13142 13144 13088 0 -1 4202560 270 0 0 0 129 3 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722943252776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13159] ppid=13142 vsize=11852648 CPUtime=1.28 cores=1,3,5,7
/proc/13144/task/13159/stat : 13159 (java) S 13142 13144 13088 0 -1 4202560 240 0 0 0 126 2 0 0 20 0 22 0 341097667 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722942199976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13160] ppid=13142 vsize=11852648 CPUtime=19.11 cores=1,3,5,7
/proc/13144/task/13160/stat : 13160 (java) S 13142 13144 13088 0 -1 4202560 166 0 0 0 1902 9 0 0 20 0 22 0 341097668 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722811735016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13161] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13161/stat : 13161 (java) S 13142 13144 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341097669 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722810681080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13162] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13162/stat : 13162 (java) S 13142 13144 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341097669 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722809628168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13163] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13163/stat : 13163 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097672 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722808576656 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13164] ppid=13142 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/13144/task/13164/stat : 13164 (java) S 13142 13144 13088 0 -1 4202560 10417 0 0 0 142 2 0 0 20 0 22 0 341097672 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722807523768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13165] ppid=13142 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/13144/task/13165/stat : 13165 (java) S 13142 13144 13088 0 -1 4202560 5916 0 0 0 86 3 0 0 20 0 22 0 341097672 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722806470968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13166] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13166/stat : 13166 (java) S 13142 13144 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341097672 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722805418360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13144/tid=13167] ppid=13142 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/13144/task/13167/stat : 13167 (java) S 13142 13144 13088 0 -1 4202560 52 0 0 0 24 21 0 0 20 0 22 0 341097672 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139722804365768 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13172] ppid=13142 vsize=11852648 CPUtime=880.99 cores=1,3,5,7
/proc/13144/task/13172/stat : 13172 (java) R 13142 13144 13088 0 -1 4202560 103 0 0 0 88085 14 0 0 20 0 22 0 341097858 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139721795689712 139722819883963 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13144/tid=13173] ppid=13142 vsize=11852648 CPUtime=880.96 cores=1,3,5,7
/proc/13144/task/13173/stat : 13173 (java) R 13142 13144 13088 0 -1 4202560 1319 0 0 0 88041 55 0 0 20 0 22 0 341097858 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139721794638672 139722819888077 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13144/tid=13174] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13174/stat : 13174 (java) S 13142 13144 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341097860 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139721793586600 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13144/tid=13175] ppid=13142 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/13144/task/13175/stat : 13175 (java) S 13142 13144 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341097860 12137111552 927115 33554432000 1073741824 1073778376 140733437952240 139721792533800 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 907.461
CPU time (s): 1800.2
CPU user time (s): 1799.02
CPU system time (s): 1.18
CPU usage (%): 198.378
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 1.63175
maximum resident set size= 3708588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24782
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25390
involuntary context switches= 29733

runsolver used 3.39348 second user time and 9.39257 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 20:55:27
IDJOB=3740956
IDBENCH=89703
IDSOLVER=2328
FILE ID=node146/3740956-1338749727
RUNJOBID= node146-1338749727-13105
PBS_JOBID= 14636806
Free space on /tmp= 70892 MiB

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

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=1059302046

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31236672 kB
Buffers:          309964 kB
Cached:           463212 kB
SwapCached:         1792 kB
Active:           482752 kB
Inactive:         335864 kB
Active(anon):      46380 kB
Inactive(anon):     1664 kB
Active(file):     436372 kB
Inactive(file):   334200 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:             17624 kB
Writeback:             0 kB
AnonPages:         19316 kB
Mapped:            13884 kB
Shmem:                 0 kB
Slab:             678332 kB
SReclaimable:     117972 kB
SUnreclaim:       560360 kB
KernelStack:        1360 kB
PageTables:         3772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10445992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70848 MiB
End job on node146 at 2012-06-03 21:10:37