Trace number 3740952

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.8 896.853

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c version 2.2.0.v20100531
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		1349517296
0.04/0.08	c Max memory 		1356595200
0.04/0.08	c Total memory 		1356595200
0.04/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
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 lightweight component caching from RSAT taking into account the objective function
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=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
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 taking into account the objective function
0.09/0.11	c No 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=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3740952-1338760823.opb
0.09/0.11	c reading problem ... 
2.73/1.88	c ... done. Wall clock time 1.775s.
2.73/1.88	c #vars     10086
2.73/1.88	c #constraints  226608
2.73/1.88	c constraints type 
2.73/1.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
2.73/1.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.73/1.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
2.73/1.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
2.73/1.88	c constraints type 
2.73/1.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
2.73/1.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
2.73/1.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
2.73/1.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
7.64/3.89	c cleaning 0 clauses out of 5000 with flag 0/5000
12.95/6.31	c cleaning 0 clauses out of 11003 with flag 0/11003
14.60/7.28	c cleaning 2484 clauses out of 5000 with flag 5000/5000
21.21/10.54	c cleaning 4241 clauses out of 8516 with flag 11000/11000
24.25/12.12	c cleaning 0 clauses out of 18000 with flag 0/18000
27.11/13.63	c cleaning 5635 clauses out of 11275 with flag 18000/18000
34.03/17.20	c cleaning 6809 clauses out of 13644 with flag 26004/26004
40.16/20.21	c cleaning 7886 clauses out of 15831 with flag 35000/35000
45.18/22.88	c cleaning 8893 clauses out of 17945 with flag 45000/45000
47.42/24.04	c cleaning 0 clauses out of 26000 with flag 0/26000
51.09/25.93	c cleaning 10021 clauses out of 20053 with flag 56001/56001
57.99/29.49	c cleaning 10882 clauses out of 22031 with flag 68000/68000
65.62/33.39	c cleaning 12065 clauses out of 24150 with flag 81001/81001
74.48/37.89	c cleaning 13037 clauses out of 26084 with flag 95000/95000
83.82/42.57	c cleaning 13788 clauses out of 28048 with flag 110001/110001
94.98/48.10	c cleaning 15122 clauses out of 30260 with flag 126001/126001
95.72/48.63	c cleaning 0 clauses out of 35000 with flag 0/35000
104.80/53.28	c cleaning 16013 clauses out of 32137 with flag 143000/143000
114.45/58.04	c cleaning 17057 clauses out of 34126 with flag 161002/161002
128.77/65.20	c cleaning 18013 clauses out of 36067 with flag 180000/180000
139.81/70.84	c cleaning 19019 clauses out of 38056 with flag 200002/200002
151.96/76.99	c cleaning 19865 clauses out of 40035 with flag 221000/221000
164.73/83.36	c cleaning 21079 clauses out of 42170 with flag 243000/243000
178.08/90.09	c cleaning 22019 clauses out of 44093 with flag 266002/266002
179.60/90.95	c cleaning 0 clauses out of 45000 with flag 0/45000
191.10/96.75	c cleaning 23031 clauses out of 46073 with flag 290001/290001
204.45/103.49	c cleaning 23915 clauses out of 48041 with flag 315000/315000
225.43/113.99	c cleaning 25026 clauses out of 50127 with flag 341001/341001
240.93/121.78	c cleaning 25928 clauses out of 52101 with flag 368001/368001
257.52/130.00	c cleaning 26952 clauses out of 54173 with flag 396001/396001
274.67/138.63	c cleaning 28099 clauses out of 56220 with flag 425000/425000
293.92/148.24	c cleaning 29057 clauses out of 58122 with flag 455001/455001
319.87/161.23	c cleaning 29928 clauses out of 60063 with flag 486000/486000
346.96/174.73	c cleaning 31037 clauses out of 62136 with flag 518001/518001
368.56/185.59	c cleaning 32006 clauses out of 64100 with flag 551003/551003
373.98/188.32	c cleaning 0 clauses out of 56000 with flag 0/56000
413.56/208.10	c cleaning 32936 clauses out of 66093 with flag 585002/585002
458.60/230.50	c cleaning 34052 clauses out of 68155 with flag 620003/620003
487.54/244.99	c cleaning 35045 clauses out of 70099 with flag 656000/656000
512.81/257.58	c cleaning 35966 clauses out of 72054 with flag 693000/693000
538.92/270.65	c cleaning 37022 clauses out of 74087 with flag 731002/731002
569.02/285.67	c cleaning 37895 clauses out of 76064 with flag 770001/770001
600.73/301.49	c cleaning 39062 clauses out of 78168 with flag 810000/810000
627.84/314.99	c cleaning 39940 clauses out of 80107 with flag 851001/851001
659.39/330.77	c cleaning 40987 clauses out of 82167 with flag 893001/893001
689.70/345.84	c cleaning 41699 clauses out of 84180 with flag 936001/936001
723.06/362.42	c cleaning 43214 clauses out of 86480 with flag 980000/980000
760.80/381.29	c cleaning 44077 clauses out of 88266 with flag 1025000/1025000
790.35/396.02	c cleaning 45076 clauses out of 90189 with flag 1071001/1071001
806.51/404.15	c cleaning 0 clauses out of 68000 with flag 0/68000
820.40/411.18	c cleaning 45895 clauses out of 92113 with flag 1118001/1118001
855.65/428.69	c cleaning 47057 clauses out of 94217 with flag 1166000/1166000
909.27/455.35	c cleaning 48056 clauses out of 96160 with flag 1215000/1215000
952.60/476.90	c cleaning 49005 clauses out of 98103 with flag 1265000/1265000
993.36/497.01	c cleaning 49876 clauses out of 100099 with flag 1316001/1316001
1034.46/517.46	c cleaning 51107 clauses out of 102222 with flag 1368000/1368000
1075.50/537.80	c cleaning 51920 clauses out of 104117 with flag 1421002/1421002
1116.68/558.21	c cleaning 52929 clauses out of 106197 with flag 1475002/1475002
1165.86/582.54	c cleaning 54122 clauses out of 108267 with flag 1530001/1530001
1226.50/612.65	c cleaning 55069 clauses out of 110145 with flag 1586001/1586001
1272.81/635.65	c cleaning 56030 clauses out of 112075 with flag 1643000/1643000
1324.40/661.25	c cleaning 56889 clauses out of 114044 with flag 1701000/1701000
1375.59/686.51	c cleaning 58073 clauses out of 116157 with flag 1760002/1760002
1439.82/718.37	c cleaning 58958 clauses out of 118083 with flag 1820001/1820001
1506.30/751.33	c cleaning 59896 clauses out of 120124 with flag 1881000/1881000
1579.60/787.55	c cleaning 61051 clauses out of 122230 with flag 1943002/1943002
1644.74/819.75	c cleaning 62080 clauses out of 124182 with flag 2006005/2006005
1712.50/853.38	c cleaning 62976 clauses out of 126099 with flag 2070002/2070002
1766.69/880.27	c cleaning 63855 clauses out of 128121 with flag 2135001/2135001
1800.09/896.81	c starts		: 210
1800.09/896.81	c conflicts		: 2171984
1800.09/896.81	c decisions		: 11610210
1800.09/896.81	c propagations		: 580912494
1800.09/896.81	c inspects		: 6111681252
1800.09/896.81	c learnt literals	: 13
1800.09/896.81	c learnt binary clauses	: 670
1800.09/896.81	c learnt ternary clauses	: 1941
1800.09/896.81	c learnt clauses	: 2171970
1800.09/896.81	c ignored clauses	: 0
1800.09/896.81	c root simplifications	: 0
1800.09/896.81	c removed literals (reason simplification)	: 45420928
1800.09/896.81	c reason swapping (by a shorter reason)	: 0
1800.09/896.81	c Calls to reduceDB	: 61
1800.09/896.81	c number of reductions to clauses (during analyze)	: 0
1800.09/896.81	c number of learned constraints concerned by reduction	: 0
1800.09/896.81	c number of learning phase by resolution	: 0
1800.09/896.81	c number of learning phase by cutting planes	: 0
1800.09/896.81	c speed (assignments/second)	: 649118.0667451833
1800.09/896.81	c non guided choices	630326
1800.09/896.84	c learnt constraints type 
1800.09/896.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 100621
1800.09/896.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 670
1800.09/896.84	c constraints type 
1800.09/896.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
1800.09/896.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.09/896.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
1800.09/896.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
1800.09/896.84	c constraints type 
1800.09/896.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
1800.09/896.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
1800.09/896.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
1800.09/896.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
1800.09/896.84	s UNKNOWN
1800.09/896.84	c Total wall clock time (in seconds): 896.734

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-3740952-1338760823/watcher-3740952-1338760823 -o /tmp/evaluation-result-3740952-1338760823/solver-3740952-1338760823 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740952-1338760823.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.86 3.93 3.89 4/198 7844
/proc/meminfo: memFree=27607476/32873648 swapFree=6864/6864
[pid=7844] ppid=7842 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7844/stat : 7844 (java6) D 7842 7844 3937 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 342208354 9515008 183 33554432000 1073741824 1073778376 140736727753920 140736727744952 226084339381 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/7844/statm: 2323 183 140 9 0 71 0

