Trace number 3456670

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.31 1794.5

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark87.1617
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
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 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
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.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3456670-1307217676.opb
0.11/0.11	c reading problem ... 
1.03/0.66	c ... done. Wall clock time 0.556s.
1.03/0.66	c #vars     21380
1.03/0.66	c #constraints  60984
1.03/0.66	c constraints type 
1.03/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39788
1.03/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19039
1.03/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
10.89/9.49	c cleaning 0 clauses out of 4996 with flag 0/5000
57.19/55.44	c cleaning 0 clauses out of 10996 with flag 0/11000
162.87/160.83	c cleaning 0 clauses out of 17998 with flag 0/18002
384.40/381.82	c cleaning 0 clauses out of 25996 with flag 0/26000
997.30/993.33	c cleaning 0 clauses out of 34996 with flag 0/35000
1800.09/1794.32	c starts		: 65
1800.09/1794.32	c conflicts		: 44497
1800.09/1794.32	c decisions		: 145834
1800.09/1794.32	c propagations		: 19580393
1800.09/1794.32	c inspects		: 1715784956
1800.09/1794.32	c shortcuts		: 0
1800.09/1794.32	c learnt literals	: 4
1800.09/1794.32	c learnt binary clauses	: 64
1800.09/1794.32	c learnt ternary clauses	: 118
1800.09/1794.32	c learnt constraints	: 44493
1800.09/1794.32	c ignored constraints	: 0
1800.09/1794.32	c root simplifications	: 0
1800.09/1794.32	c removed literals (reason simplification)	: 0
1800.09/1794.32	c reason swapping (by a shorter reason)	: 0
1800.09/1794.32	c Calls to reduceDB	: 5
1800.09/1794.32	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.32	c number of learned constraints concerned by reduction	: 0
1800.09/1794.32	c number of learning phase by resolution	: 0
1800.09/1794.32	c number of learning phase by cutting planes	: 0
1800.09/1794.32	c speed (assignments/second)	: 10916.476691448466
1800.09/1794.32	c non guided choices	1790
1800.09/1794.34	c learnt constraints type 
1800.09/1794.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 15688
1800.09/1794.34	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 64
1800.09/1794.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28741
1800.09/1794.34	c constraints type 
1800.09/1794.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39788
1800.09/1794.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19039
1800.09/1794.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
1800.09/1794.34	s UNKNOWN
1800.09/1794.34	c Total wall clock time (in seconds): 1794.234

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-3456670-1307217676/watcher-3456670-1307217676 -o /tmp/evaluation-result-3456670-1307217676/solver-3456670-1307217676 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456670-1307217676.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.77 2.00 1.71 2/381 12224
/proc/meminfo: memFree=23540916/32951124 swapFree=49244120/67111528
[pid=12224] ppid=12222 vsize=31608 CPUtime=0 cores=0,2,4,6
/proc/12224/stat : 12224 (java) S 12222 12224 11997 0 -1 4202496 1275 0 0 0 0 0 0 0 22 0 2 0 833370371 32366592 992 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/12224/statm: 7901 993 763 9 0 386 0
[pid=12224/tid=12225] ppid=12222 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12225/stat : 12225 (java) R 12222 12224 11997 0 -1 4202560 4303 0 1 0 0 0 0 0 25 0 2 0 833370371 10694979584 5120 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218370651195 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.11248 s]
/proc/loadavg: 1.77 2.00 1.71 2/381 12224
/proc/meminfo: memFree=23540916/32951124 swapFree=49244120/67111528
[pid=12224] ppid=12222 vsize=10540252 CPUtime=0.11 cores=0,2,4,6
/proc/12224/stat : 12224 (java) S 12222 12224 11997 0 -1 4202496 13266 0 1 0 10 1 0 0 22 0 18 0 833370371 10793218048 12933 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12224/statm: 2635063 12933 2126 9 0 2625797 0
[pid=12224/tid=12225] ppid=12222 vsize=10540252 CPUtime=0.09 cores=0,2,4,6
/proc/12224/task/12225/stat : 12225 (java) R 12222 12224 11997 0 -1 4202560 11296 0 1 0 8 1 0 0 18 0 18 0 833370371 10793218048 12933 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 47810467354136 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540252

