Trace number 3689640

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.03 925.56

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K83.opb
MD5SUM87eecd69bf3cf4e36ad8fc8a9d8af53d
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 variables5644
Total number of constraints5812
Number of constraints which are clauses5729
Number of constraints which are cardinality constraints (but not clauses)83
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint83
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 84
Number of bits of the biggest sum of numbers7
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/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-3689640-1337883892.opb
0.09/0.12	c reading problem ... 
0.81/0.43	c ... done. Wall clock time 0.316s.
0.81/0.43	c declared #vars     5644
0.81/0.43	c #constraints  5812
0.81/0.43	c constraints type 
0.81/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4661
0.81/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 83
0.81/0.43	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.81/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1066
0.81/0.43	c 5812 constraints processed.
0.81/0.43	c constraints type 
0.81/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1066
0.81/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4661
0.81/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 83
0.81/0.43	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.81/0.43	c 5812 constraints processed.
4.63/1.55	c cleaning 2494 clauses out of 4987 with flag 5000/5000
6.97/2.49	c cleaning 4211 clauses out of 8488 with flag 11001/11001
9.90/3.70	c cleaning 5513 clauses out of 11273 with flag 18002/18002
13.53/5.51	c cleaning 6828 clauses out of 13755 with flag 26001/26001
16.85/7.21	c cleaning 7907 clauses out of 15925 with flag 35001/35001
22.20/9.98	c cleaning 8876 clauses out of 18018 with flag 45001/45001
27.37/12.51	c cleaning 10024 clauses out of 20143 with flag 56002/56002
32.67/15.28	c cleaning 10941 clauses out of 22115 with flag 68000/68000
39.47/18.77	c cleaning 11948 clauses out of 24174 with flag 81000/81000
45.70/21.93	c cleaning 12893 clauses out of 26227 with flag 95001/95001
52.39/25.32	c cleaning 14011 clauses out of 28333 with flag 110000/110000
61.62/30.09	c cleaning 15045 clauses out of 30322 with flag 126000/126000
69.26/34.08	c cleaning 16023 clauses out of 32276 with flag 143002/143002
76.98/38.10	c cleaning 17007 clauses out of 34252 with flag 161001/161001
86.52/42.94	c cleaning 18064 clauses out of 36244 with flag 180001/180001
102.87/51.21	c cleaning 18954 clauses out of 38179 with flag 200000/200000
113.36/56.78	c cleaning 19938 clauses out of 40225 with flag 221000/221000
128.83/64.60	c cleaning 20947 clauses out of 42289 with flag 243002/243002
144.51/72.64	c cleaning 22028 clauses out of 44341 with flag 266001/266001
160.50/80.81	c cleaning 23094 clauses out of 46312 with flag 290000/290000
175.01/88.46	c cleaning 23864 clauses out of 48222 with flag 315004/315004
201.65/101.93	c cleaning 24747 clauses out of 50354 with flag 341000/341000
226.45/114.54	c cleaning 26031 clauses out of 52606 with flag 368000/368000
246.54/124.86	c cleaning 26868 clauses out of 54575 with flag 396001/396001
266.56/135.69	c cleaning 27908 clauses out of 56706 with flag 425000/425000
288.43/147.14	c cleaning 29316 clauses out of 58796 with flag 455000/455000
304.08/155.55	c cleaning 30170 clauses out of 60480 with flag 486000/486000
324.92/166.48	c cleaning 31033 clauses out of 62309 with flag 518000/518000
354.40/181.77	c cleaning 0 clauses out of 5003 with flag 0/5003
359.01/184.52	c cleaning 31948 clauses out of 64277 with flag 551001/551001
381.97/197.14	c cleaning 32973 clauses out of 66328 with flag 585000/585000
408.47/210.80	c cleaning 33989 clauses out of 68356 with flag 620003/620003
443.88/228.88	c cleaning 34949 clauses out of 70364 with flag 656000/656000
475.40/244.97	c cleaning 36029 clauses out of 72415 with flag 693000/693000
501.49/258.31	c cleaning 37109 clauses out of 74391 with flag 731005/731005
532.23/274.36	c cleaning 37869 clauses out of 76277 with flag 770000/770000
564.02/290.60	c cleaning 38869 clauses out of 78411 with flag 810003/810003
602.13/310.09	c cleaning 39906 clauses out of 80543 with flag 851004/851004
649.03/333.88	c cleaning 41309 clauses out of 82635 with flag 893002/893002
697.34/358.68	c cleaning 42076 clauses out of 84324 with flag 936000/936000
730.83/375.89	c cleaning 42853 clauses out of 86248 with flag 980000/980000
761.67/391.76	c cleaning 44044 clauses out of 88399 with flag 1025004/1025004
792.27/407.59	c cleaning 44963 clauses out of 90352 with flag 1071001/1071001
823.53/424.09	c cleaning 46034 clauses out of 92387 with flag 1118000/1118000
864.42/444.94	c cleaning 47068 clauses out of 94353 with flag 1166000/1166000
913.57/470.82	c cleaning 47799 clauses out of 96287 with flag 1215002/1215002
982.57/506.12	c cleaning 48719 clauses out of 98488 with flag 1265002/1265002
1048.59/539.69	c cleaning 50279 clauses out of 100767 with flag 1316000/1316000
1105.54/568.63	c cleaning 51057 clauses out of 102488 with flag 1368000/1368000
1151.55/592.20	c cleaning 52081 clauses out of 104433 with flag 1421002/1421002
1197.07/616.08	c cleaning 53166 clauses out of 106353 with flag 1475003/1475003
1237.70/636.93	c cleaning 53824 clauses out of 108184 with flag 1530001/1530001
1311.67/674.42	c cleaning 54817 clauses out of 110358 with flag 1586000/1586000
1354.73/696.67	c cleaning 56006 clauses out of 112543 with flag 1643002/1643002
1404.34/722.58	c cleaning 57092 clauses out of 114535 with flag 1701000/1701000
1455.52/748.70	c cleaning 58018 clauses out of 116443 with flag 1760000/1760000
1508.70/775.91	c cleaning 58894 clauses out of 118425 with flag 1820000/1820000
1566.47/805.49	c cleaning 59795 clauses out of 120531 with flag 1881000/1881000
1664.39/855.44	c cleaning 60885 clauses out of 122735 with flag 1943000/1943000
1731.13/889.49	c cleaning 62009 clauses out of 124852 with flag 2006002/2006002
1789.76/919.55	c cleaning 63252 clauses out of 126843 with flag 2070002/2070002
1800.03/925.51	c starts		: 210
1800.03/925.51	c conflicts		: 2084150
1800.03/925.51	c decisions		: 12299192
1800.03/925.51	c propagations		: 697709696
1800.03/925.51	c inspects		: 3223179631
1800.03/925.51	c shortcuts		: 0
1800.03/925.51	c learnt literals	: 48
1800.03/925.51	c learnt binary clauses	: 54815
1800.03/925.51	c learnt ternary clauses	: 63784
1800.03/925.51	c learnt constraints	: 2084102
1800.03/925.51	c ignored constraints	: 0
1800.03/925.51	c root simplifications	: 0
1800.03/925.51	c removed literals (reason simplification)	: 78166176
1800.03/925.51	c reason swapping (by a shorter reason)	: 0
1800.03/925.51	c Calls to reduceDB	: 60
1800.03/925.51	c number of reductions to clauses (during analyze)	: 0
1800.03/925.51	c number of learned constraints concerned by reduction	: 0
1800.03/925.51	c number of learning phase by resolution	: 0
1800.03/925.51	c number of learning phase by cutting planes	: 0
1800.03/925.51	c speed (assignments/second)	: 754231.9600890754
1800.03/925.51	c non guided choices	4222
1800.03/925.54	c learnt constraints type 
1800.03/925.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 54815
1800.03/925.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23010
1800.03/925.54	c constraints type 
1800.03/925.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4661
1800.03/925.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 83
1800.03/925.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.03/925.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1066
1800.03/925.54	c 5812 constraints processed.
1800.03/925.54	c constraints type 
1800.03/925.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1066
1800.03/925.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4661
1800.03/925.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 83
1800.03/925.54	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.03/925.54	c 5812 constraints processed.
1800.03/925.54	s UNKNOWN
1800.03/925.54	c Total wall clock time (in seconds): 925.424

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-3689640-1337883892/watcher-3689640-1337883892 -o /tmp/evaluation-result-3689640-1337883892/solver-3689640-1337883892 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689640-1337883892.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: 4.43 3.89 3.79 3/193 27143
/proc/meminfo: memFree=22937092/32873648 swapFree=6336/6336
[pid=27143] ppid=27141 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27143/stat : 27143 (java) D 27141 27143 22409 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 254516475 9515008 184 33554432000 1073741824 1073778376 140737215548496 140737215539720 213866147255 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/27143/statm: 2323 184 142 9 0 71 0

