Trace number 3455404

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
Sat4j Res//CP 2.3.0? (TO) 1800.49 908.68

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__2048.opb
MD5SUMe46ee99ff2eeda0a495ba1d435f608b5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3072498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint2048
Maximum length of a constraint43009
Number of terms in the objective function 3072000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 105083645952
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 105083645952
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455404-1307196467.opb
0.10/0.11	c reading problem ... 
50.64/34.63	c ... done. Wall clock time 34.518s.
50.64/34.63	c #vars     3072498
50.64/34.63	c #constraints  2500
50.64/34.63	c constraints type 
50.64/34.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
50.64/34.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
50.64/34.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 996
50.64/34.63	c constraints type 
50.64/34.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
50.64/34.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
50.64/34.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1488.36/750.71	c cleaning 3072 clauses out of 6144 with flag 6144/6144
1800.18/908.42	c starts		: 4
1800.18/908.42	c conflicts		: 8179
1800.18/908.42	c decisions		: 10986587
1800.18/908.42	c propagations		: 19375321
1800.18/908.42	c inspects		: 52321142
1800.18/908.42	c shortcuts		: 0
1800.18/908.42	c learnt literals	: 0
1800.18/908.42	c learnt binary clauses	: 0
1800.18/908.42	c learnt ternary clauses	: 0
1800.18/908.42	c learnt constraints	: 8178
1800.18/908.42	c ignored constraints	: 0
1800.18/908.42	c root simplifications	: 0
1800.18/908.42	c removed literals (reason simplification)	: 3
1800.18/908.42	c reason swapping (by a shorter reason)	: 0
1800.18/908.42	c Calls to reduceDB	: 1
1800.18/908.42	c number of reductions to clauses (during analyze)	: 0
1800.18/908.42	c number of learned constraints concerned by reduction	: 0
1800.18/908.42	c number of learning phase by resolution	: 0
1800.18/908.42	c number of learning phase by cutting planes	: 0
1800.18/908.42	c speed (assignments/second)	: 22174.267975165232
1800.18/908.42	c non guided choices	2719372
1800.18/908.43	c learnt constraints type 
1800.18/908.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 5106
1800.18/908.43	c constraints type 
1800.18/908.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.18/908.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
1800.18/908.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 996
1800.18/908.43	c constraints type 
1800.18/908.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.18/908.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
1800.18/908.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.18/908.43	s UNKNOWN
1800.18/908.43	c Total wall clock time (in seconds): 908.315

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3455404-1307196467/watcher-3455404-1307196467 -o /tmp/evaluation-result-3455404-1307196467/solver-3455404-1307196467 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455404-1307196467.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.75 3.00 3.20 6/506 2825
/proc/meminfo: memFree=24168716/32951124 swapFree=63649284/67111528
[pid=2825] ppid=2823 vsize=31604 CPUtime=0 cores=1,3,5,7
/proc/2825/stat : 2825 (java) S 2823 2825 2501 0 -1 4202496 1268 0 0 0 0 0 0 0 24 0 2 0 831245550 32362496 988 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216450021 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/2825/statm: 7901 990 760 9 0 386 0
[pid=2825/tid=2826] ppid=2823 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2826/stat : 2826 (java) R 2823 2825 2501 0 -1 4202560 7333 0 1 0 0 0 0 0 25 0 2 0 831245551 10694979584 8150 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210204341307 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.03633 s]
/proc/loadavg: 1.75 3.00 3.20 6/506 2825
/proc/meminfo: memFree=24168716/32951124 swapFree=63649284/67111528
[pid=2825] ppid=2823 vsize=10530960 CPUtime=0.03 cores=1,3,5,7
/proc/2825/stat : 2825 (java) S 2823 2825 2501 0 -1 4202496 11060 0 1 0 2 1 0 0 24 0 11 0 831245550 10783703040 10760 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216450021 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/2825/statm: 2632740 10760 1629 9 0 2623488 0
[pid=2825/tid=2826] ppid=2823 vsize=10530960 CPUtime=0.02 cores=1,3,5,7
/proc/2825/task/2826/stat : 2826 (java) R 2823 2825 2501 0 -1 4202560 9935 0 1 0 1 1 0 0 19 0 11 0 831245551 10783703040 10760 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216474059 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10530960

