Trace number 3739733

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.83 899.76

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12039_7-sat.opb
MD5SUM0f318fc75cd8d877b44870fe2fa76e77
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 variables25410
Total number of constraints83992
Number of constraints which are clauses83576
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints416
Minimum length of a constraint1
Maximum length of a constraint120
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 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 732
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/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-3739733-1338758414.opb
0.09/0.11	c reading problem ... 
2.83/1.26	c ... done. Wall clock time 1.142s.
2.83/1.26	c #vars     25410
2.83/1.26	c #constraints  71077
2.83/1.26	c constraints type 
2.83/1.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8407
2.83/1.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57059
2.83/1.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 416
2.83/1.26	c constraints type 
2.83/1.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 57059
2.83/1.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8407
2.83/1.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 416
8.35/3.24	c cleaning 2497 clauses out of 5003 with flag 5003/5003
12.47/5.22	c cleaning 4248 clauses out of 8504 with flag 11001/11001
17.26/7.69	c cleaning 5622 clauses out of 11255 with flag 18000/18000
22.84/10.45	c cleaning 6811 clauses out of 13634 with flag 26001/26001
28.67/13.33	c cleaning 7903 clauses out of 15822 with flag 35000/35000
35.46/16.73	c cleaning 8945 clauses out of 17919 with flag 45000/45000
43.06/20.53	c cleaning 9969 clauses out of 19974 with flag 56000/56000
51.85/24.90	c cleaning 10995 clauses out of 22006 with flag 68001/68001
60.51/29.40	c cleaning 11985 clauses out of 24010 with flag 81000/81000
71.08/34.61	c cleaning 13001 clauses out of 26026 with flag 95001/95001
84.39/41.35	c cleaning 13999 clauses out of 28026 with flag 110002/110002
98.38/48.34	c cleaning 15002 clauses out of 30025 with flag 126000/126000
112.90/55.64	c cleaning 16008 clauses out of 32023 with flag 143000/143000
125.26/61.87	c cleaning 16993 clauses out of 34016 with flag 161001/161001
138.36/68.46	c cleaning 18004 clauses out of 36022 with flag 180000/180000
153.30/75.95	c cleaning 18993 clauses out of 38018 with flag 200000/200000
168.49/83.64	c cleaning 20002 clauses out of 40026 with flag 221001/221001
187.60/93.23	c cleaning 20980 clauses out of 42023 with flag 243000/243000
190.98/95.04	c cleaning 0 clauses out of 5000 with flag 0/5000
212.41/105.66	c cleaning 22011 clauses out of 44043 with flag 266000/266000
231.24/115.07	c cleaning 23009 clauses out of 46032 with flag 290000/290000
251.57/125.20	c cleaning 23996 clauses out of 48023 with flag 315000/315000
271.86/135.48	c cleaning 25005 clauses out of 50027 with flag 341000/341000
296.85/147.94	c cleaning 25978 clauses out of 52022 with flag 368000/368000
325.70/162.47	c cleaning 27019 clauses out of 54044 with flag 396000/396000
349.99/174.62	c cleaning 27998 clauses out of 56025 with flag 425000/425000
381.01/190.13	c cleaning 28996 clauses out of 58027 with flag 455000/455000
409.77/204.54	c cleaning 29977 clauses out of 60032 with flag 486001/486001
443.54/221.58	c cleaning 30993 clauses out of 62054 with flag 518000/518000
475.51/237.60	c cleaning 32018 clauses out of 64061 with flag 551000/551000
512.90/256.20	c cleaning 33014 clauses out of 66043 with flag 585000/585000
548.18/273.86	c cleaning 34002 clauses out of 68030 with flag 620001/620001
586.77/293.23	c cleaning 34976 clauses out of 70029 with flag 656002/656002
628.84/314.23	c cleaning 35968 clauses out of 72053 with flag 693002/693002
666.78/333.26	c cleaning 37026 clauses out of 74083 with flag 731000/731000
704.55/352.10	c cleaning 38006 clauses out of 76057 with flag 770000/770000
748.69/374.36	c cleaning 39009 clauses out of 78052 with flag 810001/810001
803.00/401.44	c cleaning 40005 clauses out of 80043 with flag 851001/851001
834.48/417.23	c cleaning 0 clauses out of 11002 with flag 0/11002
853.21/426.73	c cleaning 41004 clauses out of 82037 with flag 893000/893000
896.52/448.57	c cleaning 41989 clauses out of 84034 with flag 936001/936001
938.51/469.58	c cleaning 42999 clauses out of 86044 with flag 980000/980000
1003.48/501.94	c cleaning 44009 clauses out of 88045 with flag 1025000/1025000
1064.15/532.24	c cleaning 44983 clauses out of 90036 with flag 1071000/1071000
1127.44/563.98	c cleaning 45980 clauses out of 92055 with flag 1118002/1118002
1215.12/607.51	c cleaning 47010 clauses out of 94074 with flag 1166001/1166001
1274.85/637.32	c cleaning 48019 clauses out of 96063 with flag 1215000/1215000
1336.70/668.13	c cleaning 49004 clauses out of 98044 with flag 1265000/1265000
1412.64/706.19	c cleaning 49995 clauses out of 100040 with flag 1316000/1316000
1468.37/733.95	c cleaning 50997 clauses out of 102045 with flag 1368000/1368000
1528.61/764.09	c cleaning 52009 clauses out of 104048 with flag 1421000/1421000
1615.32/807.26	c cleaning 52994 clauses out of 106041 with flag 1475002/1475002
1694.44/846.80	c cleaning 54007 clauses out of 108045 with flag 1530000/1530000
1774.49/886.74	c cleaning 54994 clauses out of 110038 with flag 1586000/1586000
1800.10/899.72	c starts		: 208
1800.10/899.72	c conflicts		: 1604507
1800.10/899.72	c decisions		: 2061413
1800.10/899.72	c propagations		: 673210876
1800.10/899.72	c inspects		: 3329827821
1800.10/899.72	c learnt literals	: 0
1800.10/899.72	c learnt binary clauses	: 0
1800.10/899.72	c learnt ternary clauses	: 891
1800.10/899.72	c learnt clauses	: 1604507
1800.10/899.72	c ignored clauses	: 0
1800.10/899.72	c root simplifications	: 0
1800.10/899.72	c removed literals (reason simplification)	: 24073429
1800.10/899.72	c reason swapping (by a shorter reason)	: 0
1800.10/899.72	c Calls to reduceDB	: 52
1800.10/899.72	c number of reductions to clauses (during analyze)	: 0
1800.10/899.72	c number of learned constraints concerned by reduction	: 0
1800.10/899.72	c number of learning phase by resolution	: 0
1800.10/899.72	c number of learning phase by cutting planes	: 0
1800.10/899.72	c speed (assignments/second)	: 749294.2657436057
1800.10/899.72	c non guided choices	140
1800.10/899.75	c learnt constraints type 
1800.10/899.75	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 73576
1800.10/899.75	c constraints type 
1800.10/899.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8407
1800.10/899.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57059
1800.10/899.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 416
1800.10/899.75	c constraints type 
1800.10/899.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 57059
1800.10/899.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8407
1800.10/899.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 416
1800.10/899.75	s UNKNOWN
1800.10/899.75	c Total wall clock time (in seconds): 899.633

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-3739733-1338758414/watcher-3739733-1338758414 -o /tmp/evaluation-result-3739733-1338758414/solver-3739733-1338758414 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3739733-1338758414.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.66 3.74 3.66 4/196 6861
/proc/meminfo: memFree=26709192/32873852 swapFree=6856/6856
[pid=6861] ppid=6859 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6861/stat : 6861 (java6) D 6859 6861 4574 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 341967327 9515008 182 33554432000 1073741824 1073778376 140733965445408 140733965436440 273448517301 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/6861/statm: 2323 182 140 9 0 71 0

