Trace number 3687968

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.2 950.76

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
MD5SUMdaeaeaee67028e931b0f5195f178e9b3
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107520
Total number of constraints3312
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3312
Minimum length of a constraint50
Maximum length of a constraint820
Number of terms in the objective function 41280
Biggest coefficient in the objective function 1342177280000000
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 260295726093315792
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 1342177280000000
Number of bits of the biggest number in a constraint 51
Biggest sum of numbers in a constraint 260295726093315792
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687968-1337875101.opb
0.10/0.11	c reading problem ... 
2.57/1.44	c ... done. Wall clock time 1.322s.
2.57/1.44	c declared #vars     107520
2.57/1.44	c #constraints  4560
2.57/1.44	c constraints type 
2.57/1.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4560
2.57/1.44	c 4560 constraints processed.
2.57/1.44	c constraints type 
2.57/1.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
2.57/1.44	c 4560 constraints processed.
2.57/1.44	c objective function length is 41280 literals
9.36/4.18	c cleaning 2494 clauses out of 4999 with flag 5001/5001
12.81/5.93	c cleaning 4244 clauses out of 8502 with flag 11000/11000
15.95/7.43	c cleaning 5605 clauses out of 11259 with flag 18001/18001
19.67/9.24	c cleaning 6819 clauses out of 13651 with flag 26001/26001
23.82/11.51	c cleaning 7913 clauses out of 15831 with flag 35001/35001
26.67/13.19	c cleaning 8951 clauses out of 17917 with flag 45000/45000
30.33/15.15	c cleaning 9963 clauses out of 19966 with flag 56000/56000
34.17/17.29	c cleaning 10988 clauses out of 22004 with flag 68001/68001
39.02/19.90	c cleaning 11995 clauses out of 24015 with flag 81001/81001
43.86/22.57	c cleaning 12990 clauses out of 26020 with flag 95001/95001
48.66/25.10	c cleaning 13979 clauses out of 28030 with flag 110001/110001
56.30/29.14	c cleaning 15001 clauses out of 30051 with flag 126001/126001
63.75/33.11	c cleaning 16014 clauses out of 32048 with flag 143000/143000
68.95/35.91	c cleaning 17012 clauses out of 34034 with flag 161000/161000
74.92/39.19	c cleaning 17989 clauses out of 36019 with flag 180001/180001
80.91/42.38	c cleaning 18993 clauses out of 38030 with flag 200001/200001
85.09/44.72	c cleaning 0 clauses out of 5001 with flag 0/5001
87.87/46.27	c cleaning 20001 clauses out of 40039 with flag 221003/221003
94.40/49.79	c cleaning 21002 clauses out of 42035 with flag 243000/243000
98.54/52.08	c cleaning 22011 clauses out of 44034 with flag 266001/266001
105.08/55.68	c cleaning 22987 clauses out of 46022 with flag 290000/290000
112.83/59.70	c cleaning 24007 clauses out of 48036 with flag 315001/315001
120.74/63.95	c cleaning 25005 clauses out of 50029 with flag 341001/341001
130.06/68.87	c cleaning 25954 clauses out of 52023 with flag 368000/368000
138.34/73.36	c cleaning 27031 clauses out of 54070 with flag 396001/396001
144.62/76.70	c cleaning 0 clauses out of 11000 with flag 0/11000
158.87/84.12	c cleaning 28007 clauses out of 56039 with flag 425001/425001
180.83/95.83	c cleaning 28999 clauses out of 58031 with flag 455000/455000
194.60/103.02	c cleaning 29976 clauses out of 60033 with flag 486001/486001
204.97/108.57	c cleaning 30968 clauses out of 62056 with flag 518000/518000
213.76/113.21	c cleaning 32007 clauses out of 64089 with flag 551001/551001
225.16/119.45	c cleaning 33016 clauses out of 66081 with flag 585000/585000
237.30/125.89	c cleaning 33974 clauses out of 68065 with flag 620000/620000
255.85/135.41	c cleaning 34998 clauses out of 70091 with flag 656000/656000
280.24/147.92	c cleaning 36024 clauses out of 72093 with flag 693000/693000
300.94/158.84	c cleaning 37016 clauses out of 74069 with flag 731000/731000
315.87/166.63	c cleaning 37936 clauses out of 76053 with flag 770000/770000
338.97/178.58	c cleaning 38987 clauses out of 78117 with flag 810000/810000
343.45/181.19	c cleaning 0 clauses out of 18001 with flag 0/18001
360.83/190.40	c cleaning 40005 clauses out of 80130 with flag 851000/851000
386.28/203.53	c cleaning 41041 clauses out of 82125 with flag 893000/893000
402.84/212.28	c cleaning 41990 clauses out of 84084 with flag 936000/936000
420.36/221.46	c cleaning 42994 clauses out of 86094 with flag 980000/980000
437.94/230.91	c cleaning 44020 clauses out of 88100 with flag 1025000/1025000
458.02/241.46	c cleaning 45009 clauses out of 90080 with flag 1071000/1071000
485.37/255.52	c cleaning 45975 clauses out of 92074 with flag 1118003/1118003
506.82/266.72	c cleaning 46979 clauses out of 94096 with flag 1166000/1166000
527.87/278.08	c cleaning 48024 clauses out of 96118 with flag 1215001/1215001
546.11/287.60	c cleaning 48972 clauses out of 98093 with flag 1265000/1265000
562.10/296.11	c cleaning 50026 clauses out of 100122 with flag 1316001/1316001
570.47/300.87	c cleaning 0 clauses out of 26000 with flag 0/26000
587.47/310.39	c cleaning 51022 clauses out of 102094 with flag 1368000/1368000
611.22/323.98	c cleaning 52007 clauses out of 104075 with flag 1421003/1421003
632.35/334.98	c cleaning 53006 clauses out of 106066 with flag 1475001/1475001
649.29/344.33	c cleaning 54022 clauses out of 108060 with flag 1530001/1530001
671.87/356.20	c cleaning 54991 clauses out of 110038 with flag 1586001/1586001
687.44/364.67	c cleaning 55961 clauses out of 112046 with flag 1643000/1643000
713.17/378.14	c cleaning 56995 clauses out of 114085 with flag 1701000/1701000
747.45/396.21	c cleaning 58001 clauses out of 116091 with flag 1760001/1760001
765.34/405.81	c cleaning 59030 clauses out of 118090 with flag 1820001/1820001
784.13/416.00	c cleaning 60010 clauses out of 120060 with flag 1881001/1881001
807.39/428.27	c cleaning 61000 clauses out of 122050 with flag 1943001/1943001
832.03/441.61	c cleaning 62015 clauses out of 124052 with flag 2006003/2006003
857.65/455.12	c cleaning 62953 clauses out of 126034 with flag 2070000/2070000
901.94/477.94	c cleaning 64010 clauses out of 128081 with flag 2135000/2135000
924.73/490.07	c cleaning 65008 clauses out of 130072 with flag 2201001/2201001
951.90/504.70	c cleaning 66000 clauses out of 132065 with flag 2268002/2268002
979.49/519.29	c cleaning 66976 clauses out of 134064 with flag 2336001/2336001
1016.32/538.32	c cleaning 67987 clauses out of 136087 with flag 2405000/2405000
1042.30/552.03	c cleaning 69004 clauses out of 138101 with flag 2475001/2475001
1073.22/568.64	c cleaning 70021 clauses out of 140099 with flag 2546003/2546003
1113.02/589.21	c cleaning 71014 clauses out of 142075 with flag 2618000/2618000
1121.35/594.20	c cleaning 0 clauses out of 35000 with flag 0/35000
1153.93/611.00	c cleaning 71983 clauses out of 144061 with flag 2691000/2691000
1221.36/645.80	c cleaning 72986 clauses out of 146078 with flag 2765000/2765000
1256.87/664.39	c cleaning 73999 clauses out of 148093 with flag 2840001/2840001
1293.30/683.32	c cleaning 75004 clauses out of 150094 with flag 2916001/2916001
1333.31/704.16	c cleaning 76033 clauses out of 152089 with flag 2993000/2993000
1367.39/722.45	c cleaning 76985 clauses out of 154057 with flag 3071001/3071001
1425.64/752.39	c cleaning 78010 clauses out of 156068 with flag 3150001/3150001
1454.13/767.48	c cleaning 78985 clauses out of 158058 with flag 3230001/3230001
1481.86/782.15	c cleaning 80023 clauses out of 160073 with flag 3311003/3311003
1520.60/802.84	c cleaning 81007 clauses out of 162047 with flag 3393000/3393000
1552.10/819.42	c cleaning 81900 clauses out of 164041 with flag 3476001/3476001
1602.70/845.54	c cleaning 82993 clauses out of 166142 with flag 3560002/3560002
1658.37/876.10	c cleaning 83996 clauses out of 168148 with flag 3645001/3645001
1697.22/896.15	c cleaning 85021 clauses out of 170151 with flag 3731000/3731000
1753.93/925.34	c cleaning 86028 clauses out of 172133 with flag 3818003/3818003
1786.45/942.42	c cleaning 0 clauses out of 45002 with flag 0/45002
1800.20/950.71	c starts		: 252
1800.20/950.71	c conflicts		: 3906000
1800.20/950.71	c decisions		: 8393015
1800.20/950.71	c propagations		: 215640757
1800.20/950.71	c inspects		: 3419112962
1800.20/950.71	c shortcuts		: 0
1800.20/950.71	c learnt literals	: 21
1800.20/950.71	c learnt binary clauses	: 16
1800.20/950.71	c learnt ternary clauses	: 17
1800.20/950.71	c learnt constraints	: 3905979
1800.20/950.71	c ignored constraints	: 0
1800.20/950.71	c root simplifications	: 0
1800.20/950.71	c removed literals (reason simplification)	: 26314217
1800.20/950.71	c reason swapping (by a shorter reason)	: 0
1800.20/950.71	c Calls to reduceDB	: 84
1800.20/950.71	c number of reductions to clauses (during analyze)	: 0
1800.20/950.71	c number of learned constraints concerned by reduction	: 0
1800.20/950.71	c number of learning phase by resolution	: 0
1800.20/950.71	c number of learning phase by cutting planes	: 0
1800.20/950.71	c speed (assignments/second)	: 227196.66075603417
1800.20/950.71	c non guided choices	3048331
1800.20/950.74	c learnt constraints type 
1800.20/950.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
1800.20/950.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 174086
1800.20/950.74	c constraints type 
1800.20/950.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4560
1800.20/950.74	c 4560 constraints processed.
1800.20/950.74	c constraints type 
1800.20/950.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.20/950.74	c 4560 constraints processed.
1800.20/950.74	s UNKNOWN
1800.20/950.74	c Total wall clock time (in seconds): 950.625

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-3687968-1337875101/watcher-3687968-1337875101 -o /tmp/evaluation-result-3687968-1337875101/solver-3687968-1337875101 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687968-1337875101.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: 3.77 3.82 3.68 4/197 26472
/proc/meminfo: memFree=25551576/32873648 swapFree=6596/6596
[pid=26472] ppid=26470 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26472/stat : 26472 (java) D 26470 26472 25418 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253634589 9515008 183 33554432000 1073741824 1073778376 140736091209184 140736091200216 212073266869 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/26472/statm: 2323 183 140 9 0 71 0

