Trace number 3687616

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) 1802.63 957.143

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMfad34197fa8b5ebd519d12750a352ad5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark668
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 480
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495457
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495457
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version 2.3.2.v20120418
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.00/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3687616-1337872824.opb
0.09/0.13	c reading problem ... 
5.42/3.70	c ... done. Wall clock time 3.575s.
5.42/3.70	c declared #vars     10000
5.42/3.70	c #constraints  656900
5.42/3.70	c constraints type 
5.42/3.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
5.42/3.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
5.42/3.70	c 656900 constraints processed.
5.42/3.70	c constraints type 
5.42/3.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
5.42/3.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
5.42/3.70	c 656900 constraints processed.
5.42/3.70	c objective function length is 10000 literals
6.53/4.00	c  And the winner is solver0
6.60/4.21	c SATISFIABLE
6.60/4.21	c OPTIMIZING...
6.60/4.21	c Got one! Elapsed wall clock time (in seconds):4.086
6.60/4.21	o 1155
9.61/5.54	c cleaning 2563 clauses out of 5125 with flag 5002/5125
13.27/7.43	c cleaning 4280 clauses out of 8560 with flag 11000/11123
16.90/9.45	c cleaning 5640 clauses out of 11280 with flag 18000/18123
21.15/11.74	c cleaning 6822 clauses out of 13643 with flag 26003/26126
26.12/14.45	c cleaning 7909 clauses out of 15818 with flag 35000/35123
31.34/17.23	c cleaning 8955 clauses out of 17909 with flag 45000/45123
37.84/20.51	c cleaning 9977 clauses out of 19954 with flag 56000/56123
45.27/24.46	c cleaning 10986 clauses out of 21977 with flag 68000/68123
53.12/28.70	c cleaning 11995 clauses out of 23992 with flag 81001/81124
61.28/32.92	c cleaning 12995 clauses out of 25998 with flag 95002/95125
70.20/37.66	c cleaning 13996 clauses out of 28002 with flag 110001/110124
79.71/42.60	c cleaning 14996 clauses out of 30005 with flag 126000/126123
89.78/48.07	c cleaning 16004 clauses out of 32010 with flag 143001/143124
101.43/54.13	c cleaning 16993 clauses out of 34005 with flag 161000/161123
115.29/61.31	c cleaning 17996 clauses out of 36012 with flag 180000/180123
128.34/68.13	c cleaning 19009 clauses out of 38017 with flag 200001/200124
141.71/75.20	c cleaning 19993 clauses out of 40007 with flag 221000/221123
158.31/83.81	c cleaning 20997 clauses out of 42014 with flag 243000/243123
173.25/91.64	c cleaning 22008 clauses out of 44017 with flag 266000/266123
189.30/100.05	c cleaning 23009 clauses out of 46017 with flag 290008/290131
204.52/108.20	c cleaning 23977 clauses out of 48000 with flag 315000/315123
220.09/116.49	c cleaning 24997 clauses out of 50024 with flag 341001/341124
235.85/124.86	c cleaning 26006 clauses out of 52026 with flag 368000/368123
253.02/133.90	c cleaning 27007 clauses out of 54022 with flag 396002/396125
270.27/143.38	c cleaning 27996 clauses out of 56013 with flag 425000/425123
288.02/152.78	c cleaning 29004 clauses out of 58017 with flag 455000/455123
306.75/162.64	c cleaning 30003 clauses out of 60013 with flag 486000/486123
325.84/172.74	c cleaning 31000 clauses out of 62012 with flag 518002/518125
346.38/183.84	c cleaning 31995 clauses out of 64011 with flag 551001/551124
367.66/195.06	c cleaning 32985 clauses out of 66015 with flag 585000/585123
389.81/206.65	c cleaning 34000 clauses out of 68030 with flag 620000/620123
412.05/218.38	c cleaning 35016 clauses out of 70032 with flag 656002/656125
434.71/230.55	c cleaning 36005 clauses out of 72015 with flag 693001/693124
459.73/243.66	c cleaning 37006 clauses out of 74011 with flag 731002/731125
482.93/255.82	c cleaning 38003 clauses out of 76005 with flag 770002/770125
506.95/268.50	c cleaning 38976 clauses out of 78000 with flag 810000/810123
531.50/281.69	c cleaning 39973 clauses out of 80024 with flag 851000/851123
556.47/294.76	c cleaning 41019 clauses out of 82052 with flag 893001/893124
585.01/309.61	c cleaning 41979 clauses out of 84032 with flag 936000/936123
613.54/324.51	c cleaning 43009 clauses out of 86053 with flag 980000/980123
643.59/340.50	c cleaning 44004 clauses out of 88046 with flag 1025002/1025125
672.92/355.86	c cleaning 45011 clauses out of 90040 with flag 1071000/1071123
704.02/372.02	c cleaning 46010 clauses out of 92029 with flag 1118000/1118123
733.52/387.54	c cleaning 46995 clauses out of 94020 with flag 1166001/1166124
772.06/409.08	c cleaning 47993 clauses out of 96026 with flag 1215002/1215125
806.80/426.93	c cleaning 48995 clauses out of 98032 with flag 1265001/1265124
835.62/442.28	c cleaning 50004 clauses out of 100036 with flag 1316000/1316123
867.32/459.43	c cleaning 51011 clauses out of 102035 with flag 1368003/1368126
900.54/476.95	c cleaning 52001 clauses out of 104021 with flag 1421000/1421123
932.06/493.65	c cleaning 52978 clauses out of 106021 with flag 1475001/1475124
964.58/510.81	c cleaning 54020 clauses out of 108042 with flag 1530000/1530123
997.71/528.82	c cleaning 54994 clauses out of 110022 with flag 1586000/1586123
1034.77/548.34	c cleaning 56000 clauses out of 112028 with flag 1643000/1643123
1069.55/566.74	c cleaning 57003 clauses out of 114028 with flag 1701000/1701123
1107.35/586.67	c cleaning 58007 clauses out of 116027 with flag 1760002/1760125
1145.29/607.19	c cleaning 59008 clauses out of 118019 with flag 1820001/1820124
1180.88/625.93	c cleaning 59992 clauses out of 120010 with flag 1881000/1881123
1214.37/643.74	c cleaning 60985 clauses out of 122019 with flag 1943001/1943124
1248.70/661.90	c cleaning 62012 clauses out of 124034 with flag 2006001/2006124
1289.04/683.78	c cleaning 63002 clauses out of 126023 with flag 2070002/2070125
1330.70/705.66	c cleaning 63997 clauses out of 128019 with flag 2135000/2135123
1372.12/727.45	c cleaning 64991 clauses out of 130022 with flag 2201000/2201123
1411.26/748.18	c cleaning 66003 clauses out of 132031 with flag 2268000/2268123
1453.00/770.80	c cleaning 66996 clauses out of 134028 with flag 2336000/2336123
1493.52/792.16	c cleaning 68008 clauses out of 136032 with flag 2405000/2405123
1536.80/814.95	c cleaning 69010 clauses out of 138025 with flag 2475001/2475124
1588.04/841.74	c cleaning 69981 clauses out of 140014 with flag 2546000/2546123
1638.25/868.62	c cleaning 70988 clauses out of 142033 with flag 2618000/2618123
1685.44/893.41	c cleaning 72013 clauses out of 144047 with flag 2691002/2691125
1741.77/925.26	c cleaning 73010 clauses out of 146032 with flag 2765000/2765123
1799.41/954.93	c cleaning 74007 clauses out of 148022 with flag 2840000/2840123

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-3687616-1337872824/watcher-3687616-1337872824 -o /tmp/evaluation-result-3687616-1337872824/solver-3687616-1337872824 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687616-1337872824.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.88 3.68 2.38 4/200 26888
/proc/meminfo: memFree=26872988/32873844 swapFree=7364/7364
[pid=26888] ppid=26886 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26888/stat : 26888 (java) D 26886 26888 26250 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253407229 9515008 183 33554432000 1073741824 1073778376 140736396084464 140736396075496 215143497397 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/26888/statm: 2323 183 140 9 0 71 0

