Trace number 3689765

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 NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.02 1796.56

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
MD5SUMf98241fe158e95fe184473fa73acbc2e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1296
Best CPU time to get the best result obtained on this benchmark285.746
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 898854
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 898854
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3689765-1337893287.opb
0.07/0.13	c reading problem ... 
1.69/0.92	c ... done. Wall clock time 0.794s.
1.69/0.92	c declared #vars     40451
1.69/0.92	c #constraints  40949
1.69/0.92	c constraints type 
1.69/0.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.69/0.92	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.69/0.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.69/0.92	c ignored satisfied constraints => 1
1.69/0.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.69/0.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.69/0.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.69/0.92	c 40950 constraints processed.
1.69/0.92	c objective function length is 28908 literals
7.22/5.85	c cleaning 2480 clauses out of 4996 with flag 5001/5001
12.40/10.87	c cleaning 4255 clauses out of 8517 with flag 11002/11002
17.60/16.04	c cleaning 5597 clauses out of 11257 with flag 18000/18000
23.33/21.76	c cleaning 6830 clauses out of 13661 with flag 26001/26001
29.78/28.14	c cleaning 7903 clauses out of 15830 with flag 35000/35000
36.79/35.20	c cleaning 8951 clauses out of 17929 with flag 45002/45002
44.99/43.36	c cleaning 9985 clauses out of 19980 with flag 56004/56004
53.50/51.82	c cleaning 10993 clauses out of 21993 with flag 68002/68002
63.43/61.72	c cleaning 11997 clauses out of 23999 with flag 81001/81001
73.95/72.28	c cleaning 12994 clauses out of 26001 with flag 95000/95000
84.50/82.78	c cleaning 13996 clauses out of 28009 with flag 110002/110002
96.12/94.32	c cleaning 15000 clauses out of 30015 with flag 126004/126004
108.82/107.00	c cleaning 16003 clauses out of 32011 with flag 143000/143000
122.36/120.50	c cleaning 17002 clauses out of 34008 with flag 161000/161000
137.46/135.63	c cleaning 17998 clauses out of 36007 with flag 180001/180001
153.40/151.60	c cleaning 18998 clauses out of 38010 with flag 200002/200002
168.41/166.53	c cleaning 20001 clauses out of 40012 with flag 221002/221002
185.56/183.63	c cleaning 21002 clauses out of 42009 with flag 243000/243000
205.06/203.13	c cleaning 22003 clauses out of 44009 with flag 266002/266002
224.67/222.72	c cleaning 23002 clauses out of 46004 with flag 290000/290000
245.40/243.41	c cleaning 23998 clauses out of 48002 with flag 315000/315000
269.14/267.18	c cleaning 24999 clauses out of 50005 with flag 341001/341001
292.08/290.02	c cleaning 26000 clauses out of 52006 with flag 368001/368001
315.61/313.59	c cleaning 26999 clauses out of 54005 with flag 396000/396000
340.73/338.69	c cleaning 28002 clauses out of 56007 with flag 425001/425001
365.23/363.18	c cleaning 28997 clauses out of 58004 with flag 455000/455000
391.46/389.35	c cleaning 30000 clauses out of 60011 with flag 486004/486004
418.01/415.87	c cleaning 30999 clauses out of 62012 with flag 518005/518005
443.54/441.34	c cleaning 31993 clauses out of 64009 with flag 551001/551001
469.54/467.37	c cleaning 33002 clauses out of 66015 with flag 585000/585000
496.38/494.15	c cleaning 33987 clauses out of 68016 with flag 620003/620003
523.40/521.15	c cleaning 35008 clauses out of 70026 with flag 656000/656000
551.31/549.00	c cleaning 36009 clauses out of 72018 with flag 693000/693000
579.73/577.42	c cleaning 36999 clauses out of 74010 with flag 731001/731001
614.56/612.27	c cleaning 38001 clauses out of 76010 with flag 770000/770000
649.19/646.81	c cleaning 38986 clauses out of 78009 with flag 810000/810000
681.50/679.10	c cleaning 40009 clauses out of 80025 with flag 851002/851002
714.62/712.24	c cleaning 41002 clauses out of 82015 with flag 893001/893001
745.04/742.69	c cleaning 42004 clauses out of 84012 with flag 936000/936000
775.85/773.42	c cleaning 42996 clauses out of 86010 with flag 980002/980002
809.28/806.84	c cleaning 43996 clauses out of 88012 with flag 1025000/1025000
841.12/838.66	c cleaning 44996 clauses out of 90017 with flag 1071001/1071001
872.54/870.07	c cleaning 46003 clauses out of 92020 with flag 1118000/1118000
904.58/902.04	c cleaning 47006 clauses out of 94021 with flag 1166004/1166004
937.93/935.38	c cleaning 48005 clauses out of 96013 with flag 1215002/1215002
972.36/969.73	c cleaning 49003 clauses out of 98007 with flag 1265001/1265001
1007.79/1005.14	c cleaning 49992 clauses out of 100003 with flag 1316000/1316000
1045.67/1042.99	c cleaning 50999 clauses out of 102012 with flag 1368001/1368001
1089.61/1086.80	c cleaning 52004 clauses out of 104012 with flag 1421000/1421000
1134.66/1131.81	c cleaning 53001 clauses out of 106008 with flag 1475000/1475000
1179.89/1177.08	c cleaning 53998 clauses out of 108010 with flag 1530003/1530003
1226.86/1223.92	c cleaning 54997 clauses out of 110009 with flag 1586000/1586000
1273.32/1270.38	c cleaning 55995 clauses out of 112012 with flag 1643000/1643000
1320.26/1317.26	c cleaning 57005 clauses out of 114017 with flag 1701000/1701000
1367.58/1364.55	c cleaning 58000 clauses out of 116013 with flag 1760001/1760001
1415.71/1412.60	c cleaning 59001 clauses out of 118012 with flag 1820000/1820000
1464.72/1461.62	c cleaning 60002 clauses out of 120011 with flag 1881000/1881000
1515.46/1512.31	c cleaning 60996 clauses out of 122010 with flag 1943001/1943001
1567.29/1564.17	c cleaning 62001 clauses out of 124014 with flag 2006001/2006001
1620.34/1617.16	c cleaning 62985 clauses out of 126012 with flag 2070000/2070000
1675.99/1672.71	c cleaning 63992 clauses out of 128027 with flag 2135000/2135000
1731.87/1728.53	c cleaning 65010 clauses out of 130036 with flag 2201001/2201001
1781.03/1777.61	c cleaning 66004 clauses out of 132025 with flag 2268000/2268000
1800.02/1796.51	c starts		: 229
1800.02/1796.51	c conflicts		: 2293421
1800.02/1796.51	c decisions		: 3864923
1800.02/1796.51	c propagations		: 3348924076
1800.02/1796.51	c inspects		: 3091355041
1800.02/1796.51	c shortcuts		: 0
1800.02/1796.51	c learnt literals	: 8
1800.02/1796.51	c learnt binary clauses	: 2306
1800.02/1796.51	c learnt ternary clauses	: 1175
1800.02/1796.51	c learnt constraints	: 2293413
1800.02/1796.51	c ignored constraints	: 0
1800.02/1796.51	c root simplifications	: 0
1800.02/1796.51	c removed literals (reason simplification)	: 0
1800.02/1796.51	c reason swapping (by a shorter reason)	: 0
1800.02/1796.51	c Calls to reduceDB	: 63
1800.02/1796.51	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.51	c number of learned constraints concerned by reduction	: 0
1800.02/1796.51	c number of learning phase by resolution	: 0
1800.02/1796.51	c number of learning phase by cutting planes	: 0
1800.02/1796.51	c speed (assignments/second)	: 1865160.263122133
1800.02/1796.51	c non guided choices	0
1800.02/1796.54	c learnt constraints type 
1800.02/1796.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2306
1800.02/1796.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89173
1800.02/1796.54	c constraints type 
1800.02/1796.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1800.02/1796.54	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.02/1796.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1800.02/1796.54	c ignored satisfied constraints => 1
1800.02/1796.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1800.02/1796.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.02/1796.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.02/1796.54	c 40950 constraints processed.
1800.02/1796.54	s UNKNOWN
1800.02/1796.54	c Total wall clock time (in seconds): 1796.415

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-3689765-1337893287/watcher-3689765-1337893287 -o /tmp/evaluation-result-3689765-1337893287/solver-3689765-1337893287 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689765-1337893287.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: 2.00 2.03 2.03 2/195 16665
/proc/meminfo: memFree=28235188/32873844 swapFree=7104/7104
[pid=16665] ppid=16663 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/16665/stat : 16665 (java) D 16663 16665 14581 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 255453575 2560000 46 33554432000 1073741824 1073778376 140733205036736 140733205033864 233211784487 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/16665/statm: 625 46 37 9 0 29 0