[startup+0.100318 s]
/proc/loadavg: 1.75 3.00 3.20 6/506 2825
/proc/meminfo: memFree=24168716/32951124 swapFree=63649284/67111528
[pid=2825] ppid=2823 vsize=10540372 CPUtime=0.1 cores=1,3,5,7
/proc/2825/stat : 2825 (java) S 2823 2825 2501 0 -1 4202496 13046 0 1 0 8 2 0 0 24 0 18 0 831245550 10793340928 12715 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2825/statm: 2635093 12715 2092 9 0 2625827 0
[pid=2825/tid=2826] ppid=2823 vsize=10540372 CPUtime=0.08 cores=1,3,5,7
/proc/2825/task/2826/stat : 2826 (java) R 2823 2825 2501 0 -1 4202560 11105 0 1 0 7 1 0 0 25 0 18 0 831245551 10793340928 12715 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 47459388577304 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540372

[startup+0.300268 s]
/proc/loadavg: 1.75 3.00 3.20 6/506 2825
/proc/meminfo: memFree=24168716/32951124 swapFree=63649284/67111528
[pid=2825] ppid=2823 vsize=10541440 CPUtime=0.44 cores=1,3,5,7
/proc/2825/stat : 2825 (java) S 2823 2825 2501 0 -1 4202496 50152 0 1 0 38 6 0 0 24 0 18 0 831245550 10794434560 49662 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2825/statm: 2635360 49663 2197 9 0 2626094 0
[pid=2825/tid=2826] ppid=2823 vsize=10541440 CPUtime=0.28 cores=1,3,5,7
/proc/2825/task/2826/stat : 2826 (java) R 2823 2825 2501 0 -1 4202560 47477 0 1 0 23 5 0 0 25 0 18 0 831245551 10794434560 49664 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 46912505574339 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10541440

[startup+0.700218 s]
/proc/loadavg: 1.75 3.00 3.20 6/506 2825
/proc/meminfo: memFree=24168716/32951124 swapFree=63649284/67111528
[pid=2825] ppid=2823 vsize=10541440 CPUtime=0.86 cores=1,3,5,7
/proc/2825/stat : 2825 (java) S 2823 2825 2501 0 -1 4202496 81910 0 1 0 77 9 0 0 24 0 18 0 831245550 10794434560 81389 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2825/statm: 2635360 81392 2199 9 0 2626094 0
[pid=2825/tid=2826] ppid=2823 vsize=10541440 CPUtime=0.68 cores=1,3,5,7
/proc/2825/task/2826/stat : 2826 (java) R 2823 2825 2501 0 -1 4202560 79180 0 1 0 60 8 0 0 25 0 18 0 831245551 10794434560 81394 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 46912505569157 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10541440