[startup+0.106202 s]
/proc/loadavg: 3.88 3.68 2.38 4/200 26888
/proc/meminfo: memFree=26872988/32873844 swapFree=7364/7364
[pid=26888] ppid=26886 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26888/stat : 26888 (java) S 26886 26888 26250 0 -1 4202496 4302 0 1 0 8 1 0 0 20 0 18 0 253407229 9787813888 5479 33554432000 1073741824 1073778376 140736533848000 140736533839136 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26888/statm: 2389603 5480 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200253 s]
/proc/loadavg: 3.88 3.68 2.38 4/200 26888
/proc/meminfo: memFree=26872988/32873844 swapFree=7364/7364
[pid=26888] ppid=26886 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/26888/stat : 26888 (java) S 26886 26888 26250 0 -1 4202496 4980 0 1 0 26 2 0 0 20 0 18 0 253407229 9787813888 6883 33554432000 1073741824 1073778376 140736533848000 140736533839136 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26888/statm: 2389603 6883 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558412

[startup+0.300339 s]
/proc/loadavg: 3.88 3.68 2.38 4/200 26888
/proc/meminfo: memFree=26872988/32873844 swapFree=7364/7364
[pid=26888] ppid=26886 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/26888/stat : 26888 (java) S 26886 26888 26250 0 -1 4202496 5496 0 1 0 44 2 0 0 20 0 18 0 253407229 9787813888 8659 33554432000 1073741824 1073778376 140736533848000 140736533839136 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26888/statm: 2389603 8659 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700264 s]
/proc/loadavg: 3.88 3.68 2.38 4/200 26888
/proc/meminfo: memFree=26872988/32873844 swapFree=7364/7364
[pid=26888] ppid=26886 vsize=9558412 CPUtime=1.55 cores=1,3,5,7
/proc/26888/stat : 26888 (java) S 26886 26888 26250 0 -1 4202496 17598 0 1 0 149 6 0 0 20 0 18 0 253407229 9787813888 32671 33554432000 1073741824 1073778376 140736533848000 140736533839136 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26888/statm: 2389603 32671 2233 9 0 2380296 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9558412

