Trace number 3735310

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.16 898.538

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
MD5SUM80cd942b10c7098d47a9e31c7b11aaed
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235241283418574603663113591819857963636207601588942656194290280593199415
Number of bits of the biggest sum of numbers331
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3735310-1338694728.opb
0.08/0.13	c reading problem ... 
1.75/1.02	c ... done. Wall clock time 0.895s.
1.75/1.02	c #vars     24751
1.75/1.02	c #constraints  79589
1.75/1.02	c constraints type 
1.75/1.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1.75/1.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1.75/1.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.75/1.02	c constraints type 
1.75/1.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48840
1.75/1.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24420
1.75/1.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
810.27/404.21	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1684.23/840.63	c cleaning 4251 clauses out of 8502 with flag 11001/11001
1800.16/898.51	c starts		: 36
1800.16/898.51	c conflicts		: 12761
1800.16/898.51	c decisions		: 102206
1800.16/898.51	c propagations		: 4962849
1800.16/898.51	c inspects		: 40371476
1800.16/898.51	c shortcuts		: 0
1800.16/898.51	c learnt literals	: 0
1800.16/898.51	c learnt binary clauses	: 17
1800.16/898.51	c learnt ternary clauses	: 36
1800.16/898.51	c learnt constraints	: 12761
1800.16/898.51	c ignored constraints	: 0
1800.16/898.51	c root simplifications	: 0
1800.16/898.51	c removed literals (reason simplification)	: 71139738
1800.16/898.51	c reason swapping (by a shorter reason)	: 0
1800.16/898.51	c Calls to reduceDB	: 2
1800.16/898.51	c number of reductions to clauses (during analyze)	: 0
1800.16/898.51	c number of learned constraints concerned by reduction	: 0
1800.16/898.51	c number of learning phase by resolution	: 0
1800.16/898.51	c number of learning phase by cutting planes	: 0
1800.16/898.51	c speed (assignments/second)	: 5529.7314161239465
1800.16/898.51	c non guided choices	92
1800.16/898.51	c learnt constraints type 
1800.16/898.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.16/898.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 5994
1800.16/898.51	c constraints type 
1800.16/898.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1800.16/898.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1800.16/898.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.16/898.51	c constraints type 
1800.16/898.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48840
1800.16/898.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24420
1800.16/898.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.16/898.51	s UNKNOWN
1800.16/898.51	c Total wall clock time (in seconds): 898.386

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-3735310-1338694728/watcher-3735310-1338694728 -o /tmp/evaluation-result-3735310-1338694728/solver-3735310-1338694728 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3735310-1338694728.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: 3.81 3.83 3.72 4/195 17617
/proc/meminfo: memFree=23048672/32873852 swapFree=6856/6856
[pid=17617] ppid=17615 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/17617/stat : 17617 (java) R 17615 17617 4583 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 335598296 8192 1 33554432000 0 0 0 140734705701240 229355711927 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17617/statm: 65 2 0 0 0 22 0