[startup+0.0521539 s]
/proc/loadavg: 4.43 3.89 3.79 3/193 27143
/proc/meminfo: memFree=22937092/32873648 swapFree=6336/6336
[pid=27143] ppid=27141 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/27143/stat : 27143 (java) S 27141 27143 22409 0 -1 4202496 3061 0 1 0 3 0 0 0 20 0 13 0 254516475 9446973440 3759 33554432000 1073741824 1073778376 140735737562416 140735737553552 213869690941 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27143/statm: 2306390 3759 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100327 s]
/proc/loadavg: 4.43 3.89 3.79 3/193 27143
/proc/meminfo: memFree=22937092/32873648 swapFree=6336/6336
[pid=27143] ppid=27141 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27143/stat : 27143 (java) S 27141 27143 22409 0 -1 4202496 4304 0 1 0 8 1 0 0 20 0 18 0 254516475 9787813888 5486 33554432000 1073741824 1073778376 140735737562416 140735737553552 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27143/statm: 2389603 5486 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300183 s]
/proc/loadavg: 4.43 3.89 3.79 3/193 27143
/proc/meminfo: memFree=22937092/32873648 swapFree=6336/6336
[pid=27143] ppid=27141 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/27143/stat : 27143 (java) S 27141 27143 22409 0 -1 4202496 7337 0 1 0 54 2 0 0 20 0 18 0 254516475 9787813888 9850 33554432000 1073741824 1073778376 140735737562416 140735737553552 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27143/statm: 2389603 9850 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700222 s]
/proc/loadavg: 4.43 3.89 3.79 3/193 27143
/proc/meminfo: memFree=22937092/32873648 swapFree=6336/6336
[pid=27143] ppid=27141 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/27143/stat : 27143 (java) S 27141 27143 22409 0 -1 4202496 15167 0 1 0 193 4 0 0 20 0 22 0 254516475 10060460032 22950 33554432000 1073741824 1073778376 140735737562416 140735737553552 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27143/statm: 2456167 22950 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9824668

