Trace number 3455759

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 CuttingPlanes 2.3.0? (TO) 1800.23 1793.12

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx60.opb
MD5SUM26c9befa85d0a0769813e718015f6caa
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.918859
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2994
Total number of constraints3433
Number of constraints which are clauses2988
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3455759-1307228456.opb
0.00/0.10	c reading problem ... 
0.52/0.39	c ... done. Wall clock time 0.288s.
0.52/0.39	c #vars     2994
0.52/0.39	c #constraints  3499
0.52/0.39	c constraints type 
0.52/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2988
0.52/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 60
0.52/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 60
0.52/0.39	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.52/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
138.13/135.55	c cleaning 0 clauses out of 5000 with flag 0/5000
634.59/630.76	c cleaning 0 clauses out of 11002 with flag 0/11002
1756.42/1749.54	c cleaning 0 clauses out of 18003 with flag 0/18003
1800.03/1792.93	c starts		: 45
1800.03/1792.93	c conflicts		: 18266
1800.03/1792.93	c decisions		: 125667
1800.03/1792.93	c propagations		: 2656174
1800.03/1792.93	c inspects		: 1291843114
1800.03/1792.93	c shortcuts		: 0
1800.03/1792.93	c learnt literals	: 0
1800.03/1792.93	c learnt binary clauses	: 0
1800.03/1792.93	c learnt ternary clauses	: 0
1800.03/1792.93	c learnt constraints	: 18265
1800.03/1792.93	c ignored constraints	: 0
1800.03/1792.93	c root simplifications	: 0
1800.03/1792.93	c removed literals (reason simplification)	: 0
1800.03/1792.93	c reason swapping (by a shorter reason)	: 0
1800.03/1792.93	c Calls to reduceDB	: 3
1800.03/1792.93	c number of reductions to clauses (during analyze)	: 0
1800.03/1792.93	c number of learned constraints concerned by reduction	: 0
1800.03/1792.93	c number of learning phase by resolution	: 0
1800.03/1792.93	c number of learning phase by cutting planes	: 0
1800.03/1792.93	c speed (assignments/second)	: 1481.7992193170223
1800.03/1792.93	c non guided choices	2406
1800.03/1792.94	c learnt constraints type 
1800.03/1792.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18265
1800.03/1792.94	c constraints type 
1800.03/1792.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2988
1800.03/1792.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 60
1800.03/1792.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 60
1800.03/1792.94	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1800.03/1792.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1800.03/1792.94	s UNKNOWN
1800.03/1792.94	c Total wall clock time (in seconds): 1792.833

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-3455759-1307228456/watcher-3455759-1307228456 -o /tmp/evaluation-result-3455759-1307228456/solver-3455759-1307228456 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455759-1307228456.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: 2.00 2.03 2.00 2/579 11485
/proc/meminfo: memFree=29658732/32950928 swapFree=41528364/67111528
[pid=11485] ppid=11483 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/11485/stat : 11485 (java) S 11483 11485 10129 0 -1 4202496 7713 0 1 0 0 0 0 0 25 0 2 0 834444316 10694979584 7415 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/11485/statm: 2611079 7429 917 9 0 2602235 0
[pid=11485/tid=11486] ppid=11483 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11486/stat : 11486 (java) R 11483 11485 10129 0 -1 4202560 8784 0 1 0 0 0 0 0 25 0 10 0 834444316 10703900672 9608 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 47917503738106 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=11485/tid=11487] ppid=11483 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11487/stat : 11487 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 834444318 10703900672 9623 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16784584 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11489] ppid=11483 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11489/stat : 11489 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 834444318 10703900672 9632 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16784584 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11490] ppid=11483 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11490/stat : 11490 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 834444318 10703900672 9637 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16784584 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11491] ppid=11483 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11491/stat : 11491 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 834444318 10703900672 9639 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16784584 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11492] ppid=11483 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11492/stat : 11492 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 834444318 10703900672 9640 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16784584 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11493] ppid=11483 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11493/stat : 11493 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 834444318 10703900672 9641 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16784584 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11494] ppid=11483 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11494/stat : 11494 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 834444318 10703900672 9645 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16784584 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11495] ppid=11483 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11495/stat : 11495 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 834444318 10703900672 9647 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16784584 18446604458955514880 0 0 -1 1 0 0 0