[startup+0.074381 s]
/proc/loadavg: 3.77 3.82 3.68 4/197 26472
/proc/meminfo: memFree=25551576/32873648 swapFree=6596/6596
[pid=26472] ppid=26470 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/26472/stat : 26472 (java) S 26470 26472 25418 0 -1 4202496 3351 0 1 0 5 0 0 0 20 0 18 0 253634589 9787813888 4048 33554432000 1073741824 1073778376 140733298190656 140733298181792 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26472/statm: 2389603 4050 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100314 s]
/proc/loadavg: 3.77 3.82 3.68 4/197 26472
/proc/meminfo: memFree=25551576/32873648 swapFree=6596/6596
[pid=26472] ppid=26470 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/26472/stat : 26472 (java) S 26470 26472 25418 0 -1 4202496 4364 0 1 0 9 1 0 0 20 0 18 0 253634589 9787813888 5057 33554432000 1073741824 1073778376 140733298190656 140733298181792 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26472/statm: 2389603 5058 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30023 s]
/proc/loadavg: 3.77 3.82 3.68 4/197 26472
/proc/meminfo: memFree=25551576/32873648 swapFree=6596/6596
[pid=26472] ppid=26470 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/26472/stat : 26472 (java) S 26470 26472 25418 0 -1 4202496 5789 0 1 0 45 1 0 0 20 0 18 0 253634589 9787813888 12976 33554432000 1073741824 1073778376 140733298190656 140733298181792 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26472/statm: 2389603 12976 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700653 s]
/proc/loadavg: 3.77 3.82 3.68 4/197 26472
/proc/meminfo: memFree=25551576/32873648 swapFree=6596/6596
[pid=26472] ppid=26470 vsize=9558412 CPUtime=1.48 cores=1,3,5,7
/proc/26472/stat : 26472 (java) S 26470 26472 25418 0 -1 4202496 16021 0 1 0 142 6 0 0 20 0 18 0 253634589 9787813888 47610 33554432000 1073741824 1073778376 140733298190656 140733298181792 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26472/statm: 2389603 47610 2241 9 0 2380296 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9558412

