Trace number 3710905

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.06 1797.15

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_7.opb
MD5SUM7da351a6b3346c83b923d96056c07b3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark263.406
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21
Optimality of the best value was proved NO
Number of variables12935
Total number of constraints47889
Number of constraints which are clauses47870
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint1
Maximum length of a constraint953
Number of terms in the objective function 953
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 953
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 984
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710905-1338161794.opb
0.08/0.13	c reading problem ... 
0.88/0.56	c ... done. Wall clock time 0.423s.
0.88/0.56	c declared #vars     12935
0.88/0.56	c #constraints  47889
0.88/0.56	c constraints type 
0.88/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11970
0.88/0.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.88/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 35913
0.88/0.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
0.88/0.56	c 47889 constraints processed.
3.91/3.16	c cleaning 2493 clauses out of 5000 with flag 5000/5000
6.99/6.15	c cleaning 4252 clauses out of 8508 with flag 11001/11001
10.39/9.59	c cleaning 5624 clauses out of 11255 with flag 18000/18000
14.61/13.77	c cleaning 6809 clauses out of 13631 with flag 26000/26000
18.86/17.98	c cleaning 7904 clauses out of 15823 with flag 35001/35001
23.57/22.61	c cleaning 8943 clauses out of 17918 with flag 45000/45000
30.37/29.48	c cleaning 9741 clauses out of 19975 with flag 56000/56000
35.88/34.98	c cleaning 11107 clauses out of 22235 with flag 68001/68001
42.39/41.48	c cleaning 12033 clauses out of 24127 with flag 81000/81000
50.30/49.34	c cleaning 13006 clauses out of 26094 with flag 95000/95000
58.82/57.82	c cleaning 14040 clauses out of 28089 with flag 110001/110001
67.45/66.43	c cleaning 14994 clauses out of 30048 with flag 126000/126000
75.55/74.54	c cleaning 16012 clauses out of 32054 with flag 143000/143000
83.16/82.15	c cleaning 17014 clauses out of 34043 with flag 161001/161001
91.67/90.60	c cleaning 17980 clauses out of 36028 with flag 180000/180000
100.67/99.66	c cleaning 19018 clauses out of 38048 with flag 200000/200000
110.69/109.67	c cleaning 19978 clauses out of 40030 with flag 221000/221000
120.79/119.75	c cleaning 21019 clauses out of 42052 with flag 243000/243000
131.69/130.67	c cleaning 21836 clauses out of 44033 with flag 266000/266000
142.10/141.05	c cleaning 23067 clauses out of 46197 with flag 290000/290000
152.60/151.53	c cleaning 24056 clauses out of 48130 with flag 315000/315000
165.41/164.38	c cleaning 24985 clauses out of 50074 with flag 341000/341000
178.63/177.57	c cleaning 26034 clauses out of 52089 with flag 368000/368000
191.55/190.43	c cleaning 27024 clauses out of 54055 with flag 396000/396000
205.99/204.86	c cleaning 27938 clauses out of 56031 with flag 425000/425000
218.71/217.53	c cleaning 28914 clauses out of 58093 with flag 455000/455000
231.42/230.26	c cleaning 30081 clauses out of 60180 with flag 486001/486001
244.35/243.19	c cleaning 31036 clauses out of 62098 with flag 518000/518000
260.56/259.36	c cleaning 31976 clauses out of 64062 with flag 551000/551000
275.57/274.32	c cleaning 32918 clauses out of 66086 with flag 585000/585000
291.79/290.54	c cleaning 34072 clauses out of 68169 with flag 620001/620001
309.10/307.80	c cleaning 34891 clauses out of 70097 with flag 656001/656001
326.22/324.99	c cleaning 36089 clauses out of 72205 with flag 693000/693000
346.16/344.83	c cleaning 37047 clauses out of 74117 with flag 731001/731001
365.78/364.45	c cleaning 38016 clauses out of 76069 with flag 770000/770000
388.01/386.64	c cleaning 39021 clauses out of 78053 with flag 810000/810000
405.12/403.76	c cleaning 40005 clauses out of 80032 with flag 851000/851000
424.43/423.01	c cleaning 41009 clauses out of 82029 with flag 893002/893002
444.85/443.40	c cleaning 42001 clauses out of 84020 with flag 936002/936002
470.77/469.40	c cleaning 42999 clauses out of 86018 with flag 980001/980001
494.41/492.98	c cleaning 43998 clauses out of 88018 with flag 1025000/1025000
515.92/514.47	c cleaning 44995 clauses out of 90021 with flag 1071001/1071001
535.06/533.54	c cleaning 45957 clauses out of 92025 with flag 1118000/1118000
554.07/552.58	c cleaning 46926 clauses out of 94068 with flag 1166000/1166000
581.88/580.36	c cleaning 48054 clauses out of 96142 with flag 1215000/1215000
611.90/610.31	c cleaning 49028 clauses out of 98089 with flag 1265001/1265001
639.61/638.03	c cleaning 50003 clauses out of 100061 with flag 1316001/1316001
664.56/662.95	c cleaning 51016 clauses out of 102058 with flag 1368001/1368001
689.99/688.37	c cleaning 52015 clauses out of 104043 with flag 1421002/1421002
723.22/721.59	c cleaning 53001 clauses out of 106028 with flag 1475002/1475002
749.34/747.69	c cleaning 54005 clauses out of 108025 with flag 1530000/1530000
769.65/767.97	c cleaning 55001 clauses out of 110021 with flag 1586001/1586001
790.37/788.67	c cleaning 55987 clauses out of 112020 with flag 1643001/1643001
812.20/810.47	c cleaning 56963 clauses out of 114032 with flag 1701000/1701000
838.05/836.21	c cleaning 57991 clauses out of 116071 with flag 1760002/1760002
861.58/859.73	c cleaning 59026 clauses out of 118079 with flag 1820001/1820001
883.49/881.65	c cleaning 60010 clauses out of 120052 with flag 1881000/1881000
905.13/903.26	c cleaning 61012 clauses out of 122042 with flag 1943000/1943000
928.27/926.38	c cleaning 62009 clauses out of 124032 with flag 2006002/2006002
956.01/954.03	c cleaning 62997 clauses out of 126021 with flag 2070000/2070000
986.44/984.46	c cleaning 63999 clauses out of 128025 with flag 2135001/2135001
1028.17/1026.15	c cleaning 65003 clauses out of 130025 with flag 2201000/2201000
1064.31/1062.21	c cleaning 65997 clauses out of 132026 with flag 2268004/2268004
1095.55/1093.47	c cleaning 66833 clauses out of 134025 with flag 2336000/2336000
1122.19/1120.01	c cleaning 68045 clauses out of 136192 with flag 2405000/2405000
1152.74/1150.51	c cleaning 68974 clauses out of 138147 with flag 2475000/2475000
1186.78/1184.58	c cleaning 70076 clauses out of 140174 with flag 2546001/2546001
1220.54/1218.29	c cleaning 70930 clauses out of 142097 with flag 2618000/2618000
1249.69/1247.33	c cleaning 72064 clauses out of 144167 with flag 2691000/2691000
1273.40/1271.02	c cleaning 73031 clauses out of 146103 with flag 2765000/2765000
1299.45/1297.04	c cleaning 74001 clauses out of 148072 with flag 2840000/2840000
1326.62/1324.12	c cleaning 75020 clauses out of 150074 with flag 2916003/2916003
1355.05/1352.50	c cleaning 76025 clauses out of 152051 with flag 2993000/2993000
1387.82/1385.22	c cleaning 77002 clauses out of 154027 with flag 3071001/3071001
1420.04/1417.42	c cleaning 77998 clauses out of 156024 with flag 3150000/3150000
1455.45/1452.83	c cleaning 78889 clauses out of 158026 with flag 3230000/3230000
1487.46/1484.80	c cleaning 80060 clauses out of 160137 with flag 3311000/3311000
1529.19/1526.51	c cleaning 81024 clauses out of 162078 with flag 3393001/3393001
1567.84/1565.15	c cleaning 81830 clauses out of 164053 with flag 3476000/3476000
1604.85/1602.13	c cleaning 82973 clauses out of 166223 with flag 3560000/3560000
1637.77/1635.08	c cleaning 83949 clauses out of 168250 with flag 3645000/3645000
1673.20/1670.49	c cleaning 85136 clauses out of 170301 with flag 3731000/3731000
1707.35/1704.51	c cleaning 86073 clauses out of 172166 with flag 3818001/3818001
1743.60/1740.75	c cleaning 87034 clauses out of 174092 with flag 3906000/3906000
1781.74/1778.84	c cleaning 87881 clauses out of 176058 with flag 3995000/3995000
1800.06/1797.11	c starts		: 253
1800.06/1797.11	c conflicts		: 4033214
1800.06/1797.11	c decisions		: 33250329
1800.06/1797.11	c propagations		: 5243137725
1800.06/1797.11	c inspects		: 20479049872
1800.06/1797.11	c shortcuts		: 0
1800.06/1797.11	c learnt literals	: 0
1800.06/1797.11	c learnt binary clauses	: 0
1800.06/1797.11	c learnt ternary clauses	: 2
1800.06/1797.11	c learnt constraints	: 4033214
1800.06/1797.11	c ignored constraints	: 0
1800.06/1797.11	c root simplifications	: 253
1800.06/1797.11	c removed literals (reason simplification)	: 64272583
1800.06/1797.11	c reason swapping (by a shorter reason)	: 0
1800.06/1797.11	c Calls to reduceDB	: 85
1800.06/1797.11	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.11	c number of learned constraints concerned by reduction	: 0
1800.06/1797.11	c number of learning phase by resolution	: 0
1800.06/1797.11	c number of learning phase by cutting planes	: 0
1800.06/1797.11	c speed (assignments/second)	: 2918471.318136681
1800.06/1797.11	c non guided choices	1292
1800.06/1797.14	c learnt constraints type 
1800.06/1797.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126480
1800.06/1797.14	c constraints type 
1800.06/1797.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11970
1800.06/1797.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.06/1797.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 35913
1800.06/1797.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
1800.06/1797.14	c 47889 constraints processed.
1800.06/1797.14	s UNKNOWN
1800.06/1797.14	c Total wall clock time (in seconds): 1797.008

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-3710905-1338161794/watcher-3710905-1338161794 -o /tmp/evaluation-result-3710905-1338161794/solver-3710905-1338161794 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710905-1338161794.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: 1.93 1.99 1.99 5/197 31608
/proc/meminfo: memFree=31050592/32873844 swapFree=7624/7624
[pid=31608] ppid=31606 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31608/stat : 31608 (java) D 31606 31608 31312 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 282305043 9515008 182 33554432000 1073741824 1073778376 140733893686848 140733893677880 214369648309 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/31608/statm: 2323 182 140 9 0 71 0

