Trace number 3733452

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.72 898.326

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-degen3.opb
MD5SUM180182351d074e1d8188f1fe7258cbed
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54540
Total number of constraints1503
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1503
Minimum length of a constraint60
Maximum length of a constraint6090
Number of terms in the objective function 47190
Biggest coefficient in the objective function 1001264250880
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 339379725479256
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 1001264250880
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 339379725479256
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.2.0.v20100531
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		1349517296
0.04/0.08	c Max memory 		1356595200
0.04/0.08	c Total memory 		1356595200
0.04/0.08	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	
0.08/0.11	c solving HOME/instance-3733452-1338743339.opb
0.08/0.11	c reading problem ... 
3.20/2.52	c ... done. Wall clock time 2.406s.
3.20/2.52	c #vars     54540
3.20/2.52	c #constraints  32354
3.20/2.52	c constraints type 
3.20/2.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2220
3.20/2.52	c constraints type 
3.20/2.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2220
936.91/467.16	c cleaning 0 clauses out of 5000 with flag 0/5000
955.78/476.77	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1312.10/654.51	c cleaning 0 clauses out of 11000 with flag 0/11000
1696.50/846.26	c cleaning 4249 clauses out of 8505 with flag 11004/11004
1800.04/898.31	c starts		: 36
1800.04/898.31	c conflicts		: 11862
1800.04/898.31	c decisions		: 40560
1800.04/898.31	c propagations		: 3564000
1800.04/898.31	c inspects		: 30680285
1800.04/898.31	c learnt literals	: 0
1800.04/898.31	c learnt binary clauses	: 0
1800.04/898.31	c learnt ternary clauses	: 0
1800.04/898.31	c learnt clauses	: 11862
1800.04/898.31	c ignored clauses	: 0
1800.04/898.31	c root simplifications	: 0
1800.04/898.31	c removed literals (reason simplification)	: 343019
1800.04/898.31	c reason swapping (by a shorter reason)	: 0
1800.04/898.31	c Calls to reduceDB	: 2
1800.04/898.31	c number of reductions to clauses (during analyze)	: 0
1800.04/898.31	c number of learned constraints concerned by reduction	: 0
1800.04/898.31	c number of learning phase by resolution	: 0
1800.04/898.31	c number of learning phase by cutting planes	: 0
1800.04/898.31	c speed (assignments/second)	: 3978.60773327707
1800.04/898.31	c non guided choices	0
1800.04/898.32	c learnt constraints type 
1800.04/898.32	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 5114
1800.04/898.32	c constraints type 
1800.04/898.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2220
1800.04/898.32	c constraints type 
1800.04/898.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2220
1800.04/898.32	s UNKNOWN
1800.04/898.32	c Total wall clock time (in seconds): 898.202

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733452-1338743339/watcher-3733452-1338743339 -o /tmp/evaluation-result-3733452-1338743339/solver-3733452-1338743339 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733452-1338743339.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.14 2.69 2/195 7703
/proc/meminfo: memFree=29102328/32873844 swapFree=7900/7900
[pid=7703] ppid=7701 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7703/stat : 7703 (java6) D 7701 7703 31325 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 340458469 9515008 182 33554432000 1073741824 1073778376 140735431985360 140735431976392 225444708021 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/7703/statm: 2323 182 140 9 0 71 0

[startup+0.0627019 s]
/proc/loadavg: 1.99 2.14 2.69 2/195 7703
/proc/meminfo: memFree=29102328/32873844 swapFree=7900/7900
[pid=7703] ppid=7701 vsize=2367080 CPUtime=0.04 cores=1,3,5,7
/proc/7703/stat : 7703 (java) S 7701 7703 31325 0 -1 4202496 3748 0 1 0 3 1 0 0 20 0 13 0 340458469 2423889920 5468 33554432000 1073741824 1073778376 140733273907376 140733273898512 225448067133 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7703/statm: 591770 5468 1709 9 0 582471 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2367080

