Trace number 3456508

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.25 1789.7

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LdValue.ucl.opb
MD5SUM70ea01a607f0d01f6199fb93098b84d8
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77106
Total number of constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
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.3.1.v20110525
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.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3456508-1307217675.opb
0.00/0.10	c reading problem ... 
2.12/1.56	c ... done. Wall clock time 1.456s.
2.12/1.56	c #vars     77106
2.12/1.56	c #constraints  218779
2.12/1.56	c constraints type 
2.12/1.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 137826
2.12/1.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 67732
2.12/1.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13220
13.74/11.80	c cleaning 0 clauses out of 4998 with flag 0/5002
32.53/30.21	c cleaning 0 clauses out of 10995 with flag 0/11001
60.64/58.19	c cleaning 0 clauses out of 17994 with flag 0/18001
145.35/142.48	c cleaning 0 clauses out of 25991 with flag 0/26000
221.79/218.38	c cleaning 0 clauses out of 34991 with flag 0/35000
366.72/362.57	c cleaning 0 clauses out of 44990 with flag 0/45000
738.12/732.33	c cleaning 0 clauses out of 55989 with flag 0/56001
1436.85/1427.95	c cleaning 0 clauses out of 67988 with flag 0/68000
1800.02/1789.52	c starts		: 78
1800.02/1789.52	c conflicts		: 73462
1800.02/1789.52	c decisions		: 221366
1800.02/1789.52	c propagations		: 79765694
1800.02/1789.52	c inspects		: 2532188335
1800.02/1789.52	c shortcuts		: 0
1800.02/1789.52	c learnt literals	: 14
1800.02/1789.52	c learnt binary clauses	: 220
1800.02/1789.52	c learnt ternary clauses	: 313
1800.02/1789.52	c learnt constraints	: 73447
1800.02/1789.52	c ignored constraints	: 0
1800.02/1789.52	c root simplifications	: 0
1800.02/1789.52	c removed literals (reason simplification)	: 0
1800.02/1789.52	c reason swapping (by a shorter reason)	: 0
1800.02/1789.52	c Calls to reduceDB	: 8
1800.02/1789.52	c number of reductions to clauses (during analyze)	: 0
1800.02/1789.52	c number of learned constraints concerned by reduction	: 0
1800.02/1789.52	c number of learning phase by resolution	: 0
1800.02/1789.52	c number of learning phase by cutting planes	: 0
1800.02/1789.52	c speed (assignments/second)	: 44612.58392227137
1800.02/1789.52	c non guided choices	9559
1800.02/1789.55	c learnt constraints type 
1800.02/1789.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5032
1800.02/1789.55	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 220
1800.02/1789.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 68195
1800.02/1789.55	c constraints type 
1800.02/1789.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 137826
1800.02/1789.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 67732
1800.02/1789.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13220
1800.02/1789.55	s UNKNOWN
1800.02/1789.55	c Total wall clock time (in seconds): 1789.447

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3456508-1307217675/watcher-3456508-1307217675 -o /tmp/evaluation-result-3456508-1307217675/solver-3456508-1307217675 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456508-1307217675.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.56 1.90 1.67 1/512 22906
/proc/meminfo: memFree=21484280/32950928 swapFree=34259960/67111528
[pid=22906] ppid=22904 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22904 22906 22626 0 -1 4202496 8183 0 1 0 0 1 0 0 24 0 2 0 833364203 10694979584 7885 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/22906/statm: 2611079 7898 917 9 0 2602235 0
[pid=22906/tid=22907] ppid=22904 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/22906/task/22907/stat : 22907 (java) R 22904 22906 22626 0 -1 4202560 8068 0 1 0 0 1 0 0 25 0 2 0 833364203 10694979584 8884 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.117764 s]
/proc/loadavg: 1.56 1.90 1.67 1/512 22906
/proc/meminfo: memFree=21484280/32950928 swapFree=34259960/67111528
[pid=22906] ppid=22904 vsize=10540396 CPUtime=0.13 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22904 22906 22626 0 -1 4202496 13810 0 1 0 12 1 0 0 24 0 18 0 833364203 10793365504 13474 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22906/statm: 2635099 13475 2136 9 0 2625833 0
[pid=22906/tid=22907] ppid=22904 vsize=10540396 CPUtime=0.1 cores=0,2,4,6
/proc/22906/task/22907/stat : 22907 (java) R 22904 22906 22626 0 -1 4202560 11794 0 1 0 9 1 0 0 18 0 18 0 833364203 10793365504 13475 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10540396