[startup+0.120122 s]
/proc/loadavg: 2.00 2.03 2.00 2/579 11485
/proc/meminfo: memFree=29658732/32950928 swapFree=41528364/67111528
[pid=11485] ppid=11483 vsize=10540308 CPUtime=0.14 cores=1,3,5,7
/proc/11485/stat : 11485 (java) S 11483 11485 10129 0 -1 4202496 13395 0 1 0 13 1 0 0 25 0 18 0 834444316 10793275392 13061 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11485/statm: 2635077 13061 2137 9 0 2625811 0
[pid=11485/tid=11486] ppid=11483 vsize=10540308 CPUtime=0.1 cores=1,3,5,7
/proc/11485/task/11486/stat : 11486 (java) R 11483 11485 10129 0 -1 4202560 11392 0 1 0 9 1 0 0 25 0 18 0 834444316 10793275392 13061 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826066891 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11485/tid=11487] ppid=11483 vsize=10540308 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11487/stat : 11487 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10793275392 13062 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11489] ppid=11483 vsize=10540308 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11489/stat : 11489 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10793275392 13063 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11490] ppid=11483 vsize=10540308 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11490/stat : 11490 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10793275392 13063 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11491] ppid=11483 vsize=10540308 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11491/stat : 11491 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10793275392 13063 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11492] ppid=11483 vsize=10540308 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11492/stat : 11492 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10793275392 13064 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11493] ppid=11483 vsize=10540308 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11493/stat : 11493 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10793275392 13065 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11494] ppid=11483 vsize=10540308 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11494/stat : 11494 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10793275392 13065 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11495] ppid=11483 vsize=10540308 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11495/stat : 11495 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10793275392 13067 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 10540308

[startup+0.201112 s]
/proc/loadavg: 2.00 2.03 2.00 2/579 11485
/proc/meminfo: memFree=29658732/32950928 swapFree=41528364/67111528
[pid=11485] ppid=11483 vsize=10541416 CPUtime=0.27 cores=1,3,5,7
/proc/11485/stat : 11485 (java) S 11483 11485 10129 0 -1 4202496 14215 0 1 0 26 1 0 0 25 0 18 0 834444316 10794409984 13881 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11485/statm: 2635354 13886 2183 9 0 2626088 0
[pid=11485/tid=11486] ppid=11483 vsize=10541416 CPUtime=0.19 cores=1,3,5,7
/proc/11485/task/11486/stat : 11486 (java) R 11483 11485 10129 0 -1 4202560 11879 0 1 0 18 1 0 0 25 0 18 0 834444316 10794409984 13886 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 46912505539110 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11485/tid=11487] ppid=11483 vsize=10541416 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11487/stat : 11487 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10794409984 13886 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11489] ppid=11483 vsize=10541416 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11489/stat : 11489 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10794409984 13886 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11490] ppid=11483 vsize=10541416 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11490/stat : 11490 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10794409984 13887 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11491] ppid=11483 vsize=10541416 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11491/stat : 11491 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10794409984 13887 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11492] ppid=11483 vsize=10541416 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11492/stat : 11492 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10794409984 13887 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11493] ppid=11483 vsize=10541416 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11493/stat : 11493 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10794409984 13887 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11494] ppid=11483 vsize=10541416 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11494/stat : 11494 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10794409984 13887 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11495] ppid=11483 vsize=10541416 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11495/stat : 11495 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10794409984 13888 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10541416

[startup+0.301097 s]
/proc/loadavg: 2.00 2.03 2.00 2/579 11485
/proc/meminfo: memFree=29658732/32950928 swapFree=41528364/67111528
[pid=11485] ppid=11483 vsize=10546272 CPUtime=0.52 cores=1,3,5,7
/proc/11485/stat : 11485 (java) S 11483 11485 10129 0 -1 4202496 17654 0 1 0 51 1 0 0 25 0 18 0 834444316 10799382528 16667 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11485/statm: 2636568 16684 2209 9 0 2627302 0
[pid=11485/tid=11486] ppid=11483 vsize=10546272 CPUtime=0.28 cores=1,3,5,7
/proc/11485/task/11486/stat : 11486 (java) R 11483 11485 10129 0 -1 4202560 13317 0 1 0 27 1 0 0 25 0 18 0 834444316 10799382528 16686 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 46912505120894 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11485/tid=11487] ppid=11483 vsize=10546272 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11487/stat : 11487 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10799382528 16686 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11489] ppid=11483 vsize=10546272 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11489/stat : 11489 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10799382528 16686 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11490] ppid=11483 vsize=10546272 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11490/stat : 11490 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10799382528 16701 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11491] ppid=11483 vsize=10546272 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11491/stat : 11491 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10799382528 16721 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11492] ppid=11483 vsize=10546272 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11492/stat : 11492 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10799382528 16739 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11493] ppid=11483 vsize=10546272 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11493/stat : 11493 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10799382528 16744 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11494] ppid=11483 vsize=10546272 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11494/stat : 11494 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10799382528 16745 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11495] ppid=11483 vsize=10546272 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11495/stat : 11495 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834444318 10799382528 16745 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10546272