[startup+0.0147311 s]
/proc/loadavg: 3.81 3.83 3.72 4/195 17617
/proc/meminfo: memFree=23048672/32873852 swapFree=6856/6856
[pid=17617] ppid=17615 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/17617/stat : 17617 (java) S 17615 17617 4583 0 -1 4202496 1289 0 0 0 0 0 0 0 20 0 2 0 335598296 98578432 990 33554432000 1073741824 1073778376 140737349891520 140737349882656 229359255613 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17617/statm: 24067 990 756 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.102914 s]
/proc/loadavg: 3.81 3.83 3.72 4/195 17617
/proc/meminfo: memFree=23048672/32873852 swapFree=6856/6856
[pid=17617] ppid=17615 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/17617/stat : 17617 (java) S 17615 17617 4583 0 -1 4202496 5317 0 1 0 7 1 0 0 20 0 18 0 335598296 11864465408 13168 33554432000 1073741824 1073778376 140737349891520 140737349882656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17617/statm: 2896598 13168 1997 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300207 s]
/proc/loadavg: 3.81 3.83 3.72 4/195 17617
/proc/meminfo: memFree=23048672/32873852 swapFree=6856/6856
[pid=17617] ppid=17615 vsize=11586392 CPUtime=0.45 cores=0,2,4,6
/proc/17617/stat : 17617 (java) S 17615 17617 4583 0 -1 4202496 6906 0 1 0 43 2 0 0 20 0 18 0 335598296 11864465408 16481 33554432000 1073741824 1073778376 140737349891520 140737349882656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17617/statm: 2896598 16481 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.700294 s]
/proc/loadavg: 3.81 3.83 3.72 4/195 17617
/proc/meminfo: memFree=23048672/32873852 swapFree=6856/6856
[pid=17617] ppid=17615 vsize=11586392 CPUtime=1.35 cores=0,2,4,6
/proc/17617/stat : 17617 (java) S 17615 17617 4583 0 -1 4202496 14682 0 1 0 129 6 0 0 20 0 18 0 335598296 11864465408 53608 33554432000 1073741824 1073778376 140737349891520 140737349882656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17617/statm: 2896598 53608 2240 9 0 2887285 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 11586392

[startup+1.50064 s]
/proc/loadavg: 3.81 3.83 3.72 4/213 17635
/proc/meminfo: memFree=22768592/32873852 swapFree=6856/6856
[pid=17617] ppid=17615 vsize=11852648 CPUtime=3.15 cores=0,2,4,6
/proc/17617/stat : 17617 (java) S 17615 17617 4583 0 -1 4202496 14863 0 1 0 307 8 0 0 20 0 22 0 335598296 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140737349882656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17617/statm: 2963162 78304 2262 9 0 2953849 0
[pid=17617/tid=17619] ppid=17615 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/17617/task/17619/stat : 17619 (java) S 17615 17617 4583 0 -1 4202560 3991 0 1 0 94 5 0 0 20 0 22 0 335598297 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140065577551000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17620] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17620/stat : 17620 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140065532304296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17621] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17621/stat : 17621 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140065531251752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17622] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17622/stat : 17622 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140065530198696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17623] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17623/stat : 17623 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140065529146152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17624] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17624/stat : 17624 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140065409853864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17625] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17625/stat : 17625 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140065408801320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17626] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17626/stat : 17626 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140065407748264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17627] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17627/stat : 17627 (java) S 17615 17617 4583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140065406695720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17628] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17628/stat : 17628 (java) S 17615 17617 4583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140065394498408 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17629] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17629/stat : 17629 (java) S 17615 17617 4583 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140064789096312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17630] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17630/stat : 17630 (java) S 17615 17617 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140064788043144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17631] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17631/stat : 17631 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140064786991888 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17632] ppid=17615 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/17617/task/17632/stat : 17632 (java) R 17615 17617 4583 0 -1 4202560 5399 0 0 0 60 1 0 0 20 0 22 0 335598304 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140064785938744 140065581127266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17633] ppid=17615 vsize=11852648 CPUtime=0.56 cores=0,2,4,6
/proc/17617/task/17633/stat : 17633 (java) R 17615 17617 4583 0 -1 4202560 4168 0 0 0 55 1 0 0 20 0 22 0 335598304 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140064784886080 140065583507611 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17634] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17634/stat : 17634 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140064783833336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17635] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17635/stat : 17635 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 78304 33554432000 1073741824 1073778376 140737349891520 140064782781000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 11852648