[startup+1.50079 s]
/proc/loadavg: 4.43 3.89 3.79 6/215 27165
/proc/meminfo: memFree=22825112/32873648 swapFree=6336/6336
[pid=27143] ppid=27141 vsize=9824668 CPUtime=4.63 cores=1,3,5,7
/proc/27143/stat : 27143 (java) S 27141 27143 22409 0 -1 4202496 26673 0 1 0 457 6 0 0 20 0 22 0 254516475 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 140735737553552 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27143/statm: 2456167 33594 2262 9 0 2446860 0
[pid=27143/tid=27145] ppid=27141 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/27143/task/27145/stat : 27145 (java) S 27141 27143 22409 0 -1 4202560 2488 0 1 0 38 2 0 0 20 0 22 0 254516476 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139827738850296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27146] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27146/stat : 27146 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139827700340904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27147] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27147/stat : 27147 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139827699288360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27148] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27148/stat : 27148 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139827698235816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27149] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27149/stat : 27149 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139827697183272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27150] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27150/stat : 27150 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139827696130728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27151] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27151/stat : 27151 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139827695078184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27152] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27152/stat : 27152 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139827576040360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27153] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27153/stat : 27153 (java) S 27141 27143 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139827574987816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27154] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27154/stat : 27154 (java) S 27141 27143 22409 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254516479 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139827562788968 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27155] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27155/stat : 27155 (java) S 27141 27143 22409 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254516479 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139827561735288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27156] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27156/stat : 27156 (java) S 27141 27143 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254516479 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139827560682632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27157] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27157/stat : 27157 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516481 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139826821065232 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27158] ppid=27141 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/27143/task/27158/stat : 27158 (java) S 27141 27143 22409 0 -1 4202560 13155 0 0 0 97 2 0 0 20 0 22 0 254516481 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139826820012600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27159] ppid=27141 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/27143/task/27159/stat : 27159 (java) S 27141 27143 22409 0 -1 4202560 9709 0 0 0 106 1 0 0 20 0 22 0 254516481 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139826818960056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27160] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27160/stat : 27160 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516481 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139826817907704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27161] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27161/stat : 27161 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516481 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139826816855368 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27162] ppid=27141 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/27143/task/27162/stat : 27162 (java) R 27141 27143 22409 0 -1 4202560 27 0 0 0 104 0 0 0 20 0 22 0 254516519 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139826815798832 139827576816120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27163] ppid=27141 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/27143/task/27163/stat : 27163 (java) R 27141 27143 22409 0 -1 4202560 93 0 0 0 104 0 0 0 20 0 22 0 254516519 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139826814746728 139827577084378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27164] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27164/stat : 27164 (java) S 27141 27143 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254516521 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139826813695016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27165] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27165/stat : 27165 (java) S 27141 27143 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516521 10060460032 33594 33554432000 1073741824 1073778376 140735737562416 139826812642472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 9824668