[startup+0.100344 s]
/proc/loadavg: 1.99 2.14 2.69 2/195 7703
/proc/meminfo: memFree=29102328/32873844 swapFree=7900/7900
[pid=7703] ppid=7701 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/7703/stat : 7703 (java) S 7701 7703 31325 0 -1 4202496 4645 0 1 0 7 1 0 0 20 0 18 0 340458469 2764726272 6343 33554432000 1073741824 1073778376 140733273907376 140733273898512 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7703/statm: 674982 6344 2081 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300307 s]
/proc/loadavg: 1.99 2.14 2.69 2/195 7703
/proc/meminfo: memFree=29102328/32873844 swapFree=7900/7900
[pid=7703] ppid=7701 vsize=2699928 CPUtime=0.49 cores=1,3,5,7
/proc/7703/stat : 7703 (java) S 7701 7703 31325 0 -1 4202496 6857 0 1 0 47 2 0 0 20 0 18 0 340458469 2764726272 13170 33554432000 1073741824 1073778376 140733273907376 140733273898512 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7703/statm: 674982 13170 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2699928

[startup+0.700319 s]
/proc/loadavg: 1.99 2.14 2.69 2/195 7703
/proc/meminfo: memFree=29102328/32873844 swapFree=7900/7900
[pid=7703] ppid=7701 vsize=2699928 CPUtime=1 cores=1,3,5,7
/proc/7703/stat : 7703 (java) S 7701 7703 31325 0 -1 4202496 7253 0 1 0 96 4 0 0 20 0 18 0 340458469 2764726272 44473 33554432000 1073741824 1073778376 140733273907376 140733273898512 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7703/statm: 674982 44473 2221 9 0 665676 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 2699928

[startup+1.50089 s]
/proc/loadavg: 1.99 2.14 2.69 2/213 7721
/proc/meminfo: memFree=28845196/32873844 swapFree=7900/7900
[pid=7703] ppid=7701 vsize=2699928 CPUtime=2.14 cores=1,3,5,7
/proc/7703/stat : 7703 (java) S 7701 7703 31325 0 -1 4202496 7511 0 1 0 194 20 0 0 20 0 18 0 340458469 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140733273898512 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7703/statm: 674982 111058 2237 9 0 665676 0
[pid=7703/tid=7705] ppid=7701 vsize=2699928 CPUtime=1.35 cores=1,3,5,7
/proc/7703/task/7705/stat : 7705 (java) R 7701 7703 31325 0 -1 4202560 2953 0 1 0 126 9 0 0 20 0 18 0 340458471 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207679643192 225448092941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7706] ppid=7701 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/7703/task/7706/stat : 7706 (java) S 7701 7703 31325 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 340458472 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207546427560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7707] ppid=7701 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/7703/task/7707/stat : 7707 (java) S 7701 7703 31325 0 -1 4202560 17 0 0 0 3 1 0 0 20 0 18 0 340458472 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207545375016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7708] ppid=7701 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/7703/task/7708/stat : 7708 (java) S 7701 7703 31325 0 -1 4202560 18 0 0 0 3 1 0 0 20 0 18 0 340458472 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207544322472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7709] ppid=7701 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/7703/task/7709/stat : 7709 (java) S 7701 7703 31325 0 -1 4202560 44 0 0 0 7 3 0 0 20 0 18 0 340458472 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207543269928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7710] ppid=7701 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (java) S 7701 7703 31325 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 340458472 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207542217384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (java) S 7701 7703 31325 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 18 0 340458472 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207541164840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (java) S 7701 7703 31325 0 -1 4202560 18 0 0 0 3 1 0 0 20 0 18 0 340458472 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207540112296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (java) S 7701 7703 31325 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 18 0 340458472 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207539059752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7714] ppid=7701 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7714/stat : 7714 (java) S 7701 7703 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340458473 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207056730216 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7715] ppid=7701 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7715/stat : 7715 (java) S 7701 7703 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340458474 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207055676536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7716] ppid=7701 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7716/stat : 7716 (java) S 7701 7703 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340458474 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207054623880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7717] ppid=7701 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7717/stat : 7717 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340458476 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207053572624 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7718] ppid=7701 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/7703/task/7718/stat : 7718 (java) S 7701 7703 31325 0 -1 4202560 1724 0 0 0 15 0 0 0 20 0 18 0 340458476 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207052519992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7719] ppid=7701 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/7703/task/7719/stat : 7719 (java) S 7701 7703 31325 0 -1 4202560 1492 0 0 0 15 0 0 0 20 0 18 0 340458476 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207051467448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7720] ppid=7701 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7720/stat : 7720 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340458476 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207050415096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7721] ppid=7701 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7721/stat : 7721 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340458476 2764726272 111058 33554432000 1073741824 1073778376 140733273907376 140207049362760 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 2699928

