Trace number 3709732

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.03 1783.35

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga35_33_sat_pb.cnf.cr.opb
MD5SUMd807de21f10c00acae1479f7b1348df5
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.035994
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1733
Total number of constraints1256
Number of constraints which are clauses1188
Number of constraints which are cardinality constraints (but not clauses)68
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint17
Maximum length of a constraint35
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 36
Number of bits of the biggest sum of numbers6
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=true
0.09/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3709732-1338126556.opb
0.09/0.11	c reading problem ... 
0.55/0.30	c ... done. Wall clock time 0.185s.
0.55/0.30	c declared #vars     1733
0.55/0.30	c #constraints  1256
0.55/0.30	c constraints type 
0.55/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1188
0.55/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 68
0.55/0.30	c 1256 constraints processed.
2.63/2.09	c cleaning 2504 clauses out of 5007 with flag 5007/5007
4.89/4.20	c cleaning 4243 clauses out of 8496 with flag 11000/11000
8.11/7.48	c cleaning 5626 clauses out of 11253 with flag 18000/18000
12.67/11.95	c cleaning 6814 clauses out of 13631 with flag 26004/26004
19.35/18.58	c cleaning 7910 clauses out of 15822 with flag 35009/35009
25.98/25.16	c cleaning 8947 clauses out of 17906 with flag 45003/45003
33.94/33.05	c cleaning 9982 clauses out of 19965 with flag 56009/56009
41.26/40.33	c cleaning 10981 clauses out of 21974 with flag 68000/68000
49.53/48.54	c cleaning 12002 clauses out of 24006 with flag 81013/81013
57.66/56.68	c cleaning 12994 clauses out of 25991 with flag 95000/95000
67.33/66.24	c cleaning 13998 clauses out of 28000 with flag 110003/110003
77.59/76.41	c cleaning 15000 clauses out of 29999 with flag 126000/126000
89.57/88.37	c cleaning 15998 clauses out of 32000 with flag 143001/143001
102.11/100.83	c cleaning 16995 clauses out of 34001 with flag 161000/161000
117.90/116.58	c cleaning 17998 clauses out of 36006 with flag 180000/180000
131.20/129.75	c cleaning 19002 clauses out of 38009 with flag 200001/200001
145.12/143.66	c cleaning 20007 clauses out of 40024 with flag 221018/221018
161.43/159.81	c cleaning 20997 clauses out of 42003 with flag 243004/243004
185.25/183.50	c cleaning 22006 clauses out of 44012 with flag 266010/266010
204.04/202.30	c cleaning 22969 clauses out of 45999 with flag 290003/290003
225.61/223.75	c cleaning 24014 clauses out of 48029 with flag 315002/315002
251.37/249.40	c cleaning 25000 clauses out of 50013 with flag 341000/341000
271.82/269.75	c cleaning 26005 clauses out of 52013 with flag 368000/368000
292.70/290.59	c cleaning 27000 clauses out of 54008 with flag 396000/396000
316.28/314.02	c cleaning 28003 clauses out of 56008 with flag 425000/425000
342.10/339.74	c cleaning 28999 clauses out of 58005 with flag 455000/455000
367.60/365.19	c cleaning 30004 clauses out of 60014 with flag 486008/486008
396.48/393.97	c cleaning 30998 clauses out of 62002 with flag 518000/518000
424.68/422.00	c cleaning 32001 clauses out of 64011 with flag 551007/551007
471.04/468.12	c cleaning 33000 clauses out of 66003 with flag 585000/585000
498.27/495.31	c cleaning 33995 clauses out of 68004 with flag 620001/620001
525.06/522.05	c cleaning 34984 clauses out of 70019 with flag 656011/656011
558.55/555.32	c cleaning 36008 clauses out of 72026 with flag 693002/693002
597.94/594.56	c cleaning 37003 clauses out of 74017 with flag 731001/731001
651.44/647.89	c cleaning 38012 clauses out of 76026 with flag 770013/770013
687.47/683.17	c cleaning 38994 clauses out of 78004 with flag 810003/810003
745.26/740.34	c cleaning 40001 clauses out of 80009 with flag 851002/851002
807.74/802.39	c cleaning 41000 clauses out of 82007 with flag 893001/893001
847.40/841.35	c cleaning 41984 clauses out of 84007 with flag 936001/936001
893.94/887.20	c cleaning 43002 clauses out of 86027 with flag 980005/980005
948.58/941.34	c cleaning 44011 clauses out of 88023 with flag 1025003/1025003
1018.23/1010.42	c cleaning 44995 clauses out of 90009 with flag 1071000/1071000
1071.23/1062.86	c cleaning 46000 clauses out of 92014 with flag 1118000/1118000
1124.14/1115.17	c cleaning 47003 clauses out of 94018 with flag 1166004/1166004
1176.91/1167.17	c cleaning 48009 clauses out of 96019 with flag 1215008/1215008
1235.23/1224.83	c cleaning 48996 clauses out of 98004 with flag 1265002/1265002
1300.78/1289.76	c cleaning 49999 clauses out of 100007 with flag 1316001/1316001
1347.70/1335.83	c cleaning 50998 clauses out of 102009 with flag 1368002/1368002
1401.64/1389.03	c cleaning 52004 clauses out of 104014 with flag 1421005/1421005
1457.55/1444.36	c cleaning 52994 clauses out of 106006 with flag 1475001/1475001
1519.84/1505.93	c cleaning 53996 clauses out of 108011 with flag 1530000/1530000
1603.20/1588.55	c cleaning 55004 clauses out of 110015 with flag 1586000/1586000
1663.33/1647.91	c cleaning 55989 clauses out of 112011 with flag 1643000/1643000
1736.65/1720.69	c cleaning 57005 clauses out of 114023 with flag 1701001/1701001
1800.03/1783.31	c starts		: 209
1800.03/1783.31	c conflicts		: 1758530
1800.03/1783.31	c decisions		: 2044843
1800.03/1783.31	c propagations		: 64357471
1800.03/1783.31	c inspects		: 8888039480
1800.03/1783.31	c shortcuts		: 0
1800.03/1783.31	c learnt literals	: 0
1800.03/1783.31	c learnt binary clauses	: 0
1800.03/1783.31	c learnt ternary clauses	: 0
1800.03/1783.31	c learnt constraints	: 1758530
1800.03/1783.31	c ignored constraints	: 0
1800.03/1783.31	c root simplifications	: 209
1800.03/1783.31	c removed literals (reason simplification)	: 10957779
1800.03/1783.31	c reason swapping (by a shorter reason)	: 0
1800.03/1783.31	c Calls to reduceDB	: 54
1800.03/1783.31	c number of reductions to clauses (during analyze)	: 0
1800.03/1783.31	c number of learned constraints concerned by reduction	: 0
1800.03/1783.31	c number of learning phase by resolution	: 0
1800.03/1783.31	c number of learning phase by cutting planes	: 0
1800.03/1783.31	c speed (assignments/second)	: 36094.886282058185
1800.03/1783.31	c non guided choices	547
1800.03/1783.34	c learnt constraints type 
1800.03/1783.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114557
1800.03/1783.34	c constraints type 
1800.03/1783.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1188
1800.03/1783.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 68
1800.03/1783.34	c 1256 constraints processed.
1800.03/1783.34	s UNKNOWN
1800.03/1783.34	c Total wall clock time (in seconds): 1783.228

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3709732-1338126556/watcher-3709732-1338126556 -o /tmp/evaluation-result-3709732-1338126556/solver-3709732-1338126556 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709732-1338126556.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: 2.08 2.03 2.01 3/173 28753
/proc/meminfo: memFree=30831856/32873844 swapFree=6600/6600
[pid=28753] ppid=28751 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/28753/stat : 28753 (java) R 28751 28753 28151 0 -1 4202496 562 0 0 0 0 0 0 0 20 0 1 0 278780435 23793664 288 33554432000 1073741824 1073778376 140737229257280 140737229246344 213410429491 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28753/statm: 5809 301 233 9 0 128 0

