Trace number 3687960

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

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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3687960-1337874925.opb
0.10/0.12	c reading problem ... 
4.10/2.64	c ... done. Wall clock time 2.526s.
4.10/2.64	c declared #vars     54540
4.10/2.64	c #constraints  2220
4.10/2.64	c constraints type 
4.10/2.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2220
4.10/2.64	c 2220 constraints processed.
4.10/2.64	c constraints type 
4.10/2.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2220
4.10/2.64	c 2220 constraints processed.
4.10/2.64	c objective function length is 47190 literals
420.23/209.89	c cleaning 2499 clauses out of 5001 with flag 5001/5001
555.16/278.03	c cleaning 0 clauses out of 5000 with flag 0/5000
768.54/384.76	c cleaning 4249 clauses out of 8502 with flag 11001/11001
840.69/421.21	c cleaning 0 clauses out of 11000 with flag 0/11000
1168.76/585.56	c cleaning 5623 clauses out of 11252 with flag 18000/18000
1335.24/670.27	c cleaning 0 clauses out of 18000 with flag 0/18000
1584.07/795.41	c cleaning 6809 clauses out of 13629 with flag 26000/26000
1675.25/841.78	c cleaning 0 clauses out of 26001 with flag 0/26001
1800.05/904.71	c starts		: 55
1800.05/904.71	c conflicts		: 29926
1800.05/904.71	c decisions		: 66632
1800.05/904.71	c propagations		: 6903538
1800.05/904.71	c inspects		: 63305718
1800.05/904.71	c shortcuts		: 0
1800.05/904.71	c learnt literals	: 0
1800.05/904.71	c learnt binary clauses	: 0
1800.05/904.71	c learnt ternary clauses	: 0
1800.05/904.71	c learnt constraints	: 29926
1800.05/904.71	c ignored constraints	: 0
1800.05/904.71	c root simplifications	: 0
1800.05/904.71	c removed literals (reason simplification)	: 45715
1800.05/904.71	c reason swapping (by a shorter reason)	: 0
1800.05/904.71	c Calls to reduceDB	: 4
1800.05/904.71	c number of reductions to clauses (during analyze)	: 0
1800.05/904.71	c number of learned constraints concerned by reduction	: 0
1800.05/904.71	c number of learning phase by resolution	: 0
1800.05/904.71	c number of learning phase by cutting planes	: 0
1800.05/904.71	c speed (assignments/second)	: 7654.6601853473985
1800.05/904.71	c non guided choices	0
1800.05/904.72	c learnt constraints type 
1800.05/904.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10746
1800.05/904.72	c constraints type 
1800.05/904.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2220
1800.05/904.72	c 2220 constraints processed.
1800.05/904.72	c constraints type 
1800.05/904.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2220
1800.05/904.72	c 2220 constraints processed.
1800.05/904.72	s UNKNOWN
1800.05/904.72	c Total wall clock time (in seconds): 904.599

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-3687960-1337874925/watcher-3687960-1337874925 -o /tmp/evaluation-result-3687960-1337874925/solver-3687960-1337874925 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687960-1337874925.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.36 3.58 3.46 4/197 21620
/proc/meminfo: memFree=28512848/32873844 swapFree=6856/6856
[pid=21620] ppid=21618 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/21620/stat : 21620 (java) R 21618 21620 20503 0 -1 4202496 977 0 0 0 0 0 0 0 20 0 1 0 253621051 23793664 706 33554432000 1073741824 1073778376 140736279231136 140736279220200 270109020713 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21620/statm: 5809 706 521 9 0 128 0

[startup+0.0136861 s]
/proc/loadavg: 3.36 3.58 3.46 4/197 21620
/proc/meminfo: memFree=28512848/32873844 swapFree=6856/6856
[pid=21620] ppid=21618 vsize=8482100 CPUtime=0 cores=0,2,4,6
/proc/21620/stat : 21620 (java) S 21618 21620 20503 0 -1 4202496 1820 0 1 0 0 0 0 0 20 0 2 0 253621051 8685670400 2014 33554432000 1073741824 1073778376 140736279231136 140736279222272 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21620/statm: 2120525 2035 941 9 0 2111634 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8482100