[startup+3.10069 s]
/proc/loadavg: 1.91 2.12 2.68 2/213 7721
/proc/meminfo: memFree=28665524/32873844 swapFree=7900/7900
[pid=7703] ppid=7701 vsize=2833056 CPUtime=4.96 cores=1,3,5,7
/proc/7703/stat : 7703 (java) S 7701 7703 31325 0 -1 4202496 10844 0 1 0 459 37 0 0 20 0 20 0 340458469 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140733273898512 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7703/statm: 708264 139669 2260 9 0 698958 0
[pid=7703/tid=7705] ppid=7701 vsize=2833056 CPUtime=2.37 cores=1,3,5,7
/proc/7703/task/7705/stat : 7705 (java) S 7701 7703 31325 0 -1 4202560 2965 0 1 0 228 9 0 0 20 0 20 0 340458471 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207679644824 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7706] ppid=7701 vsize=2833056 CPUtime=0.12 cores=1,3,5,7
/proc/7703/task/7706/stat : 7706 (java) S 7701 7703 31325 0 -1 4202560 55 0 0 0 8 4 0 0 20 0 20 0 340458472 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207546427560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7707] ppid=7701 vsize=2833056 CPUtime=0.09 cores=1,3,5,7
/proc/7703/task/7707/stat : 7707 (java) S 7701 7703 31325 0 -1 4202560 41 0 0 0 7 2 0 0 20 0 20 0 340458472 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207545375016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7708] ppid=7701 vsize=2833056 CPUtime=0.21 cores=1,3,5,7
/proc/7703/task/7708/stat : 7708 (java) S 7701 7703 31325 0 -1 4202560 73 0 0 0 15 6 0 0 20 0 20 0 340458472 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207544322472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7709] ppid=7701 vsize=2833056 CPUtime=0.15 cores=1,3,5,7
/proc/7703/task/7709/stat : 7709 (java) S 7701 7703 31325 0 -1 4202560 70 0 0 0 11 4 0 0 20 0 20 0 340458472 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207543269928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7710] ppid=7701 vsize=2833056 CPUtime=0.06 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (java) S 7701 7703 31325 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 20 0 340458472 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207542217384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=2833056 CPUtime=0.14 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (java) S 7701 7703 31325 0 -1 4202560 59 0 0 0 11 3 0 0 20 0 20 0 340458472 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207541164840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=2833056 CPUtime=0.12 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (java) S 7701 7703 31325 0 -1 4202560 56 0 0 0 8 4 0 0 20 0 20 0 340458472 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207540112296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=2833056 CPUtime=0.06 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (java) S 7701 7703 31325 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 20 0 340458472 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207539059752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7714] ppid=7701 vsize=2833056 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7714/stat : 7714 (java) S 7701 7703 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340458473 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207056730216 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7715] ppid=7701 vsize=2833056 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7715/stat : 7715 (java) S 7701 7703 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340458474 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207055676536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7716] ppid=7701 vsize=2833056 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7716/stat : 7716 (java) S 7701 7703 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340458474 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207054623880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7717] ppid=7701 vsize=2833056 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7717/stat : 7717 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340458476 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207053572624 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7718] ppid=7701 vsize=2833056 CPUtime=0.33 cores=1,3,5,7
/proc/7703/task/7718/stat : 7718 (java) S 7701 7703 31325 0 -1 4202560 2628 0 0 0 33 0 0 0 20 0 20 0 340458476 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207052519992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7719] ppid=7701 vsize=2833056 CPUtime=0.33 cores=1,3,5,7
/proc/7703/task/7719/stat : 7719 (java) S 7701 7703 31325 0 -1 4202560 3611 0 0 0 32 1 0 0 20 0 20 0 340458476 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207051467448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7720] ppid=7701 vsize=2833056 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7720/stat : 7720 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340458476 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207050415096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7721] ppid=7701 vsize=2833056 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7721/stat : 7721 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340458476 2901049344 139669 33554432000 1073741824 1073778376 140733273907376 140207049362760 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 2833056

