Trace number 3456454

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.35 1790.69

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3456454-1307221255.opb
0.11/0.10	c reading problem ... 
2.46/1.78	c ... done. Wall clock time 1.674s.
2.46/1.78	c #vars     13480
2.46/1.78	c #constraints  26619
2.46/1.78	c constraints type 
2.46/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
79.58/76.79	c cleaning 0 clauses out of 5000 with flag 0/5000
183.82/180.44	c cleaning 0 clauses out of 11001 with flag 0/11001
332.14/328.22	c cleaning 0 clauses out of 18001 with flag 0/18001
544.85/540.15	c cleaning 0 clauses out of 26001 with flag 0/26001
828.11/822.47	c cleaning 0 clauses out of 35000 with flag 0/35000
1233.65/1226.60	c cleaning 0 clauses out of 45000 with flag 0/45000
1793.65/1784.16	c cleaning 0 clauses out of 56001 with flag 0/56001
1800.11/1790.52	c starts		: 75
1800.11/1790.52	c conflicts		: 56208
1800.11/1790.52	c decisions		: 74579
1800.11/1790.52	c propagations		: 16519935
1800.11/1790.52	c inspects		: 2171984396
1800.11/1790.52	c shortcuts		: 0
1800.11/1790.52	c learnt literals	: 0
1800.11/1790.52	c learnt binary clauses	: 0
1800.11/1790.52	c learnt ternary clauses	: 0
1800.11/1790.52	c learnt constraints	: 56208
1800.11/1790.52	c ignored constraints	: 0
1800.11/1790.52	c root simplifications	: 0
1800.11/1790.52	c removed literals (reason simplification)	: 0
1800.11/1790.52	c reason swapping (by a shorter reason)	: 0
1800.11/1790.52	c Calls to reduceDB	: 7
1800.11/1790.52	c number of reductions to clauses (during analyze)	: 0
1800.11/1790.52	c number of learned constraints concerned by reduction	: 0
1800.11/1790.52	c number of learning phase by resolution	: 0
1800.11/1790.52	c number of learning phase by cutting planes	: 0
1800.11/1790.52	c speed (assignments/second)	: 9235.504617211425
1800.11/1790.52	c non guided choices	14
1800.11/1790.55	c learnt constraints type 
1800.11/1790.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 8840
1800.11/1790.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47368
1800.11/1790.55	c constraints type 
1800.11/1790.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
1800.11/1790.55	s UNKNOWN
1800.11/1790.55	c Total wall clock time (in seconds): 1790.444

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-3456454-1307221255/watcher-3456454-1307221255 -o /tmp/evaluation-result-3456454-1307221255/solver-3456454-1307221255 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456454-1307221255.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.96 2.03 2.00 3/482 20952
/proc/meminfo: memFree=26284948/32950928 swapFree=45617076/67111528
[pid=20952] ppid=20950 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/20952/stat : 20952 (java) S 20950 20952 20455 0 -1 4202496 3751 0 1 0 0 0 0 0 25 0 2 0 833725299 10694979584 3454 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/20952/statm: 2611079 3467 917 9 0 2602235 0
[pid=20952/tid=20953] ppid=20950 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/20952/task/20953/stat : 20953 (java) R 20950 20952 20455 0 -1 4202560 6013 0 1 0 0 1 0 0 25 0 2 0 833725299 10694979584 6829 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248089392187 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0631 s]
/proc/loadavg: 1.96 2.03 2.00 3/482 20952
/proc/meminfo: memFree=26284948/32950928 swapFree=45617076/67111528
[pid=20952] ppid=20950 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/20952/stat : 20952 (java) S 20950 20952 20455 0 -1 4202496 11716 0 1 0 4 1 0 0 25 0 18 0 833725299 10724302848 11414 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20952/statm: 2618238 11415 1740 9 0 2608972 0
[pid=20952/tid=20953] ppid=20950 vsize=10472952 CPUtime=0.04 cores=1,3,5,7
/proc/20952/task/20953/stat : 20953 (java) R 20950 20952 20455 0 -1 4202560 10545 0 1 0 3 1 0 0 25 0 18 0 833725299 10724302848 11416 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 47644967075845 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.101094 s]
/proc/loadavg: 1.96 2.03 2.00 3/482 20952
/proc/meminfo: memFree=26284948/32950928 swapFree=45617076/67111528
[pid=20952] ppid=20950 vsize=10540412 CPUtime=0.11 cores=1,3,5,7
/proc/20952/stat : 20952 (java) S 20950 20952 20455 0 -1 4202496 13154 0 1 0 9 2 0 0 25 0 18 0 833725299 10793381888 12816 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20952/statm: 2635103 12818 2092 9 0 2625837 0
[pid=20952/tid=20953] ppid=20950 vsize=10540412 CPUtime=0.09 cores=1,3,5,7
/proc/20952/task/20953/stat : 20953 (java) R 20950 20952 20455 0 -1 4202560 11207 0 1 0 7 2 0 0 25 0 18 0 833725299 10793381888 12818 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 47644971576147 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540412