[startup+0.0567889 s]
/proc/loadavg: 1.93 1.99 1.99 5/197 31608
/proc/meminfo: memFree=31050592/32873844 swapFree=7624/7624
[pid=31608] ppid=31606 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/31608/stat : 31608 (java) S 31606 31608 31312 0 -1 4202496 3109 0 1 0 3 1 0 0 20 0 13 0 282305043 9446973440 3295 33554432000 1073741824 1073778376 140735196728992 140735196720128 214373007421 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31608/statm: 2306390 3295 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100328 s]
/proc/loadavg: 1.93 1.99 1.99 5/197 31608
/proc/meminfo: memFree=31050592/32873844 swapFree=7624/7624
[pid=31608] ppid=31606 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/31608/stat : 31608 (java) S 31606 31608 31312 0 -1 4202496 3839 0 1 0 7 1 0 0 20 0 18 0 282305043 9787842560 4536 33554432000 1073741824 1073778376 140735196728992 140735196720128 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31608/statm: 2389610 4550 2009 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300289 s]
/proc/loadavg: 1.93 1.99 1.99 5/197 31608
/proc/meminfo: memFree=31050592/32873844 swapFree=7624/7624
[pid=31608] ppid=31606 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/31608/stat : 31608 (java) S 31606 31608 31312 0 -1 4202496 5568 0 1 0 44 2 0 0 20 0 18 0 282305043 9787842560 7925 33554432000 1073741824 1073778376 140735196728992 140735196720128 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31608/statm: 2389610 7925 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700318 s]
/proc/loadavg: 1.93 1.99 1.99 5/197 31608
/proc/meminfo: memFree=31050592/32873844 swapFree=7624/7624
[pid=31608] ppid=31606 vsize=9625004 CPUtime=1.31 cores=1,3,5,7
/proc/31608/stat : 31608 (java) S 31606 31608 31312 0 -1 4202496 8483 0 1 0 127 4 0 0 20 0 19 0 282305043 9856004096 30682 33554432000 1073741824 1073778376 140735196728992 140735196720128 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31608/statm: 2406251 30682 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625004