[startup+6.3008 s]
/proc/loadavg: 1.91 2.12 2.68 3/217 7725
/proc/meminfo: memFree=28542060/32873844 swapFree=7900/7900
[pid=7703] ppid=7701 vsize=2966184 CPUtime=12.4 cores=1,3,5,7
/proc/7703/stat : 7703 (java) S 7701 7703 31325 0 -1 4202496 11526 0 1 0 1192 48 0 0 20 0 22 0 340458469 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140733273898512 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7703/statm: 741546 156191 2261 9 0 732240 0
[pid=7703/tid=7705] ppid=7701 vsize=2966184 CPUtime=2.37 cores=1,3,5,7
/proc/7703/task/7705/stat : 7705 (java) S 7701 7703 31325 0 -1 4202560 2965 0 1 0 228 9 0 0 20 0 22 0 340458471 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207679644824 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7706] ppid=7701 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/7703/task/7706/stat : 7706 (java) S 7701 7703 31325 0 -1 4202560 90 0 0 0 32 6 0 0 20 0 22 0 340458472 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207546427560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7707] ppid=7701 vsize=2966184 CPUtime=0.23 cores=1,3,5,7
/proc/7703/task/7707/stat : 7707 (java) S 7701 7703 31325 0 -1 4202560 66 0 0 0 19 4 0 0 20 0 22 0 340458472 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207545375016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7708] ppid=7701 vsize=2966184 CPUtime=0.49 cores=1,3,5,7
/proc/7703/task/7708/stat : 7708 (java) S 7701 7703 31325 0 -1 4202560 111 0 0 0 41 8 0 0 20 0 22 0 340458472 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207544322472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7709] ppid=7701 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/7703/task/7709/stat : 7709 (java) S 7701 7703 31325 0 -1 4202560 86 0 0 0 27 6 0 0 20 0 22 0 340458472 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207543269928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7710] ppid=7701 vsize=2966184 CPUtime=0.24 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (java) S 7701 7703 31325 0 -1 4202560 55 0 0 0 21 3 0 0 20 0 22 0 340458472 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207542217384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (java) S 7701 7703 31325 0 -1 4202560 74 0 0 0 24 4 0 0 20 0 22 0 340458472 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207541164840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=2966184 CPUtime=0.26 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (java) S 7701 7703 31325 0 -1 4202560 66 0 0 0 22 4 0 0 20 0 22 0 340458472 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207540112296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (java) S 7701 7703 31325 0 -1 4202560 43 0 0 0 16 3 0 0 20 0 22 0 340458472 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207539059752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7714] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7714/stat : 7714 (java) S 7701 7703 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340458473 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207056730216 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7715] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7715/stat : 7715 (java) S 7701 7703 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340458474 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207055676536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7716] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7716/stat : 7716 (java) S 7701 7703 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340458474 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207054623880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7717] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7717/stat : 7717 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340458476 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207053572624 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7718] ppid=7701 vsize=2966184 CPUtime=0.51 cores=1,3,5,7
/proc/7703/task/7718/stat : 7718 (java) S 7701 7703 31325 0 -1 4202560 2655 0 0 0 51 0 0 0 20 0 22 0 340458476 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207052519992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7719] ppid=7701 vsize=2966184 CPUtime=0.51 cores=1,3,5,7
/proc/7703/task/7719/stat : 7719 (java) S 7701 7703 31325 0 -1 4202560 4011 0 0 0 50 1 0 0 20 0 22 0 340458476 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207051467448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7720] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7720/stat : 7720 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340458476 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207050415096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7721] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7721/stat : 7721 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340458476 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207049362760 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7722] ppid=7701 vsize=2966184 CPUtime=3.21 cores=1,3,5,7
/proc/7703/task/7722/stat : 7722 (java) R 7701 7703 31325 0 -1 4202560 38 0 0 0 321 0 0 0 20 0 22 0 340458722 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207048304976 140207546948006 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7723] ppid=7701 vsize=2966184 CPUtime=3.2 cores=1,3,5,7
/proc/7703/task/7723/stat : 7723 (java) R 7701 7703 31325 0 -1 4202560 70 0 0 0 320 0 0 0 20 0 22 0 340458722 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207047252608 140207546955777 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7724] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7724/stat : 7724 (java) S 7701 7703 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340458785 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207046202408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7725] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7725/stat : 7725 (java) S 7701 7703 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340458785 3037372416 156191 33554432000 1073741824 1073778376 140733273907376 140207045149864 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 2966184

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