[startup+3.10074 s]
/proc/loadavg: 3.81 3.83 3.72 5/217 17639
/proc/meminfo: memFree=22720836/32873852 swapFree=6856/6856
[pid=17617] ppid=17615 vsize=11852648 CPUtime=6.49 cores=0,2,4,6
/proc/17617/stat : 17617 (java) S 17615 17617 4583 0 -1 4202496 14884 0 1 0 641 8 0 0 20 0 22 0 335598296 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140737349882656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17617/statm: 2963162 86500 2263 9 0 2953849 0
[pid=17617/tid=17619] ppid=17615 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/17617/task/17619/stat : 17619 (java) S 17615 17617 4583 0 -1 4202560 3991 0 1 0 94 5 0 0 20 0 22 0 335598297 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140065577551000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17620] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17620/stat : 17620 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140065532304296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17621] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17621/stat : 17621 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140065531251752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17622] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17622/stat : 17622 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140065530198696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17623] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17623/stat : 17623 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140065529146152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17624] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17624/stat : 17624 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140065409853864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17625] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17625/stat : 17625 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140065408801320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17626] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17626/stat : 17626 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140065407748264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17627] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17627/stat : 17627 (java) S 17615 17617 4583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140065406695720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17628] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17628/stat : 17628 (java) S 17615 17617 4583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140065394498408 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17629] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17629/stat : 17629 (java) S 17615 17617 4583 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140064789096312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17630] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17630/stat : 17630 (java) S 17615 17617 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140064788043144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17631] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17631/stat : 17631 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140064786991888 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17632] ppid=17615 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/17617/task/17632/stat : 17632 (java) S 17615 17617 4583 0 -1 4202560 5399 0 0 0 67 2 0 0 20 0 22 0 335598304 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140064785938744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17633] ppid=17615 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/17617/task/17633/stat : 17633 (java) S 17615 17617 4583 0 -1 4202560 4171 0 0 0 63 1 0 0 20 0 22 0 335598304 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140064784886200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17634] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17634/stat : 17634 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140064783833336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17635] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17635/stat : 17635 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140064782781000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17636] ppid=17615 vsize=11852648 CPUtime=2.05 cores=0,2,4,6
/proc/17617/task/17636/stat : 17636 (java) R 17615 17617 4583 0 -1 4202560 29 0 0 0 205 0 0 0 20 0 22 0 335598399 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140064781726696 140065410499695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17637] ppid=17615 vsize=11852648 CPUtime=2.05 cores=0,2,4,6
/proc/17617/task/17637/stat : 17637 (java) R 17615 17617 4583 0 -1 4202560 93 0 0 0 205 0 0 0 20 0 22 0 335598399 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140064780672216 140065410633478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17638] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17638/stat : 17638 (java) S 17615 17617 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335598402 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140064779621672 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17639] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17639/stat : 17639 (java) S 17615 17617 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335598402 12137111552 86500 33554432000 1073741824 1073778376 140737349891520 140064778569128 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 11852648