[startup+0.084158 s]
/proc/loadavg: 2.00 2.03 2.03 2/195 16665
/proc/meminfo: memFree=28235188/32873844 swapFree=7104/7104
[pid=16665] ppid=16663 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/16665/stat : 16665 (java) S 16663 16665 14581 0 -1 4202496 3208 0 1 0 4 1 0 0 20 0 18 0 255453575 9787813888 4416 33554432000 1073741824 1073778376 140733337857872 140733337849008 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16665/statm: 2389603 4416 1758 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100344 s]
/proc/loadavg: 2.00 2.03 2.03 2/195 16665
/proc/meminfo: memFree=28235188/32873844 swapFree=7104/7104
[pid=16665] ppid=16663 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/16665/stat : 16665 (java) S 16663 16665 14581 0 -1 4202496 3411 0 1 0 6 1 0 0 20 0 18 0 255453575 9787813888 4619 33554432000 1073741824 1073778376 140733337857872 140733337849008 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16665/statm: 2389603 4619 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300302 s]
/proc/loadavg: 2.00 2.03 2.03 2/195 16665
/proc/meminfo: memFree=28235188/32873844 swapFree=7104/7104
[pid=16665] ppid=16663 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/16665/stat : 16665 (java) S 16663 16665 14581 0 -1 4202496 6062 0 1 0 46 2 0 0 20 0 18 0 255453575 9787813888 10911 33554432000 1073741824 1073778376 140733337857872 140733337849008 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16665/statm: 2389603 10911 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700229 s]
/proc/loadavg: 2.00 2.03 2.03 2/195 16665
/proc/meminfo: memFree=28235188/32873844 swapFree=7104/7104
[pid=16665] ppid=16663 vsize=9558412 CPUtime=1.31 cores=1,3,5,7
/proc/16665/stat : 16665 (java) S 16663 16665 14581 0 -1 4202496 11348 0 1 0 124 7 0 0 20 0 18 0 255453575 9787813888 46384 33554432000 1073741824 1073778376 140733337857872 140733337849008 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16665/statm: 2389603 46384 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558412