[startup+1.50077 s]
/proc/loadavg: 3.88 3.68 2.38 9/218 26906
/proc/meminfo: memFree=26672404/32873844 swapFree=7364/7364
[pid=26888] ppid=26886 vsize=9558412 CPUtime=2.53 cores=1,3,5,7
/proc/26888/stat : 26888 (java) S 26886 26888 26250 0 -1 4202496 17787 0 1 0 240 13 0 0 20 0 18 0 253407229 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 140736533839136 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26888/statm: 2389603 66037 2249 9 0 2380296 0
[pid=26888/tid=26890] ppid=26886 vsize=9558412 CPUtime=1.39 cores=1,3,5,7
/proc/26888/task/26890/stat : 26890 (java) R 26886 26888 26250 0 -1 4202560 2536 0 1 0 134 5 0 0 20 0 18 0 253407230 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139693857251120 139693694270640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26891] ppid=26886 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/26888/task/26891/stat : 26891 (java) S 26886 26888 26250 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 18 0 253407231 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139693818752040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26892] ppid=26886 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/26888/task/26892/stat : 26892 (java) S 26886 26888 26250 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 18 0 253407231 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139693817699240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26893] ppid=26886 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26888/task/26893/stat : 26893 (java) S 26886 26888 26250 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 18 0 253407231 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139693816646440 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26888/tid=26894] ppid=26886 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/26888/task/26894/stat : 26894 (java) S 26886 26888 26250 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 253407231 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139693815593640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26888/tid=26895] ppid=26886 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26895/stat : 26895 (java) S 26886 26888 26250 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 253407231 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139693814540840 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26888/tid=26896] ppid=26886 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/26888/task/26896/stat : 26896 (java) S 26886 26888 26250 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 253407231 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139693813488040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26888/tid=26897] ppid=26886 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/26888/task/26897/stat : 26897 (java) S 26886 26888 26250 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 253407231 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139693812435240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26898] ppid=26886 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26898/stat : 26898 (java) S 26886 26888 26250 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 253407231 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139693693855912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26899] ppid=26886 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26899/stat : 26899 (java) S 26886 26888 26250 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 253407233 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139693681445864 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26900] ppid=26886 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26900/stat : 26900 (java) S 26886 26888 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253407233 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139693680391928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26901] ppid=26886 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26901/stat : 26901 (java) S 26886 26888 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253407233 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139693679339016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26902] ppid=26886 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26902/stat : 26902 (java) S 26886 26888 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253407236 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139693678287504 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26903] ppid=26886 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/26888/task/26903/stat : 26903 (java) S 26886 26888 26250 0 -1 4202560 6413 0 0 0 42 1 0 0 20 0 18 0 253407236 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139692938881464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26904] ppid=26886 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/26888/task/26904/stat : 26904 (java) S 26886 26888 26250 0 -1 4202560 7523 0 0 0 40 2 0 0 20 0 18 0 253407236 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139692937828664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26905] ppid=26886 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26905/stat : 26905 (java) S 26886 26888 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253407236 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139692936776056 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26906] ppid=26886 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26906/stat : 26906 (java) S 26886 26888 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253407236 9787813888 66037 33554432000 1073741824 1073778376 140736533848000 139692935723464 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9558412