[startup+0.013876 s]
/proc/loadavg: 3.66 3.74 3.66 4/196 6861
/proc/meminfo: memFree=26709192/32873852 swapFree=6856/6856
[pid=6861] ppid=6859 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6861/stat : 6861 (java) S 6859 6861 4574 0 -1 4202496 1278 0 0 0 0 0 0 0 20 0 2 0 341967327 98570240 979 33554432000 1073741824 1073778376 140736363306912 140736363298048 273451876413 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6861/statm: 24065 979 745 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100239 s]
/proc/loadavg: 3.66 3.74 3.66 4/196 6861
/proc/meminfo: memFree=26709192/32873852 swapFree=6856/6856
[pid=6861] ppid=6859 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/6861/stat : 6861 (java) S 6859 6861 4574 0 -1 4202496 4697 0 1 0 8 1 0 0 20 0 18 0 341967327 2764726272 6401 33554432000 1073741824 1073778376 140736363306912 140736363298048 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6861/statm: 674982 6405 2104 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300251 s]
/proc/loadavg: 3.66 3.74 3.66 4/196 6861
/proc/meminfo: memFree=26709192/32873852 swapFree=6856/6856
[pid=6861] ppid=6859 vsize=2699928 CPUtime=0.49 cores=1,3,5,7
/proc/6861/stat : 6861 (java) S 6859 6861 4574 0 -1 4202496 6390 0 1 0 47 2 0 0 20 0 18 0 341967327 2764726272 9734 33554432000 1073741824 1073778376 140736363306912 140736363298048 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6861/statm: 674982 9734 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2699928