[startup+0.200466 s]
/proc/loadavg: 1.77 2.00 1.71 2/381 12224
/proc/meminfo: memFree=23540916/32951124 swapFree=49244120/67111528
[pid=12224] ppid=12222 vsize=10541380 CPUtime=0.27 cores=0,2,4,6
/proc/12224/stat : 12224 (java) S 12222 12224 11997 0 -1 4202496 14222 0 1 0 26 1 0 0 22 0 18 0 833370371 10794373120 13889 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12224/statm: 2635345 13890 2183 9 0 2626079 0
[pid=12224/tid=12225] ppid=12222 vsize=10541380 CPUtime=0.18 cores=0,2,4,6
/proc/12224/task/12225/stat : 12225 (java) R 12222 12224 11997 0 -1 4202560 11925 0 1 0 17 1 0 0 18 0 18 0 833370371 10794373120 13890 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 46912505540838 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10541380

[startup+0.300455 s]
/proc/loadavg: 1.77 2.00 1.71 2/381 12224
/proc/meminfo: memFree=23540916/32951124 swapFree=49244120/67111528
[pid=12224] ppid=12222 vsize=10541968 CPUtime=0.49 cores=0,2,4,6
/proc/12224/stat : 12224 (java) S 12222 12224 11997 0 -1 4202496 16239 0 1 0 47 2 0 0 22 0 18 0 833370371 10794975232 15548 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12224/statm: 2635492 15549 2202 9 0 2626226 0
[pid=12224/tid=12225] ppid=12222 vsize=10541968 CPUtime=0.28 cores=0,2,4,6
/proc/12224/task/12225/stat : 12225 (java) R 12222 12224 11997 0 -1 4202560 13223 0 1 0 27 1 0 0 18 0 18 0 833370371 10794975232 15549 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541968

[startup+0.702448 s]
/proc/loadavg: 1.77 2.00 1.71 2/381 12224
/proc/meminfo: memFree=23540916/32951124 swapFree=49244120/67111528
[pid=12224] ppid=12222 vsize=10546432 CPUtime=1.24 cores=0,2,4,6
/proc/12224/stat : 12224 (java) S 12222 12224 11997 0 -1 4202496 48807 0 1 0 117 7 0 0 22 0 19 0 833370371 10799546368 46951 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12224/statm: 2636608 46951 2227 9 0 2627342 0
[pid=12224/tid=12225] ppid=12222 vsize=10546432 CPUtime=0.67 cores=0,2,4,6
/proc/12224/task/12225/stat : 12225 (java) R 12222 12224 11997 0 -1 4202560 42810 0 1 0 62 5 0 0 19 0 19 0 833370371 10799546368 46951 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 46912505226886 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 10546432