[startup+0.722789 s]
/proc/loadavg: 2.00 2.03 2.00 2/579 11485
/proc/meminfo: memFree=29658732/32950928 swapFree=41528364/67111528
[pid=11485] ppid=11483 vsize=10553772 CPUtime=1.7 cores=1,3,5,7
/proc/11485/stat : 11485 (java) S 11483 11485 10129 0 -1 4202496 42561 0 1 0 166 4 0 0 25 0 19 0 834444316 10807062528 36803 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11485/statm: 2638443 36807 2230 9 0 2629177 0
[pid=11485/tid=11486] ppid=11483 vsize=10553772 CPUtime=0.71 cores=1,3,5,7
/proc/11485/task/11486/stat : 11486 (java) R 11483 11485 10129 0 -1 4202560 29260 0 1 0 68 3 0 0 19 0 19 0 834444316 10807062528 36808 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 46912505654634 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11485/tid=11487] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11487/stat : 11487 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 36809 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11489] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11489/stat : 11489 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 36811 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11490] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11490/stat : 11490 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 36812 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11491] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11491/stat : 11491 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 36813 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11492] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11492/stat : 11492 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 36814 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11493] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11493/stat : 11493 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 36815 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11494] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11494/stat : 11494 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 36816 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11495] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11495/stat : 11495 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 36817 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 10553772

[startup+1.5009 s]
/proc/loadavg: 2.00 2.03 2.00 3/598 11505
/proc/meminfo: memFree=28971016/32950928 swapFree=41528364/67111528
[pid=11485] ppid=11483 vsize=10553772 CPUtime=2.79 cores=1,3,5,7
/proc/11485/stat : 11485 (java) S 11483 11485 10129 0 -1 4202496 103386 0 1 0 268 11 0 0 25 0 19 0 834444316 10807062528 95169 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11485/statm: 2638443 95174 2234 9 0 2629177 0
[pid=11485/tid=11486] ppid=11483 vsize=10553772 CPUtime=1.48 cores=1,3,5,7
/proc/11485/task/11486/stat : 11486 (java) R 11483 11485 10129 0 -1 4202560 88031 0 1 0 139 9 0 0 20 0 19 0 834444316 10807062528 95175 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 46912505674503 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11485/tid=11487] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11487/stat : 11487 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 95177 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11489] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11489/stat : 11489 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 95179 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11490] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11490/stat : 11490 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 95181 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11491] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11491/stat : 11491 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 95183 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11492] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11492/stat : 11492 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 95186 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11493] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11493/stat : 11493 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 95188 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11494] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11494/stat : 11494 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 95189 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11495] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11495/stat : 11495 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444318 10807062528 95191 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11497] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11497/stat : 11497 (java) S 11483 11485 10129 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834444319 10807062528 95193 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056704 0 0 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11498] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11498/stat : 11498 (java) S 11483 11485 10129 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834444319 10807062528 95195 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11499] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11499/stat : 11499 (java) S 11483 11485 10129 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834444319 10807062528 95197 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11500] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11500/stat : 11500 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444321 10807062528 95199 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826063793 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11501] ppid=11483 vsize=10553772 CPUtime=0.69 cores=1,3,5,7
/proc/11485/task/11501/stat : 11501 (java) S 11483 11485 10129 0 -1 4202560 8673 0 0 0 68 1 0 0 21 0 19 0 834444321 10807062528 95201 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11502] ppid=11483 vsize=10553772 CPUtime=0.6 cores=1,3,5,7
/proc/11485/task/11502/stat : 11502 (java) S 11483 11485 10129 0 -1 4202560 5528 0 0 0 60 0 0 0 15 0 19 0 834444321 10807062528 95202 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 7 0 0 0
[pid=11485/tid=11503] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11503/stat : 11503 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444321 10807062528 95204 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11504] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11504/stat : 11504 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834444321 10807062528 95206 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056704 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11505] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11505/stat : 11505 (java) S 11483 11485 10129 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834444356 10807062528 95208 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056704 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 10553772

