Trace number 3689621

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 1770.37

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K81.opb
MD5SUM07ddcd712bd0834d3fad6b8ca9adfb4d
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 variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
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 82
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.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@4a913fe2
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-3689621-1337891804.opb
0.08/0.12	c reading problem ... 
0.54/0.37	c ... done. Wall clock time 0.249s.
0.54/0.37	c declared #vars     5508
0.54/0.37	c #constraints  5672
0.54/0.37	c constraints type 
0.54/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4549
0.54/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
0.54/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.54/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1040
0.54/0.37	c 5672 constraints processed.
1.77/1.11	c cleaning 2494 clauses out of 4991 with flag 5000/5000
2.53/1.84	c cleaning 4226 clauses out of 8494 with flag 11000/11000
3.45/2.74	c cleaning 5607 clauses out of 11263 with flag 18000/18000
4.58/3.80	c cleaning 6811 clauses out of 13653 with flag 26000/26000
5.72/4.96	c cleaning 7812 clauses out of 15842 with flag 35001/35001
7.12/6.31	c cleaning 8893 clauses out of 18026 with flag 45001/45001
8.63/7.89	c cleaning 9914 clauses out of 20132 with flag 56000/56000
10.34/9.50	c cleaning 10960 clauses out of 22216 with flag 68000/68000
12.28/11.45	c cleaning 11977 clauses out of 24254 with flag 81000/81000
14.30/13.46	c cleaning 13111 clauses out of 26277 with flag 95000/95000
16.64/15.70	c cleaning 14006 clauses out of 28164 with flag 110000/110000
19.85/18.93	c cleaning 14910 clauses out of 30162 with flag 126004/126004
22.27/21.36	c cleaning 16021 clauses out of 32247 with flag 143000/143000
24.79/23.88	c cleaning 16934 clauses out of 34225 with flag 161000/161000
28.10/27.17	c cleaning 17921 clauses out of 36291 with flag 180001/180001
31.57/30.57	c cleaning 18945 clauses out of 38368 with flag 200001/200001
35.51/34.47	c cleaning 19967 clauses out of 40423 with flag 221001/221001
38.94/37.87	c cleaning 21087 clauses out of 42455 with flag 243000/243000
43.39/42.26	c cleaning 21989 clauses out of 44368 with flag 266000/266000
49.33/48.15	c cleaning 23134 clauses out of 46380 with flag 290001/290001
53.93/52.70	c cleaning 23983 clauses out of 48247 with flag 315002/315002
57.97/56.65	c cleaning 24896 clauses out of 50263 with flag 341001/341001
62.71/61.33	c cleaning 25969 clauses out of 52365 with flag 368000/368000
68.05/66.64	c cleaning 26974 clauses out of 54398 with flag 396002/396002
72.91/71.41	c cleaning 28179 clauses out of 56423 with flag 425001/425001
78.26/76.74	c cleaning 29058 clauses out of 58245 with flag 455002/455002
83.79/82.23	c cleaning 29883 clauses out of 60187 with flag 486002/486002
91.13/89.58	c cleaning 30922 clauses out of 62302 with flag 518000/518000
97.12/95.43	c cleaning 32074 clauses out of 64380 with flag 551000/551000
103.65/101.93	c cleaning 32958 clauses out of 66306 with flag 585000/585000
110.20/108.42	c cleaning 33929 clauses out of 68348 with flag 620000/620000
116.74/114.93	c cleaning 35024 clauses out of 70419 with flag 656000/656000
124.70/122.89	c cleaning 35963 clauses out of 72395 with flag 693000/693000
134.36/132.45	c cleaning 37009 clauses out of 74432 with flag 731000/731000
142.97/140.92	c cleaning 37973 clauses out of 76422 with flag 770000/770000
154.54/152.47	c cleaning 38890 clauses out of 78449 with flag 810000/810000
165.04/162.81	c cleaning 39996 clauses out of 80559 with flag 851000/851000
177.14/174.84	c cleaning 40911 clauses out of 82565 with flag 893002/893002
191.92/189.53	c cleaning 41983 clauses out of 84653 with flag 936001/936001
208.00/205.30	c cleaning 43251 clauses out of 86670 with flag 980001/980001
217.14/214.41	c cleaning 44001 clauses out of 88419 with flag 1025001/1025001
228.08/225.35	c cleaning 45074 clauses out of 90416 with flag 1071000/1071000
239.43/236.60	c cleaning 45758 clauses out of 92340 with flag 1118000/1118000
250.92/248.00	c cleaning 46792 clauses out of 94584 with flag 1166002/1166002
265.38/262.42	c cleaning 47975 clauses out of 96790 with flag 1215000/1215000
277.77/274.76	c cleaning 49189 clauses out of 98817 with flag 1265002/1265002
291.50/288.30	c cleaning 50038 clauses out of 100628 with flag 1316002/1316002
305.49/302.22	c cleaning 51102 clauses out of 102592 with flag 1368004/1368004
324.21/320.74	c cleaning 51940 clauses out of 104487 with flag 1421001/1421001
344.48/340.90	c cleaning 53114 clauses out of 106546 with flag 1475000/1475000
356.62/352.95	c cleaning 54027 clauses out of 108436 with flag 1530004/1530004
369.68/365.96	c cleaning 54914 clauses out of 110405 with flag 1586000/1586000
386.02/382.22	c cleaning 55737 clauses out of 112491 with flag 1643000/1643000
405.53/401.60	c cleaning 57004 clauses out of 114755 with flag 1701001/1701001
436.68/432.51	c cleaning 58160 clauses out of 116753 with flag 1760003/1760003
461.09/456.11	c cleaning 59024 clauses out of 118590 with flag 1820000/1820000
476.74/471.42	c cleaning 60102 clauses out of 120566 with flag 1881000/1881000
498.09/492.42	c cleaning 60983 clauses out of 122464 with flag 1943000/1943000
522.86/516.84	c cleaning 61926 clauses out of 124481 with flag 2006000/2006000
556.11/549.62	c cleaning 63053 clauses out of 126555 with flag 2070000/2070000
585.78/578.88	c cleaning 64174 clauses out of 128504 with flag 2135002/2135002
603.41/596.17	c cleaning 64998 clauses out of 130328 with flag 2201000/2201000
630.98/623.07	c cleaning 65794 clauses out of 132330 with flag 2268000/2268000
655.29/646.89	c cleaning 66916 clauses out of 134536 with flag 2336000/2336000
690.16/681.04	c cleaning 67976 clauses out of 136620 with flag 2405000/2405000
713.02/703.35	c cleaning 69296 clauses out of 138648 with flag 2475004/2475004
737.47/727.26	c cleaning 70034 clauses out of 140351 with flag 2546003/2546003
760.63/749.81	c cleaning 70869 clauses out of 142314 with flag 2618000/2618000
788.34/776.90	c cleaning 71742 clauses out of 144445 with flag 2691000/2691000
826.33/814.18	c cleaning 72945 clauses out of 146703 with flag 2765000/2765000
852.08/839.33	c cleaning 74201 clauses out of 148758 with flag 2840000/2840000
888.51/875.19	c cleaning 75174 clauses out of 150559 with flag 2916002/2916002
918.70/904.68	c cleaning 75955 clauses out of 152383 with flag 2993000/2993000
965.43/950.43	c cleaning 76971 clauses out of 154428 with flag 3071000/3071000
995.61/979.97	c cleaning 78042 clauses out of 156460 with flag 3150003/3150003
1024.92/1008.50	c cleaning 78984 clauses out of 158416 with flag 3230001/3230001
1062.59/1045.41	c cleaning 79933 clauses out of 160433 with flag 3311002/3311002
1094.20/1076.24	c cleaning 80674 clauses out of 162498 with flag 3393000/3393000
1133.52/1114.82	c cleaning 82098 clauses out of 164824 with flag 3476000/3476000
1173.95/1154.53	c cleaning 83064 clauses out of 166727 with flag 3560001/3560001
1224.49/1203.92	c cleaning 83758 clauses out of 168662 with flag 3645000/3645000
1281.14/1259.40	c cleaning 85325 clauses out of 170908 with flag 3731004/3731004
1312.54/1290.13	c cleaning 86008 clauses out of 172582 with flag 3818003/3818003
1346.56/1323.41	c cleaning 86864 clauses out of 174572 with flag 3906001/3906001
1396.09/1372.34	c cleaning 87891 clauses out of 176709 with flag 3995002/3995002
1467.22/1442.46	c cleaning 89006 clauses out of 178817 with flag 4085001/4085001
1522.62/1497.08	c cleaning 89891 clauses out of 180810 with flag 4176000/4176000
1576.65/1550.40	c cleaning 91219 clauses out of 182921 with flag 4268002/4268002
1623.55/1596.50	c cleaning 92241 clauses out of 184708 with flag 4361008/4361008
1667.53/1639.88	c cleaning 93045 clauses out of 186459 with flag 4455000/4455000
1716.27/1687.98	c cleaning 93719 clauses out of 188414 with flag 4550000/4550000
1760.55/1731.58	c cleaning 95119 clauses out of 190697 with flag 4646002/4646002
1798.06/1768.41	c cleaning 95928 clauses out of 192577 with flag 4743001/4743001
1800.01/1770.31	c starts		: 269
1800.01/1770.31	c conflicts		: 4749292
1800.01/1770.31	c decisions		: 23445257
1800.01/1770.31	c propagations		: 1559077313
1800.01/1770.31	c inspects		: 11559378508
1800.01/1770.31	c shortcuts		: 0
1800.01/1770.31	c learnt literals	: 41
1800.01/1770.31	c learnt binary clauses	: 70699
1800.01/1770.31	c learnt ternary clauses	: 78880
1800.01/1770.31	c learnt constraints	: 4749252
1800.01/1770.31	c ignored constraints	: 0
1800.01/1770.31	c root simplifications	: 0
1800.01/1770.31	c removed literals (reason simplification)	: 0
1800.01/1770.31	c reason swapping (by a shorter reason)	: 0
1800.01/1770.31	c Calls to reduceDB	: 93
1800.01/1770.31	c number of reductions to clauses (during analyze)	: 0
1800.01/1770.31	c number of learned constraints concerned by reduction	: 0
1800.01/1770.31	c number of learning phase by resolution	: 0
1800.01/1770.31	c number of learning phase by cutting planes	: 0
1800.01/1770.31	c speed (assignments/second)	: 880870.6331556989
1800.01/1770.31	c non guided choices	4595
1800.01/1770.35	c learnt constraints type 
1800.01/1770.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 70700
1800.01/1770.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32390
1800.01/1770.35	c constraints type 
1800.01/1770.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4549
1800.01/1770.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
1800.01/1770.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.01/1770.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1040
1800.01/1770.35	c 5672 constraints processed.
1800.01/1770.35	s UNKNOWN
1800.01/1770.35	c Total wall clock time (in seconds): 1770.228

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.12 3/194 27707
/proc/meminfo: memFree=28046528/32873844 swapFree=6856/6856
[pid=27707] ppid=27705 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27707/stat : 27707 (java) D 27705 27707 20503 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 255308885 9515008 175 33554432000 1073741824 1073778376 140736287544944 140736287527672 270118241168 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/27707/statm: 2323 175 133 9 0 71 0