[startup+1.50082 s]
/proc/loadavg: 1.92 2.02 2.03 5/214 16684
/proc/meminfo: memFree=28058316/32873844 swapFree=7104/7104
[pid=16665] ppid=16663 vsize=9624976 CPUtime=2.86 cores=1,3,5,7
/proc/16665/stat : 16665 (java) S 16663 16665 14581 0 -1 4202496 14047 0 1 0 278 8 0 0 20 0 19 0 255453575 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140733337849008 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16665/statm: 2406244 46337 2264 9 0 2396937 0
[pid=16665/tid=16667] ppid=16663 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/16665/task/16667/stat : 16667 (java) R 16663 16665 14581 0 -1 4202560 2519 0 1 0 139 3 0 0 20 0 19 0 255453577 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280696963368 140280561806663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16668] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16668/stat : 16668 (java) S 16663 16665 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255453578 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280686033832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16669] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16669/stat : 16669 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453578 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280684981288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16670] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16670/stat : 16670 (java) S 16663 16665 14581 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255453578 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280683928232 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16671] ppid=16663 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/16665/task/16671/stat : 16671 (java) S 16663 16665 14581 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 255453578 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280682875688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16672] ppid=16663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/16665/task/16672/stat : 16672 (java) S 16663 16665 14581 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 255453578 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280681822632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16673] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16673/stat : 16673 (java) S 16663 16665 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255453578 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280680770088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16674] ppid=16663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/16665/task/16674/stat : 16674 (java) S 16663 16665 14581 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 255453578 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280679717032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16675] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16675/stat : 16675 (java) S 16663 16665 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255453578 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280533301544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16676] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16676/stat : 16676 (java) S 16663 16665 14581 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 255453580 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280521104232 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16677] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16677/stat : 16677 (java) S 16663 16665 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255453580 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280520050552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16678] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16678/stat : 16678 (java) S 16663 16665 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255453580 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280518997384 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16679] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16679/stat : 16679 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280517946128 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16680] ppid=16663 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/16665/task/16680/stat : 16680 (java) S 16663 16665 14581 0 -1 4202560 3905 0 0 0 56 0 0 0 20 0 19 0 255453583 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280516892984 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16681] ppid=16663 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/16665/task/16681/stat : 16681 (java) S 16663 16665 14581 0 -1 4202560 6295 0 0 0 69 0 0 0 20 0 19 0 255453583 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280515840440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16682] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16682/stat : 16682 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280514787576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16683] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16683/stat : 16683 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280513735240 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16684] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16684/stat : 16684 (java) S 16663 16665 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255453675 9855975424 46337 33554432000 1073741824 1073778376 140733337857872 140280512681512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 9624976

