Trace number 3689448

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.65 928.162

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-122.opb
MD5SUM45533d52c524a74641c715d4320b890b
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 variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 691
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.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689448-1337882244.opb
0.08/0.13	c reading problem ... 
11.38/8.24	c ... done. Wall clock time 8.117s.
11.38/8.24	c declared #vars     48411
11.38/8.24	c #constraints  1123290
11.38/8.24	c constraints type 
11.38/8.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
11.38/8.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
11.38/8.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
11.38/8.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
11.38/8.25	c 1123290 constraints processed.
11.38/8.25	c constraints type 
11.38/8.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
11.38/8.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
11.38/8.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
11.38/8.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
11.38/8.25	c 1123290 constraints processed.
32.28/17.95	c cleaning 2486 clauses out of 5000 with flag 5000/5000
48.00/26.70	c cleaning 4210 clauses out of 8514 with flag 11000/11000
60.47/33.34	c cleaning 5639 clauses out of 11304 with flag 18000/18000
71.59/39.47	c cleaning 0 clauses out of 5000 with flag 0/5000
77.74/42.76	c cleaning 6816 clauses out of 13665 with flag 26000/26000
84.00/46.21	c cleaning 0 clauses out of 11001 with flag 0/11001
94.70/51.94	c cleaning 7882 clauses out of 15849 with flag 35000/35000
100.56/55.40	c cleaning 0 clauses out of 18000 with flag 0/18000
119.19/65.18	c cleaning 0 clauses out of 26001 with flag 0/26001
126.83/69.35	c cleaning 8930 clauses out of 17967 with flag 45000/45000
143.85/78.21	c cleaning 0 clauses out of 35000 with flag 0/35000
147.11/80.48	c cleaning 9999 clauses out of 20039 with flag 56002/56002
170.39/92.41	c cleaning 11003 clauses out of 22038 with flag 68000/68000
174.61/94.96	c cleaning 0 clauses out of 45000 with flag 0/45000
197.83/106.92	c cleaning 11826 clauses out of 24035 with flag 81000/81000
214.06/115.64	c cleaning 0 clauses out of 56002 with flag 0/56002
223.68/120.82	c cleaning 12918 clauses out of 26209 with flag 95000/95000
249.31/134.00	c cleaning 14118 clauses out of 28292 with flag 110001/110001
257.74/138.66	c cleaning 0 clauses out of 68002 with flag 0/68002
285.20/152.98	c cleaning 15042 clauses out of 30173 with flag 126000/126000
314.00/167.75	c cleaning 16042 clauses out of 32131 with flag 143000/143000
317.60/169.98	c cleaning 0 clauses out of 81002 with flag 0/81002
349.02/186.04	c cleaning 17006 clauses out of 34089 with flag 161000/161000
378.63/201.44	c cleaning 0 clauses out of 95001 with flag 0/95001
385.62/205.30	c cleaning 18012 clauses out of 36085 with flag 180002/180002
424.66/225.28	c cleaning 19004 clauses out of 38072 with flag 200001/200001
453.92/240.30	c cleaning 0 clauses out of 110000 with flag 0/110000
461.50/244.65	c cleaning 20009 clauses out of 40069 with flag 221002/221002
507.53/268.00	c cleaning 20976 clauses out of 42060 with flag 243002/243002
545.57/287.42	c cleaning 0 clauses out of 126002 with flag 0/126002
546.75/288.47	c cleaning 22001 clauses out of 44082 with flag 266000/266000
588.37/309.89	c cleaning 23010 clauses out of 46083 with flag 290002/290002
627.79/329.99	c cleaning 24027 clauses out of 48071 with flag 315000/315000
631.38/332.14	c cleaning 0 clauses out of 143000 with flag 0/143000
677.59/355.66	c cleaning 25001 clauses out of 50048 with flag 341004/341004
729.16/382.05	c cleaning 0 clauses out of 161002 with flag 0/161002
738.74/387.29	c cleaning 26010 clauses out of 52043 with flag 368000/368000
795.54/416.05	c cleaning 26998 clauses out of 54033 with flag 396000/396000
835.97/436.68	c cleaning 27968 clauses out of 56037 with flag 425002/425002
848.30/443.45	c cleaning 0 clauses out of 180000 with flag 0/180000
893.16/466.28	c cleaning 29004 clauses out of 58069 with flag 455002/455002
946.58/493.34	c cleaning 30009 clauses out of 60063 with flag 486000/486000
992.76/516.82	c cleaning 0 clauses out of 200003 with flag 0/200003
1018.11/530.15	c cleaning 30988 clauses out of 62054 with flag 518001/518001
1074.07/558.54	c cleaning 31980 clauses out of 64066 with flag 551001/551001
1139.29/591.51	c cleaning 32879 clauses out of 66083 with flag 585000/585000
1153.63/599.14	c cleaning 0 clauses out of 221000 with flag 0/221000
1214.18/630.09	c cleaning 33748 clauses out of 68204 with flag 620000/620000
1292.63/669.66	c cleaning 35064 clauses out of 70456 with flag 656000/656000
1305.63/676.58	c cleaning 0 clauses out of 243000 with flag 0/243000
1362.01/705.10	c cleaning 36143 clauses out of 72387 with flag 693000/693000
1438.95/744.23	c cleaning 37060 clauses out of 74245 with flag 731002/731002
1517.31/783.82	c cleaning 38009 clauses out of 76182 with flag 770001/770001
1520.86/786.00	c cleaning 0 clauses out of 266000 with flag 0/266000
1611.96/832.08	c cleaning 39077 clauses out of 78172 with flag 810000/810000
1700.93/877.19	c cleaning 40045 clauses out of 80095 with flag 851001/851001
1769.27/911.80	c cleaning 0 clauses out of 290002 with flag 0/290002
1786.98/921.06	c cleaning 41014 clauses out of 82048 with flag 893000/893000
1800.20/928.11	c starts		: 171
1800.20/928.11	c conflicts		: 901218
1800.20/928.11	c decisions		: 18553993
1800.20/928.11	c propagations		: 1520636489
1800.20/928.11	c inspects		: 6803760276
1800.20/928.11	c shortcuts		: 0
1800.20/928.11	c learnt literals	: 13
1800.20/928.11	c learnt binary clauses	: 1141
1800.20/928.11	c learnt ternary clauses	: 2523
1800.20/928.11	c learnt constraints	: 901205
1800.20/928.11	c ignored constraints	: 0
1800.20/928.11	c root simplifications	: 0
1800.20/928.11	c removed literals (reason simplification)	: 15727150
1800.20/928.11	c reason swapping (by a shorter reason)	: 0
1800.20/928.11	c Calls to reduceDB	: 38
1800.20/928.11	c number of reductions to clauses (during analyze)	: 0
1800.20/928.11	c number of learned constraints concerned by reduction	: 0
1800.20/928.11	c number of learning phase by resolution	: 0
1800.20/928.11	c number of learning phase by cutting planes	: 0
1800.20/928.11	c speed (assignments/second)	: 1653158.6705035784
1800.20/928.11	c non guided choices	1551576
1800.20/928.13	c learnt constraints type 
1800.20/928.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1141
1800.20/928.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48127
1800.20/928.13	c constraints type 
1800.20/928.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
1800.20/928.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.20/928.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
1800.20/928.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
1800.20/928.13	c 1123290 constraints processed.
1800.20/928.13	c constraints type 
1800.20/928.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
1800.20/928.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
1800.20/928.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
1800.20/928.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.20/928.13	c 1123290 constraints processed.
1800.20/928.13	s UNKNOWN
1800.20/928.13	c Total wall clock time (in seconds): 928.005

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-3689448-1337882244/watcher-3689448-1337882244 -o /tmp/evaluation-result-3689448-1337882244/solver-3689448-1337882244 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689448-1337882244.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.51 3.77 3.77 4/197 27908
/proc/meminfo: memFree=26012648/32873844 swapFree=7900/7900
[pid=27908] ppid=27906 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/27908/stat : 27908 (java) D 27906 27908 23987 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 254349019 2560000 46 33554432000 1073741824 1073778376 140736374678288 140736374675416 225435544871 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/27908/statm: 625 46 37 9 0 29 0