[startup+0.057968 s]
/proc/loadavg: 2.00 2.00 2.12 3/194 27707
/proc/meminfo: memFree=28046528/32873844 swapFree=6856/6856
[pid=27707] ppid=27705 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/27707/stat : 27707 (java) S 27705 27707 20503 0 -1 4202496 3060 0 1 0 2 1 0 0 20 0 13 0 255308885 9446973440 3758 33554432000 1073741824 1073778376 140735124302544 140735124293680 270121599037 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27707/statm: 2306390 3759 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100293 s]
/proc/loadavg: 2.00 2.00 2.12 3/194 27707
/proc/meminfo: memFree=28046528/32873844 swapFree=6856/6856
[pid=27707] ppid=27705 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27707/stat : 27707 (java) S 27705 27707 20503 0 -1 4202496 4177 0 1 0 7 1 0 0 20 0 18 0 255308885 9787813888 5364 33554432000 1073741824 1073778376 140735124302544 140735124293680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27707/statm: 2389603 5364 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300261 s]
/proc/loadavg: 2.00 2.00 2.12 3/194 27707
/proc/meminfo: memFree=28046528/32873844 swapFree=6856/6856
[pid=27707] ppid=27705 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/27707/stat : 27707 (java) S 27705 27707 20503 0 -1 4202496 7375 0 1 0 52 2 0 0 20 0 18 0 255308885 9787813888 9854 33554432000 1073741824 1073778376 140735124302544 140735124293680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27707/statm: 2389603 9854 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700242 s]
/proc/loadavg: 2.00 2.00 2.12 3/194 27707
/proc/meminfo: memFree=28046528/32873844 swapFree=6856/6856
[pid=27707] ppid=27705 vsize=9624976 CPUtime=1.33 cores=1,3,5,7
/proc/27707/stat : 27707 (java) S 27705 27707 20503 0 -1 4202496 9115 0 1 0 130 3 0 0 20 0 19 0 255308885 9855975424 15306 33554432000 1073741824 1073778376 140735124302544 140735124293680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27707/statm: 2406244 15306 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9624976