[startup+0.100332 s]
/proc/loadavg: 3.36 3.58 3.46 4/197 21620
/proc/meminfo: memFree=28512848/32873844 swapFree=6856/6856
[pid=21620] ppid=21618 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/21620/stat : 21620 (java) S 21618 21620 20503 0 -1 4202496 4287 0 1 0 9 1 0 0 20 0 18 0 253621051 9787813888 5494 33554432000 1073741824 1073778376 140736279231136 140736279222272 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21620/statm: 2389603 5496 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300329 s]
/proc/loadavg: 3.36 3.58 3.46 4/197 21620
/proc/meminfo: memFree=28512848/32873844 swapFree=6856/6856
[pid=21620] ppid=21618 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/21620/stat : 21620 (java) S 21618 21620 20503 0 -1 4202496 6758 0 1 0 48 2 0 0 20 0 18 0 253621051 9787813888 12305 33554432000 1073741824 1073778376 140736279231136 140736279222272 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21620/statm: 2389603 12305 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700341 s]
/proc/loadavg: 3.36 3.58 3.46 4/197 21620
/proc/meminfo: memFree=28512848/32873844 swapFree=6856/6856
[pid=21620] ppid=21618 vsize=9558412 CPUtime=1.25 cores=0,2,4,6
/proc/21620/stat : 21620 (java) S 21618 21620 20503 0 -1 4202496 7273 0 1 0 116 9 0 0 20 0 18 0 253621051 9787813888 49861 33554432000 1073741824 1073778376 140736279231136 140736279222272 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21620/statm: 2389603 49861 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9558412

[startup+1.50073 s]
/proc/loadavg: 3.36 3.58 3.46 11/215 21638
/proc/meminfo: memFree=28283860/32873844 swapFree=6856/6856
[pid=21620] ppid=21618 vsize=9558412 CPUtime=2.26 cores=0,2,4,6
/proc/21620/stat : 21620 (java) S 21618 21620 20503 0 -1 4202496 7758 0 1 0 211 15 0 0 20 0 18 0 253621051 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 140736279222272 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21620/statm: 2389603 76841 2255 9 0 2380296 0
[pid=21620/tid=21622] ppid=21618 vsize=9558412 CPUtime=1.33 cores=0,2,4,6
/proc/21620/task/21622/stat : 21622 (java) R 21618 21620 20503 0 -1 4202560 2548 0 1 0 129 4 0 0 20 0 18 0 253621051 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920582189040 139920455265515 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21623] ppid=21618 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/21620/task/21623/stat : 21623 (java) S 21618 21620 20503 0 -1 4202560 135 0 0 0 7 3 0 0 20 0 18 0 253621052 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920426183208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21624] ppid=21618 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/21620/task/21624/stat : 21624 (java) S 21618 21620 20503 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 253621052 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920425130408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21625] ppid=21618 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/21620/task/21625/stat : 21625 (java) S 21618 21620 20503 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 18 0 253621052 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920424077608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21626] ppid=21618 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/21620/task/21626/stat : 21626 (java) S 21618 21620 20503 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 18 0 253621052 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920423024808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21627] ppid=21618 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/21620/task/21627/stat : 21627 (java) S 21618 21620 20503 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 18 0 253621052 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920421973032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21628] ppid=21618 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/21620/task/21628/stat : 21628 (java) S 21618 21620 20503 0 -1 4202560 111 0 0 0 4 0 0 0 20 0 18 0 253621052 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920420920232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21629] ppid=21618 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/21620/task/21629/stat : 21629 (java) S 21618 21620 20503 0 -1 4202560 121 0 0 0 6 1 0 0 20 0 18 0 253621052 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920419867432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21630] ppid=21618 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/21620/task/21630/stat : 21630 (java) S 21618 21620 20503 0 -1 4202560 100 0 0 0 3 0 0 0 20 0 18 0 253621052 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920418814632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21631] ppid=21618 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21631/stat : 21631 (java) S 21618 21620 20503 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 253621053 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920406403560 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21632] ppid=21618 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21632/stat : 21632 (java) S 21618 21620 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253621054 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920405349624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21633] ppid=21618 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21633/stat : 21633 (java) S 21618 21620 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253621054 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920404296712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21634] ppid=21618 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21634/stat : 21634 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253621056 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920403245200 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21635] ppid=21618 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/21620/task/21635/stat : 21635 (java) S 21618 21620 20503 0 -1 4202560 1058 0 0 0 17 0 0 0 20 0 18 0 253621056 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920402193336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21636] ppid=21618 vsize=9558412 CPUtime=0.21 cores=0,2,4,6
/proc/21620/task/21636/stat : 21636 (java) S 21618 21620 20503 0 -1 4202560 2335 0 0 0 21 0 0 0 20 0 18 0 253621056 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920401140536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21637] ppid=21618 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21637/stat : 21637 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253621056 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920400087928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21638] ppid=21618 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21638/stat : 21638 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253621056 9787813888 76841 33554432000 1073741824 1073778376 140736279231136 139920399035336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9558412