[startup+3.10079 s]
/proc/loadavg: 3.88 3.68 2.38 4/218 26906
/proc/meminfo: memFree=26521908/32873844 swapFree=7364/7364
[pid=26888] ppid=26886 vsize=9558412 CPUtime=4.48 cores=1,3,5,7
/proc/26888/stat : 26888 (java) S 26886 26888 26250 0 -1 4202496 18248 0 1 0 423 25 0 0 20 0 18 0 253407229 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 140736533839136 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26888/statm: 2389603 124154 2249 9 0 2380296 0
[pid=26888/tid=26890] ppid=26886 vsize=9558412 CPUtime=2.87 cores=1,3,5,7
/proc/26888/task/26890/stat : 26890 (java) R 26886 26888 26250 0 -1 4202560 2620 0 1 0 278 9 0 0 20 0 18 0 253407230 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139693857251152 139693694378364 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26891] ppid=26886 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26888/task/26891/stat : 26891 (java) S 26886 26888 26250 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 18 0 253407231 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139693818752040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26892] ppid=26886 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26888/task/26892/stat : 26892 (java) S 26886 26888 26250 0 -1 4202560 55 0 0 0 7 2 0 0 20 0 18 0 253407231 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139693817699240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26888/tid=26893] ppid=26886 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/26888/task/26893/stat : 26893 (java) S 26886 26888 26250 0 -1 4202560 44 0 0 0 8 3 0 0 20 0 18 0 253407231 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139693816646440 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26894] ppid=26886 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26888/task/26894/stat : 26894 (java) S 26886 26888 26250 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 18 0 253407231 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139693815593640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26895] ppid=26886 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26888/task/26895/stat : 26895 (java) S 26886 26888 26250 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 253407231 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139693814540840 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26896] ppid=26886 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/26888/task/26896/stat : 26896 (java) S 26886 26888 26250 0 -1 4202560 41 0 0 0 4 1 0 0 20 0 18 0 253407231 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139693813488040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26897] ppid=26886 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26888/task/26897/stat : 26897 (java) S 26886 26888 26250 0 -1 4202560 41 0 0 0 7 1 0 0 20 0 18 0 253407231 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139693812435240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26898] ppid=26886 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26888/task/26898/stat : 26898 (java) S 26886 26888 26250 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 18 0 253407231 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139693693855912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26899] ppid=26886 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26899/stat : 26899 (java) S 26886 26888 26250 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 253407233 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139693681445864 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26900] ppid=26886 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26900/stat : 26900 (java) S 26886 26888 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253407233 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139693680391928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26901] ppid=26886 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26901/stat : 26901 (java) S 26886 26888 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253407233 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139693679339016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26902] ppid=26886 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26902/stat : 26902 (java) S 26886 26888 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253407236 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139693678287504 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26903] ppid=26886 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/26888/task/26903/stat : 26903 (java) S 26886 26888 26250 0 -1 4202560 6413 0 0 0 42 1 0 0 20 0 18 0 253407236 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139692938881464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26904] ppid=26886 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/26888/task/26904/stat : 26904 (java) S 26886 26888 26250 0 -1 4202560 7523 0 0 0 40 2 0 0 20 0 18 0 253407236 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139692937828664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26905] ppid=26886 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26905/stat : 26905 (java) S 26886 26888 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253407236 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139692936776056 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26906] ppid=26886 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26906/stat : 26906 (java) S 26886 26888 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253407236 9787813888 124154 33554432000 1073741824 1073778376 140736533848000 139692935723464 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9558412