[startup+1.50062 s]
/proc/loadavg: 3.77 3.82 3.68 3/215 26490
/proc/meminfo: memFree=25340132/32873648 swapFree=6596/6596
[pid=26472] ppid=26470 vsize=9691540 CPUtime=2.78 cores=1,3,5,7
/proc/26472/stat : 26472 (java) S 26470 26472 25418 0 -1 4202496 16725 0 1 0 261 17 0 0 20 0 20 0 253634589 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 140733298181792 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26472/statm: 2422885 77320 2258 9 0 2413578 0
[pid=26472/tid=26474] ppid=26470 vsize=9691540 CPUtime=1.28 cores=1,3,5,7
/proc/26472/task/26474/stat : 26474 (java) S 26470 26472 25418 0 -1 4202560 2581 0 1 0 125 3 0 0 20 0 20 0 253634590 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654955168760 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26475] ppid=26470 vsize=9691540 CPUtime=0.08 cores=1,3,5,7
/proc/26472/task/26475/stat : 26475 (java) S 26470 26472 25418 0 -1 4202560 141 0 0 0 5 3 0 0 20 0 20 0 253634591 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654893898792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26476] ppid=26470 vsize=9691540 CPUtime=0.03 cores=1,3,5,7
/proc/26472/task/26476/stat : 26476 (java) S 26470 26472 25418 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 20 0 253634591 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654892845992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26477] ppid=26470 vsize=9691540 CPUtime=0.04 cores=1,3,5,7
/proc/26472/task/26477/stat : 26477 (java) S 26470 26472 25418 0 -1 4202560 104 0 0 0 3 1 0 0 20 0 20 0 253634591 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654891793192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26478] ppid=26470 vsize=9691540 CPUtime=0.11 cores=1,3,5,7
/proc/26472/task/26478/stat : 26478 (java) S 26470 26472 25418 0 -1 4202560 195 0 0 0 8 3 0 0 20 0 20 0 253634591 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654890740392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26479] ppid=26470 vsize=9691540 CPUtime=0.03 cores=1,3,5,7
/proc/26472/task/26479/stat : 26479 (java) S 26470 26472 25418 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 20 0 253634591 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654889687592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26480] ppid=26470 vsize=9691540 CPUtime=0.03 cores=1,3,5,7
/proc/26472/task/26480/stat : 26480 (java) S 26470 26472 25418 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 20 0 253634591 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654793476520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26481] ppid=26470 vsize=9691540 CPUtime=0.02 cores=1,3,5,7
/proc/26472/task/26481/stat : 26481 (java) S 26470 26472 25418 0 -1 4202560 94 0 0 0 2 0 0 0 20 0 20 0 253634591 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654792423720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26482] ppid=26470 vsize=9691540 CPUtime=0.04 cores=1,3,5,7
/proc/26472/task/26482/stat : 26482 (java) S 26470 26472 25418 0 -1 4202560 20 0 0 0 2 2 0 0 20 0 20 0 253634591 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654791370920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26483] ppid=26470 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26483/stat : 26483 (java) S 26470 26472 25418 0 -1 4202560 69 0 0 0 0 0 0 0 20 0 20 0 253634592 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654779173864 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26484] ppid=26470 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26484/stat : 26484 (java) S 26470 26472 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253634593 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654778119928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26485] ppid=26470 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26485/stat : 26485 (java) S 26470 26472 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 253634593 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654777067016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26486] ppid=26470 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26486/stat : 26486 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253634595 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654776015504 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26487] ppid=26470 vsize=9691540 CPUtime=0.47 cores=1,3,5,7
/proc/26472/task/26487/stat : 26487 (java) S 26470 26472 25418 0 -1 4202560 7792 0 0 0 45 2 0 0 20 0 20 0 253634595 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654774962616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26488] ppid=26470 vsize=9691540 CPUtime=0.39 cores=1,3,5,7
/proc/26472/task/26488/stat : 26488 (java) R 26470 26472 25418 0 -1 4202560 4460 0 0 0 39 0 0 0 20 0 20 0 253634595 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654773909816 139654959254702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26489] ppid=26470 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26489/stat : 26489 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253634595 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654772857208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26490] ppid=26470 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26490/stat : 26490 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253634595 9924136960 77320 33554432000 1073741824 1073778376 140733298190656 139654771804616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 9691540