[startup+0.200716 s]
/proc/loadavg: 1.56 1.90 1.67 1/512 22906
/proc/meminfo: memFree=21484280/32950928 swapFree=34259960/67111528
[pid=22906] ppid=22904 vsize=10541364 CPUtime=0.28 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22904 22906 22626 0 -1 4202496 14569 0 1 0 27 1 0 0 24 0 18 0 833364203 10794356736 14233 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22906/statm: 2635341 14233 2184 9 0 2626075 0
[pid=22906/tid=22907] ppid=22904 vsize=10541364 CPUtime=0.18 cores=0,2,4,6
/proc/22906/task/22907/stat : 22907 (java) R 22904 22906 22626 0 -1 4202560 12277 0 1 0 17 1 0 0 18 0 18 0 833364203 10794356736 14234 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10541364

[startup+0.300732 s]
/proc/loadavg: 1.56 1.90 1.67 1/512 22906
/proc/meminfo: memFree=21484280/32950928 swapFree=34259960/67111528
[pid=22906] ppid=22904 vsize=10541584 CPUtime=0.52 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22904 22906 22626 0 -1 4202496 16576 0 1 0 50 2 0 0 24 0 18 0 833364203 10794582016 16000 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22906/statm: 2635396 16002 2201 9 0 2626130 0
[pid=22906/tid=22907] ppid=22904 vsize=10541584 CPUtime=0.28 cores=0,2,4,6
/proc/22906/task/22907/stat : 22907 (java) R 22904 22906 22626 0 -1 4202560 13627 0 1 0 27 1 0 0 18 0 18 0 833364203 10794582016 16002 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10541584

[startup+0.700672 s]
/proc/loadavg: 1.56 1.90 1.67 1/512 22906
/proc/meminfo: memFree=21484280/32950928 swapFree=34259960/67111528
[pid=22906] ppid=22904 vsize=10544940 CPUtime=1.18 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22904 22906 22626 0 -1 4202496 54150 0 1 0 111 7 0 0 24 0 18 0 833364203 10798018560 52430 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22906/statm: 2636235 52435 2213 9 0 2626969 0
[pid=22906/tid=22907] ppid=22904 vsize=10544940 CPUtime=0.68 cores=0,2,4,6
/proc/22906/task/22907/stat : 22907 (java) R 22904 22906 22626 0 -1 4202560 48436 0 1 0 63 5 0 0 18 0 18 0 833364203 10798018560 52437 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 46912505561961 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 10544940

[startup+1.5282 s]
/proc/loadavg: 1.56 1.90 1.67 2/530 22924
/proc/meminfo: memFree=21112416/32950928 swapFree=34259960/67111528
[pid=22906] ppid=22904 vsize=10545144 CPUtime=2.12 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22904 22906 22626 0 -1 4202496 136680 0 1 0 194 18 0 0 24 0 18 0 833364203 10798227456 134911 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22906/statm: 2636286 134915 2223 9 0 2627020 0
[pid=22906/tid=22907] ppid=22904 vsize=10545144 CPUtime=1.5 cores=0,2,4,6
/proc/22906/task/22907/stat : 22907 (java) R 22904 22906 22626 0 -1 4202560 130877 0 1 0 134 16 0 0 19 0 18 0 833364203 10798227456 134917 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 46912505562086 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22906/tid=22909] ppid=22904 vsize=10545144 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833364205 10798227456 134920 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22910] ppid=22904 vsize=10545144 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833364205 10798227456 134922 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22911] ppid=22904 vsize=10545144 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833364205 10798227456 134925 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22912] ppid=22904 vsize=10545144 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833364205 10798227456 134928 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22913] ppid=22904 vsize=10545144 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833364205 10798227456 134930 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22914] ppid=22904 vsize=10545144 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833364205 10798227456 134933 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22915] ppid=22904 vsize=10545144 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833364205 10798227456 134935 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22916] ppid=22904 vsize=10545144 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22916/stat : 22916 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833364205 10798227456 134938 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22917] ppid=22904 vsize=10545144 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22917/stat : 22917 (java) S 22904 22906 22626 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833364206 10798227456 134941 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 0 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22918] ppid=22904 vsize=10545144 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22918/stat : 22918 (java) S 22904 22906 22626 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833364206 10798227456 134943 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22919] ppid=22904 vsize=10545144 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22919/stat : 22919 (java) S 22904 22906 22626 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833364206 10798227456 134946 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22920] ppid=22904 vsize=10545144 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22920/stat : 22920 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833364208 10798227456 134949 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512515505 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22921] ppid=22904 vsize=10545144 CPUtime=0.26 cores=0,2,4,6
/proc/22906/task/22921/stat : 22921 (java) S 22904 22906 22626 0 -1 4202560 2166 0 0 0 26 0 0 0 15 0 18 0 833364208 10798227456 134951 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22922] ppid=22904 vsize=10545144 CPUtime=0.33 cores=0,2,4,6
/proc/22906/task/22922/stat : 22922 (java) S 22904 22906 22626 0 -1 4202560 2494 0 0 0 33 0 0 0 15 0 18 0 833364208 10798227456 134954 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22923] ppid=22904 vsize=10545144 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22923/stat : 22923 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833364208 10798227456 134956 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22924] ppid=22904 vsize=10545144 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22924/stat : 22924 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833364208 10798227456 134959 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 10545144