[pid=7703/tid=7723] ppid=7701 vsize=2966184 CPUtime=812.87 cores=1,3,5,7
/proc/7703/task/7723/stat : 7723 (java) R 7701 7703 31325 0 -1 4202560 327 0 0 0 81271 16 0 0 20 0 22 0 340458722 3037372416 218173 33554432000 1073741824 1073778376 140733273907376 140207047253264 140207546947939 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7724] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7724/stat : 7724 (java) S 7701 7703 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340458785 3037372416 218173 33554432000 1073741824 1073778376 140733273907376 140207046202408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7725] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7725/stat : 7725 (java) S 7701 7703 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340458785 3037372416 218173 33554432000 1073741824 1073778376 140733273907376 140207045149864 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1648.54
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.85 3.64 3.16 5/219 7796
/proc/meminfo: memFree=29082332/32873844 swapFree=7900/7900
[pid=7703] ppid=7701 vsize=2966184 CPUtime=1767.95 cores=1,3,5,7
/proc/7703/stat : 7703 (java) S 7701 7703 31325 0 -1 4202496 52931 0 1 0 176654 141 0 0 20 0 22 0 340458469 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140733273898512 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7703/statm: 741546 219067 2275 9 0 732240 0
[pid=7703/tid=7705] ppid=7701 vsize=2966184 CPUtime=2.4 cores=1,3,5,7
/proc/7703/task/7705/stat : 7705 (java) S 7701 7703 31325 0 -1 4202560 2968 0 1 0 230 10 0 0 20 0 22 0 340458471 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207679644824 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7706] ppid=7701 vsize=2966184 CPUtime=2 cores=1,3,5,7
/proc/7703/task/7706/stat : 7706 (java) S 7701 7703 31325 0 -1 4202560 219 0 0 0 189 11 0 0 20 0 22 0 340458472 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207546427560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7707] ppid=7701 vsize=2966184 CPUtime=1.75 cores=1,3,5,7
/proc/7703/task/7707/stat : 7707 (java) S 7701 7703 31325 0 -1 4202560 179 0 0 0 167 8 0 0 20 0 22 0 340458472 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207545375016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7708] ppid=7701 vsize=2966184 CPUtime=2.09 cores=1,3,5,7
/proc/7703/task/7708/stat : 7708 (java) S 7701 7703 31325 0 -1 4202560 217 0 0 0 197 12 0 0 20 0 22 0 340458472 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207544322472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7709] ppid=7701 vsize=2966184 CPUtime=1.88 cores=1,3,5,7
/proc/7703/task/7709/stat : 7709 (java) S 7701 7703 31325 0 -1 4202560 199 0 0 0 179 9 0 0 20 0 22 0 340458472 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207543269928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7710] ppid=7701 vsize=2966184 CPUtime=1.88 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (java) S 7701 7703 31325 0 -1 4202560 168 0 0 0 181 7 0 0 20 0 22 0 340458472 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207542217384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=2966184 CPUtime=1.95 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (java) S 7701 7703 31325 0 -1 4202560 200 0 0 0 187 8 0 0 20 0 22 0 340458472 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207541164840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=2966184 CPUtime=2.05 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (java) S 7701 7703 31325 0 -1 4202560 208 0 0 0 197 8 0 0 20 0 22 0 340458472 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207540112296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=2966184 CPUtime=1.78 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (java) S 7701 7703 31325 0 -1 4202560 166 0 0 0 171 7 0 0 20 0 22 0 340458472 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207539059752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7714] ppid=7701 vsize=2966184 CPUtime=3.1 cores=1,3,5,7
/proc/7703/task/7714/stat : 7714 (java) S 7701 7703 31325 0 -1 4202560 21073 0 0 0 280 30 0 0 20 0 22 0 340458473 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207056730216 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7715] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7715/stat : 7715 (java) S 7701 7703 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340458474 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207055676536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7716] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7716/stat : 7716 (java) S 7701 7703 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340458474 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207054623880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7717] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7717/stat : 7717 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340458476 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207053572624 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7718] ppid=7701 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/7703/task/7718/stat : 7718 (java) S 7701 7703 31325 0 -1 4202560 9634 0 0 0 139 2 0 0 20 0 22 0 340458476 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207052519992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7719] ppid=7701 vsize=2966184 CPUtime=2.04 cores=1,3,5,7
/proc/7703/task/7719/stat : 7719 (java) S 7701 7703 31325 0 -1 4202560 15898 0 0 0 201 3 0 0 20 0 22 0 340458476 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207051467448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7720] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7720/stat : 7720 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340458476 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207050415096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7721] ppid=7701 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/7703/task/7721/stat : 7721 (java) S 7701 7703 31325 0 -1 4202560 51 0 0 0 21 24 0 0 20 0 22 0 340458476 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207049362760 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7722] ppid=7701 vsize=2966184 CPUtime=871.81 cores=1,3,5,7
/proc/7703/task/7722/stat : 7722 (java) R 7701 7703 31325 0 -1 4202560 231 0 0 0 87166 15 0 0 20 0 22 0 340458722 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207048304992 140207546986481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7723] ppid=7701 vsize=2966184 CPUtime=871.69 cores=1,3,5,7
/proc/7703/task/7723/stat : 7723 (java) R 7701 7703 31325 0 -1 4202560 333 0 0 0 87152 17 0 0 20 0 22 0 340458722 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207047253264 140207546947939 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7724] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7724/stat : 7724 (java) S 7701 7703 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340458785 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207046202408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7725] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7725/stat : 7725 (java) S 7701 7703 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340458785 3037372416 219067 33554432000 1073741824 1073778376 140733273907376 140207045149864 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1767.95
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.301 s]
/proc/loadavg: 3.88 3.66 3.18 6/219 7796
/proc/meminfo: memFree=29075940/32873844 swapFree=7900/7900
[pid=7703] ppid=7701 vsize=2966184 CPUtime=1800.04 cores=1,3,5,7
/proc/7703/stat : 7703 (java) S 7701 7703 31325 0 -1 4202496 52952 0 1 0 179862 142 0 0 20 0 22 0 340458469 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140733273898512 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7703/statm: 741546 220052 2275 9 0 732240 0
[pid=7703/tid=7705] ppid=7701 vsize=2966184 CPUtime=2.4 cores=1,3,5,7
/proc/7703/task/7705/stat : 7705 (java) S 7701 7703 31325 0 -1 4202560 2968 0 1 0 230 10 0 0 20 0 22 0 340458471 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207679644824 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7706] ppid=7701 vsize=2966184 CPUtime=2.03 cores=1,3,5,7
/proc/7703/task/7706/stat : 7706 (java) S 7701 7703 31325 0 -1 4202560 226 0 0 0 192 11 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207546427560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7707] ppid=7701 vsize=2966184 CPUtime=1.77 cores=1,3,5,7
/proc/7703/task/7707/stat : 7707 (java) S 7701 7703 31325 0 -1 4202560 182 0 0 0 169 8 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207545375016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7708] ppid=7701 vsize=2966184 CPUtime=2.11 cores=1,3,5,7
/proc/7703/task/7708/stat : 7708 (java) S 7701 7703 31325 0 -1 4202560 217 0 0 0 199 12 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207544322472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7709] ppid=7701 vsize=2966184 CPUtime=1.9 cores=1,3,5,7
/proc/7703/task/7709/stat : 7709 (java) S 7701 7703 31325 0 -1 4202560 199 0 0 0 181 9 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207543269928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7710] ppid=7701 vsize=2966184 CPUtime=1.91 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (java) S 7701 7703 31325 0 -1 4202560 168 0 0 0 184 7 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207542217384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=2966184 CPUtime=2 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (java) S 7701 7703 31325 0 -1 4202560 203 0 0 0 192 8 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207541164840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=2966184 CPUtime=2.07 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (java) S 7701 7703 31325 0 -1 4202560 212 0 0 0 199 8 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207540112296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=2966184 CPUtime=1.82 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (java) S 7701 7703 31325 0 -1 4202560 167 0 0 0 175 7 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207539059752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7714] ppid=7701 vsize=2966184 CPUtime=3.1 cores=1,3,5,7
/proc/7703/task/7714/stat : 7714 (java) S 7701 7703 31325 0 -1 4202560 21073 0 0 0 280 30 0 0 20 0 22 0 340458473 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207056730216 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7715] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7715/stat : 7715 (java) S 7701 7703 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340458474 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207055676536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7716] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7716/stat : 7716 (java) S 7701 7703 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340458474 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207054623880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7717] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7717/stat : 7717 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340458476 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207053572624 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7718] ppid=7701 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/7703/task/7718/stat : 7718 (java) S 7701 7703 31325 0 -1 4202560 9634 0 0 0 139 2 0 0 20 0 22 0 340458476 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207052519992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7719] ppid=7701 vsize=2966184 CPUtime=2.04 cores=1,3,5,7
/proc/7703/task/7719/stat : 7719 (java) S 7701 7703 31325 0 -1 4202560 15898 0 0 0 201 3 0 0 20 0 22 0 340458476 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207051467448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7720] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7720/stat : 7720 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340458476 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207050415096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7721] ppid=7701 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/7703/task/7721/stat : 7721 (java) S 7701 7703 31325 0 -1 4202560 51 0 0 0 22 24 0 0 20 0 22 0 340458476 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207049362760 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7722] ppid=7701 vsize=2966184 CPUtime=887.76 cores=1,3,5,7
/proc/7703/task/7722/stat : 7722 (java) R 7701 7703 31325 0 -1 4202560 232 0 0 0 88760 16 0 0 20 0 22 0 340458722 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207048305808 140207546948044 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7723] ppid=7701 vsize=2966184 CPUtime=887.63 cores=1,3,5,7
/proc/7703/task/7723/stat : 7723 (java) R 7701 7703 31325 0 -1 4202560 335 0 0 0 88746 17 0 0 20 0 22 0 340458722 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207047252240 140207546986336 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7724] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7724/stat : 7724 (java) S 7701 7703 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340458785 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207046202408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7725] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7725/stat : 7725 (java) S 7701 7703 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340458785 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207045149864 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2966184

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

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