[startup+3.10078 s]
/proc/loadavg: 3.63 3.79 3.67 10/219 26494
/proc/meminfo: memFree=25099424/32873648 swapFree=6596/6596
[pid=26472] ppid=26470 vsize=9824668 CPUtime=7.09 cores=1,3,5,7
/proc/26472/stat : 26472 (java) S 26470 26472 25418 0 -1 4202496 20598 0 1 0 681 28 0 0 20 0 22 0 253634589 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 140733298181792 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26472/statm: 2456167 116186 2264 9 0 2446860 0
[pid=26472/tid=26474] ppid=26470 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/26472/task/26474/stat : 26474 (java) S 26470 26472 25418 0 -1 4202560 2581 0 1 0 125 3 0 0 20 0 22 0 253634590 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654955168760 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26475] ppid=26470 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/26472/task/26475/stat : 26475 (java) S 26470 26472 25418 0 -1 4202560 160 0 0 0 10 3 0 0 20 0 22 0 253634591 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654893898792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26476] ppid=26470 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/26472/task/26476/stat : 26476 (java) S 26470 26472 25418 0 -1 4202560 95 0 0 0 7 3 0 0 20 0 22 0 253634591 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654892845992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26477] ppid=26470 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/26472/task/26477/stat : 26477 (java) S 26470 26472 25418 0 -1 4202560 145 0 0 0 12 3 0 0 20 0 22 0 253634591 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654891793192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26478] ppid=26470 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/26472/task/26478/stat : 26478 (java) S 26470 26472 25418 0 -1 4202560 205 0 0 0 10 3 0 0 20 0 22 0 253634591 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654890740392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26479] ppid=26470 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26472/task/26479/stat : 26479 (java) S 26470 26472 25418 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 253634591 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654889687592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26480] ppid=26470 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26472/task/26480/stat : 26480 (java) S 26470 26472 25418 0 -1 4202560 84 0 0 0 4 1 0 0 20 0 22 0 253634591 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654793476520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26481] ppid=26470 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26472/task/26481/stat : 26481 (java) S 26470 26472 25418 0 -1 4202560 99 0 0 0 4 0 0 0 20 0 22 0 253634591 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654792423720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26482] ppid=26470 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/26472/task/26482/stat : 26482 (java) S 26470 26472 25418 0 -1 4202560 64 0 0 0 11 3 0 0 20 0 22 0 253634591 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654791370920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26483] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26483/stat : 26483 (java) S 26470 26472 25418 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 253634592 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654779173864 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26484] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26484/stat : 26484 (java) S 26470 26472 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253634593 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654778119928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26485] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26485/stat : 26485 (java) S 26470 26472 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253634593 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654777067016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26486] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26486/stat : 26486 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253634595 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654776015504 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26487] ppid=26470 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/26472/task/26487/stat : 26487 (java) S 26470 26472 25418 0 -1 4202560 7844 0 0 0 84 2 0 0 20 0 22 0 253634595 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654774962616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26488] ppid=26470 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/26472/task/26488/stat : 26488 (java) S 26470 26472 25418 0 -1 4202560 7761 0 0 0 89 2 0 0 20 0 22 0 253634595 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654773909816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26489] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26489/stat : 26489 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253634595 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654772857208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26490] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26490/stat : 26490 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253634595 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654771804616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26491] ppid=26470 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26472/task/26491/stat : 26491 (java) R 26470 26472 25418 0 -1 4202560 38 0 0 0 152 0 0 0 20 0 22 0 253634733 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654770748744 139654895678541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26492] ppid=26470 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26472/task/26492/stat : 26492 (java) R 26470 26472 25418 0 -1 4202560 100 0 0 0 152 0 0 0 20 0 22 0 253634733 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654769697480 139654895379742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26493] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26493/stat : 26493 (java) S 26470 26472 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253634747 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654768645544 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26494] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26494/stat : 26494 (java) S 26470 26472 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253634748 10060460032 116186 33554432000 1073741824 1073778376 140733298190656 139654767592744 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9824668