[startup+0.056151 s]
/proc/loadavg: 3.51 3.77 3.77 4/197 27908
/proc/meminfo: memFree=26012648/32873844 swapFree=7900/7900
[pid=27908] ppid=27906 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/27908/stat : 27908 (java) S 27906 27908 23987 0 -1 4202496 3028 0 1 0 2 1 0 0 20 0 13 0 254349019 9446973440 3725 33554432000 1073741824 1073778376 140736516191392 140736516182528 225448067133 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27908/statm: 2306390 3725 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.10033 s]
/proc/loadavg: 3.51 3.77 3.77 4/197 27908
/proc/meminfo: memFree=26012648/32873844 swapFree=7900/7900
[pid=27908] ppid=27906 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27908/stat : 27908 (java) S 27906 27908 23987 0 -1 4202496 3930 0 1 0 7 1 0 0 20 0 18 0 254349019 9787813888 5123 33554432000 1073741824 1073778376 140736516191392 140736516182528 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27908/statm: 2389603 5128 2035 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.3003 s]
/proc/loadavg: 3.51 3.77 3.77 4/197 27908
/proc/meminfo: memFree=26012648/32873844 swapFree=7900/7900
[pid=27908] ppid=27906 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/27908/stat : 27908 (java) S 27906 27908 23987 0 -1 4202496 5347 0 1 0 44 2 0 0 20 0 18 0 254349019 9787813888 10323 33554432000 1073741824 1073778376 140736516191392 140736516182528 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27908/statm: 2389603 10323 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700318 s]
/proc/loadavg: 3.51 3.77 3.77 4/197 27908
/proc/meminfo: memFree=26012648/32873844 swapFree=7900/7900
[pid=27908] ppid=27906 vsize=9558412 CPUtime=1.35 cores=1,3,5,7
/proc/27908/stat : 27908 (java) S 27906 27908 23987 0 -1 4202496 12105 0 1 0 128 7 0 0 20 0 18 0 254349019 9787813888 44008 33554432000 1073741824 1073778376 140736516191392 140736516182528 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27908/statm: 2389603 44008 2250 9 0 2380296 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9558412