[startup+3.10087 s]
/proc/loadavg: 4.43 3.89 3.79 4/215 27165
/proc/meminfo: memFree=22791412/32873648 swapFree=6336/6336
[pid=27143] ppid=27141 vsize=9824668 CPUtime=8.58 cores=1,3,5,7
/proc/27143/stat : 27143 (java) S 27141 27143 22409 0 -1 4202496 30862 0 1 0 849 9 0 0 20 0 22 0 254516475 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 140735737553552 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27143/statm: 2456167 54752 2286 9 0 2446860 0
[pid=27143/tid=27145] ppid=27141 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/27143/task/27145/stat : 27145 (java) S 27141 27143 22409 0 -1 4202560 2488 0 1 0 38 2 0 0 20 0 22 0 254516476 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139827738850296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27146] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27146/stat : 27146 (java) S 27141 27143 22409 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139827700340904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27147] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27147/stat : 27147 (java) S 27141 27143 22409 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139827699288360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27148] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27148/stat : 27148 (java) S 27141 27143 22409 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139827698235816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27149] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27149/stat : 27149 (java) S 27141 27143 22409 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139827697183272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27150] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27150/stat : 27150 (java) S 27141 27143 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139827696130728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27151] ppid=27141 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27143/task/27151/stat : 27151 (java) S 27141 27143 22409 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254516477 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139827695078184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27152] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27152/stat : 27152 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139827576040360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27153] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27153/stat : 27153 (java) S 27141 27143 22409 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254516477 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139827574987816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27154] ppid=27141 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/27143/task/27154/stat : 27154 (java) S 27141 27143 22409 0 -1 4202560 99 0 0 0 5 0 0 0 20 0 22 0 254516479 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139827562788968 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27155] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27155/stat : 27155 (java) S 27141 27143 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254516479 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139827561735288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27156] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27156/stat : 27156 (java) S 27141 27143 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516479 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139827560682632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27157] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27157/stat : 27157 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516481 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139826821065232 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27158] ppid=27141 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/27143/task/27158/stat : 27158 (java) S 27141 27143 22409 0 -1 4202560 13159 0 0 0 115 3 0 0 20 0 22 0 254516481 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139826820012600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27159] ppid=27141 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/27143/task/27159/stat : 27159 (java) S 27141 27143 22409 0 -1 4202560 13716 0 0 0 165 2 0 0 20 0 22 0 254516481 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139826818960056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27160] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27160/stat : 27160 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516481 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139826817907704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27161] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27161/stat : 27161 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516481 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139826816855368 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27162] ppid=27141 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/27143/task/27162/stat : 27162 (java) R 27141 27143 22409 0 -1 4202560 30 0 0 0 255 0 0 0 20 0 22 0 254516519 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139826815797344 139827576742399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27163] ppid=27141 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/27143/task/27163/stat : 27163 (java) R 27141 27143 22409 0 -1 4202560 122 0 0 0 254 1 0 0 20 0 22 0 254516519 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139826814745408 139827576893043 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27164] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27164/stat : 27164 (java) S 27141 27143 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254516521 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139826813695016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27165] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27165/stat : 27165 (java) S 27141 27143 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516521 10060460032 54752 33554432000 1073741824 1073778376 140735737562416 139826812642472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 9824668