[startup+1.50063 s]
/proc/loadavg: 2.00 2.00 2.12 3/213 27726
/proc/meminfo: memFree=27991796/32873844 swapFree=6856/6856
[pid=27707] ppid=27705 vsize=9624976 CPUtime=2.21 cores=1,3,5,7
/proc/27707/stat : 27707 (java) S 27705 27707 20503 0 -1 4202496 9174 0 1 0 218 3 0 0 20 0 19 0 255308885 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140735124293680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27707/statm: 2406244 18425 2275 9 0 2396937 0
[pid=27707/tid=27709] ppid=27705 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/27707/task/27709/stat : 27709 (java) R 27705 27707 20503 0 -1 4202560 2470 0 1 0 142 2 0 0 20 0 19 0 255308886 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193218146440 140193051526341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27710] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27710/stat : 27710 (java) S 27705 27707 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193179638440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27711] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27711/stat : 27711 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193178585896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27712] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27712/stat : 27712 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193177533352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27707/tid=27713] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27713/stat : 27713 (java) S 27705 27707 20503 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193176480808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27714] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27714/stat : 27714 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193175427240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27715] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27715/stat : 27715 (java) S 27705 27707 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193174374696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27707/tid=27716] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27716/stat : 27716 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193173322152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27717] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27717/stat : 27717 (java) S 27705 27707 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193172269608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27718] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27718/stat : 27718 (java) S 27705 27707 20503 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 255308889 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193041439336 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27719] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27719/stat : 27719 (java) S 27705 27707 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255308889 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193040385656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27720] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27720/stat : 27720 (java) S 27705 27707 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308889 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193039333000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27721] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27721/stat : 27721 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193038281744 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27722] ppid=27705 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/27707/task/27722/stat : 27722 (java) S 27705 27707 20503 0 -1 4202560 2867 0 0 0 39 0 0 0 20 0 19 0 255308892 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193037228088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27723] ppid=27705 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/27707/task/27723/stat : 27723 (java) S 27705 27707 20503 0 -1 4202560 2593 0 0 0 31 0 0 0 20 0 19 0 255308892 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140193036175544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27724] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27724/stat : 27724 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140192161720824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27725] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27725/stat : 27725 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140192160668488 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27726] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27726/stat : 27726 (java) S 27705 27707 20503 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255308924 9855975424 18425 33554432000 1073741824 1073778376 140735124302544 140192159614248 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9624976