[startup+1.50078 s]
/proc/loadavg: 3.51 3.77 3.77 4/215 27926
/proc/meminfo: memFree=25785240/32873844 swapFree=7900/7900
[pid=27908] ppid=27906 vsize=9558412 CPUtime=2.59 cores=1,3,5,7
/proc/27908/stat : 27908 (java) S 27906 27908 23987 0 -1 4202496 13018 0 1 0 239 20 0 0 20 0 18 0 254349019 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140736516182528 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27908/statm: 2389603 92401 2250 9 0 2380296 0
[pid=27908/tid=27910] ppid=27906 vsize=9558412 CPUtime=1.33 cores=1,3,5,7
/proc/27908/task/27910/stat : 27910 (java) R 27906 27908 23987 0 -1 4202560 2566 0 1 0 126 7 0 0 20 0 18 0 254349020 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602689321960 225448092941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27911] ppid=27906 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27908/task/27911/stat : 27911 (java) S 27906 27908 23987 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 18 0 254349022 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602532592168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27912] ppid=27906 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/27908/task/27912/stat : 27912 (java) S 27906 27908 23987 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 18 0 254349022 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602531539368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27913] ppid=27906 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27908/task/27913/stat : 27913 (java) S 27906 27908 23987 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 18 0 254349022 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602530486568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27914] ppid=27906 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/27908/task/27914/stat : 27914 (java) S 27906 27908 23987 0 -1 4202560 57 0 0 0 4 2 0 0 20 0 18 0 254349022 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602529433768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27915] ppid=27906 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27908/task/27915/stat : 27915 (java) S 27906 27908 23987 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 254349022 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602528381992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27916] ppid=27906 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27908/task/27916/stat : 27916 (java) S 27906 27908 23987 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 254349022 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602527329192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27917] ppid=27906 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27908/task/27917/stat : 27917 (java) S 27906 27908 23987 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 18 0 254349022 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602526276392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27918] ppid=27906 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/27908/task/27918/stat : 27918 (java) S 27906 27908 23987 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 18 0 254349022 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602525223592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27919] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27919/stat : 27919 (java) S 27906 27908 23987 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254349023 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602513025512 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27920] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27920/stat : 27920 (java) S 27906 27908 23987 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254349024 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602511971576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27921] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27921/stat : 27921 (java) S 27906 27908 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254349024 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602510918664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27922] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27922/stat : 27922 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254349026 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602509867152 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27923] ppid=27906 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/27908/task/27923/stat : 27923 (java) S 27906 27908 23987 0 -1 4202560 4813 0 0 0 37 1 0 0 20 0 18 0 254349026 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602508815288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27924] ppid=27906 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/27908/task/27924/stat : 27924 (java) S 27906 27908 23987 0 -1 4202560 4035 0 0 0 38 1 0 0 20 0 18 0 254349026 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602507762488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27925] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27925/stat : 27925 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254349026 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602506709880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27926] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27926/stat : 27926 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254349026 9787813888 92401 33554432000 1073741824 1073778376 140736516191392 140602505657288 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9558412