[startup+6.3009 s]
/proc/loadavg: 4.05 3.72 2.40 5/222 26913
/proc/meminfo: memFree=26215176/32873844 swapFree=7364/7364
[pid=26888] ppid=26886 vsize=9824668 CPUtime=10.98 cores=1,3,5,7
/proc/26888/stat : 26888 (java) S 26886 26888 26250 0 -1 4202496 22510 0 1 0 1055 43 0 0 20 0 22 0 253407229 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 140736533839136 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26888/statm: 2456167 189253 2284 9 0 2446860 0
[pid=26888/tid=26890] ppid=26886 vsize=9824668 CPUtime=3.43 cores=1,3,5,7
/proc/26888/task/26890/stat : 26890 (java) S 26886 26888 26250 0 -1 4202560 2694 0 1 0 332 11 0 0 20 0 22 0 253407230 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139693857260536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26888/tid=26891] ppid=26886 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/26888/task/26891/stat : 26891 (java) S 26886 26888 26250 0 -1 4202560 126 0 0 0 18 4 0 0 20 0 22 0 253407231 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139693818752040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26892] ppid=26886 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/26888/task/26892/stat : 26892 (java) S 26886 26888 26250 0 -1 4202560 85 0 0 0 19 4 0 0 20 0 22 0 253407231 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139693817699240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26893] ppid=26886 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/26888/task/26893/stat : 26893 (java) S 26886 26888 26250 0 -1 4202560 68 0 0 0 16 4 0 0 20 0 22 0 253407231 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139693816646440 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26894] ppid=26886 vsize=9824668 CPUtime=0.25 cores=1,3,5,7
/proc/26888/task/26894/stat : 26894 (java) S 26886 26888 26250 0 -1 4202560 84 0 0 0 21 4 0 0 20 0 22 0 253407231 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139693815593640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26895] ppid=26886 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/26888/task/26895/stat : 26895 (java) S 26886 26888 26250 0 -1 4202560 51 0 0 0 9 3 0 0 20 0 22 0 253407231 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139693814540840 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26896] ppid=26886 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/26888/task/26896/stat : 26896 (java) S 26886 26888 26250 0 -1 4202560 57 0 0 0 10 2 0 0 20 0 22 0 253407231 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139693813488040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26888/tid=26897] ppid=26886 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/26888/task/26897/stat : 26897 (java) S 26886 26888 26250 0 -1 4202560 57 0 0 0 15 3 0 0 20 0 22 0 253407231 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139693812435240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26898] ppid=26886 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/26888/task/26898/stat : 26898 (java) S 26886 26888 26250 0 -1 4202560 52 0 0 0 12 3 0 0 20 0 22 0 253407231 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139693693855912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26899] ppid=26886 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/26888/task/26899/stat : 26899 (java) S 26886 26888 26250 0 -1 4202560 529 0 0 0 41 1 0 0 20 0 22 0 253407233 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139693681445864 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26888/tid=26900] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26900/stat : 26900 (java) S 26886 26888 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253407233 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139693680391928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26901] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26901/stat : 26901 (java) S 26886 26888 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253407233 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139693679339016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26902] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26902/stat : 26902 (java) S 26886 26888 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253407236 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139693678287504 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26903] ppid=26886 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/26888/task/26903/stat : 26903 (java) S 26886 26888 26250 0 -1 4202560 9817 0 0 0 91 2 0 0 20 0 22 0 253407236 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139692938881464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26904] ppid=26886 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/26888/task/26904/stat : 26904 (java) S 26886 26888 26250 0 -1 4202560 7596 0 0 0 97 2 0 0 20 0 22 0 253407236 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139692937828664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26905] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26905/stat : 26905 (java) S 26886 26888 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253407236 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139692936776056 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26906] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26906/stat : 26906 (java) S 26886 26888 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253407236 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139692935723464 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26910] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26910/stat : 26910 (java) S 26886 26888 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253407604 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139692931511592 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26911] ppid=26886 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/26888/task/26911/stat : 26911 (java) R 26886 26888 26250 0 -1 4202560 5 0 0 0 147 0 0 0 20 0 22 0 253407656 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139692933615976 139693694706295 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26912] ppid=26886 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/26888/task/26912/stat : 26912 (java) R 26886 26888 26250 0 -1 4202560 3 0 0 0 144 0 0 0 20 0 22 0 253407656 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139692934666560 139693694813254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26913] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26913/stat : 26913 (java) S 26886 26888 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253407657 10060460032 189253 33554432000 1073741824 1073778376 140736533848000 139692932563880 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 10.98
Current children cumulated vsize (KiB) 9824668

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

[pid=26888/tid=26911] ppid=26886 vsize=9824668 CPUtime=834.34 cores=1,3,5,7
/proc/26888/task/26911/stat : 26911 (java) S 26886 26888 26250 0 -1 4202560 26 0 0 0 83422 12 0 0 20 0 22 0 253407656 10060460032 691004 33554432000 1073741824 1073778376 140736533848000 139692933616216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26912] ppid=26886 vsize=9824668 CPUtime=834.36 cores=1,3,5,7
/proc/26888/task/26912/stat : 26912 (java) S 26886 26888 26250 0 -1 4202560 750 0 0 0 83413 23 0 0 20 0 22 0 253407656 10060460032 691004 33554432000 1073741824 1073778376 140736533848000 139692934666728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26913] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26913/stat : 26913 (java) S 26886 26888 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253407657 10060460032 691004 33554432000 1073741824 1073778376 140736533848000 139692932563880 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824668

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -26888

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