[startup+3.10083 s]
/proc/loadavg: 1.92 2.02 2.03 3/214 16684
/proc/meminfo: memFree=28058060/32873844 swapFree=7104/7104
[pid=16665] ppid=16663 vsize=9624976 CPUtime=4.5 cores=1,3,5,7
/proc/16665/stat : 16665 (java) S 16663 16665 14581 0 -1 4202496 14050 0 1 0 442 8 0 0 20 0 19 0 255453575 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140733337849008 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16665/statm: 2406244 46339 2265 9 0 2396937 0
[pid=16665/tid=16667] ppid=16663 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/16665/task/16667/stat : 16667 (java) R 16663 16665 14581 0 -1 4202560 2520 0 1 0 298 3 0 0 20 0 19 0 255453577 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280696969680 140280561900008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16668] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16668/stat : 16668 (java) S 16663 16665 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255453578 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280686033832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16669] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16669/stat : 16669 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453578 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280684981288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16670] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16670/stat : 16670 (java) S 16663 16665 14581 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255453578 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280683928232 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16671] ppid=16663 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/16665/task/16671/stat : 16671 (java) S 16663 16665 14581 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 255453578 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280682875688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16672] ppid=16663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/16665/task/16672/stat : 16672 (java) S 16663 16665 14581 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 255453578 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280681822632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16673] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16673/stat : 16673 (java) S 16663 16665 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255453578 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280680770088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16674] ppid=16663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/16665/task/16674/stat : 16674 (java) S 16663 16665 14581 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 255453578 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280679717032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16675] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16675/stat : 16675 (java) S 16663 16665 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255453578 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280533301544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16676] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16676/stat : 16676 (java) S 16663 16665 14581 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255453580 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280521104232 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16677] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16677/stat : 16677 (java) S 16663 16665 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255453580 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280520050552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16678] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16678/stat : 16678 (java) S 16663 16665 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255453580 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280518997384 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16679] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16679/stat : 16679 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280517946128 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16680] ppid=16663 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/16665/task/16680/stat : 16680 (java) S 16663 16665 14581 0 -1 4202560 3905 0 0 0 59 0 0 0 20 0 19 0 255453583 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280516892984 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16681] ppid=16663 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/16665/task/16681/stat : 16681 (java) S 16663 16665 14581 0 -1 4202560 6296 0 0 0 70 0 0 0 20 0 19 0 255453583 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280515840440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16682] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16682/stat : 16682 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280514787576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16683] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16683/stat : 16683 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280513735240 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16684] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16684/stat : 16684 (java) S 16663 16665 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255453675 9855975424 46339 33554432000 1073741824 1073778376 140733337857872 140280512681512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9624976