[startup+1.50077 s]
/proc/loadavg: 1.93 1.99 1.99 2/193 31627
/proc/meminfo: memFree=31124084/32873844 swapFree=7624/7624
[pid=31608] ppid=31606 vsize=9625004 CPUtime=2.27 cores=1,3,5,7
/proc/31608/stat : 31608 (java) S 31606 31608 31312 0 -1 4202496 9219 0 1 0 222 5 0 0 20 0 19 0 282305043 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140735196720128 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31608/statm: 2406251 31386 2258 9 0 2396937 0
[pid=31608/tid=31610] ppid=31606 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/31608/task/31610/stat : 31610 (java) R 31606 31608 31312 0 -1 4202560 2620 0 1 0 143 3 0 0 20 0 19 0 282305044 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140661056753688 140660929190265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31611] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31611/stat : 31611 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660900752424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31612] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31612/stat : 31612 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660899699624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31613] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31613/stat : 31613 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660898646824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31614] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31614/stat : 31614 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660897594024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31615] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31615/stat : 31615 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660896541224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31616] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31616/stat : 31616 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660895488424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31617] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31617/stat : 31617 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660894435624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31618] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31618/stat : 31618 (java) S 31606 31608 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660893382824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31619] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31619/stat : 31619 (java) S 31606 31608 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282305047 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660880972776 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31620] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31620/stat : 31620 (java) S 31606 31608 31312 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282305047 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660879918840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31621] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31621/stat : 31621 (java) S 31606 31608 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282305047 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660878865928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31622] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31622/stat : 31622 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660877814416 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31623] ppid=31606 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/31608/task/31623/stat : 31623 (java) S 31606 31608 31312 0 -1 4202560 2009 0 0 0 34 0 0 0 20 0 19 0 282305050 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660876761528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31624] ppid=31606 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/31608/task/31624/stat : 31624 (java) S 31606 31608 31312 0 -1 4202560 3390 0 0 0 43 0 0 0 20 0 19 0 282305050 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660875708728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31625] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31625/stat : 31625 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660874656120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31626] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31626/stat : 31626 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660873603528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31627] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31627/stat : 31627 (java) S 31606 31608 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282305101 9856004096 31386 33554432000 1073741824 1073778376 140735196728992 140660872550056 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625004

