Trace number 3457078

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 NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.29 1795.19

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900557574.opb
MD5SUM5107a201bfa7ecd84a67ffb212d048dd
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.69459
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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.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.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	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-3457078-1307215887.opb
0.11/0.10	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.184s.
0.27/0.29	c #vars     231
0.27/0.29	c #constraints  2707
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.27/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.27/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.27/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
38.78/37.32	c cleaning 0 clauses out of 5000 with flag 0/5000
194.16/192.30	c cleaning 0 clauses out of 11000 with flag 0/11000
662.91/660.27	c cleaning 0 clauses out of 18001 with flag 0/18001
1512.93/1508.56	c cleaning 0 clauses out of 26006 with flag 0/26006
1800.09/1795.02	c starts		: 54
1800.09/1795.02	c conflicts		: 27923
1800.09/1795.02	c decisions		: 62178
1800.09/1795.02	c propagations		: 784309
1800.09/1795.02	c inspects		: 2201939037
1800.09/1795.02	c shortcuts		: 0
1800.09/1795.02	c learnt literals	: 0
1800.09/1795.02	c learnt binary clauses	: 0
1800.09/1795.02	c learnt ternary clauses	: 6
1800.09/1795.02	c learnt constraints	: 27922
1800.09/1795.02	c ignored constraints	: 0
1800.09/1795.02	c root simplifications	: 0
1800.09/1795.02	c removed literals (reason simplification)	: 0
1800.09/1795.02	c reason swapping (by a shorter reason)	: 0
1800.09/1795.02	c Calls to reduceDB	: 4
1800.09/1795.02	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.02	c number of learned constraints concerned by reduction	: 0
1800.09/1795.02	c number of learning phase by resolution	: 0
1800.09/1795.02	c number of learning phase by cutting planes	: 0
1800.09/1795.02	c speed (assignments/second)	: 437.0061936823994
1800.09/1795.02	c non guided choices	121
1800.09/1795.04	c learnt constraints type 
1800.09/1795.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 984
1800.09/1795.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 47
1800.09/1795.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26892
1800.09/1795.04	c constraints type 
1800.09/1795.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.09/1795.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.09/1795.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.09/1795.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.09/1795.04	s UNKNOWN
1800.09/1795.04	c Total wall clock time (in seconds): 1794.933

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-3457078-1307215887/watcher-3457078-1307215887 -o /tmp/evaluation-result-3457078-1307215887/solver-3457078-1307215887 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457078-1307215887.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: 0.71 0.16 0.05 2/487 19305
/proc/meminfo: memFree=21415576/32951124 swapFree=56297244/67111528
[pid=19305] ppid=19303 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19303 19305 19203 0 -1 4202496 1244 0 0 0 0 0 0 0 25 0 2 0 911819137 31268864 963 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/19305/statm: 7634 963 736 9 0 385 0
[pid=19305/tid=19306] ppid=19303 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19305 19203 0 -1 4202560 6518 0 1 0 0 0 0 0 25 0 2 0 911819138 10694979584 7334 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252457759803 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.070503 s]
/proc/loadavg: 0.71 0.16 0.05 2/487 19305
/proc/meminfo: memFree=21415576/32951124 swapFree=56297244/67111528
[pid=19305] ppid=19303 vsize=10473088 CPUtime=0.05 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19303 19305 19203 0 -1 4202496 11881 0 1 0 4 1 0 0 25 0 18 0 911819137 10724442112 11578 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19305/statm: 2618272 11578 1754 9 0 2609006 0
[pid=19305/tid=19306] ppid=19303 vsize=10473088 CPUtime=0.05 cores=1,3,5,7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19305 19203 0 -1 4202560 10707 0 1 0 4 1 0 0 25 0 18 0 911819138 10724442112 11578 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 47494860877731 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) 10473088

[startup+0.100496 s]
/proc/loadavg: 0.71 0.16 0.05 2/487 19305
/proc/meminfo: memFree=21415576/32951124 swapFree=56297244/67111528
[pid=19305] ppid=19303 vsize=10539712 CPUtime=0.11 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19303 19305 19203 0 -1 4202496 13109 0 1 0 9 2 0 0 25 0 18 0 911819137 10792665088 12767 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19305/statm: 2634928 12767 2092 9 0 2625662 0
[pid=19305/tid=19306] ppid=19303 vsize=10539712 CPUtime=0.08 cores=1,3,5,7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19305 19203 0 -1 4202560 11153 0 1 0 7 1 0 0 25 0 18 0 911819138 10792665088 12768 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 47494863910424 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) 10539712