[startup+1.50129 s]
/proc/loadavg: 1.77 2.00 1.71 4/400 12243
/proc/meminfo: memFree=23284340/32951124 swapFree=49244120/67111528
[pid=12224] ppid=12222 vsize=10546432 CPUtime=2.72 cores=0,2,4,6
/proc/12224/stat : 12224 (java) S 12222 12224 11997 0 -1 4202496 102331 0 1 0 258 14 0 0 22 0 19 0 833370371 10799546368 97045 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12224/statm: 2636608 97049 2237 9 0 2627342 0
[pid=12224/tid=12225] ppid=12222 vsize=10546432 CPUtime=1.48 cores=0,2,4,6
/proc/12224/task/12225/stat : 12225 (java) R 12222 12224 11997 0 -1 4202560 91180 0 1 0 136 12 0 0 20 0 19 0 833370371 10799546368 97051 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 46912505886163 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12224/tid=12227] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12227/stat : 12227 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10799546368 97052 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12228] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12228/stat : 12228 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10799546368 97054 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12229] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12229/stat : 12229 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10799546368 97055 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12230] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12230/stat : 12230 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10799546368 97056 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12231] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12231/stat : 12231 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10799546368 97056 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12232] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12232/stat : 12232 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10799546368 97056 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12233] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12233/stat : 12233 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10799546368 97056 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12234] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12234/stat : 12234 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10799546368 97058 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12235] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12235/stat : 12235 (java) S 12222 12224 11997 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 19 0 833370374 10799546368 97060 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 0 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12236] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12236/stat : 12236 (java) S 12222 12224 11997 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833370374 10799546368 97063 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12237] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12237/stat : 12237 (java) S 12222 12224 11997 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833370374 10799546368 97065 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12238] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12238/stat : 12238 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370377 10799546368 97067 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382780849 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12239] ppid=12222 vsize=10546432 CPUtime=0.55 cores=0,2,4,6
/proc/12224/task/12239/stat : 12239 (java) S 12222 12224 11997 0 -1 4202560 3409 0 0 0 55 0 0 0 15 0 19 0 833370377 10799546368 97068 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
[pid=12224/tid=12240] ppid=12222 vsize=10546432 CPUtime=0.67 cores=0,2,4,6
/proc/12224/task/12240/stat : 12240 (java) S 12222 12224 11997 0 -1 4202560 6587 0 0 0 66 1 0 0 15 0 19 0 833370377 10799546368 97069 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12241] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12241/stat : 12241 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370377 10799546368 97070 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12242] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12242/stat : 12242 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833370377 10799546368 97071 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12243] ppid=12222 vsize=10546432 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12243/stat : 12243 (java) S 12222 12224 11997 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833370440 10799546368 97071 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 4 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 10546432

[startup+3.10098 s]
/proc/loadavg: 1.77 2.00 1.71 2/400 12243
/proc/meminfo: memFree=22871428/32951124 swapFree=49244120/67111528
[pid=12224] ppid=12222 vsize=10547464 CPUtime=4.54 cores=0,2,4,6
/proc/12224/stat : 12224 (java) S 12222 12224 11997 0 -1 4202496 271914 0 1 0 420 34 0 0 22 0 19 0 833370371 10800603136 265953 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12224/statm: 2636866 265954 2240 9 0 2627600 0
[pid=12224/tid=12225] ppid=12222 vsize=10547464 CPUtime=3.07 cores=0,2,4,6
/proc/12224/task/12225/stat : 12225 (java) R 12222 12224 11997 0 -1 4202560 259832 0 1 0 276 31 0 0 25 0 19 0 833370371 10800603136 265955 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 46912505920297 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12224/tid=12227] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12227/stat : 12227 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 265968 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12228] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12228/stat : 12228 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 265985 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12229] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12229/stat : 12229 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 265997 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12230] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12230/stat : 12230 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 266000 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12231] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12231/stat : 12231 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 266002 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12232] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12232/stat : 12232 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 266003 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12233] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12233/stat : 12233 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 266004 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12234] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12234/stat : 12234 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 266006 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12235] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12235/stat : 12235 (java) S 12222 12224 11997 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 833370374 10800603136 266007 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 0 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12236] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12236/stat : 12236 (java) S 12222 12224 11997 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833370374 10800603136 266008 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12237] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12237/stat : 12237 (java) S 12222 12224 11997 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833370374 10800603136 266010 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12238] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12238/stat : 12238 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370377 10800603136 266012 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382780849 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12239] ppid=12222 vsize=10547464 CPUtime=0.65 cores=0,2,4,6
/proc/12224/task/12239/stat : 12239 (java) S 12222 12224 11997 0 -1 4202560 3611 0 0 0 65 0 0 0 15 0 19 0 833370377 10800603136 266013 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12240] ppid=12222 vsize=10547464 CPUtime=0.79 cores=0,2,4,6
/proc/12224/task/12240/stat : 12240 (java) S 12222 12224 11997 0 -1 4202560 7311 0 0 0 78 1 0 0 15 0 19 0 833370377 10800603136 266014 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12241] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12241/stat : 12241 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370377 10800603136 266015 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12242] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12242/stat : 12242 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833370377 10800603136 266016 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12243] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12243/stat : 12243 (java) S 12222 12224 11997 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833370440 10800603136 266016 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 4 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 10547464