[startup+898.301 s]
/proc/loadavg: 3.88 3.66 3.18 6/219 7796
/proc/meminfo: memFree=29075940/32873844 swapFree=7900/7900
[pid=7703] ppid=7701 vsize=2966184 CPUtime=1800.04 cores=1,3,5,7
/proc/7703/stat : 7703 (java) S 7701 7703 31325 0 -1 4202496 52952 0 1 0 179862 142 0 0 20 0 22 0 340458469 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140733273898512 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/7703/statm: 741546 220052 2275 9 0 732240 0
[pid=7703/tid=7705] ppid=7701 vsize=2966184 CPUtime=2.4 cores=1,3,5,7
/proc/7703/task/7705/stat : 7705 (java) S 7701 7703 31325 0 -1 4202560 2968 0 1 0 230 10 0 0 20 0 22 0 340458471 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207679644824 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7706] ppid=7701 vsize=2966184 CPUtime=2.03 cores=1,3,5,7
/proc/7703/task/7706/stat : 7706 (java) S 7701 7703 31325 0 -1 4202560 226 0 0 0 192 11 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207546427560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7707] ppid=7701 vsize=2966184 CPUtime=1.77 cores=1,3,5,7
/proc/7703/task/7707/stat : 7707 (java) S 7701 7703 31325 0 -1 4202560 182 0 0 0 169 8 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207545375016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7708] ppid=7701 vsize=2966184 CPUtime=2.11 cores=1,3,5,7
/proc/7703/task/7708/stat : 7708 (java) S 7701 7703 31325 0 -1 4202560 217 0 0 0 199 12 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207544322472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7709] ppid=7701 vsize=2966184 CPUtime=1.9 cores=1,3,5,7
/proc/7703/task/7709/stat : 7709 (java) S 7701 7703 31325 0 -1 4202560 199 0 0 0 181 9 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207543269928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7710] ppid=7701 vsize=2966184 CPUtime=1.91 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (java) S 7701 7703 31325 0 -1 4202560 168 0 0 0 184 7 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207542217384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=2966184 CPUtime=2 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (java) S 7701 7703 31325 0 -1 4202560 203 0 0 0 192 8 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207541164840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=2966184 CPUtime=2.07 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (java) S 7701 7703 31325 0 -1 4202560 212 0 0 0 199 8 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207540112296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=2966184 CPUtime=1.82 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (java) S 7701 7703 31325 0 -1 4202560 167 0 0 0 175 7 0 0 20 0 22 0 340458472 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207539059752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7714] ppid=7701 vsize=2966184 CPUtime=3.1 cores=1,3,5,7
/proc/7703/task/7714/stat : 7714 (java) S 7701 7703 31325 0 -1 4202560 21073 0 0 0 280 30 0 0 20 0 22 0 340458473 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207056730216 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7715] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7715/stat : 7715 (java) S 7701 7703 31325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340458474 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207055676536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7716] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7716/stat : 7716 (java) S 7701 7703 31325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340458474 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207054623880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7717] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7717/stat : 7717 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340458476 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207053572624 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7718] ppid=7701 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/7703/task/7718/stat : 7718 (java) S 7701 7703 31325 0 -1 4202560 9634 0 0 0 139 2 0 0 20 0 22 0 340458476 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207052519992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7719] ppid=7701 vsize=2966184 CPUtime=2.04 cores=1,3,5,7
/proc/7703/task/7719/stat : 7719 (java) S 7701 7703 31325 0 -1 4202560 15898 0 0 0 201 3 0 0 20 0 22 0 340458476 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207051467448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7720] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7720/stat : 7720 (java) S 7701 7703 31325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340458476 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207050415096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7721] ppid=7701 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/7703/task/7721/stat : 7721 (java) S 7701 7703 31325 0 -1 4202560 51 0 0 0 22 24 0 0 20 0 22 0 340458476 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207049362760 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7703/tid=7722] ppid=7701 vsize=2966184 CPUtime=887.76 cores=1,3,5,7
/proc/7703/task/7722/stat : 7722 (java) R 7701 7703 31325 0 -1 4202560 232 0 0 0 88760 16 0 0 20 0 22 0 340458722 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207048305808 140207546948044 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7703/tid=7723] ppid=7701 vsize=2966184 CPUtime=887.63 cores=1,3,5,7
/proc/7703/task/7723/stat : 7723 (java) R 7701 7703 31325 0 -1 4202560 335 0 0 0 88746 17 0 0 20 0 22 0 340458722 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207047252240 140207546986336 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7703/tid=7724] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7724/stat : 7724 (java) S 7701 7703 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340458785 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207046202408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7703/tid=7725] ppid=7701 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7703/task/7725/stat : 7725 (java) S 7701 7703 31325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340458785 3037372416 220052 33554432000 1073741824 1073778376 140733273907376 140207045149864 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 898.326
CPU time (s): 1800.72
CPU user time (s): 1798.85
CPU system time (s): 1.86971
CPU usage (%): 200.453
Max. virtual memory (cumulated for all children) (KiB): 2968076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 1.86972
maximum resident set size= 896784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52983
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33878
involuntary context switches= 45768