[startup+3.10081 s]
/proc/loadavg: 3.51 3.77 3.77 11/215 27926
/proc/meminfo: memFree=25406424/32873844 swapFree=7900/7900
[pid=27908] ppid=27906 vsize=9558412 CPUtime=4.63 cores=1,3,5,7
/proc/27908/stat : 27908 (java) S 27906 27908 23987 0 -1 4202496 13590 0 1 0 424 39 0 0 20 0 18 0 254349019 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140736516182528 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27908/statm: 2389603 169505 2250 9 0 2380296 0
[pid=27908/tid=27910] ppid=27906 vsize=9558412 CPUtime=2.79 cores=1,3,5,7
/proc/27908/task/27910/stat : 27910 (java) R 27906 27908 23987 0 -1 4202560 2677 0 1 0 267 12 0 0 20 0 18 0 254349020 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602689314800 225448092941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27911] ppid=27906 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27908/task/27911/stat : 27911 (java) S 27906 27908 23987 0 -1 4202560 37 0 0 0 5 3 0 0 20 0 18 0 254349022 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602532592168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27912] ppid=27906 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/27908/task/27912/stat : 27912 (java) S 27906 27908 23987 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 18 0 254349022 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602531539368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27913] ppid=27906 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/27908/task/27913/stat : 27913 (java) S 27906 27908 23987 0 -1 4202560 53 0 0 0 10 4 0 0 20 0 18 0 254349022 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602530486568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27914] ppid=27906 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27908/task/27914/stat : 27914 (java) S 27906 27908 23987 0 -1 4202560 66 0 0 0 7 3 0 0 20 0 18 0 254349022 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602529433768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27915] ppid=27906 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/27908/task/27915/stat : 27915 (java) S 27906 27908 23987 0 -1 4202560 67 0 0 0 12 5 0 0 20 0 18 0 254349022 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602528381992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27916] ppid=27906 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/27908/task/27916/stat : 27916 (java) S 27906 27908 23987 0 -1 4202560 60 0 0 0 12 3 0 0 20 0 18 0 254349022 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602527329192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27917] ppid=27906 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/27908/task/27917/stat : 27917 (java) S 27906 27908 23987 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 18 0 254349022 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602526276392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27918] ppid=27906 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/27908/task/27918/stat : 27918 (java) S 27906 27908 23987 0 -1 4202560 47 0 0 0 8 3 0 0 20 0 18 0 254349022 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602525223592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27919] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27919/stat : 27919 (java) S 27906 27908 23987 0 -1 4202560 481 0 0 0 0 0 0 0 20 0 18 0 254349023 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602513025512 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27920] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27920/stat : 27920 (java) S 27906 27908 23987 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254349024 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602511971576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27921] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27921/stat : 27921 (java) S 27906 27908 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254349024 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602510918664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27922] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27922/stat : 27922 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254349026 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602509867152 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27923] ppid=27906 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/27908/task/27923/stat : 27923 (java) S 27906 27908 23987 0 -1 4202560 4813 0 0 0 39 1 0 0 20 0 18 0 254349026 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602508815288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27924] ppid=27906 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/27908/task/27924/stat : 27924 (java) S 27906 27908 23987 0 -1 4202560 4035 0 0 0 38 1 0 0 20 0 18 0 254349026 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602507762488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27925] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27925/stat : 27925 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254349026 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602506709880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27926] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27926/stat : 27926 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254349026 9787813888 169505 33554432000 1073741824 1073778376 140736516191392 140602505657288 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 9558412