[startup+6.30079 s]
/proc/loadavg: 3.82 3.83 3.72 5/217 17639
/proc/meminfo: memFree=22562396/32873852 swapFree=6856/6856
[pid=17617] ppid=17615 vsize=11852648 CPUtime=12.96 cores=0,2,4,6
/proc/17617/stat : 17617 (java) S 17615 17617 4583 0 -1 4202496 15157 0 1 0 1279 17 0 0 20 0 22 0 335598296 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140737349882656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17617/statm: 2963162 225199 2263 9 0 2953849 0
[pid=17617/tid=17619] ppid=17615 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/17617/task/17619/stat : 17619 (java) S 17615 17617 4583 0 -1 4202560 3991 0 1 0 94 5 0 0 20 0 22 0 335598297 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140065577551000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17620] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17620/stat : 17620 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140065532304296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17621] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17621/stat : 17621 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140065531251752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17622] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17622/stat : 17622 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140065530198696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17623] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17623/stat : 17623 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140065529146152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17624] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17624/stat : 17624 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140065409853864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17625] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17625/stat : 17625 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140065408801320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17626] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17626/stat : 17626 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140065407748264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17627] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17627/stat : 17627 (java) S 17615 17617 4583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335598300 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140065406695720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17628] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17628/stat : 17628 (java) S 17615 17617 4583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140065394498408 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17629] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17629/stat : 17629 (java) S 17615 17617 4583 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140064789096312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17630] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17630/stat : 17630 (java) S 17615 17617 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140064788043144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17631] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17631/stat : 17631 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140064786991888 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17632] ppid=17615 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/17617/task/17632/stat : 17632 (java) S 17615 17617 4583 0 -1 4202560 5399 0 0 0 69 2 0 0 20 0 22 0 335598304 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140064785938744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17633] ppid=17615 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/17617/task/17633/stat : 17633 (java) S 17615 17617 4583 0 -1 4202560 4171 0 0 0 67 1 0 0 20 0 22 0 335598304 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140064784886200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17634] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17634/stat : 17634 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140064783833336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17635] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17635/stat : 17635 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140064782781000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17636] ppid=17615 vsize=11852648 CPUtime=5.24 cores=0,2,4,6
/proc/17617/task/17636/stat : 17636 (java) R 17615 17617 4583 0 -1 4202560 33 0 0 0 524 0 0 0 20 0 22 0 335598399 12137111552 225199 33554432000 1073741824 1073778376 140737349891520 140064781726584 140065410775936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