[startup+1.50108 s]
/proc/loadavg: 1.75 3.00 3.20 3/524 2844
/proc/meminfo: memFree=23170404/32951124 swapFree=63649284/67111528
[pid=2825] ppid=2823 vsize=10541440 CPUtime=1.66 cores=1,3,5,7
/proc/2825/stat : 2825 (java) S 2823 2825 2501 0 -1 4202496 143768 0 1 0 150 16 0 0 24 0 18 0 831245550 10794434560 143248 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2825/statm: 2635360 143251 2199 9 0 2626094 0
[pid=2825/tid=2826] ppid=2823 vsize=10541440 CPUtime=1.48 cores=1,3,5,7
/proc/2825/task/2826/stat : 2826 (java) R 2823 2825 2501 0 -1 4202560 141038 0 1 0 133 15 0 0 25 0 18 0 831245551 10794434560 143252 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 46912505574478 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2825/tid=2828] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2828/stat : 2828 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10794434560 143254 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2829] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2829/stat : 2829 (java) S 2823 2825 2501 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831245552 10794434560 143256 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2830] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2830/stat : 2830 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10794434560 143258 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2831] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2831/stat : 2831 (java) S 2823 2825 2501 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831245552 10794434560 143260 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2832] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2832/stat : 2832 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10794434560 143262 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2834] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2834/stat : 2834 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10794434560 143264 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2835] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2835/stat : 2835 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 831245552 10794434560 143266 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2836] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2836/stat : 2836 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10794434560 143268 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2837] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2837/stat : 2837 (java) S 2823 2825 2501 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 831245553 10794434560 143270 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 0 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2838] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2838/stat : 2838 (java) S 2823 2825 2501 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 831245554 10794434560 143272 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2839] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2839/stat : 2839 (java) S 2823 2825 2501 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 831245554 10794434560 143274 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2840] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2840/stat : 2840 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 831245556 10794434560 143276 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216470961 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2841] ppid=2823 vsize=10541440 CPUtime=0.08 cores=1,3,5,7
/proc/2825/task/2841/stat : 2841 (java) S 2823 2825 2501 0 -1 4202560 731 0 0 0 8 0 0 0 18 0 18 0 831245556 10794434560 143278 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2842] ppid=2823 vsize=10541440 CPUtime=0.08 cores=1,3,5,7
/proc/2825/task/2842/stat : 2842 (java) S 2823 2825 2501 0 -1 4202560 853 0 0 0 8 0 0 0 22 0 18 0 831245556 10794434560 143280 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 5 0 0 0
[pid=2825/tid=2843] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2843/stat : 2843 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 831245556 10794434560 143282 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2844] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2844/stat : 2844 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831245556 10794434560 143284 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10541440

[startup+3.10081 s]
/proc/loadavg: 1.77 2.98 3.20 3/524 2844
/proc/meminfo: memFree=22522392/32951124 swapFree=63649284/67111528
[pid=2825] ppid=2823 vsize=10541440 CPUtime=3.27 cores=1,3,5,7
/proc/2825/stat : 2825 (java) S 2823 2825 2501 0 -1 4202496 267773 0 1 0 294 33 0 0 24 0 18 0 831245550 10794434560 267252 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2825/statm: 2635360 267254 2203 9 0 2626094 0
[pid=2825/tid=2826] ppid=2823 vsize=10541440 CPUtime=3.1 cores=1,3,5,7
/proc/2825/task/2826/stat : 2826 (java) R 2823 2825 2501 0 -1 4202560 265908 0 1 0 278 32 0 0 25 0 18 0 831245551 10794434560 268126 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2825/tid=2828] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2828/stat : 2828 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10794434560 268128 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2829] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2829/stat : 2829 (java) S 2823 2825 2501 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831245552 10794434560 268130 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2830] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2830/stat : 2830 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10794434560 268132 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2831] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2831/stat : 2831 (java) S 2823 2825 2501 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831245552 10794434560 268134 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2832] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2832/stat : 2832 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10794434560 268136 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2834] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2834/stat : 2834 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10794434560 268138 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2835] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2835/stat : 2835 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 831245552 10794434560 268140 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2836] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2836/stat : 2836 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10794434560 268142 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2837] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2837/stat : 2837 (java) S 2823 2825 2501 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 831245553 10794434560 268144 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 0 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2838] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2838/stat : 2838 (java) S 2823 2825 2501 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 831245554 10794434560 268146 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2839] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2839/stat : 2839 (java) S 2823 2825 2501 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 831245554 10794434560 268148 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2840] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2840/stat : 2840 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 831245556 10794434560 268150 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216470961 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2841] ppid=2823 vsize=10541440 CPUtime=0.08 cores=1,3,5,7
/proc/2825/task/2841/stat : 2841 (java) S 2823 2825 2501 0 -1 4202560 735 0 0 0 8 0 0 0 18 0 18 0 831245556 10794434560 268152 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2842] ppid=2823 vsize=10541440 CPUtime=0.08 cores=1,3,5,7
/proc/2825/task/2842/stat : 2842 (java) S 2823 2825 2501 0 -1 4202560 853 0 0 0 8 0 0 0 22 0 18 0 831245556 10794434560 268154 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 5 0 0 0
[pid=2825/tid=2843] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2843/stat : 2843 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 831245556 10794434560 268155 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2844] ppid=2823 vsize=10541440 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2844/stat : 2844 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831245556 10794434560 268156 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 10541440