[startup+6.30081 s]
/proc/loadavg: 3.55 3.77 3.77 4/215 27926
/proc/meminfo: memFree=24692548/32873844 swapFree=7900/7900
[pid=27908] ppid=27906 vsize=9558412 CPUtime=8.66 cores=1,3,5,7
/proc/27908/stat : 27908 (java) S 27906 27908 23987 0 -1 4202496 15429 0 1 0 795 71 0 0 20 0 18 0 254349019 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140736516182528 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27908/statm: 2389603 331505 2250 9 0 2380296 0
[pid=27908/tid=27910] ppid=27906 vsize=9558412 CPUtime=5.7 cores=1,3,5,7
/proc/27908/task/27910/stat : 27910 (java) R 27906 27908 23987 0 -1 4202560 3370 0 1 0 550 20 0 0 20 0 18 0 254349020 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602689314672 225448092941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27911] ppid=27906 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/27908/task/27911/stat : 27911 (java) S 27906 27908 23987 0 -1 4202560 181 0 0 0 14 5 0 0 20 0 18 0 254349022 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602532592168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27912] ppid=27906 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/27908/task/27912/stat : 27912 (java) S 27906 27908 23987 0 -1 4202560 97 0 0 0 13 4 0 0 20 0 18 0 254349022 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602531539368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27913] ppid=27906 vsize=9558412 CPUtime=0.34 cores=1,3,5,7
/proc/27908/task/27913/stat : 27913 (java) S 27906 27908 23987 0 -1 4202560 130 0 0 0 27 7 0 0 20 0 18 0 254349022 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602530486568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27914] ppid=27906 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/27908/task/27914/stat : 27914 (java) S 27906 27908 23987 0 -1 4202560 151 0 0 0 15 6 0 0 20 0 18 0 254349022 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602529433768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27915] ppid=27906 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/27908/task/27915/stat : 27915 (java) S 27906 27908 23987 0 -1 4202560 152 0 0 0 28 9 0 0 20 0 18 0 254349022 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602528381992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27916] ppid=27906 vsize=9558412 CPUtime=0.31 cores=1,3,5,7
/proc/27908/task/27916/stat : 27916 (java) S 27906 27908 23987 0 -1 4202560 107 0 0 0 24 7 0 0 20 0 18 0 254349022 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602527329192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27917] ppid=27906 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/27908/task/27917/stat : 27917 (java) S 27906 27908 23987 0 -1 4202560 103 0 0 0 12 3 0 0 20 0 18 0 254349022 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602526276392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27918] ppid=27906 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/27908/task/27918/stat : 27918 (java) S 27906 27908 23987 0 -1 4202560 93 0 0 0 18 6 0 0 20 0 18 0 254349022 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602525223592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27919] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27919/stat : 27919 (java) S 27906 27908 23987 0 -1 4202560 1021 0 0 0 0 0 0 0 20 0 18 0 254349023 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602513025512 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27920] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27920/stat : 27920 (java) S 27906 27908 23987 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254349024 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602511971576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27921] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27921/stat : 27921 (java) S 27906 27908 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254349024 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602510918664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27922] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27922/stat : 27922 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254349026 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602509867152 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27923] ppid=27906 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/27908/task/27923/stat : 27923 (java) S 27906 27908 23987 0 -1 4202560 4813 0 0 0 39 1 0 0 20 0 18 0 254349026 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602508815288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27924] ppid=27906 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/27908/task/27924/stat : 27924 (java) S 27906 27908 23987 0 -1 4202560 4035 0 0 0 38 1 0 0 20 0 18 0 254349026 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602507762488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27925] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27925/stat : 27925 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254349026 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602506709880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27926] ppid=27906 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27926/stat : 27926 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254349026 9787813888 331505 33554432000 1073741824 1073778376 140736516191392 140602505657288 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 9558412

[startup+12.7009 s]
/proc/loadavg: 3.75 3.81 3.78 5/219 27930
/proc/meminfo: memFree=23604828/32873844 swapFree=7900/7900
[pid=27908] ppid=27906 vsize=9824668 CPUtime=21.46 cores=1,3,5,7
/proc/27908/stat : 27908 (java) S 27906 27908 23987 0 -1 4202496 20312 0 1 0 2035 111 0 0 20 0 22 0 254349019 10060460032 600160 33554432000 1073741824 1073778376 140736516191392 140736516182528 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27908/statm: 2456167 600160 2270 9 0 2446860 0
[pid=27908/tid=27910] ppid=27906 vsize=9824668 CPUtime=7.37 cores=1,3,5,7

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

