Trace number 3689701

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.01 1778.37

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K141.opb
MD5SUMe981076bb5354ded6cb9b093a6d1a03e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16779
Total number of constraints17063
Number of constraints which are clauses16922
Number of constraints which are cardinality constraints (but not clauses)141
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint141
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 142
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689701-1337892472.opb
0.08/0.12	c reading problem ... 
0.94/0.57	c ... done. Wall clock time 0.447s.
0.94/0.57	c declared #vars     16779
0.94/0.57	c #constraints  17063
0.94/0.57	c constraints type 
0.94/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15100
0.94/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 141
0.94/0.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.94/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1820
0.94/0.57	c 17063 constraints processed.
2.95/2.01	c cleaning 2483 clauses out of 4989 with flag 5001/5001
4.92/3.51	c cleaning 4232 clauses out of 8501 with flag 11000/11000
6.34/4.99	c cleaning 5558 clauses out of 11269 with flag 18001/18001
7.96/6.58	c cleaning 6756 clauses out of 13710 with flag 26001/26001
10.01/8.53	c cleaning 7860 clauses out of 15950 with flag 35000/35000
12.32/10.83	c cleaning 8878 clauses out of 18089 with flag 45000/45000
14.43/12.93	c cleaning 9984 clauses out of 20210 with flag 56001/56001
17.03/15.56	c cleaning 10961 clauses out of 22224 with flag 68000/68000
19.74/18.21	c cleaning 12100 clauses out of 24263 with flag 81001/81001
22.66/21.18	c cleaning 12922 clauses out of 26162 with flag 95001/95001
26.09/24.59	c cleaning 13931 clauses out of 28239 with flag 110000/110000
29.42/27.81	c cleaning 14933 clauses out of 30304 with flag 126000/126000
33.23/31.60	c cleaning 16021 clauses out of 32372 with flag 143001/143001
36.95/35.35	c cleaning 16990 clauses out of 34351 with flag 161002/161002
40.96/39.38	c cleaning 17943 clauses out of 36358 with flag 180000/180000
45.09/43.43	c cleaning 18951 clauses out of 38413 with flag 200000/200000
49.83/48.14	c cleaning 19998 clauses out of 40462 with flag 221000/221000
54.55/52.89	c cleaning 20989 clauses out of 42463 with flag 243000/243000
59.37/57.62	c cleaning 21893 clauses out of 44474 with flag 266000/266000
64.61/62.87	c cleaning 23063 clauses out of 46580 with flag 290000/290000
69.94/68.18	c cleaning 23292 clauses out of 48519 with flag 315002/315002
75.76/73.97	c cleaning 24027 clauses out of 51222 with flag 341002/341002
81.69/79.87	c cleaning 25206 clauses out of 54193 with flag 368000/368000
88.74/86.82	c cleaning 26015 clauses out of 56987 with flag 396001/396001
95.80/93.84	c cleaning 26735 clauses out of 59969 with flag 425000/425000
102.93/100.93	c cleaning 28035 clauses out of 63233 with flag 455000/455000
109.97/107.98	c cleaning 28889 clauses out of 66196 with flag 486000/486000
117.02/114.94	c cleaning 29989 clauses out of 69306 with flag 518000/518000
125.65/123.50	c cleaning 31165 clauses out of 72318 with flag 551001/551001
133.29/131.18	c cleaning 31763 clauses out of 75151 with flag 585000/585000
142.26/140.07	c cleaning 32637 clauses out of 78390 with flag 620002/620002
150.59/148.34	c cleaning 33569 clauses out of 81753 with flag 656002/656002
160.10/157.75	c cleaning 34723 clauses out of 85182 with flag 693000/693000
170.26/167.84	c cleaning 35723 clauses out of 88461 with flag 731003/731003
179.89/177.40	c cleaning 37001 clauses out of 91734 with flag 770000/770000
189.88/187.38	c cleaning 37481 clauses out of 94734 with flag 810001/810001
199.96/197.30	c cleaning 38272 clauses out of 98257 with flag 851005/851005
211.02/208.35	c cleaning 39567 clauses out of 101980 with flag 893000/893000
224.50/221.71	c cleaning 40968 clauses out of 105413 with flag 936000/936000
235.70/232.88	c cleaning 41465 clauses out of 108445 with flag 980000/980000
248.08/245.17	c cleaning 42154 clauses out of 111980 with flag 1025000/1025000
260.36/257.38	c cleaning 43440 clauses out of 115825 with flag 1071000/1071000
273.15/270.04	c cleaning 44510 clauses out of 119384 with flag 1118000/1118000
285.61/282.44	c cleaning 45137 clauses out of 122875 with flag 1166001/1166001
299.25/296.04	c cleaning 46722 clauses out of 126737 with flag 1215000/1215000
312.57/309.36	c cleaning 47175 clauses out of 130015 with flag 1265000/1265000
326.45/323.11	c cleaning 48726 clauses out of 133840 with flag 1316000/1316000
340.12/336.74	c cleaning 48783 clauses out of 137114 with flag 1368001/1368001
354.68/351.27	c cleaning 49899 clauses out of 141328 with flag 1421000/1421000
369.85/366.34	c cleaning 51324 clauses out of 145433 with flag 1475005/1475005
384.81/381.25	c cleaning 52271 clauses out of 149104 with flag 1530000/1530000
405.11/401.33	c cleaning 53161 clauses out of 152833 with flag 1586000/1586000
420.37/416.50	c cleaning 54206 clauses out of 156672 with flag 1643000/1643000
442.36/438.38	c cleaning 55932 clauses out of 160467 with flag 1701001/1701001
459.51/455.50	c cleaning 55648 clauses out of 163536 with flag 1760002/1760002
477.39/473.21	c cleaning 57085 clauses out of 167886 with flag 1820000/1820000
494.12/489.89	c cleaning 57753 clauses out of 171801 with flag 1881000/1881000
513.12/508.71	c cleaning 59209 clauses out of 176047 with flag 1943000/1943000
532.09/527.61	c cleaning 60155 clauses out of 179838 with flag 2006000/2006000
550.55/546.06	c cleaning 59901 clauses out of 183683 with flag 2070000/2070000
571.52/566.90	c cleaning 62082 clauses out of 188782 with flag 2135000/2135000
590.50/585.85	c cleaning 63563 clauses out of 192702 with flag 2201002/2201002
613.71/608.88	c cleaning 64122 clauses out of 196137 with flag 2268000/2268000
651.02/645.94	c cleaning 66093 clauses out of 200015 with flag 2336000/2336000
672.48/667.21	c cleaning 65693 clauses out of 202922 with flag 2405000/2405000
694.09/688.75	c cleaning 66871 clauses out of 207230 with flag 2475002/2475002
716.17/710.73	c cleaning 67493 clauses out of 211357 with flag 2546000/2546000
741.13/735.05	c cleaning 69047 clauses out of 215865 with flag 2618001/2618001
769.06/762.34	c cleaning 70155 clauses out of 219825 with flag 2691008/2691008
793.70/786.79	c cleaning 70876 clauses out of 223666 with flag 2765004/2765004
820.06/812.73	c cleaning 71579 clauses out of 227790 with flag 2840004/2840004
846.54/838.96	c cleaning 72645 clauses out of 232207 with flag 2916000/2916000
874.36/866.35	c cleaning 74177 clauses out of 236564 with flag 2993002/2993002
917.89/909.28	c cleaning 76042 clauses out of 240385 with flag 3071000/3071000
960.03/950.59	c cleaning 77339 clauses out of 243342 with flag 3150000/3150000
992.04/982.09	c cleaning 76808 clauses out of 246003 with flag 3230000/3230000
1021.87/1011.44	c cleaning 77939 clauses out of 250195 with flag 3311000/3311000
1066.75/1055.62	c cleaning 80154 clauses out of 254257 with flag 3393001/3393001
1123.80/1111.95	c cleaning 81817 clauses out of 257105 with flag 3476003/3476003
1157.34/1144.93	c cleaning 80952 clauses out of 259285 with flag 3560000/3560000
1186.66/1173.98	c cleaning 81715 clauses out of 263333 with flag 3645000/3645000
1223.03/1209.81	c cleaning 82645 clauses out of 267620 with flag 3731002/3731002
1254.75/1241.03	c cleaning 83679 clauses out of 271977 with flag 3818004/3818004
1291.81/1277.51	c cleaning 84933 clauses out of 276294 with flag 3906000/3906000
1339.06/1324.25	c cleaning 86675 clauses out of 280362 with flag 3995001/3995001
1394.70/1379.24	c cleaning 88201 clauses out of 283686 with flag 4085000/4085000
1434.11/1418.06	c cleaning 88494 clauses out of 286485 with flag 4176000/4176000
1467.13/1450.66	c cleaning 88135 clauses out of 289991 with flag 4268000/4268000
1504.94/1487.87	c cleaning 89835 clauses out of 294856 with flag 4361000/4361000
1544.84/1527.31	c cleaning 90656 clauses out of 299022 with flag 4455001/4455001
1594.84/1576.47	c cleaning 92994 clauses out of 303366 with flag 4550001/4550001
1647.39/1628.33	c cleaning 93653 clauses out of 306372 with flag 4646001/4646001
1690.97/1670.88	c cleaning 94989 clauses out of 309720 with flag 4743002/4743002
1759.15/1738.03	c cleaning 96337 clauses out of 312731 with flag 4841002/4841002
1799.64/1778.08	c cleaning 95890 clauses out of 315394 with flag 4940002/4940002
1800.01/1778.31	c starts		: 253
1800.01/1778.31	c conflicts		: 4940433
1800.01/1778.31	c decisions		: 58420918
1800.01/1778.31	c propagations		: 3498116328
1800.01/1778.31	c inspects		: 9717186849
1800.01/1778.31	c shortcuts		: 0
1800.01/1778.31	c learnt literals	: 61
1800.01/1778.31	c learnt binary clauses	: 186782
1800.01/1778.31	c learnt ternary clauses	: 217968
1800.01/1778.31	c learnt constraints	: 4940372
1800.01/1778.31	c ignored constraints	: 0
1800.01/1778.31	c root simplifications	: 0
1800.01/1778.31	c removed literals (reason simplification)	: 0
1800.01/1778.31	c reason swapping (by a shorter reason)	: 0
1800.01/1778.31	c Calls to reduceDB	: 95
1800.01/1778.31	c number of reductions to clauses (during analyze)	: 0
1800.01/1778.31	c number of learned constraints concerned by reduction	: 0
1800.01/1778.31	c number of learning phase by resolution	: 0
1800.01/1778.31	c number of learning phase by cutting planes	: 0
1800.01/1778.31	c speed (assignments/second)	: 1967759.9558984428
1800.01/1778.31	c non guided choices	21184
1800.01/1778.35	c learnt constraints type 
1800.01/1778.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 186785
1800.01/1778.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33282
1800.01/1778.35	c constraints type 
1800.01/1778.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15100
1800.01/1778.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 141
1800.01/1778.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.01/1778.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1820
1800.01/1778.35	c 17063 constraints processed.
1800.01/1778.35	s UNKNOWN
1800.01/1778.35	c Total wall clock time (in seconds): 1778.23

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-3689701-1337892472/watcher-3689701-1337892472 -o /tmp/evaluation-result-3689701-1337892472/solver-3689701-1337892472 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689701-1337892472.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: 2.00 2.00 2.00 2/197 24718
/proc/meminfo: memFree=28865348/32873844 swapFree=6584/6584
[pid=24718] ppid=24716 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24718/stat : 24718 (java) R 24716 24718 21531 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 255372585 9515008 175 33554432000 1073741824 1073778376 140734376117808 140734376100536 273589027728 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24718/statm: 2323 175 133 9 0 71 0