[startup+0.301061 s]
/proc/loadavg: 1.96 2.03 2.00 3/482 20952
/proc/meminfo: memFree=26284948/32950928 swapFree=45617076/67111528
[pid=20952] ppid=20950 vsize=10552172 CPUtime=0.59 cores=1,3,5,7
/proc/20952/stat : 20952 (java) S 20950 20952 20455 0 -1 4202496 22012 0 1 0 56 3 0 0 25 0 18 0 833725299 10805424128 19960 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20952/statm: 2638043 19961 2203 9 0 2628777 0
[pid=20952/tid=20953] ppid=20950 vsize=10552172 CPUtime=0.28 cores=1,3,5,7
/proc/20952/task/20953/stat : 20953 (java) R 20950 20952 20455 0 -1 4202560 13487 0 1 0 26 2 0 0 25 0 18 0 833725299 10805424128 19962 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 10552172

[startup+0.700992 s]
/proc/loadavg: 1.96 2.03 2.00 3/482 20952
/proc/meminfo: memFree=26284948/32950928 swapFree=45617076/67111528
[pid=20952] ppid=20950 vsize=10552172 CPUtime=1.18 cores=1,3,5,7
/proc/20952/stat : 20952 (java) S 20950 20952 20455 0 -1 4202496 54563 0 1 0 111 7 0 0 25 0 18 0 833725299 10805424128 52304 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20952/statm: 2638043 52307 2212 9 0 2628777 0
[pid=20952/tid=20953] ppid=20950 vsize=10552172 CPUtime=0.69 cores=1,3,5,7
/proc/20952/task/20953/stat : 20953 (java) R 20950 20952 20455 0 -1 4202560 45681 0 1 0 63 6 0 0 25 0 18 0 833725299 10805424128 52309 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 10552172