/proc/17617/statm: 2963162 1013475 2291 9 0 2953849 0
[pid=17617/tid=17619] ppid=17615 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/17617/task/17619/stat : 17619 (java) S 17615 17617 4583 0 -1 4202560 3993 0 1 0 96 7 0 0 20 0 22 0 335598297 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140065577551000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17620] ppid=17615 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/17617/task/17620/stat : 17620 (java) S 17615 17617 4583 0 -1 4202560 347 0 0 0 85 9 0 0 20 0 22 0 335598300 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140065532304296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17621] ppid=17615 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/17617/task/17621/stat : 17621 (java) S 17615 17617 4583 0 -1 4202560 318 0 0 0 83 9 0 0 20 0 22 0 335598300 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140065531251752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17622] ppid=17615 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/17617/task/17622/stat : 17622 (java) S 17615 17617 4583 0 -1 4202560 387 0 0 0 88 10 0 0 20 0 22 0 335598300 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140065530198696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17623] ppid=17615 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/17617/task/17623/stat : 17623 (java) S 17615 17617 4583 0 -1 4202560 394 0 0 0 84 11 0 0 20 0 22 0 335598300 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140065529146152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17624] ppid=17615 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/17617/task/17624/stat : 17624 (java) S 17615 17617 4583 0 -1 4202560 395 0 0 0 87 10 0 0 20 0 22 0 335598300 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140065409853864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17625] ppid=17615 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/17617/task/17625/stat : 17625 (java) S 17615 17617 4583 0 -1 4202560 378 0 0 0 89 12 0 0 20 0 22 0 335598300 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140065408801320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17626] ppid=17615 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/17617/task/17626/stat : 17626 (java) S 17615 17617 4583 0 -1 4202560 345 0 0 0 82 8 0 0 20 0 22 0 335598300 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140065407748264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17627] ppid=17615 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/17617/task/17627/stat : 17627 (java) S 17615 17617 4583 0 -1 4202560 273 0 0 0 91 10 0 0 20 0 22 0 335598300 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140065406695720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17628] ppid=17615 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/17617/task/17628/stat : 17628 (java) S 17615 17617 4583 0 -1 4202560 80 0 0 0 27 16 0 0 20 0 22 0 335598301 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140065394498408 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17629] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17629/stat : 17629 (java) S 17615 17617 4583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140064789096312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17630] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17630/stat : 17630 (java) S 17615 17617 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140064788043144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17631] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17631/stat : 17631 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140064786991888 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17632] ppid=17615 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/17617/task/17632/stat : 17632 (java) S 17615 17617 4583 0 -1 4202560 5424 0 0 0 87 2 0 0 20 0 22 0 335598304 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140064785938744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17633] ppid=17615 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/17617/task/17633/stat : 17633 (java) S 17615 17617 4583 0 -1 4202560 4188 0 0 0 102 1 0 0 20 0 22 0 335598304 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140064784886200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17634] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17634/stat : 17634 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140064783833336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17635] ppid=17615 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/17617/task/17635/stat : 17635 (java) S 17615 17617 4583 0 -1 4202560 50 0 0 0 17 14 0 0 20 0 22 0 335598304 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140064782781000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17636] ppid=17615 vsize=11852648 CPUtime=875.86 cores=0,2,4,6
/proc/17617/task/17636/stat : 17636 (java) R 17615 17617 4583 0 -1 4202560 206 0 0 0 87570 16 0 0 20 0 22 0 335598399 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140064781726144 140065410932243 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17637] ppid=17615 vsize=11852648 CPUtime=875.89 cores=0,2,4,6
/proc/17617/task/17637/stat : 17637 (java) R 17615 17617 4583 0 -1 4202560 1661 0 0 0 87516 73 0 0 20 0 22 0 335598399 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140064780671728 140065411002051 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17638] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17638/stat : 17638 (java) S 17615 17617 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335598402 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140064779621672 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17639] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17639/stat : 17639 (java) S 17615 17617 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335598402 12137111552 1013475 33554432000 1073741824 1073778376 140737349891520 140064778569128 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1767.68
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.501 s]
/proc/loadavg: 4.01 3.99 3.88 5/217 17711
/proc/meminfo: memFree=17926548/32873852 swapFree=6856/6856
[pid=17617] ppid=17615 vsize=11852648 CPUtime=1800.16 cores=0,2,4,6
/proc/17617/stat : 17617 (java) S 17615 17617 4583 0 -1 4202496 19653 0 1 0 179838 178 0 0 20 0 22 0 335598296 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140737349882656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17617/statm: 2963162 1019619 2291 9 0 2953849 0
[pid=17617/tid=17619] ppid=17615 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/17617/task/17619/stat : 17619 (java) S 17615 17617 4583 0 -1 4202560 3993 0 1 0 96 7 0 0 20 0 22 0 335598297 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065577551000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17620] ppid=17615 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/17617/task/17620/stat : 17620 (java) S 17615 17617 4583 0 -1 4202560 347 0 0 0 87 9 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065532304296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17621] ppid=17615 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/17617/task/17621/stat : 17621 (java) S 17615 17617 4583 0 -1 4202560 328 0 0 0 86 9 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065531251752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17622] ppid=17615 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/17617/task/17622/stat : 17622 (java) S 17615 17617 4583 0 -1 4202560 390 0 0 0 90 10 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065530198696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17623] ppid=17615 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/17617/task/17623/stat : 17623 (java) S 17615 17617 4583 0 -1 4202560 395 0 0 0 86 11 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065529146152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17624] ppid=17615 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/17617/task/17624/stat : 17624 (java) S 17615 17617 4583 0 -1 4202560 397 0 0 0 91 10 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065409853864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17625] ppid=17615 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/17617/task/17625/stat : 17625 (java) S 17615 17617 4583 0 -1 4202560 379 0 0 0 91 12 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065408801320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17626] ppid=17615 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/17617/task/17626/stat : 17626 (java) S 17615 17617 4583 0 -1 4202560 346 0 0 0 83 8 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065407748264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17627] ppid=17615 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/17617/task/17627/stat : 17627 (java) S 17615 17617 4583 0 -1 4202560 276 0 0 0 93 10 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065406695720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17628] ppid=17615 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/17617/task/17628/stat : 17628 (java) S 17615 17617 4583 0 -1 4202560 80 0 0 0 27 16 0 0 20 0 22 0 335598301 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065394498408 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17629] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17629/stat : 17629 (java) S 17615 17617 4583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064789096312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17630] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17630/stat : 17630 (java) S 17615 17617 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064788043144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17631] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17631/stat : 17631 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064786991888 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17632] ppid=17615 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/17617/task/17632/stat : 17632 (java) S 17615 17617 4583 0 -1 4202560 5424 0 0 0 87 2 0 0 20 0 22 0 335598304 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064785938744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17633] ppid=17615 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/17617/task/17633/stat : 17633 (java) S 17615 17617 4583 0 -1 4202560 4188 0 0 0 102 1 0 0 20 0 22 0 335598304 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064784886200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17634] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17634/stat : 17634 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064783833336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17635] ppid=17615 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/17617/task/17635/stat : 17635 (java) S 17615 17617 4583 0 -1 4202560 50 0 0 0 17 14 0 0 20 0 22 0 335598304 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064782781000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17636] ppid=17615 vsize=11852648 CPUtime=891.96 cores=0,2,4,6
/proc/17617/task/17636/stat : 17636 (java) R 17615 17617 4583 0 -1 4202560 211 0 0 0 89179 17 0 0 20 0 22 0 335598399 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064781725536 140065410633376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17637] ppid=17615 vsize=11852648 CPUtime=892 cores=0,2,4,6
/proc/17617/task/17637/stat : 17637 (java) R 17615 17617 4583 0 -1 4202560 1661 0 0 0 89127 73 0 0 20 0 22 0 335598399 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064780671712 140065410998642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17638] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17638/stat : 17638 (java) S 17615 17617 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335598402 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064779621672 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17639] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17639/stat : 17639 (java) S 17615 17617 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335598402 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064778569128 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 11852648

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

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