[startup+3.10069 s]
/proc/loadavg: 3.33 3.57 3.46 4/215 21638
/proc/meminfo: memFree=28079868/32873844 swapFree=6856/6856
[pid=21620] ppid=21618 vsize=9824668 CPUtime=5.34 cores=0,2,4,6
/proc/21620/stat : 21620 (java) S 21618 21620 20503 0 -1 4202496 9728 0 1 0 497 37 0 0 20 0 22 0 253621051 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 140736279222272 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21620/statm: 2456167 131803 2262 9 0 2446860 0
[pid=21620/tid=21622] ppid=21618 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/21620/task/21622/stat : 21622 (java) S 21618 21620 20503 0 -1 4202560 2580 0 1 0 220 4 0 0 20 0 22 0 253621051 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920582198264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21623] ppid=21618 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/21620/task/21623/stat : 21623 (java) S 21618 21620 20503 0 -1 4202560 158 0 0 0 13 3 0 0 20 0 22 0 253621052 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920426183208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21624] ppid=21618 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/21620/task/21624/stat : 21624 (java) S 21618 21620 20503 0 -1 4202560 80 0 0 0 11 3 0 0 20 0 22 0 253621052 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920425130408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21625] ppid=21618 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/21620/task/21625/stat : 21625 (java) S 21618 21620 20503 0 -1 4202560 66 0 0 0 11 3 0 0 20 0 22 0 253621052 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920424077608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21626] ppid=21618 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/21620/task/21626/stat : 21626 (java) S 21618 21620 20503 0 -1 4202560 79 0 0 0 13 4 0 0 20 0 22 0 253621052 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920423024808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21627] ppid=21618 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/21620/task/21627/stat : 21627 (java) S 21618 21620 20503 0 -1 4202560 71 0 0 0 8 4 0 0 20 0 22 0 253621052 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920421973032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21628] ppid=21618 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/21620/task/21628/stat : 21628 (java) S 21618 21620 20503 0 -1 4202560 177 0 0 0 12 4 0 0 20 0 22 0 253621052 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920420920232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21629] ppid=21618 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/21620/task/21629/stat : 21629 (java) S 21618 21620 20503 0 -1 4202560 183 0 0 0 15 5 0 0 20 0 22 0 253621052 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920419867432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21630] ppid=21618 vsize=9824668 CPUtime=0.21 cores=0,2,4,6
/proc/21620/task/21630/stat : 21630 (java) S 21618 21620 20503 0 -1 4202560 181 0 0 0 17 4 0 0 20 0 22 0 253621052 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920418814632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21631] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21631/stat : 21631 (java) S 21618 21620 20503 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 253621053 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920406403560 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21632] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21632/stat : 21632 (java) S 21618 21620 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253621054 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920405349624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21633] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21633/stat : 21633 (java) S 21618 21620 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253621054 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920404296712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21634] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21634/stat : 21634 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253621056 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920403245200 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21635] ppid=21618 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/21620/task/21635/stat : 21635 (java) S 21618 21620 20503 0 -1 4202560 2269 0 0 0 35 0 0 0 20 0 22 0 253621056 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920402193336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21636] ppid=21618 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/21620/task/21636/stat : 21636 (java) S 21618 21620 20503 0 -1 4202560 2462 0 0 0 36 0 0 0 20 0 22 0 253621056 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920401140536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21637] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21637/stat : 21637 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253621056 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920400087928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21638] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21638/stat : 21638 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253621056 10060460032 131803 33554432000 1073741824 1073778376 140736279231136 139920399035336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.33 3.57 3.46 5/219 21642
/proc/meminfo: memFree=27984516/32873844 swapFree=6856/6856
[pid=21620] ppid=21618 vsize=9824668 CPUtime=12.07 cores=0,2,4,6
/proc/21620/stat : 21620 (java) S 21618 21620 20503 0 -1 4202496 11410 0 1 0 1169 38 0 0 20 0 22 0 253621051 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 140736279222272 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21620/statm: 2456167 132591 2263 9 0 2446860 0
[pid=21620/tid=21622] ppid=21618 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/21620/task/21622/stat : 21622 (java) S 21618 21620 20503 0 -1 4202560 2581 0 1 0 220 4 0 0 20 0 22 0 253621051 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920582198264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21623] ppid=21618 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/21620/task/21623/stat : 21623 (java) S 21618 21620 20503 0 -1 4202560 158 0 0 0 13 3 0 0 20 0 22 0 253621052 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920426183208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21624] ppid=21618 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/21620/task/21624/stat : 21624 (java) S 21618 21620 20503 0 -1 4202560 80 0 0 0 11 3 0 0 20 0 22 0 253621052 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920425130408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21625] ppid=21618 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/21620/task/21625/stat : 21625 (java) S 21618 21620 20503 0 -1 4202560 66 0 0 0 11 3 0 0 20 0 22 0 253621052 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920424077608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21626] ppid=21618 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/21620/task/21626/stat : 21626 (java) S 21618 21620 20503 0 -1 4202560 79 0 0 0 13 4 0 0 20 0 22 0 253621052 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920423024808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21627] ppid=21618 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/21620/task/21627/stat : 21627 (java) S 21618 21620 20503 0 -1 4202560 71 0 0 0 8 4 0 0 20 0 22 0 253621052 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920421973032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21628] ppid=21618 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/21620/task/21628/stat : 21628 (java) S 21618 21620 20503 0 -1 4202560 177 0 0 0 12 4 0 0 20 0 22 0 253621052 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920420920232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21629] ppid=21618 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/21620/task/21629/stat : 21629 (java) S 21618 21620 20503 0 -1 4202560 183 0 0 0 15 5 0 0 20 0 22 0 253621052 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920419867432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21630] ppid=21618 vsize=9824668 CPUtime=0.21 cores=0,2,4,6
/proc/21620/task/21630/stat : 21630 (java) S 21618 21620 20503 0 -1 4202560 181 0 0 0 17 4 0 0 20 0 22 0 253621052 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920418814632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21631] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21631/stat : 21631 (java) S 21618 21620 20503 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 253621053 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920406403560 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21632] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21632/stat : 21632 (java) S 21618 21620 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253621054 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920405349624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21633] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21633/stat : 21633 (java) S 21618 21620 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253621054 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920404296712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21634] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21634/stat : 21634 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253621056 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920403245200 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21635] ppid=21618 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/21620/task/21635/stat : 21635 (java) S 21618 21620 20503 0 -1 4202560 3449 0 0 0 56 2 0 0 20 0 22 0 253621056 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920402193336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21636] ppid=21618 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/21620/task/21636/stat : 21636 (java) S 21618 21620 20503 0 -1 4202560 2896 0 0 0 50 0 0 0 20 0 22 0 253621056 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920401140536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21637] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21637/stat : 21637 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253621056 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920400087928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21638] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21638/stat : 21638 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253621056 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920399035336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21639] ppid=21618 vsize=9824668 CPUtime=3.61 cores=0,2,4,6
/proc/21620/task/21639/stat : 21639 (java) R 21618 21620 20503 0 -1 4202560 35 0 0 0 361 0 0 0 20 0 22 0 253621315 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920397978424 139920455297562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21640] ppid=21618 vsize=9824668 CPUtime=3.6 cores=0,2,4,6
/proc/21620/task/21640/stat : 21640 (java) R 21618 21620 20503 0 -1 4202560 69 0 0 0 360 0 0 0 20 0 22 0 253621315 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920396926400 139920455424550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21641] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21641/stat : 21641 (java) S 21618 21620 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253621335 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920395875240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21642] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21642/stat : 21642 (java) S 21618 21620 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253621339 10060460032 132591 33554432000 1073741824 1073778376 140736279231136 139920394822440 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 9824668

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