[startup+6.30083 s]
/proc/loadavg: 3.63 3.79 3.67 5/219 26494
/proc/meminfo: memFree=25016064/32873648 swapFree=6596/6596
[pid=26472] ppid=26470 vsize=9824668 CPUtime=13.33 cores=1,3,5,7
/proc/26472/stat : 26472 (java) S 26470 26472 25418 0 -1 4202496 33922 0 1 0 1298 35 0 0 20 0 22 0 253634589 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 140733298181792 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26472/statm: 2456167 141827 2277 9 0 2446860 0
[pid=26472/tid=26474] ppid=26470 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/26472/task/26474/stat : 26474 (java) S 26470 26472 25418 0 -1 4202560 2581 0 1 0 125 3 0 0 20 0 22 0 253634590 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654955168472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26475] ppid=26470 vsize=9824668 CPUtime=0.21 cores=1,3,5,7
/proc/26472/task/26475/stat : 26475 (java) S 26470 26472 25418 0 -1 4202560 191 0 0 0 17 4 0 0 20 0 22 0 253634591 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654893898792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26476] ppid=26470 vsize=9824668 CPUtime=0.16 cores=1,3,5,7
/proc/26472/task/26476/stat : 26476 (java) S 26470 26472 25418 0 -1 4202560 126 0 0 0 12 4 0 0 20 0 22 0 253634591 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654892845992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26477] ppid=26470 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/26472/task/26477/stat : 26477 (java) S 26470 26472 25418 0 -1 4202560 160 0 0 0 16 4 0 0 20 0 22 0 253634591 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654891793192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26478] ppid=26470 vsize=9824668 CPUtime=0.19 cores=1,3,5,7
/proc/26472/task/26478/stat : 26478 (java) S 26470 26472 25418 0 -1 4202560 227 0 0 0 15 4 0 0 20 0 22 0 253634591 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654890740392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26479] ppid=26470 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26472/task/26479/stat : 26479 (java) S 26470 26472 25418 0 -1 4202560 50 0 0 0 5 3 0 0 20 0 22 0 253634591 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654889687592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26480] ppid=26470 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/26472/task/26480/stat : 26480 (java) S 26470 26472 25418 0 -1 4202560 87 0 0 0 7 2 0 0 20 0 22 0 253634591 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654793476520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26481] ppid=26470 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26472/task/26481/stat : 26481 (java) S 26470 26472 25418 0 -1 4202560 101 0 0 0 5 1 0 0 20 0 22 0 253634591 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654792423720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26482] ppid=26470 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/26472/task/26482/stat : 26482 (java) S 26470 26472 25418 0 -1 4202560 91 0 0 0 16 4 0 0 20 0 22 0 253634591 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654791370920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26483] ppid=26470 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/26472/task/26483/stat : 26483 (java) R 26470 26472 25418 0 -1 4202560 10945 0 0 0 69 2 0 0 20 0 22 0 253634592 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654779172680 139654961292689 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26484] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26484/stat : 26484 (java) S 26470 26472 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253634593 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654778119928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26485] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26485/stat : 26485 (java) S 26470 26472 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253634593 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654777067016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26486] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26486/stat : 26486 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253634595 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654776015504 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26487] ppid=26470 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/26472/task/26487/stat : 26487 (java) S 26470 26472 25418 0 -1 4202560 7851 0 0 0 95 2 0 0 20 0 22 0 253634595 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654774948712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26488] ppid=26470 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/26472/task/26488/stat : 26488 (java) S 26470 26472 25418 0 -1 4202560 10175 0 0 0 116 2 0 0 20 0 22 0 253634595 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654773886296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26489] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26489/stat : 26489 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253634595 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654772857208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26490] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26490/stat : 26490 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253634595 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654771804616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26491] ppid=26470 vsize=9824668 CPUtime=3.88 cores=1,3,5,7
/proc/26472/task/26491/stat : 26491 (java) S 26470 26472 25418 0 -1 4202560 40 0 0 0 388 0 0 0 20 0 22 0 253634733 10060460032 141827 33554432000 1073741824 1073778376 140733298190656 139654770750552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/26472/statm: 2456167 978208 2278 9 0 2446860 0
[pid=26472/tid=26474] ppid=26470 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/26472/task/26474/stat : 26474 (java) S 26470 26472 25418 0 -1 4202560 2636 0 1 0 128 5 0 0 20 0 22 0 253634590 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654955168760 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26475] ppid=26470 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/26472/task/26475/stat : 26475 (java) S 26470 26472 25418 0 -1 4202560 565 0 0 0 201 8 0 0 20 0 22 0 253634591 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654893898792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26476] ppid=26470 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/26472/task/26476/stat : 26476 (java) S 26470 26472 25418 0 -1 4202560 400 0 0 0 201 8 0 0 20 0 22 0 253634591 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654892845992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26477] ppid=26470 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/26472/task/26477/stat : 26477 (java) S 26470 26472 25418 0 -1 4202560 798 0 0 0 183 7 0 0 20 0 22 0 253634591 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654891793192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26478] ppid=26470 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/26472/task/26478/stat : 26478 (java) S 26470 26472 25418 0 -1 4202560 732 0 0 0 209 8 0 0 20 0 22 0 253634591 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654890740392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26479] ppid=26470 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/26472/task/26479/stat : 26479 (java) S 26470 26472 25418 0 -1 4202560 411 0 0 0 191 4 0 0 20 0 22 0 253634591 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654889687592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26480] ppid=26470 vsize=9824668 CPUtime=2.01 cores=1,3,5,7
/proc/26472/task/26480/stat : 26480 (java) S 26470 26472 25418 0 -1 4202560 452 0 0 0 195 6 0 0 20 0 22 0 253634591 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654793476520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26481] ppid=26470 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/26472/task/26481/stat : 26481 (java) S 26470 26472 25418 0 -1 4202560 591 0 0 0 181 5 0 0 20 0 22 0 253634591 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654792423720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26482] ppid=26470 vsize=9824668 CPUtime=2.47 cores=1,3,5,7
/proc/26472/task/26482/stat : 26482 (java) S 26470 26472 25418 0 -1 4202560 731 0 0 0 238 9 0 0 20 0 22 0 253634591 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654791370920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26483] ppid=26470 vsize=9824668 CPUtime=108.15 cores=1,3,5,7
/proc/26472/task/26483/stat : 26483 (java) S 26470 26472 25418 0 -1 4202560 71248 0 0 0 10775 40 0 0 20 0 22 0 253634592 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654779173864 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26484] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26484/stat : 26484 (java) S 26470 26472 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253634593 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654778119928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26485] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26485/stat : 26485 (java) S 26470 26472 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253634593 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654777067016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26486] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26486/stat : 26486 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253634595 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654776015504 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26487] ppid=26470 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/26472/task/26487/stat : 26487 (java) S 26470 26472 25418 0 -1 4202560 7899 0 0 0 118 2 0 0 20 0 22 0 253634595 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654774962616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26488] ppid=26470 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/26472/task/26488/stat : 26488 (java) S 26470 26472 25418 0 -1 4202560 19935 0 0 0 260 4 0 0 20 0 22 0 253634595 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654773909816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26489] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26489/stat : 26489 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253634595 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654772857208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26490] ppid=26470 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/26472/task/26490/stat : 26490 (java) S 26470 26472 25418 0 -1 4202560 55 0 0 0 16 25 0 0 20 0 22 0 253634595 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654771804616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26491] ppid=26470 vsize=9824668 CPUtime=825.77 cores=1,3,5,7
/proc/26472/task/26491/stat : 26491 (java) R 26470 26472 25418 0 -1 4202560 147 0 0 0 82562 15 0 0 20 0 22 0 253634733 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654770749544 139654895879005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26492] ppid=26470 vsize=9824668 CPUtime=825.75 cores=1,3,5,7
/proc/26472/task/26492/stat : 26492 (java) R 26470 26472 25418 0 -1 4202560 2600 0 0 0 82536 39 0 0 20 0 22 0 253634733 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654769695728 139654895523068 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26493] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26493/stat : 26493 (java) S 26470 26472 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253634747 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654768645544 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26494] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26494/stat : 26494 (java) S 26470 26472 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253634748 10060460032 978208 33554432000 1073741824 1073778376 140733298190656 139654767592744 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.25
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+950.701 s]
/proc/loadavg: 3.83 3.75 3.66 5/219 27327
/proc/meminfo: memFree=24495492/32873648 swapFree=6596/6596
[pid=26472] ppid=26470 vsize=9824668 CPUtime=1800.2 cores=1,3,5,7
/proc/26472/stat : 26472 (java) S 26470 26472 25418 0 -1 4202496 110394 0 1 0 179868 152 0 0 20 0 22 0 253634589 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 140733298181792 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26472/statm: 2456167 978206 2278 9 0 2446860 0
[pid=26472/tid=26474] ppid=26470 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/26472/task/26474/stat : 26474 (java) S 26470 26472 25418 0 -1 4202560 2637 0 1 0 128 5 0 0 20 0 22 0 253634590 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654955168760 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26475] ppid=26470 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/26472/task/26475/stat : 26475 (java) S 26470 26472 25418 0 -1 4202560 565 0 0 0 206 8 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654893898792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26476] ppid=26470 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/26472/task/26476/stat : 26476 (java) S 26470 26472 25418 0 -1 4202560 400 0 0 0 202 8 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654892845992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26477] ppid=26470 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/26472/task/26477/stat : 26477 (java) S 26470 26472 25418 0 -1 4202560 798 0 0 0 184 7 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654891793192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26478] ppid=26470 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/26472/task/26478/stat : 26478 (java) S 26470 26472 25418 0 -1 4202560 732 0 0 0 210 8 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654890740392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26479] ppid=26470 vsize=9824668 CPUtime=2.01 cores=1,3,5,7
/proc/26472/task/26479/stat : 26479 (java) S 26470 26472 25418 0 -1 4202560 411 0 0 0 197 4 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654889687592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26480] ppid=26470 vsize=9824668 CPUtime=2.02 cores=1,3,5,7
/proc/26472/task/26480/stat : 26480 (java) S 26470 26472 25418 0 -1 4202560 452 0 0 0 196 6 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654793476520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26481] ppid=26470 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/26472/task/26481/stat : 26481 (java) S 26470 26472 25418 0 -1 4202560 591 0 0 0 187 5 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654792423720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26482] ppid=26470 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/26472/task/26482/stat : 26482 (java) S 26470 26472 25418 0 -1 4202560 731 0 0 0 239 9 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654791370920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26483] ppid=26470 vsize=9824668 CPUtime=111.11 cores=1,3,5,7
/proc/26472/task/26483/stat : 26483 (java) S 26470 26472 25418 0 -1 4202560 71248 0 0 0 11071 40 0 0 20 0 22 0 253634592 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654779173864 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26484] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26484/stat : 26484 (java) S 26470 26472 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253634593 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654778119928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26485] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26485/stat : 26485 (java) S 26470 26472 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253634593 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654777067016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26486] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26486/stat : 26486 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253634595 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654776015504 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26487] ppid=26470 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/26472/task/26487/stat : 26487 (java) S 26470 26472 25418 0 -1 4202560 7899 0 0 0 118 2 0 0 20 0 22 0 253634595 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654774962616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26488] ppid=26470 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/26472/task/26488/stat : 26488 (java) S 26470 26472 25418 0 -1 4202560 19935 0 0 0 260 4 0 0 20 0 22 0 253634595 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654773909816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26489] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26489/stat : 26489 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253634595 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654772857208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26490] ppid=26470 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/26472/task/26490/stat : 26490 (java) S 26470 26472 25418 0 -1 4202560 55 0 0 0 16 25 0 0 20 0 22 0 253634595 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654771804616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26491] ppid=26470 vsize=9824668 CPUtime=831.13 cores=1,3,5,7
/proc/26472/task/26491/stat : 26491 (java) R 26470 26472 25418 0 -1 4202560 147 0 0 0 83098 15 0 0 20 0 22 0 253634733 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654770748528 139654895997991 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26492] ppid=26470 vsize=9824668 CPUtime=831.11 cores=1,3,5,7
/proc/26472/task/26492/stat : 26492 (java) R 26470 26472 25418 0 -1 4202560 2600 0 0 0 83072 39 0 0 20 0 22 0 253634733 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654769697632 139654895692211 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26493] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26493/stat : 26493 (java) S 26470 26472 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253634747 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654768645544 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26494] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26494/stat : 26494 (java) S 26470 26472 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253634748 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654767592744 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

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

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