[startup+898.501 s]
/proc/loadavg: 4.01 3.99 3.88 5/217 17711
/proc/meminfo: memFree=17926548/32873852 swapFree=6856/6856
[pid=17617] ppid=17615 vsize=11852648 CPUtime=1800.16 cores=0,2,4,6
/proc/17617/stat : 17617 (java) S 17615 17617 4583 0 -1 4202496 19653 0 1 0 179838 178 0 0 20 0 22 0 335598296 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140737349882656 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17617/statm: 2963162 1019619 2291 9 0 2953849 0
[pid=17617/tid=17619] ppid=17615 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/17617/task/17619/stat : 17619 (java) S 17615 17617 4583 0 -1 4202560 3993 0 1 0 96 7 0 0 20 0 22 0 335598297 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065577551000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17620] ppid=17615 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/17617/task/17620/stat : 17620 (java) S 17615 17617 4583 0 -1 4202560 347 0 0 0 87 9 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065532304296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17621] ppid=17615 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/17617/task/17621/stat : 17621 (java) S 17615 17617 4583 0 -1 4202560 328 0 0 0 86 9 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065531251752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17622] ppid=17615 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/17617/task/17622/stat : 17622 (java) S 17615 17617 4583 0 -1 4202560 390 0 0 0 90 10 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065530198696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17623] ppid=17615 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/17617/task/17623/stat : 17623 (java) S 17615 17617 4583 0 -1 4202560 395 0 0 0 86 11 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065529146152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17624] ppid=17615 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/17617/task/17624/stat : 17624 (java) S 17615 17617 4583 0 -1 4202560 397 0 0 0 91 10 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065409853864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17625] ppid=17615 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/17617/task/17625/stat : 17625 (java) S 17615 17617 4583 0 -1 4202560 379 0 0 0 91 12 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065408801320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17626] ppid=17615 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/17617/task/17626/stat : 17626 (java) S 17615 17617 4583 0 -1 4202560 346 0 0 0 83 8 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065407748264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17627] ppid=17615 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/17617/task/17627/stat : 17627 (java) S 17615 17617 4583 0 -1 4202560 276 0 0 0 93 10 0 0 20 0 22 0 335598300 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065406695720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17628] ppid=17615 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/17617/task/17628/stat : 17628 (java) S 17615 17617 4583 0 -1 4202560 80 0 0 0 27 16 0 0 20 0 22 0 335598301 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140065394498408 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17629] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17629/stat : 17629 (java) S 17615 17617 4583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064789096312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17630] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17630/stat : 17630 (java) S 17615 17617 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335598301 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064788043144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17631] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17631/stat : 17631 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064786991888 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17632] ppid=17615 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/17617/task/17632/stat : 17632 (java) S 17615 17617 4583 0 -1 4202560 5424 0 0 0 87 2 0 0 20 0 22 0 335598304 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064785938744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17633] ppid=17615 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/17617/task/17633/stat : 17633 (java) S 17615 17617 4583 0 -1 4202560 4188 0 0 0 102 1 0 0 20 0 22 0 335598304 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064784886200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17634] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17634/stat : 17634 (java) S 17615 17617 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335598304 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064783833336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17617/tid=17635] ppid=17615 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/17617/task/17635/stat : 17635 (java) S 17615 17617 4583 0 -1 4202560 50 0 0 0 17 14 0 0 20 0 22 0 335598304 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064782781000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17636] ppid=17615 vsize=11852648 CPUtime=891.96 cores=0,2,4,6
/proc/17617/task/17636/stat : 17636 (java) R 17615 17617 4583 0 -1 4202560 211 0 0 0 89179 17 0 0 20 0 22 0 335598399 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064781725536 140065410633376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17617/tid=17637] ppid=17615 vsize=11852648 CPUtime=892 cores=0,2,4,6
/proc/17617/task/17637/stat : 17637 (java) R 17615 17617 4583 0 -1 4202560 1661 0 0 0 89127 73 0 0 20 0 22 0 335598399 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064780671712 140065410998642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17617/tid=17638] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17638/stat : 17638 (java) S 17615 17617 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335598402 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064779621672 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17617/tid=17639] ppid=17615 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/17617/task/17639/stat : 17639 (java) S 17615 17617 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335598402 12137111552 1019619 33554432000 1073741824 1073778376 140737349891520 140064778569128 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17617 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=578334
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=253657
# CPU time returned by wait4() is 1795.83
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.538
CPU time (s): 1800.16
CPU user time (s): 1798.38
CPU system time (s): 1.78
CPU usage (%): 200.343
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.58
system time used= 2.25366
maximum resident set size= 4078600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19684
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29324
involuntary context switches= 33050