[startup+0.0624259 s]
/proc/loadavg: 3.86 3.93 3.89 4/198 7844
/proc/meminfo: memFree=27607476/32873648 swapFree=6864/6864
[pid=7844] ppid=7842 vsize=2699900 CPUtime=0.04 cores=1,3,5,7
/proc/7844/stat : 7844 (java) S 7842 7844 3937 0 -1 4202496 3823 0 1 0 3 1 0 0 20 0 18 0 342208354 2764697600 5541 33554432000 1073741824 1073778376 140733405370096 140733405361232 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7844/statm: 674975 5541 1745 9 0 665676 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2699900

[startup+0.10026 s]
/proc/loadavg: 3.86 3.93 3.89 4/198 7844
/proc/meminfo: memFree=27607476/32873648 swapFree=6864/6864
[pid=7844] ppid=7842 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/7844/stat : 7844 (java) S 7842 7844 3937 0 -1 4202496 4731 0 1 0 8 1 0 0 20 0 18 0 342208354 2764726272 6425 33554432000 1073741824 1073778376 140733405370096 140733405361232 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7844/statm: 674982 6425 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300169 s]
/proc/loadavg: 3.86 3.93 3.89 4/198 7844
/proc/meminfo: memFree=27607476/32873648 swapFree=6864/6864
[pid=7844] ppid=7842 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/7844/stat : 7844 (java) S 7842 7844 3937 0 -1 4202496 5845 0 1 0 46 1 0 0 20 0 18 0 342208354 2764726272 9702 33554432000 1073741824 1073778376 140733405370096 140733405361232 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7844/statm: 674982 9702 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700256 s]
/proc/loadavg: 3.86 3.93 3.89 4/198 7844
/proc/meminfo: memFree=27607476/32873648 swapFree=6864/6864
[pid=7844] ppid=7842 vsize=2699928 CPUtime=1.23 cores=1,3,5,7
/proc/7844/stat : 7844 (java) S 7842 7844 3937 0 -1 4202496 11767 0 1 0 119 4 0 0 20 0 18 0 342208354 2764726272 52394 33554432000 1073741824 1073778376 140733405370096 140733405361232 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7844/statm: 674982 52394 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 2699928