[startup+0.0137741 s]
/proc/loadavg: 2.08 2.03 2.01 3/173 28753
/proc/meminfo: memFree=30831856/32873844 swapFree=6600/6600
[pid=28753] ppid=28751 vsize=102664 CPUtime=0 cores=0,2,4,6
/proc/28753/stat : 28753 (java) S 28751 28753 28151 0 -1 4202496 1431 0 1 0 0 0 0 0 20 0 2 0 278780435 105127936 1111 33554432000 1073741824 1073778376 140737229257280 140737229248416 213422997565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28753/statm: 25674 1114 858 9 0 16783 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100342 s]
/proc/loadavg: 2.08 2.03 2.01 3/173 28753
/proc/meminfo: memFree=30831856/32873844 swapFree=6600/6600
[pid=28753] ppid=28751 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/28753/stat : 28753 (java) S 28751 28753 28151 0 -1 4202496 4378 0 1 0 8 1 0 0 20 0 18 0 278780435 9787842560 5584 33554432000 1073741824 1073778376 140737229257280 140737229248416 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28753/statm: 2389610 5586 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300168 s]
/proc/loadavg: 2.08 2.03 2.01 3/173 28753
/proc/meminfo: memFree=30831856/32873844 swapFree=6600/6600
[pid=28753] ppid=28751 vsize=9558440 CPUtime=0.55 cores=0,2,4,6
/proc/28753/stat : 28753 (java) S 28751 28753 28151 0 -1 4202496 6351 0 1 0 52 3 0 0 20 0 18 0 278780435 9787842560 9958 33554432000 1073741824 1073778376 140737229257280 140737229248416 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28753/statm: 2389610 10470 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.700308 s]
/proc/loadavg: 2.08 2.03 2.01 3/173 28753
/proc/meminfo: memFree=30831856/32873844 swapFree=6600/6600
[pid=28753] ppid=28751 vsize=9625004 CPUtime=1.29 cores=0,2,4,6
/proc/28753/stat : 28753 (java) S 28751 28753 28151 0 -1 4202496 8487 0 1 0 126 3 0 0 20 0 19 0 278780435 9856004096 13091 33554432000 1073741824 1073778376 140737229257280 140737229248416 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28753/statm: 2406251 13091 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625004