/proc/21620/statm: 2456167 881858 2277 9 0 2446860 0
[pid=21620/tid=21622] ppid=21618 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/21620/task/21622/stat : 21622 (java) S 21618 21620 20503 0 -1 4202560 2592 0 1 0 223 5 0 0 20 0 22 0 253621051 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920582198264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21623] ppid=21618 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/21620/task/21623/stat : 21623 (java) S 21618 21620 20503 0 -1 4202560 278 0 0 0 102 9 0 0 20 0 22 0 253621052 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920426183208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21624] ppid=21618 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/21620/task/21624/stat : 21624 (java) S 21618 21620 20503 0 -1 4202560 228 0 0 0 79 8 0 0 20 0 22 0 253621052 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920425130408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21625] ppid=21618 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/21620/task/21625/stat : 21625 (java) S 21618 21620 20503 0 -1 4202560 216 0 0 0 92 11 0 0 20 0 22 0 253621052 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920424077608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21626] ppid=21618 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/21620/task/21626/stat : 21626 (java) S 21618 21620 20503 0 -1 4202560 222 0 0 0 102 11 0 0 20 0 22 0 253621052 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920423024808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21627] ppid=21618 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/21620/task/21627/stat : 21627 (java) S 21618 21620 20503 0 -1 4202560 210 0 0 0 85 11 0 0 20 0 22 0 253621052 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920421973032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21628] ppid=21618 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/21620/task/21628/stat : 21628 (java) S 21618 21620 20503 0 -1 4202560 322 0 0 0 103 11 0 0 20 0 22 0 253621052 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920420920232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21629] ppid=21618 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/21620/task/21629/stat : 21629 (java) S 21618 21620 20503 0 -1 4202560 329 0 0 0 96 12 0 0 20 0 22 0 253621052 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920419867432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21630] ppid=21618 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/21620/task/21630/stat : 21630 (java) S 21618 21620 20503 0 -1 4202560 356 0 0 0 113 12 0 0 20 0 22 0 253621052 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920418814632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21631] ppid=21618 vsize=9824668 CPUtime=14.6 cores=0,2,4,6
/proc/21620/task/21631/stat : 21631 (java) S 21618 21620 20503 0 -1 4202560 2785 0 0 0 1448 12 0 0 20 0 22 0 253621053 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920406403560 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21632] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21632/stat : 21632 (java) S 21618 21620 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253621054 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920405349624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21633] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21633/stat : 21633 (java) S 21618 21620 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253621054 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920404296712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21634] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21634/stat : 21634 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253621056 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920403245200 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21635] ppid=21618 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/21620/task/21635/stat : 21635 (java) S 21618 21620 20503 0 -1 4202560 11126 0 0 0 181 4 0 0 20 0 22 0 253621056 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920402193336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21636] ppid=21618 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/21620/task/21636/stat : 21636 (java) S 21618 21620 20503 0 -1 4202560 13760 0 0 0 144 3 0 0 20 0 22 0 253621056 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920401140536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21637] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21637/stat : 21637 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253621056 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920400087928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21638] ppid=21618 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/21620/task/21638/stat : 21638 (java) S 21618 21620 20503 0 -1 4202560 51 0 0 0 19 13 0 0 20 0 22 0 253621056 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920399035336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21639] ppid=21618 vsize=9824668 CPUtime=860.69 cores=0,2,4,6
/proc/21620/task/21639/stat : 21639 (java) R 21618 21620 20503 0 -1 4202560 103 0 0 0 86054 15 0 0 20 0 22 0 253621315 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920397979136 139920455411891 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21640] ppid=21618 vsize=9824668 CPUtime=860.77 cores=0,2,4,6
/proc/21620/task/21640/stat : 21640 (java) R 21618 21620 20503 0 -1 4202560 1619 0 0 0 86038 39 0 0 20 0 22 0 253621315 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920396925440 139920455424535 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21641] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21641/stat : 21641 (java) S 21618 21620 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253621335 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920395875240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21642] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21642/stat : 21642 (java) S 21618 21620 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253621339 10060460032 881858 33554432000 1073741824 1073778376 140736279231136 139920394822440 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1755.14
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.701 s]
/proc/loadavg: 4.24 4.05 3.80 5/220 21736
/proc/meminfo: memFree=25197084/32873844 swapFree=6856/6856
[pid=21620] ppid=21618 vsize=9824668 CPUtime=1800.05 cores=0,2,4,6
/proc/21620/stat : 21620 (java) S 21618 21620 20503 0 -1 4202496 35394 0 1 0 179845 160 0 0 20 0 22 0 253621051 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 140736279222272 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21620/statm: 2456167 881491 2277 9 0 2446860 0
[pid=21620/tid=21622] ppid=21618 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/21620/task/21622/stat : 21622 (java) S 21618 21620 20503 0 -1 4202560 2592 0 1 0 223 5 0 0 20 0 22 0 253621051 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920582198264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21623] ppid=21618 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/21620/task/21623/stat : 21623 (java) S 21618 21620 20503 0 -1 4202560 279 0 0 0 106 9 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920426183208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21624] ppid=21618 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/21620/task/21624/stat : 21624 (java) S 21618 21620 20503 0 -1 4202560 230 0 0 0 81 8 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920425130408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21625] ppid=21618 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/21620/task/21625/stat : 21625 (java) S 21618 21620 20503 0 -1 4202560 218 0 0 0 93 11 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920424077608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21626] ppid=21618 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/21620/task/21626/stat : 21626 (java) S 21618 21620 20503 0 -1 4202560 224 0 0 0 103 11 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920423024808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21627] ppid=21618 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/21620/task/21627/stat : 21627 (java) S 21618 21620 20503 0 -1 4202560 211 0 0 0 86 11 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920421973032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21628] ppid=21618 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/21620/task/21628/stat : 21628 (java) S 21618 21620 20503 0 -1 4202560 322 0 0 0 104 11 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920420920232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21629] ppid=21618 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/21620/task/21629/stat : 21629 (java) S 21618 21620 20503 0 -1 4202560 329 0 0 0 100 12 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920419867432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21630] ppid=21618 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/21620/task/21630/stat : 21630 (java) S 21618 21620 20503 0 -1 4202560 356 0 0 0 115 12 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920418814632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21631] ppid=21618 vsize=9824668 CPUtime=14.6 cores=0,2,4,6
/proc/21620/task/21631/stat : 21631 (java) S 21618 21620 20503 0 -1 4202560 2785 0 0 0 1448 12 0 0 20 0 22 0 253621053 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920406403560 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21632] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21632/stat : 21632 (java) S 21618 21620 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253621054 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920405349624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21633] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21633/stat : 21633 (java) S 21618 21620 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253621054 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920404296712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21634] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21634/stat : 21634 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253621056 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920403245200 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21635] ppid=21618 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/21620/task/21635/stat : 21635 (java) S 21618 21620 20503 0 -1 4202560 11126 0 0 0 181 4 0 0 20 0 22 0 253621056 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920402193336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21636] ppid=21618 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/21620/task/21636/stat : 21636 (java) S 21618 21620 20503 0 -1 4202560 13760 0 0 0 144 3 0 0 20 0 22 0 253621056 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920401140536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21637] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21637/stat : 21637 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253621056 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920400087928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21638] ppid=21618 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/21620/task/21638/stat : 21638 (java) S 21618 21620 20503 0 -1 4202560 53 0 0 0 20 13 0 0 20 0 22 0 253621056 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920399035336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21639] ppid=21618 vsize=9824668 CPUtime=883 cores=0,2,4,6
/proc/21620/task/21639/stat : 21639 (java) R 21618 21620 20503 0 -1 4202560 104 0 0 0 88285 15 0 0 20 0 22 0 253621315 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920397979152 139920455297606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21640] ppid=21618 vsize=9824668 CPUtime=883.08 cores=0,2,4,6
/proc/21620/task/21640/stat : 21640 (java) R 21618 21620 20503 0 -1 4202560 1619 0 0 0 88269 39 0 0 20 0 22 0 253621315 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920396925440 139920455424442 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21641] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21641/stat : 21641 (java) S 21618 21620 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253621335 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920395875240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21642] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21642/stat : 21642 (java) S 21618 21620 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253621339 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920394822440 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824668

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

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