[startup+1.50063 s]
/proc/loadavg: 3.96 3.95 3.90 4/216 7862
/proc/meminfo: memFree=27237708/32873648 swapFree=6864/6864
[pid=7844] ppid=7842 vsize=2699928 CPUtime=2.19 cores=1,3,5,7
/proc/7844/stat : 7844 (java) S 7842 7844 3937 0 -1 4202496 11973 0 1 0 209 10 0 0 20 0 18 0 342208354 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 140733405361232 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7844/statm: 674982 102602 2248 9 0 665676 0
[pid=7844/tid=7846] ppid=7842 vsize=2699928 CPUtime=1.43 cores=1,3,5,7
/proc/7844/task/7846/stat : 7846 (java) R 7842 7844 3937 0 -1 4202560 2951 0 1 0 136 7 0 0 20 0 18 0 342208355 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815451066336 139815295535335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7847] ppid=7842 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7847/stat : 7847 (java) S 7842 7844 3937 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 342208356 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815435356712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7848] ppid=7842 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7848/stat : 7848 (java) S 7842 7844 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342208356 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815434303912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7844/tid=7849] ppid=7842 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7849/stat : 7849 (java) S 7842 7844 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342208356 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815433251112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7844/tid=7850] ppid=7842 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/7844/task/7850/stat : 7850 (java) S 7842 7844 3937 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 342208356 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815432198312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7851] ppid=7842 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7851/stat : 7851 (java) S 7842 7844 3937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 342208356 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815431146536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7852] ppid=7842 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7852/stat : 7852 (java) S 7842 7844 3937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 342208356 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815430093736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7844/tid=7853] ppid=7842 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7853/stat : 7853 (java) S 7842 7844 3937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 342208356 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815429040936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7854] ppid=7842 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7854/stat : 7854 (java) S 7842 7844 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342208356 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815427988136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7855] ppid=7842 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7855/stat : 7855 (java) S 7842 7844 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342208357 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815415577064 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7856] ppid=7842 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7856/stat : 7856 (java) S 7842 7844 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342208358 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815414523128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7857] ppid=7842 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7857/stat : 7857 (java) S 7842 7844 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342208358 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815295116296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7858] ppid=7842 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7858/stat : 7858 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342208360 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815294064784 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7859] ppid=7842 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/7844/task/7859/stat : 7859 (java) S 7842 7844 3937 0 -1 4202560 3449 0 0 0 29 0 0 0 20 0 18 0 342208360 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815293012920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7860] ppid=7842 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/7844/task/7860/stat : 7860 (java) S 7842 7844 3937 0 -1 4202560 4323 0 0 0 30 0 0 0 20 0 18 0 342208360 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815291960120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7861] ppid=7842 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7861/stat : 7861 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342208360 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815290907512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7862] ppid=7842 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7862/stat : 7862 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342208360 2764726272 102602 33554432000 1073741824 1073778376 140733405370096 139815289854920 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 2699928