[startup+6.30135 s]
/proc/loadavg: 1.71 1.98 1.71 3/422 12270
/proc/meminfo: memFree=21365600/32951124 swapFree=49244120/67111528
[pid=12224] ppid=12222 vsize=10547464 CPUtime=7.75 cores=0,2,4,6
/proc/12224/stat : 12224 (java) S 12222 12224 11997 0 -1 4202496 544417 0 1 0 709 66 0 0 22 0 19 0 833370371 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12224/statm: 2636866 538454 2240 9 0 2627600 0
[pid=12224/tid=12225] ppid=12222 vsize=10547464 CPUtime=6.27 cores=0,2,4,6
/proc/12224/task/12225/stat : 12225 (java) R 12222 12224 11997 0 -1 4202560 532333 0 1 0 564 63 0 0 25 0 19 0 833370371 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 46912505852869 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12224/tid=12227] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12227/stat : 12227 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12228] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12228/stat : 12228 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12229] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12229/stat : 12229 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12230] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12230/stat : 12230 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12231] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12231/stat : 12231 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12232] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12232/stat : 12232 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12233] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12233/stat : 12233 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12234] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12234/stat : 12234 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370373 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12235] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12235/stat : 12235 (java) S 12222 12224 11997 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833370374 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 0 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12236] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12236/stat : 12236 (java) S 12222 12224 11997 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833370374 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12237] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12237/stat : 12237 (java) S 12222 12224 11997 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833370374 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12238] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12238/stat : 12238 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370377 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382780849 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12239] ppid=12222 vsize=10547464 CPUtime=0.65 cores=0,2,4,6
/proc/12224/task/12239/stat : 12239 (java) S 12222 12224 11997 0 -1 4202560 3611 0 0 0 65 0 0 0 15 0 19 0 833370377 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12240] ppid=12222 vsize=10547464 CPUtime=0.79 cores=0,2,4,6
/proc/12224/task/12240/stat : 12240 (java) S 12222 12224 11997 0 -1 4202560 7311 0 0 0 78 1 0 0 15 0 19 0 833370377 10800603136 538454 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0

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