[startup+3.10063 s]

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

[pid=11485/tid=11503] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11503/stat : 11503 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444321 10807062528 997465 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11504] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11504/stat : 11504 (java) S 11483 11485 10129 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 834444321 10807062528 997465 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056704 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11505] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11505/stat : 11505 (java) S 11483 11485 10129 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834444356 10807062528 997465 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056704 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1668.99
Current children cumulated vsize (KiB) 10553772

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/598 11563
/proc/meminfo: memFree=22347836/32950928 swapFree=41528364/67111528
[pid=11485] ppid=11483 vsize=10553772 CPUtime=1729.17 cores=1,3,5,7
/proc/11485/stat : 11485 (java) S 11483 11485 10129 0 -1 4202496 1015527 0 1 0 172804 113 0 0 25 0 19 0 834444316 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11485/statm: 2638443 1002478 2264 9 0 2629177 0
[pid=11485/tid=11486] ppid=11483 vsize=10553772 CPUtime=1718.71 cores=1,3,5,7
/proc/11485/task/11486/stat : 11486 (java) R 11483 11485 10129 0 -1 4202560 807351 0 1 0 171786 85 0 0 25 0 19 0 834444316 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 46912505741701 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11485/tid=11487] ppid=11483 vsize=10553772 CPUtime=0.92 cores=1,3,5,7
/proc/11485/task/11487/stat : 11487 (java) S 11483 11485 10129 0 -1 4202560 20018 0 0 0 90 2 0 0 15 0 19 0 834444318 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11489] ppid=11483 vsize=10553772 CPUtime=0.98 cores=1,3,5,7
/proc/11485/task/11489/stat : 11489 (java) S 11483 11485 10129 0 -1 4202560 22961 0 0 0 96 2 0 0 15 0 19 0 834444318 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 7 0 0 0
[pid=11485/tid=11490] ppid=11483 vsize=10553772 CPUtime=1.04 cores=1,3,5,7
/proc/11485/task/11490/stat : 11490 (java) S 11483 11485 10129 0 -1 4202560 31082 0 0 0 100 4 0 0 16 0 19 0 834444318 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 7 0 0 0
[pid=11485/tid=11491] ppid=11483 vsize=10553772 CPUtime=1.02 cores=1,3,5,7
/proc/11485/task/11491/stat : 11491 (java) S 11483 11485 10129 0 -1 4202560 24134 0 0 0 99 3 0 0 16 0 19 0 834444318 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11492] ppid=11483 vsize=10553772 CPUtime=0.98 cores=1,3,5,7
/proc/11485/task/11492/stat : 11492 (java) S 11483 11485 10129 0 -1 4202560 23876 0 0 0 96 2 0 0 15 0 19 0 834444318 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 5 0 0 0
[pid=11485/tid=11493] ppid=11483 vsize=10553772 CPUtime=1.04 cores=1,3,5,7
/proc/11485/task/11493/stat : 11493 (java) S 11483 11485 10129 0 -1 4202560 26309 0 0 0 102 2 0 0 16 0 19 0 834444318 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11494] ppid=11483 vsize=10553772 CPUtime=0.87 cores=1,3,5,7
/proc/11485/task/11494/stat : 11494 (java) S 11483 11485 10129 0 -1 4202560 24215 0 0 0 84 3 0 0 16 0 19 0 834444318 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 7 0 0 0
[pid=11485/tid=11495] ppid=11483 vsize=10553772 CPUtime=0.86 cores=1,3,5,7
/proc/11485/task/11495/stat : 11495 (java) S 11483 11485 10129 0 -1 4202560 16599 0 0 0 84 2 0 0 16 0 19 0 834444318 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 5 0 0 0
[pid=11485/tid=11497] ppid=11483 vsize=10553772 CPUtime=0.89 cores=1,3,5,7
/proc/11485/task/11497/stat : 11497 (java) S 11483 11485 10129 0 -1 4202560 2310 0 0 0 89 0 0 0 15 0 19 0 834444319 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056704 0 0 0 16800975 18446604458955514880 0 0 -1 5 0 0 0
[pid=11485/tid=11498] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11498/stat : 11498 (java) S 11483 11485 10129 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834444319 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11499] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11499/stat : 11499 (java) S 11483 11485 10129 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834444319 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11500] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11500/stat : 11500 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444321 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826063793 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11501] ppid=11483 vsize=10553772 CPUtime=1.01 cores=1,3,5,7
/proc/11485/task/11501/stat : 11501 (java) S 11483 11485 10129 0 -1 4202560 9880 0 0 0 100 1 0 0 15 0 19 0 834444321 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11502] ppid=11483 vsize=10553772 CPUtime=0.72 cores=1,3,5,7
/proc/11485/task/11502/stat : 11502 (java) S 11483 11485 10129 0 -1 4202560 5541 0 0 0 72 0 0 0 16 0 19 0 834444321 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 7 0 0 0
[pid=11485/tid=11503] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11503/stat : 11503 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444321 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11504] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11504/stat : 11504 (java) S 11483 11485 10129 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 834444321 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056704 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11505] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11505/stat : 11505 (java) S 11483 11485 10129 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834444356 10807062528 1002478 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056704 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1729.17
Current children cumulated vsize (KiB) 10553772

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/598 11565
/proc/meminfo: memFree=22322516/32950928 swapFree=41528364/67111528
[pid=11485] ppid=11483 vsize=10553772 CPUtime=1789.36 cores=1,3,5,7
/proc/11485/stat : 11485 (java) S 11483 11485 10129 0 -1 4202496 1020916 0 1 0 178823 113 0 0 25 0 19 0 834444316 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11485/statm: 2638443 1007733 2264 9 0 2629177 0
[pid=11485/tid=11486] ppid=11483 vsize=10553772 CPUtime=1777.63 cores=1,3,5,7
/proc/11485/task/11486/stat : 11486 (java) R 11483 11485 10129 0 -1 4202560 807353 0 1 0 177678 85 0 0 25 0 19 0 834444316 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 46912505742681 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11485/tid=11487] ppid=11483 vsize=10553772 CPUtime=0.97 cores=1,3,5,7
/proc/11485/task/11487/stat : 11487 (java) S 11483 11485 10129 0 -1 4202560 20612 0 0 0 94 3 0 0 15 0 19 0 834444318 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11489] ppid=11483 vsize=10553772 CPUtime=1.02 cores=1,3,5,7
/proc/11485/task/11489/stat : 11489 (java) S 11483 11485 10129 0 -1 4202560 23730 0 0 0 100 2 0 0 15 0 19 0 834444318 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 7 0 0 0
[pid=11485/tid=11490] ppid=11483 vsize=10553772 CPUtime=1.07 cores=1,3,5,7
/proc/11485/task/11490/stat : 11490 (java) S 11483 11485 10129 0 -1 4202560 31082 0 0 0 103 4 0 0 16 0 19 0 834444318 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 5 0 0 0
[pid=11485/tid=11491] ppid=11483 vsize=10553772 CPUtime=1.05 cores=1,3,5,7
/proc/11485/task/11491/stat : 11491 (java) S 11483 11485 10129 0 -1 4202560 24134 0 0 0 102 3 0 0 16 0 19 0 834444318 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11492] ppid=11483 vsize=10553772 CPUtime=1.02 cores=1,3,5,7
/proc/11485/task/11492/stat : 11492 (java) S 11483 11485 10129 0 -1 4202560 24498 0 0 0 100 2 0 0 16 0 19 0 834444318 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 7 0 0 0
[pid=11485/tid=11493] ppid=11483 vsize=10553772 CPUtime=1.08 cores=1,3,5,7
/proc/11485/task/11493/stat : 11493 (java) S 11483 11485 10129 0 -1 4202560 27238 0 0 0 106 2 0 0 15 0 19 0 834444318 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11494] ppid=11483 vsize=10553772 CPUtime=0.9 cores=1,3,5,7
/proc/11485/task/11494/stat : 11494 (java) S 11483 11485 10129 0 -1 4202560 24261 0 0 0 87 3 0 0 16 0 19 0 834444318 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11495] ppid=11483 vsize=10553772 CPUtime=0.89 cores=1,3,5,7
/proc/11485/task/11495/stat : 11495 (java) S 11483 11485 10129 0 -1 4202560 17169 0 0 0 87 2 0 0 15 0 19 0 834444318 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 7 0 0 0
[pid=11485/tid=11497] ppid=11483 vsize=10553772 CPUtime=1.86 cores=1,3,5,7
/proc/11485/task/11497/stat : 11497 (java) S 11483 11485 10129 0 -1 4202560 4154 0 0 0 186 0 0 0 15 0 19 0 834444319 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056704 0 0 0 16800975 18446604458955514880 0 0 -1 5 0 0 0
[pid=11485/tid=11498] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11498/stat : 11498 (java) S 11483 11485 10129 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834444319 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11499] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11499/stat : 11499 (java) S 11483 11485 10129 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834444319 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11500] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11500/stat : 11500 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444321 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826063793 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11501] ppid=11483 vsize=10553772 CPUtime=1.05 cores=1,3,5,7
/proc/11485/task/11501/stat : 11501 (java) S 11483 11485 10129 0 -1 4202560 9889 0 0 0 104 1 0 0 15 0 19 0 834444321 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11502] ppid=11483 vsize=10553772 CPUtime=0.72 cores=1,3,5,7
/proc/11485/task/11502/stat : 11502 (java) S 11483 11485 10129 0 -1 4202560 5541 0 0 0 72 0 0 0 16 0 19 0 834444321 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 7 0 0 0
[pid=11485/tid=11503] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11503/stat : 11503 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444321 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11504] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11504/stat : 11504 (java) S 11483 11485 10129 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 834444321 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056704 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11505] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11505/stat : 11505 (java) S 11483 11485 10129 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834444356 10807062528 1007733 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056704 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1789.36
Current children cumulated vsize (KiB) 10553772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/598 11565
/proc/meminfo: memFree=22317672/32950928 swapFree=41528364/67111528
[pid=11485] ppid=11483 vsize=10553772 CPUtime=1800.03 cores=1,3,5,7
/proc/11485/stat : 11485 (java) S 11483 11485 10129 0 -1 4202496 1022160 0 1 0 179890 113 0 0 25 0 19 0 834444316 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11485/statm: 2638443 1008918 2264 9 0 2629177 0
[pid=11485/tid=11486] ppid=11483 vsize=10553772 CPUtime=1788.22 cores=1,3,5,7
/proc/11485/task/11486/stat : 11486 (java) R 11483 11485 10129 0 -1 4202560 807354 0 1 0 178737 85 0 0 25 0 19 0 834444316 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 46912505760296 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11485/tid=11487] ppid=11483 vsize=10553772 CPUtime=0.99 cores=1,3,5,7
/proc/11485/task/11487/stat : 11487 (java) S 11483 11485 10129 0 -1 4202560 20871 0 0 0 96 3 0 0 16 0 19 0 834444318 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 7 0 0 0
[pid=11485/tid=11489] ppid=11483 vsize=10553772 CPUtime=1.02 cores=1,3,5,7
/proc/11485/task/11489/stat : 11489 (java) S 11483 11485 10129 0 -1 4202560 23730 0 0 0 100 2 0 0 15 0 19 0 834444318 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 5 0 0 0
[pid=11485/tid=11490] ppid=11483 vsize=10553772 CPUtime=1.07 cores=1,3,5,7
/proc/11485/task/11490/stat : 11490 (java) S 11483 11485 10129 0 -1 4202560 31082 0 0 0 103 4 0 0 15 0 19 0 834444318 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 5 0 0 0
[pid=11485/tid=11491] ppid=11483 vsize=10553772 CPUtime=1.05 cores=1,3,5,7
/proc/11485/task/11491/stat : 11491 (java) S 11483 11485 10129 0 -1 4202560 24134 0 0 0 102 3 0 0 15 0 19 0 834444318 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11492] ppid=11483 vsize=10553772 CPUtime=1.02 cores=1,3,5,7
/proc/11485/task/11492/stat : 11492 (java) S 11483 11485 10129 0 -1 4202560 24498 0 0 0 100 2 0 0 15 0 19 0 834444318 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 7 0 0 0
[pid=11485/tid=11493] ppid=11483 vsize=10553772 CPUtime=1.11 cores=1,3,5,7
/proc/11485/task/11493/stat : 11493 (java) S 11483 11485 10129 0 -1 4202560 27721 0 0 0 109 2 0 0 16 0 19 0 834444318 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11494] ppid=11483 vsize=10553772 CPUtime=0.93 cores=1,3,5,7
/proc/11485/task/11494/stat : 11494 (java) S 11483 11485 10129 0 -1 4202560 24762 0 0 0 90 3 0 0 16 0 19 0 834444318 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11495] ppid=11483 vsize=10553772 CPUtime=0.89 cores=1,3,5,7
/proc/11485/task/11495/stat : 11495 (java) S 11483 11485 10129 0 -1 4202560 17169 0 0 0 87 2 0 0 15 0 19 0 834444318 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 7 0 0 0
[pid=11485/tid=11497] ppid=11483 vsize=10553772 CPUtime=1.86 cores=1,3,5,7
/proc/11485/task/11497/stat : 11497 (java) S 11483 11485 10129 0 -1 4202560 4154 0 0 0 186 0 0 0 15 0 19 0 834444319 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056704 0 0 0 16800975 18446604458955514880 0 0 -1 5 0 0 0
[pid=11485/tid=11498] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11498/stat : 11498 (java) S 11483 11485 10129 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834444319 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11499] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11499/stat : 11499 (java) S 11483 11485 10129 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834444319 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11500] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11500/stat : 11500 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444321 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826063793 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11501] ppid=11483 vsize=10553772 CPUtime=1.05 cores=1,3,5,7
/proc/11485/task/11501/stat : 11501 (java) S 11483 11485 10129 0 -1 4202560 9889 0 0 0 104 1 0 0 15 0 19 0 834444321 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11502] ppid=11483 vsize=10553772 CPUtime=0.72 cores=1,3,5,7
/proc/11485/task/11502/stat : 11502 (java) S 11483 11485 10129 0 -1 4202560 5541 0 0 0 72 0 0 0 16 0 19 0 834444321 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 7 0 0 0
[pid=11485/tid=11503] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11503/stat : 11503 (java) S 11483 11485 10129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834444321 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056089 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
[pid=11485/tid=11504] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11504/stat : 11504 (java) S 11483 11485 10129 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 834444321 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056704 0 4 0 16800975 18446604458955514880 0 0 -1 1 0 0 0
[pid=11485/tid=11505] ppid=11483 vsize=10553772 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11505/stat : 11505 (java) S 11483 11485 10129 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834444356 10807062528 1008918 33554432000 1073741824 1073778376 140734717126336 18446744073709551615 251826056704 0 4 0 16800975 18446604458955514880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10553772

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

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