[startup+3.10074 s]
/proc/loadavg: 3.96 3.95 3.90 6/220 7866
/proc/meminfo: memFree=27153112/32873648 swapFree=6864/6864
[pid=7844] ppid=7842 vsize=2966184 CPUtime=6.15 cores=1,3,5,7
/proc/7844/stat : 7844 (java) S 7842 7844 3937 0 -1 4202496 13276 0 1 0 592 23 0 0 20 0 22 0 342208354 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 140733405361232 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7844/statm: 741546 126387 2270 9 0 732240 0
[pid=7844/tid=7846] ppid=7842 vsize=2966184 CPUtime=1.76 cores=1,3,5,7
/proc/7844/task/7846/stat : 7846 (java) S 7842 7844 3937 0 -1 4202560 2965 0 1 0 169 7 0 0 20 0 22 0 342208355 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815451075736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7847] ppid=7842 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/7844/task/7847/stat : 7847 (java) S 7842 7844 3937 0 -1 4202560 33 0 0 0 7 2 0 0 20 0 22 0 342208356 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815435356712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7848] ppid=7842 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/7844/task/7848/stat : 7848 (java) S 7842 7844 3937 0 -1 4202560 21 0 0 0 3 2 0 0 20 0 22 0 342208356 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815434303912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7849] ppid=7842 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/7844/task/7849/stat : 7849 (java) S 7842 7844 3937 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 22 0 342208356 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815433251112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7850] ppid=7842 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/7844/task/7850/stat : 7850 (java) S 7842 7844 3937 0 -1 4202560 70 0 0 0 15 5 0 0 20 0 22 0 342208356 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815432198312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7851] ppid=7842 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/7844/task/7851/stat : 7851 (java) S 7842 7844 3937 0 -1 4202560 55 0 0 0 14 4 0 0 20 0 22 0 342208356 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815431146536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7852] ppid=7842 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/7844/task/7852/stat : 7852 (java) S 7842 7844 3937 0 -1 4202560 22 0 0 0 4 2 0 0 20 0 22 0 342208356 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815430093736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7853] ppid=7842 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/7844/task/7853/stat : 7853 (java) S 7842 7844 3937 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 342208356 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815429040936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7854] ppid=7842 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/7844/task/7854/stat : 7854 (java) S 7842 7844 3937 0 -1 4202560 25 0 0 0 4 2 0 0 20 0 22 0 342208356 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815427988136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7855] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7855/stat : 7855 (java) S 7842 7844 3937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342208357 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815415577064 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7856] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7856/stat : 7856 (java) S 7842 7844 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342208358 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815414523128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7857] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7857/stat : 7857 (java) S 7842 7844 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342208358 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815295116296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7858] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7858/stat : 7858 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208360 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815294064784 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7859] ppid=7842 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/7844/task/7859/stat : 7859 (java) S 7842 7844 3937 0 -1 4202560 4348 0 0 0 64 0 0 0 20 0 22 0 342208360 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815293012920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7860] ppid=7842 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/7844/task/7860/stat : 7860 (java) S 7842 7844 3937 0 -1 4202560 4407 0 0 0 70 0 0 0 20 0 22 0 342208360 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815291960120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7844/tid=7861] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7861/stat : 7861 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208360 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815290907512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7862] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7862/stat : 7862 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208360 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815289854920 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7863] ppid=7842 vsize=2966184 CPUtime=1.07 cores=1,3,5,7
/proc/7844/task/7863/stat : 7863 (java) R 7842 7844 3937 0 -1 4202560 23 0 0 0 107 0 0 0 20 0 22 0 342208543 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815288797872 139815295866105 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7864] ppid=7842 vsize=2966184 CPUtime=1.07 cores=1,3,5,7
/proc/7844/task/7864/stat : 7864 (java) R 7842 7844 3937 0 -1 4202560 63 0 0 0 107 0 0 0 20 0 22 0 342208543 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815287745840 139815295897756 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7844/tid=7865] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7865/stat : 7865 (java) S 7842 7844 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342208545 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815286694824 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7866] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7866/stat : 7866 (java) S 7842 7844 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208545 3037372416 126387 33554432000 1073741824 1073778376 140733405370096 139815285642024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 2966184