[startup+955.901 s]
/proc/loadavg: 3.71 3.76 3.26 4/222 27008
/proc/meminfo: memFree=23394788/32873844 swapFree=7364/7364
[pid=26888] ppid=26886 vsize=9824668 CPUtime=1800.92 cores=1,3,5,7
/proc/26888/stat : 26888 (java) S 26886 26888 26250 0 -1 4202496 72475 0 1 0 179860 232 0 0 20 0 22 0 253407229 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 140736533839136 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26888/statm: 2456167 696124 2288 9 0 2446860 0
[pid=26888/tid=26890] ppid=26886 vsize=9824668 CPUtime=3.47 cores=1,3,5,7
/proc/26888/task/26890/stat : 26890 (java) S 26886 26888 26250 0 -1 4202560 2755 0 1 0 335 12 0 0 20 0 22 0 253407230 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693857260248 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26891] ppid=26886 vsize=9824668 CPUtime=1.31 cores=1,3,5,7
/proc/26888/task/26891/stat : 26891 (java) S 26886 26888 26250 0 -1 4202560 6441 0 0 0 110 21 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693818752040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26892] ppid=26886 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/26888/task/26892/stat : 26892 (java) S 26886 26888 26250 0 -1 4202560 2812 0 0 0 110 18 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693817699240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26893] ppid=26886 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/26888/task/26893/stat : 26893 (java) S 26886 26888 26250 0 -1 4202560 4668 0 0 0 101 20 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693816646440 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26894] ppid=26886 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26888/task/26894/stat : 26894 (java) S 26886 26888 26250 0 -1 4202560 6094 0 0 0 128 24 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693815593640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26895] ppid=26886 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/26888/task/26895/stat : 26895 (java) S 26886 26888 26250 0 -1 4202560 5207 0 0 0 101 21 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693814540840 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26896] ppid=26886 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/26888/task/26896/stat : 26896 (java) S 26886 26888 26250 0 -1 4202560 4004 0 0 0 104 22 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693813488040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26897] ppid=26886 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/26888/task/26897/stat : 26897 (java) S 26886 26888 26250 0 -1 4202560 7201 0 0 0 123 23 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693812435240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26898] ppid=26886 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/26888/task/26898/stat : 26898 (java) S 26886 26888 26250 0 -1 4202560 5435 0 0 0 109 26 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693693855912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26888/tid=26899] ppid=26886 vsize=9824668 CPUtime=114.67 cores=1,3,5,7
/proc/26888/task/26899/stat : 26899 (java) R 26886 26888 26250 0 -1 4202560 8214 0 0 0 11453 14 0 0 20 0 22 0 253407233 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693681444712 139693859455536 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26900] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26900/stat : 26900 (java) S 26886 26888 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253407233 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693680391928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26901] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26901/stat : 26901 (java) S 26886 26888 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253407233 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693679339016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26902] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26902/stat : 26902 (java) S 26886 26888 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693678287048 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26903] ppid=26886 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/26888/task/26903/stat : 26903 (java) S 26886 26888 26250 0 -1 4202560 9821 0 0 0 119 2 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692938881464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26904] ppid=26886 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26888/task/26904/stat : 26904 (java) S 26886 26888 26250 0 -1 4202560 7706 0 0 0 149 3 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692937828664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26905] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26905/stat : 26905 (java) S 26886 26888 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692936776056 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26906] ppid=26886 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/26888/task/26906/stat : 26906 (java) S 26886 26888 26250 0 -1 4202560 55 0 0 0 14 16 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692935723464 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26910] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26910/stat : 26910 (java) S 26886 26888 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253407604 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692931511592 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26911] ppid=26886 vsize=9824668 CPUtime=834.34 cores=1,3,5,7
/proc/26888/task/26911/stat : 26911 (java) S 26886 26888 26250 0 -1 4202560 26 0 0 0 83422 12 0 0 20 0 22 0 253407656 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692933616216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26912] ppid=26886 vsize=9824668 CPUtime=834.36 cores=1,3,5,7
/proc/26888/task/26912/stat : 26912 (java) S 26886 26888 26250 0 -1 4202560 750 0 0 0 83413 23 0 0 20 0 22 0 253407656 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692934666728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26913] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26913/stat : 26913 (java) S 26886 26888 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253407657 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692932563880 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (KiB) 9824668