[startup+904.701 s]
/proc/loadavg: 4.24 4.05 3.80 5/220 21736
/proc/meminfo: memFree=25197084/32873844 swapFree=6856/6856
[pid=21620] ppid=21618 vsize=9824668 CPUtime=1800.05 cores=0,2,4,6
/proc/21620/stat : 21620 (java) S 21618 21620 20503 0 -1 4202496 35394 0 1 0 179845 160 0 0 20 0 22 0 253621051 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 140736279222272 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21620/statm: 2456167 881491 2277 9 0 2446860 0
[pid=21620/tid=21622] ppid=21618 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/21620/task/21622/stat : 21622 (java) S 21618 21620 20503 0 -1 4202560 2592 0 1 0 223 5 0 0 20 0 22 0 253621051 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920582198264 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21623] ppid=21618 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/21620/task/21623/stat : 21623 (java) S 21618 21620 20503 0 -1 4202560 279 0 0 0 106 9 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920426183208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21624] ppid=21618 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/21620/task/21624/stat : 21624 (java) S 21618 21620 20503 0 -1 4202560 230 0 0 0 81 8 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920425130408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21625] ppid=21618 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/21620/task/21625/stat : 21625 (java) S 21618 21620 20503 0 -1 4202560 218 0 0 0 93 11 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920424077608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21626] ppid=21618 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/21620/task/21626/stat : 21626 (java) S 21618 21620 20503 0 -1 4202560 224 0 0 0 103 11 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920423024808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21627] ppid=21618 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/21620/task/21627/stat : 21627 (java) S 21618 21620 20503 0 -1 4202560 211 0 0 0 86 11 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920421973032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21628] ppid=21618 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/21620/task/21628/stat : 21628 (java) S 21618 21620 20503 0 -1 4202560 322 0 0 0 104 11 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920420920232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21629] ppid=21618 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/21620/task/21629/stat : 21629 (java) S 21618 21620 20503 0 -1 4202560 329 0 0 0 100 12 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920419867432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21630] ppid=21618 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/21620/task/21630/stat : 21630 (java) S 21618 21620 20503 0 -1 4202560 356 0 0 0 115 12 0 0 20 0 22 0 253621052 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920418814632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21631] ppid=21618 vsize=9824668 CPUtime=14.6 cores=0,2,4,6
/proc/21620/task/21631/stat : 21631 (java) S 21618 21620 20503 0 -1 4202560 2785 0 0 0 1448 12 0 0 20 0 22 0 253621053 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920406403560 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21632] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21632/stat : 21632 (java) S 21618 21620 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253621054 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920405349624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21633] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21633/stat : 21633 (java) S 21618 21620 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253621054 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920404296712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21634] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21634/stat : 21634 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253621056 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920403245200 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21635] ppid=21618 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/21620/task/21635/stat : 21635 (java) S 21618 21620 20503 0 -1 4202560 11126 0 0 0 181 4 0 0 20 0 22 0 253621056 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920402193336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21636] ppid=21618 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/21620/task/21636/stat : 21636 (java) S 21618 21620 20503 0 -1 4202560 13760 0 0 0 144 3 0 0 20 0 22 0 253621056 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920401140536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21620/tid=21637] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21637/stat : 21637 (java) S 21618 21620 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253621056 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920400087928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21638] ppid=21618 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/21620/task/21638/stat : 21638 (java) S 21618 21620 20503 0 -1 4202560 53 0 0 0 20 13 0 0 20 0 22 0 253621056 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920399035336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21620/tid=21639] ppid=21618 vsize=9824668 CPUtime=883 cores=0,2,4,6
/proc/21620/task/21639/stat : 21639 (java) R 21618 21620 20503 0 -1 4202560 104 0 0 0 88285 15 0 0 20 0 22 0 253621315 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920397979152 139920455297606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21640] ppid=21618 vsize=9824668 CPUtime=883.08 cores=0,2,4,6
/proc/21620/task/21640/stat : 21640 (java) R 21618 21620 20503 0 -1 4202560 1619 0 0 0 88269 39 0 0 20 0 22 0 253621315 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920396925440 139920455424442 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21620/tid=21641] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21641/stat : 21641 (java) S 21618 21620 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253621335 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920395875240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21620/tid=21642] ppid=21618 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21620/task/21642/stat : 21642 (java) S 21618 21620 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253621339 10060460032 881491 33554432000 1073741824 1073778376 140736279231136 139920394822440 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21620 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=738310
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=923707
# CPU time returned by wait4() is 1795.66
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 904.735
CPU time (s): 1800.05
CPU user time (s): 1798.45
CPU system time (s): 1.6
CPU usage (%): 198.959
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.74
system time used= 1.92371
maximum resident set size= 3530880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35428
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22425
involuntary context switches= 21722