[startup+1.50075 s]
/proc/loadavg: 2.08 2.03 2.01 3/192 28772
/proc/meminfo: memFree=30784996/32873844 swapFree=6600/6600
[pid=28753] ppid=28751 vsize=9625004 CPUtime=2.1 cores=0,2,4,6
/proc/28753/stat : 28753 (java) S 28751 28753 28151 0 -1 4202496 8497 0 1 0 206 4 0 0 20 0 19 0 278780435 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140737229248416 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28753/statm: 2406251 15655 2259 9 0 2396937 0
[pid=28753/tid=28755] ppid=28751 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/28753/task/28755/stat : 28755 (java) R 28751 28753 28151 0 -1 4202560 2585 0 1 0 145 2 0 0 20 0 19 0 278780436 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180552124496 140180492497571 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28756] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28756/stat : 28756 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180490857384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28757] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28757/stat : 28757 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180489804840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28758] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28758/stat : 28758 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180488751784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28759] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28759/stat : 28759 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180487699240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28760] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28760/stat : 28760 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180486646184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28761] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28761/stat : 28761 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180390099496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28762] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28762/stat : 28762 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180389046440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28763] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28763/stat : 28763 (java) S 28751 28753 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180387993896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28764] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28764/stat : 28764 (java) S 28751 28753 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278780438 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180375796584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28765] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28765/stat : 28765 (java) S 28751 28753 28151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278780439 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180374742904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28766] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28766/stat : 28766 (java) S 28751 28753 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278780439 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180373689736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28767] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28767/stat : 28767 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180372638480 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28768] ppid=28751 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/28753/task/28768/stat : 28768 (java) S 28751 28753 28151 0 -1 4202560 2203 0 0 0 30 0 0 0 20 0 19 0 278780441 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180371585336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28769] ppid=28751 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/28753/task/28769/stat : 28769 (java) S 28751 28753 28151 0 -1 4202560 2507 0 0 0 29 0 0 0 20 0 19 0 278780441 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180370532792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28770] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28770/stat : 28770 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180369479928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28771] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28771/stat : 28771 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180368427592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28772] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28772/stat : 28772 (java) S 28751 28753 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278780466 9856004096 15655 33554432000 1073741824 1073778376 140737229257280 140180367373864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625004