[startup+956.701 s]
/proc/loadavg: 3.71 3.76 3.26 4/222 27008
/proc/meminfo: memFree=23394788/32873844 swapFree=7364/7364
[pid=26888] ppid=26886 vsize=9824668 CPUtime=1801.71 cores=1,3,5,7
/proc/26888/stat : 26888 (java) S 26886 26888 26250 0 -1 4202496 72475 0 1 0 179939 232 0 0 20 0 22 0 253407229 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 140736533839136 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26888/statm: 2456167 696124 2288 9 0 2446860 0
[pid=26888/tid=26890] ppid=26886 vsize=9824668 CPUtime=3.47 cores=1,3,5,7
/proc/26888/task/26890/stat : 26890 (java) S 26886 26888 26250 0 -1 4202560 2755 0 1 0 335 12 0 0 20 0 22 0 253407230 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693857260248 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26891] ppid=26886 vsize=9824668 CPUtime=1.31 cores=1,3,5,7
/proc/26888/task/26891/stat : 26891 (java) S 26886 26888 26250 0 -1 4202560 6441 0 0 0 110 21 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693818752040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26892] ppid=26886 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/26888/task/26892/stat : 26892 (java) S 26886 26888 26250 0 -1 4202560 2812 0 0 0 110 18 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693817699240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26893] ppid=26886 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/26888/task/26893/stat : 26893 (java) S 26886 26888 26250 0 -1 4202560 4668 0 0 0 101 20 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693816646440 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26894] ppid=26886 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26888/task/26894/stat : 26894 (java) S 26886 26888 26250 0 -1 4202560 6094 0 0 0 128 24 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693815593640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26895] ppid=26886 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/26888/task/26895/stat : 26895 (java) S 26886 26888 26250 0 -1 4202560 5207 0 0 0 101 21 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693814540840 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26896] ppid=26886 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/26888/task/26896/stat : 26896 (java) S 26886 26888 26250 0 -1 4202560 4004 0 0 0 104 22 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693813488040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26897] ppid=26886 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/26888/task/26897/stat : 26897 (java) S 26886 26888 26250 0 -1 4202560 7201 0 0 0 123 23 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693812435240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26898] ppid=26886 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/26888/task/26898/stat : 26898 (java) S 26886 26888 26250 0 -1 4202560 5435 0 0 0 109 26 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693693855912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26888/tid=26899] ppid=26886 vsize=9824668 CPUtime=115.46 cores=1,3,5,7
/proc/26888/task/26899/stat : 26899 (java) R 26886 26888 26250 0 -1 4202560 8214 0 0 0 11532 14 0 0 20 0 22 0 253407233 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693681444712 139693861421425 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26900] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26900/stat : 26900 (java) S 26886 26888 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253407233 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693680391928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26901] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26901/stat : 26901 (java) S 26886 26888 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253407233 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693679339016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26902] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26902/stat : 26902 (java) S 26886 26888 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693678287048 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26903] ppid=26886 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/26888/task/26903/stat : 26903 (java) S 26886 26888 26250 0 -1 4202560 9821 0 0 0 119 2 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692938881464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26904] ppid=26886 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26888/task/26904/stat : 26904 (java) S 26886 26888 26250 0 -1 4202560 7706 0 0 0 149 3 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692937828664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26905] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26905/stat : 26905 (java) S 26886 26888 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692936776056 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26906] ppid=26886 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/26888/task/26906/stat : 26906 (java) S 26886 26888 26250 0 -1 4202560 55 0 0 0 14 16 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692935723464 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26910] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26910/stat : 26910 (java) S 26886 26888 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253407604 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692931511592 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26911] ppid=26886 vsize=9824668 CPUtime=834.34 cores=1,3,5,7
/proc/26888/task/26911/stat : 26911 (java) S 26886 26888 26250 0 -1 4202560 26 0 0 0 83422 12 0 0 20 0 22 0 253407656 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692933616216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26912] ppid=26886 vsize=9824668 CPUtime=834.36 cores=1,3,5,7
/proc/26888/task/26912/stat : 26912 (java) S 26886 26888 26250 0 -1 4202560 750 0 0 0 83413 23 0 0 20 0 22 0 253407656 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692934666728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26913] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26913/stat : 26913 (java) S 26886 26888 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253407657 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692932563880 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1801.71
Current children cumulated vsize (KiB) 9824668