[startup+0.304506 s]
/proc/loadavg: 0.71 0.16 0.05 2/487 19305
/proc/meminfo: memFree=21415576/32951124 swapFree=56297244/67111528
[pid=19305] ppid=19303 vsize=10541384 CPUtime=0.5 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19303 19305 19203 0 -1 4202496 16285 0 1 0 48 2 0 0 25 0 19 0 911819137 10794377216 15331 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19305/statm: 2635346 15331 2211 9 0 2626080 0
[pid=19305/tid=19306] ppid=19303 vsize=10541384 CPUtime=0.29 cores=1,3,5,7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19305 19203 0 -1 4202560 12978 0 1 0 27 2 0 0 25 0 19 0 911819138 10794377216 15331 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10541384

[startup+0.700385 s]
/proc/loadavg: 0.71 0.16 0.05 2/487 19305
/proc/meminfo: memFree=21415576/32951124 swapFree=56297244/67111528
[pid=19305] ppid=19303 vsize=10554708 CPUtime=1.64 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19303 19305 19203 0 -1 4202496 44686 0 1 0 158 6 0 0 25 0 19 0 911819137 10808020992 40487 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19305/statm: 2638677 40488 2223 9 0 2629411 0
[pid=19305/tid=19306] ppid=19303 vsize=10554708 CPUtime=0.68 cores=1,3,5,7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19305 19203 0 -1 4202560 32597 0 1 0 64 4 0 0 25 0 19 0 911819138 10808020992 40489 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 46912505722334 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 10554708

[startup+1.50124 s]
/proc/loadavg: 0.98 0.22 0.07 3/506 19324
/proc/meminfo: memFree=21129008/32951124 swapFree=56297244/67111528
[pid=19305] ppid=19303 vsize=10554708 CPUtime=2.62 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19303 19305 19203 0 -1 4202496 140276 0 1 0 246 16 0 0 25 0 19 0 911819137 10808020992 136077 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19305/statm: 2638677 136083 2227 9 0 2629411 0
[pid=19305/tid=19306] ppid=19303 vsize=10554708 CPUtime=1.49 cores=1,3,5,7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19305 19203 0 -1 4202560 128168 0 1 0 134 15 0 0 25 0 19 0 911819138 10808020992 136086 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 46912505651848 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19305/tid=19308] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19308/stat : 19308 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 136090 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19309] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19309/stat : 19309 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 136093 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19310] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19310/stat : 19310 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 136096 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19311] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19311/stat : 19311 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 136100 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19312] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19312/stat : 19312 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 136103 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19313] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19313/stat : 19313 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 136106 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19314] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19314/stat : 19314 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 136109 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19315] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19315/stat : 19315 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 136112 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19316] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19316/stat : 19316 (java) S 19303 19305 19203 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 911819140 10808020992 136114 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 0 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19317] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19317/stat : 19317 (java) S 19303 19305 19203 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911819141 10808020992 136117 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19318] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19318/stat : 19318 (java) S 19303 19305 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911819141 10808020992 136120 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19319] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19319/stat : 19319 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819143 10808020992 136122 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469889457 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19320] ppid=19303 vsize=10554708 CPUtime=0.56 cores=1,3,5,7
/proc/19305/task/19320/stat : 19320 (java) S 19303 19305 19203 0 -1 4202560 6268 0 0 0 56 0 0 0 20 0 19 0 911819143 10808020992 136125 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19321] ppid=19303 vsize=10554708 CPUtime=0.56 cores=1,3,5,7
/proc/19305/task/19321/stat : 19321 (java) S 19303 19305 19203 0 -1 4202560 4691 0 0 0 56 0 0 0 15 0 19 0 911819143 10808020992 136127 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
[pid=19305/tid=19322] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19322/stat : 19322 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819143 10808020992 136130 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19323] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19323/stat : 19323 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 911819143 10808020992 136132 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19324] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19324/stat : 19324 (java) S 19303 19305 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911819167 10808020992 136134 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 10554708