[startup+0.700264 s]
/proc/loadavg: 3.66 3.74 3.66 4/196 6861
/proc/meminfo: memFree=26709192/32873852 swapFree=6856/6856
[pid=6861] ppid=6859 vsize=2699928 CPUtime=1.66 cores=1,3,5,7
/proc/6861/stat : 6861 (java) S 6859 6861 4574 0 -1 4202496 19614 0 1 0 161 5 0 0 20 0 18 0 341967327 2764726272 33238 33554432000 1073741824 1073778376 140736363306912 140736363298048 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6861/statm: 674982 33238 2240 9 0 665676 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 2699928

[startup+1.50067 s]
/proc/loadavg: 3.76 3.76 3.67 4/214 6879
/proc/meminfo: memFree=26498384/32873852 swapFree=6856/6856
[pid=6861] ppid=6859 vsize=2966184 CPUtime=3.89 cores=1,3,5,7
/proc/6861/stat : 6861 (java) S 6859 6861 4574 0 -1 4202496 25201 0 1 0 379 10 0 0 20 0 22 0 341967327 3037372416 74807 33554432000 1073741824 1073778376 140736363306912 140736363298048 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6861/statm: 741546 74807 2252 9 0 732240 0
[pid=6861/tid=6863] ppid=6859 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/6861/task/6863/stat : 6863 (java) S 6859 6861 4574 0 -1 4202560 2929 0 1 0 117 5 0 0 20 0 22 0 341967328 3037372416 74807 33554432000 1073741824 1073778376 140736363306912 140573547177112 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6864] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6864/stat : 6864 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967329 3037372416 74807 33554432000 1073741824 1073778376 140736363306912 140573413927336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6865] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6865/stat : 6865 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967329 3037372416 74807 33554432000 1073741824 1073778376 140736363306912 140573412874792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6866] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6866/stat : 6866 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967329 3037372416 74807 33554432000 1073741824 1073778376 140736363306912 140573411821736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6867] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6867/stat : 6867 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967329 3037372416 74807 33554432000 1073741824 1073778376 140736363306912 140573410769192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6868] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6868/stat : 6868 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967329 3037372416 74807 33554432000 1073741824 1073778376 140736363306912 140573409717160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6869] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6869/stat : 6869 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967329 3037372416 74807 33554432000 1073741824 1073778376 140736363306912 140573408664616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6870] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6870/stat : 6870 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967329 3037372416 74771 33554432000 1073741824 1073778376 140736363306912 140573071633064 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6871] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6871/stat : 6871 (java) S 6859 6861 4574 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341967329 3037372416 74771 33554432000 1073741824 1073778376 140736363306912 140573070580520 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6872] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6872/stat : 6872 (java) S 6859 6861 4574 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341967330 3037372416 74776 33554432000 1073741824 1073778376 140736363306912 140573058382184 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6873] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6873/stat : 6873 (java) S 6859 6861 4574 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341967331 3037372416 74790 33554432000 1073741824 1073778376 140736363306912 140573057328504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6874] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6874/stat : 6874 (java) S 6859 6861 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341967331 3037372416 74804 33554432000 1073741824 1073778376 140736363306912 140573056275336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6875] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6875/stat : 6875 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 74810 33554432000 1073741824 1073778376 140736363306912 140573055224080 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6876] ppid=6859 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/6861/task/6876/stat : 6876 (java) R 6859 6861 4574 0 -1 4202560 10848 0 0 0 114 2 0 0 20 0 22 0 341967333 3037372416 74810 33554432000 1073741824 1073778376 140736363306912 140573054159488 140573551294022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6877] ppid=6859 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/6861/task/6877/stat : 6877 (java) R 6859 6861 4574 0 -1 4202560 10165 0 0 0 97 2 0 0 20 0 22 0 341967333 3037372416 74810 33554432000 1073741824 1073778376 140736363306912 140573053106944 140573551292880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6878] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6878/stat : 6878 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 74810 33554432000 1073741824 1073778376 140736363306912 140573052066552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6879] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6879/stat : 6879 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 74810 33554432000 1073741824 1073778376 140736363306912 140573051014216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 2966184