[startup+6.30076 s]
/proc/loadavg: 3.96 3.95 3.90 5/220 7866
/proc/meminfo: memFree=27049904/32873648 swapFree=6864/6864
[pid=7844] ppid=7842 vsize=2966184 CPUtime=12.95 cores=1,3,5,7
/proc/7844/stat : 7844 (java) S 7842 7844 3937 0 -1 4202496 18868 0 1 0 1268 27 0 0 20 0 22 0 342208354 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 140733405361232 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7844/statm: 741546 143563 2282 9 0 732240 0
[pid=7844/tid=7846] ppid=7842 vsize=2966184 CPUtime=1.76 cores=1,3,5,7
/proc/7844/task/7846/stat : 7846 (java) S 7842 7844 3937 0 -1 4202560 2965 0 1 0 169 7 0 0 20 0 22 0 342208355 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815451075736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7847] ppid=7842 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/7844/task/7847/stat : 7847 (java) S 7842 7844 3937 0 -1 4202560 36 0 0 0 10 2 0 0 20 0 22 0 342208356 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815435356712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7848] ppid=7842 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/7844/task/7848/stat : 7848 (java) S 7842 7844 3937 0 -1 4202560 24 0 0 0 8 2 0 0 20 0 22 0 342208356 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815434303912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7849] ppid=7842 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/7844/task/7849/stat : 7849 (java) S 7842 7844 3937 0 -1 4202560 35 0 0 0 16 2 0 0 20 0 22 0 342208356 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815433251112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7844/tid=7850] ppid=7842 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/7844/task/7850/stat : 7850 (java) S 7842 7844 3937 0 -1 4202560 78 0 0 0 26 5 0 0 20 0 22 0 342208356 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815432198312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7851] ppid=7842 vsize=2966184 CPUtime=0.23 cores=1,3,5,7
/proc/7844/task/7851/stat : 7851 (java) S 7842 7844 3937 0 -1 4202560 62 0 0 0 19 4 0 0 20 0 22 0 342208356 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815431146536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7852] ppid=7842 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/7844/task/7852/stat : 7852 (java) S 7842 7844 3937 0 -1 4202560 26 0 0 0 10 2 0 0 20 0 22 0 342208356 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815430093736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7853] ppid=7842 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/7844/task/7853/stat : 7853 (java) S 7842 7844 3937 0 -1 4202560 24 0 0 0 11 0 0 0 20 0 22 0 342208356 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815429040936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7854] ppid=7842 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/7844/task/7854/stat : 7854 (java) S 7842 7844 3937 0 -1 4202560 29 0 0 0 7 2 0 0 20 0 22 0 342208356 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815427988136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7855] ppid=7842 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/7844/task/7855/stat : 7855 (java) S 7842 7844 3937 0 -1 4202560 56 0 0 0 18 2 0 0 20 0 22 0 342208357 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815415577064 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7856] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7856/stat : 7856 (java) S 7842 7844 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342208358 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815414523128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7857] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7857/stat : 7857 (java) S 7842 7844 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342208358 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815295116296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7858] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7858/stat : 7858 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208360 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815294064784 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7859] ppid=7842 vsize=2966184 CPUtime=0.95 cores=1,3,5,7
/proc/7844/task/7859/stat : 7859 (java) S 7842 7844 3937 0 -1 4202560 9833 0 0 0 94 1 0 0 20 0 22 0 342208360 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815293012920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7860] ppid=7842 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/7844/task/7860/stat : 7860 (java) S 7842 7844 3937 0 -1 4202560 4411 0 0 0 77 0 0 0 20 0 22 0 342208360 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815291960120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7844/tid=7861] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7861/stat : 7861 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208360 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815290907512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7862] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7862/stat : 7862 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208360 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815289854920 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7863] ppid=7842 vsize=2966184 CPUtime=3.92 cores=1,3,5,7
/proc/7844/task/7863/stat : 7863 (java) R 7842 7844 3937 0 -1 4202560 27 0 0 0 392 0 0 0 20 0 22 0 342208543 3037372416 143563 33554432000 1073741824 1073778376 140733405370096 139815288797904 139815295822921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