[startup+3.10063 s]
/proc/loadavg: 1.93 1.99 1.99 3/192 31634
/proc/meminfo: memFree=31123416/32873844 swapFree=7624/7624
[pid=31608] ppid=31606 vsize=9625004 CPUtime=3.91 cores=1,3,5,7
/proc/31608/stat : 31608 (java) S 31606 31608 31312 0 -1 4202496 9232 0 1 0 386 5 0 0 20 0 19 0 282305043 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140735196720128 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31608/statm: 2406251 31397 2261 9 0 2396937 0
[pid=31608/tid=31610] ppid=31606 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/31608/task/31610/stat : 31610 (java) R 31606 31608 31312 0 -1 4202560 2622 0 1 0 302 3 0 0 20 0 19 0 282305044 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140661056752312 140660929265073 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31611] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31611/stat : 31611 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660900752424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31612] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31612/stat : 31612 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660899699624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31613] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31613/stat : 31613 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660898646824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31614] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31614/stat : 31614 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660897594024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31615] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31615/stat : 31615 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660896541224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31616] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31616/stat : 31616 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660895488424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31617] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31617/stat : 31617 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660894435624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31618] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31618/stat : 31618 (java) S 31606 31608 31312 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660893382824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31619] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31619/stat : 31619 (java) S 31606 31608 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282305047 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660880972776 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31620] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31620/stat : 31620 (java) S 31606 31608 31312 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282305047 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660879918840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31621] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31621/stat : 31621 (java) S 31606 31608 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282305047 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660878865928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31622] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31622/stat : 31622 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660877814416 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31623] ppid=31606 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/31608/task/31623/stat : 31623 (java) S 31606 31608 31312 0 -1 4202560 2009 0 0 0 34 0 0 0 20 0 19 0 282305050 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660876761528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31624] ppid=31606 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/31608/task/31624/stat : 31624 (java) S 31606 31608 31312 0 -1 4202560 3400 0 0 0 46 0 0 0 20 0 19 0 282305050 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660875708728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31625] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31625/stat : 31625 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660874656120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31626] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31626/stat : 31626 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660873603528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31627] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31627/stat : 31627 (java) S 31606 31608 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282305101 9856004096 31397 33554432000 1073741824 1073778376 140735196728992 140660872550056 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625004