runsolver used 3.33149 second user time and 7.96279 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-03 05:38:48
IDJOB=3735310
IDBENCH=2963
IDSOLVER=2328
FILE ID=node129/3735310-1338694728
RUNJOBID= node129-1338679212-13349
PBS_JOBID= 14636684
Free space on /tmp= 70436 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735310-1338694728/watcher-3735310-1338694728 -o /tmp/evaluation-result-3735310-1338694728/solver-3735310-1338694728 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3735310-1338694728.opb

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

MD5SUM BENCH= 80cd942b10c7098d47a9e31c7b11aaed
RANDOM SEED=1130866079

node129.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.957
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.91
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.957
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.957
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.91
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.957
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.957
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.90
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.957
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.92
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        23049432 kB
Buffers:          460988 kB
Cached:          5664184 kB
SwapCached:            0 kB
Active:          5409200 kB
Inactive:        3530828 kB
Active(anon):    2806508 kB
Inactive(anon):    10748 kB
Active(file):    2602692 kB
Inactive(file):  3520080 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3984 kB
Writeback:             4 kB
AnonPages:       2823928 kB
Mapped:            22624 kB
Shmem:               204 kB
Slab:             741128 kB
SReclaimable:     183308 kB
SUnreclaim:       557820 kB
KernelStack:        1600 kB
PageTables:         9832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10457500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2762752 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= 70480 MiB
End job on node129 at 2012-06-03 05:53:49