Trace number 3709728

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.6 1794.55

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga25_23_sat_pb.cnf.cr.opb
MD5SUMf5648c05fd08b8fac6342afd4b5bd61d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.031995
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables863
Total number of constraints646
Number of constraints which are clauses598
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint12
Maximum length of a constraint25
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709728-1338127697.opb
0.09/0.12	c reading problem ... 
0.27/0.26	c ... done. Wall clock time 0.139s.
0.27/0.26	c declared #vars     863
0.27/0.26	c #constraints  646
0.27/0.26	c constraints type 
0.27/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 598
0.27/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
0.27/0.26	c 646 constraints processed.
1.53/1.14	c cleaning 2493 clauses out of 5000 with flag 5000/5000
2.80/2.35	c cleaning 4246 clauses out of 8507 with flag 11000/11000
4.51/4.06	c cleaning 5625 clauses out of 11262 with flag 18001/18001
6.36/5.80	c cleaning 6819 clauses out of 13638 with flag 26002/26002
8.39/7.85	c cleaning 7905 clauses out of 15817 with flag 35000/35000
11.39/10.84	c cleaning 8961 clauses out of 17921 with flag 45009/45009
14.33/13.78	c cleaning 9969 clauses out of 19951 with flag 56000/56000
17.66/17.00	c cleaning 10987 clauses out of 21982 with flag 68000/68000
21.58/21.00	c cleaning 11978 clauses out of 23998 with flag 81003/81003
25.60/24.95	c cleaning 13003 clauses out of 26017 with flag 95000/95000
30.83/30.15	c cleaning 14004 clauses out of 28015 with flag 110001/110001
35.19/34.49	c cleaning 15012 clauses out of 30024 with flag 126014/126014
40.22/39.47	c cleaning 15992 clauses out of 32000 with flag 143002/143002
46.14/45.32	c cleaning 17002 clauses out of 34008 with flag 161002/161002
52.89/52.06	c cleaning 17999 clauses out of 36004 with flag 180000/180000
59.64/58.75	c cleaning 18999 clauses out of 38009 with flag 200004/200004
66.69/65.74	c cleaning 20003 clauses out of 40010 with flag 221004/221004
75.74/74.74	c cleaning 20999 clauses out of 42004 with flag 243001/243001
86.18/85.18	c cleaning 22003 clauses out of 44006 with flag 266002/266002
94.45/93.32	c cleaning 22997 clauses out of 46002 with flag 290001/290001
103.58/102.44	c cleaning 23996 clauses out of 48005 with flag 315001/315001
115.23/114.01	c cleaning 25000 clauses out of 50009 with flag 341001/341001
125.11/123.80	c cleaning 26002 clauses out of 52014 with flag 368006/368006
138.98/137.60	c cleaning 27003 clauses out of 54006 with flag 396000/396000
149.07/147.67	c cleaning 28002 clauses out of 56009 with flag 425006/425006
160.62/159.10	c cleaning 28996 clauses out of 58001 with flag 455000/455000
173.18/171.65	c cleaning 29997 clauses out of 60005 with flag 486000/486000
189.72/188.18	c cleaning 30996 clauses out of 62008 with flag 518000/518000
206.28/204.66	c cleaning 32005 clauses out of 64016 with flag 551004/551004
223.85/222.15	c cleaning 33002 clauses out of 66008 with flag 585001/585001
238.00/236.22	c cleaning 33994 clauses out of 68007 with flag 620002/620002
252.03/250.25	c cleaning 34999 clauses out of 70012 with flag 656001/656001
269.70/267.88	c cleaning 36004 clauses out of 72014 with flag 693002/693002
287.46/285.55	c cleaning 37007 clauses out of 74018 with flag 731010/731010
307.33/305.33	c cleaning 37998 clauses out of 76006 with flag 770005/770005
325.69/323.64	c cleaning 38994 clauses out of 78004 with flag 810001/810001
348.45/346.39	c cleaning 40002 clauses out of 80017 with flag 851008/851008
371.63/369.44	c cleaning 41005 clauses out of 82011 with flag 893004/893004
391.93/389.67	c cleaning 41995 clauses out of 84015 with flag 936013/936013
415.32/412.92	c cleaning 43002 clauses out of 86009 with flag 980002/980002
435.59/433.11	c cleaning 43999 clauses out of 88005 with flag 1025000/1025000
459.30/456.71	c cleaning 44988 clauses out of 90006 with flag 1071000/1071000
484.82/482.10	c cleaning 46006 clauses out of 92020 with flag 1118002/1118002
518.22/515.47	c cleaning 47002 clauses out of 94012 with flag 1166000/1166000
549.31/546.44	c cleaning 48003 clauses out of 96011 with flag 1215001/1215001
582.29/579.32	c cleaning 49001 clauses out of 98009 with flag 1265002/1265002
618.59/615.55	c cleaning 49997 clauses out of 100008 with flag 1316002/1316002
644.50/641.35	c cleaning 51002 clauses out of 102009 with flag 1368000/1368000
671.79/668.50	c cleaning 52002 clauses out of 104007 with flag 1421000/1421000
707.06/703.71	c cleaning 52993 clauses out of 106005 with flag 1475000/1475000
748.12/744.77	c cleaning 54004 clauses out of 108015 with flag 1530003/1530003
790.82/787.37	c cleaning 54999 clauses out of 110008 with flag 1586000/1586000
824.14/820.56	c cleaning 56004 clauses out of 112014 with flag 1643005/1643005
860.49/856.90	c cleaning 56993 clauses out of 114007 with flag 1701002/1701002
907.04/903.38	c cleaning 58003 clauses out of 116012 with flag 1760000/1760000
951.93/948.17	c cleaning 58996 clauses out of 118011 with flag 1820002/1820002
995.61/991.79	c cleaning 60007 clauses out of 120015 with flag 1881002/1881002
1039.81/1035.85	c cleaning 60983 clauses out of 122009 with flag 1943003/1943003
1084.84/1080.88	c cleaning 62001 clauses out of 124023 with flag 2006000/2006000
1123.40/1119.21	c cleaning 63009 clauses out of 126022 with flag 2070000/2070000
1162.98/1158.75	c cleaning 64002 clauses out of 128013 with flag 2135000/2135000
1210.66/1206.33	c cleaning 65001 clauses out of 130012 with flag 2201001/2201001
1260.57/1256.18	c cleaning 65993 clauses out of 132011 with flag 2268001/2268001
1307.81/1303.21	c cleaning 67012 clauses out of 134033 with flag 2336016/2336016
1355.32/1350.64	c cleaning 67986 clauses out of 136009 with flag 2405004/2405004
1393.59/1388.80	c cleaning 69003 clauses out of 138020 with flag 2475001/2475001
1445.91/1441.11	c cleaning 69999 clauses out of 140016 with flag 2546000/2546000
1496.28/1491.50	c cleaning 71006 clauses out of 142020 with flag 2618003/2618003
1539.54/1534.66	c cleaning 72000 clauses out of 144013 with flag 2691002/2691002
1600.60/1595.67	c cleaning 72999 clauses out of 146015 with flag 2765004/2765004
1672.62/1667.60	c cleaning 73998 clauses out of 148012 with flag 2840000/2840000
1729.66/1724.47	c cleaning 75001 clauses out of 150016 with flag 2916002/2916002
1789.38/1784.08	c cleaning 76006 clauses out of 152014 with flag 2993001/2993001
1800.02/1794.51	c starts		: 244
1800.02/1794.51	c conflicts		: 3015922
1800.02/1794.51	c decisions		: 3309215
1800.02/1794.51	c propagations		: 75359280
1800.02/1794.51	c inspects		: 17549380517
1800.02/1794.51	c shortcuts		: 0
1800.02/1794.51	c learnt literals	: 0
1800.02/1794.51	c learnt binary clauses	: 0
1800.02/1794.51	c learnt ternary clauses	: 0
1800.02/1794.51	c learnt constraints	: 3015922
1800.02/1794.51	c ignored constraints	: 0
1800.02/1794.51	c root simplifications	: 244
1800.02/1794.51	c removed literals (reason simplification)	: 11337264
1800.02/1794.51	c reason swapping (by a shorter reason)	: 0
1800.02/1794.51	c Calls to reduceDB	: 73
1800.02/1794.51	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.51	c number of learned constraints concerned by reduction	: 0
1800.02/1794.51	c number of learning phase by resolution	: 0
1800.02/1794.51	c number of learning phase by cutting planes	: 0
1800.02/1794.51	c speed (assignments/second)	: 42000.50494720069
1800.02/1794.51	c non guided choices	267
1800.02/1794.54	c learnt constraints type 
1800.02/1794.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98956
1800.02/1794.54	c constraints type 
1800.02/1794.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 598
1800.02/1794.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
1800.02/1794.54	c 646 constraints processed.
1800.02/1794.54	s UNKNOWN
1800.02/1794.54	c Total wall clock time (in seconds): 1794.42

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-3709728-1338127697/watcher-3709728-1338127697 -o /tmp/evaluation-result-3709728-1338127697/solver-3709728-1338127697 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709728-1338127697.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.99 2.00 1.91 3/194 1082
/proc/meminfo: memFree=29069764/32873648 swapFree=6864/6864
[pid=1082] ppid=1080 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/1082/stat : 1082 (java) D 1080 1082 32120 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 278895154 278528 33 33554432000 1073741824 1073778376 140734862644560 140734862641736 270698376487 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/1082/statm: 68 33 25 9 0 25 0