[startup+6.30079 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 31683
/proc/meminfo: memFree=31026892/32873844 swapFree=7624/7624
[pid=31608] ppid=31606 vsize=9625004 CPUtime=7.19 cores=1,3,5,7
/proc/31608/stat : 31608 (java) S 31606 31608 31312 0 -1 4202496 9329 0 1 0 713 6 0 0 20 0 19 0 282305043 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140735196720128 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31608/statm: 2406251 36477 2286 9 0 2396937 0
[pid=31608/tid=31610] ppid=31606 vsize=9625004 CPUtime=6.17 cores=1,3,5,7
/proc/31608/task/31610/stat : 31610 (java) R 31606 31608 31312 0 -1 4202560 2627 0 1 0 614 3 0 0 20 0 19 0 282305044 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140661056753968 140660929265451 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31611] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31611/stat : 31611 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660900752424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31612] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31612/stat : 31612 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660899699624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31613] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31613/stat : 31613 (java) S 31606 31608 31312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660898646824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31614] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31614/stat : 31614 (java) S 31606 31608 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660897594024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31615] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31615/stat : 31615 (java) S 31606 31608 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660896541224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31616] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31616/stat : 31616 (java) S 31606 31608 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660895488424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31617] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31617/stat : 31617 (java) S 31606 31608 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660894435624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31618] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31618/stat : 31618 (java) S 31606 31608 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282305045 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660893382824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31619] ppid=31606 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/31608/task/31619/stat : 31619 (java) S 31606 31608 31312 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 282305047 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660880972776 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31620] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31620/stat : 31620 (java) S 31606 31608 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282305047 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660879918840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31621] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31621/stat : 31621 (java) S 31606 31608 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282305047 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660878865928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31622] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31622/stat : 31622 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660877814416 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31623] ppid=31606 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/31608/task/31623/stat : 31623 (java) S 31606 31608 31312 0 -1 4202560 2020 0 0 0 36 0 0 0 20 0 19 0 282305050 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660876761528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31624] ppid=31606 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/31608/task/31624/stat : 31624 (java) S 31606 31608 31312 0 -1 4202560 3411 0 0 0 49 0 0 0 20 0 19 0 282305050 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660875708728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31625] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31625/stat : 31625 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660874656120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31626] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31626/stat : 31626 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660873603528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31627] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31627/stat : 31627 (java) S 31606 31608 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282305101 9856004096 36477 33554432000 1073741824 1073778376 140735196728992 140660872550056 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=31608/tid=31623] ppid=31606 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/31608/task/31623/stat : 31623 (java) S 31606 31608 31312 0 -1 4202560 2810 0 0 0 44 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660876761528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31624] ppid=31606 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/31608/task/31624/stat : 31624 (java) S 31606 31608 31312 0 -1 4202560 3411 0 0 0 50 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660875708728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31625] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31625/stat : 31625 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660874656120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31626] ppid=31606 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/31608/task/31626/stat : 31626 (java) S 31606 31608 31312 0 -1 4202560 99 0 0 0 29 15 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660873603528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31627] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31627/stat : 31627 (java) S 31606 31608 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282305101 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660872550056 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.19
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 31721
/proc/meminfo: memFree=30850096/32873844 swapFree=7624/7624
[pid=31608] ppid=31606 vsize=9625004 CPUtime=1785.25 cores=1,3,5,7
/proc/31608/stat : 31608 (java) S 31606 31608 31312 0 -1 4202496 11364 0 1 0 178493 32 0 0 20 0 19 0 282305043 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140735196720128 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31608/statm: 2406251 55332 2287 9 0 2396937 0
[pid=31608/tid=31610] ppid=31606 vsize=9625004 CPUtime=1772.39 cores=1,3,5,7
/proc/31608/task/31610/stat : 31610 (java) R 31606 31608 31312 0 -1 4202560 2708 0 1 0 177209 30 0 0 20 0 19 0 282305044 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140661056753968 140660929291720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31611] ppid=31606 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/31608/task/31611/stat : 31611 (java) S 31606 31608 31312 0 -1 4202560 179 0 0 0 31 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660900752424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31612] ppid=31606 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/31608/task/31612/stat : 31612 (java) S 31606 31608 31312 0 -1 4202560 169 0 0 0 33 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660899699624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31613] ppid=31606 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/31608/task/31613/stat : 31613 (java) S 31606 31608 31312 0 -1 4202560 71 0 0 0 33 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660898646824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31614] ppid=31606 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/31608/task/31614/stat : 31614 (java) S 31606 31608 31312 0 -1 4202560 107 0 0 0 28 1 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660897594024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31615] ppid=31606 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/31608/task/31615/stat : 31615 (java) S 31606 31608 31312 0 -1 4202560 83 0 0 0 32 2 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660896541224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31616] ppid=31606 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/31608/task/31616/stat : 31616 (java) S 31606 31608 31312 0 -1 4202560 193 0 0 0 30 2 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660895488424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31617] ppid=31606 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/31608/task/31617/stat : 31617 (java) S 31606 31608 31312 0 -1 4202560 147 0 0 0 34 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660894435624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31618] ppid=31606 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/31608/task/31618/stat : 31618 (java) S 31606 31608 31312 0 -1 4202560 24 0 0 0 33 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660893382824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31619] ppid=31606 vsize=9625004 CPUtime=4.42 cores=1,3,5,7
/proc/31608/task/31619/stat : 31619 (java) S 31606 31608 31312 0 -1 4202560 173 0 0 0 440 2 0 0 20 0 19 0 282305047 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660880972776 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31620] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31620/stat : 31620 (java) S 31606 31608 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282305047 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660879918840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31621] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31621/stat : 31621 (java) S 31606 31608 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282305047 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660878865928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31622] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31622/stat : 31622 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660877814416 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31623] ppid=31606 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/31608/task/31623/stat : 31623 (java) S 31606 31608 31312 0 -1 4202560 2810 0 0 0 44 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660876761528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31624] ppid=31606 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/31608/task/31624/stat : 31624 (java) S 31606 31608 31312 0 -1 4202560 3411 0 0 0 50 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660875708728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31625] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31625/stat : 31625 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660874656120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31626] ppid=31606 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/31608/task/31626/stat : 31626 (java) S 31606 31608 31312 0 -1 4202560 103 0 0 0 31 15 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660873603528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31627] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31627/stat : 31627 (java) S 31606 31608 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282305101 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660872550056 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.25
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 31721
/proc/meminfo: memFree=30849972/32873844 swapFree=7624/7624
[pid=31608] ppid=31606 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/31608/stat : 31608 (java) S 31606 31608 31312 0 -1 4202496 11364 0 1 0 179974 32 0 0 20 0 19 0 282305043 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140735196720128 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31608/statm: 2406251 55332 2287 9 0 2396937 0
[pid=31608/tid=31610] ppid=31606 vsize=9625004 CPUtime=1787.16 cores=1,3,5,7
/proc/31608/task/31610/stat : 31610 (java) R 31606 31608 31312 0 -1 4202560 2708 0 1 0 178685 31 0 0 20 0 19 0 282305044 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140661056753968 140660929247343 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31611] ppid=31606 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/31608/task/31611/stat : 31611 (java) S 31606 31608 31312 0 -1 4202560 179 0 0 0 31 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660900752424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31612] ppid=31606 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/31608/task/31612/stat : 31612 (java) S 31606 31608 31312 0 -1 4202560 169 0 0 0 33 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660899699624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31613] ppid=31606 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/31608/task/31613/stat : 31613 (java) S 31606 31608 31312 0 -1 4202560 71 0 0 0 33 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660898646824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31614] ppid=31606 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/31608/task/31614/stat : 31614 (java) S 31606 31608 31312 0 -1 4202560 107 0 0 0 28 1 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660897594024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31615] ppid=31606 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/31608/task/31615/stat : 31615 (java) S 31606 31608 31312 0 -1 4202560 83 0 0 0 32 2 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660896541224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31616] ppid=31606 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/31608/task/31616/stat : 31616 (java) S 31606 31608 31312 0 -1 4202560 193 0 0 0 30 2 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660895488424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31617] ppid=31606 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/31608/task/31617/stat : 31617 (java) S 31606 31608 31312 0 -1 4202560 147 0 0 0 34 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660894435624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31618] ppid=31606 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/31608/task/31618/stat : 31618 (java) S 31606 31608 31312 0 -1 4202560 24 0 0 0 33 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660893382824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31619] ppid=31606 vsize=9625004 CPUtime=4.42 cores=1,3,5,7
/proc/31608/task/31619/stat : 31619 (java) S 31606 31608 31312 0 -1 4202560 173 0 0 0 440 2 0 0 20 0 19 0 282305047 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660880972776 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31620] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31620/stat : 31620 (java) S 31606 31608 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282305047 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660879918840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31621] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31621/stat : 31621 (java) S 31606 31608 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282305047 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660878865928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31622] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31622/stat : 31622 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660877814416 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31623] ppid=31606 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/31608/task/31623/stat : 31623 (java) S 31606 31608 31312 0 -1 4202560 2810 0 0 0 44 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660876761528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31624] ppid=31606 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/31608/task/31624/stat : 31624 (java) S 31606 31608 31312 0 -1 4202560 3411 0 0 0 50 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660875708728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31625] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31625/stat : 31625 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660874656120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31626] ppid=31606 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/31608/task/31626/stat : 31626 (java) S 31606 31608 31312 0 -1 4202560 103 0 0 0 31 15 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660873603528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31627] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31627/stat : 31627 (java) S 31606 31608 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282305101 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660872550056 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 31721
/proc/meminfo: memFree=30849972/32873844 swapFree=7624/7624
[pid=31608] ppid=31606 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/31608/stat : 31608 (java) S 31606 31608 31312 0 -1 4202496 11364 0 1 0 179974 32 0 0 20 0 19 0 282305043 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140735196720128 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31608/statm: 2406251 55332 2287 9 0 2396937 0
[pid=31608/tid=31610] ppid=31606 vsize=9625004 CPUtime=1787.16 cores=1,3,5,7
/proc/31608/task/31610/stat : 31610 (java) R 31606 31608 31312 0 -1 4202560 2708 0 1 0 178685 31 0 0 20 0 19 0 282305044 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140661056753968 140660929247343 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31611] ppid=31606 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/31608/task/31611/stat : 31611 (java) S 31606 31608 31312 0 -1 4202560 179 0 0 0 31 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660900752424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31612] ppid=31606 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/31608/task/31612/stat : 31612 (java) S 31606 31608 31312 0 -1 4202560 169 0 0 0 33 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660899699624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31613] ppid=31606 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/31608/task/31613/stat : 31613 (java) S 31606 31608 31312 0 -1 4202560 71 0 0 0 33 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660898646824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31614] ppid=31606 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/31608/task/31614/stat : 31614 (java) S 31606 31608 31312 0 -1 4202560 107 0 0 0 28 1 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660897594024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31615] ppid=31606 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/31608/task/31615/stat : 31615 (java) S 31606 31608 31312 0 -1 4202560 83 0 0 0 32 2 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660896541224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31616] ppid=31606 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/31608/task/31616/stat : 31616 (java) S 31606 31608 31312 0 -1 4202560 193 0 0 0 30 2 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660895488424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31617] ppid=31606 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/31608/task/31617/stat : 31617 (java) S 31606 31608 31312 0 -1 4202560 147 0 0 0 34 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660894435624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31618] ppid=31606 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/31608/task/31618/stat : 31618 (java) S 31606 31608 31312 0 -1 4202560 24 0 0 0 33 0 0 0 20 0 19 0 282305045 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660893382824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31619] ppid=31606 vsize=9625004 CPUtime=4.42 cores=1,3,5,7
/proc/31608/task/31619/stat : 31619 (java) S 31606 31608 31312 0 -1 4202560 173 0 0 0 440 2 0 0 20 0 19 0 282305047 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660880972776 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31620] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31620/stat : 31620 (java) S 31606 31608 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282305047 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660879918840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31621] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31621/stat : 31621 (java) S 31606 31608 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282305047 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660878865928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31622] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31622/stat : 31622 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660877814416 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31608/tid=31623] ppid=31606 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/31608/task/31623/stat : 31623 (java) S 31606 31608 31312 0 -1 4202560 2810 0 0 0 44 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660876761528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31608/tid=31624] ppid=31606 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/31608/task/31624/stat : 31624 (java) S 31606 31608 31312 0 -1 4202560 3411 0 0 0 50 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660875708728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31625] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31625/stat : 31625 (java) S 31606 31608 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660874656120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31608/tid=31626] ppid=31606 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/31608/task/31626/stat : 31626 (java) S 31606 31608 31312 0 -1 4202560 103 0 0 0 31 15 0 0 20 0 19 0 282305050 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660873603528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31608/tid=31627] ppid=31606 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31608/task/31627/stat : 31627 (java) S 31606 31608 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282305101 9856004096 55332 33554432000 1073741824 1073778376 140735196728992 140660872550056 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1797.15
CPU time (s): 1800.06
CPU user time (s): 1799.74
CPU system time (s): 0.32
CPU usage (%): 100.162
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.25
system time used= 0.673897
maximum resident set size= 221448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11397
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40239
involuntary context switches= 13872