/proc/12224/task/12237/stat : 12237 (java) S 12222 12224 11997 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833370374 10800603136 927869 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12238] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12238/stat : 12238 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370377 10800603136 927869 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382780849 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12239] ppid=12222 vsize=10547464 CPUtime=0.7 cores=0,2,4,6
/proc/12224/task/12239/stat : 12239 (java) S 12222 12224 11997 0 -1 4202560 3617 0 0 0 70 0 0 0 16 0 19 0 833370377 10800603136 927869 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12240] ppid=12222 vsize=10547464 CPUtime=1.01 cores=0,2,4,6
/proc/12224/task/12240/stat : 12240 (java) S 12222 12224 11997 0 -1 4202560 7333 0 0 0 100 1 0 0 15 0 19 0 833370377 10800603136 927869 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12241] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12241/stat : 12241 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370377 10800603136 927869 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12242] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12242/stat : 12242 (java) S 12222 12224 11997 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 833370377 10800603136 927869 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12243] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12243/stat : 12243 (java) S 12222 12224 11997 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833370440 10800603136 927869 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 4 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1667.79
Current children cumulated vsize (KiB) 10547464

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/423 12320
/proc/meminfo: memFree=16146116/32951124 swapFree=49244120/67111528
[pid=12224] ppid=12222 vsize=10547464 CPUtime=1727.94 cores=0,2,4,6
/proc/12224/stat : 12224 (java) S 12222 12224 11997 0 -1 4202496 937142 0 1 0 172682 112 0 0 22 0 19 0 833370371 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12224/statm: 2636866 928966 2267 9 0 2627600 0
[pid=12224/tid=12225] ppid=12222 vsize=10547464 CPUtime=1719.39 cores=0,2,4,6
/proc/12224/task/12225/stat : 12225 (java) R 12222 12224 11997 0 -1 4202560 827147 0 1 0 171845 94 0 0 25 0 19 0 833370371 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 46912505920656 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12224/tid=12227] ppid=12222 vsize=10547464 CPUtime=0.74 cores=0,2,4,6
/proc/12224/task/12227/stat : 12227 (java) S 12222 12224 11997 0 -1 4202560 9680 0 0 0 73 1 0 0 15 0 19 0 833370373 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12228] ppid=12222 vsize=10547464 CPUtime=0.81 cores=0,2,4,6
/proc/12224/task/12228/stat : 12228 (java) S 12222 12224 11997 0 -1 4202560 12977 0 0 0 80 1 0 0 16 0 19 0 833370373 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12229] ppid=12222 vsize=10547464 CPUtime=0.8 cores=0,2,4,6
/proc/12224/task/12229/stat : 12229 (java) S 12222 12224 11997 0 -1 4202560 13763 0 0 0 78 2 0 0 16 0 19 0 833370373 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12230] ppid=12222 vsize=10547464 CPUtime=0.58 cores=0,2,4,6
/proc/12224/task/12230/stat : 12230 (java) S 12222 12224 11997 0 -1 4202560 6774 0 0 0 57 1 0 0 16 0 19 0 833370373 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
[pid=12224/tid=12231] ppid=12222 vsize=10547464 CPUtime=0.66 cores=0,2,4,6
/proc/12224/task/12231/stat : 12231 (java) S 12222 12224 11997 0 -1 4202560 10848 0 0 0 65 1 0 0 15 0 19 0 833370373 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12232] ppid=12222 vsize=10547464 CPUtime=0.58 cores=0,2,4,6
/proc/12224/task/12232/stat : 12232 (java) S 12222 12224 11997 0 -1 4202560 8417 0 0 0 58 0 0 0 15 0 19 0 833370373 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12233] ppid=12222 vsize=10547464 CPUtime=0.7 cores=0,2,4,6
/proc/12224/task/12233/stat : 12233 (java) S 12222 12224 11997 0 -1 4202560 9609 0 0 0 69 1 0 0 16 0 19 0 833370373 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 0 0 0 0
[pid=12224/tid=12234] ppid=12222 vsize=10547464 CPUtime=0.69 cores=0,2,4,6
/proc/12224/task/12234/stat : 12234 (java) S 12222 12224 11997 0 -1 4202560 10876 0 0 0 68 1 0 0 15 0 19 0 833370373 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 0 0 0 0
[pid=12224/tid=12235] ppid=12222 vsize=10547464 CPUtime=1.15 cores=0,2,4,6
/proc/12224/task/12235/stat : 12235 (java) S 12222 12224 11997 0 -1 4202560 14849 0 0 0 113 2 0 0 15 0 19 0 833370374 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 0 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
[pid=12224/tid=12236] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12236/stat : 12236 (java) S 12222 12224 11997 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833370374 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12237] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12237/stat : 12237 (java) S 12222 12224 11997 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833370374 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12238] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12238/stat : 12238 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370377 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382780849 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12239] ppid=12222 vsize=10547464 CPUtime=0.7 cores=0,2,4,6
/proc/12224/task/12239/stat : 12239 (java) S 12222 12224 11997 0 -1 4202560 3617 0 0 0 70 0 0 0 16 0 19 0 833370377 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12240] ppid=12222 vsize=10547464 CPUtime=1.01 cores=0,2,4,6
/proc/12224/task/12240/stat : 12240 (java) S 12222 12224 11997 0 -1 4202560 7333 0 0 0 100 1 0 0 15 0 19 0 833370377 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12241] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12241/stat : 12241 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370377 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12242] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12242/stat : 12242 (java) S 12222 12224 11997 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 833370377 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 4 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
[pid=12224/tid=12243] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12243/stat : 12243 (java) S 12222 12224 11997 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833370440 10800603136 928966 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 4 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1727.94
Current children cumulated vsize (KiB) 10547464

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 1.92 3/423 12322
/proc/meminfo: memFree=16141356/32951124 swapFree=49244120/67111528
[pid=12224] ppid=12222 vsize=10547464 CPUtime=1788.08 cores=0,2,4,6
/proc/12224/stat : 12224 (java) S 12222 12224 11997 0 -1 4202496 938071 0 1 0 178696 112 0 0 22 0 19 0 833370371 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12224/statm: 2636866 929874 2267 9 0 2627600 0
[pid=12224/tid=12225] ppid=12222 vsize=10547464 CPUtime=1779.32 cores=0,2,4,6
/proc/12224/task/12225/stat : 12225 (java) R 12222 12224 11997 0 -1 4202560 827150 0 1 0 177838 94 0 0 25 0 19 0 833370371 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 46912505919659 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12224/tid=12227] ppid=12222 vsize=10547464 CPUtime=0.74 cores=0,2,4,6
/proc/12224/task/12227/stat : 12227 (java) S 12222 12224 11997 0 -1 4202560 9680 0 0 0 73 1 0 0 15 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12228] ppid=12222 vsize=10547464 CPUtime=0.86 cores=0,2,4,6
/proc/12224/task/12228/stat : 12228 (java) S 12222 12224 11997 0 -1 4202560 13166 0 0 0 85 1 0 0 16 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12229] ppid=12222 vsize=10547464 CPUtime=0.84 cores=0,2,4,6
/proc/12224/task/12229/stat : 12229 (java) S 12222 12224 11997 0 -1 4202560 13899 0 0 0 82 2 0 0 15 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
[pid=12224/tid=12230] ppid=12222 vsize=10547464 CPUtime=0.61 cores=0,2,4,6
/proc/12224/task/12230/stat : 12230 (java) S 12222 12224 11997 0 -1 4202560 6916 0 0 0 60 1 0 0 16 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
[pid=12224/tid=12231] ppid=12222 vsize=10547464 CPUtime=0.7 cores=0,2,4,6
/proc/12224/task/12231/stat : 12231 (java) S 12222 12224 11997 0 -1 4202560 11072 0 0 0 69 1 0 0 15 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12232] ppid=12222 vsize=10547464 CPUtime=0.6 cores=0,2,4,6
/proc/12224/task/12232/stat : 12232 (java) S 12222 12224 11997 0 -1 4202560 8469 0 0 0 60 0 0 0 16 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12233] ppid=12222 vsize=10547464 CPUtime=0.71 cores=0,2,4,6
/proc/12224/task/12233/stat : 12233 (java) S 12222 12224 11997 0 -1 4202560 9755 0 0 0 70 1 0 0 15 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 0 0 0 0
[pid=12224/tid=12234] ppid=12222 vsize=10547464 CPUtime=0.71 cores=0,2,4,6
/proc/12224/task/12234/stat : 12234 (java) S 12222 12224 11997 0 -1 4202560 10909 0 0 0 70 1 0 0 15 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12235] ppid=12222 vsize=10547464 CPUtime=1.15 cores=0,2,4,6
/proc/12224/task/12235/stat : 12235 (java) S 12222 12224 11997 0 -1 4202560 14851 0 0 0 113 2 0 0 15 0 19 0 833370374 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 0 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
[pid=12224/tid=12236] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12236/stat : 12236 (java) S 12222 12224 11997 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833370374 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12237] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12237/stat : 12237 (java) S 12222 12224 11997 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833370374 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12238] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12238/stat : 12238 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370377 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382780849 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12239] ppid=12222 vsize=10547464 CPUtime=0.7 cores=0,2,4,6
/proc/12224/task/12239/stat : 12239 (java) S 12222 12224 11997 0 -1 4202560 3617 0 0 0 70 0 0 0 16 0 19 0 833370377 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12240] ppid=12222 vsize=10547464 CPUtime=1.01 cores=0,2,4,6
/proc/12224/task/12240/stat : 12240 (java) S 12222 12224 11997 0 -1 4202560 7333 0 0 0 100 1 0 0 15 0 19 0 833370377 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12241] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12241/stat : 12241 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370377 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12242] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12242/stat : 12242 (java) S 12222 12224 11997 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833370377 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 4 0 16800975 18446604451738325312 0 0 -1 0 0 0 0
[pid=12224/tid=12243] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12243/stat : 12243 (java) S 12222 12224 11997 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833370440 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 4 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1788.08
Current children cumulated vsize (KiB) 10547464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/423 12322
/proc/meminfo: memFree=16141320/32951124 swapFree=49244120/67111528
[pid=12224] ppid=12222 vsize=10547464 CPUtime=1800.09 cores=0,2,4,6
/proc/12224/stat : 12224 (java) S 12222 12224 11997 0 -1 4202496 938073 0 1 0 179897 112 0 0 22 0 19 0 833370371 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12224/statm: 2636866 929874 2267 9 0 2627600 0
[pid=12224/tid=12225] ppid=12222 vsize=10547464 CPUtime=1791.34 cores=0,2,4,6
/proc/12224/task/12225/stat : 12225 (java) R 12222 12224 11997 0 -1 4202560 827150 0 1 0 179040 94 0 0 25 0 19 0 833370371 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 46912505919659 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12224/tid=12227] ppid=12222 vsize=10547464 CPUtime=0.74 cores=0,2,4,6
/proc/12224/task/12227/stat : 12227 (java) S 12222 12224 11997 0 -1 4202560 9680 0 0 0 73 1 0 0 15 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12228] ppid=12222 vsize=10547464 CPUtime=0.86 cores=0,2,4,6
/proc/12224/task/12228/stat : 12228 (java) S 12222 12224 11997 0 -1 4202560 13166 0 0 0 85 1 0 0 16 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12229] ppid=12222 vsize=10547464 CPUtime=0.84 cores=0,2,4,6
/proc/12224/task/12229/stat : 12229 (java) S 12222 12224 11997 0 -1 4202560 13899 0 0 0 82 2 0 0 15 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
[pid=12224/tid=12230] ppid=12222 vsize=10547464 CPUtime=0.61 cores=0,2,4,6
/proc/12224/task/12230/stat : 12230 (java) S 12222 12224 11997 0 -1 4202560 6916 0 0 0 60 1 0 0 16 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
[pid=12224/tid=12231] ppid=12222 vsize=10547464 CPUtime=0.7 cores=0,2,4,6
/proc/12224/task/12231/stat : 12231 (java) S 12222 12224 11997 0 -1 4202560 11072 0 0 0 69 1 0 0 15 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12232] ppid=12222 vsize=10547464 CPUtime=0.6 cores=0,2,4,6
/proc/12224/task/12232/stat : 12232 (java) S 12222 12224 11997 0 -1 4202560 8469 0 0 0 60 0 0 0 16 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12233] ppid=12222 vsize=10547464 CPUtime=0.71 cores=0,2,4,6
/proc/12224/task/12233/stat : 12233 (java) S 12222 12224 11997 0 -1 4202560 9755 0 0 0 70 1 0 0 15 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 0 0 0 0
[pid=12224/tid=12234] ppid=12222 vsize=10547464 CPUtime=0.71 cores=0,2,4,6
/proc/12224/task/12234/stat : 12234 (java) S 12222 12224 11997 0 -1 4202560 10909 0 0 0 70 1 0 0 15 0 19 0 833370373 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12235] ppid=12222 vsize=10547464 CPUtime=1.15 cores=0,2,4,6
/proc/12224/task/12235/stat : 12235 (java) S 12222 12224 11997 0 -1 4202560 14851 0 0 0 113 2 0 0 15 0 19 0 833370374 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 0 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
[pid=12224/tid=12236] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12236/stat : 12236 (java) S 12222 12224 11997 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833370374 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12237] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12237/stat : 12237 (java) S 12222 12224 11997 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833370374 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12238] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12238/stat : 12238 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370377 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382780849 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12239] ppid=12222 vsize=10547464 CPUtime=0.7 cores=0,2,4,6
/proc/12224/task/12239/stat : 12239 (java) S 12222 12224 11997 0 -1 4202560 3617 0 0 0 70 0 0 0 16 0 19 0 833370377 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12240] ppid=12222 vsize=10547464 CPUtime=1.01 cores=0,2,4,6
/proc/12224/task/12240/stat : 12240 (java) S 12222 12224 11997 0 -1 4202560 7333 0 0 0 100 1 0 0 15 0 19 0 833370377 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 4 0 0 0
[pid=12224/tid=12241] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12241/stat : 12241 (java) S 12222 12224 11997 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370377 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773145 0 4 0 16800975 18446604451738325312 0 0 -1 2 0 0 0
[pid=12224/tid=12242] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12242/stat : 12242 (java) S 12222 12224 11997 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 833370377 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 4 0 16800975 18446604451738325312 0 0 -1 0 0 0 0
[pid=12224/tid=12243] ppid=12222 vsize=10547464 CPUtime=0 cores=0,2,4,6
/proc/12224/task/12243/stat : 12243 (java) S 12222 12224 11997 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833370440 10800603136 929874 33554432000 1073741824 1073778376 140734478767024 18446744073709551615 218382773760 0 4 0 16800975 18446604451738325312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10547464

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

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