[startup+1.50085 s]
/proc/loadavg: 1.96 2.03 2.00 5/500 20970
/proc/meminfo: memFree=25969084/32950928 swapFree=45617076/67111528
[pid=20952] ppid=20950 vsize=10552172 CPUtime=2.26 cores=1,3,5,7
/proc/20952/stat : 20952 (java) S 20950 20952 20455 0 -1 4202496 136459 0 1 0 209 17 0 0 25 0 18 0 833725299 10805424128 133470 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20952/statm: 2638043 133474 2216 9 0 2628777 0
[pid=20952/tid=20953] ppid=20950 vsize=10552172 CPUtime=1.49 cores=1,3,5,7
/proc/20952/task/20953/stat : 20953 (java) R 20950 20952 20455 0 -1 4202560 126321 0 1 0 134 15 0 0 25 0 18 0 833725299 10805424128 133476 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 46912505553243 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20952/tid=20955] ppid=20950 vsize=10552172 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20955/stat : 20955 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833725301 10805424128 133479 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20956] ppid=20950 vsize=10552172 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20956/stat : 20956 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833725301 10805424128 133482 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20957] ppid=20950 vsize=10552172 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20957/stat : 20957 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833725301 10805424128 133484 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20958] ppid=20950 vsize=10552172 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20958/stat : 20958 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833725301 10805424128 133487 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20959] ppid=20950 vsize=10552172 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20959/stat : 20959 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833725301 10805424128 133490 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20960] ppid=20950 vsize=10552172 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20960/stat : 20960 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833725301 10805424128 133492 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20961] ppid=20950 vsize=10552172 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20961/stat : 20961 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833725301 10805424128 133495 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20962] ppid=20950 vsize=10552172 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20962/stat : 20962 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833725301 10805424128 133498 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20963] ppid=20950 vsize=10552172 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20963/stat : 20963 (java) S 20950 20952 20455 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833725302 10805424128 133500 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 0 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20964] ppid=20950 vsize=10552172 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20964/stat : 20964 (java) S 20950 20952 20455 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833725302 10805424128 133503 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20965] ppid=20950 vsize=10552172 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20965/stat : 20965 (java) S 20950 20952 20455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833725302 10805424128 133506 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20966] ppid=20950 vsize=10552172 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20966/stat : 20966 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833725304 10805424128 133508 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101521841 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20967] ppid=20950 vsize=10552172 CPUtime=0.39 cores=1,3,5,7
/proc/20952/task/20967/stat : 20967 (java) S 20950 20952 20455 0 -1 4202560 4868 0 0 0 39 0 0 0 20 0 18 0 833725304 10805424128 133511 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 3 0 0 0
[pid=20952/tid=20968] ppid=20950 vsize=10552172 CPUtime=0.35 cores=1,3,5,7
/proc/20952/task/20968/stat : 20968 (java) S 20950 20952 20455 0 -1 4202560 4128 0 0 0 35 0 0 0 19 0 18 0 833725304 10805424128 133514 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20969] ppid=20950 vsize=10552172 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20969/stat : 20969 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833725304 10805424128 133516 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20970] ppid=20950 vsize=10552172 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20970/stat : 20970 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833725304 10805424128 133519 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10552172

[startup+3.10157 s]
/proc/loadavg: 1.96 2.03 2.00 3/501 20971
/proc/meminfo: memFree=25582444/32950928 swapFree=45617076/67111528
[pid=20952] ppid=20950 vsize=10553200 CPUtime=4.09 cores=1,3,5,7
/proc/20952/stat : 20952 (java) S 20950 20952 20455 0 -1 4202496 218530 0 1 0 382 27 0 0 25 0 19 0 833725299 10806476800 215539 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20952/statm: 2638300 215540 2233 9 0 2629034 0
[pid=20952/tid=20953] ppid=20950 vsize=10553200 CPUtime=3.09 cores=1,3,5,7
/proc/20952/task/20953/stat : 20953 (java) R 20950 20952 20455 0 -1 4202560 208338 0 1 0 284 25 0 0 25 0 19 0 833725299 10806476800 215541 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 46912505871792 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20952/tid=20955] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20955/stat : 20955 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 215542 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20956] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20956/stat : 20956 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 215543 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20957] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20957/stat : 20957 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 215544 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20958] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20958/stat : 20958 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 215545 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20959] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20959/stat : 20959 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 215547 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20960] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20960/stat : 20960 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 215548 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20961] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20961/stat : 20961 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 215549 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20962] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20962/stat : 20962 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 215550 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20963] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20963/stat : 20963 (java) S 20950 20952 20455 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833725302 10806476800 215551 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 0 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20964] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20964/stat : 20964 (java) S 20950 20952 20455 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833725302 10806476800 215552 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20965] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20965/stat : 20965 (java) S 20950 20952 20455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833725302 10806476800 215553 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20966] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20966/stat : 20966 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725304 10806476800 215554 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101521841 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20967] ppid=20950 vsize=10553200 CPUtime=0.49 cores=1,3,5,7
/proc/20952/task/20967/stat : 20967 (java) S 20950 20952 20455 0 -1 4202560 4882 0 0 0 49 0 0 0 16 0 19 0 833725304 10806476800 215555 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20968] ppid=20950 vsize=10553200 CPUtime=0.49 cores=1,3,5,7
/proc/20952/task/20968/stat : 20968 (java) S 20950 20952 20455 0 -1 4202560 4153 0 0 0 49 0 0 0 16 0 19 0 833725304 10806476800 215556 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 3 0 0 0
[pid=20952/tid=20969] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20969/stat : 20969 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725304 10806476800 215557 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20970] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20970/stat : 20970 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833725304 10806476800 215558 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 4 0 16800975 18446604464427336832 0 0 -1 3 0 0 0
[pid=20952/tid=20971] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20971/stat : 20971 (java) S 20950 20952 20455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833725479 10806476800 215559 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 10553200