[pid=27908/tid=27928] ppid=27906 vsize=9824668 CPUtime=760.35 cores=1,3,5,7
/proc/27908/task/27928/stat : 27928 (java) R 27906 27908 23987 0 -1 4202560 679 0 0 0 76017 18 0 0 20 0 22 0 254349844 10060460032 823724 33554432000 1073741824 1073778376 140736516191392 140602503547504 140602549799930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27929] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27929/stat : 27929 (java) S 27906 27908 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254349847 10060460032 823724 33554432000 1073741824 1073778376 140736516191392 140602502497192 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27930] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27930/stat : 27930 (java) S 27906 27908 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254349847 10060460032 823724 33554432000 1073741824 1073778376 140736516191392 140602501444392 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1592.57
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.06 4.02 3.88 5/219 28042
/proc/meminfo: memFree=25981188/32873844 swapFree=7900/7900
[pid=27908] ppid=27906 vsize=9824668 CPUtime=1710.45 cores=1,3,5,7
/proc/27908/stat : 27908 (java) S 27906 27908 23987 0 -1 4202496 26188 0 1 0 170857 188 0 0 20 0 22 0 254349019 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140736516182528 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27908/statm: 2456167 828347 2285 9 0 2446860 0
[pid=27908/tid=27910] ppid=27906 vsize=9824668 CPUtime=7.42 cores=1,3,5,7
/proc/27908/task/27910/stat : 27910 (java) S 27906 27908 23987 0 -1 4202560 3863 0 1 0 703 39 0 0 20 0 22 0 254349020 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602689324024 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27911] ppid=27906 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/27908/task/27911/stat : 27911 (java) S 27906 27908 23987 0 -1 4202560 497 0 0 0 107 11 0 0 20 0 22 0 254349022 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602532592168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27912] ppid=27906 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/27908/task/27912/stat : 27912 (java) S 27906 27908 23987 0 -1 4202560 397 0 0 0 96 10 0 0 20 0 22 0 254349022 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602531539368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27913] ppid=27906 vsize=9824668 CPUtime=1.31 cores=1,3,5,7
/proc/27908/task/27913/stat : 27913 (java) S 27906 27908 23987 0 -1 4202560 264 0 0 0 118 13 0 0 20 0 22 0 254349022 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602530486568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27914] ppid=27906 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/27908/task/27914/stat : 27914 (java) S 27906 27908 23987 0 -1 4202560 242 0 0 0 112 12 0 0 20 0 22 0 254349022 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602529433768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27915] ppid=27906 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/27908/task/27915/stat : 27915 (java) S 27906 27908 23987 0 -1 4202560 452 0 0 0 123 14 0 0 20 0 22 0 254349022 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602528381992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27916] ppid=27906 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/27908/task/27916/stat : 27916 (java) S 27906 27908 23987 0 -1 4202560 493 0 0 0 115 14 0 0 20 0 22 0 254349022 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602527329192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27917] ppid=27906 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/27908/task/27917/stat : 27917 (java) S 27906 27908 23987 0 -1 4202560 647 0 0 0 114 13 0 0 20 0 22 0 254349022 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602526276392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27918] ppid=27906 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/27908/task/27918/stat : 27918 (java) S 27906 27908 23987 0 -1 4202560 355 0 0 0 109 12 0 0 20 0 22 0 254349022 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602525223592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27919] ppid=27906 vsize=9824668 CPUtime=54.01 cores=1,3,5,7
/proc/27908/task/27919/stat : 27919 (java) S 27906 27908 23987 0 -1 4202560 1834 0 0 0 5387 14 0 0 20 0 22 0 254349023 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602513025512 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27920] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27920/stat : 27920 (java) S 27906 27908 23987 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254349024 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602511971576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27921] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27921/stat : 27921 (java) S 27906 27908 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254349024 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602510918664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27922] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27922/stat : 27922 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254349026 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602509867152 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27923] ppid=27906 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/27908/task/27923/stat : 27923 (java) S 27906 27908 23987 0 -1 4202560 7922 0 0 0 137 2 0 0 20 0 22 0 254349026 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602508815288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27924] ppid=27906 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/27908/task/27924/stat : 27924 (java) S 27906 27908 23987 0 -1 4202560 7249 0 0 0 136 3 0 0 20 0 22 0 254349026 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602507762488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27925] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27925/stat : 27925 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254349026 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602506709880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27926] ppid=27906 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/27908/task/27926/stat : 27926 (java) S 27906 27908 23987 0 -1 4202560 51 0 0 0 20 23 0 0 20 0 22 0 254349026 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602505657288 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27927] ppid=27906 vsize=9824668 CPUtime=817.92 cores=1,3,5,7
/proc/27908/task/27927/stat : 27927 (java) R 27906 27908 23987 0 -1 4202560 54 0 0 0 81780 12 0 0 20 0 22 0 254349844 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602504602064 140602550051021 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27928] ppid=27906 vsize=9824668 CPUtime=817.98 cores=1,3,5,7
/proc/27908/task/27928/stat : 27928 (java) R 27906 27908 23987 0 -1 4202560 679 0 0 0 81779 19 0 0 20 0 22 0 254349844 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602503547072 140602550179317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27929] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27929/stat : 27929 (java) S 27906 27908 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254349847 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602502497192 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27930] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27930/stat : 27930 (java) S 27906 27908 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254349847 10060460032 828347 33554432000 1073741824 1073778376 140736516191392 140602501444392 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1710.45
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+928.101 s]
/proc/loadavg: 4.03 4.02 3.89 5/219 28046
/proc/meminfo: memFree=25948172/32873844 swapFree=7900/7900
[pid=27908] ppid=27906 vsize=9824668 CPUtime=1800.2 cores=1,3,5,7
/proc/27908/stat : 27908 (java) S 27906 27908 23987 0 -1 4202496 26221 0 1 0 179830 190 0 0 20 0 22 0 254349019 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140736516182528 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27908/statm: 2456167 836549 2285 9 0 2446860 0
[pid=27908/tid=27910] ppid=27906 vsize=9824668 CPUtime=7.43 cores=1,3,5,7
/proc/27908/task/27910/stat : 27910 (java) S 27906 27908 23987 0 -1 4202560 3864 0 1 0 704 39 0 0 20 0 22 0 254349020 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602689324024 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27911] ppid=27906 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/27908/task/27911/stat : 27911 (java) S 27906 27908 23987 0 -1 4202560 498 0 0 0 110 11 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602532592168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27912] ppid=27906 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/27908/task/27912/stat : 27912 (java) S 27906 27908 23987 0 -1 4202560 397 0 0 0 98 10 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602531539368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27913] ppid=27906 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/27908/task/27913/stat : 27913 (java) S 27906 27908 23987 0 -1 4202560 266 0 0 0 120 13 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602530486568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27914] ppid=27906 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/27908/task/27914/stat : 27914 (java) S 27906 27908 23987 0 -1 4202560 242 0 0 0 113 12 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602529433768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27915] ppid=27906 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/27908/task/27915/stat : 27915 (java) S 27906 27908 23987 0 -1 4202560 452 0 0 0 125 14 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602528381992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27916] ppid=27906 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/27908/task/27916/stat : 27916 (java) S 27906 27908 23987 0 -1 4202560 500 0 0 0 116 14 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602527329192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27917] ppid=27906 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/27908/task/27917/stat : 27917 (java) S 27906 27908 23987 0 -1 4202560 647 0 0 0 119 13 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602526276392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27918] ppid=27906 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/27908/task/27918/stat : 27918 (java) S 27906 27908 23987 0 -1 4202560 355 0 0 0 111 12 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602525223592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27919] ppid=27906 vsize=9824668 CPUtime=55.96 cores=1,3,5,7
/proc/27908/task/27919/stat : 27919 (java) S 27906 27908 23987 0 -1 4202560 1852 0 0 0 5581 15 0 0 20 0 22 0 254349023 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602513025512 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27920] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27920/stat : 27920 (java) S 27906 27908 23987 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254349024 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602511971576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27921] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27921/stat : 27921 (java) S 27906 27908 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254349024 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602510918664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27922] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27922/stat : 27922 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254349026 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602509867152 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27923] ppid=27906 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/27908/task/27923/stat : 27923 (java) S 27906 27908 23987 0 -1 4202560 7922 0 0 0 137 2 0 0 20 0 22 0 254349026 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602508815288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27924] ppid=27906 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/27908/task/27924/stat : 27924 (java) S 27906 27908 23987 0 -1 4202560 7249 0 0 0 136 3 0 0 20 0 22 0 254349026 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602507762488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27925] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27925/stat : 27925 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254349026 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602506709880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27926] ppid=27906 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/27908/task/27926/stat : 27926 (java) S 27906 27908 23987 0 -1 4202560 53 0 0 0 21 24 0 0 20 0 22 0 254349026 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602505657288 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27927] ppid=27906 vsize=9824668 CPUtime=861.73 cores=1,3,5,7
/proc/27908/task/27927/stat : 27927 (java) R 27906 27908 23987 0 -1 4202560 55 0 0 0 86158 15 0 0 20 0 22 0 254349844 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602504602064 140602550056124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27928] ppid=27906 vsize=9824668 CPUtime=861.78 cores=1,3,5,7
/proc/27908/task/27928/stat : 27928 (java) R 27906 27908 23987 0 -1 4202560 680 0 0 0 86158 20 0 0 20 0 22 0 254349844 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602503547504 140602549475266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27929] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27929/stat : 27929 (java) S 27906 27908 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254349847 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602502497192 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27930] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27930/stat : 27930 (java) S 27906 27908 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254349847 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602501444392 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

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

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