[startup+3.10094 s]
/proc/loadavg: 0.98 0.22 0.07 3/506 19324
/proc/meminfo: memFree=20610692/32951124 swapFree=56297244/67111528
[pid=19305] ppid=19303 vsize=10554708 CPUtime=4.29 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19303 19305 19203 0 -1 4202496 318941 0 1 0 394 35 0 0 25 0 19 0 911819137 10808020992 314741 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19305/statm: 2638677 314744 2227 9 0 2629411 0
[pid=19305/tid=19306] ppid=19303 vsize=10554708 CPUtime=3.08 cores=1,3,5,7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19305 19203 0 -1 4202560 306820 0 1 0 275 33 0 0 25 0 19 0 911819138 10808020992 314745 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 46912505686292 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19305/tid=19308] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19308/stat : 19308 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 314747 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19309] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19309/stat : 19309 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 314750 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19310] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19310/stat : 19310 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 314752 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19311] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19311/stat : 19311 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 314754 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19312] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19312/stat : 19312 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 314756 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19313] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19313/stat : 19313 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 314759 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19314] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19314/stat : 19314 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 314761 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19315] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19315/stat : 19315 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 314763 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19316] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19316/stat : 19316 (java) S 19303 19305 19203 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 911819140 10808020992 314767 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 0 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19317] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19317/stat : 19317 (java) S 19303 19305 19203 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911819141 10808020992 314772 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19318] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19318/stat : 19318 (java) S 19303 19305 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911819141 10808020992 314777 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19319] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19319/stat : 19319 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819143 10808020992 314782 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469889457 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19320] ppid=19303 vsize=10554708 CPUtime=0.58 cores=1,3,5,7
/proc/19305/task/19320/stat : 19320 (java) S 19303 19305 19203 0 -1 4202560 6271 0 0 0 58 0 0 0 17 0 19 0 911819143 10808020992 314786 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19321] ppid=19303 vsize=10554708 CPUtime=0.59 cores=1,3,5,7
/proc/19305/task/19321/stat : 19321 (java) S 19303 19305 19203 0 -1 4202560 4695 0 0 0 59 0 0 0 15 0 19 0 911819143 10808020992 314791 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
[pid=19305/tid=19322] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19322/stat : 19322 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819143 10808020992 314795 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19323] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19323/stat : 19323 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 911819143 10808020992 314799 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19324] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19324/stat : 19324 (java) S 19303 19305 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911819167 10808020992 314804 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 10554708

[startup+6.30134 s]
/proc/loadavg: 1.06 0.25 0.08 3/506 19324
/proc/meminfo: memFree=19207728/32951124 swapFree=56297244/67111528
[pid=19305] ppid=19303 vsize=10554708 CPUtime=7.52 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19303 19305 19203 0 -1 4202496 650260 0 1 0 685 67 0 0 25 0 19 0 911819137 10808020992 646001 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19305/statm: 2638677 646004 2228 9 0 2629411 0
[pid=19305/tid=19306] ppid=19303 vsize=10554708 CPUtime=6.28 cores=1,3,5,7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19305 19203 0 -1 4202560 638134 0 1 0 562 66 0 0 25 0 19 0 911819138 10808020992 646006 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 46912505660192 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19305/tid=19308] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19308/stat : 19308 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 646009 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19309] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19309/stat : 19309 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 646010 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19310] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19310/stat : 19310 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 646012 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19311] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19311/stat : 19311 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 646014 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19312] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19312/stat : 19312 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 646016 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19313] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19313/stat : 19313 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 646018 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19314] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19314/stat : 19314 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 646020 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19315] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19315/stat : 19315 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819139 10808020992 646022 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19316] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19316/stat : 19316 (java) S 19303 19305 19203 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 911819140 10808020992 646024 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 0 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19317] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19317/stat : 19317 (java) S 19303 19305 19203 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911819141 10808020992 646026 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19318] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19318/stat : 19318 (java) S 19303 19305 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911819141 10808020992 646028 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19319] ppid=19303 vsize=10554708 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19319/stat : 19319 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819143 10808020992 646032 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469889457 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19320] ppid=19303 vsize=10554708 CPUtime=0.6 cores=1,3,5,7
/proc/19305/task/19320/stat : 19320 (java) S 19303 19305 19203 0 -1 4202560 6271 0 0 0 60 0 0 0 15 0 19 0 911819143 10808020992 646035 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19321] ppid=19303 vsize=10554708 CPUtime=0.62 cores=1,3,5,7
/proc/19305/task/19321/stat : 19321 (java) S 19303 19305 19203 0 -1 4202560 4700 0 0 0 62 0 0 0 15 0 19 0 911819143 10808020992 646039 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0

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