[startup+3.10063 s]
/proc/loadavg: 2.00 2.00 2.12 3/213 27726
/proc/meminfo: memFree=27976964/32873844 swapFree=6856/6856
[pid=27707] ppid=27705 vsize=9624976 CPUtime=3.87 cores=1,3,5,7
/proc/27707/stat : 27707 (java) S 27705 27707 20503 0 -1 4202496 9201 0 1 0 382 5 0 0 20 0 19 0 255308885 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140735124293680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27707/statm: 2406244 20485 2275 9 0 2396937 0
[pid=27707/tid=27709] ppid=27705 vsize=9624976 CPUtime=3 cores=1,3,5,7
/proc/27707/task/27709/stat : 27709 (java) R 27705 27707 20503 0 -1 4202560 2471 0 1 0 298 2 0 0 20 0 19 0 255308886 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193218146592 140193051526469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27710] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27710/stat : 27710 (java) S 27705 27707 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193179638440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27711] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27711/stat : 27711 (java) S 27705 27707 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193178585896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27712] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27712/stat : 27712 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193177533352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27713] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27713/stat : 27713 (java) S 27705 27707 20503 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193176480808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27707/tid=27714] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27714/stat : 27714 (java) S 27705 27707 20503 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193175427240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27707/tid=27715] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27715/stat : 27715 (java) S 27705 27707 20503 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193174374696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27707/tid=27716] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27716/stat : 27716 (java) S 27705 27707 20503 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193173322152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27717] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27717/stat : 27717 (java) S 27705 27707 20503 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193172269608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27718] ppid=27705 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/27707/task/27718/stat : 27718 (java) S 27705 27707 20503 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 255308889 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193041439336 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27719] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27719/stat : 27719 (java) S 27705 27707 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255308889 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193040385656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27720] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27720/stat : 27720 (java) S 27705 27707 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308889 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193039333000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27721] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27721/stat : 27721 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193038281744 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27722] ppid=27705 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/27707/task/27722/stat : 27722 (java) S 27705 27707 20503 0 -1 4202560 2867 0 0 0 41 0 0 0 20 0 19 0 255308892 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193037228088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27723] ppid=27705 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/27707/task/27723/stat : 27723 (java) S 27705 27707 20503 0 -1 4202560 2594 0 0 0 34 0 0 0 20 0 19 0 255308892 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140193036175544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27724] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27724/stat : 27724 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140192161720824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27725] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27725/stat : 27725 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140192160668488 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27726] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27726/stat : 27726 (java) S 27705 27707 20503 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255308924 9855975424 20485 33554432000 1073741824 1073778376 140735124302544 140192159614248 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 2.00 2.00 2.12 3/213 27726
/proc/meminfo: memFree=27968152/32873844 swapFree=6856/6856
[pid=27707] ppid=27705 vsize=9624976 CPUtime=7.12 cores=1,3,5,7
/proc/27707/stat : 27707 (java) S 27705 27707 20503 0 -1 4202496 9574 0 1 0 707 5 0 0 20 0 19 0 255308885 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140735124293680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27707/statm: 2406244 21500 2275 9 0 2396937 0
[pid=27707/tid=27709] ppid=27705 vsize=9624976 CPUtime=6.14 cores=1,3,5,7
/proc/27707/task/27709/stat : 27709 (java) R 27705 27707 20503 0 -1 4202560 2473 0 1 0 612 2 0 0 20 0 19 0 255308886 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193218146592 140193051526061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27710] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27710/stat : 27710 (java) S 27705 27707 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193179638440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27711] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27711/stat : 27711 (java) S 27705 27707 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193178585896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27712] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27712/stat : 27712 (java) S 27705 27707 20503 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193177533352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27713] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27713/stat : 27713 (java) S 27705 27707 20503 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193176480808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27714] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27714/stat : 27714 (java) S 27705 27707 20503 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193175427240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27715] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27715/stat : 27715 (java) S 27705 27707 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193174374696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27707/tid=27716] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27716/stat : 27716 (java) S 27705 27707 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193173322152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27717] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27717/stat : 27717 (java) S 27705 27707 20503 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 255308887 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193172269608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27718] ppid=27705 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/27707/task/27718/stat : 27718 (java) S 27705 27707 20503 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 255308889 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193041439336 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27719] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27719/stat : 27719 (java) S 27705 27707 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255308889 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193040385656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27720] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27720/stat : 27720 (java) S 27705 27707 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308889 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193039333000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27721] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27721/stat : 27721 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193038281744 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27722] ppid=27705 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/27707/task/27722/stat : 27722 (java) S 27705 27707 20503 0 -1 4202560 2867 0 0 0 41 0 0 0 20 0 19 0 255308892 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193037228088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27723] ppid=27705 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/27707/task/27723/stat : 27723 (java) S 27705 27707 20503 0 -1 4202560 2952 0 0 0 38 0 0 0 20 0 19 0 255308892 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140193036175544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27724] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27724/stat : 27724 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140192161720824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27725] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27725/stat : 27725 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140192160668488 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27726] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27726/stat : 27726 (java) S 27705 27707 20503 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255308924 9855975424 21500 33554432000 1073741824 1073778376 140735124302544 140192159614248 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=27707/tid=27722] ppid=27705 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/27707/task/27722/stat : 27722 (java) S 27705 27707 20503 0 -1 4202560 2870 0 0 0 43 0 0 0 20 0 19 0 255308892 9855975424 168002 33554432000 1073741824 1073778376 140735124302544 140193037228088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27723] ppid=27705 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/27707/task/27723/stat : 27723 (java) S 27705 27707 20503 0 -1 4202560 2953 0 0 0 38 0 0 0 20 0 19 0 255308892 9855975424 168002 33554432000 1073741824 1073778376 140735124302544 140193036175544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27724] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27724/stat : 27724 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 168002 33554432000 1073741824 1073778376 140735124302544 140192161720824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27725] ppid=27705 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/27707/task/27725/stat : 27725 (java) S 27705 27707 20503 0 -1 4202560 94 0 0 0 45 29 0 0 20 0 19 0 255308892 9855975424 168002 33554432000 1073741824 1073778376 140735124302544 140192160668488 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27726] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27726/stat : 27726 (java) S 27705 27707 20503 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255308924 9855975424 168002 33554432000 1073741824 1073778376 140735124302544 140192159614248 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1690.37
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 27824
/proc/meminfo: memFree=28017176/32873844 swapFree=6856/6856
[pid=27707] ppid=27705 vsize=9624976 CPUtime=1751.23 cores=1,3,5,7
/proc/27707/stat : 27707 (java) S 27705 27707 20503 0 -1 4202496 26349 0 1 0 174954 169 0 0 20 0 19 0 255308885 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140735124293680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27707/statm: 2406244 166606 2276 9 0 2396937 0
[pid=27707/tid=27709] ppid=27705 vsize=9624976 CPUtime=1702.13 cores=1,3,5,7
/proc/27707/task/27709/stat : 27709 (java) R 27705 27707 20503 0 -1 4202560 2962 0 1 0 170183 30 0 0 20 0 19 0 255308886 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193218145632 140193051526298 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27710] ppid=27705 vsize=9624976 CPUtime=4.82 cores=1,3,5,7
/proc/27707/task/27710/stat : 27710 (java) S 27705 27707 20503 0 -1 4202560 1719 0 0 0 465 17 0 0 20 0 19 0 255308887 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193179638440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27711] ppid=27705 vsize=9624976 CPUtime=4.71 cores=1,3,5,7
/proc/27707/task/27711/stat : 27711 (java) S 27705 27707 20503 0 -1 4202560 1529 0 0 0 456 15 0 0 20 0 19 0 255308887 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193178585896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27712] ppid=27705 vsize=9624976 CPUtime=4.83 cores=1,3,5,7
/proc/27707/task/27712/stat : 27712 (java) S 27705 27707 20503 0 -1 4202560 1720 0 0 0 467 16 0 0 20 0 19 0 255308887 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193177533352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27713] ppid=27705 vsize=9624976 CPUtime=4.9 cores=1,3,5,7
/proc/27707/task/27713/stat : 27713 (java) S 27705 27707 20503 0 -1 4202560 1509 0 0 0 476 14 0 0 20 0 19 0 255308887 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193176480808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27714] ppid=27705 vsize=9624976 CPUtime=4.82 cores=1,3,5,7
/proc/27707/task/27714/stat : 27714 (java) S 27705 27707 20503 0 -1 4202560 2163 0 0 0 467 15 0 0 20 0 19 0 255308887 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193175427240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27715] ppid=27705 vsize=9624976 CPUtime=4.66 cores=1,3,5,7
/proc/27707/task/27715/stat : 27715 (java) S 27705 27707 20503 0 -1 4202560 3488 0 0 0 451 15 0 0 20 0 19 0 255308887 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193174374696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27716] ppid=27705 vsize=9624976 CPUtime=5.01 cores=1,3,5,7
/proc/27707/task/27716/stat : 27716 (java) S 27705 27707 20503 0 -1 4202560 1596 0 0 0 486 15 0 0 20 0 19 0 255308887 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193173322152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27717] ppid=27705 vsize=9624976 CPUtime=4.48 cores=1,3,5,7
/proc/27707/task/27717/stat : 27717 (java) S 27705 27707 20503 0 -1 4202560 1855 0 0 0 433 15 0 0 20 0 19 0 255308887 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193172269608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27707/tid=27718] ppid=27705 vsize=9624976 CPUtime=4.85 cores=1,3,5,7
/proc/27707/task/27718/stat : 27718 (java) S 27705 27707 20503 0 -1 4202560 702 0 0 0 478 7 0 0 20 0 19 0 255308889 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193041439336 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27719] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27719/stat : 27719 (java) S 27705 27707 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255308889 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193040385656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27720] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27720/stat : 27720 (java) S 27705 27707 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308889 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193039333000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27721] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27721/stat : 27721 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193038281744 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27722] ppid=27705 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/27707/task/27722/stat : 27722 (java) S 27705 27707 20503 0 -1 4202560 2870 0 0 0 43 0 0 0 20 0 19 0 255308892 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193037228088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27723] ppid=27705 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/27707/task/27723/stat : 27723 (java) S 27705 27707 20503 0 -1 4202560 2953 0 0 0 38 0 0 0 20 0 19 0 255308892 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140193036175544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27724] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27724/stat : 27724 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140192161720824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27725] ppid=27705 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/27707/task/27725/stat : 27725 (java) S 27705 27707 20503 0 -1 4202560 98 0 0 0 46 32 0 0 20 0 19 0 255308892 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140192160668488 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27726] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27726/stat : 27726 (java) S 27705 27707 20503 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255308924 9855975424 166606 33554432000 1073741824 1073778376 140735124302544 140192159614248 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1751.23
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 27824
/proc/meminfo: memFree=28028900/32873844 swapFree=6856/6856
[pid=27707] ppid=27705 vsize=9624976 CPUtime=1800.01 cores=1,3,5,7
/proc/27707/stat : 27707 (java) S 27705 27707 20503 0 -1 4202496 26391 0 1 0 179831 170 0 0 20 0 19 0 255308885 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140735124293680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27707/statm: 2406244 163729 2276 9 0 2396937 0
[pid=27707/tid=27709] ppid=27705 vsize=9624976 CPUtime=1749.53 cores=1,3,5,7
/proc/27707/task/27709/stat : 27709 (java) R 27705 27707 20503 0 -1 4202560 2971 0 1 0 174922 31 0 0 20 0 19 0 255308886 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193218146592 140193051588617 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27710] ppid=27705 vsize=9624976 CPUtime=4.95 cores=1,3,5,7
/proc/27707/task/27710/stat : 27710 (java) S 27705 27707 20503 0 -1 4202560 1730 0 0 0 478 17 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193179638440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27711] ppid=27705 vsize=9624976 CPUtime=4.82 cores=1,3,5,7
/proc/27707/task/27711/stat : 27711 (java) S 27705 27707 20503 0 -1 4202560 1529 0 0 0 467 15 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193178585896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27712] ppid=27705 vsize=9624976 CPUtime=5 cores=1,3,5,7
/proc/27707/task/27712/stat : 27712 (java) S 27705 27707 20503 0 -1 4202560 1720 0 0 0 484 16 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193177533352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27713] ppid=27705 vsize=9624976 CPUtime=5.02 cores=1,3,5,7
/proc/27707/task/27713/stat : 27713 (java) S 27705 27707 20503 0 -1 4202560 1517 0 0 0 488 14 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193176480808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27714] ppid=27705 vsize=9624976 CPUtime=4.94 cores=1,3,5,7
/proc/27707/task/27714/stat : 27714 (java) S 27705 27707 20503 0 -1 4202560 2163 0 0 0 479 15 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193175427240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27715] ppid=27705 vsize=9624976 CPUtime=4.81 cores=1,3,5,7
/proc/27707/task/27715/stat : 27715 (java) S 27705 27707 20503 0 -1 4202560 3488 0 0 0 466 15 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193174374696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27716] ppid=27705 vsize=9624976 CPUtime=5.14 cores=1,3,5,7
/proc/27707/task/27716/stat : 27716 (java) S 27705 27707 20503 0 -1 4202560 1596 0 0 0 499 15 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193173322152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27717] ppid=27705 vsize=9624976 CPUtime=4.63 cores=1,3,5,7
/proc/27707/task/27717/stat : 27717 (java) S 27705 27707 20503 0 -1 4202560 1855 0 0 0 448 15 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193172269608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27718] ppid=27705 vsize=9624976 CPUtime=5.01 cores=1,3,5,7
/proc/27707/task/27718/stat : 27718 (java) S 27705 27707 20503 0 -1 4202560 714 0 0 0 494 7 0 0 20 0 19 0 255308889 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193041439336 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27719] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27719/stat : 27719 (java) S 27705 27707 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255308889 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193040385656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27720] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27720/stat : 27720 (java) S 27705 27707 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308889 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193039333000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27721] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27721/stat : 27721 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193038281744 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27722] ppid=27705 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/27707/task/27722/stat : 27722 (java) S 27705 27707 20503 0 -1 4202560 2870 0 0 0 43 0 0 0 20 0 19 0 255308892 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193037228088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27723] ppid=27705 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/27707/task/27723/stat : 27723 (java) S 27705 27707 20503 0 -1 4202560 2953 0 0 0 38 0 0 0 20 0 19 0 255308892 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193036175544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27724] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27724/stat : 27724 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140192161720824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27725] ppid=27705 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/27707/task/27725/stat : 27725 (java) S 27705 27707 20503 0 -1 4202560 100 0 0 0 48 32 0 0 20 0 19 0 255308892 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140192160668488 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27726] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27726/stat : 27726 (java) S 27705 27707 20503 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255308924 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140192159614248 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 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+1770.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 27824
/proc/meminfo: memFree=28028900/32873844 swapFree=6856/6856
[pid=27707] ppid=27705 vsize=9624976 CPUtime=1800.01 cores=1,3,5,7
/proc/27707/stat : 27707 (java) S 27705 27707 20503 0 -1 4202496 26391 0 1 0 179831 170 0 0 20 0 19 0 255308885 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140735124293680 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27707/statm: 2406244 163729 2276 9 0 2396937 0
[pid=27707/tid=27709] ppid=27705 vsize=9624976 CPUtime=1749.53 cores=1,3,5,7
/proc/27707/task/27709/stat : 27709 (java) R 27705 27707 20503 0 -1 4202560 2971 0 1 0 174922 31 0 0 20 0 19 0 255308886 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193218146592 140193051588617 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27710] ppid=27705 vsize=9624976 CPUtime=4.95 cores=1,3,5,7
/proc/27707/task/27710/stat : 27710 (java) S 27705 27707 20503 0 -1 4202560 1730 0 0 0 478 17 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193179638440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27711] ppid=27705 vsize=9624976 CPUtime=4.82 cores=1,3,5,7
/proc/27707/task/27711/stat : 27711 (java) S 27705 27707 20503 0 -1 4202560 1529 0 0 0 467 15 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193178585896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27712] ppid=27705 vsize=9624976 CPUtime=5 cores=1,3,5,7
/proc/27707/task/27712/stat : 27712 (java) S 27705 27707 20503 0 -1 4202560 1720 0 0 0 484 16 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193177533352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27713] ppid=27705 vsize=9624976 CPUtime=5.02 cores=1,3,5,7
/proc/27707/task/27713/stat : 27713 (java) S 27705 27707 20503 0 -1 4202560 1517 0 0 0 488 14 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193176480808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27714] ppid=27705 vsize=9624976 CPUtime=4.94 cores=1,3,5,7
/proc/27707/task/27714/stat : 27714 (java) S 27705 27707 20503 0 -1 4202560 2163 0 0 0 479 15 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193175427240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27715] ppid=27705 vsize=9624976 CPUtime=4.81 cores=1,3,5,7
/proc/27707/task/27715/stat : 27715 (java) S 27705 27707 20503 0 -1 4202560 3488 0 0 0 466 15 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193174374696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27716] ppid=27705 vsize=9624976 CPUtime=5.14 cores=1,3,5,7
/proc/27707/task/27716/stat : 27716 (java) S 27705 27707 20503 0 -1 4202560 1596 0 0 0 499 15 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193173322152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27717] ppid=27705 vsize=9624976 CPUtime=4.63 cores=1,3,5,7
/proc/27707/task/27717/stat : 27717 (java) S 27705 27707 20503 0 -1 4202560 1855 0 0 0 448 15 0 0 20 0 19 0 255308887 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193172269608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27718] ppid=27705 vsize=9624976 CPUtime=5.01 cores=1,3,5,7
/proc/27707/task/27718/stat : 27718 (java) S 27705 27707 20503 0 -1 4202560 714 0 0 0 494 7 0 0 20 0 19 0 255308889 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193041439336 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27719] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27719/stat : 27719 (java) S 27705 27707 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255308889 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193040385656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27720] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27720/stat : 27720 (java) S 27705 27707 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308889 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193039333000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27721] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27721/stat : 27721 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193038281744 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27722] ppid=27705 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/27707/task/27722/stat : 27722 (java) S 27705 27707 20503 0 -1 4202560 2870 0 0 0 43 0 0 0 20 0 19 0 255308892 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193037228088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27707/tid=27723] ppid=27705 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/27707/task/27723/stat : 27723 (java) S 27705 27707 20503 0 -1 4202560 2953 0 0 0 38 0 0 0 20 0 19 0 255308892 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140193036175544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27724] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27724/stat : 27724 (java) S 27705 27707 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308892 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140192161720824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27707/tid=27725] ppid=27705 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/27707/task/27725/stat : 27725 (java) S 27705 27707 20503 0 -1 4202560 100 0 0 0 48 32 0 0 20 0 19 0 255308892 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140192160668488 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27707/tid=27726] ppid=27705 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27707/task/27726/stat : 27726 (java) S 27705 27707 20503 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255308924 9855975424 163729 33554432000 1073741824 1073778376 140735124302544 140192159614248 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 27707 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=770305
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=71685
# CPU time returned by wait4() is 1795.84
# 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): 1770.37
CPU time (s): 1800.01
CPU user time (s): 1798.31
CPU system time (s): 1.7
CPU usage (%): 101.674
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.77
system time used= 2.07168
maximum resident set size= 700616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26428
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51520
involuntary context switches= 69132

runsolver used 6.12107 second user time and 16.2225 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-24 22:36:44
IDJOB=3689621
IDBENCH=90126
IDSOLVER=2269
FILE ID=node106/3689621-1337891804
RUNJOBID= node106-1337889496-26305
PBS_JOBID= 14620098
Free space on /tmp= 71664 MiB

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

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

MD5SUM BENCH= 07ddcd712bd0834d3fad6b8ca9adfb4d
RANDOM SEED=200324505

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28047320 kB
Buffers:          217852 kB
Cached:          2938700 kB
SwapCached:            0 kB
Active:          1611900 kB
Inactive:        2448324 kB
Active(anon):     906228 kB
Inactive(anon):        0 kB
Active(file):     705672 kB
Inactive(file):  2448324 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:        889796 kB
Mapped:            22592 kB
Shmem:               200 kB
Slab:             627848 kB
SReclaimable:      70296 kB
SUnreclaim:       557552 kB
KernelStack:        1592 kB
PageTables:         5964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1104740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    825344 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= 71660 MiB
End job on node106 at 2012-05-24 23:06:16