[startup+6.30128 s]
/proc/loadavg: 1.77 2.98 3.20 3/524 2844
/proc/meminfo: memFree=21074580/32951124 swapFree=63649284/67111528
[pid=2825] ppid=2823 vsize=10547528 CPUtime=6.93 cores=1,3,5,7
/proc/2825/stat : 2825 (java) S 2823 2825 2501 0 -1 4202496 559209 0 1 0 629 64 0 0 24 0 18 0 831245550 10800668672 556166 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2825/statm: 2636882 556172 2217 9 0 2627616 0
[pid=2825/tid=2826] ppid=2823 vsize=10547528 CPUtime=6.28 cores=1,3,5,7
/proc/2825/task/2826/stat : 2826 (java) R 2823 2825 2501 0 -1 4202560 551418 0 1 0 565 63 0 0 25 0 18 0 831245551 10800668672 556176 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 46912505820530 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2825/tid=2828] ppid=2823 vsize=10547528 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2828/stat : 2828 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10800668672 556180 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2829] ppid=2823 vsize=10547528 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2829/stat : 2829 (java) S 2823 2825 2501 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831245552 10800668672 556185 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2830] ppid=2823 vsize=10547528 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2830/stat : 2830 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10800668672 556189 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2831] ppid=2823 vsize=10547528 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2831/stat : 2831 (java) S 2823 2825 2501 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831245552 10800668672 556193 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2832] ppid=2823 vsize=10547528 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2832/stat : 2832 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10800668672 556198 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2834] ppid=2823 vsize=10547528 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2834/stat : 2834 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10800668672 556203 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2835] ppid=2823 vsize=10547528 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2835/stat : 2835 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 831245552 10800668672 556208 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2836] ppid=2823 vsize=10547528 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2836/stat : 2836 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831245552 10800668672 556212 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2837] ppid=2823 vsize=10547528 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2837/stat : 2837 (java) S 2823 2825 2501 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 18 0 831245553 10800668672 556216 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 0 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2838] ppid=2823 vsize=10547528 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2838/stat : 2838 (java) S 2823 2825 2501 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 831245554 10800668672 556220 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2839] ppid=2823 vsize=10547528 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2839/stat : 2839 (java) S 2823 2825 2501 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 831245554 10800668672 556225 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2840] ppid=2823 vsize=10547528 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2840/stat : 2840 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 831245556 10800668672 556229 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216470961 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2841] ppid=2823 vsize=10547528 CPUtime=0.36 cores=1,3,5,7
/proc/2825/task/2841/stat : 2841 (java) S 2823 2825 2501 0 -1 4202560 3951 0 0 0 36 0 0 0 15 0 18 0 831245556 10800668672 556234 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2842] ppid=2823 vsize=10547528 CPUtime=0.27 cores=1,3,5,7
/proc/2825/task/2842/stat : 2842 (java) S 2823 2825 2501 0 -1 4202560 2695 0 0 0 27 0 0 0 15 0 18 0 831245556 10800668672 556239 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 5 0 0 0
[pid=2825/tid=2843] ppid=2823 vsize=10547528 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2843/stat : 2843 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 831245556 10800668672 556244 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2844] ppid=2823 vsize=10547528 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2844/stat : 2844 (java) S 2823 2825 2501 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 831245556 10800668672 556248 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0

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