[startup+6.301 s]
/proc/loadavg: 1.96 2.03 2.00 3/501 20971
/proc/meminfo: memFree=25049984/32950928 swapFree=45617076/67111528
[pid=20952] ppid=20950 vsize=10553200 CPUtime=7.52 cores=1,3,5,7
/proc/20952/stat : 20952 (java) S 20950 20952 20455 0 -1 4202496 352287 0 1 0 710 42 0 0 25 0 19 0 833725299 10806476800 348949 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20952/statm: 2638300 348951 2236 9 0 2629034 0
[pid=20952/tid=20953] ppid=20950 vsize=10553200 CPUtime=6.28 cores=1,3,5,7
/proc/20952/task/20953/stat : 20953 (java) R 20950 20952 20455 0 -1 4202560 341688 0 1 0 588 40 0 0 25 0 19 0 833725299 10806476800 348952 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 46912505871529 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20952/tid=20955] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20955/stat : 20955 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 348953 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20956] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20956/stat : 20956 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 348954 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20957] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20957/stat : 20957 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 348955 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20958] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20958/stat : 20958 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 348956 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20959] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20959/stat : 20959 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 348957 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20960] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20960/stat : 20960 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 348958 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20961] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20961/stat : 20961 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 348959 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20962] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20962/stat : 20962 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725301 10806476800 348960 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20963] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20963/stat : 20963 (java) S 20950 20952 20455 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833725302 10806476800 348961 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 0 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20964] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20964/stat : 20964 (java) S 20950 20952 20455 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833725302 10806476800 348962 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20965] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20965/stat : 20965 (java) S 20950 20952 20455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833725302 10806476800 348963 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20966] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20966/stat : 20966 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725304 10806476800 348964 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101521841 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20967] ppid=20950 vsize=10553200 CPUtime=0.56 cores=1,3,5,7
/proc/20952/task/20967/stat : 20967 (java) S 20950 20952 20455 0 -1 4202560 4916 0 0 0 56 0 0 0 15 0 19 0 833725304 10806476800 348965 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20968] ppid=20950 vsize=10553200 CPUtime=0.66 cores=1,3,5,7
/proc/20952/task/20968/stat : 20968 (java) S 20950 20952 20455 0 -1 4202560 4526 0 0 0 66 0 0 0 15 0 19 0 833725304 10806476800 348966 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 3 0 0 0
[pid=20952/tid=20969] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20969/stat : 20969 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725304 10806476800 348967 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0

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