[startup+3.10075 s]
/proc/loadavg: 2.08 2.03 2.01 3/192 28772
/proc/meminfo: memFree=30759444/32873844 swapFree=6600/6600
[pid=28753] ppid=28751 vsize=9625004 CPUtime=3.75 cores=0,2,4,6
/proc/28753/stat : 28753 (java) S 28751 28753 28151 0 -1 4202496 8584 0 1 0 371 4 0 0 20 0 19 0 278780435 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140737229248416 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28753/statm: 2406251 23903 2287 9 0 2396937 0
[pid=28753/tid=28755] ppid=28751 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/28753/task/28755/stat : 28755 (java) R 28751 28753 28151 0 -1 4202560 2591 0 1 0 303 2 0 0 20 0 19 0 278780436 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180552126840 140180492385414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28756] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28756/stat : 28756 (java) S 28751 28753 28151 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180490857384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28757] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28757/stat : 28757 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180489804840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28758] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28758/stat : 28758 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180488751784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28759] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28759/stat : 28759 (java) S 28751 28753 28151 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180487699240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28760] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28760/stat : 28760 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180486646184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28761] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28761/stat : 28761 (java) S 28751 28753 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180390099496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28762] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28762/stat : 28762 (java) S 28751 28753 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180389046440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28763] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28763/stat : 28763 (java) S 28751 28753 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180387993896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28764] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28764/stat : 28764 (java) S 28751 28753 28151 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 278780438 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180375796584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28765] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28765/stat : 28765 (java) S 28751 28753 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278780439 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180374742904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28766] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28766/stat : 28766 (java) S 28751 28753 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780439 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180373689736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28767] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28767/stat : 28767 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180372638480 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28768] ppid=28751 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/28753/task/28768/stat : 28768 (java) S 28751 28753 28151 0 -1 4202560 2204 0 0 0 31 0 0 0 20 0 19 0 278780441 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180371585336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28769] ppid=28751 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/28753/task/28769/stat : 28769 (java) S 28751 28753 28151 0 -1 4202560 2524 0 0 0 33 0 0 0 20 0 19 0 278780441 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180370532792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28770] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28770/stat : 28770 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180369479928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28771] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28771/stat : 28771 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180368427592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28772] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28772/stat : 28772 (java) S 28751 28753 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278780466 9856004096 23903 33554432000 1073741824 1073778376 140737229257280 140180367373864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 2.07 2.03 2.01 3/213 28821
/proc/meminfo: memFree=30742356/32873844 swapFree=6600/6600
[pid=28753] ppid=28751 vsize=9625004 CPUtime=7.01 cores=0,2,4,6
/proc/28753/stat : 28753 (java) S 28751 28753 28151 0 -1 4202496 9095 0 1 0 694 7 0 0 20 0 19 0 278780435 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140737229248416 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28753/statm: 2406251 31548 2287 9 0 2396937 0
[pid=28753/tid=28755] ppid=28751 vsize=9625004 CPUtime=6.22 cores=0,2,4,6
/proc/28753/task/28755/stat : 28755 (java) R 28751 28753 28151 0 -1 4202560 2593 0 1 0 620 2 0 0 20 0 19 0 278780436 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180552126752 140180492385270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28756] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28756/stat : 28756 (java) S 28751 28753 28151 0 -1 4202560 169 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180490857384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28757] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28757/stat : 28757 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180489804840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28758] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28758/stat : 28758 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180488751784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28759] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28759/stat : 28759 (java) S 28751 28753 28151 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180487699240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28760] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28760/stat : 28760 (java) S 28751 28753 28151 0 -1 4202560 109 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180486646184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28761] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28761/stat : 28761 (java) S 28751 28753 28151 0 -1 4202560 104 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180390099496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28762] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28762/stat : 28762 (java) S 28751 28753 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180389046440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28763] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28763/stat : 28763 (java) S 28751 28753 28151 0 -1 4202560 141 0 0 0 0 0 0 0 20 0 19 0 278780437 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180387993896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28764] ppid=28751 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/28753/task/28764/stat : 28764 (java) S 28751 28753 28151 0 -1 4202560 40 0 0 0 1 0 0 0 20 0 19 0 278780438 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180375796584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28765] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28765/stat : 28765 (java) S 28751 28753 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278780439 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180374742904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28766] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28766/stat : 28766 (java) S 28751 28753 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780439 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180373689736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28767] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28767/stat : 28767 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180372638480 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28768] ppid=28751 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/28753/task/28768/stat : 28768 (java) S 28751 28753 28151 0 -1 4202560 2207 0 0 0 32 0 0 0 20 0 19 0 278780441 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180371585336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28769] ppid=28751 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/28753/task/28769/stat : 28769 (java) S 28751 28753 28151 0 -1 4202560 2526 0 0 0 35 0 0 0 20 0 19 0 278780441 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180370532792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28770] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28770/stat : 28770 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180369479928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28771] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28771/stat : 28771 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180368427592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28772] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28772/stat : 28772 (java) S 28751 28753 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278780466 9856004096 31548 33554432000 1073741824 1073778376 140737229257280 140180367373864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=28753/tid=28768] ppid=28751 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/28753/task/28768/stat : 28768 (java) S 28751 28753 28151 0 -1 4202560 2225 0 0 0 39 0 0 0 20 0 19 0 278780441 9856004096 152247 33554432000 1073741824 1073778376 140737229257280 140180371585336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28769] ppid=28751 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/28753/task/28769/stat : 28769 (java) S 28751 28753 28151 0 -1 4202560 2526 0 0 0 35 0 0 0 20 0 19 0 278780441 9856004096 152247 33554432000 1073741824 1073778376 140737229257280 140180370532792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28770] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28770/stat : 28770 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 152247 33554432000 1073741824 1073778376 140737229257280 140180369479928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28771] ppid=28751 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/28753/task/28771/stat : 28771 (java) S 28751 28753 28151 0 -1 4202560 98 0 0 0 34 32 0 0 20 0 19 0 278780441 9856004096 152247 33554432000 1073741824 1073778376 140737229257280 140180368427592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28772] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28772/stat : 28772 (java) S 28751 28753 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278780466 9856004096 152247 33554432000 1073741824 1073778376 140737229257280 140180367373864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1738.45
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.05 2.11 2.04 2/193 28863
/proc/meminfo: memFree=30318448/32873844 swapFree=6600/6600
[pid=28753] ppid=28751 vsize=9625004 CPUtime=1799.03 cores=0,2,4,6
/proc/28753/stat : 28753 (java) S 28751 28753 28151 0 -1 4202496 16967 0 1 0 179796 107 0 0 20 0 19 0 278780435 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140737229248416 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28753/statm: 2406251 150999 2287 9 0 2396937 0
[pid=28753/tid=28755] ppid=28751 vsize=9625004 CPUtime=1767.42 cores=0,2,4,6
/proc/28753/task/28755/stat : 28755 (java) R 28751 28753 28151 0 -1 4202560 2998 0 1 0 176710 32 0 0 20 0 19 0 278780436 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180552125792 140180492497571 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28756] ppid=28751 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/28753/task/28756/stat : 28756 (java) S 28751 28753 28151 0 -1 4202560 947 0 0 0 288 11 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180490857384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28757] ppid=28751 vsize=9625004 CPUtime=2.73 cores=0,2,4,6
/proc/28753/task/28757/stat : 28757 (java) S 28751 28753 28151 0 -1 4202560 523 0 0 0 264 9 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180489804840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28758] ppid=28751 vsize=9625004 CPUtime=2.57 cores=0,2,4,6
/proc/28753/task/28758/stat : 28758 (java) S 28751 28753 28151 0 -1 4202560 813 0 0 0 247 10 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180488751784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28759] ppid=28751 vsize=9625004 CPUtime=2.75 cores=0,2,4,6
/proc/28753/task/28759/stat : 28759 (java) S 28751 28753 28151 0 -1 4202560 889 0 0 0 269 6 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180487699240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28760] ppid=28751 vsize=9625004 CPUtime=2.95 cores=0,2,4,6
/proc/28753/task/28760/stat : 28760 (java) S 28751 28753 28151 0 -1 4202560 1332 0 0 0 284 11 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180486646184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28761] ppid=28751 vsize=9625004 CPUtime=2.75 cores=0,2,4,6
/proc/28753/task/28761/stat : 28761 (java) S 28751 28753 28151 0 -1 4202560 925 0 0 0 266 9 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180390099496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28762] ppid=28751 vsize=9625004 CPUtime=2.88 cores=0,2,4,6
/proc/28753/task/28762/stat : 28762 (java) S 28751 28753 28151 0 -1 4202560 1289 0 0 0 280 8 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180389046440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28763] ppid=28751 vsize=9625004 CPUtime=2.82 cores=0,2,4,6
/proc/28753/task/28763/stat : 28763 (java) S 28751 28753 28151 0 -1 4202560 620 0 0 0 273 9 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180387993896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28764] ppid=28751 vsize=9625004 CPUtime=3.6 cores=0,2,4,6
/proc/28753/task/28764/stat : 28764 (java) S 28751 28753 28151 0 -1 4202560 591 0 0 0 355 5 0 0 20 0 19 0 278780438 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180375796584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28765] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28765/stat : 28765 (java) S 28751 28753 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278780439 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180374742904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28766] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28766/stat : 28766 (java) S 28751 28753 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780439 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180373689736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28767] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28767/stat : 28767 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180372638480 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28768] ppid=28751 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/28753/task/28768/stat : 28768 (java) S 28751 28753 28151 0 -1 4202560 2225 0 0 0 39 0 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180371585336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28769] ppid=28751 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/28753/task/28769/stat : 28769 (java) S 28751 28753 28151 0 -1 4202560 2526 0 0 0 35 0 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180370532792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28770] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28770/stat : 28770 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180369479928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28771] ppid=28751 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/28753/task/28771/stat : 28771 (java) S 28751 28753 28151 0 -1 4202560 102 0 0 0 35 32 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180368427592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28772] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28772/stat : 28772 (java) S 28751 28753 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278780466 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180367373864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.3 s]
/proc/loadavg: 2.05 2.11 2.04 5/213 28919
/proc/meminfo: memFree=30295616/32873844 swapFree=6600/6600
[pid=28753] ppid=28751 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/28753/stat : 28753 (java) S 28751 28753 28151 0 -1 4202496 16967 0 1 0 179896 107 0 0 20 0 19 0 278780435 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140737229248416 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28753/statm: 2406251 150999 2287 9 0 2396937 0
[pid=28753/tid=28755] ppid=28751 vsize=9625004 CPUtime=1768.42 cores=0,2,4,6
/proc/28753/task/28755/stat : 28755 (java) R 28751 28753 28151 0 -1 4202560 2998 0 1 0 176810 32 0 0 20 0 19 0 278780436 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180552125792 140180492386120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28756] ppid=28751 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/28753/task/28756/stat : 28756 (java) S 28751 28753 28151 0 -1 4202560 947 0 0 0 288 11 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180490857384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28757] ppid=28751 vsize=9625004 CPUtime=2.73 cores=0,2,4,6
/proc/28753/task/28757/stat : 28757 (java) S 28751 28753 28151 0 -1 4202560 523 0 0 0 264 9 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180489804840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28758] ppid=28751 vsize=9625004 CPUtime=2.57 cores=0,2,4,6
/proc/28753/task/28758/stat : 28758 (java) S 28751 28753 28151 0 -1 4202560 813 0 0 0 247 10 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180488751784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28759] ppid=28751 vsize=9625004 CPUtime=2.75 cores=0,2,4,6
/proc/28753/task/28759/stat : 28759 (java) S 28751 28753 28151 0 -1 4202560 889 0 0 0 269 6 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180487699240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28760] ppid=28751 vsize=9625004 CPUtime=2.95 cores=0,2,4,6
/proc/28753/task/28760/stat : 28760 (java) S 28751 28753 28151 0 -1 4202560 1332 0 0 0 284 11 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180486646184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28761] ppid=28751 vsize=9625004 CPUtime=2.75 cores=0,2,4,6
/proc/28753/task/28761/stat : 28761 (java) S 28751 28753 28151 0 -1 4202560 925 0 0 0 266 9 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180390099496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28762] ppid=28751 vsize=9625004 CPUtime=2.88 cores=0,2,4,6
/proc/28753/task/28762/stat : 28762 (java) S 28751 28753 28151 0 -1 4202560 1289 0 0 0 280 8 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180389046440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28763] ppid=28751 vsize=9625004 CPUtime=2.82 cores=0,2,4,6
/proc/28753/task/28763/stat : 28763 (java) S 28751 28753 28151 0 -1 4202560 620 0 0 0 273 9 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180387993896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28764] ppid=28751 vsize=9625004 CPUtime=3.6 cores=0,2,4,6
/proc/28753/task/28764/stat : 28764 (java) S 28751 28753 28151 0 -1 4202560 591 0 0 0 355 5 0 0 20 0 19 0 278780438 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180375796584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28765] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28765/stat : 28765 (java) S 28751 28753 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278780439 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180374742904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28766] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28766/stat : 28766 (java) S 28751 28753 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780439 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180373689736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28767] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28767/stat : 28767 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180372638480 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28768] ppid=28751 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/28753/task/28768/stat : 28768 (java) S 28751 28753 28151 0 -1 4202560 2225 0 0 0 39 0 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180371585336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28769] ppid=28751 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/28753/task/28769/stat : 28769 (java) S 28751 28753 28151 0 -1 4202560 2526 0 0 0 35 0 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180370532792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28770] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28770/stat : 28770 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180369479928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28771] ppid=28751 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/28753/task/28771/stat : 28771 (java) S 28751 28753 28151 0 -1 4202560 102 0 0 0 35 32 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180368427592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28772] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28772/stat : 28772 (java) S 28751 28753 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278780466 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180367373864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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+1783.3 s]
/proc/loadavg: 2.05 2.11 2.04 5/213 28919
/proc/meminfo: memFree=30295616/32873844 swapFree=6600/6600
[pid=28753] ppid=28751 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/28753/stat : 28753 (java) S 28751 28753 28151 0 -1 4202496 16967 0 1 0 179896 107 0 0 20 0 19 0 278780435 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140737229248416 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28753/statm: 2406251 150999 2287 9 0 2396937 0
[pid=28753/tid=28755] ppid=28751 vsize=9625004 CPUtime=1768.42 cores=0,2,4,6
/proc/28753/task/28755/stat : 28755 (java) R 28751 28753 28151 0 -1 4202560 2998 0 1 0 176810 32 0 0 20 0 19 0 278780436 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180552125792 140180492386120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28756] ppid=28751 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/28753/task/28756/stat : 28756 (java) S 28751 28753 28151 0 -1 4202560 947 0 0 0 288 11 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180490857384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28757] ppid=28751 vsize=9625004 CPUtime=2.73 cores=0,2,4,6
/proc/28753/task/28757/stat : 28757 (java) S 28751 28753 28151 0 -1 4202560 523 0 0 0 264 9 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180489804840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28758] ppid=28751 vsize=9625004 CPUtime=2.57 cores=0,2,4,6
/proc/28753/task/28758/stat : 28758 (java) S 28751 28753 28151 0 -1 4202560 813 0 0 0 247 10 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180488751784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28759] ppid=28751 vsize=9625004 CPUtime=2.75 cores=0,2,4,6
/proc/28753/task/28759/stat : 28759 (java) S 28751 28753 28151 0 -1 4202560 889 0 0 0 269 6 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180487699240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28760] ppid=28751 vsize=9625004 CPUtime=2.95 cores=0,2,4,6
/proc/28753/task/28760/stat : 28760 (java) S 28751 28753 28151 0 -1 4202560 1332 0 0 0 284 11 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180486646184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28761] ppid=28751 vsize=9625004 CPUtime=2.75 cores=0,2,4,6
/proc/28753/task/28761/stat : 28761 (java) S 28751 28753 28151 0 -1 4202560 925 0 0 0 266 9 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180390099496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28762] ppid=28751 vsize=9625004 CPUtime=2.88 cores=0,2,4,6
/proc/28753/task/28762/stat : 28762 (java) S 28751 28753 28151 0 -1 4202560 1289 0 0 0 280 8 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180389046440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28763] ppid=28751 vsize=9625004 CPUtime=2.82 cores=0,2,4,6
/proc/28753/task/28763/stat : 28763 (java) S 28751 28753 28151 0 -1 4202560 620 0 0 0 273 9 0 0 20 0 19 0 278780437 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180387993896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28764] ppid=28751 vsize=9625004 CPUtime=3.6 cores=0,2,4,6
/proc/28753/task/28764/stat : 28764 (java) S 28751 28753 28151 0 -1 4202560 591 0 0 0 355 5 0 0 20 0 19 0 278780438 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180375796584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28753/tid=28765] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28765/stat : 28765 (java) S 28751 28753 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278780439 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180374742904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28766] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28766/stat : 28766 (java) S 28751 28753 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780439 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180373689736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28767] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28767/stat : 28767 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180372638480 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28768] ppid=28751 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/28753/task/28768/stat : 28768 (java) S 28751 28753 28151 0 -1 4202560 2225 0 0 0 39 0 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180371585336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28753/tid=28769] ppid=28751 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/28753/task/28769/stat : 28769 (java) S 28751 28753 28151 0 -1 4202560 2526 0 0 0 35 0 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180370532792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28770] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28770/stat : 28770 (java) S 28751 28753 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180369479928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28753/tid=28771] ppid=28751 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/28753/task/28771/stat : 28771 (java) S 28751 28753 28151 0 -1 4202560 102 0 0 0 35 32 0 0 20 0 19 0 278780441 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180368427592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28753/tid=28772] ppid=28751 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/28753/task/28772/stat : 28772 (java) S 28751 28753 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278780466 9856004096 150999 33554432000 1073741824 1073778376 140737229257280 140180367373864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28753 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=647172
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=573760
# CPU time returned by wait4() is 1796.22
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1783.35
CPU time (s): 1800.03
CPU user time (s): 1798.96
CPU system time (s): 1.07
CPU usage (%): 100.935
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.65
system time used= 1.57376
maximum resident set size= 609296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17001
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48843
involuntary context switches= 50023