[startup+950.701 s]
/proc/loadavg: 3.83 3.75 3.66 5/219 27327
/proc/meminfo: memFree=24495492/32873648 swapFree=6596/6596
[pid=26472] ppid=26470 vsize=9824668 CPUtime=1800.2 cores=1,3,5,7
/proc/26472/stat : 26472 (java) S 26470 26472 25418 0 -1 4202496 110394 0 1 0 179868 152 0 0 20 0 22 0 253634589 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 140733298181792 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26472/statm: 2456167 978206 2278 9 0 2446860 0
[pid=26472/tid=26474] ppid=26470 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/26472/task/26474/stat : 26474 (java) S 26470 26472 25418 0 -1 4202560 2637 0 1 0 128 5 0 0 20 0 22 0 253634590 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654955168760 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26475] ppid=26470 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/26472/task/26475/stat : 26475 (java) S 26470 26472 25418 0 -1 4202560 565 0 0 0 206 8 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654893898792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26476] ppid=26470 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/26472/task/26476/stat : 26476 (java) S 26470 26472 25418 0 -1 4202560 400 0 0 0 202 8 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654892845992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26477] ppid=26470 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/26472/task/26477/stat : 26477 (java) S 26470 26472 25418 0 -1 4202560 798 0 0 0 184 7 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654891793192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26478] ppid=26470 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/26472/task/26478/stat : 26478 (java) S 26470 26472 25418 0 -1 4202560 732 0 0 0 210 8 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654890740392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26479] ppid=26470 vsize=9824668 CPUtime=2.01 cores=1,3,5,7
/proc/26472/task/26479/stat : 26479 (java) S 26470 26472 25418 0 -1 4202560 411 0 0 0 197 4 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654889687592 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26480] ppid=26470 vsize=9824668 CPUtime=2.02 cores=1,3,5,7
/proc/26472/task/26480/stat : 26480 (java) S 26470 26472 25418 0 -1 4202560 452 0 0 0 196 6 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654793476520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26481] ppid=26470 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/26472/task/26481/stat : 26481 (java) S 26470 26472 25418 0 -1 4202560 591 0 0 0 187 5 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654792423720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26482] ppid=26470 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/26472/task/26482/stat : 26482 (java) S 26470 26472 25418 0 -1 4202560 731 0 0 0 239 9 0 0 20 0 22 0 253634591 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654791370920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26483] ppid=26470 vsize=9824668 CPUtime=111.11 cores=1,3,5,7
/proc/26472/task/26483/stat : 26483 (java) S 26470 26472 25418 0 -1 4202560 71248 0 0 0 11071 40 0 0 20 0 22 0 253634592 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654779173864 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26484] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26484/stat : 26484 (java) S 26470 26472 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253634593 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654778119928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26485] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26485/stat : 26485 (java) S 26470 26472 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253634593 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654777067016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26486] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26486/stat : 26486 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253634595 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654776015504 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26487] ppid=26470 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/26472/task/26487/stat : 26487 (java) S 26470 26472 25418 0 -1 4202560 7899 0 0 0 118 2 0 0 20 0 22 0 253634595 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654774962616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26488] ppid=26470 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/26472/task/26488/stat : 26488 (java) S 26470 26472 25418 0 -1 4202560 19935 0 0 0 260 4 0 0 20 0 22 0 253634595 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654773909816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26489] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26489/stat : 26489 (java) S 26470 26472 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253634595 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654772857208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26472/tid=26490] ppid=26470 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/26472/task/26490/stat : 26490 (java) S 26470 26472 25418 0 -1 4202560 55 0 0 0 16 25 0 0 20 0 22 0 253634595 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654771804616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26491] ppid=26470 vsize=9824668 CPUtime=831.13 cores=1,3,5,7
/proc/26472/task/26491/stat : 26491 (java) R 26470 26472 25418 0 -1 4202560 147 0 0 0 83098 15 0 0 20 0 22 0 253634733 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654770748528 139654895997991 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26472/tid=26492] ppid=26470 vsize=9824668 CPUtime=831.11 cores=1,3,5,7
/proc/26472/task/26492/stat : 26492 (java) R 26470 26472 25418 0 -1 4202560 2600 0 0 0 83072 39 0 0 20 0 22 0 253634733 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654769697632 139654895692211 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26472/tid=26493] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26493/stat : 26493 (java) S 26470 26472 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253634747 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654768645544 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26472/tid=26494] ppid=26470 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26472/task/26494/stat : 26494 (java) S 26470 26472 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253634748 10060460032 978206 33554432000 1073741824 1073778376 140733298190656 139654767592744 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26472 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=58261
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=33690
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 950.76
CPU time (s): 1800.2
CPU user time (s): 1798.68
CPU system time (s): 1.52
CPU usage (%): 189.343
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 2.03369
maximum resident set size= 3912972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110433
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25719
involuntary context switches= 27649

runsolver used 3.45147 second user time and 8.88265 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 17:58:21
IDJOB=3687968
IDBENCH=2504
IDSOLVER=2268
FILE ID=node148/3687968-1337875101
RUNJOBID= node148-1337871865-25435
PBS_JOBID= 14620056
Free space on /tmp= 71696 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687968-1337875101/watcher-3687968-1337875101 -o /tmp/evaluation-result-3687968-1337875101/solver-3687968-1337875101 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687968-1337875101.opb

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

MD5SUM BENCH= daeaeaee67028e931b0f5195f178e9b3
RANDOM SEED=1893346827

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25551948 kB
Buffers:          231916 kB
Cached:          2573824 kB
SwapCached:            0 kB
Active:          4151520 kB
Inactive:        2361584 kB
Active(anon):    3710184 kB
Inactive(anon):        0 kB
Active(file):     441336 kB
Inactive(file):  2361584 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5056 kB
Writeback:             0 kB
AnonPages:       3732708 kB
Mapped:            22564 kB
Shmem:               200 kB
Slab:             645664 kB
SReclaimable:      89988 kB
SUnreclaim:       555676 kB
KernelStack:        1624 kB
PageTables:        11332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4392508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3643392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node148 at 2012-05-24 18:14:14