/proc/20952/task/20964/stat : 20964 (java) S 20950 20952 20455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833725302 10806476800 940202 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20965] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20965/stat : 20965 (java) S 20950 20952 20455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833725302 10806476800 940202 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20966] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20966/stat : 20966 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725304 10806476800 940202 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101521841 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20967] ppid=20950 vsize=10553200 CPUtime=1.01 cores=1,3,5,7
/proc/20952/task/20967/stat : 20967 (java) S 20950 20952 20455 0 -1 4202560 5003 0 0 0 100 1 0 0 15 0 19 0 833725304 10806476800 940202 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20968] ppid=20950 vsize=10553200 CPUtime=1.02 cores=1,3,5,7
/proc/20952/task/20968/stat : 20968 (java) S 20950 20952 20455 0 -1 4202560 4723 0 0 0 102 0 0 0 15 0 19 0 833725304 10806476800 940202 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 3 0 0 0
[pid=20952/tid=20969] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20969/stat : 20969 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725304 10806476800 940202 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20970] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20970/stat : 20970 (java) S 20950 20952 20455 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 833725304 10806476800 940202 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20971] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20971/stat : 20971 (java) S 20950 20952 20455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833725479 10806476800 940202 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1671.26
Current children cumulated vsize (KiB) 10553200

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/501 21077
/proc/meminfo: memFree=21907992/32950928 swapFree=45617076/67111528
[pid=20952] ppid=20950 vsize=10553200 CPUtime=1731.56 cores=1,3,5,7
/proc/20952/stat : 20952 (java) S 20950 20952 20455 0 -1 4202496 946377 0 1 0 173045 111 0 0 25 0 19 0 833725299 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20952/statm: 2638300 941744 2267 9 0 2629034 0
[pid=20952/tid=20953] ppid=20950 vsize=10553200 CPUtime=1716.85 cores=1,3,5,7
/proc/20952/task/20953/stat : 20953 (java) R 20950 20952 20455 0 -1 4202560 781946 0 1 0 171596 89 0 0 25 0 19 0 833725299 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 46912505933594 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20952/tid=20955] ppid=20950 vsize=10553200 CPUtime=1.26 cores=1,3,5,7
/proc/20952/task/20955/stat : 20955 (java) S 20950 20952 20455 0 -1 4202560 15895 0 0 0 124 2 0 0 15 0 19 0 833725301 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 5 0 0 0
[pid=20952/tid=20956] ppid=20950 vsize=10553200 CPUtime=1.35 cores=1,3,5,7
/proc/20952/task/20956/stat : 20956 (java) S 20950 20952 20455 0 -1 4202560 16629 0 0 0 134 1 0 0 16 0 19 0 833725301 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20957] ppid=20950 vsize=10553200 CPUtime=1.26 cores=1,3,5,7
/proc/20952/task/20957/stat : 20957 (java) S 20950 20952 20455 0 -1 4202560 13919 0 0 0 125 1 0 0 15 0 19 0 833725301 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20958] ppid=20950 vsize=10553200 CPUtime=1.28 cores=1,3,5,7
/proc/20952/task/20958/stat : 20958 (java) S 20950 20952 20455 0 -1 4202560 16719 0 0 0 126 2 0 0 16 0 19 0 833725301 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 5 0 0 0
[pid=20952/tid=20959] ppid=20950 vsize=10553200 CPUtime=1.34 cores=1,3,5,7
/proc/20952/task/20959/stat : 20959 (java) S 20950 20952 20455 0 -1 4202560 17317 0 0 0 133 1 0 0 16 0 19 0 833725301 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 3 0 0 0
[pid=20952/tid=20960] ppid=20950 vsize=10553200 CPUtime=1.21 cores=1,3,5,7
/proc/20952/task/20960/stat : 20960 (java) S 20950 20952 20455 0 -1 4202560 19446 0 0 0 119 2 0 0 15 0 19 0 833725301 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 3 0 0 0
[pid=20952/tid=20961] ppid=20950 vsize=10553200 CPUtime=1.53 cores=1,3,5,7
/proc/20952/task/20961/stat : 20961 (java) S 20950 20952 20455 0 -1 4202560 26682 0 0 0 151 2 0 0 16 0 19 0 833725301 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20962] ppid=20950 vsize=10553200 CPUtime=1.13 cores=1,3,5,7
/proc/20952/task/20962/stat : 20962 (java) S 20950 20952 20455 0 -1 4202560 19481 0 0 0 110 3 0 0 15 0 19 0 833725301 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 5 0 0 0
[pid=20952/tid=20963] ppid=20950 vsize=10553200 CPUtime=2.19 cores=1,3,5,7
/proc/20952/task/20963/stat : 20963 (java) S 20950 20952 20455 0 -1 4202560 7368 0 0 0 218 1 0 0 15 0 19 0 833725302 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 0 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20964] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20964/stat : 20964 (java) S 20950 20952 20455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833725302 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20965] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20965/stat : 20965 (java) S 20950 20952 20455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833725302 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20966] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20966/stat : 20966 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725304 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101521841 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20967] ppid=20950 vsize=10553200 CPUtime=1.01 cores=1,3,5,7
/proc/20952/task/20967/stat : 20967 (java) S 20950 20952 20455 0 -1 4202560 5003 0 0 0 100 1 0 0 15 0 19 0 833725304 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20968] ppid=20950 vsize=10553200 CPUtime=1.02 cores=1,3,5,7
/proc/20952/task/20968/stat : 20968 (java) S 20950 20952 20455 0 -1 4202560 4723 0 0 0 102 0 0 0 15 0 19 0 833725304 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 3 0 0 0
[pid=20952/tid=20969] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20969/stat : 20969 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725304 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20970] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20970/stat : 20970 (java) S 20950 20952 20455 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 833725304 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20971] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20971/stat : 20971 (java) S 20950 20952 20455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833725479 10806476800 941744 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1731.56
Current children cumulated vsize (KiB) 10553200