[startup+3.10078 s]
/proc/loadavg: 3.76 3.76 3.67 6/218 6883
/proc/meminfo: memFree=26288652/32873852 swapFree=6856/6856
[pid=6861] ppid=6859 vsize=2966184 CPUtime=8.14 cores=1,3,5,7
/proc/6861/stat : 6861 (java) S 6859 6861 4574 0 -1 4202496 28990 0 1 0 793 21 0 0 20 0 22 0 341967327 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140736363298048 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6861/statm: 741546 115731 2270 9 0 732240 0
[pid=6861/tid=6863] ppid=6859 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/6861/task/6863/stat : 6863 (java) S 6859 6861 4574 0 -1 4202560 2929 0 1 0 117 5 0 0 20 0 22 0 341967328 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573547177112 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6864] ppid=6859 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/6861/task/6864/stat : 6864 (java) S 6859 6861 4574 0 -1 4202560 24 0 0 0 4 2 0 0 20 0 22 0 341967329 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573413927336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6865] ppid=6859 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/6861/task/6865/stat : 6865 (java) S 6859 6861 4574 0 -1 4202560 17 0 0 0 3 1 0 0 20 0 22 0 341967329 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573412874792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6866] ppid=6859 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/6861/task/6866/stat : 6866 (java) S 6859 6861 4574 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 22 0 341967329 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573411821736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6867] ppid=6859 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/6861/task/6867/stat : 6867 (java) S 6859 6861 4574 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 22 0 341967329 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573410769192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6868] ppid=6859 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/6861/task/6868/stat : 6868 (java) S 6859 6861 4574 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 341967329 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573409717160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6869] ppid=6859 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/6861/task/6869/stat : 6869 (java) S 6859 6861 4574 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 341967329 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573408664616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6870] ppid=6859 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/6861/task/6870/stat : 6870 (java) S 6859 6861 4574 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 22 0 341967329 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573071633064 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6871] ppid=6859 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/6861/task/6871/stat : 6871 (java) S 6859 6861 4574 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 341967329 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573070580520 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6872] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6872/stat : 6872 (java) S 6859 6861 4574 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341967330 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573058382184 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6873] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6873/stat : 6873 (java) S 6859 6861 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341967331 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573057328504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6874] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6874/stat : 6874 (java) S 6859 6861 4574 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341967331 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573056275336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6875] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6875/stat : 6875 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573055224080 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6876] ppid=6859 vsize=2966184 CPUtime=1.61 cores=1,3,5,7
/proc/6861/task/6876/stat : 6876 (java) S 6859 6861 4574 0 -1 4202560 10851 0 0 0 159 2 0 0 20 0 22 0 341967333 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573054171960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6877] ppid=6859 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/6861/task/6877/stat : 6877 (java) S 6859 6861 4574 0 -1 4202560 13713 0 0 0 138 3 0 0 20 0 22 0 341967333 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573053119416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6878] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6878/stat : 6878 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573052066552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6879] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6879/stat : 6879 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573051014216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6880] ppid=6859 vsize=2966184 CPUtime=1.7 cores=1,3,5,7
/proc/6861/task/6880/stat : 6880 (java) R 6859 6861 4574 0 -1 4202560 36 0 0 0 170 0 0 0 20 0 22 0 341967453 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573049958936 140573420814312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6881] ppid=6859 vsize=2966184 CPUtime=1.69 cores=1,3,5,7
/proc/6861/task/6881/stat : 6881 (java) R 6859 6861 4574 0 -1 4202560 115 0 0 0 166 3 0 0 20 0 22 0 341967453 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573048905744 140573420756956 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6882] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6882/stat : 6882 (java) S 6859 6861 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341967459 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573047853864 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6883] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6883/stat : 6883 (java) S 6859 6861 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341967460 3037372416 115731 33554432000 1073741824 1073778376 140736363306912 140573046801320 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 2966184

[startup+6.3009 s]
/proc/loadavg: 3.76 3.76 3.67 5/218 6883
/proc/meminfo: memFree=26211888/32873852 swapFree=6856/6856
[pid=6861] ppid=6859 vsize=2966184 CPUtime=14.6 cores=1,3,5,7
/proc/6861/stat : 6861 (java) S 6859 6861 4574 0 -1 4202496 29398 0 1 0 1437 23 0 0 20 0 22 0 341967327 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140736363298048 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6861/statm: 741546 127622 2283 9 0 732240 0
[pid=6861/tid=6863] ppid=6859 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/6861/task/6863/stat : 6863 (java) S 6859 6861 4574 0 -1 4202560 2929 0 1 0 117 5 0 0 20 0 22 0 341967328 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573547177112 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6864] ppid=6859 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/6861/task/6864/stat : 6864 (java) S 6859 6861 4574 0 -1 4202560 25 0 0 0 7 2 0 0 20 0 22 0 341967329 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573413927336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6865] ppid=6859 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/6861/task/6865/stat : 6865 (java) S 6859 6861 4574 0 -1 4202560 22 0 0 0 7 2 0 0 20 0 22 0 341967329 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573412874792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6866] ppid=6859 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/6861/task/6866/stat : 6866 (java) S 6859 6861 4574 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 22 0 341967329 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573411821736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6867] ppid=6859 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/6861/task/6867/stat : 6867 (java) S 6859 6861 4574 0 -1 4202560 35 0 0 0 8 2 0 0 20 0 22 0 341967329 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573410769192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6868] ppid=6859 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/6861/task/6868/stat : 6868 (java) S 6859 6861 4574 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 22 0 341967329 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573409717160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6869] ppid=6859 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/6861/task/6869/stat : 6869 (java) S 6859 6861 4574 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 22 0 341967329 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573408664616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6870] ppid=6859 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/6861/task/6870/stat : 6870 (java) S 6859 6861 4574 0 -1 4202560 19 0 0 0 5 2 0 0 20 0 22 0 341967329 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573071633064 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6871] ppid=6859 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/6861/task/6871/stat : 6871 (java) S 6859 6861 4574 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 22 0 341967329 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573070580520 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6872] ppid=6859 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/6861/task/6872/stat : 6872 (java) S 6859 6861 4574 0 -1 4202560 52 0 0 0 18 1 0 0 20 0 22 0 341967330 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573058382184 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6873] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6873/stat : 6873 (java) S 6859 6861 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341967331 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573057328504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6874] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6874/stat : 6874 (java) S 6859 6861 4574 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341967331 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573056275336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6875] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6875/stat : 6875 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573055224080 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6876] ppid=6859 vsize=2966184 CPUtime=1.68 cores=1,3,5,7
/proc/6861/task/6876/stat : 6876 (java) S 6859 6861 4574 0 -1 4202560 10857 0 0 0 165 3 0 0 20 0 22 0 341967333 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573054171960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6877] ppid=6859 vsize=2966184 CPUtime=1.5 cores=1,3,5,7
/proc/6861/task/6877/stat : 6877 (java) S 6859 6861 4574 0 -1 4202560 14035 0 0 0 147 3 0 0 20 0 22 0 341967333 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573053119416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6878] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6878/stat : 6878 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573052066552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6879] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6879/stat : 6879 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573051014216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6880] ppid=6859 vsize=2966184 CPUtime=4.61 cores=1,3,5,7
/proc/6861/task/6880/stat : 6880 (java) R 6859 6861 4574 0 -1 4202560 38 0 0 0 461 0 0 0 20 0 22 0 341967453 3037372416 127622 33554432000 1073741824 1073778376 140736363306912 140573049957040 140573420824301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0

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