[startup+0.0984071 s]
/proc/loadavg: 2.00 2.00 2.00 2/197 24718
/proc/meminfo: memFree=28865348/32873844 swapFree=6584/6584
[pid=24718] ppid=24716 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/24718/stat : 24718 (java) S 24716 24718 21531 0 -1 4202496 4134 0 1 0 7 0 0 0 20 0 18 0 255372585 9787813888 5335 33554432000 1073741824 1073778376 140736148101840 140736148092976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2389603 5335 2071 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100181 s]
/proc/loadavg: 2.00 2.00 2.00 2/197 24718
/proc/meminfo: memFree=28865348/32873844 swapFree=6584/6584
[pid=24718] ppid=24716 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24718/stat : 24718 (java) S 24716 24718 21531 0 -1 4202496 4192 0 1 0 8 0 0 0 20 0 18 0 255372585 9787813888 5393 33554432000 1073741824 1073778376 140736148101840 140736148092976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2389603 5393 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300166 s]
/proc/loadavg: 2.00 2.00 2.00 2/197 24718
/proc/meminfo: memFree=28865348/32873844 swapFree=6584/6584
[pid=24718] ppid=24716 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/24718/stat : 24718 (java) S 24716 24718 21531 0 -1 4202496 7172 0 1 0 53 1 0 0 20 0 18 0 255372585 9787813888 10914 33554432000 1073741824 1073778376 140736148101840 140736148092976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2389603 10914 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700171 s]
/proc/loadavg: 2.00 2.00 2.00 2/197 24718
/proc/meminfo: memFree=28865348/32873844 swapFree=6584/6584
[pid=24718] ppid=24716 vsize=9624976 CPUtime=1.51 cores=0,2,4,6
/proc/24718/stat : 24718 (java) S 24716 24718 21531 0 -1 4202496 10010 0 1 0 148 3 0 0 20 0 19 0 255372585 9855975424 31233 33554432000 1073741824 1073778376 140736148101840 140736148092976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2406244 31233 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9624976