[startup+1782.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/501 21079
/proc/meminfo: memFree=21901852/32950928 swapFree=45617076/67111528
[pid=20952] ppid=20950 vsize=10553200 CPUtime=1791.84 cores=1,3,5,7
/proc/20952/stat : 20952 (java) S 20950 20952 20455 0 -1 4202496 947530 0 1 0 179073 111 0 0 25 0 19 0 833725299 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20952/statm: 2638300 942879 2267 9 0 2629034 0
[pid=20952/tid=20953] ppid=20950 vsize=10553200 CPUtime=1776.72 cores=1,3,5,7
/proc/20952/task/20953/stat : 20953 (java) R 20950 20952 20455 0 -1 4202560 781950 0 1 0 177583 89 0 0 25 0 19 0 833725299 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 46912505871257 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20952/tid=20955] ppid=20950 vsize=10553200 CPUtime=1.32 cores=1,3,5,7
/proc/20952/task/20955/stat : 20955 (java) S 20950 20952 20455 0 -1 4202560 16100 0 0 0 130 2 0 0 15 0 19 0 833725301 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 5 0 0 0
[pid=20952/tid=20956] ppid=20950 vsize=10553200 CPUtime=1.38 cores=1,3,5,7
/proc/20952/task/20956/stat : 20956 (java) S 20950 20952 20455 0 -1 4202560 16676 0 0 0 137 1 0 0 16 0 19 0 833725301 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20957] ppid=20950 vsize=10553200 CPUtime=1.28 cores=1,3,5,7
/proc/20952/task/20957/stat : 20957 (java) S 20950 20952 20455 0 -1 4202560 13970 0 0 0 127 1 0 0 16 0 19 0 833725301 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20958] ppid=20950 vsize=10553200 CPUtime=1.33 cores=1,3,5,7
/proc/20952/task/20958/stat : 20958 (java) S 20950 20952 20455 0 -1 4202560 16851 0 0 0 131 2 0 0 15 0 19 0 833725301 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 5 0 0 0
[pid=20952/tid=20959] ppid=20950 vsize=10553200 CPUtime=1.37 cores=1,3,5,7
/proc/20952/task/20959/stat : 20959 (java) S 20950 20952 20455 0 -1 4202560 17417 0 0 0 136 1 0 0 16 0 19 0 833725301 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 3 0 0 0
[pid=20952/tid=20960] ppid=20950 vsize=10553200 CPUtime=1.31 cores=1,3,5,7
/proc/20952/task/20960/stat : 20960 (java) S 20950 20952 20455 0 -1 4202560 19803 0 0 0 129 2 0 0 16 0 19 0 833725301 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 5 0 0 0
[pid=20952/tid=20961] ppid=20950 vsize=10553200 CPUtime=1.54 cores=1,3,5,7
/proc/20952/task/20961/stat : 20961 (java) S 20950 20952 20455 0 -1 4202560 26683 0 0 0 152 2 0 0 16 0 19 0 833725301 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20962] ppid=20950 vsize=10553200 CPUtime=1.23 cores=1,3,5,7
/proc/20952/task/20962/stat : 20962 (java) S 20950 20952 20455 0 -1 4202560 19731 0 0 0 120 3 0 0 16 0 19 0 833725301 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20963] ppid=20950 vsize=10553200 CPUtime=2.19 cores=1,3,5,7
/proc/20952/task/20963/stat : 20963 (java) S 20950 20952 20455 0 -1 4202560 7372 0 0 0 218 1 0 0 15 0 19 0 833725302 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 0 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20964] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20964/stat : 20964 (java) S 20950 20952 20455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833725302 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20965] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20965/stat : 20965 (java) S 20950 20952 20455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833725302 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20966] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20966/stat : 20966 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725304 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101521841 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20967] ppid=20950 vsize=10553200 CPUtime=1.01 cores=1,3,5,7
/proc/20952/task/20967/stat : 20967 (java) S 20950 20952 20455 0 -1 4202560 5003 0 0 0 100 1 0 0 15 0 19 0 833725304 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20968] ppid=20950 vsize=10553200 CPUtime=1.02 cores=1,3,5,7
/proc/20952/task/20968/stat : 20968 (java) S 20950 20952 20455 0 -1 4202560 4723 0 0 0 102 0 0 0 15 0 19 0 833725304 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 3 0 0 0
[pid=20952/tid=20969] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20969/stat : 20969 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725304 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20970] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20970/stat : 20970 (java) S 20950 20952 20455 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833725304 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20971] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20971/stat : 20971 (java) S 20950 20952 20455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833725479 10806476800 942879 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1791.84
Current children cumulated vsize (KiB) 10553200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.5 s]
/proc/loadavg: 2.04 2.03 2.00 3/501 21079
/proc/meminfo: memFree=21896364/32950928 swapFree=45617076/67111528
[pid=20952] ppid=20950 vsize=10553200 CPUtime=1800.11 cores=1,3,5,7
/proc/20952/stat : 20952 (java) S 20950 20952 20455 0 -1 4202496 949092 0 1 0 179900 111 0 0 25 0 19 0 833725299 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20952/statm: 2638300 944440 2267 9 0 2629034 0
[pid=20952/tid=20953] ppid=20950 vsize=10553200 CPUtime=1784.35 cores=1,3,5,7
/proc/20952/task/20953/stat : 20953 (java) R 20950 20952 20455 0 -1 4202560 781951 0 1 0 178346 89 0 0 25 0 19 0 833725299 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 46912505871305 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20952/tid=20955] ppid=20950 vsize=10553200 CPUtime=1.36 cores=1,3,5,7
/proc/20952/task/20955/stat : 20955 (java) S 20950 20952 20455 0 -1 4202560 16314 0 0 0 134 2 0 0 16 0 19 0 833725301 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 5 0 0 0
[pid=20952/tid=20956] ppid=20950 vsize=10553200 CPUtime=1.38 cores=1,3,5,7
/proc/20952/task/20956/stat : 20956 (java) S 20950 20952 20455 0 -1 4202560 16676 0 0 0 137 1 0 0 15 0 19 0 833725301 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 3 0 0 0
[pid=20952/tid=20957] ppid=20950 vsize=10553200 CPUtime=1.3 cores=1,3,5,7
/proc/20952/task/20957/stat : 20957 (java) S 20950 20952 20455 0 -1 4202560 14008 0 0 0 129 1 0 0 16 0 19 0 833725301 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 5 0 0 0
[pid=20952/tid=20958] ppid=20950 vsize=10553200 CPUtime=1.37 cores=1,3,5,7
/proc/20952/task/20958/stat : 20958 (java) S 20950 20952 20455 0 -1 4202560 16878 0 0 0 135 2 0 0 16 0 19 0 833725301 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20959] ppid=20950 vsize=10553200 CPUtime=1.37 cores=1,3,5,7
/proc/20952/task/20959/stat : 20959 (java) S 20950 20952 20455 0 -1 4202560 17417 0 0 0 136 1 0 0 15 0 19 0 833725301 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 3 0 0 0
[pid=20952/tid=20960] ppid=20950 vsize=10553200 CPUtime=1.31 cores=1,3,5,7
/proc/20952/task/20960/stat : 20960 (java) S 20950 20952 20455 0 -1 4202560 19804 0 0 0 129 2 0 0 15 0 19 0 833725301 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 5 0 0 0
[pid=20952/tid=20961] ppid=20950 vsize=10553200 CPUtime=1.54 cores=1,3,5,7
/proc/20952/task/20961/stat : 20961 (java) S 20950 20952 20455 0 -1 4202560 26683 0 0 0 152 2 0 0 15 0 19 0 833725301 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20962] ppid=20950 vsize=10553200 CPUtime=1.23 cores=1,3,5,7
/proc/20952/task/20962/stat : 20962 (java) S 20950 20952 20455 0 -1 4202560 19731 0 0 0 120 3 0 0 15 0 19 0 833725301 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 3 0 0 0
[pid=20952/tid=20963] ppid=20950 vsize=10553200 CPUtime=2.73 cores=1,3,5,7
/proc/20952/task/20963/stat : 20963 (java) S 20950 20952 20455 0 -1 4202560 8653 0 0 0 272 1 0 0 15 0 19 0 833725302 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 0 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20964] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20964/stat : 20964 (java) S 20950 20952 20455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833725302 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20965] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20965/stat : 20965 (java) S 20950 20952 20455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833725302 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20966] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20966/stat : 20966 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725304 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101521841 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20967] ppid=20950 vsize=10553200 CPUtime=1.01 cores=1,3,5,7
/proc/20952/task/20967/stat : 20967 (java) S 20950 20952 20455 0 -1 4202560 5003 0 0 0 100 1 0 0 15 0 19 0 833725304 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
[pid=20952/tid=20968] ppid=20950 vsize=10553200 CPUtime=1.02 cores=1,3,5,7
/proc/20952/task/20968/stat : 20968 (java) S 20950 20952 20455 0 -1 4202560 4723 0 0 0 102 0 0 0 15 0 19 0 833725304 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 3 0 0 0
[pid=20952/tid=20969] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20969/stat : 20969 (java) S 20950 20952 20455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833725304 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514137 0 4 0 16800975 18446604464427336832 0 0 -1 1 0 0 0
[pid=20952/tid=20970] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20970/stat : 20970 (java) R 20950 20952 20455 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833725304 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20952/tid=20971] ppid=20950 vsize=10553200 CPUtime=0 cores=1,3,5,7
/proc/20952/task/20971/stat : 20971 (java) S 20950 20952 20455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833725479 10806476800 944440 33554432000 1073741824 1073778376 140734056043936 18446744073709551615 248101514752 0 4 0 16800975 18446604464427336832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 10553200

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

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