[startup+0.04653 s]
/proc/loadavg: 1.99 2.00 1.91 3/194 1082
/proc/meminfo: memFree=29069764/32873648 swapFree=6864/6864
[pid=1082] ppid=1080 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/1082/stat : 1082 (java) S 1080 1082 32120 0 -1 4202496 3082 0 1 0 2 0 0 0 20 0 13 0 278895154 9446973440 3268 33554432000 1073741824 1073778376 140736432127216 140736432118352 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1082/statm: 2306390 3268 1700 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100199 s]
/proc/loadavg: 1.99 2.00 1.91 3/194 1082
/proc/meminfo: memFree=29069764/32873648 swapFree=6864/6864
[pid=1082] ppid=1080 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/1082/stat : 1082 (java) S 1080 1082 32120 0 -1 4202496 4351 0 1 0 8 1 0 0 20 0 18 0 278895154 9787842560 5555 33554432000 1073741824 1073778376 140736432127216 140736432118352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1082/statm: 2389610 5555 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300168 s]
/proc/loadavg: 1.99 2.00 1.91 3/194 1082
/proc/meminfo: memFree=29069764/32873648 swapFree=6864/6864
[pid=1082] ppid=1080 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/1082/stat : 1082 (java) S 1080 1082 32120 0 -1 4202496 6060 0 1 0 47 1 0 0 20 0 19 0 278895154 9856004096 8261 33554432000 1073741824 1073778376 140736432127216 140736432118352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1082/statm: 2406251 8276 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625004