runsolver used 6.77097 second user time and 14.2628 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 01:36:34
IDJOB=3710905
IDBENCH=25014
IDSOLVER=2289
FILE ID=node130/3710905-1338161794
RUNJOBID= node130-1338158197-31329
PBS_JOBID= 14624537
Free space on /tmp= 71468 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_7.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710905-1338161794/watcher-3710905-1338161794 -o /tmp/evaluation-result-3710905-1338161794/solver-3710905-1338161794 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710905-1338161794.opb

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

MD5SUM BENCH= 7da351a6b3346c83b923d96056c07b3e
RANDOM SEED=1514206744

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31051756 kB
Buffers:          302352 kB
Cached:           484832 kB
SwapCached:         4512 kB
Active:           898088 kB
Inactive:          91492 kB
Active(anon):     192528 kB
Inactive(anon):     9016 kB
Active(file):     705560 kB
Inactive(file):    82476 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099912 kB
Dirty:              2020 kB
Writeback:             0 kB
AnonPages:        203544 kB
Mapped:            19864 kB
Shmem:                 8 kB
Slab:             692824 kB
SReclaimable:     134644 kB
SUnreclaim:       558180 kB
KernelStack:        1608 kB
PageTables:         4620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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= 71468 MiB
End job on node130 at 2012-05-28 02:06:34