[pid=6861/tid=6881] ppid=6859 vsize=2966184 CPUtime=783.94 cores=1,3,5,7
/proc/6861/task/6881/stat : 6881 (java) R 6859 6861 4574 0 -1 4202560 393 0 0 0 78378 16 0 0 20 0 22 0 341967453 3037372416 257223 33554432000 1073741824 1073778376 140736363306912 140573048904496 140573420822078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6882] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6882/stat : 6882 (java) S 6859 6861 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341967459 3037372416 257223 33554432000 1073741824 1073778376 140736363306912 140573047853864 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6883] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6883/stat : 6883 (java) S 6859 6861 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341967460 3037372416 257223 33554432000 1073741824 1073778376 140736363306912 140573046801320 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1644.76
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.83 3.83 3.76 5/217 7179
/proc/meminfo: memFree=25698888/32873852 swapFree=6856/6856
[pid=6861] ppid=6859 vsize=2966184 CPUtime=1765.58 cores=1,3,5,7
/proc/6861/stat : 6861 (java) S 6859 6861 4574 0 -1 4202496 66207 0 1 0 176388 170 0 0 20 0 22 0 341967327 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140736363298048 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6861/statm: 741546 260295 2284 9 0 732240 0
[pid=6861/tid=6863] ppid=6859 vsize=2966184 CPUtime=1.25 cores=1,3,5,7
/proc/6861/task/6863/stat : 6863 (java) S 6859 6861 4574 0 -1 4202560 2955 0 1 0 119 6 0 0 20 0 22 0 341967328 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573547177112 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6864] ppid=6859 vsize=2966184 CPUtime=6.55 cores=1,3,5,7
/proc/6861/task/6864/stat : 6864 (java) S 6859 6861 4574 0 -1 4202560 364 0 0 0 644 11 0 0 20 0 22 0 341967329 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573413927336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6865] ppid=6859 vsize=2966184 CPUtime=6.44 cores=1,3,5,7
/proc/6861/task/6865/stat : 6865 (java) S 6859 6861 4574 0 -1 4202560 362 0 0 0 633 11 0 0 20 0 22 0 341967329 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573412874792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6866] ppid=6859 vsize=2966184 CPUtime=6.55 cores=1,3,5,7
/proc/6861/task/6866/stat : 6866 (java) S 6859 6861 4574 0 -1 4202560 358 0 0 0 644 11 0 0 20 0 22 0 341967329 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573411821736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6867] ppid=6859 vsize=2966184 CPUtime=6.14 cores=1,3,5,7
/proc/6861/task/6867/stat : 6867 (java) S 6859 6861 4574 0 -1 4202560 361 0 0 0 605 9 0 0 20 0 22 0 341967329 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573410769192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6868] ppid=6859 vsize=2966184 CPUtime=6.34 cores=1,3,5,7
/proc/6861/task/6868/stat : 6868 (java) S 6859 6861 4574 0 -1 4202560 365 0 0 0 624 10 0 0 20 0 22 0 341967329 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573409717160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6869] ppid=6859 vsize=2966184 CPUtime=6.54 cores=1,3,5,7
/proc/6861/task/6869/stat : 6869 (java) S 6859 6861 4574 0 -1 4202560 352 0 0 0 643 11 0 0 20 0 22 0 341967329 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573408664616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6870] ppid=6859 vsize=2966184 CPUtime=6.36 cores=1,3,5,7
/proc/6861/task/6870/stat : 6870 (java) S 6859 6861 4574 0 -1 4202560 365 0 0 0 625 11 0 0 20 0 22 0 341967329 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573071633064 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6871] ppid=6859 vsize=2966184 CPUtime=6.52 cores=1,3,5,7
/proc/6861/task/6871/stat : 6871 (java) S 6859 6861 4574 0 -1 4202560 354 0 0 0 643 9 0 0 20 0 22 0 341967329 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573070580520 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6872] ppid=6859 vsize=2966184 CPUtime=24.51 cores=1,3,5,7
/proc/6861/task/6872/stat : 6872 (java) S 6859 6861 4574 0 -1 4202560 30623 0 0 0 2408 43 0 0 20 0 22 0 341967330 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573058382184 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6873] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6873/stat : 6873 (java) S 6859 6861 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341967331 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573057328504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6874] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6874/stat : 6874 (java) S 6859 6861 4574 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341967331 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573056275336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6875] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6875/stat : 6875 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573055224080 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6876] ppid=6859 vsize=2966184 CPUtime=1.72 cores=1,3,5,7
/proc/6861/task/6876/stat : 6876 (java) S 6859 6861 4574 0 -1 4202560 10857 0 0 0 169 3 0 0 20 0 22 0 341967333 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573054171960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6877] ppid=6859 vsize=2966184 CPUtime=2.32 cores=1,3,5,7
/proc/6861/task/6877/stat : 6877 (java) S 6859 6861 4574 0 -1 4202560 16906 0 0 0 229 3 0 0 20 0 22 0 341967333 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573053119416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6878] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6878/stat : 6878 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573052066552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6879] ppid=6859 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/6861/task/6879/stat : 6879 (java) S 6859 6861 4574 0 -1 4202560 51 0 0 0 21 23 0 0 20 0 22 0 341967333 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573051014216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6880] ppid=6859 vsize=2966184 CPUtime=842.1 cores=1,3,5,7
/proc/6861/task/6880/stat : 6880 (java) R 6859 6861 4574 0 -1 4202560 330 0 0 0 84195 15 0 0 20 0 22 0 341967453 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573049957824 140573421014213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6881] ppid=6859 vsize=2966184 CPUtime=842.12 cores=1,3,5,7
/proc/6861/task/6881/stat : 6881 (java) R 6859 6861 4574 0 -1 4202560 414 0 0 0 84195 17 0 0 20 0 22 0 341967453 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573048904312 140573420824080 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6882] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6882/stat : 6882 (java) S 6859 6861 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341967459 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573047853864 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6883] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6883/stat : 6883 (java) S 6859 6861 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341967460 3037372416 260295 33554432000 1073741824 1073778376 140736363306912 140573046801320 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1765.58
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.701 s]
/proc/loadavg: 3.87 3.84 3.76 5/217 7181
/proc/meminfo: memFree=25675988/32873852 swapFree=6856/6856
[pid=6861] ppid=6859 vsize=2966184 CPUtime=1800.1 cores=1,3,5,7
/proc/6861/stat : 6861 (java) S 6859 6861 4574 0 -1 4202496 66227 0 1 0 179838 172 0 0 20 0 22 0 341967327 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140736363298048 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6861/statm: 741546 261831 2284 9 0 732240 0
[pid=6861/tid=6863] ppid=6859 vsize=2966184 CPUtime=1.25 cores=1,3,5,7
/proc/6861/task/6863/stat : 6863 (java) S 6859 6861 4574 0 -1 4202560 2955 0 1 0 119 6 0 0 20 0 22 0 341967328 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573547177112 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6864] ppid=6859 vsize=2966184 CPUtime=6.72 cores=1,3,5,7
/proc/6861/task/6864/stat : 6864 (java) S 6859 6861 4574 0 -1 4202560 366 0 0 0 661 11 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573413927336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6865] ppid=6859 vsize=2966184 CPUtime=6.54 cores=1,3,5,7
/proc/6861/task/6865/stat : 6865 (java) S 6859 6861 4574 0 -1 4202560 362 0 0 0 643 11 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573412874792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6866] ppid=6859 vsize=2966184 CPUtime=6.68 cores=1,3,5,7
/proc/6861/task/6866/stat : 6866 (java) S 6859 6861 4574 0 -1 4202560 359 0 0 0 657 11 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573411821736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6867] ppid=6859 vsize=2966184 CPUtime=6.29 cores=1,3,5,7
/proc/6861/task/6867/stat : 6867 (java) S 6859 6861 4574 0 -1 4202560 362 0 0 0 620 9 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573410769192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6868] ppid=6859 vsize=2966184 CPUtime=6.43 cores=1,3,5,7
/proc/6861/task/6868/stat : 6868 (java) S 6859 6861 4574 0 -1 4202560 365 0 0 0 633 10 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573409717160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6869] ppid=6859 vsize=2966184 CPUtime=6.68 cores=1,3,5,7
/proc/6861/task/6869/stat : 6869 (java) S 6859 6861 4574 0 -1 4202560 352 0 0 0 657 11 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573408664616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6870] ppid=6859 vsize=2966184 CPUtime=6.49 cores=1,3,5,7
/proc/6861/task/6870/stat : 6870 (java) S 6859 6861 4574 0 -1 4202560 368 0 0 0 637 12 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573071633064 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6871] ppid=6859 vsize=2966184 CPUtime=6.62 cores=1,3,5,7
/proc/6861/task/6871/stat : 6871 (java) S 6859 6861 4574 0 -1 4202560 354 0 0 0 653 9 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573070580520 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6872] ppid=6859 vsize=2966184 CPUtime=25.29 cores=1,3,5,7
/proc/6861/task/6872/stat : 6872 (java) S 6859 6861 4574 0 -1 4202560 30625 0 0 0 2485 44 0 0 20 0 22 0 341967330 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573058382184 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6873] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6873/stat : 6873 (java) S 6859 6861 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341967331 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573057328504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6874] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6874/stat : 6874 (java) S 6859 6861 4574 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341967331 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573056275336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6875] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6875/stat : 6875 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573055224080 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6876] ppid=6859 vsize=2966184 CPUtime=1.72 cores=1,3,5,7
/proc/6861/task/6876/stat : 6876 (java) S 6859 6861 4574 0 -1 4202560 10857 0 0 0 169 3 0 0 20 0 22 0 341967333 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573054171960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6877] ppid=6859 vsize=2966184 CPUtime=2.32 cores=1,3,5,7
/proc/6861/task/6877/stat : 6877 (java) S 6859 6861 4574 0 -1 4202560 16906 0 0 0 229 3 0 0 20 0 22 0 341967333 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573053119416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6878] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6878/stat : 6878 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573052066552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6879] ppid=6859 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/6861/task/6879/stat : 6879 (java) S 6859 6861 4574 0 -1 4202560 53 0 0 0 22 23 0 0 20 0 22 0 341967333 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573051014216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6880] ppid=6859 vsize=2966184 CPUtime=858.45 cores=1,3,5,7
/proc/6861/task/6880/stat : 6880 (java) R 6859 6861 4574 0 -1 4202560 336 0 0 0 85829 16 0 0 20 0 22 0 341967453 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573049957712 140573420997045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6881] ppid=6859 vsize=2966184 CPUtime=858.48 cores=1,3,5,7
/proc/6861/task/6881/stat : 6881 (java) R 6859 6861 4574 0 -1 4202560 417 0 0 0 85830 18 0 0 20 0 22 0 341967453 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573048904496 140573420844323 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6882] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6882/stat : 6882 (java) S 6859 6861 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341967459 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573047853864 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6883] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6883/stat : 6883 (java) S 6859 6861 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341967460 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573046801320 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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+899.701 s]
/proc/loadavg: 3.87 3.84 3.76 5/217 7181
/proc/meminfo: memFree=25675988/32873852 swapFree=6856/6856
[pid=6861] ppid=6859 vsize=2966184 CPUtime=1800.1 cores=1,3,5,7
/proc/6861/stat : 6861 (java) S 6859 6861 4574 0 -1 4202496 66227 0 1 0 179838 172 0 0 20 0 22 0 341967327 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140736363298048 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6861/statm: 741546 261831 2284 9 0 732240 0
[pid=6861/tid=6863] ppid=6859 vsize=2966184 CPUtime=1.25 cores=1,3,5,7
/proc/6861/task/6863/stat : 6863 (java) S 6859 6861 4574 0 -1 4202560 2955 0 1 0 119 6 0 0 20 0 22 0 341967328 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573547177112 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6864] ppid=6859 vsize=2966184 CPUtime=6.72 cores=1,3,5,7
/proc/6861/task/6864/stat : 6864 (java) S 6859 6861 4574 0 -1 4202560 366 0 0 0 661 11 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573413927336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6865] ppid=6859 vsize=2966184 CPUtime=6.54 cores=1,3,5,7
/proc/6861/task/6865/stat : 6865 (java) S 6859 6861 4574 0 -1 4202560 362 0 0 0 643 11 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573412874792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6866] ppid=6859 vsize=2966184 CPUtime=6.68 cores=1,3,5,7
/proc/6861/task/6866/stat : 6866 (java) S 6859 6861 4574 0 -1 4202560 359 0 0 0 657 11 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573411821736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6867] ppid=6859 vsize=2966184 CPUtime=6.29 cores=1,3,5,7
/proc/6861/task/6867/stat : 6867 (java) S 6859 6861 4574 0 -1 4202560 362 0 0 0 620 9 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573410769192 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6868] ppid=6859 vsize=2966184 CPUtime=6.43 cores=1,3,5,7
/proc/6861/task/6868/stat : 6868 (java) S 6859 6861 4574 0 -1 4202560 365 0 0 0 633 10 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573409717160 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6869] ppid=6859 vsize=2966184 CPUtime=6.68 cores=1,3,5,7
/proc/6861/task/6869/stat : 6869 (java) S 6859 6861 4574 0 -1 4202560 352 0 0 0 657 11 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573408664616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6870] ppid=6859 vsize=2966184 CPUtime=6.49 cores=1,3,5,7
/proc/6861/task/6870/stat : 6870 (java) S 6859 6861 4574 0 -1 4202560 368 0 0 0 637 12 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573071633064 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6871] ppid=6859 vsize=2966184 CPUtime=6.62 cores=1,3,5,7
/proc/6861/task/6871/stat : 6871 (java) S 6859 6861 4574 0 -1 4202560 354 0 0 0 653 9 0 0 20 0 22 0 341967329 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573070580520 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6872] ppid=6859 vsize=2966184 CPUtime=25.29 cores=1,3,5,7
/proc/6861/task/6872/stat : 6872 (java) S 6859 6861 4574 0 -1 4202560 30625 0 0 0 2485 44 0 0 20 0 22 0 341967330 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573058382184 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6873] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6873/stat : 6873 (java) S 6859 6861 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341967331 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573057328504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6874] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6874/stat : 6874 (java) S 6859 6861 4574 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341967331 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573056275336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6875] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6875/stat : 6875 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573055224080 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6876] ppid=6859 vsize=2966184 CPUtime=1.72 cores=1,3,5,7
/proc/6861/task/6876/stat : 6876 (java) S 6859 6861 4574 0 -1 4202560 10857 0 0 0 169 3 0 0 20 0 22 0 341967333 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573054171960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6861/tid=6877] ppid=6859 vsize=2966184 CPUtime=2.32 cores=1,3,5,7
/proc/6861/task/6877/stat : 6877 (java) S 6859 6861 4574 0 -1 4202560 16906 0 0 0 229 3 0 0 20 0 22 0 341967333 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573053119416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6878] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6878/stat : 6878 (java) S 6859 6861 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341967333 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573052066552 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6879] ppid=6859 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/6861/task/6879/stat : 6879 (java) S 6859 6861 4574 0 -1 4202560 53 0 0 0 22 23 0 0 20 0 22 0 341967333 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573051014216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6861/tid=6880] ppid=6859 vsize=2966184 CPUtime=858.45 cores=1,3,5,7
/proc/6861/task/6880/stat : 6880 (java) R 6859 6861 4574 0 -1 4202560 336 0 0 0 85829 16 0 0 20 0 22 0 341967453 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573049957712 140573420997045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6881] ppid=6859 vsize=2966184 CPUtime=858.48 cores=1,3,5,7
/proc/6861/task/6881/stat : 6881 (java) R 6859 6861 4574 0 -1 4202560 417 0 0 0 85830 18 0 0 20 0 22 0 341967453 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573048904496 140573420844323 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6861/tid=6882] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6882/stat : 6882 (java) S 6859 6861 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341967459 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573047853864 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6861/tid=6883] ppid=6859 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6861/task/6883/stat : 6883 (java) S 6859 6861 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341967460 3037372416 261831 33554432000 1073741824 1073778376 140736363306912 140573046801320 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 899.76
CPU time (s): 1800.83
CPU user time (s): 1798.7
CPU system time (s): 2.13268
CPU usage (%): 200.146
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 2.13267
maximum resident set size= 1047440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66258
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39075
involuntary context switches= 96011

runsolver used 3.47147 second user time and 8.74367 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 23:20:14
IDJOB=3739733
IDBENCH=74369
IDSOLVER=2324
FILE ID=node128/3739733-1338758414
RUNJOBID= node128-1338749491-4591
PBS_JOBID= 14636803
Free space on /tmp= 70416 MiB

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

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

MD5SUM BENCH= 0f318fc75cd8d877b44870fe2fa76e77
RANDOM SEED=2043767066

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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:       32873852 kB
MemFree:        26709836 kB
Buffers:          553644 kB
Cached:          3764136 kB
SwapCached:          744 kB
Active:          2946468 kB
Inactive:        2319764 kB
Active(anon):     939028 kB
Inactive(anon):    11420 kB
Active(file):    2007440 kB
Inactive(file):  2308344 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:              2836 kB
Writeback:             0 kB
AnonPages:        984792 kB
Mapped:            22352 kB
Shmem:               200 kB
Slab:             757204 kB
SReclaimable:     199244 kB
SUnreclaim:       557960 kB
KernelStack:        1784 kB
PageTables:         6136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1576248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    921600 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= 70412 MiB
End job on node128 at 2012-06-03 23:35:16