[startup+0.700159 s]
/proc/loadavg: 1.99 2.00 1.91 3/194 1082
/proc/meminfo: memFree=29069764/32873648 swapFree=6864/6864
[pid=1082] ppid=1080 vsize=9625004 CPUtime=1.09 cores=0,2,4,6
/proc/1082/stat : 1082 (java) S 1080 1082 32120 0 -1 4202496 7003 0 1 0 108 1 0 0 20 0 19 0 278895154 9856004096 10158 33554432000 1073741824 1073778376 140736432127216 140736432118352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1082/statm: 2406251 10158 2241 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625004

[startup+1.50058 s]
/proc/loadavg: 1.99 2.00 1.91 3/213 1101
/proc/meminfo: memFree=29033312/32873648 swapFree=6864/6864
[pid=1082] ppid=1080 vsize=9625004 CPUtime=1.96 cores=0,2,4,6
/proc/1082/stat : 1082 (java) S 1080 1082 32120 0 -1 4202496 7167 0 1 0 194 2 0 0 20 0 19 0 278895154 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 140736432118352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1082/statm: 2406251 14828 2276 9 0 2396937 0
[pid=1082/tid=1084] ppid=1080 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/1082/task/1084/stat : 1084 (java) R 1080 1082 32120 0 -1 4202560 2572 0 1 0 145 0 0 0 20 0 19 0 278895155 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989763899784 139989636700474 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1085] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1085/stat : 1085 (java) S 1080 1082 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989607832360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1086] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1086/stat : 1086 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989606779560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1087] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1087/stat : 1087 (java) S 1080 1082 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989605727272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1088] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1088/stat : 1088 (java) S 1080 1082 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989604674472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1089] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1089/stat : 1089 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989603621160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1090] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1090/stat : 1090 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895157 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989602568360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1091] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1091/stat : 1091 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895157 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989601516072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1092] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1092/stat : 1092 (java) S 1080 1082 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278895157 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989600463272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1093] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1093/stat : 1093 (java) S 1080 1082 32120 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989588052712 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1094] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1094/stat : 1094 (java) S 1080 1082 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989586998776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1095] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1095/stat : 1095 (java) S 1080 1082 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989585946376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1096] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1096/stat : 1096 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989584894864 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1097] ppid=1080 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/1082/task/1097/stat : 1097 (java) S 1080 1082 32120 0 -1 4202560 1654 0 0 0 20 0 0 0 20 0 19 0 278895160 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989583841464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1098] ppid=1080 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/1082/task/1098/stat : 1098 (java) S 1080 1082 32120 0 -1 4202560 1694 0 0 0 26 0 0 0 20 0 19 0 278895160 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989582788664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1099] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1099/stat : 1099 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989581736568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1100] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1100/stat : 1100 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989580683976 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1101] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1101/stat : 1101 (java) S 1080 1082 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278895181 9856004096 14828 33554432000 1073741824 1073778376 140736432127216 139989579629992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625004