/proc/19305/task/19318/stat : 19318 (java) S 19303 19305 19203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 911819141 10801958912 919516 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19319] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19319/stat : 19319 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819143 10801958912 919516 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469889457 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19320] ppid=19303 vsize=10548788 CPUtime=0.66 cores=1,3,5,7
/proc/19305/task/19320/stat : 19320 (java) S 19303 19305 19203 0 -1 4202560 6289 0 0 0 66 0 0 0 15 0 19 0 911819143 10801958912 919516 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19321] ppid=19303 vsize=10548788 CPUtime=0.79 cores=1,3,5,7
/proc/19305/task/19321/stat : 19321 (java) S 19303 19305 19203 0 -1 4202560 4742 0 0 0 79 0 0 0 16 0 19 0 911819143 10801958912 919516 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
[pid=19305/tid=19322] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19322/stat : 19322 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819143 10801958912 919516 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19323] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19323/stat : 19323 (java) S 19303 19305 19203 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 911819143 10801958912 919516 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19324] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19324/stat : 19324 (java) S 19303 19305 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911819167 10801958912 919516 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1667.08
Current children cumulated vsize (KiB) 10548788

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.69 3/506 19373
/proc/meminfo: memFree=16743048/32951124 swapFree=56297244/67111528
[pid=19305] ppid=19303 vsize=10548788 CPUtime=1727.21 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19303 19305 19203 0 -1 4202496 926629 0 1 0 172621 100 0 0 25 0 19 0 911819137 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19305/statm: 2637197 919539 2257 9 0 2627931 0
[pid=19305/tid=19306] ppid=19303 vsize=10548788 CPUtime=1719.61 cores=1,3,5,7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19305 19203 0 -1 4202560 836868 0 1 0 171876 85 0 0 25 0 19 0 911819138 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 46912505810825 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19305/tid=19308] ppid=19303 vsize=10548788 CPUtime=0.54 cores=1,3,5,7
/proc/19305/task/19308/stat : 19308 (java) S 19303 19305 19203 0 -1 4202560 9112 0 0 0 53 1 0 0 16 0 19 0 911819139 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19309] ppid=19303 vsize=10548788 CPUtime=0.65 cores=1,3,5,7
/proc/19305/task/19309/stat : 19309 (java) S 19303 19305 19203 0 -1 4202560 9018 0 0 0 64 1 0 0 15 0 19 0 911819139 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19310] ppid=19303 vsize=10548788 CPUtime=0.46 cores=1,3,5,7
/proc/19305/task/19310/stat : 19310 (java) S 19303 19305 19203 0 -1 4202560 9300 0 0 0 46 0 0 0 15 0 19 0 911819139 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19311] ppid=19303 vsize=10548788 CPUtime=0.73 cores=1,3,5,7
/proc/19305/task/19311/stat : 19311 (java) S 19303 19305 19203 0 -1 4202560 7413 0 0 0 72 1 0 0 16 0 19 0 911819139 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19312] ppid=19303 vsize=10548788 CPUtime=0.6 cores=1,3,5,7
/proc/19305/task/19312/stat : 19312 (java) S 19303 19305 19203 0 -1 4202560 9411 0 0 0 59 1 0 0 15 0 19 0 911819139 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19313] ppid=19303 vsize=10548788 CPUtime=0.75 cores=1,3,5,7
/proc/19305/task/19313/stat : 19313 (java) S 19303 19305 19203 0 -1 4202560 8660 0 0 0 74 1 0 0 16 0 19 0 911819139 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
[pid=19305/tid=19314] ppid=19303 vsize=10548788 CPUtime=0.56 cores=1,3,5,7
/proc/19305/task/19314/stat : 19314 (java) S 19303 19305 19203 0 -1 4202560 7174 0 0 0 56 0 0 0 15 0 19 0 911819139 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19315] ppid=19303 vsize=10548788 CPUtime=0.73 cores=1,3,5,7
/proc/19305/task/19315/stat : 19315 (java) S 19303 19305 19203 0 -1 4202560 11881 0 0 0 71 2 0 0 16 0 19 0 911819139 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19316] ppid=19303 vsize=10548788 CPUtime=0.99 cores=1,3,5,7
/proc/19305/task/19316/stat : 19316 (java) S 19303 19305 19203 0 -1 4202560 5513 0 0 0 98 1 0 0 15 0 19 0 911819140 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 0 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19317] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19317/stat : 19317 (java) S 19303 19305 19203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 911819141 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19318] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19318/stat : 19318 (java) S 19303 19305 19203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 911819141 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19319] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19319/stat : 19319 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819143 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469889457 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19320] ppid=19303 vsize=10548788 CPUtime=0.66 cores=1,3,5,7
/proc/19305/task/19320/stat : 19320 (java) S 19303 19305 19203 0 -1 4202560 6289 0 0 0 66 0 0 0 15 0 19 0 911819143 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19321] ppid=19303 vsize=10548788 CPUtime=0.79 cores=1,3,5,7
/proc/19305/task/19321/stat : 19321 (java) S 19303 19305 19203 0 -1 4202560 4742 0 0 0 79 0 0 0 16 0 19 0 911819143 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
[pid=19305/tid=19322] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19322/stat : 19322 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819143 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19323] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19323/stat : 19323 (java) S 19303 19305 19203 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 911819143 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19324] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19324/stat : 19324 (java) S 19303 19305 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911819167 10801958912 919539 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1727.21
Current children cumulated vsize (KiB) 10548788

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.71 2/486 19387
/proc/meminfo: memFree=20392976/32951124 swapFree=56297244/67111528
[pid=19305] ppid=19303 vsize=10548788 CPUtime=1787.35 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19303 19305 19203 0 -1 4202496 926665 0 1 0 178635 100 0 0 25 0 19 0 911819137 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19305/statm: 2637197 919563 2257 9 0 2627931 0
[pid=19305/tid=19306] ppid=19303 vsize=10548788 CPUtime=1779.55 cores=1,3,5,7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19305 19203 0 -1 4202560 836872 0 1 0 177870 85 0 0 25 0 19 0 911819138 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 46912505720073 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19305/tid=19308] ppid=19303 vsize=10548788 CPUtime=0.57 cores=1,3,5,7
/proc/19305/task/19308/stat : 19308 (java) S 19303 19305 19203 0 -1 4202560 9117 0 0 0 56 1 0 0 16 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19309] ppid=19303 vsize=10548788 CPUtime=0.66 cores=1,3,5,7
/proc/19305/task/19309/stat : 19309 (java) S 19303 19305 19203 0 -1 4202560 9023 0 0 0 65 1 0 0 16 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19310] ppid=19303 vsize=10548788 CPUtime=0.47 cores=1,3,5,7
/proc/19305/task/19310/stat : 19310 (java) S 19303 19305 19203 0 -1 4202560 9300 0 0 0 47 0 0 0 15 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19311] ppid=19303 vsize=10548788 CPUtime=0.76 cores=1,3,5,7
/proc/19305/task/19311/stat : 19311 (java) S 19303 19305 19203 0 -1 4202560 7420 0 0 0 75 1 0 0 16 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
[pid=19305/tid=19312] ppid=19303 vsize=10548788 CPUtime=0.62 cores=1,3,5,7
/proc/19305/task/19312/stat : 19312 (java) S 19303 19305 19203 0 -1 4202560 9415 0 0 0 61 1 0 0 15 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19313] ppid=19303 vsize=10548788 CPUtime=0.78 cores=1,3,5,7
/proc/19305/task/19313/stat : 19313 (java) S 19303 19305 19203 0 -1 4202560 8660 0 0 0 77 1 0 0 15 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
[pid=19305/tid=19314] ppid=19303 vsize=10548788 CPUtime=0.58 cores=1,3,5,7
/proc/19305/task/19314/stat : 19314 (java) S 19303 19305 19203 0 -1 4202560 7177 0 0 0 58 0 0 0 15 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19315] ppid=19303 vsize=10548788 CPUtime=0.76 cores=1,3,5,7
/proc/19305/task/19315/stat : 19315 (java) S 19303 19305 19203 0 -1 4202560 11881 0 0 0 74 2 0 0 16 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19316] ppid=19303 vsize=10548788 CPUtime=0.99 cores=1,3,5,7
/proc/19305/task/19316/stat : 19316 (java) S 19303 19305 19203 0 -1 4202560 5517 0 0 0 98 1 0 0 15 0 19 0 911819140 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 0 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19317] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19317/stat : 19317 (java) S 19303 19305 19203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 911819141 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19318] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19318/stat : 19318 (java) S 19303 19305 19203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 911819141 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19319] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19319/stat : 19319 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819143 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469889457 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19320] ppid=19303 vsize=10548788 CPUtime=0.66 cores=1,3,5,7
/proc/19305/task/19320/stat : 19320 (java) S 19303 19305 19203 0 -1 4202560 6289 0 0 0 66 0 0 0 15 0 19 0 911819143 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19321] ppid=19303 vsize=10548788 CPUtime=0.79 cores=1,3,5,7
/proc/19305/task/19321/stat : 19321 (java) S 19303 19305 19203 0 -1 4202560 4742 0 0 0 79 0 0 0 16 0 19 0 911819143 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
[pid=19305/tid=19322] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19322/stat : 19322 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819143 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19323] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19323/stat : 19323 (java) S 19303 19305 19203 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 911819143 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19324] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19324/stat : 19324 (java) S 19303 19305 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911819167 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1787.35
Current children cumulated vsize (KiB) 10548788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 1.93 2.00 1.71 5/506 19478
/proc/meminfo: memFree=20191428/32951124 swapFree=56297244/67111528
[pid=19305] ppid=19303 vsize=10548788 CPUtime=1800.09 cores=1,3,5,7
/proc/19305/stat : 19305 (java) S 19303 19305 19203 0 -1 4202496 926666 0 1 0 179909 100 0 0 25 0 19 0 911819137 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19305/statm: 2637197 919563 2257 9 0 2627931 0
[pid=19305/tid=19306] ppid=19303 vsize=10548788 CPUtime=1792.26 cores=1,3,5,7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19305 19203 0 -1 4202560 836873 0 1 0 179141 85 0 0 25 0 19 0 911819138 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 46912505810912 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19305/tid=19308] ppid=19303 vsize=10548788 CPUtime=0.58 cores=1,3,5,7
/proc/19305/task/19308/stat : 19308 (java) S 19303 19305 19203 0 -1 4202560 9117 0 0 0 57 1 0 0 16 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19309] ppid=19303 vsize=10548788 CPUtime=0.67 cores=1,3,5,7
/proc/19305/task/19309/stat : 19309 (java) S 19303 19305 19203 0 -1 4202560 9023 0 0 0 66 1 0 0 16 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 7 0 0 0
[pid=19305/tid=19310] ppid=19303 vsize=10548788 CPUtime=0.47 cores=1,3,5,7
/proc/19305/task/19310/stat : 19310 (java) S 19303 19305 19203 0 -1 4202560 9300 0 0 0 47 0 0 0 15 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19311] ppid=19303 vsize=10548788 CPUtime=0.76 cores=1,3,5,7
/proc/19305/task/19311/stat : 19311 (java) S 19303 19305 19203 0 -1 4202560 7420 0 0 0 75 1 0 0 15 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
[pid=19305/tid=19312] ppid=19303 vsize=10548788 CPUtime=0.62 cores=1,3,5,7
/proc/19305/task/19312/stat : 19312 (java) S 19303 19305 19203 0 -1 4202560 9415 0 0 0 61 1 0 0 15 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19313] ppid=19303 vsize=10548788 CPUtime=0.79 cores=1,3,5,7
/proc/19305/task/19313/stat : 19313 (java) S 19303 19305 19203 0 -1 4202560 8660 0 0 0 78 1 0 0 16 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
[pid=19305/tid=19314] ppid=19303 vsize=10548788 CPUtime=0.58 cores=1,3,5,7
/proc/19305/task/19314/stat : 19314 (java) S 19303 19305 19203 0 -1 4202560 7177 0 0 0 58 0 0 0 16 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19315] ppid=19303 vsize=10548788 CPUtime=0.77 cores=1,3,5,7
/proc/19305/task/19315/stat : 19315 (java) S 19303 19305 19203 0 -1 4202560 11881 0 0 0 75 2 0 0 16 0 19 0 911819139 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19316] ppid=19303 vsize=10548788 CPUtime=0.99 cores=1,3,5,7
/proc/19305/task/19316/stat : 19316 (java) S 19303 19305 19203 0 -1 4202560 5517 0 0 0 98 1 0 0 15 0 19 0 911819140 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 0 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19317] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19317/stat : 19317 (java) S 19303 19305 19203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 911819141 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19318] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19318/stat : 19318 (java) S 19303 19305 19203 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 911819141 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19319] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19319/stat : 19319 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819143 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469889457 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19320] ppid=19303 vsize=10548788 CPUtime=0.66 cores=1,3,5,7
/proc/19305/task/19320/stat : 19320 (java) S 19303 19305 19203 0 -1 4202560 6289 0 0 0 66 0 0 0 15 0 19 0 911819143 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19321] ppid=19303 vsize=10548788 CPUtime=0.79 cores=1,3,5,7
/proc/19305/task/19321/stat : 19321 (java) S 19303 19305 19203 0 -1 4202560 4742 0 0 0 79 0 0 0 16 0 19 0 911819143 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
[pid=19305/tid=19322] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19322/stat : 19322 (java) S 19303 19305 19203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911819143 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469881753 0 4 0 16800975 18446604456260748288 0 0 -1 1 0 0 0
[pid=19305/tid=19323] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19323/stat : 19323 (java) S 19303 19305 19203 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 911819143 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 4 0 16800975 18446604456260748288 0 0 -1 3 0 0 0
[pid=19305/tid=19324] ppid=19303 vsize=10548788 CPUtime=0 cores=1,3,5,7
/proc/19305/task/19324/stat : 19324 (java) S 19303 19305 19203 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911819167 10801958912 919563 33554432000 1073741824 1073778376 140734794582528 18446744073709551615 252469882368 0 4 0 16800975 18446604456260748288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10548788

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

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