[startup+1793.03 s]
/proc/loadavg: 2.00 2.02 2.00 3/598 11565
/proc/meminfo: memFree=22317672/32950928 swapFree=41528364/67111528
[pid=11485] ppid=11483 vsize=0 CPUtime=1800.15 cores=1,3,5,7
/proc/11485/stat : 11485 (java) Z 11483 11485 10129 0 -1 4203548 1022195 0 1 0 179894 121 0 0 17 0 2 0 834444316 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11485/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

[startup+1793.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/582 11568
/proc/meminfo: memFree=26291360/32950928 swapFree=41528364/67111528
[pid=11485] ppid=11483 vsize=0 CPUtime=1800.23 cores=1,3,5,7
/proc/11485/stat : 11485 (java) Z 11483 11485 10129 0 -1 4203548 1022195 0 1 0 179894 129 0 0 17 0 1 0 834444316 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11485/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.12
CPU time (s): 1800.23
CPU user time (s): 1798.94
CPU system time (s): 1.2908
CPU usage (%): 100.397
Max. virtual memory (cumulated for all children) (KiB): 10553772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.2908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1022195
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= 39742
involuntary context switches= 11267

runsolver used 10.3254 second user time and 23.9704 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-05 01:00:56
IDJOB=3455759
IDBENCH=71842
IDSOLVER=1951
FILE ID=node126/3455759-1307228456
RUNJOBID= node126-1307215870-10149
PBS_JOBID= 13509097
Free space on /tmp= 73796 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx60.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455759-1307228456/watcher-3455759-1307228456 -o /tmp/evaluation-result-3455759-1307228456/solver-3455759-1307228456 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455759-1307228456.opb

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

MD5SUM BENCH= 26c9befa85d0a0769813e718015f6caa
RANDOM SEED=2073133226

node126.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.783
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.56
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.783
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.75
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.75
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29659508 kB
Buffers:        324556 kB
Cached:         500940 kB
SwapCached:      15388 kB
Active:        2517328 kB
Inactive:       452800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29659508 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:            2208 kB
Writeback:           0 kB
AnonPages:     2142284 kB
Mapped:          31792 kB
Slab:           148936 kB
PageTables:     100480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 186754512 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= 73796 MiB
End job on node126 at 2011-06-05 01:30:51