[startup+3.10063 s]
/proc/loadavg: 1.99 2.00 1.91 3/213 1101
/proc/meminfo: memFree=29018108/32873648 swapFree=6864/6864
[pid=1082] ppid=1080 vsize=9625004 CPUtime=3.61 cores=0,2,4,6
/proc/1082/stat : 1082 (java) S 1080 1082 32120 0 -1 4202496 7201 0 1 0 358 3 0 0 20 0 19 0 278895154 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 140736432118352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1082/statm: 2406251 18425 2276 9 0 2396937 0
[pid=1082/tid=1084] ppid=1080 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/1082/task/1084/stat : 1084 (java) R 1080 1082 32120 0 -1 4202560 2574 0 1 0 303 0 0 0 20 0 19 0 278895155 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989763899816 139989636810938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1085] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1085/stat : 1085 (java) S 1080 1082 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989607832360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1086] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1086/stat : 1086 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989606779560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1087] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1087/stat : 1087 (java) S 1080 1082 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989605727272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1088] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1088/stat : 1088 (java) S 1080 1082 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989604674472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1089] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1089/stat : 1089 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989603621160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1090] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1090/stat : 1090 (java) S 1080 1082 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278895157 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989602568360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1091] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1091/stat : 1091 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895157 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989601516072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1092] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1092/stat : 1092 (java) S 1080 1082 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278895157 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989600463272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1093] ppid=1080 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1082/task/1093/stat : 1093 (java) S 1080 1082 32120 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 278895158 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989588052712 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1094] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1094/stat : 1094 (java) S 1080 1082 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989586998776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1095] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1095/stat : 1095 (java) S 1080 1082 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989585946376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1096] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1096/stat : 1096 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989584894864 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1097] ppid=1080 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/1082/task/1097/stat : 1097 (java) S 1080 1082 32120 0 -1 4202560 1657 0 0 0 22 0 0 0 20 0 19 0 278895160 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989583841464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1098] ppid=1080 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/1082/task/1098/stat : 1098 (java) S 1080 1082 32120 0 -1 4202560 1696 0 0 0 27 0 0 0 20 0 19 0 278895160 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989582788664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1099] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1099/stat : 1099 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989581736568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1100] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1100/stat : 1100 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989580683976 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1101] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1101/stat : 1101 (java) S 1080 1082 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278895181 9856004096 18425 33554432000 1073741824 1073778376 140736432127216 139989579629992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 1.99 2.00 1.91 3/213 1101
/proc/meminfo: memFree=28989320/32873648 swapFree=6864/6864
[pid=1082] ppid=1080 vsize=9625004 CPUtime=6.89 cores=0,2,4,6
/proc/1082/stat : 1082 (java) S 1080 1082 32120 0 -1 4202496 7458 0 1 0 684 5 0 0 20 0 19 0 278895154 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 140736432118352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1082/statm: 2406251 22922 2276 9 0 2396937 0
[pid=1082/tid=1084] ppid=1080 vsize=9625004 CPUtime=6.19 cores=0,2,4,6
/proc/1082/task/1084/stat : 1084 (java) R 1080 1082 32120 0 -1 4202560 2575 0 1 0 619 0 0 0 20 0 19 0 278895155 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989763899696 139989636700044 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1085] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1085/stat : 1085 (java) S 1080 1082 32120 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989607832360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1086] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1086/stat : 1086 (java) S 1080 1082 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989606779560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1087] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1087/stat : 1087 (java) S 1080 1082 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989605727272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1088] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1088/stat : 1088 (java) S 1080 1082 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989604674472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1089] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1089/stat : 1089 (java) S 1080 1082 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278895156 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989603621160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1090] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1090/stat : 1090 (java) S 1080 1082 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278895157 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989602568360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1091] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1091/stat : 1091 (java) S 1080 1082 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278895157 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989601516072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1092] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1092/stat : 1092 (java) S 1080 1082 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278895157 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989600463272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1093] ppid=1080 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/1082/task/1093/stat : 1093 (java) S 1080 1082 32120 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 19 0 278895158 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989588052712 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1094] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1094/stat : 1094 (java) S 1080 1082 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989586998776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1095] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1095/stat : 1095 (java) S 1080 1082 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989585946376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1096] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1096/stat : 1096 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989584894864 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1097] ppid=1080 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/1082/task/1097/stat : 1097 (java) S 1080 1082 32120 0 -1 4202560 1657 0 0 0 22 0 0 0 20 0 19 0 278895160 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989583841464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1098] ppid=1080 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/1082/task/1098/stat : 1098 (java) S 1080 1082 32120 0 -1 4202560 1898 0 0 0 31 0 0 0 20 0 19 0 278895160 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989582788664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1099] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1099/stat : 1099 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989581736568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1100] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1100/stat : 1100 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989580683976 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1101] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1101/stat : 1101 (java) S 1080 1082 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278895181 9856004096 22922 33554432000 1073741824 1073778376 140736432127216 139989579629992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=1082/tid=1090] ppid=1080 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/1082/task/1090/stat : 1090 (java) S 1080 1082 32120 0 -1 4202560 253 0 0 0 72 4 0 0 20 0 19 0 278895157 9856004096 122885 33554432000 1073741824 1073778376 140736432127216 139989602568360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1091] ppid=1080 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/1082/task/1091/stat : 1091 (java) S 1080 1082 32120 0 -1 4202560 155 0 0 0 76 5 0 0 20 0 19 0 278895157 9856004096 122885 33554432000 1073741824 1073778376 140736432127216 139989601516072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1092] ppid=1080 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/1082/task/1092/stat : 1092 (java) S 1080 1082 32120 0 -1 4202560 129 0 0 0 76 4 0 0 20 0 19 0 278895157 9856004096 122885 33554432000 1073741824 1073778376 140736432127216 139989600463272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1093] ppid=1080 vsize=9625004 CPUtime=3.58 cores=0,2,4,6
/proc/1082/task/1093/stat : 1093 (java) S 1080 1082 32120 0 -1 4202560 137 0 0 0 355 3 0 0 20 0 19 0 278895158 9856004096 122885 33554432000 1073741824 1073778376 140736432127216 139989588052712 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1094] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1094/stat : 1094 (java) S 1080 1082 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 122885 33554432000 1073741824 1073778376 140736432127216 139989586998776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1095] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1095/stat : 1095 (java) S 1080 1082 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 122885 33554432000 1073741824 1073778376 140736432127216 139989585946376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1096] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1096/stat : 1096 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 122885 33554432000 1073741824 1073778376 140736432127216 139989584894864 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1097] ppid=1080 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/1082/task/1097/stat : 1097 (java) S 1080 1082 32120 0 -1 4202560 1657 0 0 0 22 0 0 0 20 0 19 0 278895160 9856004096 122885 33554432000 1073741824 1073778376 140736432127216 139989583841464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1098] ppid=1080 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1082/task/1098/stat : 1098 (java) S 1080 1082 32120 0 -1 4202560 2232 0 0 0 33 0 0 0 20 0 19 0 278895160 9856004096 122885 33554432000 1073741824 1073778376 140736432127216 139989582788664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1099] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1099/stat : 1099 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 122885 33554432000 1073741824 1073778376 140736432127216 139989581736568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1100] ppid=1080 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/1082/task/1100/stat : 1100 (java) S 1080 1082 32120 0 -1 4202560 99 0 0 0 27 29 0 0 20 0 19 0 278895160 9856004096 122885 33554432000 1073741824 1073778376 140736432127216 139989580683976 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1101] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1101/stat : 1101 (java) S 1080 1082 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278895181 9856004096 122885 33554432000 1073741824 1073778376 140736432127216 139989579629992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.56
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/213 1177
/proc/meminfo: memFree=28298300/32873648 swapFree=6864/6864
[pid=1082] ppid=1080 vsize=9625004 CPUtime=1787.68 cores=0,2,4,6
/proc/1082/stat : 1082 (java) S 1080 1082 32120 0 -1 4202496 10235 0 1 0 178700 68 0 0 20 0 19 0 278895154 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 140736432118352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1082/statm: 2406251 123909 2277 9 0 2396937 0
[pid=1082/tid=1084] ppid=1080 vsize=9625004 CPUtime=1776.68 cores=0,2,4,6
/proc/1082/task/1084/stat : 1084 (java) R 1080 1082 32120 0 -1 4202560 2694 0 1 0 177636 32 0 0 20 0 19 0 278895155 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989763899696 139989636904665 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1085] ppid=1080 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/1082/task/1085/stat : 1085 (java) S 1080 1082 32120 0 -1 4202560 465 0 0 0 72 5 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989607832360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1086] ppid=1080 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/1082/task/1086/stat : 1086 (java) S 1080 1082 32120 0 -1 4202560 307 0 0 0 73 3 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989606779560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1087] ppid=1080 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/1082/task/1087/stat : 1087 (java) S 1080 1082 32120 0 -1 4202560 376 0 0 0 74 4 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989605727272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1088] ppid=1080 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/1082/task/1088/stat : 1088 (java) S 1080 1082 32120 0 -1 4202560 430 0 0 0 83 4 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989604674472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1089] ppid=1080 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/1082/task/1089/stat : 1089 (java) S 1080 1082 32120 0 -1 4202560 109 0 0 0 76 3 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989603621160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1090] ppid=1080 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/1082/task/1090/stat : 1090 (java) S 1080 1082 32120 0 -1 4202560 253 0 0 0 74 4 0 0 20 0 19 0 278895157 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989602568360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1091] ppid=1080 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/1082/task/1091/stat : 1091 (java) S 1080 1082 32120 0 -1 4202560 157 0 0 0 77 5 0 0 20 0 19 0 278895157 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989601516072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1092] ppid=1080 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/1082/task/1092/stat : 1092 (java) S 1080 1082 32120 0 -1 4202560 131 0 0 0 78 4 0 0 20 0 19 0 278895157 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989600463272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1093] ppid=1080 vsize=9625004 CPUtime=3.69 cores=0,2,4,6
/proc/1082/task/1093/stat : 1093 (java) S 1080 1082 32120 0 -1 4202560 139 0 0 0 366 3 0 0 20 0 19 0 278895158 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989588052712 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1094] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1094/stat : 1094 (java) S 1080 1082 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989586998776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1095] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1095/stat : 1095 (java) S 1080 1082 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989585946376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1096] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1096/stat : 1096 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989584894864 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1097] ppid=1080 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/1082/task/1097/stat : 1097 (java) S 1080 1082 32120 0 -1 4202560 1657 0 0 0 22 0 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989583841464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1098] ppid=1080 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1082/task/1098/stat : 1098 (java) S 1080 1082 32120 0 -1 4202560 2232 0 0 0 33 0 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989582788664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1099] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1099/stat : 1099 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989581736568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1100] ppid=1080 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/1082/task/1100/stat : 1100 (java) S 1080 1082 32120 0 -1 4202560 103 0 0 0 28 30 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989580683976 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1101] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1101/stat : 1101 (java) S 1080 1082 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278895181 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989579629992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.68
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 2.06 2.02 1.98 3/213 1177
/proc/meminfo: memFree=28292156/32873648 swapFree=6864/6864
[pid=1082] ppid=1080 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/1082/stat : 1082 (java) S 1080 1082 32120 0 -1 4202496 10238 0 1 0 179934 68 0 0 20 0 19 0 278895154 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 140736432118352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1082/statm: 2406251 123909 2277 9 0 2396937 0
[pid=1082/tid=1084] ppid=1080 vsize=9625004 CPUtime=1788.76 cores=0,2,4,6
/proc/1082/task/1084/stat : 1084 (java) R 1080 1082 32120 0 -1 4202560 2695 0 1 0 178844 32 0 0 20 0 19 0 278895155 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989763899696 139989636700060 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1085] ppid=1080 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/1082/task/1085/stat : 1085 (java) S 1080 1082 32120 0 -1 4202560 465 0 0 0 74 5 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989607832360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1086] ppid=1080 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/1082/task/1086/stat : 1086 (java) S 1080 1082 32120 0 -1 4202560 307 0 0 0 75 3 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989606779560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1087] ppid=1080 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/1082/task/1087/stat : 1087 (java) S 1080 1082 32120 0 -1 4202560 376 0 0 0 76 4 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989605727272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1088] ppid=1080 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/1082/task/1088/stat : 1088 (java) S 1080 1082 32120 0 -1 4202560 430 0 0 0 86 4 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989604674472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1089] ppid=1080 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/1082/task/1089/stat : 1089 (java) S 1080 1082 32120 0 -1 4202560 109 0 0 0 79 3 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989603621160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1090] ppid=1080 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/1082/task/1090/stat : 1090 (java) S 1080 1082 32120 0 -1 4202560 253 0 0 0 77 4 0 0 20 0 19 0 278895157 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989602568360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1091] ppid=1080 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/1082/task/1091/stat : 1091 (java) S 1080 1082 32120 0 -1 4202560 157 0 0 0 81 5 0 0 20 0 19 0 278895157 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989601516072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1092] ppid=1080 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/1082/task/1092/stat : 1092 (java) S 1080 1082 32120 0 -1 4202560 131 0 0 0 80 4 0 0 20 0 19 0 278895157 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989600463272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1093] ppid=1080 vsize=9625004 CPUtime=3.77 cores=0,2,4,6
/proc/1082/task/1093/stat : 1093 (java) S 1080 1082 32120 0 -1 4202560 141 0 0 0 374 3 0 0 20 0 19 0 278895158 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989588052712 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1094] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1094/stat : 1094 (java) S 1080 1082 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989586998776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1095] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1095/stat : 1095 (java) S 1080 1082 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989585946376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1096] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1096/stat : 1096 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989584894864 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1097] ppid=1080 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/1082/task/1097/stat : 1097 (java) S 1080 1082 32120 0 -1 4202560 1657 0 0 0 22 0 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989583841464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1098] ppid=1080 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1082/task/1098/stat : 1098 (java) S 1080 1082 32120 0 -1 4202560 2232 0 0 0 33 0 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989582788664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1099] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1099/stat : 1099 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989581736568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1100] ppid=1080 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/1082/task/1100/stat : 1100 (java) S 1080 1082 32120 0 -1 4202560 103 0 0 0 28 30 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989580683976 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1101] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1101/stat : 1101 (java) S 1080 1082 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278895181 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989579629992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1794.5 s]
/proc/loadavg: 2.06 2.02 1.98 3/213 1177
/proc/meminfo: memFree=28292156/32873648 swapFree=6864/6864
[pid=1082] ppid=1080 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/1082/stat : 1082 (java) S 1080 1082 32120 0 -1 4202496 10238 0 1 0 179934 68 0 0 20 0 19 0 278895154 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 140736432118352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1082/statm: 2406251 123909 2277 9 0 2396937 0
[pid=1082/tid=1084] ppid=1080 vsize=9625004 CPUtime=1788.76 cores=0,2,4,6
/proc/1082/task/1084/stat : 1084 (java) R 1080 1082 32120 0 -1 4202560 2695 0 1 0 178844 32 0 0 20 0 19 0 278895155 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989763899696 139989636700060 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1082/tid=1085] ppid=1080 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/1082/task/1085/stat : 1085 (java) S 1080 1082 32120 0 -1 4202560 465 0 0 0 74 5 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989607832360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1086] ppid=1080 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/1082/task/1086/stat : 1086 (java) S 1080 1082 32120 0 -1 4202560 307 0 0 0 75 3 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989606779560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1087] ppid=1080 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/1082/task/1087/stat : 1087 (java) S 1080 1082 32120 0 -1 4202560 376 0 0 0 76 4 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989605727272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1088] ppid=1080 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/1082/task/1088/stat : 1088 (java) S 1080 1082 32120 0 -1 4202560 430 0 0 0 86 4 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989604674472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1089] ppid=1080 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/1082/task/1089/stat : 1089 (java) S 1080 1082 32120 0 -1 4202560 109 0 0 0 79 3 0 0 20 0 19 0 278895156 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989603621160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1090] ppid=1080 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/1082/task/1090/stat : 1090 (java) S 1080 1082 32120 0 -1 4202560 253 0 0 0 77 4 0 0 20 0 19 0 278895157 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989602568360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1091] ppid=1080 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/1082/task/1091/stat : 1091 (java) S 1080 1082 32120 0 -1 4202560 157 0 0 0 81 5 0 0 20 0 19 0 278895157 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989601516072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1092] ppid=1080 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/1082/task/1092/stat : 1092 (java) S 1080 1082 32120 0 -1 4202560 131 0 0 0 80 4 0 0 20 0 19 0 278895157 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989600463272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1093] ppid=1080 vsize=9625004 CPUtime=3.77 cores=0,2,4,6
/proc/1082/task/1093/stat : 1093 (java) S 1080 1082 32120 0 -1 4202560 141 0 0 0 374 3 0 0 20 0 19 0 278895158 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989588052712 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1094] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1094/stat : 1094 (java) S 1080 1082 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989586998776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1095] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1095/stat : 1095 (java) S 1080 1082 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278895158 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989585946376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1096] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1096/stat : 1096 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989584894864 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1097] ppid=1080 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/1082/task/1097/stat : 1097 (java) S 1080 1082 32120 0 -1 4202560 1657 0 0 0 22 0 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989583841464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1082/tid=1098] ppid=1080 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1082/task/1098/stat : 1098 (java) S 1080 1082 32120 0 -1 4202560 2232 0 0 0 33 0 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989582788664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1099] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1099/stat : 1099 (java) S 1080 1082 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989581736568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1082/tid=1100] ppid=1080 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/1082/task/1100/stat : 1100 (java) S 1080 1082 32120 0 -1 4202560 103 0 0 0 28 30 0 0 20 0 19 0 278895160 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989580683976 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1082/tid=1101] ppid=1080 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1082/task/1101/stat : 1101 (java) S 1080 1082 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278895181 9856004096 123909 33554432000 1073741824 1073778376 140736432127216 139989579629992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1794.55
CPU time (s): 1800.6
CPU user time (s): 1799.49
CPU system time (s): 1.11083
CPU usage (%): 100.337
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 1.11083
maximum resident set size= 496036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10373
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40029
involuntary context switches= 26314

runsolver used 6.07108 second user time and 14.6118 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 16:08:17
IDJOB=3709728
IDBENCH=1400
IDSOLVER=2289
FILE ID=node125/3709728-1338127697
RUNJOBID= node125-1338125514-32136
PBS_JOBID= 14624515
Free space on /tmp= 71260 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga25_23_sat_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709728-1338127697/watcher-3709728-1338127697 -o /tmp/evaluation-result-3709728-1338127697/solver-3709728-1338127697 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709728-1338127697.opb

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

MD5SUM BENCH= f5648c05fd08b8fac6342afd4b5bd61d
RANDOM SEED=1724540327

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        29069764 kB
Buffers:          446048 kB
Cached:          2424064 kB
SwapCached:         2308 kB
Active:          1468496 kB
Inactive:        1494488 kB
Active(anon):      84676 kB
Inactive(anon):     9556 kB
Active(file):    1383820 kB
Inactive(file):  1484932 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:         96580 kB
Mapped:            22452 kB
Shmem:               104 kB
Slab:             703004 kB
SReclaimable:     146828 kB
SUnreclaim:       556176 kB
KernelStack:        1600 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71256 MiB
End job on node125 at 2012-05-27 16:38:14