[startup+6.30077 s]
/proc/loadavg: 4.32 3.88 3.79 4/215 27165
/proc/meminfo: memFree=22575408/32873648 swapFree=6336/6336
[pid=27143] ppid=27141 vsize=9824668 CPUtime=15.06 cores=1,3,5,7
/proc/27143/stat : 27143 (java) S 27141 27143 22409 0 -1 4202496 31198 0 1 0 1490 16 0 0 20 0 22 0 254516475 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 140735737553552 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27143/statm: 2456167 98997 2286 9 0 2446860 0
[pid=27143/tid=27145] ppid=27141 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/27143/task/27145/stat : 27145 (java) S 27141 27143 22409 0 -1 4202560 2488 0 1 0 38 2 0 0 20 0 22 0 254516476 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 139827738850296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27146] ppid=27141 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/27143/task/27146/stat : 27146 (java) S 27141 27143 22409 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 254516477 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 139827700340904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27147] ppid=27141 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/27143/task/27147/stat : 27147 (java) S 27141 27143 22409 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 254516477 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 139827699288360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27148] ppid=27141 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/27143/task/27148/stat : 27148 (java) S 27141 27143 22409 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 254516477 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 139827698235816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27149] ppid=27141 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/27143/task/27149/stat : 27149 (java) S 27141 27143 22409 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 254516477 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 139827697183272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27150] ppid=27141 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/27143/task/27150/stat : 27150 (java) S 27141 27143 22409 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 22 0 254516477 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 139827696130728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27151] ppid=27141 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/27143/task/27151/stat : 27151 (java) S 27141 27143 22409 0 -1 4202560 29 0 0 0 5 1 0 0 20 0 22 0 254516477 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 139827695078184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27152] ppid=27141 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/27143/task/27152/stat : 27152 (java) S 27141 27143 22409 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 254516477 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 139827576040360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27153] ppid=27141 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/27143/task/27153/stat : 27153 (java) S 27141 27143 22409 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 254516477 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 139827574987816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27154] ppid=27141 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/27143/task/27154/stat : 27154 (java) S 27141 27143 22409 0 -1 4202560 263 0 0 0 26 0 0 0 20 0 22 0 254516479 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 139827562788968 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27155] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27155/stat : 27155 (java) S 27141 27143 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254516479 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 139827561735288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27156] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27156/stat : 27156 (java) S 27141 27143 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516479 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 139827560682632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27157] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27157/stat : 27157 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516481 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 139826821065232 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27158] ppid=27141 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/27143/task/27158/stat : 27158 (java) S 27141 27143 22409 0 -1 4202560 13166 0 0 0 120 3 0 0 20 0 22 0 254516481 10060460032 98997 33554432000 1073741824 1073778376 140735737562416 139826820012600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/27143/statm: 2456167 934194 2287 9 0 2446860 0
[pid=27143/tid=27145] ppid=27141 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/27143/task/27145/stat : 27145 (java) S 27141 27143 22409 0 -1 4202560 2536 0 1 0 41 3 0 0 20 0 22 0 254516476 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139827738850296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27146] ppid=27141 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/27143/task/27146/stat : 27146 (java) S 27141 27143 22409 0 -1 4202560 506 0 0 0 252 9 0 0 20 0 22 0 254516477 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139827700340904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27147] ppid=27141 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/27143/task/27147/stat : 27147 (java) S 27141 27143 22409 0 -1 4202560 767 0 0 0 237 8 0 0 20 0 22 0 254516477 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139827699288360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27148] ppid=27141 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/27143/task/27148/stat : 27148 (java) S 27141 27143 22409 0 -1 4202560 409 0 0 0 237 7 0 0 20 0 22 0 254516477 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139827698235816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27149] ppid=27141 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/27143/task/27149/stat : 27149 (java) S 27141 27143 22409 0 -1 4202560 709 0 0 0 248 9 0 0 20 0 22 0 254516477 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139827697183272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27150] ppid=27141 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/27143/task/27150/stat : 27150 (java) S 27141 27143 22409 0 -1 4202560 744 0 0 0 246 8 0 0 20 0 22 0 254516477 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139827696130728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27151] ppid=27141 vsize=9824668 CPUtime=2.5 cores=1,3,5,7
/proc/27143/task/27151/stat : 27151 (java) S 27141 27143 22409 0 -1 4202560 734 0 0 0 241 9 0 0 20 0 22 0 254516477 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139827695078184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27152] ppid=27141 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/27143/task/27152/stat : 27152 (java) S 27141 27143 22409 0 -1 4202560 422 0 0 0 252 8 0 0 20 0 22 0 254516477 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139827576040360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27153] ppid=27141 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/27143/task/27153/stat : 27153 (java) S 27141 27143 22409 0 -1 4202560 493 0 0 0 237 7 0 0 20 0 22 0 254516477 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139827574987816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27154] ppid=27141 vsize=9824668 CPUtime=59.85 cores=1,3,5,7
/proc/27143/task/27154/stat : 27154 (java) S 27141 27143 22409 0 -1 4202560 3971 0 0 0 5965 20 0 0 20 0 22 0 254516479 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139827562788968 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27155] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27155/stat : 27155 (java) S 27141 27143 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254516479 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139827561735288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27156] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27156/stat : 27156 (java) S 27141 27143 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516479 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139827560682632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27157] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27157/stat : 27157 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516481 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139826821065232 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27158] ppid=27141 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/27143/task/27158/stat : 27158 (java) S 27141 27143 22409 0 -1 4202560 13220 0 0 0 149 3 0 0 20 0 22 0 254516481 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139826820012600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27159] ppid=27141 vsize=9824668 CPUtime=1.85 cores=1,3,5,7
/proc/27143/task/27159/stat : 27159 (java) S 27141 27143 22409 0 -1 4202560 13717 0 0 0 183 2 0 0 20 0 22 0 254516481 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139826818960056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27160] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27160/stat : 27160 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516481 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139826817907704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27161] ppid=27141 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/27143/task/27161/stat : 27161 (java) S 27141 27143 22409 0 -1 4202560 51 0 0 0 16 23 0 0 20 0 22 0 254516481 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139826816855368 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27162] ppid=27141 vsize=9824668 CPUtime=814.25 cores=1,3,5,7
/proc/27143/task/27162/stat : 27162 (java) R 27141 27143 22409 0 -1 4202560 116 0 0 0 81411 14 0 0 20 0 22 0 254516519 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139826815798384 139827576780701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27163] ppid=27141 vsize=9824668 CPUtime=814.14 cores=1,3,5,7
/proc/27143/task/27163/stat : 27163 (java) R 27141 27143 22409 0 -1 4202560 1227 0 0 0 81367 47 0 0 20 0 22 0 254516519 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139826814744944 139827576840520 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27164] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27164/stat : 27164 (java) S 27141 27143 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254516521 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139826813695016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27165] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27165/stat : 27165 (java) S 27141 27143 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516521 10060460032 934194 33554432000 1073741824 1073778376 140735737562416 139826812642472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1716.81
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.501 s]
/proc/loadavg: 3.98 3.91 3.81 5/220 27237
/proc/meminfo: memFree=20743876/32873648 swapFree=6336/6336
[pid=27143] ppid=27141 vsize=9824668 CPUtime=1800.03 cores=1,3,5,7
/proc/27143/stat : 27143 (java) S 27141 27143 22409 0 -1 4202496 40951 0 1 0 179853 150 0 0 20 0 22 0 254516475 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 140735737553552 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27143/statm: 2456167 950242 2287 9 0 2446860 0
[pid=27143/tid=27145] ppid=27141 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/27143/task/27145/stat : 27145 (java) S 27141 27143 22409 0 -1 4202560 2538 0 1 0 41 4 0 0 20 0 22 0 254516476 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827738850296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27146] ppid=27141 vsize=9824668 CPUtime=2.73 cores=1,3,5,7
/proc/27143/task/27146/stat : 27146 (java) S 27141 27143 22409 0 -1 4202560 506 0 0 0 264 9 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827700340904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27147] ppid=27141 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/27143/task/27147/stat : 27147 (java) S 27141 27143 22409 0 -1 4202560 807 0 0 0 252 8 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827699288360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27148] ppid=27141 vsize=9824668 CPUtime=2.56 cores=1,3,5,7
/proc/27143/task/27148/stat : 27148 (java) S 27141 27143 22409 0 -1 4202560 409 0 0 0 249 7 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827698235816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27149] ppid=27141 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/27143/task/27149/stat : 27149 (java) S 27141 27143 22409 0 -1 4202560 720 0 0 0 260 9 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827697183272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27150] ppid=27141 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/27143/task/27150/stat : 27150 (java) S 27141 27143 22409 0 -1 4202560 744 0 0 0 254 8 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827696130728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27151] ppid=27141 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/27143/task/27151/stat : 27151 (java) S 27141 27143 22409 0 -1 4202560 738 0 0 0 253 9 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827695078184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27152] ppid=27141 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/27143/task/27152/stat : 27152 (java) S 27141 27143 22409 0 -1 4202560 422 0 0 0 261 8 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827576040360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27153] ppid=27141 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/27143/task/27153/stat : 27153 (java) S 27141 27143 22409 0 -1 4202560 493 0 0 0 248 7 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827574987816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27154] ppid=27141 vsize=9824668 CPUtime=63.45 cores=1,3,5,7
/proc/27143/task/27154/stat : 27154 (java) S 27141 27143 22409 0 -1 4202560 4051 0 0 0 6325 20 0 0 20 0 22 0 254516479 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827562788968 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27155] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27155/stat : 27155 (java) S 27141 27143 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254516479 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827561735288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27156] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27156/stat : 27156 (java) S 27141 27143 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516479 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827560682632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27157] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27157/stat : 27157 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516481 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826821065232 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27158] ppid=27141 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/27143/task/27158/stat : 27158 (java) S 27141 27143 22409 0 -1 4202560 13220 0 0 0 149 3 0 0 20 0 22 0 254516481 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826820012600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27159] ppid=27141 vsize=9824668 CPUtime=1.85 cores=1,3,5,7
/proc/27143/task/27159/stat : 27159 (java) S 27141 27143 22409 0 -1 4202560 13717 0 0 0 183 2 0 0 20 0 22 0 254516481 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826818960056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27160] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27160/stat : 27160 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516481 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826817907704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27161] ppid=27141 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/27143/task/27161/stat : 27161 (java) S 27141 27143 22409 0 -1 4202560 53 0 0 0 17 24 0 0 20 0 22 0 254516481 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826816855368 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27162] ppid=27141 vsize=9824668 CPUtime=853.52 cores=1,3,5,7
/proc/27143/task/27162/stat : 27162 (java) R 27141 27143 22409 0 -1 4202560 117 0 0 0 85338 14 0 0 20 0 22 0 254516519 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826815799392 139827576734665 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27163] ppid=27141 vsize=9824668 CPUtime=853.39 cores=1,3,5,7
/proc/27143/task/27163/stat : 27163 (java) R 27141 27143 22409 0 -1 4202560 1228 0 0 0 85292 47 0 0 20 0 22 0 254516519 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826814744592 139827577282729 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27164] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27164/stat : 27164 (java) S 27141 27143 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254516521 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826813695016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27165] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27165/stat : 27165 (java) S 27141 27143 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516521 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826812642472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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+925.501 s]
/proc/loadavg: 3.98 3.91 3.81 5/220 27237
/proc/meminfo: memFree=20743876/32873648 swapFree=6336/6336
[pid=27143] ppid=27141 vsize=9824668 CPUtime=1800.03 cores=1,3,5,7
/proc/27143/stat : 27143 (java) S 27141 27143 22409 0 -1 4202496 40951 0 1 0 179853 150 0 0 20 0 22 0 254516475 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 140735737553552 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27143/statm: 2456167 950242 2287 9 0 2446860 0
[pid=27143/tid=27145] ppid=27141 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/27143/task/27145/stat : 27145 (java) S 27141 27143 22409 0 -1 4202560 2538 0 1 0 41 4 0 0 20 0 22 0 254516476 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827738850296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27146] ppid=27141 vsize=9824668 CPUtime=2.73 cores=1,3,5,7
/proc/27143/task/27146/stat : 27146 (java) S 27141 27143 22409 0 -1 4202560 506 0 0 0 264 9 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827700340904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27147] ppid=27141 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/27143/task/27147/stat : 27147 (java) S 27141 27143 22409 0 -1 4202560 807 0 0 0 252 8 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827699288360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27148] ppid=27141 vsize=9824668 CPUtime=2.56 cores=1,3,5,7
/proc/27143/task/27148/stat : 27148 (java) S 27141 27143 22409 0 -1 4202560 409 0 0 0 249 7 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827698235816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27149] ppid=27141 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/27143/task/27149/stat : 27149 (java) S 27141 27143 22409 0 -1 4202560 720 0 0 0 260 9 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827697183272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27150] ppid=27141 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/27143/task/27150/stat : 27150 (java) S 27141 27143 22409 0 -1 4202560 744 0 0 0 254 8 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827696130728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27151] ppid=27141 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/27143/task/27151/stat : 27151 (java) S 27141 27143 22409 0 -1 4202560 738 0 0 0 253 9 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827695078184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27152] ppid=27141 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/27143/task/27152/stat : 27152 (java) S 27141 27143 22409 0 -1 4202560 422 0 0 0 261 8 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827576040360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27153] ppid=27141 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/27143/task/27153/stat : 27153 (java) S 27141 27143 22409 0 -1 4202560 493 0 0 0 248 7 0 0 20 0 22 0 254516477 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827574987816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27154] ppid=27141 vsize=9824668 CPUtime=63.45 cores=1,3,5,7
/proc/27143/task/27154/stat : 27154 (java) S 27141 27143 22409 0 -1 4202560 4051 0 0 0 6325 20 0 0 20 0 22 0 254516479 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827562788968 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27155] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27155/stat : 27155 (java) S 27141 27143 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254516479 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827561735288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27156] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27156/stat : 27156 (java) S 27141 27143 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516479 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139827560682632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27157] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27157/stat : 27157 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516481 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826821065232 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27143/tid=27158] ppid=27141 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/27143/task/27158/stat : 27158 (java) S 27141 27143 22409 0 -1 4202560 13220 0 0 0 149 3 0 0 20 0 22 0 254516481 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826820012600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27159] ppid=27141 vsize=9824668 CPUtime=1.85 cores=1,3,5,7
/proc/27143/task/27159/stat : 27159 (java) S 27141 27143 22409 0 -1 4202560 13717 0 0 0 183 2 0 0 20 0 22 0 254516481 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826818960056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27160] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27160/stat : 27160 (java) S 27141 27143 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254516481 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826817907704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27143/tid=27161] ppid=27141 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/27143/task/27161/stat : 27161 (java) S 27141 27143 22409 0 -1 4202560 53 0 0 0 17 24 0 0 20 0 22 0 254516481 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826816855368 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27162] ppid=27141 vsize=9824668 CPUtime=853.52 cores=1,3,5,7
/proc/27143/task/27162/stat : 27162 (java) R 27141 27143 22409 0 -1 4202560 117 0 0 0 85338 14 0 0 20 0 22 0 254516519 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826815799392 139827576734665 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27163] ppid=27141 vsize=9824668 CPUtime=853.39 cores=1,3,5,7
/proc/27143/task/27163/stat : 27163 (java) R 27141 27143 22409 0 -1 4202560 1228 0 0 0 85292 47 0 0 20 0 22 0 254516519 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826814744592 139827577282729 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27143/tid=27164] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27164/stat : 27164 (java) S 27141 27143 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254516521 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826813695016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27143/tid=27165] ppid=27141 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27143/task/27165/stat : 27165 (java) S 27141 27143 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254516521 10060460032 950242 33554432000 1073741824 1073778376 140735737562416 139826812642472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 925.56
CPU time (s): 1800.03
CPU user time (s): 1798.53
CPU system time (s): 1.5
CPU usage (%): 194.48
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 1.9617
maximum resident set size= 3801088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40983
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25267
involuntary context switches= 35365

runsolver used 3.2905 second user time and 8.86465 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-24 20:24:52
IDJOB=3689640
IDBENCH=90136
IDSOLVER=2268
FILE ID=node112/3689640-1337883892
RUNJOBID= node112-1337871881-22426
PBS_JOBID= 14620092
Free space on /tmp= 70940 MiB

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

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

MD5SUM BENCH= 87eecd69bf3cf4e36ad8fc8a9d8af53d
RANDOM SEED=1538984334

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:        22937100 kB
Buffers:          202656 kB
Cached:          4461516 kB
SwapCached:            0 kB
Active:          5736516 kB
Inactive:        3407408 kB
Active(anon):    4482584 kB
Inactive(anon):        0 kB
Active(file):    1253932 kB
Inactive(file):  3407408 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               776 kB
Writeback:             0 kB
AnonPages:       4486384 kB
Mapped:            22468 kB
Shmem:               200 kB
Slab:             647716 kB
SReclaimable:      91796 kB
SUnreclaim:       555920 kB
KernelStack:        1576 kB
PageTables:        12932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    5177172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4380672 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= 71700 MiB
End job on node112 at 2012-05-24 20:40:20