[startup+3.10119 s]
/proc/loadavg: 1.56 1.90 1.67 5/554 22959
/proc/meminfo: memFree=20610272/32950928 swapFree=34259960/67111528
[pid=22906] ppid=22904 vsize=10546100 CPUtime=4.39 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22904 22906 22626 0 -1 4202496 246046 0 1 0 409 30 0 0 24 0 19 0 833364203 10799206400 241564 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22906/statm: 2636525 241565 2239 9 0 2627259 0
[pid=22906/tid=22907] ppid=22904 vsize=10546100 CPUtime=3.08 cores=0,2,4,6
/proc/22906/task/22907/stat : 22907 (java) R 22904 22906 22626 0 -1 4202560 237276 0 1 0 280 28 0 0 23 0 19 0 833364203 10799206400 241565 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 46912505809593 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22906/tid=22909] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799206400 241566 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22910] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799206400 241567 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22911] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799206400 241568 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22912] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799206400 241568 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22913] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799206400 241569 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22914] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799206400 241570 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22915] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799206400 241570 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22916] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22916/stat : 22916 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799206400 241571 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22917] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22917/stat : 22917 (java) S 22904 22906 22626 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 833364206 10799206400 241572 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 0 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22918] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22918/stat : 22918 (java) S 22904 22906 22626 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833364206 10799206400 241573 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22919] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22919/stat : 22919 (java) S 22904 22906 22626 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833364206 10799206400 241573 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22920] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22920/stat : 22920 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364208 10799206400 241575 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512515505 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22921] ppid=22904 vsize=10546100 CPUtime=0.57 cores=0,2,4,6
/proc/22906/task/22921/stat : 22921 (java) S 22904 22906 22626 0 -1 4202560 3921 0 0 0 57 0 0 0 15 0 19 0 833364208 10799206400 241575 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22922] ppid=22904 vsize=10546100 CPUtime=0.71 cores=0,2,4,6
/proc/22906/task/22922/stat : 22922 (java) S 22904 22906 22626 0 -1 4202560 3689 0 0 0 71 0 0 0 15 0 19 0 833364208 10799206400 241576 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22923] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22923/stat : 22923 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364208 10799206400 241577 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22924] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22924/stat : 22924 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833364208 10799206400 241578 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 4 0 16800975 18446604444722158592 0 0 -1 2 0 0 0
[pid=22906/tid=22957] ppid=22904 vsize=10546100 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22957/stat : 22957 (java) S 22904 22906 22626 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 833364363 10799206400 241579 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 10546100