[startup+6.3007 s]
/proc/loadavg: 1.93 2.02 2.03 3/214 16684
/proc/meminfo: memFree=28059300/32873844 swapFree=7104/7104
[pid=16665] ppid=16663 vsize=9624976 CPUtime=7.86 cores=1,3,5,7
/proc/16665/stat : 16665 (java) S 16663 16665 14581 0 -1 4202496 14155 0 1 0 774 12 0 0 20 0 19 0 255453575 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140733337849008 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16665/statm: 2406244 57763 2281 9 0 2396937 0
[pid=16665/tid=16667] ppid=16663 vsize=9624976 CPUtime=6.08 cores=1,3,5,7
/proc/16665/task/16667/stat : 16667 (java) R 16663 16665 14581 0 -1 4202560 2521 0 1 0 605 3 0 0 20 0 19 0 255453577 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280696971552 140280561744207 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16668] ppid=16663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/16665/task/16668/stat : 16668 (java) S 16663 16665 14581 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 255453578 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280686033832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16669] ppid=16663 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/16665/task/16669/stat : 16669 (java) S 16663 16665 14581 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 255453578 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280684981288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16670] ppid=16663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/16665/task/16670/stat : 16670 (java) S 16663 16665 14581 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 255453578 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280683928232 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16671] ppid=16663 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/16665/task/16671/stat : 16671 (java) S 16663 16665 14581 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 19 0 255453578 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280682875688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16672] ppid=16663 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/16665/task/16672/stat : 16672 (java) S 16663 16665 14581 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 19 0 255453578 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280681822632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16673] ppid=16663 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/16665/task/16673/stat : 16673 (java) S 16663 16665 14581 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 255453578 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280680770088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16674] ppid=16663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/16665/task/16674/stat : 16674 (java) S 16663 16665 14581 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 255453578 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280679717032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16675] ppid=16663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/16665/task/16675/stat : 16675 (java) S 16663 16665 14581 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 255453578 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280533301544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16676] ppid=16663 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/16665/task/16676/stat : 16676 (java) S 16663 16665 14581 0 -1 4202560 94 0 0 0 7 0 0 0 20 0 19 0 255453580 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280521104232 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16677] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16677/stat : 16677 (java) S 16663 16665 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255453580 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280520050552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16678] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16678/stat : 16678 (java) S 16663 16665 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255453580 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280518997384 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16679] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16679/stat : 16679 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280517946128 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16680] ppid=16663 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/16665/task/16680/stat : 16680 (java) S 16663 16665 14581 0 -1 4202560 3915 0 0 0 64 0 0 0 20 0 19 0 255453583 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280516892984 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16681] ppid=16663 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/16665/task/16681/stat : 16681 (java) S 16663 16665 14581 0 -1 4202560 6310 0 0 0 72 0 0 0 20 0 19 0 255453583 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280515840440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16682] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16682/stat : 16682 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280514787576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16683] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16683/stat : 16683 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280513735240 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16684] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16684/stat : 16684 (java) S 16663 16665 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255453675 9855975424 57763 33554432000 1073741824 1073778376 140733337857872 140280512681512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=16665/tid=16680] ppid=16663 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/16665/task/16680/stat : 16680 (java) S 16663 16665 14581 0 -1 4202560 3918 0 0 0 71 0 0 0 20 0 19 0 255453583 9855975424 86576 33554432000 1073741824 1073778376 140733337857872 140280516892984 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16681] ppid=16663 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/16665/task/16681/stat : 16681 (java) S 16663 16665 14581 0 -1 4202560 6320 0 0 0 75 0 0 0 20 0 19 0 255453583 9855975424 86576 33554432000 1073741824 1073778376 140733337857872 140280515840440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16682] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16682/stat : 16682 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 86576 33554432000 1073741824 1073778376 140733337857872 140280514787576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16683] ppid=16663 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/16665/task/16683/stat : 16683 (java) S 16663 16665 14581 0 -1 4202560 99 0 0 0 23 13 0 0 20 0 19 0 255453583 9855975424 86576 33554432000 1073741824 1073778376 140733337857872 140280513735240 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16684] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16684/stat : 16684 (java) S 16663 16665 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255453675 9855975424 86576 33554432000 1073741824 1073778376 140733337857872 140280512681512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.67
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.37 2.11 2.04 3/213 16758
/proc/meminfo: memFree=21395512/32873844 swapFree=7104/7104
[pid=16665] ppid=16663 vsize=9624976 CPUtime=1785.81 cores=1,3,5,7
/proc/16665/stat : 16665 (java) S 16663 16665 14581 0 -1 4202496 15351 0 1 0 178547 34 0 0 20 0 19 0 255453575 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140733337849008 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16665/statm: 2406244 91187 2282 9 0 2396937 0
[pid=16665/tid=16667] ppid=16663 vsize=9624976 CPUtime=1771.18 cores=1,3,5,7
/proc/16665/task/16667/stat : 16667 (java) R 16663 16665 14581 0 -1 4202560 2582 0 1 0 177089 29 0 0 20 0 19 0 255453577 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280696971552 140280561806632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16668] ppid=16663 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/16665/task/16668/stat : 16668 (java) S 16663 16665 14581 0 -1 4202560 184 0 0 0 31 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280686033832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16669] ppid=16663 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/16665/task/16669/stat : 16669 (java) S 16663 16665 14581 0 -1 4202560 252 0 0 0 35 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280684981288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16670] ppid=16663 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/16665/task/16670/stat : 16670 (java) S 16663 16665 14581 0 -1 4202560 117 0 0 0 33 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280683928232 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16671] ppid=16663 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/16665/task/16671/stat : 16671 (java) S 16663 16665 14581 0 -1 4202560 136 0 0 0 33 3 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280682875688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16672] ppid=16663 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/16665/task/16672/stat : 16672 (java) S 16663 16665 14581 0 -1 4202560 117 0 0 0 34 3 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280681822632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16673] ppid=16663 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/16665/task/16673/stat : 16673 (java) S 16663 16665 14581 0 -1 4202560 96 0 0 0 36 4 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280680770088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16674] ppid=16663 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/16665/task/16674/stat : 16674 (java) S 16663 16665 14581 0 -1 4202560 76 0 0 0 35 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280679717032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16675] ppid=16663 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/16665/task/16675/stat : 16675 (java) S 16663 16665 14581 0 -1 4202560 44 0 0 0 32 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280533301544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16676] ppid=16663 vsize=9624976 CPUtime=5.66 cores=1,3,5,7
/proc/16665/task/16676/stat : 16676 (java) S 16663 16665 14581 0 -1 4202560 222 0 0 0 564 2 0 0 20 0 19 0 255453580 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280521104232 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16677] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16677/stat : 16677 (java) S 16663 16665 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255453580 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280520050552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16678] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16678/stat : 16678 (java) S 16663 16665 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255453580 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280518997384 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16679] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16679/stat : 16679 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280517946128 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16680] ppid=16663 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/16665/task/16680/stat : 16680 (java) S 16663 16665 14581 0 -1 4202560 3922 0 0 0 73 0 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280516892984 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16681] ppid=16663 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/16665/task/16681/stat : 16681 (java) S 16663 16665 14581 0 -1 4202560 6320 0 0 0 75 0 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280515840440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16682] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16682/stat : 16682 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280514787576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16683] ppid=16663 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/16665/task/16683/stat : 16683 (java) S 16663 16665 14581 0 -1 4202560 103 0 0 0 23 14 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280513735240 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16684] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16684/stat : 16684 (java) S 16663 16665 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255453675 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280512681512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.81
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.29 2.10 2.03 3/213 16758
/proc/meminfo: memFree=21395512/32873844 swapFree=7104/7104
[pid=16665] ppid=16663 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/16665/stat : 16665 (java) S 16663 16665 14581 0 -1 4202496 15351 0 1 0 179968 34 0 0 20 0 19 0 255453575 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140733337849008 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16665/statm: 2406244 91187 2282 9 0 2396937 0
[pid=16665/tid=16667] ppid=16663 vsize=9624976 CPUtime=1785.35 cores=1,3,5,7
/proc/16665/task/16667/stat : 16667 (java) R 16663 16665 14581 0 -1 4202560 2582 0 1 0 178505 30 0 0 20 0 19 0 255453577 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280696971552 140280561899461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16668] ppid=16663 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/16665/task/16668/stat : 16668 (java) S 16663 16665 14581 0 -1 4202560 184 0 0 0 31 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280686033832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16669] ppid=16663 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/16665/task/16669/stat : 16669 (java) S 16663 16665 14581 0 -1 4202560 252 0 0 0 35 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280684981288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16670] ppid=16663 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/16665/task/16670/stat : 16670 (java) S 16663 16665 14581 0 -1 4202560 117 0 0 0 33 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280683928232 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16671] ppid=16663 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/16665/task/16671/stat : 16671 (java) S 16663 16665 14581 0 -1 4202560 136 0 0 0 33 3 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280682875688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16672] ppid=16663 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/16665/task/16672/stat : 16672 (java) S 16663 16665 14581 0 -1 4202560 117 0 0 0 34 3 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280681822632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16673] ppid=16663 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/16665/task/16673/stat : 16673 (java) S 16663 16665 14581 0 -1 4202560 96 0 0 0 36 4 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280680770088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16674] ppid=16663 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/16665/task/16674/stat : 16674 (java) S 16663 16665 14581 0 -1 4202560 76 0 0 0 35 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280679717032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16675] ppid=16663 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/16665/task/16675/stat : 16675 (java) S 16663 16665 14581 0 -1 4202560 44 0 0 0 32 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280533301544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16676] ppid=16663 vsize=9624976 CPUtime=5.66 cores=1,3,5,7
/proc/16665/task/16676/stat : 16676 (java) S 16663 16665 14581 0 -1 4202560 222 0 0 0 564 2 0 0 20 0 19 0 255453580 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280521104232 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16677] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16677/stat : 16677 (java) S 16663 16665 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255453580 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280520050552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16678] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16678/stat : 16678 (java) S 16663 16665 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255453580 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280518997384 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16679] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16679/stat : 16679 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280517946128 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16680] ppid=16663 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/16665/task/16680/stat : 16680 (java) S 16663 16665 14581 0 -1 4202560 3922 0 0 0 73 0 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280516892984 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16681] ppid=16663 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/16665/task/16681/stat : 16681 (java) S 16663 16665 14581 0 -1 4202560 6320 0 0 0 75 0 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280515840440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16682] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16682/stat : 16682 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280514787576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16683] ppid=16663 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/16665/task/16683/stat : 16683 (java) S 16663 16665 14581 0 -1 4202560 103 0 0 0 23 15 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280513735240 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16684] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16684/stat : 16684 (java) S 16663 16665 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255453675 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280512681512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1796.5 s]
/proc/loadavg: 2.29 2.10 2.03 3/213 16758
/proc/meminfo: memFree=21395512/32873844 swapFree=7104/7104
[pid=16665] ppid=16663 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/16665/stat : 16665 (java) S 16663 16665 14581 0 -1 4202496 15351 0 1 0 179968 34 0 0 20 0 19 0 255453575 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140733337849008 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16665/statm: 2406244 91187 2282 9 0 2396937 0
[pid=16665/tid=16667] ppid=16663 vsize=9624976 CPUtime=1785.35 cores=1,3,5,7
/proc/16665/task/16667/stat : 16667 (java) R 16663 16665 14581 0 -1 4202560 2582 0 1 0 178505 30 0 0 20 0 19 0 255453577 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280696971552 140280561899461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16668] ppid=16663 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/16665/task/16668/stat : 16668 (java) S 16663 16665 14581 0 -1 4202560 184 0 0 0 31 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280686033832 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16669] ppid=16663 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/16665/task/16669/stat : 16669 (java) S 16663 16665 14581 0 -1 4202560 252 0 0 0 35 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280684981288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16670] ppid=16663 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/16665/task/16670/stat : 16670 (java) S 16663 16665 14581 0 -1 4202560 117 0 0 0 33 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280683928232 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16671] ppid=16663 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/16665/task/16671/stat : 16671 (java) S 16663 16665 14581 0 -1 4202560 136 0 0 0 33 3 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280682875688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16672] ppid=16663 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/16665/task/16672/stat : 16672 (java) S 16663 16665 14581 0 -1 4202560 117 0 0 0 34 3 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280681822632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16673] ppid=16663 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/16665/task/16673/stat : 16673 (java) S 16663 16665 14581 0 -1 4202560 96 0 0 0 36 4 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280680770088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16674] ppid=16663 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/16665/task/16674/stat : 16674 (java) S 16663 16665 14581 0 -1 4202560 76 0 0 0 35 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280679717032 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16675] ppid=16663 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/16665/task/16675/stat : 16675 (java) S 16663 16665 14581 0 -1 4202560 44 0 0 0 32 2 0 0 20 0 19 0 255453578 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280533301544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16665/tid=16676] ppid=16663 vsize=9624976 CPUtime=5.66 cores=1,3,5,7
/proc/16665/task/16676/stat : 16676 (java) S 16663 16665 14581 0 -1 4202560 222 0 0 0 564 2 0 0 20 0 19 0 255453580 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280521104232 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16677] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16677/stat : 16677 (java) S 16663 16665 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255453580 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280520050552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16678] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16678/stat : 16678 (java) S 16663 16665 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255453580 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280518997384 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16679] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16679/stat : 16679 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280517946128 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16665/tid=16680] ppid=16663 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/16665/task/16680/stat : 16680 (java) S 16663 16665 14581 0 -1 4202560 3922 0 0 0 73 0 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280516892984 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16665/tid=16681] ppid=16663 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/16665/task/16681/stat : 16681 (java) S 16663 16665 14581 0 -1 4202560 6320 0 0 0 75 0 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280515840440 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16682] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16682/stat : 16682 (java) S 16663 16665 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280514787576 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16683] ppid=16663 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/16665/task/16683/stat : 16683 (java) S 16663 16665 14581 0 -1 4202560 103 0 0 0 23 15 0 0 20 0 19 0 255453583 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280513735240 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16665/tid=16684] ppid=16663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16665/task/16684/stat : 16684 (java) S 16663 16665 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255453675 9855975424 91187 33554432000 1073741824 1073778376 140733337857872 140280512681512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16665 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=309071
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=814876
# CPU time returned by wait4() is 1796.12
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.56
CPU time (s): 1800.02
CPU user time (s): 1799.68
CPU system time (s): 0.34
CPU usage (%): 100.192
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.31
system time used= 0.814876
maximum resident set size= 364872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15384
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39756
involuntary context switches= 9561