[startup+1.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 24737
/proc/meminfo: memFree=28749084/32873844 swapFree=6584/6584
[pid=24718] ppid=24716 vsize=9624976 CPUtime=2.43 cores=0,2,4,6
/proc/24718/stat : 24718 (java) S 24716 24718 21531 0 -1 4202496 10015 0 1 0 240 3 0 0 20 0 19 0 255372585 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140736148092976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2406244 31749 2253 9 0 2396937 0
[pid=24718/tid=24720] ppid=24716 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/24718/task/24720/stat : 24720 (java) R 24716 24718 21531 0 -1 4202560 2494 0 1 0 144 2 0 0 20 0 19 0 255372586 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140604156375768 140604026423845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24721] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24721/stat : 24721 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140604145436968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24722] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24722/stat : 24722 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140604144384168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24723] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24723/stat : 24723 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603998026280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24724] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24724/stat : 24724 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603996973480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24725] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24725/stat : 24725 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603995921192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24726] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24726/stat : 24726 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603994868392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24727] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24727/stat : 24727 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603993816104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24728] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24728/stat : 24728 (java) S 24716 24718 21531 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603992763304 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24729] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24729/stat : 24729 (java) S 24716 24718 21531 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255372588 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603980564712 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24730] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24730/stat : 24730 (java) S 24716 24718 21531 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255372589 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603979510776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24731] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24731/stat : 24731 (java) S 24716 24718 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255372589 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603978458376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24732] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24732/stat : 24732 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603977406864 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24733] ppid=24716 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/24718/task/24733/stat : 24733 (java) S 24716 24718 21531 0 -1 4202560 2684 0 0 0 46 0 0 0 20 0 19 0 255372591 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603976354488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24734] ppid=24716 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/24718/task/24734/stat : 24734 (java) S 24716 24718 21531 0 -1 4202560 3638 0 0 0 48 0 0 0 20 0 19 0 255372591 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603975301688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24735] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24735/stat : 24735 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603974249592 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24736] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24736/stat : 24736 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603973197000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24737] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24737/stat : 24737 (java) S 24716 24718 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255372645 9855975424 31749 33554432000 1073741824 1073778376 140736148101840 140603972141992 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9624976