[startup+6.30156 s]
/proc/loadavg: 1.59 1.90 1.67 3/554 22959
/proc/meminfo: memFree=18626556/32950928 swapFree=34259960/67111528
[pid=22906] ppid=22904 vsize=10546712 CPUtime=8.01 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22904 22906 22626 0 -1 4202496 624249 0 1 0 733 68 0 0 24 0 19 0 833364203 10799833088 616587 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22906/statm: 2636678 616589 2239 9 0 2627412 0
[pid=22906/tid=22907] ppid=22904 vsize=10546712 CPUtime=6.28 cores=0,2,4,6
/proc/22906/task/22907/stat : 22907 (java) R 22904 22906 22626 0 -1 4202560 612137 0 1 0 562 66 0 0 23 0 19 0 833364203 10799833088 616591 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 46912505809359 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22906/tid=22909] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799833088 616593 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22910] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799833088 616596 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22911] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799833088 616598 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22912] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799833088 616601 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22913] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799833088 616602 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22914] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799833088 616604 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22915] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799833088 616605 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22916] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22916/stat : 22916 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364205 10799833088 616605 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22917] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22917/stat : 22917 (java) S 22904 22906 22626 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833364206 10799833088 616605 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 0 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22918] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22918/stat : 22918 (java) S 22904 22906 22626 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833364206 10799833088 616605 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22919] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22919/stat : 22919 (java) S 22904 22906 22626 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833364206 10799833088 616605 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22920] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22920/stat : 22920 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364208 10799833088 616606 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512515505 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22921] ppid=22904 vsize=10546712 CPUtime=0.93 cores=0,2,4,6
/proc/22906/task/22921/stat : 22921 (java) S 22904 22906 22626 0 -1 4202560 7135 0 0 0 92 1 0 0 15 0 19 0 833364208 10799833088 616607 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22922] ppid=22904 vsize=10546712 CPUtime=0.77 cores=0,2,4,6
/proc/22906/task/22922/stat : 22922 (java) S 22904 22906 22626 0 -1 4202560 3820 0 0 0 77 0 0 0 16 0 19 0 833364208 10799833088 616608 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22923] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22923/stat : 22923 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364208 10799833088 616609 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0

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