runsolver used 6.78097 second user time and 13.7159 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-24 23:01:27
IDJOB=3689765
IDBENCH=90511
IDSOLVER=2269
FILE ID=node142/3689765-1337893287
RUNJOBID= node142-1337871882-14598
PBS_JOBID= 14620062
Free space on /tmp= 71660 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689765-1337893287/watcher-3689765-1337893287 -o /tmp/evaluation-result-3689765-1337893287/solver-3689765-1337893287 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689765-1337893287.opb

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

MD5SUM BENCH= f98241fe158e95fe184473fa73acbc2e
RANDOM SEED=666326650

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.90
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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28235972 kB
Buffers:          234392 kB
Cached:          2950816 kB
SwapCached:            0 kB
Active:          1148888 kB
Inactive:        2718260 kB
Active(anon):     684172 kB
Inactive(anon):        0 kB
Active(file):     464716 kB
Inactive(file):  2718260 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2984 kB
Writeback:             0 kB
AnonPages:        690612 kB
Mapped:            22564 kB
Shmem:               200 kB
Slab:             631264 kB
SReclaimable:      73568 kB
SUnreclaim:       557696 kB
KernelStack:        1600 kB
PageTables:         5528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1116188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    614400 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= 71656 MiB
End job on node142 at 2012-05-24 23:31:25