[pid=7844/tid=7864] ppid=7842 vsize=2966184 CPUtime=786.87 cores=1,3,5,7
/proc/7844/task/7864/stat : 7864 (java) R 7842 7844 3937 0 -1 4202560 603 0 0 0 78672 15 0 0 20 0 22 0 342208543 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815287745040 139815295822921 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7865] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7865/stat : 7865 (java) S 7842 7844 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342208545 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815286694824 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7866] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7866/stat : 7866 (java) S 7842 7844 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208545 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815285642024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1649.67
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 3.99 3.94 3.91 5/219 7954
/proc/meminfo: memFree=26756212/32873648 swapFree=6864/6864
[pid=7844] ppid=7842 vsize=2966184 CPUtime=1770.66 cores=1,3,5,7
/proc/7844/stat : 7844 (java) S 7842 7844 3937 0 -1 4202496 110750 0 1 0 176898 168 0 0 20 0 22 0 342208354 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 140733405361232 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7844/statm: 741546 189922 2284 9 0 732240 0
[pid=7844/tid=7846] ppid=7842 vsize=2966184 CPUtime=1.77 cores=1,3,5,7
/proc/7844/task/7846/stat : 7846 (java) S 7842 7844 3937 0 -1 4202560 2986 0 1 0 170 7 0 0 20 0 22 0 342208355 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815451075736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7847] ppid=7842 vsize=2966184 CPUtime=7.32 cores=1,3,5,7
/proc/7844/task/7847/stat : 7847 (java) S 7842 7844 3937 0 -1 4202560 314 0 0 0 724 8 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815435356712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7844/tid=7848] ppid=7842 vsize=2966184 CPUtime=6.96 cores=1,3,5,7
/proc/7844/task/7848/stat : 7848 (java) S 7842 7844 3937 0 -1 4202560 301 0 0 0 688 8 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815434303912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7849] ppid=7842 vsize=2966184 CPUtime=7.26 cores=1,3,5,7
/proc/7844/task/7849/stat : 7849 (java) S 7842 7844 3937 0 -1 4202560 310 0 0 0 717 9 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815433251112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7844/tid=7850] ppid=7842 vsize=2966184 CPUtime=7.65 cores=1,3,5,7
/proc/7844/task/7850/stat : 7850 (java) S 7842 7844 3937 0 -1 4202560 356 0 0 0 754 11 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815432198312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7851] ppid=7842 vsize=2966184 CPUtime=7.28 cores=1,3,5,7
/proc/7844/task/7851/stat : 7851 (java) S 7842 7844 3937 0 -1 4202560 338 0 0 0 717 11 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815431146536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7852] ppid=7842 vsize=2966184 CPUtime=7.29 cores=1,3,5,7
/proc/7844/task/7852/stat : 7852 (java) S 7842 7844 3937 0 -1 4202560 309 0 0 0 721 8 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815430093736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7853] ppid=7842 vsize=2966184 CPUtime=7.1 cores=1,3,5,7
/proc/7844/task/7853/stat : 7853 (java) S 7842 7844 3937 0 -1 4202560 306 0 0 0 704 6 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815429040936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7854] ppid=7842 vsize=2966184 CPUtime=7.12 cores=1,3,5,7
/proc/7844/task/7854/stat : 7854 (java) S 7842 7844 3937 0 -1 4202560 308 0 0 0 704 8 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815427988136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7844/tid=7855] ppid=7842 vsize=2966184 CPUtime=18.94 cores=1,3,5,7
/proc/7844/task/7855/stat : 7855 (java) S 7842 7844 3937 0 -1 4202560 86314 0 0 0 1831 63 0 0 20 0 22 0 342208357 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815415577064 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7856] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7856/stat : 7856 (java) S 7842 7844 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342208358 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815414523128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7857] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7857/stat : 7857 (java) S 7842 7844 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342208358 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815295116296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7858] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7858/stat : 7858 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815294064784 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7859] ppid=7842 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/7844/task/7859/stat : 7859 (java) S 7842 7844 3937 0 -1 4202560 12131 0 0 0 116 2 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815293012920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7860] ppid=7842 vsize=2966184 CPUtime=0.95 cores=1,3,5,7
/proc/7844/task/7860/stat : 7860 (java) S 7842 7844 3937 0 -1 4202560 4425 0 0 0 95 0 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815291960120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7861] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7861/stat : 7861 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815290907512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7862] ppid=7842 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/7844/task/7862/stat : 7862 (java) S 7842 7844 3937 0 -1 4202560 51 0 0 0 11 23 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815289854920 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7863] ppid=7842 vsize=2966184 CPUtime=844.92 cores=1,3,5,7
/proc/7844/task/7863/stat : 7863 (java) R 7842 7844 3937 0 -1 4202560 469 0 0 0 84477 15 0 0 20 0 22 0 342208543 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815288798688 139815296008996 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7864] ppid=7842 vsize=2966184 CPUtime=844.86 cores=1,3,5,7
/proc/7844/task/7864/stat : 7864 (java) R 7842 7844 3937 0 -1 4202560 638 0 0 0 84470 16 0 0 20 0 22 0 342208543 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815287744960 139815295898889 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7865] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7865/stat : 7865 (java) S 7842 7844 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342208545 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815286694824 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7866] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7866/stat : 7866 (java) S 7842 7844 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208545 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815285642024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1770.66
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.801 s]
/proc/loadavg: 3.99 3.95 3.91 5/219 7954
/proc/meminfo: memFree=26756092/32873648 swapFree=6864/6864
[pid=7844] ppid=7842 vsize=2966184 CPUtime=1800.09 cores=1,3,5,7
/proc/7844/stat : 7844 (java) S 7842 7844 3937 0 -1 4202496 110766 0 1 0 179839 170 0 0 20 0 22 0 342208354 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 140733405361232 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7844/statm: 741546 189922 2284 9 0 732240 0
[pid=7844/tid=7846] ppid=7842 vsize=2966184 CPUtime=1.77 cores=1,3,5,7
/proc/7844/task/7846/stat : 7846 (java) S 7842 7844 3937 0 -1 4202560 2986 0 1 0 170 7 0 0 20 0 22 0 342208355 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815451075736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7847] ppid=7842 vsize=2966184 CPUtime=7.44 cores=1,3,5,7
/proc/7844/task/7847/stat : 7847 (java) S 7842 7844 3937 0 -1 4202560 314 0 0 0 736 8 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815435356712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7848] ppid=7842 vsize=2966184 CPUtime=7.07 cores=1,3,5,7
/proc/7844/task/7848/stat : 7848 (java) S 7842 7844 3937 0 -1 4202560 301 0 0 0 699 8 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815434303912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7849] ppid=7842 vsize=2966184 CPUtime=7.39 cores=1,3,5,7
/proc/7844/task/7849/stat : 7849 (java) S 7842 7844 3937 0 -1 4202560 310 0 0 0 730 9 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815433251112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7850] ppid=7842 vsize=2966184 CPUtime=7.76 cores=1,3,5,7
/proc/7844/task/7850/stat : 7850 (java) S 7842 7844 3937 0 -1 4202560 356 0 0 0 765 11 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815432198312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7844/tid=7851] ppid=7842 vsize=2966184 CPUtime=7.4 cores=1,3,5,7
/proc/7844/task/7851/stat : 7851 (java) S 7842 7844 3937 0 -1 4202560 338 0 0 0 729 11 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815431146536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7852] ppid=7842 vsize=2966184 CPUtime=7.4 cores=1,3,5,7
/proc/7844/task/7852/stat : 7852 (java) S 7842 7844 3937 0 -1 4202560 309 0 0 0 731 9 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815430093736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7853] ppid=7842 vsize=2966184 CPUtime=7.21 cores=1,3,5,7
/proc/7844/task/7853/stat : 7853 (java) S 7842 7844 3937 0 -1 4202560 306 0 0 0 715 6 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815429040936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7854] ppid=7842 vsize=2966184 CPUtime=7.27 cores=1,3,5,7
/proc/7844/task/7854/stat : 7854 (java) S 7842 7844 3937 0 -1 4202560 308 0 0 0 719 8 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815427988136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7855] ppid=7842 vsize=2966184 CPUtime=18.95 cores=1,3,5,7
/proc/7844/task/7855/stat : 7855 (java) S 7842 7844 3937 0 -1 4202560 86314 0 0 0 1832 63 0 0 20 0 22 0 342208357 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815415577064 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7856] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7856/stat : 7856 (java) S 7842 7844 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342208358 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815414523128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7857] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7857/stat : 7857 (java) S 7842 7844 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342208358 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815295116296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7858] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7858/stat : 7858 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815294064784 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7859] ppid=7842 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/7844/task/7859/stat : 7859 (java) S 7842 7844 3937 0 -1 4202560 12131 0 0 0 116 2 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815293012920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7860] ppid=7842 vsize=2966184 CPUtime=0.95 cores=1,3,5,7
/proc/7844/task/7860/stat : 7860 (java) S 7842 7844 3937 0 -1 4202560 4425 0 0 0 95 0 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815291960120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7861] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7861/stat : 7861 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815290907512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7862] ppid=7842 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/7844/task/7862/stat : 7862 (java) S 7842 7844 3937 0 -1 4202560 51 0 0 0 11 24 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815289854920 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7863] ppid=7842 vsize=2966184 CPUtime=859.15 cores=1,3,5,7
/proc/7844/task/7863/stat : 7863 (java) R 7842 7844 3937 0 -1 4202560 476 0 0 0 85899 16 0 0 20 0 22 0 342208543 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815288798704 139815295866105 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7864] ppid=7842 vsize=2966184 CPUtime=859.09 cores=1,3,5,7
/proc/7844/task/7864/stat : 7864 (java) R 7842 7844 3937 0 -1 4202560 647 0 0 0 85891 18 0 0 20 0 22 0 342208543 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815287745104 139815295866105 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7865] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7865/stat : 7865 (java) S 7842 7844 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342208545 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815286694824 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7866] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7866/stat : 7866 (java) S 7842 7844 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208545 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815285642024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2966184

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

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