[startup+928.101 s]
/proc/loadavg: 4.03 4.02 3.89 5/219 28046
/proc/meminfo: memFree=25948172/32873844 swapFree=7900/7900
[pid=27908] ppid=27906 vsize=9824668 CPUtime=1800.2 cores=1,3,5,7
/proc/27908/stat : 27908 (java) S 27906 27908 23987 0 -1 4202496 26221 0 1 0 179830 190 0 0 20 0 22 0 254349019 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140736516182528 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27908/statm: 2456167 836549 2285 9 0 2446860 0
[pid=27908/tid=27910] ppid=27906 vsize=9824668 CPUtime=7.43 cores=1,3,5,7
/proc/27908/task/27910/stat : 27910 (java) S 27906 27908 23987 0 -1 4202560 3864 0 1 0 704 39 0 0 20 0 22 0 254349020 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602689324024 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27911] ppid=27906 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/27908/task/27911/stat : 27911 (java) S 27906 27908 23987 0 -1 4202560 498 0 0 0 110 11 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602532592168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27912] ppid=27906 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/27908/task/27912/stat : 27912 (java) S 27906 27908 23987 0 -1 4202560 397 0 0 0 98 10 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602531539368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27913] ppid=27906 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/27908/task/27913/stat : 27913 (java) S 27906 27908 23987 0 -1 4202560 266 0 0 0 120 13 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602530486568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27914] ppid=27906 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/27908/task/27914/stat : 27914 (java) S 27906 27908 23987 0 -1 4202560 242 0 0 0 113 12 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602529433768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27915] ppid=27906 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/27908/task/27915/stat : 27915 (java) S 27906 27908 23987 0 -1 4202560 452 0 0 0 125 14 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602528381992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27916] ppid=27906 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/27908/task/27916/stat : 27916 (java) S 27906 27908 23987 0 -1 4202560 500 0 0 0 116 14 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602527329192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27917] ppid=27906 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/27908/task/27917/stat : 27917 (java) S 27906 27908 23987 0 -1 4202560 647 0 0 0 119 13 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602526276392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27918] ppid=27906 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/27908/task/27918/stat : 27918 (java) S 27906 27908 23987 0 -1 4202560 355 0 0 0 111 12 0 0 20 0 22 0 254349022 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602525223592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27919] ppid=27906 vsize=9824668 CPUtime=55.96 cores=1,3,5,7
/proc/27908/task/27919/stat : 27919 (java) S 27906 27908 23987 0 -1 4202560 1852 0 0 0 5581 15 0 0 20 0 22 0 254349023 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602513025512 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27920] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27920/stat : 27920 (java) S 27906 27908 23987 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254349024 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602511971576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27921] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27921/stat : 27921 (java) S 27906 27908 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254349024 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602510918664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27922] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27922/stat : 27922 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254349026 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602509867152 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27923] ppid=27906 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/27908/task/27923/stat : 27923 (java) S 27906 27908 23987 0 -1 4202560 7922 0 0 0 137 2 0 0 20 0 22 0 254349026 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602508815288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27924] ppid=27906 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/27908/task/27924/stat : 27924 (java) S 27906 27908 23987 0 -1 4202560 7249 0 0 0 136 3 0 0 20 0 22 0 254349026 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602507762488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27925] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27925/stat : 27925 (java) S 27906 27908 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254349026 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602506709880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27926] ppid=27906 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/27908/task/27926/stat : 27926 (java) S 27906 27908 23987 0 -1 4202560 53 0 0 0 21 24 0 0 20 0 22 0 254349026 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602505657288 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27908/tid=27927] ppid=27906 vsize=9824668 CPUtime=861.73 cores=1,3,5,7
/proc/27908/task/27927/stat : 27927 (java) R 27906 27908 23987 0 -1 4202560 55 0 0 0 86158 15 0 0 20 0 22 0 254349844 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602504602064 140602550056124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27908/tid=27928] ppid=27906 vsize=9824668 CPUtime=861.78 cores=1,3,5,7
/proc/27908/task/27928/stat : 27928 (java) R 27906 27908 23987 0 -1 4202560 680 0 0 0 86158 20 0 0 20 0 22 0 254349844 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602503547504 140602549475266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27908/tid=27929] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27929/stat : 27929 (java) S 27906 27908 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254349847 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602502497192 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27908/tid=27930] ppid=27906 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27908/task/27930/stat : 27930 (java) S 27906 27908 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254349847 10060460032 836549 33554432000 1073741824 1073778376 140736516191392 140602501444392 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 928.162
CPU time (s): 1800.65
CPU user time (s): 1798.31
CPU system time (s): 2.34164
CPU usage (%): 194.002
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.31
system time used= 2.34164
maximum resident set size= 3346316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26253
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25060
involuntary context switches= 25584