/proc/22906/task/22919/stat : 22919 (java) S 22904 22906 22626 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833364206 10799833088 953255 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22920] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22920/stat : 22920 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364208 10799833088 953255 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512515505 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22921] ppid=22904 vsize=10546712 CPUtime=1.19 cores=0,2,4,6
/proc/22906/task/22921/stat : 22921 (java) S 22904 22906 22626 0 -1 4202560 8472 0 0 0 118 1 0 0 15 0 19 0 833364208 10799833088 953255 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22922] ppid=22904 vsize=10546712 CPUtime=0.82 cores=0,2,4,6
/proc/22906/task/22922/stat : 22922 (java) S 22904 22906 22626 0 -1 4202560 3826 0 0 0 82 0 0 0 15 0 19 0 833364208 10799833088 953255 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22923] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22923/stat : 22923 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364208 10799833088 953255 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22924] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22924/stat : 22924 (java) S 22904 22906 22626 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 833364208 10799833088 953255 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22957] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22957/stat : 22957 (java) S 22904 22906 22626 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 833364363 10799833088 953255 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1672.3
Current children cumulated vsize (KiB) 10546712

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 1.94 3/554 23060
/proc/meminfo: memFree=13676852/32950928 swapFree=34259960/67111528
[pid=22906] ppid=22904 vsize=10546712 CPUtime=1732.6 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22904 22906 22626 0 -1 4202496 963633 0 1 0 173148 112 0 0 24 0 19 0 833364203 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22906/statm: 2636678 953351 2267 9 0 2627412 0
[pid=22906/tid=22907] ppid=22904 vsize=10546712 CPUtime=1715.72 cores=0,2,4,6
/proc/22906/task/22907/stat : 22907 (java) R 22904 22906 22626 0 -1 4202560 808565 0 1 0 171484 88 0 0 25 0 19 0 833364203 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 46912505923430 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22906/tid=22909] ppid=22904 vsize=10546712 CPUtime=1.6 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) S 22904 22906 22626 0 -1 4202560 15042 0 0 0 158 2 0 0 15 0 19 0 833364205 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22910] ppid=22904 vsize=10546712 CPUtime=1.44 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) S 22904 22906 22626 0 -1 4202560 9121 0 0 0 143 1 0 0 16 0 19 0 833364205 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22911] ppid=22904 vsize=10546712 CPUtime=1.59 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) S 22904 22906 22626 0 -1 4202560 16039 0 0 0 157 2 0 0 16 0 19 0 833364205 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22912] ppid=22904 vsize=10546712 CPUtime=1.56 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) S 22904 22906 22626 0 -1 4202560 14655 0 0 0 154 2 0 0 15 0 19 0 833364205 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22913] ppid=22904 vsize=10546712 CPUtime=1.39 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) S 22904 22906 22626 0 -1 4202560 12061 0 0 0 138 1 0 0 15 0 19 0 833364205 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22914] ppid=22904 vsize=10546712 CPUtime=1.3 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22904 22906 22626 0 -1 4202560 10749 0 0 0 129 1 0 0 15 0 19 0 833364205 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 2 0 0 0
[pid=22906/tid=22915] ppid=22904 vsize=10546712 CPUtime=1.4 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22904 22906 22626 0 -1 4202560 16834 0 0 0 139 1 0 0 15 0 19 0 833364205 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22916] ppid=22904 vsize=10546712 CPUtime=1.53 cores=0,2,4,6
/proc/22906/task/22916/stat : 22916 (java) S 22904 22906 22626 0 -1 4202560 15578 0 0 0 151 2 0 0 16 0 19 0 833364205 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22917] ppid=22904 vsize=10546712 CPUtime=2.92 cores=0,2,4,6
/proc/22906/task/22917/stat : 22917 (java) S 22904 22906 22626 0 -1 4202560 31441 0 0 0 288 4 0 0 15 0 19 0 833364206 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 0 0 16800975 18446604444722158592 0 0 -1 2 0 0 0
[pid=22906/tid=22918] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22918/stat : 22918 (java) S 22904 22906 22626 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833364206 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22919] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22919/stat : 22919 (java) S 22904 22906 22626 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833364206 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22920] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22920/stat : 22920 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364208 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512515505 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22921] ppid=22904 vsize=10546712 CPUtime=1.19 cores=0,2,4,6
/proc/22906/task/22921/stat : 22921 (java) S 22904 22906 22626 0 -1 4202560 8472 0 0 0 118 1 0 0 15 0 19 0 833364208 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22922] ppid=22904 vsize=10546712 CPUtime=0.82 cores=0,2,4,6
/proc/22906/task/22922/stat : 22922 (java) S 22904 22906 22626 0 -1 4202560 3826 0 0 0 82 0 0 0 15 0 19 0 833364208 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22923] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22923/stat : 22923 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364208 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22924] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22924/stat : 22924 (java) S 22904 22906 22626 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 833364208 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22957] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22957/stat : 22957 (java) S 22904 22906 22626 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 833364363 10799833088 953351 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1732.6
Current children cumulated vsize (KiB) 10546712

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/554 23062
/proc/meminfo: memFree=13675592/32950928 swapFree=34259960/67111528
[pid=22906] ppid=22904 vsize=10546712 CPUtime=1792.81 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22904 22906 22626 0 -1 4202496 963690 0 1 0 179168 113 0 0 24 0 19 0 833364203 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22906/statm: 2636678 953396 2267 9 0 2627412 0
[pid=22906/tid=22907] ppid=22904 vsize=10546712 CPUtime=1775.61 cores=0,2,4,6
/proc/22906/task/22907/stat : 22907 (java) R 22904 22906 22626 0 -1 4202560 808570 0 1 0 177473 88 0 0 25 0 19 0 833364203 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 46912505973769 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22906/tid=22909] ppid=22904 vsize=10546712 CPUtime=1.62 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) S 22904 22906 22626 0 -1 4202560 15057 0 0 0 160 2 0 0 15 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22910] ppid=22904 vsize=10546712 CPUtime=1.47 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) S 22904 22906 22626 0 -1 4202560 9122 0 0 0 146 1 0 0 16 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22911] ppid=22904 vsize=10546712 CPUtime=1.63 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) S 22904 22906 22626 0 -1 4202560 16042 0 0 0 161 2 0 0 16 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22912] ppid=22904 vsize=10546712 CPUtime=1.6 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) S 22904 22906 22626 0 -1 4202560 14668 0 0 0 158 2 0 0 15 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22913] ppid=22904 vsize=10546712 CPUtime=1.45 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) S 22904 22906 22626 0 -1 4202560 12067 0 0 0 144 1 0 0 16 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 2 0 0 0
[pid=22906/tid=22914] ppid=22904 vsize=10546712 CPUtime=1.33 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22904 22906 22626 0 -1 4202560 10749 0 0 0 132 1 0 0 16 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22915] ppid=22904 vsize=10546712 CPUtime=1.46 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22904 22906 22626 0 -1 4202560 16836 0 0 0 145 1 0 0 16 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22916] ppid=22904 vsize=10546712 CPUtime=1.55 cores=0,2,4,6
/proc/22906/task/22916/stat : 22916 (java) S 22904 22906 22626 0 -1 4202560 15584 0 0 0 153 2 0 0 15 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22917] ppid=22904 vsize=10546712 CPUtime=2.92 cores=0,2,4,6
/proc/22906/task/22917/stat : 22917 (java) S 22904 22906 22626 0 -1 4202560 31443 0 0 0 288 4 0 0 15 0 19 0 833364206 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 0 0 16800975 18446604444722158592 0 0 -1 2 0 0 0
[pid=22906/tid=22918] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22918/stat : 22918 (java) S 22904 22906 22626 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833364206 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22919] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22919/stat : 22919 (java) S 22904 22906 22626 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833364206 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22920] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22920/stat : 22920 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364208 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512515505 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22921] ppid=22904 vsize=10546712 CPUtime=1.19 cores=0,2,4,6
/proc/22906/task/22921/stat : 22921 (java) S 22904 22906 22626 0 -1 4202560 8472 0 0 0 118 1 0 0 15 0 19 0 833364208 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22922] ppid=22904 vsize=10546712 CPUtime=0.82 cores=0,2,4,6
/proc/22906/task/22922/stat : 22922 (java) S 22904 22906 22626 0 -1 4202560 3826 0 0 0 82 0 0 0 15 0 19 0 833364208 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22923] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22923/stat : 22923 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364208 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22924] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22924/stat : 22924 (java) S 22904 22906 22626 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 833364208 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22957] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22957/stat : 22957 (java) S 22904 22906 22626 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 833364363 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1792.81
Current children cumulated vsize (KiB) 10546712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.5 s]
/proc/loadavg: 2.01 2.02 1.94 3/554 23062
/proc/meminfo: memFree=13675700/32950928 swapFree=34259960/67111528
[pid=22906] ppid=22904 vsize=10546712 CPUtime=1800.02 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22904 22906 22626 0 -1 4202496 963690 0 1 0 179889 113 0 0 24 0 19 0 833364203 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22906/statm: 2636678 953396 2267 9 0 2627412 0
[pid=22906/tid=22907] ppid=22904 vsize=10546712 CPUtime=1782.83 cores=0,2,4,6
/proc/22906/task/22907/stat : 22907 (java) R 22904 22906 22626 0 -1 4202560 808570 0 1 0 178195 88 0 0 25 0 19 0 833364203 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 46912505923518 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22906/tid=22909] ppid=22904 vsize=10546712 CPUtime=1.62 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) S 22904 22906 22626 0 -1 4202560 15057 0 0 0 160 2 0 0 15 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22910] ppid=22904 vsize=10546712 CPUtime=1.47 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) S 22904 22906 22626 0 -1 4202560 9122 0 0 0 146 1 0 0 16 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22911] ppid=22904 vsize=10546712 CPUtime=1.63 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) S 22904 22906 22626 0 -1 4202560 16042 0 0 0 161 2 0 0 16 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22912] ppid=22904 vsize=10546712 CPUtime=1.6 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) S 22904 22906 22626 0 -1 4202560 14668 0 0 0 158 2 0 0 15 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22913] ppid=22904 vsize=10546712 CPUtime=1.45 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) S 22904 22906 22626 0 -1 4202560 12067 0 0 0 144 1 0 0 16 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 2 0 0 0
[pid=22906/tid=22914] ppid=22904 vsize=10546712 CPUtime=1.33 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22904 22906 22626 0 -1 4202560 10749 0 0 0 132 1 0 0 16 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22915] ppid=22904 vsize=10546712 CPUtime=1.46 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22904 22906 22626 0 -1 4202560 16836 0 0 0 145 1 0 0 16 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22916] ppid=22904 vsize=10546712 CPUtime=1.55 cores=0,2,4,6
/proc/22906/task/22916/stat : 22916 (java) S 22904 22906 22626 0 -1 4202560 15584 0 0 0 153 2 0 0 15 0 19 0 833364205 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22917] ppid=22904 vsize=10546712 CPUtime=2.92 cores=0,2,4,6
/proc/22906/task/22917/stat : 22917 (java) S 22904 22906 22626 0 -1 4202560 31443 0 0 0 288 4 0 0 15 0 19 0 833364206 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 0 0 16800975 18446604444722158592 0 0 -1 2 0 0 0
[pid=22906/tid=22918] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22918/stat : 22918 (java) S 22904 22906 22626 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833364206 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22919] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22919/stat : 22919 (java) S 22904 22906 22626 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833364206 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22920] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22920/stat : 22920 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364208 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512515505 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22921] ppid=22904 vsize=10546712 CPUtime=1.19 cores=0,2,4,6
/proc/22906/task/22921/stat : 22921 (java) S 22904 22906 22626 0 -1 4202560 8472 0 0 0 118 1 0 0 15 0 19 0 833364208 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22922] ppid=22904 vsize=10546712 CPUtime=0.82 cores=0,2,4,6
/proc/22906/task/22922/stat : 22922 (java) S 22904 22906 22626 0 -1 4202560 3826 0 0 0 82 0 0 0 15 0 19 0 833364208 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 6 0 0 0
[pid=22906/tid=22923] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22923/stat : 22923 (java) S 22904 22906 22626 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833364208 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512507801 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
[pid=22906/tid=22924] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22924/stat : 22924 (java) S 22904 22906 22626 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 833364208 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 4 0 16800975 18446604444722158592 0 0 -1 0 0 0 0
[pid=22906/tid=22957] ppid=22904 vsize=10546712 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22957/stat : 22957 (java) S 22904 22906 22626 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 833364363 10799833088 953396 33554432000 1073741824 1073778376 140737340374176 18446744073709551615 254512508416 0 4 0 16800975 18446604444722158592 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 10546712

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

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

