Trace number 3689639

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 Resolution 2.3.2 Snapshot? (TO) 1800.04 1775.97

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K96.opb
MD5SUM12d577f059d1da283bb935f5e106dee7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark568.277
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6528
Total number of constraints6722
Number of constraints which are clauses6626
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint96
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 97
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.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.11	c version 2.3.2.v20120418
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	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-3689639-1337891952.opb
0.07/0.13	c reading problem ... 
0.71/0.42	c ... done. Wall clock time 0.283s.
0.71/0.42	c declared #vars     6528
0.71/0.42	c #constraints  6722
0.71/0.42	c constraints type 
0.71/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5389
0.71/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
0.71/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.71/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1235
0.71/0.42	c 6722 constraints processed.
1.99/1.30	c cleaning 2489 clauses out of 4996 with flag 5003/5003
3.22/2.14	c cleaning 4239 clauses out of 8499 with flag 11000/11000
4.22/3.18	c cleaning 5619 clauses out of 11255 with flag 18001/18001
5.34/4.30	c cleaning 6799 clauses out of 13633 with flag 26001/26001
6.70/5.51	c cleaning 7876 clauses out of 15831 with flag 35000/35000
8.00/6.88	c cleaning 8890 clauses out of 17954 with flag 45000/45000
9.71/8.52	c cleaning 10009 clauses out of 20063 with flag 56000/56000
11.44/10.26	c cleaning 10922 clauses out of 22052 with flag 68000/68000
13.25/12.09	c cleaning 11930 clauses out of 24129 with flag 81000/81000
15.36/14.15	c cleaning 12973 clauses out of 26200 with flag 95003/95003
17.70/16.42	c cleaning 14047 clauses out of 28223 with flag 110000/110000
20.52/19.24	c cleaning 15023 clauses out of 30177 with flag 126001/126001
23.14/21.86	c cleaning 15878 clauses out of 32151 with flag 143000/143000
25.84/24.56	c cleaning 17080 clauses out of 34272 with flag 161000/161000
28.65/27.31	c cleaning 18032 clauses out of 36192 with flag 180000/180000
32.48/31.12	c cleaning 18966 clauses out of 38160 with flag 200000/200000
36.11/34.79	c cleaning 19951 clauses out of 40195 with flag 221001/221001
39.95/38.54	c cleaning 20952 clauses out of 42243 with flag 243000/243000
43.77/42.38	c cleaning 22038 clauses out of 44292 with flag 266001/266001
48.21/46.77	c cleaning 23016 clauses out of 46254 with flag 290001/290001
52.64/51.11	c cleaning 23854 clauses out of 48237 with flag 315000/315000
57.25/55.72	c cleaning 25054 clauses out of 50386 with flag 341003/341003
62.09/60.53	c cleaning 25943 clauses out of 52329 with flag 368000/368000
66.71/65.11	c cleaning 26961 clauses out of 54386 with flag 396000/396000
72.84/71.29	c cleaning 27963 clauses out of 56424 with flag 425000/425000
79.68/78.07	c cleaning 29013 clauses out of 58461 with flag 455001/455001
87.14/85.44	c cleaning 30033 clauses out of 60447 with flag 486001/486001
93.01/91.28	c cleaning 30988 clauses out of 62419 with flag 518006/518006
99.65/97.88	c cleaning 31904 clauses out of 64425 with flag 551000/551000
105.70/103.89	c cleaning 33074 clauses out of 66522 with flag 585001/585001
114.14/112.26	c cleaning 33925 clauses out of 68447 with flag 620000/620000
122.81/120.89	c cleaning 34832 clauses out of 70525 with flag 656003/656003
130.56/128.56	c cleaning 36127 clauses out of 72692 with flag 693002/693002
138.11/136.02	c cleaning 37028 clauses out of 74563 with flag 731001/731001
145.67/143.52	c cleaning 37986 clauses out of 76534 with flag 770000/770000
153.80/151.64	c cleaning 38704 clauses out of 78548 with flag 810000/810000
166.52/164.32	c cleaning 39860 clauses out of 80844 with flag 851000/851000
175.23/172.93	c cleaning 40538 clauses out of 82984 with flag 893001/893001
186.07/183.74	c cleaning 41648 clauses out of 85445 with flag 936000/936000
194.44/192.02	c cleaning 41923 clauses out of 87797 with flag 980000/980000
205.78/203.34	c cleaning 43295 clauses out of 90875 with flag 1025001/1025001
215.04/212.60	c cleaning 43954 clauses out of 93579 with flag 1071000/1071000
224.17/221.67	c cleaning 44913 clauses out of 96625 with flag 1118001/1118001
233.82/231.22	c cleaning 46212 clauses out of 99712 with flag 1166001/1166001
247.37/244.71	c cleaning 47631 clauses out of 102500 with flag 1215001/1215001
262.62/259.74	c cleaning 48909 clauses out of 104868 with flag 1265000/1265000
276.67/273.67	c cleaning 49883 clauses out of 106962 with flag 1316004/1316004
289.11/286.04	c cleaning 50262 clauses out of 109076 with flag 1368001/1368001
300.47/297.35	c cleaning 51583 clauses out of 111813 with flag 1421000/1421000
317.70/314.43	c cleaning 52987 clauses out of 114230 with flag 1475000/1475000
331.32/328.09	c cleaning 54028 clauses out of 116246 with flag 1530003/1530003
343.52/340.17	c cleaning 53990 clauses out of 118216 with flag 1586001/1586001
355.59/352.13	c cleaning 55004 clauses out of 121225 with flag 1643000/1643000
371.25/367.67	c cleaning 56432 clauses out of 124223 with flag 1701002/1701002
389.57/385.85	c cleaning 57615 clauses out of 126789 with flag 1760000/1760000
408.28/404.21	c cleaning 58774 clauses out of 129174 with flag 1820000/1820000
430.63/426.34	c cleaning 59920 clauses out of 131401 with flag 1881001/1881001
457.09/452.47	c cleaning 61134 clauses out of 133480 with flag 1943000/1943000
471.88/467.08	c cleaning 60764 clauses out of 135346 with flag 2006000/2006000
493.05/488.05	c cleaning 62787 clauses out of 138582 with flag 2070000/2070000
517.78/512.41	c cleaning 63798 clauses out of 140795 with flag 2135000/2135000
546.07/540.35	c cleaning 65334 clauses out of 142997 with flag 2201000/2201000
562.48/556.64	c cleaning 65024 clauses out of 144664 with flag 2268001/2268001
583.70/577.64	c cleaning 66471 clauses out of 147639 with flag 2336000/2336000
615.92/608.54	c cleaning 67865 clauses out of 150168 with flag 2405000/2405000
646.02/637.97	c cleaning 69205 clauses out of 152303 with flag 2475000/2475000
665.94/657.46	c cleaning 69312 clauses out of 154098 with flag 2546000/2546000
706.47/697.31	c cleaning 71080 clauses out of 156786 with flag 2618000/2618000
731.20/721.74	c cleaning 71972 clauses out of 158709 with flag 2691003/2691003
756.37/746.59	c cleaning 73027 clauses out of 160735 with flag 2765001/2765001
788.96/778.75	c cleaning 74358 clauses out of 162709 with flag 2840002/2840002
814.69/803.92	c cleaning 74777 clauses out of 164349 with flag 2916000/2916000
846.11/834.81	c cleaning 75769 clauses out of 166572 with flag 2993000/2993000
876.72/865.06	c cleaning 76365 clauses out of 168803 with flag 3071000/3071000
909.21/897.11	c cleaning 78219 clauses out of 171438 with flag 3150000/3150000
932.63/920.27	c cleaning 78966 clauses out of 173219 with flag 3230000/3230000
959.20/946.33	c cleaning 79207 clauses out of 175255 with flag 3311002/3311002
995.34/982.07	c cleaning 80896 clauses out of 178046 with flag 3393000/3393000
1020.69/1007.05	c cleaning 81482 clauses out of 180156 with flag 3476006/3476006
1048.81/1034.85	c cleaning 81763 clauses out of 182668 with flag 3560000/3560000
1080.05/1065.74	c cleaning 83679 clauses out of 185905 with flag 3645000/3645000
1108.01/1093.40	c cleaning 84792 clauses out of 188228 with flag 3731002/3731002
1157.14/1141.80	c cleaning 85894 clauses out of 190434 with flag 3818000/3818000
1192.83/1177.03	c cleaning 87027 clauses out of 192540 with flag 3906000/3906000
1241.75/1225.32	c cleaning 88192 clauses out of 194515 with flag 3995002/3995002
1301.48/1284.31	c cleaning 89216 clauses out of 196327 with flag 4085006/4085006
1366.46/1348.45	c cleaning 90082 clauses out of 198107 with flag 4176002/4176002
1394.82/1376.17	c cleaning 90839 clauses out of 200023 with flag 4268000/4268000
1425.34/1406.24	c cleaning 91489 clauses out of 202187 with flag 4361003/4361003
1470.48/1450.83	c cleaning 93007 clauses out of 204697 with flag 4455002/4455002
1510.85/1490.61	c cleaning 93457 clauses out of 206690 with flag 4550002/4550002
1550.32/1529.69	c cleaning 94760 clauses out of 209231 with flag 4646000/4646000
1584.01/1562.80	c cleaning 95769 clauses out of 211471 with flag 4743000/4743000
1617.78/1596.12	c cleaning 96281 clauses out of 213702 with flag 4841000/4841000
1651.23/1629.16	c cleaning 97001 clauses out of 216421 with flag 4940000/4940000
1697.00/1674.23	c cleaning 99071 clauses out of 219421 with flag 5040001/5040001
1731.08/1707.97	c cleaning 100135 clauses out of 221351 with flag 5141002/5141002
1793.99/1770.02	c cleaning 101025 clauses out of 223216 with flag 5243002/5243002
1800.04/1775.91	c starts		: 273
1800.04/1775.91	c conflicts		: 5263619
1800.04/1775.91	c decisions		: 36066879
1800.04/1775.91	c propagations		: 1658603331
1800.04/1775.91	c inspects		: 10813920304
1800.04/1775.91	c shortcuts		: 0
1800.04/1775.91	c learnt literals	: 41
1800.04/1775.91	c learnt binary clauses	: 104182
1800.04/1775.91	c learnt ternary clauses	: 135575
1800.04/1775.91	c learnt constraints	: 5263579
1800.04/1775.91	c ignored constraints	: 0
1800.04/1775.91	c root simplifications	: 0
1800.04/1775.91	c removed literals (reason simplification)	: 0
1800.04/1775.91	c reason swapping (by a shorter reason)	: 0
1800.04/1775.91	c Calls to reduceDB	: 98
1800.04/1775.91	c number of reductions to clauses (during analyze)	: 0
1800.04/1775.91	c number of learned constraints concerned by reduction	: 0
1800.04/1775.91	c number of learning phase by resolution	: 0
1800.04/1775.91	c number of learning phase by cutting planes	: 0
1800.04/1775.91	c speed (assignments/second)	: 934172.4008000095
1800.04/1775.91	c non guided choices	6940
1800.04/1775.95	c learnt constraints type 
1800.04/1775.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 104182
1800.04/1775.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38735
1800.04/1775.95	c constraints type 
1800.04/1775.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5389
1800.04/1775.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
1800.04/1775.95	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.04/1775.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1235
1800.04/1775.95	c 6722 constraints processed.
1800.04/1775.95	s UNKNOWN
1800.04/1775.95	c Total wall clock time (in seconds): 1775.816

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.99 2.02 2.00 3/194 29872
/proc/meminfo: memFree=29370968/32873844 swapFree=7116/7116
[pid=29872] ppid=29870 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/29872/stat : 29872 (java) R 29870 29872 27542 0 -1 4202496 79 0 0 0 0 0 0 0 20 0 1 0 255320099 278528 33 33554432000 1073741824 1073778376 140737433992064 140737433989240 240556010791 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 68 33 25 9 0 25 0