runsolver used 3.11153 second user time and 8.21475 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-24 17:55:26
IDJOB=3687960
IDBENCH=2464
IDSOLVER=2268
FILE ID=node106/3687960-1337874925
RUNJOBID= node106-1337871881-20519
PBS_JOBID= 14620098
Free space on /tmp= 71652 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
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= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687960-1337874925/watcher-3687960-1337874925 -o /tmp/evaluation-result-3687960-1337874925/solver-3687960-1337874925 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687960-1337874925.opb

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

MD5SUM BENCH= 180182351d074e1d8188f1fe7258cbed
RANDOM SEED=124125119

node106.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		: 2667.065
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	: 5334.13
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		: 2667.065
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		: 2667.065
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		: 2667.065
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.92
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		: 2667.065
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		: 2667.065
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.91
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		: 2667.065
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		: 2667.065
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:        28513196 kB
Buffers:          197512 kB
Cached:          2909920 kB
SwapCached:            0 kB
Active:          1167240 kB
Inactive:        2394964 kB
Active(anon):     457312 kB
Inactive(anon):        0 kB
Active(file):     709928 kB
Inactive(file):  2394964 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11628 kB
Writeback:             0 kB
AnonPages:        553244 kB
Mapped:            22620 kB
Shmem:               200 kB
Slab:             626272 kB
SReclaimable:      68676 kB
SUnreclaim:       557596 kB
KernelStack:        1816 kB
PageTables:         4960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1085792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    503808 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= 71652 MiB
End job on node106 at 2012-05-24 18:10:32