[startup+3.10072 s]
/proc/loadavg: 2.00 2.00 2.00 4/216 24737
/proc/meminfo: memFree=28717256/32873844 swapFree=6584/6584
[pid=24718] ppid=24716 vsize=9624976 CPUtime=4.49 cores=0,2,4,6
/proc/24718/stat : 24718 (java) S 24716 24718 21531 0 -1 4202496 15546 0 1 0 443 6 0 0 20 0 19 0 255372585 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140736148092976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2406244 40439 2278 9 0 2396937 0
[pid=24718/tid=24720] ppid=24716 vsize=9624976 CPUtime=3.02 cores=0,2,4,6
/proc/24718/task/24720/stat : 24720 (java) R 24716 24718 21531 0 -1 4202560 2499 0 1 0 300 2 0 0 20 0 19 0 255372586 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140604156375752 140604026320291 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24721] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24721/stat : 24721 (java) S 24716 24718 21531 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140604145436968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24722] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24722/stat : 24722 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140604144384168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24723] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24723/stat : 24723 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603998026280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24724] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24724/stat : 24724 (java) S 24716 24718 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603996973480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24725] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24725/stat : 24725 (java) S 24716 24718 21531 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603995921192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24726] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24726/stat : 24726 (java) S 24716 24718 21531 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603994868392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24727] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24727/stat : 24727 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603993816104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24728] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24728/stat : 24728 (java) S 24716 24718 21531 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603992763304 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24729] ppid=24716 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/24718/task/24729/stat : 24729 (java) S 24716 24718 21531 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 255372588 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603980564712 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24730] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24730/stat : 24730 (java) S 24716 24718 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255372589 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603979510776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24731] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24731/stat : 24731 (java) S 24716 24718 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255372589 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603978458376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24732] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24732/stat : 24732 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603977406864 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24733] ppid=24716 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/24718/task/24733/stat : 24733 (java) S 24716 24718 21531 0 -1 4202560 8148 0 0 0 85 2 0 0 20 0 19 0 255372591 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603976354488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24734] ppid=24716 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/24718/task/24734/stat : 24734 (java) S 24716 24718 21531 0 -1 4202560 3638 0 0 0 50 0 0 0 20 0 19 0 255372591 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603975301688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24735] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24735/stat : 24735 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603974249592 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24736] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24736/stat : 24736 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603973197000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24737] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24737/stat : 24737 (java) S 24716 24718 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255372645 9855975424 40439 33554432000 1073741824 1073778376 140736148101840 140603972141992 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9624976