[startup+0.097618 s]
/proc/loadavg: 1.99 2.02 2.00 3/194 29872
/proc/meminfo: memFree=29370968/32873844 swapFree=7116/7116
[pid=29872] ppid=29870 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/29872/stat : 29872 (java) S 29870 29872 27542 0 -1 4202496 3386 0 1 0 5 1 0 0 20 0 18 0 255320099 9787813888 4085 33554432000 1073741824 1073778376 140737357916976 140737357908112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 2389603 4087 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100254 s]
/proc/loadavg: 1.99 2.02 2.00 3/194 29872
/proc/meminfo: memFree=29370968/32873844 swapFree=7116/7116
[pid=29872] ppid=29870 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/29872/stat : 29872 (java) S 29870 29872 27542 0 -1 4202496 3405 0 1 0 6 1 0 0 20 0 18 0 255320099 9787813888 4104 33554432000 1073741824 1073778376 140737357916976 140737357908112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 2389603 4104 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300219 s]
/proc/loadavg: 1.99 2.02 2.00 3/194 29872
/proc/meminfo: memFree=29370968/32873844 swapFree=7116/7116
[pid=29872] ppid=29870 vsize=9558412 CPUtime=0.49 cores=0,2,4,6
/proc/29872/stat : 29872 (java) S 29870 29872 27542 0 -1 4202496 7605 0 1 0 47 2 0 0 20 0 18 0 255320099 9787813888 8898 33554432000 1073741824 1073778376 140737357916976 140737357908112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 2389603 8898 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700224 s]
/proc/loadavg: 1.99 2.02 2.00 3/194 29872
/proc/meminfo: memFree=29370968/32873844 swapFree=7116/7116
[pid=29872] ppid=29870 vsize=9624976 CPUtime=1.33 cores=0,2,4,6
/proc/29872/stat : 29872 (java) S 29870 29872 27542 0 -1 4202496 8341 0 1 0 130 3 0 0 20 0 19 0 255320099 9855975424 15702 33554432000 1073741824 1073778376 140737357916976 140737357908112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 2406244 15702 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9624976