runsolver used 3.9314 second user time and 8.5547 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-03 19:08:59
IDJOB=3733452
IDBENCH=2464
IDSOLVER=2324
FILE ID=node137/3733452-1338743339
RUNJOBID= node137-1338736827-6568
PBS_JOBID= 14636756
Free space on /tmp= 70312 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-degen3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733452-1338743339/watcher-3733452-1338743339 -o /tmp/evaluation-result-3733452-1338743339/solver-3733452-1338743339 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733452-1338743339.opb

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

MD5SUM BENCH= 180182351d074e1d8188f1fe7258cbed
RANDOM SEED=873407252

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29102460 kB
Buffers:          270100 kB
Cached:          1231648 kB
SwapCached:         5796 kB
Active:          2237480 kB
Inactive:         707040 kB
Active(anon):    1437580 kB
Inactive(anon):     7172 kB
Active(file):     799900 kB
Inactive(file):   699868 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:             10536 kB
Writeback:             0 kB
AnonPages:       1445940 kB
Mapped:            17348 kB
Shmem:                 0 kB
Slab:             684580 kB
SReclaimable:     125584 kB
SUnreclaim:       558996 kB
KernelStack:        1616 kB
PageTables:         7080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1425408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70312 MiB
End job on node137 at 2012-06-03 19:24:00