/proc/2825/task/2830/stat : 2830 (java) S 2823 2825 2501 0 -1 4202560 147371 0 0 0 419 18 0 0 16 0 22 0 831245552 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2831] ppid=2823 vsize=10551640 CPUtime=4.16 cores=1,3,5,7
/proc/2825/task/2831/stat : 2831 (java) S 2823 2825 2501 0 -1 4202560 159386 0 0 0 395 21 0 0 16 0 22 0 831245552 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 5 0 0 0
[pid=2825/tid=2832] ppid=2823 vsize=10551640 CPUtime=3.37 cores=1,3,5,7
/proc/2825/task/2832/stat : 2832 (java) S 2823 2825 2501 0 -1 4202560 115733 0 0 0 322 15 0 0 15 0 22 0 831245552 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2834] ppid=2823 vsize=10551640 CPUtime=4.05 cores=1,3,5,7
/proc/2825/task/2834/stat : 2834 (java) S 2823 2825 2501 0 -1 4202560 148185 0 0 0 386 19 0 0 15 0 22 0 831245552 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2835] ppid=2823 vsize=10551640 CPUtime=3.99 cores=1,3,5,7
/proc/2825/task/2835/stat : 2835 (java) S 2823 2825 2501 0 -1 4202560 135876 0 0 0 379 20 0 0 16 0 22 0 831245552 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2836] ppid=2823 vsize=10551640 CPUtime=4.09 cores=1,3,5,7
/proc/2825/task/2836/stat : 2836 (java) S 2823 2825 2501 0 -1 4202560 114602 0 0 0 393 16 0 0 16 0 22 0 831245552 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2837] ppid=2823 vsize=10551640 CPUtime=4.26 cores=1,3,5,7
/proc/2825/task/2837/stat : 2837 (java) S 2823 2825 2501 0 -1 4202560 61 0 0 0 426 0 0 0 15 0 22 0 831245553 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 0 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2838] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2838/stat : 2838 (java) S 2823 2825 2501 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831245554 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2839] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2839/stat : 2839 (java) S 2823 2825 2501 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831245554 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2840] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2840/stat : 2840 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831245556 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216470961 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2841] ppid=2823 vsize=10551640 CPUtime=0.81 cores=1,3,5,7
/proc/2825/task/2841/stat : 2841 (java) S 2823 2825 2501 0 -1 4202560 4035 0 0 0 81 0 0 0 15 0 22 0 831245556 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2842] ppid=2823 vsize=10551640 CPUtime=1.03 cores=1,3,5,7
/proc/2825/task/2842/stat : 2842 (java) S 2823 2825 2501 0 -1 4202560 2791 0 0 0 103 0 0 0 16 0 22 0 831245556 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 5 0 0 0
[pid=2825/tid=2843] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2843/stat : 2843 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 831245556 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2844] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2844/stat : 2844 (java) S 2823 2825 2501 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 831245556 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2850] ppid=2823 vsize=10551640 CPUtime=780.54 cores=1,3,5,7
/proc/2825/task/2850/stat : 2850 (java) R 2823 2825 2501 0 -1 4202560 47 0 0 0 78054 0 0 0 25 0 22 0 831249014 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 46912506012553 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2825/tid=2851] ppid=2823 vsize=10551640 CPUtime=780.41 cores=1,3,5,7
/proc/2825/task/2851/stat : 2851 (java) R 2823 2825 2501 0 -1 4202560 74 0 0 0 78041 0 0 0 25 0 22 0 831249014 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 46912506140303 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2825/tid=2852] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2852/stat : 2852 (java) S 2823 2825 2501 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 831249092 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2853] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2853/stat : 2853 (java) S 2823 2825 2501 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831249093 10804879360 1701205 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1627.76
Current children cumulated vsize (KiB) 10551640