[startup+896.801 s]
/proc/loadavg: 3.99 3.95 3.91 5/219 7954
/proc/meminfo: memFree=26756092/32873648 swapFree=6864/6864
[pid=7844] ppid=7842 vsize=2966184 CPUtime=1800.09 cores=1,3,5,7
/proc/7844/stat : 7844 (java) S 7842 7844 3937 0 -1 4202496 110766 0 1 0 179839 170 0 0 20 0 22 0 342208354 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 140733405361232 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7844/statm: 741546 189922 2284 9 0 732240 0
[pid=7844/tid=7846] ppid=7842 vsize=2966184 CPUtime=1.77 cores=1,3,5,7
/proc/7844/task/7846/stat : 7846 (java) S 7842 7844 3937 0 -1 4202560 2986 0 1 0 170 7 0 0 20 0 22 0 342208355 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815451075736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7847] ppid=7842 vsize=2966184 CPUtime=7.44 cores=1,3,5,7
/proc/7844/task/7847/stat : 7847 (java) S 7842 7844 3937 0 -1 4202560 314 0 0 0 736 8 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815435356712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7848] ppid=7842 vsize=2966184 CPUtime=7.07 cores=1,3,5,7
/proc/7844/task/7848/stat : 7848 (java) S 7842 7844 3937 0 -1 4202560 301 0 0 0 699 8 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815434303912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7849] ppid=7842 vsize=2966184 CPUtime=7.39 cores=1,3,5,7
/proc/7844/task/7849/stat : 7849 (java) S 7842 7844 3937 0 -1 4202560 310 0 0 0 730 9 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815433251112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7850] ppid=7842 vsize=2966184 CPUtime=7.76 cores=1,3,5,7
/proc/7844/task/7850/stat : 7850 (java) S 7842 7844 3937 0 -1 4202560 356 0 0 0 765 11 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815432198312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7844/tid=7851] ppid=7842 vsize=2966184 CPUtime=7.4 cores=1,3,5,7
/proc/7844/task/7851/stat : 7851 (java) S 7842 7844 3937 0 -1 4202560 338 0 0 0 729 11 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815431146536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7852] ppid=7842 vsize=2966184 CPUtime=7.4 cores=1,3,5,7
/proc/7844/task/7852/stat : 7852 (java) S 7842 7844 3937 0 -1 4202560 309 0 0 0 731 9 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815430093736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7853] ppid=7842 vsize=2966184 CPUtime=7.21 cores=1,3,5,7
/proc/7844/task/7853/stat : 7853 (java) S 7842 7844 3937 0 -1 4202560 306 0 0 0 715 6 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815429040936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7854] ppid=7842 vsize=2966184 CPUtime=7.27 cores=1,3,5,7
/proc/7844/task/7854/stat : 7854 (java) S 7842 7844 3937 0 -1 4202560 308 0 0 0 719 8 0 0 20 0 22 0 342208356 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815427988136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7855] ppid=7842 vsize=2966184 CPUtime=18.95 cores=1,3,5,7
/proc/7844/task/7855/stat : 7855 (java) S 7842 7844 3937 0 -1 4202560 86314 0 0 0 1832 63 0 0 20 0 22 0 342208357 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815415577064 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7856] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7856/stat : 7856 (java) S 7842 7844 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342208358 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815414523128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7857] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7857/stat : 7857 (java) S 7842 7844 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342208358 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815295116296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7858] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7858/stat : 7858 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815294064784 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7859] ppid=7842 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/7844/task/7859/stat : 7859 (java) S 7842 7844 3937 0 -1 4202560 12131 0 0 0 116 2 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815293012920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7860] ppid=7842 vsize=2966184 CPUtime=0.95 cores=1,3,5,7
/proc/7844/task/7860/stat : 7860 (java) S 7842 7844 3937 0 -1 4202560 4425 0 0 0 95 0 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815291960120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7861] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7861/stat : 7861 (java) S 7842 7844 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815290907512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7862] ppid=7842 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/7844/task/7862/stat : 7862 (java) S 7842 7844 3937 0 -1 4202560 51 0 0 0 11 24 0 0 20 0 22 0 342208360 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815289854920 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7863] ppid=7842 vsize=2966184 CPUtime=859.15 cores=1,3,5,7
/proc/7844/task/7863/stat : 7863 (java) R 7842 7844 3937 0 -1 4202560 476 0 0 0 85899 16 0 0 20 0 22 0 342208543 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815288798704 139815295866105 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7844/tid=7864] ppid=7842 vsize=2966184 CPUtime=859.09 cores=1,3,5,7
/proc/7844/task/7864/stat : 7864 (java) R 7842 7844 3937 0 -1 4202560 647 0 0 0 85891 18 0 0 20 0 22 0 342208543 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815287745104 139815295866105 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7844/tid=7865] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7865/stat : 7865 (java) S 7842 7844 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342208545 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815286694824 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7844/tid=7866] ppid=7842 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7844/task/7866/stat : 7866 (java) S 7842 7844 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342208545 3037372416 189922 33554432000 1073741824 1073778376 140733405370096 139815285642024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 896.853
CPU time (s): 1800.8
CPU user time (s): 1798.64
CPU system time (s): 2.16267
CPU usage (%): 200.791
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 2.16267
maximum resident set size= 760264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110799
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50779
involuntary context switches= 93372

runsolver used 3.2645 second user time and 8.23175 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-04 00:00:24
IDJOB=3740952
IDBENCH=89703
IDSOLVER=2324
FILE ID=node120/3740952-1338760823
RUNJOBID= node120-1338747803-3954
PBS_JOBID= 14636782
Free space on /tmp= 70760 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-91.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740952-1338760823/watcher-3740952-1338760823 -o /tmp/evaluation-result-3740952-1338760823/solver-3740952-1338760823 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740952-1338760823.opb

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=154428950

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        27608120 kB
Buffers:          577736 kB
Cached:          3152972 kB
SwapCached:         1580 kB
Active:          2333660 kB
Inactive:        1997872 kB
Active(anon):     592660 kB
Inactive(anon):     9224 kB
Active(file):    1741000 kB
Inactive(file):  1988648 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:              9404 kB
Writeback:             0 kB
AnonPages:        605056 kB
Mapped:            19008 kB
Shmem:                32 kB
Slab:             796000 kB
SReclaimable:     239960 kB
SUnreclaim:       556040 kB
KernelStack:        1640 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    559104 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= 70756 MiB
End job on node120 at 2012-06-04 00:15:23