[startup+1794.42 s]
/proc/loadavg: 2.04 2.01 1.92 3/423 12322
/proc/meminfo: memFree=16141320/32951124 swapFree=49244120/67111528
[pid=12224] ppid=12222 vsize=0 CPUtime=1800.22 cores=0,2,4,6
/proc/12224/stat : 12224 (java) Z 12222 12224 11997 0 -1 4203548 938103 0 1 0 179904 118 0 0 17 0 2 0 833370371 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12224/statm: 0 0 0 0 0 0 0
[pid=12224/tid=12225] ppid=12222 vsize=0 CPUtime=1791.44 cores=0,2,4,6
/proc/12224/task/12225/stat : 12225 (java) R 12222 12224 11997 0 -1 4203588 827150 0 1 0 179043 101 0 0 25 0 2 0 833370371 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.5
CPU time (s): 1800.31
CPU user time (s): 1799.05
CPU system time (s): 1.26381
CPU usage (%): 100.324
Max. virtual memory (cumulated for all children) (KiB): 10548624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.26381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 938103
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= 39531
involuntary context switches= 16405

runsolver used 7.74082 second user time and 15.1227 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-04 22:01:16
IDJOB=3456670
IDBENCH=1488
IDSOLVER=1951
FILE ID=node101/3456670-1307217676
RUNJOBID= node101-1307215873-12015
PBS_JOBID= 13509117
Free space on /tmp= 74004 MiB

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

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=749534162

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.83
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.841
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.75
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23541072 kB
Buffers:        296304 kB
Cached:         699612 kB
SwapCached:      27120 kB
Active:        8506980 kB
Inactive:       625260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23541072 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:            2752 kB
Writeback:          28 kB
AnonPages:     8131416 kB
Mapped:          17252 kB
Slab:           137452 kB
PageTables:      74676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78583832 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= 73996 MiB
End job on node101 at 2011-06-04 22:31:12