[startup+882.301 s]
/proc/loadavg: 3.04 3.17 3.28 4/529 2884
/proc/meminfo: memFree=14832248/32951124 swapFree=63649284/67111528
[pid=2825] ppid=2823 vsize=10551640 CPUtime=1747.97 cores=1,3,5,7
/proc/2825/stat : 2825 (java) S 2823 2825 2501 0 -1 4202496 1737340 0 1 0 174567 230 0 0 24 0 22 0 831245550 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2825/statm: 2637910 1723169 2256 9 0 2628644 0
[pid=2825/tid=2826] ppid=2823 vsize=10551640 CPUtime=29.38 cores=1,3,5,7
/proc/2825/task/2826/stat : 2826 (java) S 2823 2825 2501 0 -1 4202560 651092 0 1 0 2857 81 0 0 15 0 22 0 831245551 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2828] ppid=2823 vsize=10551640 CPUtime=3.55 cores=1,3,5,7
/proc/2825/task/2828/stat : 2828 (java) S 2823 2825 2501 0 -1 4202560 131932 0 0 0 336 19 0 0 16 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2829] ppid=2823 vsize=10551640 CPUtime=3.79 cores=1,3,5,7
/proc/2825/task/2829/stat : 2829 (java) S 2823 2825 2501 0 -1 4202560 109598 0 0 0 365 14 0 0 16 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2830] ppid=2823 vsize=10551640 CPUtime=4.42 cores=1,3,5,7
/proc/2825/task/2830/stat : 2830 (java) S 2823 2825 2501 0 -1 4202560 149144 0 0 0 424 18 0 0 16 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2831] ppid=2823 vsize=10551640 CPUtime=4.21 cores=1,3,5,7
/proc/2825/task/2831/stat : 2831 (java) S 2823 2825 2501 0 -1 4202560 163302 0 0 0 400 21 0 0 16 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 5 0 0 0
[pid=2825/tid=2832] ppid=2823 vsize=10551640 CPUtime=3.42 cores=1,3,5,7
/proc/2825/task/2832/stat : 2832 (java) S 2823 2825 2501 0 -1 4202560 119349 0 0 0 326 16 0 0 15 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2834] ppid=2823 vsize=10551640 CPUtime=4.07 cores=1,3,5,7
/proc/2825/task/2834/stat : 2834 (java) S 2823 2825 2501 0 -1 4202560 148185 0 0 0 388 19 0 0 15 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2835] ppid=2823 vsize=10551640 CPUtime=4.06 cores=1,3,5,7
/proc/2825/task/2835/stat : 2835 (java) S 2823 2825 2501 0 -1 4202560 141917 0 0 0 386 20 0 0 16 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 5 0 0 0
[pid=2825/tid=2836] ppid=2823 vsize=10551640 CPUtime=4.09 cores=1,3,5,7
/proc/2825/task/2836/stat : 2836 (java) S 2823 2825 2501 0 -1 4202560 114602 0 0 0 393 16 0 0 15 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2837] ppid=2823 vsize=10551640 CPUtime=4.26 cores=1,3,5,7
/proc/2825/task/2837/stat : 2837 (java) S 2823 2825 2501 0 -1 4202560 63 0 0 0 426 0 0 0 15 0 22 0 831245553 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 0 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2838] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2838/stat : 2838 (java) S 2823 2825 2501 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831245554 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2839] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2839/stat : 2839 (java) S 2823 2825 2501 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831245554 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2840] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2840/stat : 2840 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831245556 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216470961 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2841] ppid=2823 vsize=10551640 CPUtime=0.81 cores=1,3,5,7
/proc/2825/task/2841/stat : 2841 (java) S 2823 2825 2501 0 -1 4202560 4035 0 0 0 81 0 0 0 15 0 22 0 831245556 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2842] ppid=2823 vsize=10551640 CPUtime=1.03 cores=1,3,5,7
/proc/2825/task/2842/stat : 2842 (java) S 2823 2825 2501 0 -1 4202560 2791 0 0 0 103 0 0 0 16 0 22 0 831245556 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 5 0 0 0
[pid=2825/tid=2843] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2843/stat : 2843 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 831245556 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2844] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2844/stat : 2844 (java) S 2823 2825 2501 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 831245556 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2850] ppid=2823 vsize=10551640 CPUtime=840.44 cores=1,3,5,7
/proc/2825/task/2850/stat : 2850 (java) R 2823 2825 2501 0 -1 4202560 48 0 0 0 84044 0 0 0 25 0 22 0 831249014 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 46912505905608 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2825/tid=2851] ppid=2823 vsize=10551640 CPUtime=840.31 cores=1,3,5,7
/proc/2825/task/2851/stat : 2851 (java) R 2823 2825 2501 0 -1 4202560 74 0 0 0 84031 0 0 0 25 0 22 0 831249014 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 46912505910472 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2825/tid=2852] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2852/stat : 2852 (java) S 2823 2825 2501 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 831249092 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2853] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2853/stat : 2853 (java) S 2823 2825 2501 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831249093 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1747.97
Current children cumulated vsize (KiB) 10551640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.401 s]
/proc/loadavg: 3.02 3.16 3.27 4/529 2884
/proc/meminfo: memFree=14832356/32951124 swapFree=63649284/67111528
[pid=2825] ppid=2823 vsize=10551640 CPUtime=1800.18 cores=1,3,5,7
/proc/2825/stat : 2825 (java) S 2823 2825 2501 0 -1 4202496 1737342 0 1 0 179788 230 0 0 24 0 22 0 831245550 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2825/statm: 2637910 1723169 2256 9 0 2628644 0
[pid=2825/tid=2826] ppid=2823 vsize=10551640 CPUtime=29.38 cores=1,3,5,7
/proc/2825/task/2826/stat : 2826 (java) S 2823 2825 2501 0 -1 4202560 651092 0 1 0 2857 81 0 0 15 0 22 0 831245551 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2828] ppid=2823 vsize=10551640 CPUtime=3.55 cores=1,3,5,7
/proc/2825/task/2828/stat : 2828 (java) S 2823 2825 2501 0 -1 4202560 131932 0 0 0 336 19 0 0 16 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2829] ppid=2823 vsize=10551640 CPUtime=3.79 cores=1,3,5,7
/proc/2825/task/2829/stat : 2829 (java) S 2823 2825 2501 0 -1 4202560 109598 0 0 0 365 14 0 0 16 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2830] ppid=2823 vsize=10551640 CPUtime=4.42 cores=1,3,5,7
/proc/2825/task/2830/stat : 2830 (java) S 2823 2825 2501 0 -1 4202560 149144 0 0 0 424 18 0 0 16 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2831] ppid=2823 vsize=10551640 CPUtime=4.21 cores=1,3,5,7
/proc/2825/task/2831/stat : 2831 (java) S 2823 2825 2501 0 -1 4202560 163302 0 0 0 400 21 0 0 16 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 5 0 0 0
[pid=2825/tid=2832] ppid=2823 vsize=10551640 CPUtime=3.42 cores=1,3,5,7
/proc/2825/task/2832/stat : 2832 (java) S 2823 2825 2501 0 -1 4202560 119349 0 0 0 326 16 0 0 15 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2834] ppid=2823 vsize=10551640 CPUtime=4.07 cores=1,3,5,7
/proc/2825/task/2834/stat : 2834 (java) S 2823 2825 2501 0 -1 4202560 148185 0 0 0 388 19 0 0 15 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2835] ppid=2823 vsize=10551640 CPUtime=4.06 cores=1,3,5,7
/proc/2825/task/2835/stat : 2835 (java) S 2823 2825 2501 0 -1 4202560 141917 0 0 0 386 20 0 0 16 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 5 0 0 0
[pid=2825/tid=2836] ppid=2823 vsize=10551640 CPUtime=4.09 cores=1,3,5,7
/proc/2825/task/2836/stat : 2836 (java) S 2823 2825 2501 0 -1 4202560 114602 0 0 0 393 16 0 0 15 0 22 0 831245552 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2837] ppid=2823 vsize=10551640 CPUtime=4.26 cores=1,3,5,7
/proc/2825/task/2837/stat : 2837 (java) S 2823 2825 2501 0 -1 4202560 63 0 0 0 426 0 0 0 15 0 22 0 831245553 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 0 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2838] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2838/stat : 2838 (java) S 2823 2825 2501 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831245554 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2839] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2839/stat : 2839 (java) S 2823 2825 2501 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831245554 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 3 0 0 0
[pid=2825/tid=2840] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2840/stat : 2840 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831245556 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216470961 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2841] ppid=2823 vsize=10551640 CPUtime=0.81 cores=1,3,5,7
/proc/2825/task/2841/stat : 2841 (java) S 2823 2825 2501 0 -1 4202560 4035 0 0 0 81 0 0 0 15 0 22 0 831245556 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2842] ppid=2823 vsize=10551640 CPUtime=1.03 cores=1,3,5,7
/proc/2825/task/2842/stat : 2842 (java) S 2823 2825 2501 0 -1 4202560 2791 0 0 0 103 0 0 0 16 0 22 0 831245556 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 5 0 0 0
[pid=2825/tid=2843] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2843/stat : 2843 (java) S 2823 2825 2501 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 831245556 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463257 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2844] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2844/stat : 2844 (java) S 2823 2825 2501 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 831245556 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 4 0 16800975 18446604465900292160 0 0 -1 1 0 0 0
[pid=2825/tid=2850] ppid=2823 vsize=10551640 CPUtime=866.55 cores=1,3,5,7
/proc/2825/task/2850/stat : 2850 (java) R 2823 2825 2501 0 -1 4202560 48 0 0 0 86655 0 0 0 25 0 22 0 831249014 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 46912506012562 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2825/tid=2851] ppid=2823 vsize=10551640 CPUtime=866.43 cores=1,3,5,7
/proc/2825/task/2851/stat : 2851 (java) R 2823 2825 2501 0 -1 4202560 74 0 0 0 86643 0 0 0 25 0 22 0 831249014 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 46912505910168 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2825/tid=2852] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2852/stat : 2852 (java) S 2823 2825 2501 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 831249092 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
[pid=2825/tid=2853] ppid=2823 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/2825/task/2853/stat : 2853 (java) S 2823 2825 2501 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831249093 10804879360 1723169 33554432000 1073741824 1073778376 140736760664592 18446744073709551615 210216463872 0 4 0 16800975 18446604465900292160 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10551640

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

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