[startup+1.5007 s]
/proc/loadavg: 1.99 2.02 2.00 3/213 29891
/proc/meminfo: memFree=29316704/32873844 swapFree=7116/7116
[pid=29872] ppid=29870 vsize=9624976 CPUtime=2.39 cores=0,2,4,6
/proc/29872/stat : 29872 (java) S 29870 29872 27542 0 -1 4202496 13390 0 1 0 234 5 0 0 20 0 19 0 255320099 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140737357908112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 2406244 21995 2275 9 0 2396937 0
[pid=29872/tid=29874] ppid=29870 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (java) R 29870 29872 27542 0 -1 4202560 2530 0 1 0 142 1 0 0 20 0 19 0 255320101 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145320202648 140145260500911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (java) S 29870 29872 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145258933288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29876] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29876/stat : 29876 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145257880488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29877] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29877/stat : 29877 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145256827688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29872/tid=29878] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29878/stat : 29878 (java) S 29870 29872 27542 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145255774888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29879] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29879/stat : 29879 (java) S 29870 29872 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145254722088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29880] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29880/stat : 29880 (java) S 29870 29872 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145157945768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29872/tid=29881] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29881/stat : 29881 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145156892968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29882] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29882/stat : 29882 (java) S 29870 29872 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145155840168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29883] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29883/stat : 29883 (java) S 29870 29872 27542 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 255320104 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145143643112 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29884] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29884/stat : 29884 (java) S 29870 29872 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255320104 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145142589176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29885] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29885/stat : 29885 (java) S 29870 29872 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255320104 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145141536264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29886] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29886/stat : 29886 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145140484752 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29887] ppid=29870 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/29872/task/29887/stat : 29887 (java) S 29870 29872 27542 0 -1 4202560 2080 0 0 0 33 0 0 0 20 0 19 0 255320107 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145139431864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29888] ppid=29870 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/29872/task/29888/stat : 29888 (java) R 29870 29872 27542 0 -1 4202560 7542 0 0 0 53 2 0 0 20 0 19 0 255320107 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145138367048 140145327176959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29889] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29889/stat : 29889 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145137326456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29890] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29890/stat : 29890 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145136273864 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29891] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29891/stat : 29891 (java) S 29870 29872 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255320143 9855975424 21995 33554432000 1073741824 1073778376 140737357916976 140145135220392 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 1.99 2.02 2.00 3/213 29891
/proc/meminfo: memFree=29287428/32873844 swapFree=7116/7116
[pid=29872] ppid=29870 vsize=9624976 CPUtime=4.22 cores=0,2,4,6
/proc/29872/stat : 29872 (java) S 29870 29872 27542 0 -1 4202496 14856 0 1 0 417 5 0 0 20 0 19 0 255320099 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140737357908112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 2406244 24065 2275 9 0 2396937 0
[pid=29872/tid=29874] ppid=29870 vsize=9624976 CPUtime=3 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (java) R 29870 29872 27542 0 -1 4202560 2531 0 1 0 299 1 0 0 20 0 19 0 255320101 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145320202712 140145260534838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (java) S 29870 29872 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145258933288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29876] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29876/stat : 29876 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145257880488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29877] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29877/stat : 29877 (java) S 29870 29872 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145256827688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29872/tid=29878] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29878/stat : 29878 (java) S 29870 29872 27542 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145255774888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29879] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29879/stat : 29879 (java) S 29870 29872 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145254722088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29880] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29880/stat : 29880 (java) S 29870 29872 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145157945768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29872/tid=29881] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29881/stat : 29881 (java) S 29870 29872 27542 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145156892968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29882] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29882/stat : 29882 (java) S 29870 29872 27542 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145155840168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29883] ppid=29870 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/29872/task/29883/stat : 29883 (java) S 29870 29872 27542 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 255320104 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145143643112 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29884] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29884/stat : 29884 (java) S 29870 29872 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255320104 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145142589176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29885] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29885/stat : 29885 (java) S 29870 29872 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255320104 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145141536264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29886] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29886/stat : 29886 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145140484752 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29887] ppid=29870 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/29872/task/29887/stat : 29887 (java) S 29870 29872 27542 0 -1 4202560 2080 0 0 0 34 0 0 0 20 0 19 0 255320107 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145139431864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29888] ppid=29870 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/29872/task/29888/stat : 29888 (java) S 29870 29872 27542 0 -1 4202560 8996 0 0 0 75 3 0 0 20 0 19 0 255320107 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145138379064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29889] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29889/stat : 29889 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145137326456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29890] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29890/stat : 29890 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145136273864 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29891] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29891/stat : 29891 (java) S 29870 29872 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255320143 9855975424 24065 33554432000 1073741824 1073778376 140737357916976 140145135220392 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 1.99 2.02 2.00 3/213 29891
/proc/meminfo: memFree=29285128/32873844 swapFree=7116/7116
[pid=29872] ppid=29870 vsize=9624976 CPUtime=7.5 cores=0,2,4,6
/proc/29872/stat : 29872 (java) S 29870 29872 27542 0 -1 4202496 15546 0 1 0 744 6 0 0 20 0 19 0 255320099 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140737357908112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 2406244 25025 2275 9 0 2396937 0
[pid=29872/tid=29874] ppid=29870 vsize=9624976 CPUtime=6.13 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (java) R 29870 29872 27542 0 -1 4202560 2533 0 1 0 612 1 0 0 20 0 19 0 255320101 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145320202528 140145260500863 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (java) S 29870 29872 27542 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145258933288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29876] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29876/stat : 29876 (java) S 29870 29872 27542 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145257880488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29877] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29877/stat : 29877 (java) S 29870 29872 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145256827688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29878] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29878/stat : 29878 (java) S 29870 29872 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145255774888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29879] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29879/stat : 29879 (java) S 29870 29872 27542 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145254722088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29880] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29880/stat : 29880 (java) S 29870 29872 27542 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145157945768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29872/tid=29881] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29881/stat : 29881 (java) S 29870 29872 27542 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145156892968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29882] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29882/stat : 29882 (java) S 29870 29872 27542 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255320102 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145155840168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29883] ppid=29870 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/29872/task/29883/stat : 29883 (java) S 29870 29872 27542 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 255320104 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145143643112 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29884] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29884/stat : 29884 (java) S 29870 29872 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255320104 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145142589176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29885] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29885/stat : 29885 (java) S 29870 29872 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255320104 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145141536264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29886] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29886/stat : 29886 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145140484752 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29887] ppid=29870 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/29872/task/29887/stat : 29887 (java) S 29870 29872 27542 0 -1 4202560 2742 0 0 0 39 0 0 0 20 0 19 0 255320107 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145139431864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29888] ppid=29870 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/29872/task/29888/stat : 29888 (java) S 29870 29872 27542 0 -1 4202560 9006 0 0 0 75 3 0 0 20 0 19 0 255320107 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145138379064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29889] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29889/stat : 29889 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145137326456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29890] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29890/stat : 29890 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145136273864 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29891] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29891/stat : 29891 (java) S 29870 29872 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255320143 9855975424 25025 33554432000 1073741824 1073778376 140737357916976 140145135220392 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=29872/tid=29887] ppid=29870 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/29872/task/29887/stat : 29887 (java) S 29870 29872 27542 0 -1 4202560 2742 0 0 0 39 0 0 0 20 0 19 0 255320107 9855975424 182313 33554432000 1073741824 1073778376 140737357916976 140145139431864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29888] ppid=29870 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/29872/task/29888/stat : 29888 (java) S 29870 29872 27542 0 -1 4202560 9016 0 0 0 77 3 0 0 20 0 19 0 255320107 9855975424 182313 33554432000 1073741824 1073778376 140737357916976 140145138379064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29889] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29889/stat : 29889 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 182313 33554432000 1073741824 1073778376 140737357916976 140145137326456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29890] ppid=29870 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/29872/task/29890/stat : 29890 (java) S 29870 29872 27542 0 -1 4202560 94 0 0 0 30 26 0 0 20 0 19 0 255320107 9855975424 182313 33554432000 1073741824 1073778376 140737357916976 140145136273864 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29891] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29891/stat : 29891 (java) S 29870 29872 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255320143 9855975424 182313 33554432000 1073741824 1073778376 140737357916976 140145135220392 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1684.89
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.01 2.05 2.03 3/213 29988
/proc/meminfo: memFree=28921352/32873844 swapFree=7116/7116
[pid=29872] ppid=29870 vsize=9624976 CPUtime=1745.7 cores=0,2,4,6
/proc/29872/stat : 29872 (java) S 29870 29872 27542 0 -1 4202496 25624 0 1 0 174410 160 0 0 20 0 19 0 255320099 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140737357908112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 2406244 182337 2276 9 0 2396937 0
[pid=29872/tid=29874] ppid=29870 vsize=9624976 CPUtime=1704.79 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (java) R 29870 29872 27542 0 -1 4202560 2871 0 1 0 170449 30 0 0 20 0 19 0 255320101 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145320201584 140145260505694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=9624976 CPUtime=3.92 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (java) S 29870 29872 27542 0 -1 4202560 1606 0 0 0 377 15 0 0 20 0 19 0 255320102 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145258933288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29872/tid=29876] ppid=29870 vsize=9624976 CPUtime=3.79 cores=0,2,4,6
/proc/29872/task/29876/stat : 29876 (java) S 29870 29872 27542 0 -1 4202560 1023 0 0 0 360 19 0 0 20 0 19 0 255320102 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145257880488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29872/tid=29877] ppid=29870 vsize=9624976 CPUtime=3.68 cores=0,2,4,6
/proc/29872/task/29877/stat : 29877 (java) S 29870 29872 27542 0 -1 4202560 652 0 0 0 352 16 0 0 20 0 19 0 255320102 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145256827688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29878] ppid=29870 vsize=9624976 CPUtime=3.73 cores=0,2,4,6
/proc/29872/task/29878/stat : 29878 (java) S 29870 29872 27542 0 -1 4202560 1057 0 0 0 357 16 0 0 20 0 19 0 255320102 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145255774888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29879] ppid=29870 vsize=9624976 CPUtime=3.79 cores=0,2,4,6
/proc/29872/task/29879/stat : 29879 (java) S 29870 29872 27542 0 -1 4202560 1276 0 0 0 364 15 0 0 20 0 19 0 255320102 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145254722088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29880] ppid=29870 vsize=9624976 CPUtime=4.04 cores=0,2,4,6
/proc/29872/task/29880/stat : 29880 (java) S 29870 29872 27542 0 -1 4202560 1087 0 0 0 388 16 0 0 20 0 19 0 255320102 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145157945768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29881] ppid=29870 vsize=9624976 CPUtime=3.81 cores=0,2,4,6
/proc/29872/task/29881/stat : 29881 (java) S 29870 29872 27542 0 -1 4202560 1053 0 0 0 366 15 0 0 20 0 19 0 255320102 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145156892968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29882] ppid=29870 vsize=9624976 CPUtime=3.61 cores=0,2,4,6
/proc/29872/task/29882/stat : 29882 (java) S 29870 29872 27542 0 -1 4202560 932 0 0 0 348 13 0 0 20 0 19 0 255320102 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145155840168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29883] ppid=29870 vsize=9624976 CPUtime=4.51 cores=0,2,4,6
/proc/29872/task/29883/stat : 29883 (java) S 29870 29872 27542 0 -1 4202560 1032 0 0 0 446 5 0 0 20 0 19 0 255320104 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145143643112 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29884] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29884/stat : 29884 (java) S 29870 29872 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255320104 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145142589176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29885] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29885/stat : 29885 (java) S 29870 29872 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255320104 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145141536264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29886] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29886/stat : 29886 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145140484752 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29887] ppid=29870 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/29872/task/29887/stat : 29887 (java) S 29870 29872 27542 0 -1 4202560 2742 0 0 0 39 0 0 0 20 0 19 0 255320107 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145139431864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29888] ppid=29870 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/29872/task/29888/stat : 29888 (java) S 29870 29872 27542 0 -1 4202560 9016 0 0 0 77 3 0 0 20 0 19 0 255320107 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145138379064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29889] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29889/stat : 29889 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145137326456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29890] ppid=29870 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/29872/task/29890/stat : 29890 (java) S 29870 29872 27542 0 -1 4202560 98 0 0 0 32 27 0 0 20 0 19 0 255320107 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145136273864 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29891] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29891/stat : 29891 (java) S 29870 29872 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255320143 9855975424 182337 33554432000 1073741824 1073778376 140737357916976 140145135220392 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1745.7
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.9 s]
/proc/loadavg: 2.00 2.04 2.03 3/213 29988
/proc/meminfo: memFree=28845952/32873844 swapFree=7116/7116
[pid=29872] ppid=29870 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/29872/stat : 29872 (java) S 29870 29872 27542 0 -1 4202496 26728 0 1 0 179834 170 0 0 20 0 19 0 255320099 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140737357908112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 2406244 201181 2276 9 0 2396937 0
[pid=29872/tid=29874] ppid=29870 vsize=9624976 CPUtime=1757.9 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (java) R 29870 29872 27542 0 -1 4202560 2878 0 1 0 175759 31 0 0 20 0 19 0 255320101 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145320201584 140145260600559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=9624976 CPUtime=4.06 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (java) S 29870 29872 27542 0 -1 4202560 1615 0 0 0 391 15 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145258933288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29876] ppid=29870 vsize=9624976 CPUtime=3.94 cores=0,2,4,6
/proc/29872/task/29876/stat : 29876 (java) S 29870 29872 27542 0 -1 4202560 1423 0 0 0 373 21 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145257880488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29877] ppid=29870 vsize=9624976 CPUtime=3.8 cores=0,2,4,6
/proc/29872/task/29877/stat : 29877 (java) S 29870 29872 27542 0 -1 4202560 844 0 0 0 363 17 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145256827688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29872/tid=29878] ppid=29870 vsize=9624976 CPUtime=3.83 cores=0,2,4,6
/proc/29872/task/29878/stat : 29878 (java) S 29870 29872 27542 0 -1 4202560 1201 0 0 0 366 17 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145255774888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29879] ppid=29870 vsize=9624976 CPUtime=3.96 cores=0,2,4,6
/proc/29872/task/29879/stat : 29879 (java) S 29870 29872 27542 0 -1 4202560 1296 0 0 0 380 16 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145254722088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29880] ppid=29870 vsize=9624976 CPUtime=4.16 cores=0,2,4,6
/proc/29872/task/29880/stat : 29880 (java) S 29870 29872 27542 0 -1 4202560 1350 0 0 0 399 17 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145157945768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29872/tid=29881] ppid=29870 vsize=9624976 CPUtime=3.88 cores=0,2,4,6
/proc/29872/task/29881/stat : 29881 (java) S 29870 29872 27542 0 -1 4202560 1067 0 0 0 372 16 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145156892968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29882] ppid=29870 vsize=9624976 CPUtime=3.75 cores=0,2,4,6
/proc/29872/task/29882/stat : 29882 (java) S 29870 29872 27542 0 -1 4202560 959 0 0 0 361 14 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145155840168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29883] ppid=29870 vsize=9624976 CPUtime=4.59 cores=0,2,4,6
/proc/29872/task/29883/stat : 29883 (java) S 29870 29872 27542 0 -1 4202560 1056 0 0 0 454 5 0 0 20 0 19 0 255320104 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145143643112 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29884] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29884/stat : 29884 (java) S 29870 29872 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255320104 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145142589176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29885] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29885/stat : 29885 (java) S 29870 29872 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255320104 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145141536264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29886] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29886/stat : 29886 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145140484752 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29887] ppid=29870 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/29872/task/29887/stat : 29887 (java) S 29870 29872 27542 0 -1 4202560 2742 0 0 0 39 0 0 0 20 0 19 0 255320107 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145139431864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29888] ppid=29870 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/29872/task/29888/stat : 29888 (java) S 29870 29872 27542 0 -1 4202560 9016 0 0 0 77 3 0 0 20 0 19 0 255320107 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145138379064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29889] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29889/stat : 29889 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145137326456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29890] ppid=29870 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/29872/task/29890/stat : 29890 (java) S 29870 29872 27542 0 -1 4202560 102 0 0 0 33 28 0 0 20 0 19 0 255320107 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145136273864 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29891] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29891/stat : 29891 (java) S 29870 29872 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255320143 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145135220392 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+1775.9 s]
/proc/loadavg: 2.00 2.04 2.03 3/213 29988
/proc/meminfo: memFree=28845952/32873844 swapFree=7116/7116
[pid=29872] ppid=29870 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/29872/stat : 29872 (java) S 29870 29872 27542 0 -1 4202496 26728 0 1 0 179834 170 0 0 20 0 19 0 255320099 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140737357908112 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 2406244 201181 2276 9 0 2396937 0
[pid=29872/tid=29874] ppid=29870 vsize=9624976 CPUtime=1757.9 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (java) R 29870 29872 27542 0 -1 4202560 2878 0 1 0 175759 31 0 0 20 0 19 0 255320101 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145320201584 140145260600559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=9624976 CPUtime=4.06 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (java) S 29870 29872 27542 0 -1 4202560 1615 0 0 0 391 15 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145258933288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29876] ppid=29870 vsize=9624976 CPUtime=3.94 cores=0,2,4,6
/proc/29872/task/29876/stat : 29876 (java) S 29870 29872 27542 0 -1 4202560 1423 0 0 0 373 21 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145257880488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29877] ppid=29870 vsize=9624976 CPUtime=3.8 cores=0,2,4,6
/proc/29872/task/29877/stat : 29877 (java) S 29870 29872 27542 0 -1 4202560 844 0 0 0 363 17 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145256827688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29872/tid=29878] ppid=29870 vsize=9624976 CPUtime=3.83 cores=0,2,4,6
/proc/29872/task/29878/stat : 29878 (java) S 29870 29872 27542 0 -1 4202560 1201 0 0 0 366 17 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145255774888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29879] ppid=29870 vsize=9624976 CPUtime=3.96 cores=0,2,4,6
/proc/29872/task/29879/stat : 29879 (java) S 29870 29872 27542 0 -1 4202560 1296 0 0 0 380 16 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145254722088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29872/tid=29880] ppid=29870 vsize=9624976 CPUtime=4.16 cores=0,2,4,6
/proc/29872/task/29880/stat : 29880 (java) S 29870 29872 27542 0 -1 4202560 1350 0 0 0 399 17 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145157945768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29872/tid=29881] ppid=29870 vsize=9624976 CPUtime=3.88 cores=0,2,4,6
/proc/29872/task/29881/stat : 29881 (java) S 29870 29872 27542 0 -1 4202560 1067 0 0 0 372 16 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145156892968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29882] ppid=29870 vsize=9624976 CPUtime=3.75 cores=0,2,4,6
/proc/29872/task/29882/stat : 29882 (java) S 29870 29872 27542 0 -1 4202560 959 0 0 0 361 14 0 0 20 0 19 0 255320102 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145155840168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29883] ppid=29870 vsize=9624976 CPUtime=4.59 cores=0,2,4,6
/proc/29872/task/29883/stat : 29883 (java) S 29870 29872 27542 0 -1 4202560 1056 0 0 0 454 5 0 0 20 0 19 0 255320104 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145143643112 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29884] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29884/stat : 29884 (java) S 29870 29872 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255320104 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145142589176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29885] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29885/stat : 29885 (java) S 29870 29872 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255320104 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145141536264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29886] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29886/stat : 29886 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145140484752 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29887] ppid=29870 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/29872/task/29887/stat : 29887 (java) S 29870 29872 27542 0 -1 4202560 2742 0 0 0 39 0 0 0 20 0 19 0 255320107 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145139431864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29888] ppid=29870 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/29872/task/29888/stat : 29888 (java) S 29870 29872 27542 0 -1 4202560 9016 0 0 0 77 3 0 0 20 0 19 0 255320107 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145138379064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29889] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29889/stat : 29889 (java) S 29870 29872 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255320107 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145137326456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29890] ppid=29870 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/29872/task/29890/stat : 29890 (java) S 29870 29872 27542 0 -1 4202560 102 0 0 0 33 28 0 0 20 0 19 0 255320107 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145136273864 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29872/tid=29891] ppid=29870 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29872/task/29891/stat : 29891 (java) S 29870 29872 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255320143 9855975424 201181 33554432000 1073741824 1073778376 140737357916976 140145135220392 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29872 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=908284
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=144673
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1775.97
CPU time (s): 1800.04
CPU user time (s): 1798.34
CPU system time (s): 1.7
CPU usage (%): 101.355
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.91
system time used= 2.14467
maximum resident set size= 804864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26766
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46667
involuntary context switches= 50230

runsolver used 5.87111 second user time and 14.9137 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-24 22:39:12
IDJOB=3689639
IDBENCH=90135
IDSOLVER=2269
FILE ID=node146/3689639-1337891952
RUNJOBID= node146-1337871880-27558
PBS_JOBID= 14620058
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K96.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689639-1337891952/watcher-3689639-1337891952 -o /tmp/evaluation-result-3689639-1337891952/solver-3689639-1337891952 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689639-1337891952.opb

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

MD5SUM BENCH= 12d577f059d1da283bb935f5e106dee7
RANDOM SEED=1924914499

node146.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29370968 kB
Buffers:          222592 kB
Cached:          2002844 kB
SwapCached:         2348 kB
Active:           850684 kB
Inactive:        1889432 kB
Active(anon):     513876 kB
Inactive(anon):     3064 kB
Active(file):     336808 kB
Inactive(file):  1886368 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:        526040 kB
Mapped:            16228 kB
Shmem:                 0 kB
Slab:             622444 kB
SReclaimable:      63920 kB
SUnreclaim:       558524 kB
KernelStack:        1624 kB
PageTables:         5376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     783500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    487424 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= 71712 MiB
End job on node146 at 2012-05-24 23:08:50