runsolver used 3.42248 second user time and 9.13261 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 19:57:25
IDJOB=3689448
IDBENCH=89800
IDSOLVER=2268
FILE ID=node137/3689448-1337882244
RUNJOBID= node137-1337871881-24004
PBS_JOBID= 14620067
Free space on /tmp= 71460 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-122.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689448-1337882244/watcher-3689448-1337882244 -o /tmp/evaluation-result-3689448-1337882244/solver-3689448-1337882244 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689448-1337882244.opb

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

MD5SUM BENCH= 45533d52c524a74641c715d4320b890b
RANDOM SEED=896786930

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26012648 kB
Buffers:          220580 kB
Cached:          2233936 kB
SwapCached:        22060 kB
Active:          4377420 kB
Inactive:        1691360 kB
Active(anon):    3594152 kB
Inactive(anon):    22680 kB
Active(file):     783268 kB
Inactive(file):  1668680 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:             49940 kB
Writeback:             0 kB
AnonPages:       3606220 kB
Mapped:            17924 kB
Shmem:                 0 kB
Slab:             641132 kB
SReclaimable:      82232 kB
SUnreclaim:       558900 kB
KernelStack:        1616 kB
PageTables:        11324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4014268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3530752 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= 71468 MiB
End job on node137 at 2012-05-24 20:12:55