[startup+908.525 s]
/proc/loadavg: 3.02 3.16 3.27 3/510 2887
/proc/meminfo: memFree=17405884/32951124 swapFree=63649284/67111528
[pid=2825] ppid=2823 vsize=0 CPUtime=1800.33 cores=1,3,5,7
/proc/2825/stat : 2825 (java) Z 2823 2825 2501 0 -1 4203548 1737370 0 1 0 179793 240 0 0 17 0 2 0 831245550 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2825/statm: 0 0 0 0 0 0 0
[pid=2825/tid=2851] ppid=2823 vsize=0 CPUtime=866.55 cores=1,3,5,7
/proc/2825/task/2851/stat : 2851 (java) R 2823 2825 2501 0 -1 4203588 74 0 0 0 86644 11 0 0 25 0 2 0 831249014 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

[startup+908.619 s]
/proc/loadavg: 3.02 3.16 3.27 3/510 2887
/proc/meminfo: memFree=17405884/32951124 swapFree=63649284/67111528
[pid=2825] ppid=2823 vsize=0 CPUtime=1800.41 cores=1,3,5,7
/proc/2825/stat : 2825 (java) Z 2823 2825 2501 0 -1 4203548 1737370 0 1 0 179793 248 0 0 17 0 2 0 831245550 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2825/statm: 0 0 0 0 0 0 0
[pid=2825/tid=2851] ppid=2823 vsize=0 CPUtime=866.62 cores=1,3,5,7
/proc/2825/task/2851/stat : 2851 (java) R 2823 2825 2501 0 -1 4203588 74 0 0 0 86644 18 0 0 25 0 2 0 831249014 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 908.68
CPU time (s): 1800.49
CPU user time (s): 1797.94
CPU system time (s): 2.54861
CPU usage (%): 198.143
Max. virtual memory (cumulated for all children) (KiB): 10551640

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

runsolver used 4.24335 second user time and 10.9533 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-04 16:07:51
IDJOB=3455404
IDBENCH=71893
IDSOLVER=1950
FILE ID=node130/3455404-1307196467
RUNJOBID= node130-1307196459-2520
PBS_JOBID= 13508895
Free space on /tmp= 73648 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__2048.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455404-1307196467/watcher-3455404-1307196467 -o /tmp/evaluation-result-3455404-1307196467/solver-3455404-1307196467 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455404-1307196467.opb

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

MD5SUM BENCH= e46ee99ff2eeda0a495ba1d435f608b5
RANDOM SEED=1016710759

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24171724 kB
Buffers:        294296 kB
Cached:         694280 kB
SwapCached:       9700 kB
Active:        8074860 kB
Inactive:       411152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24171724 kB
SwapTotal:    67111528 kB
SwapFree:     63649284 kB
Dirty:          213268 kB
Writeback:           0 kB
AnonPages:     7495600 kB
Mapped:          38780 kB
Slab:           163956 kB
PageTables:      59248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 155420376 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73648 MiB
End job on node130 at 2011-06-04 16:23:01