[startup+957.108 s]
/proc/loadavg: 3.71 3.76 3.26 4/222 27008
/proc/meminfo: memFree=23394788/32873844 swapFree=7364/7364
[pid=26888] ppid=26886 vsize=9824668 CPUtime=1802.12 cores=1,3,5,7
/proc/26888/stat : 26888 (java) S 26886 26888 26250 0 -1 4202496 72475 0 1 0 179980 232 0 0 20 0 22 0 253407229 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 140736533839136 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26888/statm: 2456167 696124 2288 9 0 2446860 0
[pid=26888/tid=26890] ppid=26886 vsize=9824668 CPUtime=3.47 cores=1,3,5,7
/proc/26888/task/26890/stat : 26890 (java) S 26886 26888 26250 0 -1 4202560 2755 0 1 0 335 12 0 0 20 0 22 0 253407230 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693857260248 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26891] ppid=26886 vsize=9824668 CPUtime=1.31 cores=1,3,5,7
/proc/26888/task/26891/stat : 26891 (java) S 26886 26888 26250 0 -1 4202560 6441 0 0 0 110 21 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693818752040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26892] ppid=26886 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/26888/task/26892/stat : 26892 (java) S 26886 26888 26250 0 -1 4202560 2812 0 0 0 110 18 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693817699240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26893] ppid=26886 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/26888/task/26893/stat : 26893 (java) S 26886 26888 26250 0 -1 4202560 4668 0 0 0 101 20 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693816646440 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26894] ppid=26886 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26888/task/26894/stat : 26894 (java) S 26886 26888 26250 0 -1 4202560 6094 0 0 0 128 24 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693815593640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26895] ppid=26886 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/26888/task/26895/stat : 26895 (java) S 26886 26888 26250 0 -1 4202560 5207 0 0 0 101 21 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693814540840 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26896] ppid=26886 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/26888/task/26896/stat : 26896 (java) S 26886 26888 26250 0 -1 4202560 4004 0 0 0 104 22 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693813488040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26897] ppid=26886 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/26888/task/26897/stat : 26897 (java) S 26886 26888 26250 0 -1 4202560 7201 0 0 0 123 23 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693812435240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26898] ppid=26886 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/26888/task/26898/stat : 26898 (java) S 26886 26888 26250 0 -1 4202560 5435 0 0 0 109 26 0 0 20 0 22 0 253407231 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693693855912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26888/tid=26899] ppid=26886 vsize=9824668 CPUtime=115.87 cores=1,3,5,7
/proc/26888/task/26899/stat : 26899 (java) R 26886 26888 26250 0 -1 4202560 8214 0 0 0 11573 14 0 0 20 0 22 0 253407233 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693681444712 139693864115476 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26900] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26900/stat : 26900 (java) S 26886 26888 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253407233 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693680391928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26901] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26901/stat : 26901 (java) S 26886 26888 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253407233 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693679339016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26902] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26902/stat : 26902 (java) S 26886 26888 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139693678287048 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26903] ppid=26886 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/26888/task/26903/stat : 26903 (java) S 26886 26888 26250 0 -1 4202560 9821 0 0 0 119 2 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692938881464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26904] ppid=26886 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26888/task/26904/stat : 26904 (java) S 26886 26888 26250 0 -1 4202560 7706 0 0 0 149 3 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692937828664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26905] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26905/stat : 26905 (java) S 26886 26888 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692936776056 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26906] ppid=26886 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/26888/task/26906/stat : 26906 (java) S 26886 26888 26250 0 -1 4202560 55 0 0 0 14 16 0 0 20 0 22 0 253407236 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692935723464 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26910] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26910/stat : 26910 (java) S 26886 26888 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253407604 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692931511592 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26888/tid=26911] ppid=26886 vsize=9824668 CPUtime=834.34 cores=1,3,5,7
/proc/26888/task/26911/stat : 26911 (java) S 26886 26888 26250 0 -1 4202560 26 0 0 0 83422 12 0 0 20 0 22 0 253407656 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692933616216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26888/tid=26912] ppid=26886 vsize=9824668 CPUtime=834.36 cores=1,3,5,7
/proc/26888/task/26912/stat : 26912 (java) S 26886 26888 26250 0 -1 4202560 750 0 0 0 83413 23 0 0 20 0 22 0 253407656 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692934666728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26888/tid=26913] ppid=26886 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26888/task/26913/stat : 26913 (java) S 26886 26888 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253407657 10060460032 696124 33554432000 1073741824 1073778376 140736533848000 139692932563880 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 9824668

Child ended because it received signal 9 (SIGKILL)
Real time (s): 957.143
CPU time (s): 1802.63
CPU user time (s): 1799.87
CPU system time (s): 2.76258
CPU usage (%): 188.334
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 2.76258
maximum resident set size= 2784496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72475
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24874
involuntary context switches= 18105

runsolver used 3.87141 second user time and 9.10462 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 17:20:24
IDJOB=3687616
IDBENCH=1974
IDSOLVER=2268
FILE ID=node133/3687616-1337872824
RUNJOBID= node133-1337871880-26267
PBS_JOBID= 14620071
Free space on /tmp= 71608 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687616-1337872824/watcher-3687616-1337872824 -o /tmp/evaluation-result-3687616-1337872824/solver-3687616-1337872824 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687616-1337872824.opb

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

MD5SUM BENCH= fad34197fa8b5ebd519d12750a352ad5
RANDOM SEED=332769771

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26873368 kB
Buffers:          209064 kB
Cached:          2391028 kB
SwapCached:            0 kB
Active:          3062708 kB
Inactive:        2164316 kB
Active(anon):    2629604 kB
Inactive(anon):        0 kB
Active(file):     433104 kB
Inactive(file):  2164316 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17148 kB
Writeback:             0 kB
AnonPages:       2633924 kB
Mapped:            22608 kB
Shmem:               212 kB
Slab:             629000 kB
SReclaimable:      71180 kB
SUnreclaim:       557820 kB
KernelStack:        1656 kB
PageTables:         9240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3193556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2545664 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= 71608 MiB
End job on node133 at 2012-05-24 17:36:22