[startup+1789.63 s]
/proc/loadavg: 2.01 2.02 1.94 3/554 23062
/proc/meminfo: memFree=13675700/32950928 swapFree=34259960/67111528
[pid=22906] ppid=22904 vsize=0 CPUtime=1800.17 cores=0,2,4,6
/proc/22906/stat : 22906 (java) Z 22904 22906 22626 0 -1 4203548 963721 0 1 0 179897 120 0 0 17 0 2 0 833364203 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22906/statm: 0 0 0 0 0 0 0
[pid=22906/tid=22957] ppid=22904 vsize=0 CPUtime=0.06 cores=0,2,4,6
/proc/22906/task/22957/stat : 22957 (java) R 22904 22906 22626 0 -1 4203588 7 0 0 0 0 6 0 0 18 0 2 0 833364363 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.7
CPU time (s): 1800.25
CPU user time (s): 1798.98
CPU system time (s): 1.27181
CPU usage (%): 100.59
Max. virtual memory (cumulated for all children) (KiB): 10546712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.27181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 963721
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40955
involuntary context switches= 10677

runsolver used 10.2504 second user time and 20.7238 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 22:01:15
IDJOB=3456508
IDBENCH=1481
IDSOLVER=1951
FILE ID=node149/3456508-1307217675
RUNJOBID= node149-1307215865-22648
PBS_JOBID= 13509075
Free space on /tmp= 73760 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LdValue.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456508-1307217675/watcher-3456508-1307217675 -o /tmp/evaluation-result-3456508-1307217675/solver-3456508-1307217675 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456508-1307217675.opb

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

MD5SUM BENCH= 70ea01a607f0d01f6199fb93098b84d8
RANDOM SEED=1188663035

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21484436 kB
Buffers:        340896 kB
Cached:        3313520 kB
SwapCached:     123196 kB
Active:         394228 kB
Inactive:     10734600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21484436 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:            8492 kB
Writeback:           0 kB
AnonPages:     7375692 kB
Mapped:          17352 kB
Slab:           149364 kB
PageTables:     117556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173084904 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73756 MiB
End job on node149 at 2011-06-04 22:31:07