[startup+1790.62 s]
/proc/loadavg: 2.04 2.03 2.00 3/501 21079
/proc/meminfo: memFree=21896364/32950928 swapFree=45617076/67111528
[pid=20952] ppid=20950 vsize=0 CPUtime=1800.26 cores=1,3,5,7
/proc/20952/stat : 20952 (java) Z 20950 20952 20455 0 -1 4203548 949123 0 1 0 179908 118 0 0 17 0 2 0 833725299 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20952/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.69
CPU time (s): 1800.35
CPU user time (s): 1799.09
CPU system time (s): 1.25781
CPU usage (%): 100.539
Max. virtual memory (cumulated for all children) (KiB): 10553200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.25781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 949123
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= 39844
involuntary context switches= 22108

runsolver used 8.18176 second user time and 19.555 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-04 23:00:55
IDJOB=3456454
IDBENCH=2639
IDSOLVER=1951
FILE ID=node123/3456454-1307221255
RUNJOBID= node123-1307215869-20474
PBS_JOBID= 13509099
Free space on /tmp= 73852 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456454-1307221255/watcher-3456454-1307221255 -o /tmp/evaluation-result-3456454-1307221255/solver-3456454-1307221255 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456454-1307221255.opb

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=459858112

node123.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	: 5226.15
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.82
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.74
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.80
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26285228 kB
Buffers:        321640 kB
Cached:         413584 kB
SwapCached:       9456 kB
Active:        6030600 kB
Inactive:       346628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26285228 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:            7832 kB
Writeback:          20 kB
AnonPages:     5640368 kB
Mapped:          31764 kB
Slab:           135564 kB
PageTables:      85588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143732224 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= 73852 MiB
End job on node123 at 2011-06-04 23:30:48