[startup+1795.12 s]
/proc/loadavg: 2.25 2.06 1.73 3/490 19481
/proc/meminfo: memFree=22049468/32951124 swapFree=56297244/67111528
[pid=19305] ppid=19303 vsize=0 CPUtime=1800.23 cores=1,3,5,7
/proc/19305/stat : 19305 (java) Z 19303 19305 19203 0 -1 4203548 926702 0 1 0 179915 108 0 0 17 0 2 0 911819137 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19305/statm: 0 0 0 0 0 0 0
[pid=19305/tid=19480] ppid=19303 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/19305/task/19480/stat : 19480 (java) R 19303 19305 19203 0 -1 4203588 11 0 0 0 0 8 0 0 19 0 2 0 911998639 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.19
CPU time (s): 1800.29
CPU user time (s): 1799.15
CPU system time (s): 1.13983
CPU usage (%): 100.284
Max. virtual memory (cumulated for all children) (KiB): 10554708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 1.13983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 926702
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= 40362
involuntary context switches= 18498

runsolver used 8.34873 second user time and 19.938 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-04 21:31:27
IDJOB=3457078
IDBENCH=1350
IDSOLVER=1951
FILE ID=node111/3457078-1307215887
RUNJOBID= node111-1307215870-19222
PBS_JOBID= 13509107
Free space on /tmp= 73868 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900557574.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457078-1307215887/watcher-3457078-1307215887 -o /tmp/evaluation-result-3457078-1307215887/solver-3457078-1307215887 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457078-1307215887.opb

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

MD5SUM BENCH= 5107a201bfa7ecd84a67ffb212d048dd
RANDOM SEED=1120056230

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.67
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.849
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:     32951124 kB
MemFree:      21415732 kB
Buffers:        332800 kB
Cached:         866580 kB
SwapCached:      11784 kB
Active:       10456952 kB
Inactive:       795244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21415732 kB
SwapTotal:    67111528 kB
SwapFree:     56297244 kB
Dirty:            1160 kB
Writeback:           0 kB
AnonPages:    10050580 kB
Mapped:          36004 kB
Slab:           144156 kB
PageTables:      71580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 159443576 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= 73868 MiB
End job on node111 at 2011-06-04 22:01:24