runsolver used 6.19006 second user time and 15.0547 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 15:49:16
IDJOB=3709732
IDBENCH=1392
IDSOLVER=2289
FILE ID=node140/3709732-1338126556
RUNJOBID= node140-1338124688-28167
PBS_JOBID= 14624514
Free space on /tmp= 71248 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-fpga35_33_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-3709732-1338126556/watcher-3709732-1338126556 -o /tmp/evaluation-result-3709732-1338126556/solver-3709732-1338126556 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709732-1338126556.opb

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

MD5SUM BENCH= d807de21f10c00acae1479f7b1348df5
RANDOM SEED=1707706864

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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:        30832128 kB
Buffers:          379084 kB
Cached:           792356 kB
SwapCached:         1492 kB
Active:           939520 kB
Inactive:         243408 kB
Active(anon):       3448 kB
Inactive(anon):     8612 kB
Active(file):     936072 kB
Inactive(file):   234796 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:              1784 kB
Writeback:             4 kB
AnonPages:         14960 kB
Mapped:            11576 kB
Shmem:                 8 kB
Slab:             718896 kB
SReclaimable:     160708 kB
SUnreclaim:       558188 kB
KernelStack:        1424 kB
PageTables:         4000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71332 MiB
End job on node140 at 2012-05-27 16:19:01