[startup+6.30072 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 24737
/proc/meminfo: memFree=28706648/32873844 swapFree=6584/6584
[pid=24718] ppid=24716 vsize=9624976 CPUtime=7.75 cores=0,2,4,6
/proc/24718/stat : 24718 (java) S 24716 24718 21531 0 -1 4202496 15565 0 1 0 768 7 0 0 20 0 19 0 255372585 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140736148092976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2406244 41573 2278 9 0 2396937 0
[pid=24718/tid=24720] ppid=24716 vsize=9624976 CPUtime=6.16 cores=0,2,4,6
/proc/24718/task/24720/stat : 24720 (java) R 24716 24718 21531 0 -1 4202560 2501 0 1 0 614 2 0 0 20 0 19 0 255372586 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140604156375328 140604026366816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24721] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24721/stat : 24721 (java) S 24716 24718 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140604145436968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24722] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24722/stat : 24722 (java) S 24716 24718 21531 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140604144384168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24723] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24723/stat : 24723 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603998026280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24724] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24724/stat : 24724 (java) S 24716 24718 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603996973480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24725] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24725/stat : 24725 (java) S 24716 24718 21531 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603995921192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24726] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24726/stat : 24726 (java) S 24716 24718 21531 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603994868392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24727] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24727/stat : 24727 (java) S 24716 24718 21531 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603993816104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24728] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24728/stat : 24728 (java) S 24716 24718 21531 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255372587 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603992763304 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24729] ppid=24716 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/24718/task/24729/stat : 24729 (java) S 24716 24718 21531 0 -1 4202560 35 0 0 0 5 0 0 0 20 0 19 0 255372588 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603980564712 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24730] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24730/stat : 24730 (java) S 24716 24718 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255372589 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603979510776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24731] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24731/stat : 24731 (java) S 24716 24718 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255372589 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603978458376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24732] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24732/stat : 24732 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603977406864 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24733] ppid=24716 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/24718/task/24733/stat : 24733 (java) S 24716 24718 21531 0 -1 4202560 8149 0 0 0 87 2 0 0 20 0 19 0 255372591 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603976354488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24734] ppid=24716 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/24718/task/24734/stat : 24734 (java) S 24716 24718 21531 0 -1 4202560 3638 0 0 0 52 0 0 0 20 0 19 0 255372591 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603975301688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24735] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24735/stat : 24735 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603974249592 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24736] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24736/stat : 24736 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603973197000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24737] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24737/stat : 24737 (java) S 24716 24718 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255372645 9855975424 41573 33554432000 1073741824 1073778376 140736148101840 140603972141992 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=24718/tid=24733] ppid=24716 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/24718/task/24733/stat : 24733 (java) S 24716 24718 21531 0 -1 4202560 8149 0 0 0 91 2 0 0 20 0 19 0 255372591 9855975424 191768 33554432000 1073741824 1073778376 140736148101840 140603976354488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24734] ppid=24716 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/24718/task/24734/stat : 24734 (java) S 24716 24718 21531 0 -1 4202560 3660 0 0 0 64 0 0 0 20 0 19 0 255372591 9855975424 191768 33554432000 1073741824 1073778376 140736148101840 140603975301688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24735] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24735/stat : 24735 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 191768 33554432000 1073741824 1073778376 140736148101840 140603974249592 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24736] ppid=24716 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/24718/task/24736/stat : 24736 (java) S 24716 24718 21531 0 -1 4202560 95 0 0 0 28 26 0 0 20 0 19 0 255372591 9855975424 191768 33554432000 1073741824 1073778376 140736148101840 140603973197000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24737] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24737/stat : 24737 (java) S 24716 24718 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255372645 9855975424 191768 33554432000 1073741824 1073778376 140736148101840 140603972141992 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1682.34
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/215 24834
/proc/meminfo: memFree=28128340/32873844 swapFree=6584/6584
[pid=24718] ppid=24716 vsize=9624976 CPUtime=1743.24 cores=0,2,4,6
/proc/24718/stat : 24718 (java) S 24716 24718 21531 0 -1 4202496 28194 0 1 0 174182 142 0 0 20 0 19 0 255372585 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140736148092976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2406244 175864 2279 9 0 2396937 0
[pid=24718/tid=24720] ppid=24716 vsize=9624976 CPUtime=1704.29 cores=0,2,4,6
/proc/24718/task/24720/stat : 24720 (java) R 24716 24718 21531 0 -1 4202560 2835 0 1 0 170400 29 0 0 20 0 19 0 255372586 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140604156374400 140604026385058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24721] ppid=24716 vsize=9624976 CPUtime=3.43 cores=0,2,4,6
/proc/24718/task/24721/stat : 24721 (java) S 24716 24718 21531 0 -1 4202560 1489 0 0 0 331 12 0 0 20 0 19 0 255372587 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140604145436968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24722] ppid=24716 vsize=9624976 CPUtime=3.21 cores=0,2,4,6
/proc/24718/task/24722/stat : 24722 (java) S 24716 24718 21531 0 -1 4202560 1346 0 0 0 309 12 0 0 20 0 19 0 255372587 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140604144384168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24723] ppid=24716 vsize=9624976 CPUtime=3.16 cores=0,2,4,6
/proc/24718/task/24723/stat : 24723 (java) S 24716 24718 21531 0 -1 4202560 1410 0 0 0 305 11 0 0 20 0 19 0 255372587 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603998026280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24724] ppid=24716 vsize=9624976 CPUtime=3.38 cores=0,2,4,6
/proc/24718/task/24724/stat : 24724 (java) S 24716 24718 21531 0 -1 4202560 1630 0 0 0 323 15 0 0 20 0 19 0 255372587 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603996973480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24725] ppid=24716 vsize=9624976 CPUtime=3.19 cores=0,2,4,6
/proc/24718/task/24725/stat : 24725 (java) S 24716 24718 21531 0 -1 4202560 1607 0 0 0 304 15 0 0 20 0 19 0 255372587 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603995921192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24726] ppid=24716 vsize=9624976 CPUtime=3.41 cores=0,2,4,6
/proc/24718/task/24726/stat : 24726 (java) S 24716 24718 21531 0 -1 4202560 1502 0 0 0 328 13 0 0 20 0 19 0 255372587 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603994868392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24727] ppid=24716 vsize=9624976 CPUtime=3.14 cores=0,2,4,6
/proc/24718/task/24727/stat : 24727 (java) S 24716 24718 21531 0 -1 4202560 1059 0 0 0 301 13 0 0 20 0 19 0 255372587 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603993816104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24728] ppid=24716 vsize=9624976 CPUtime=3.57 cores=0,2,4,6
/proc/24718/task/24728/stat : 24728 (java) S 24716 24718 21531 0 -1 4202560 1366 0 0 0 344 13 0 0 20 0 19 0 255372587 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603992763304 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24729] ppid=24716 vsize=9624976 CPUtime=6.05 cores=0,2,4,6
/proc/24718/task/24729/stat : 24729 (java) S 24716 24718 21531 0 -1 4202560 857 0 0 0 600 5 0 0 20 0 19 0 255372588 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603980564712 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24730] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24730/stat : 24730 (java) S 24716 24718 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255372589 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603979510776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24731] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24731/stat : 24731 (java) S 24716 24718 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255372589 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603978458376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24732] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24732/stat : 24732 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603977406864 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24733] ppid=24716 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/24718/task/24733/stat : 24733 (java) S 24716 24718 21531 0 -1 4202560 8149 0 0 0 91 2 0 0 20 0 19 0 255372591 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603976354488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24734] ppid=24716 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/24718/task/24734/stat : 24734 (java) S 24716 24718 21531 0 -1 4202560 3660 0 0 0 64 0 0 0 20 0 19 0 255372591 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603975301688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24735] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24735/stat : 24735 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603974249592 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24736] ppid=24716 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/24718/task/24736/stat : 24736 (java) S 24716 24718 21531 0 -1 4202560 99 0 0 0 29 28 0 0 20 0 19 0 255372591 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603973197000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24737] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24737/stat : 24737 (java) S 24716 24718 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255372645 9855975424 175864 33554432000 1073741824 1073778376 140736148101840 140603972141992 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1743.24
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 24834
/proc/meminfo: memFree=28016820/32873844 swapFree=6584/6584
[pid=24718] ppid=24716 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/24718/stat : 24718 (java) S 24716 24718 21531 0 -1 4202496 29211 0 1 0 179849 152 0 0 20 0 19 0 255372585 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140736148092976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2406244 203829 2279 9 0 2396937 0
[pid=24718/tid=24720] ppid=24716 vsize=9624976 CPUtime=1759.35 cores=0,2,4,6
/proc/24718/task/24720/stat : 24720 (java) R 24716 24718 21531 0 -1 4202560 2843 0 1 0 175905 30 0 0 20 0 19 0 255372586 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140604156375288 140604026353076 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24721] ppid=24716 vsize=9624976 CPUtime=3.58 cores=0,2,4,6
/proc/24718/task/24721/stat : 24721 (java) S 24716 24718 21531 0 -1 4202560 1508 0 0 0 344 14 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140604145436968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24722] ppid=24716 vsize=9624976 CPUtime=3.33 cores=0,2,4,6
/proc/24718/task/24722/stat : 24722 (java) S 24716 24718 21531 0 -1 4202560 1413 0 0 0 319 14 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140604144384168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24723] ppid=24716 vsize=9624976 CPUtime=3.28 cores=0,2,4,6
/proc/24718/task/24723/stat : 24723 (java) S 24716 24718 21531 0 -1 4202560 1416 0 0 0 316 12 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603998026280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24724] ppid=24716 vsize=9624976 CPUtime=3.5 cores=0,2,4,6
/proc/24718/task/24724/stat : 24724 (java) S 24716 24718 21531 0 -1 4202560 1651 0 0 0 334 16 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603996973480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24725] ppid=24716 vsize=9624976 CPUtime=3.29 cores=0,2,4,6
/proc/24718/task/24725/stat : 24725 (java) S 24716 24718 21531 0 -1 4202560 1620 0 0 0 314 15 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603995921192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24726] ppid=24716 vsize=9624976 CPUtime=3.57 cores=0,2,4,6
/proc/24718/task/24726/stat : 24726 (java) S 24716 24718 21531 0 -1 4202560 1608 0 0 0 342 15 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603994868392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24727] ppid=24716 vsize=9624976 CPUtime=3.24 cores=0,2,4,6
/proc/24718/task/24727/stat : 24727 (java) S 24716 24718 21531 0 -1 4202560 1066 0 0 0 311 13 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603993816104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24728] ppid=24716 vsize=9624976 CPUtime=3.76 cores=0,2,4,6
/proc/24718/task/24728/stat : 24728 (java) S 24716 24718 21531 0 -1 4202560 1552 0 0 0 361 15 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603992763304 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24729] ppid=24716 vsize=9624976 CPUtime=6.56 cores=0,2,4,6
/proc/24718/task/24729/stat : 24729 (java) S 24716 24718 21531 0 -1 4202560 1437 0 0 0 650 6 0 0 20 0 19 0 255372588 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603980564712 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24730] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24730/stat : 24730 (java) S 24716 24718 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255372589 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603979510776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24731] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24731/stat : 24731 (java) S 24716 24718 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255372589 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603978458376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24732] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24732/stat : 24732 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603977406864 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24733] ppid=24716 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/24718/task/24733/stat : 24733 (java) S 24716 24718 21531 0 -1 4202560 8149 0 0 0 91 2 0 0 20 0 19 0 255372591 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603976354488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24734] ppid=24716 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/24718/task/24734/stat : 24734 (java) S 24716 24718 21531 0 -1 4202560 3660 0 0 0 64 0 0 0 20 0 19 0 255372591 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603975301688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24735] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24735/stat : 24735 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603974249592 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24736] ppid=24716 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/24718/task/24736/stat : 24736 (java) S 24716 24718 21531 0 -1 4202560 103 0 0 0 29 29 0 0 20 0 19 0 255372591 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603973197000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24737] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24737/stat : 24737 (java) S 24716 24718 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255372645 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603972141992 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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+1778.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 24834
/proc/meminfo: memFree=28016820/32873844 swapFree=6584/6584
[pid=24718] ppid=24716 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/24718/stat : 24718 (java) S 24716 24718 21531 0 -1 4202496 29211 0 1 0 179849 152 0 0 20 0 19 0 255372585 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140736148092976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24718/statm: 2406244 203829 2279 9 0 2396937 0
[pid=24718/tid=24720] ppid=24716 vsize=9624976 CPUtime=1759.35 cores=0,2,4,6
/proc/24718/task/24720/stat : 24720 (java) R 24716 24718 21531 0 -1 4202560 2843 0 1 0 175905 30 0 0 20 0 19 0 255372586 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140604156375288 140604026353076 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24721] ppid=24716 vsize=9624976 CPUtime=3.58 cores=0,2,4,6
/proc/24718/task/24721/stat : 24721 (java) S 24716 24718 21531 0 -1 4202560 1508 0 0 0 344 14 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140604145436968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24722] ppid=24716 vsize=9624976 CPUtime=3.33 cores=0,2,4,6
/proc/24718/task/24722/stat : 24722 (java) S 24716 24718 21531 0 -1 4202560 1413 0 0 0 319 14 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140604144384168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24723] ppid=24716 vsize=9624976 CPUtime=3.28 cores=0,2,4,6
/proc/24718/task/24723/stat : 24723 (java) S 24716 24718 21531 0 -1 4202560 1416 0 0 0 316 12 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603998026280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24724] ppid=24716 vsize=9624976 CPUtime=3.5 cores=0,2,4,6
/proc/24718/task/24724/stat : 24724 (java) S 24716 24718 21531 0 -1 4202560 1651 0 0 0 334 16 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603996973480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24725] ppid=24716 vsize=9624976 CPUtime=3.29 cores=0,2,4,6
/proc/24718/task/24725/stat : 24725 (java) S 24716 24718 21531 0 -1 4202560 1620 0 0 0 314 15 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603995921192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24726] ppid=24716 vsize=9624976 CPUtime=3.57 cores=0,2,4,6
/proc/24718/task/24726/stat : 24726 (java) S 24716 24718 21531 0 -1 4202560 1608 0 0 0 342 15 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603994868392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24727] ppid=24716 vsize=9624976 CPUtime=3.24 cores=0,2,4,6
/proc/24718/task/24727/stat : 24727 (java) S 24716 24718 21531 0 -1 4202560 1066 0 0 0 311 13 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603993816104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24728] ppid=24716 vsize=9624976 CPUtime=3.76 cores=0,2,4,6
/proc/24718/task/24728/stat : 24728 (java) S 24716 24718 21531 0 -1 4202560 1552 0 0 0 361 15 0 0 20 0 19 0 255372587 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603992763304 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24729] ppid=24716 vsize=9624976 CPUtime=6.56 cores=0,2,4,6
/proc/24718/task/24729/stat : 24729 (java) S 24716 24718 21531 0 -1 4202560 1437 0 0 0 650 6 0 0 20 0 19 0 255372588 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603980564712 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24730] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24730/stat : 24730 (java) S 24716 24718 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255372589 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603979510776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24731] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24731/stat : 24731 (java) S 24716 24718 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255372589 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603978458376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24732] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24732/stat : 24732 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603977406864 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24733] ppid=24716 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/24718/task/24733/stat : 24733 (java) S 24716 24718 21531 0 -1 4202560 8149 0 0 0 91 2 0 0 20 0 19 0 255372591 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603976354488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24718/tid=24734] ppid=24716 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/24718/task/24734/stat : 24734 (java) S 24716 24718 21531 0 -1 4202560 3660 0 0 0 64 0 0 0 20 0 19 0 255372591 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603975301688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24718/tid=24735] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24735/stat : 24735 (java) S 24716 24718 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372591 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603974249592 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24718/tid=24736] ppid=24716 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/24718/task/24736/stat : 24736 (java) S 24716 24718 21531 0 -1 4202560 103 0 0 0 29 29 0 0 20 0 19 0 255372591 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603973197000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24718/tid=24737] ppid=24716 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24718/task/24737/stat : 24737 (java) S 24716 24718 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255372645 9855975424 203829 33554432000 1073741824 1073778376 140736148101840 140603972141992 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1778.37
CPU time (s): 1800.01
CPU user time (s): 1798.49
CPU system time (s): 1.52
CPU usage (%): 101.217
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.02
system time used= 1.9547
maximum resident set size= 822608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29245
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47543
involuntary context switches= 52902

runsolver used 6.22205 second user time and 14.0419 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-24 22:47:53
IDJOB=3689701
IDBENCH=90203
IDSOLVER=2269
FILE ID=node132/3689701-1337892472
RUNJOBID= node132-1337871880-21547
PBS_JOBID= 14620072
Free space on /tmp= 71636 MiB

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

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

MD5SUM BENCH= e981076bb5354ded6cb9b093a6d1a03e
RANDOM SEED=2058674001

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28865240 kB
Buffers:          226184 kB
Cached:          2711732 kB
SwapCached:            0 kB
Active:           952736 kB
Inactive:        2277424 kB
Active(anon):     294852 kB
Inactive(anon):        0 kB
Active(file):     657884 kB
Inactive(file):  2277424 kB
Unevictable:        6584 kB
Mlocked:            6584 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1648 kB
Writeback:             8 kB
AnonPages:        310656 kB
Mapped:            22428 kB
Shmem:               212 kB
Slab:             628660 kB
SReclaimable:      70952 kB
SUnreclaim:       557708 kB
KernelStack:        1640 kB
PageTables:         4820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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= 71632 MiB
End job on node132 at 2012-05-24 23:17:33