Trace number 3456891

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.33 1791.24

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin12.opb
MD5SUM8ef9ab9b1b524024010be24ca1127d40
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.477926
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4356
Total number of constraints600
Number of constraints which are clauses264
Number of constraints which are cardinality constraints (but not clauses)336
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint66
Maximum length of a constraint121
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 123
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3456891-1307200212.opb
0.11/0.11	c reading problem ... 
0.73/0.37	c ... done. Wall clock time 0.263s.
0.73/0.37	c #vars     4356
0.73/0.37	c #constraints  600
0.73/0.37	c constraints type 
0.73/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 264
0.73/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 336
787.71/782.66	c cleaning 0 clauses out of 5002 with flag 0/5002
1800.02/1791.05	c starts		: 28
1800.02/1791.05	c conflicts		: 7718
1800.02/1791.05	c decisions		: 43550
1800.02/1791.05	c propagations		: 890776
1800.02/1791.05	c inspects		: 391916997
1800.02/1791.05	c shortcuts		: 0
1800.02/1791.05	c learnt literals	: 0
1800.02/1791.05	c learnt binary clauses	: 0
1800.02/1791.05	c learnt ternary clauses	: 0
1800.02/1791.05	c learnt constraints	: 7717
1800.02/1791.05	c ignored constraints	: 0
1800.02/1791.05	c root simplifications	: 0
1800.02/1791.05	c removed literals (reason simplification)	: 0
1800.02/1791.05	c reason swapping (by a shorter reason)	: 0
1800.02/1791.05	c Calls to reduceDB	: 1
1800.02/1791.05	c number of reductions to clauses (during analyze)	: 0
1800.02/1791.05	c number of learned constraints concerned by reduction	: 0
1800.02/1791.05	c number of learning phase by resolution	: 0
1800.02/1791.05	c number of learning phase by cutting planes	: 0
1800.02/1791.05	c speed (assignments/second)	: 497.45263657559303
1800.02/1791.05	c non guided choices	560
1800.02/1791.05	c learnt constraints type 
1800.02/1791.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 773
1800.02/1791.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6944
1800.02/1791.05	c constraints type 
1800.02/1791.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 264
1800.02/1791.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 336
1800.02/1791.05	s UNKNOWN
1800.02/1791.05	c Total wall clock time (in seconds): 1790.945

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-3456891-1307200212/watcher-3456891-1307200212 -o /tmp/evaluation-result-3456891-1307200212/solver-3456891-1307200212 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456891-1307200212.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.29 1/475 20305
/proc/meminfo: memFree=27388664/32950928 swapFree=39617324/67111528
[pid=20305] ppid=20303 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/20305/stat : 20305 (java) S 20303 20305 20277 0 -1 4202496 4473 0 1 0 0 0 0 0 23 0 2 0 831620862 10694979584 4175 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/20305/statm: 2611079 4192 917 9 0 2602235 0
[pid=20305/tid=20306] ppid=20303 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20306/stat : 20306 (java) R 20303 20305 20277 0 -1 4202560 5373 0 1 0 0 0 0 0 24 0 2 0 831620862 10694979584 6189 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.101638 s]
/proc/loadavg: 0.00 0.00 0.29 1/475 20305
/proc/meminfo: memFree=27388664/32950928 swapFree=39617324/67111528
[pid=20305] ppid=20303 vsize=10540332 CPUtime=0.11 cores=0,2,4,6
/proc/20305/stat : 20305 (java) S 20303 20305 20277 0 -1 4202496 13085 0 1 0 9 2 0 0 23 0 18 0 831620862 10793299968 12762 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20305/statm: 2635083 12762 2092 9 0 2625817 0
[pid=20305/tid=20306] ppid=20303 vsize=10540332 CPUtime=0.08 cores=0,2,4,6
/proc/20305/task/20306/stat : 20306 (java) R 20303 20305 20277 0 -1 4202560 11157 0 1 0 7 1 0 0 25 0 18 0 831620862 10793299968 12763 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208079893537 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540332

[startup+0.200951 s]
/proc/loadavg: 0.00 0.00 0.29 1/475 20305
/proc/meminfo: memFree=27388664/32950928 swapFree=39617324/67111528
[pid=20305] ppid=20303 vsize=10541408 CPUtime=0.29 cores=0,2,4,6
/proc/20305/stat : 20305 (java) S 20303 20305 20277 0 -1 4202496 14350 0 1 0 27 2 0 0 23 0 18 0 831620862 10794401792 13952 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20305/statm: 2635352 13952 2184 9 0 2626086 0
[pid=20305/tid=20306] ppid=20303 vsize=10541408 CPUtime=0.18 cores=0,2,4,6
/proc/20305/task/20306/stat : 20306 (java) R 20303 20305 20277 0 -1 4202560 11981 0 1 0 17 1 0 0 25 0 18 0 831620862 10794401792 13953 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10541408

[startup+0.357887 s]
/proc/loadavg: 0.00 0.00 0.29 1/475 20305
/proc/meminfo: memFree=27388664/32950928 swapFree=39617324/67111528
[pid=20305] ppid=20303 vsize=10545076 CPUtime=0.73 cores=0,2,4,6
/proc/20305/stat : 20305 (java) S 20303 20305 20277 0 -1 4202496 21134 0 1 0 70 3 0 0 23 0 18 0 831620862 10798157824 19563 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20305/statm: 2636269 19567 2210 9 0 2627003 0
[pid=20305/tid=20306] ppid=20303 vsize=10545076 CPUtime=0.34 cores=0,2,4,6
/proc/20305/task/20306/stat : 20306 (java) R 20303 20305 20277 0 -1 4202560 16173 0 1 0 32 2 0 0 18 0 18 0 831620862 10798157824 19568 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 46912505595031 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 10545076

[startup+0.750287 s]
/proc/loadavg: 0.00 0.00 0.29 1/475 20305
/proc/meminfo: memFree=27388664/32950928 swapFree=39617324/67111528
[pid=20305] ppid=20303 vsize=10575400 CPUtime=2.2 cores=0,2,4,6
/proc/20305/stat : 20305 (java) S 20303 20305 20277 0 -1 4202496 51730 0 1 0 213 7 0 0 23 0 19 0 831620862 10829209600 47349 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20305/statm: 2643850 47349 2229 9 0 2634584 0
[pid=20305/tid=20306] ppid=20303 vsize=10575400 CPUtime=0.86 cores=0,2,4,6
/proc/20305/task/20306/stat : 20306 (java) R 20303 20305 20277 0 -1 4202560 32029 0 1 0 82 4 0 0 18 0 19 0 831620862 10829209600 47349 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 46912505775607 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 10575400

[startup+1.51938 s]
/proc/loadavg: 0.16 0.03 0.30 2/494 20324
/proc/meminfo: memFree=27024440/32950928 swapFree=39617324/67111528
[pid=20305] ppid=20303 vsize=10575400 CPUtime=3.15 cores=0,2,4,6
/proc/20305/stat : 20305 (java) S 20303 20305 20277 0 -1 4202496 111161 0 1 0 301 14 0 0 23 0 19 0 831620862 10829209600 106780 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20305/statm: 2643850 106781 2231 9 0 2634584 0
[pid=20305/tid=20306] ppid=20303 vsize=10575400 CPUtime=1.5 cores=0,2,4,6
/proc/20305/task/20306/stat : 20306 (java) R 20303 20305 20277 0 -1 4202560 91412 0 1 0 139 11 0 0 18 0 19 0 831620862 10829209600 106784 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 46912505675242 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20305/tid=20308] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20308/stat : 20308 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 106789 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20309] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20309/stat : 20309 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 106791 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20310] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20310/stat : 20310 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 106791 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20311] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20311/stat : 20311 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 106797 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20312] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20312/stat : 20312 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 106801 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20313] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20313/stat : 20313 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 106801 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20314] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20314/stat : 20314 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 106805 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20315] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20315/stat : 20315 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 106810 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20316] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20316/stat : 20316 (java) S 20303 20305 20277 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 831620865 10829209600 106811 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 0 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20317] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20317/stat : 20317 (java) S 20303 20305 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831620866 10829209600 106812 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20318] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20318/stat : 20318 (java) S 20303 20305 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831620866 10829209600 106817 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20319] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20319/stat : 20319 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620868 10829209600 106821 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092055985 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20320] ppid=20303 vsize=10575400 CPUtime=0.83 cores=0,2,4,6
/proc/20305/task/20320/stat : 20320 (java) S 20303 20305 20277 0 -1 4202560 9409 0 0 0 82 1 0 0 15 0 19 0 831620868 10829209600 106821 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20321] ppid=20303 vsize=10575400 CPUtime=0.81 cores=0,2,4,6
/proc/20305/task/20321/stat : 20321 (java) S 20303 20305 20277 0 -1 4202560 9185 0 0 0 80 1 0 0 18 0 19 0 831620868 10829209600 106825 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20322] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20322/stat : 20322 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620868 10829209600 106831 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20323] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20323/stat : 20323 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831620868 10829209600 106831 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20324] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20324/stat : 20324 (java) S 20303 20305 20277 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831620900 10829209600 106833 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 10575400

[startup+3.10102 s]
/proc/loadavg: 0.16 0.03 0.30 2/494 20324
/proc/meminfo: memFree=26634936/32950928 swapFree=39617324/67111528
[pid=20305] ppid=20303 vsize=10575400 CPUtime=4.84 cores=0,2,4,6
/proc/20305/stat : 20305 (java) S 20303 20305 20277 0 -1 4202496 244170 0 1 0 454 30 0 0 23 0 19 0 831620862 10829209600 239787 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20305/statm: 2643850 239797 2231 9 0 2634584 0
[pid=20305/tid=20306] ppid=20303 vsize=10575400 CPUtime=3.08 cores=0,2,4,6
/proc/20305/task/20306/stat : 20306 (java) R 20303 20305 20277 0 -1 4202560 224411 0 1 0 281 27 0 0 19 0 19 0 831620862 10829209600 239799 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 46912505810844 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20305/tid=20308] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20308/stat : 20308 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 239799 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20309] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20309/stat : 20309 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 239799 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20310] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20310/stat : 20310 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 239804 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20311] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20311/stat : 20311 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 239809 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20312] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20312/stat : 20312 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 239812 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20313] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20313/stat : 20313 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 239812 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20314] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20314/stat : 20314 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 239812 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20315] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20315/stat : 20315 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10829209600 239816 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20316] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20316/stat : 20316 (java) S 20303 20305 20277 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 831620865 10829209600 239822 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 0 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20317] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20317/stat : 20317 (java) S 20303 20305 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831620866 10829209600 239824 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20318] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20318/stat : 20318 (java) S 20303 20305 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831620866 10829209600 239824 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20319] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20319/stat : 20319 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620868 10829209600 239824 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092055985 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20320] ppid=20303 vsize=10575400 CPUtime=0.93 cores=0,2,4,6
/proc/20305/task/20320/stat : 20320 (java) S 20303 20305 20277 0 -1 4202560 9426 0 0 0 92 1 0 0 15 0 19 0 831620868 10829209600 239830 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20321] ppid=20303 vsize=10575400 CPUtime=0.81 cores=0,2,4,6
/proc/20305/task/20321/stat : 20321 (java) S 20303 20305 20277 0 -1 4202560 9185 0 0 0 80 1 0 0 15 0 19 0 831620868 10829209600 239836 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20322] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20322/stat : 20322 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620868 10829209600 239837 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20323] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20323/stat : 20323 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831620868 10829209600 239837 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20324] ppid=20303 vsize=10575400 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20324/stat : 20324 (java) S 20303 20305 20277 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831620900 10829209600 239838 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 10575400

[startup+6.30148 s]
/proc/loadavg: 0.23 0.05 0.31 2/494 20324
/proc/meminfo: memFree=25481612/32950928 swapFree=39617324/67111528
[pid=20305] ppid=20303 vsize=10551764 CPUtime=8.04 cores=0,2,4,6
/proc/20305/stat : 20305 (java) S 20303 20305 20277 0 -1 4202496 530879 0 1 0 744 60 0 0 23 0 19 0 831620862 10805006336 520649 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20305/statm: 2637941 520650 2232 9 0 2628675 0
[pid=20305/tid=20306] ppid=20303 vsize=10551764 CPUtime=6.28 cores=0,2,4,6
/proc/20305/task/20306/stat : 20306 (java) R 20303 20305 20277 0 -1 4202560 511109 0 1 0 571 57 0 0 25 0 19 0 831620862 10805006336 520650 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 46912505810844 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20305/tid=20308] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20308/stat : 20308 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10805006336 520650 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20309] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20309/stat : 20309 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10805006336 520656 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20310] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20310/stat : 20310 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10805006336 520663 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20311] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20311/stat : 20311 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10805006336 520668 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20312] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20312/stat : 20312 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10805006336 520668 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20313] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20313/stat : 20313 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10805006336 520668 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20314] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20314/stat : 20314 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10805006336 520668 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20315] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20315/stat : 20315 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620864 10805006336 520672 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20316] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20316/stat : 20316 (java) S 20303 20305 20277 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 831620865 10805006336 520678 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 0 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20317] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20317/stat : 20317 (java) S 20303 20305 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831620866 10805006336 520684 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20318] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20318/stat : 20318 (java) S 20303 20305 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831620866 10805006336 520686 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20319] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20319/stat : 20319 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620868 10805006336 520686 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092055985 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20320] ppid=20303 vsize=10551764 CPUtime=0.93 cores=0,2,4,6
/proc/20305/task/20320/stat : 20320 (java) S 20303 20305 20277 0 -1 4202560 9426 0 0 0 92 1 0 0 15 0 19 0 831620868 10805006336 520686 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20321] ppid=20303 vsize=10551764 CPUtime=0.81 cores=0,2,4,6
/proc/20305/task/20321/stat : 20321 (java) S 20303 20305 20277 0 -1 4202560 9185 0 0 0 80 1 0 0 15 0 19 0 831620868 10805006336 520688 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0

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

/proc/20305/task/20318/stat : 20318 (java) S 20303 20305 20277 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831620866 10805006336 1056634 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20319] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20319/stat : 20319 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620868 10805006336 1056634 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092055985 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20320] ppid=20303 vsize=10551764 CPUtime=1.01 cores=0,2,4,6
/proc/20305/task/20320/stat : 20320 (java) S 20303 20305 20277 0 -1 4202560 9436 0 0 0 100 1 0 0 16 0 19 0 831620868 10805006336 1056634 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20321] ppid=20303 vsize=10551764 CPUtime=1.01 cores=0,2,4,6
/proc/20305/task/20321/stat : 20321 (java) S 20303 20305 20277 0 -1 4202560 9210 0 0 0 100 1 0 0 15 0 19 0 831620868 10805006336 1056634 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20322] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20322/stat : 20322 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620868 10805006336 1056634 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20323] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20323/stat : 20323 (java) S 20303 20305 20277 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 831620868 10805006336 1056634 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20324] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20324/stat : 20324 (java) S 20303 20305 20277 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831620900 10805006336 1056634 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1670.84
Current children cumulated vsize (KiB) 10551764

[startup+1722.3 s]
/proc/loadavg: 1.17 1.05 0.88 2/494 20370
/proc/meminfo: memFree=23144112/32950928 swapFree=39617324/67111528
[pid=20305] ppid=20303 vsize=10551764 CPUtime=1731.06 cores=0,2,4,6
/proc/20305/stat : 20305 (java) S 20303 20305 20277 0 -1 4202496 1077102 0 1 0 172967 139 0 0 23 0 19 0 831620862 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20305/statm: 2637941 1060579 2262 9 0 2628675 0
[pid=20305/tid=20306] ppid=20303 vsize=10551764 CPUtime=1718.59 cores=0,2,4,6
/proc/20305/task/20306/stat : 20306 (java) R 20303 20305 20277 0 -1 4202560 838272 0 1 0 171764 95 0 0 25 0 19 0 831620862 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 46912505761640 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20305/tid=20308] ppid=20303 vsize=10551764 CPUtime=1.18 cores=0,2,4,6
/proc/20305/task/20308/stat : 20308 (java) S 20303 20305 20277 0 -1 4202560 26339 0 0 0 114 4 0 0 16 0 19 0 831620864 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20309] ppid=20303 vsize=10551764 CPUtime=1.29 cores=0,2,4,6
/proc/20305/task/20309/stat : 20309 (java) S 20303 20305 20277 0 -1 4202560 26135 0 0 0 125 4 0 0 15 0 19 0 831620864 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20310] ppid=20303 vsize=10551764 CPUtime=1.12 cores=0,2,4,6
/proc/20305/task/20310/stat : 20310 (java) S 20303 20305 20277 0 -1 4202560 25434 0 0 0 108 4 0 0 16 0 19 0 831620864 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20311] ppid=20303 vsize=10551764 CPUtime=0.96 cores=0,2,4,6
/proc/20305/task/20311/stat : 20311 (java) S 20303 20305 20277 0 -1 4202560 23572 0 0 0 93 3 0 0 15 0 19 0 831620864 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20312] ppid=20303 vsize=10551764 CPUtime=1.28 cores=0,2,4,6
/proc/20305/task/20312/stat : 20312 (java) S 20303 20305 20277 0 -1 4202560 30300 0 0 0 122 6 0 0 16 0 19 0 831620864 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20313] ppid=20303 vsize=10551764 CPUtime=1.43 cores=0,2,4,6
/proc/20305/task/20313/stat : 20313 (java) S 20303 20305 20277 0 -1 4202560 29454 0 0 0 139 4 0 0 15 0 19 0 831620864 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20314] ppid=20303 vsize=10551764 CPUtime=1.12 cores=0,2,4,6
/proc/20305/task/20314/stat : 20314 (java) S 20303 20305 20277 0 -1 4202560 29968 0 0 0 105 7 0 0 16 0 19 0 831620864 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20315] ppid=20303 vsize=10551764 CPUtime=1.2 cores=0,2,4,6
/proc/20305/task/20315/stat : 20315 (java) S 20303 20305 20277 0 -1 4202560 27444 0 0 0 116 4 0 0 15 0 19 0 831620864 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20316] ppid=20303 vsize=10551764 CPUtime=0.76 cores=0,2,4,6
/proc/20305/task/20316/stat : 20316 (java) S 20303 20305 20277 0 -1 4202560 282 0 0 0 75 1 0 0 15 0 19 0 831620865 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 0 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20317] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20317/stat : 20317 (java) S 20303 20305 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831620866 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20318] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20318/stat : 20318 (java) S 20303 20305 20277 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831620866 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20319] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20319/stat : 20319 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620868 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092055985 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20320] ppid=20303 vsize=10551764 CPUtime=1.01 cores=0,2,4,6
/proc/20305/task/20320/stat : 20320 (java) S 20303 20305 20277 0 -1 4202560 9436 0 0 0 100 1 0 0 16 0 19 0 831620868 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20321] ppid=20303 vsize=10551764 CPUtime=1.01 cores=0,2,4,6
/proc/20305/task/20321/stat : 20321 (java) S 20303 20305 20277 0 -1 4202560 9210 0 0 0 100 1 0 0 15 0 19 0 831620868 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20322] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20322/stat : 20322 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620868 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20323] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20323/stat : 20323 (java) S 20303 20305 20277 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 831620868 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20324] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20324/stat : 20324 (java) S 20303 20305 20277 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831620900 10805006336 1060579 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1731.06
Current children cumulated vsize (KiB) 10551764

[startup+1782.3 s]
/proc/loadavg: 1.11 1.05 0.89 2/494 20372
/proc/meminfo: memFree=23124000/32950928 swapFree=39617324/67111528
[pid=20305] ppid=20303 vsize=10551764 CPUtime=1791.32 cores=0,2,4,6
/proc/20305/stat : 20305 (java) S 20303 20305 20277 0 -1 4202496 1082119 0 1 0 178992 140 0 0 23 0 19 0 831620862 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20305/statm: 2637941 1065453 2262 9 0 2628675 0
[pid=20305/tid=20306] ppid=20303 vsize=10551764 CPUtime=1778.51 cores=0,2,4,6
/proc/20305/task/20306/stat : 20306 (java) R 20303 20305 20277 0 -1 4202560 838275 0 1 0 177756 95 0 0 25 0 19 0 831620862 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 46912505829368 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20305/tid=20308] ppid=20303 vsize=10551764 CPUtime=1.27 cores=0,2,4,6
/proc/20305/task/20308/stat : 20308 (java) S 20303 20305 20277 0 -1 4202560 27717 0 0 0 123 4 0 0 16 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20309] ppid=20303 vsize=10551764 CPUtime=1.3 cores=0,2,4,6
/proc/20305/task/20309/stat : 20309 (java) S 20303 20305 20277 0 -1 4202560 26135 0 0 0 126 4 0 0 16 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20310] ppid=20303 vsize=10551764 CPUtime=1.18 cores=0,2,4,6
/proc/20305/task/20310/stat : 20310 (java) S 20303 20305 20277 0 -1 4202560 26491 0 0 0 114 4 0 0 16 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20311] ppid=20303 vsize=10551764 CPUtime=0.97 cores=0,2,4,6
/proc/20305/task/20311/stat : 20311 (java) S 20303 20305 20277 0 -1 4202560 23573 0 0 0 94 3 0 0 16 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20312] ppid=20303 vsize=10551764 CPUtime=1.33 cores=0,2,4,6
/proc/20305/task/20312/stat : 20312 (java) S 20303 20305 20277 0 -1 4202560 31158 0 0 0 127 6 0 0 16 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20313] ppid=20303 vsize=10551764 CPUtime=1.47 cores=0,2,4,6
/proc/20305/task/20313/stat : 20313 (java) S 20303 20305 20277 0 -1 4202560 30305 0 0 0 143 4 0 0 15 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20314] ppid=20303 vsize=10551764 CPUtime=1.12 cores=0,2,4,6
/proc/20305/task/20314/stat : 20314 (java) S 20303 20305 20277 0 -1 4202560 29968 0 0 0 105 7 0 0 15 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20315] ppid=20303 vsize=10551764 CPUtime=1.27 cores=0,2,4,6
/proc/20305/task/20315/stat : 20315 (java) S 20303 20305 20277 0 -1 4202560 28305 0 0 0 123 4 0 0 16 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20316] ppid=20303 vsize=10551764 CPUtime=0.76 cores=0,2,4,6
/proc/20305/task/20316/stat : 20316 (java) S 20303 20305 20277 0 -1 4202560 286 0 0 0 75 1 0 0 15 0 19 0 831620865 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 0 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20317] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20317/stat : 20317 (java) S 20303 20305 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831620866 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20318] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20318/stat : 20318 (java) S 20303 20305 20277 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831620866 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20319] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20319/stat : 20319 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620868 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092055985 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20320] ppid=20303 vsize=10551764 CPUtime=1.01 cores=0,2,4,6
/proc/20305/task/20320/stat : 20320 (java) S 20303 20305 20277 0 -1 4202560 9436 0 0 0 100 1 0 0 16 0 19 0 831620868 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20321] ppid=20303 vsize=10551764 CPUtime=1.01 cores=0,2,4,6
/proc/20305/task/20321/stat : 20321 (java) S 20303 20305 20277 0 -1 4202560 9210 0 0 0 100 1 0 0 15 0 19 0 831620868 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20322] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20322/stat : 20322 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620868 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20323] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20323/stat : 20323 (java) S 20303 20305 20277 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 831620868 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20324] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20324/stat : 20324 (java) S 20303 20305 20277 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831620900 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1791.32
Current children cumulated vsize (KiB) 10551764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791 s]
/proc/loadavg: 1.10 1.05 0.89 2/494 20372
/proc/meminfo: memFree=23124372/32950928 swapFree=39617324/67111528
[pid=20305] ppid=20303 vsize=10551764 CPUtime=1800.02 cores=0,2,4,6
/proc/20305/stat : 20305 (java) S 20303 20305 20277 0 -1 4202496 1082119 0 1 0 179862 140 0 0 23 0 19 0 831620862 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20305/statm: 2637941 1065453 2262 9 0 2628675 0
[pid=20305/tid=20306] ppid=20303 vsize=10551764 CPUtime=1787.21 cores=0,2,4,6
/proc/20305/task/20306/stat : 20306 (java) R 20303 20305 20277 0 -1 4202560 838275 0 1 0 178626 95 0 0 25 0 19 0 831620862 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 46912505754160 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20305/tid=20308] ppid=20303 vsize=10551764 CPUtime=1.27 cores=0,2,4,6
/proc/20305/task/20308/stat : 20308 (java) S 20303 20305 20277 0 -1 4202560 27717 0 0 0 123 4 0 0 16 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20309] ppid=20303 vsize=10551764 CPUtime=1.3 cores=0,2,4,6
/proc/20305/task/20309/stat : 20309 (java) S 20303 20305 20277 0 -1 4202560 26135 0 0 0 126 4 0 0 16 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20310] ppid=20303 vsize=10551764 CPUtime=1.18 cores=0,2,4,6
/proc/20305/task/20310/stat : 20310 (java) S 20303 20305 20277 0 -1 4202560 26491 0 0 0 114 4 0 0 16 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20311] ppid=20303 vsize=10551764 CPUtime=0.97 cores=0,2,4,6
/proc/20305/task/20311/stat : 20311 (java) S 20303 20305 20277 0 -1 4202560 23573 0 0 0 94 3 0 0 16 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20312] ppid=20303 vsize=10551764 CPUtime=1.33 cores=0,2,4,6
/proc/20305/task/20312/stat : 20312 (java) S 20303 20305 20277 0 -1 4202560 31158 0 0 0 127 6 0 0 16 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20313] ppid=20303 vsize=10551764 CPUtime=1.47 cores=0,2,4,6
/proc/20305/task/20313/stat : 20313 (java) S 20303 20305 20277 0 -1 4202560 30305 0 0 0 143 4 0 0 15 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20314] ppid=20303 vsize=10551764 CPUtime=1.12 cores=0,2,4,6
/proc/20305/task/20314/stat : 20314 (java) S 20303 20305 20277 0 -1 4202560 29968 0 0 0 105 7 0 0 15 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20315] ppid=20303 vsize=10551764 CPUtime=1.27 cores=0,2,4,6
/proc/20305/task/20315/stat : 20315 (java) S 20303 20305 20277 0 -1 4202560 28305 0 0 0 123 4 0 0 16 0 19 0 831620864 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
[pid=20305/tid=20316] ppid=20303 vsize=10551764 CPUtime=0.76 cores=0,2,4,6
/proc/20305/task/20316/stat : 20316 (java) S 20303 20305 20277 0 -1 4202560 286 0 0 0 75 1 0 0 15 0 19 0 831620865 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 0 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20317] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20317/stat : 20317 (java) S 20303 20305 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831620866 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20318] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20318/stat : 20318 (java) S 20303 20305 20277 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831620866 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20319] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20319/stat : 20319 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620868 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092055985 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20320] ppid=20303 vsize=10551764 CPUtime=1.01 cores=0,2,4,6
/proc/20305/task/20320/stat : 20320 (java) S 20303 20305 20277 0 -1 4202560 9436 0 0 0 100 1 0 0 16 0 19 0 831620868 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20321] ppid=20303 vsize=10551764 CPUtime=1.01 cores=0,2,4,6
/proc/20305/task/20321/stat : 20321 (java) S 20303 20305 20277 0 -1 4202560 9210 0 0 0 100 1 0 0 15 0 19 0 831620868 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 2 0 0 0
[pid=20305/tid=20322] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20322/stat : 20322 (java) S 20303 20305 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831620868 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048281 0 4 0 16800975 18446604452456202560 0 0 -1 4 0 0 0
[pid=20305/tid=20323] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20323/stat : 20323 (java) S 20303 20305 20277 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 831620868 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 4 0 16800975 18446604452456202560 0 0 -1 0 0 0 0
[pid=20305/tid=20324] ppid=20303 vsize=10551764 CPUtime=0 cores=0,2,4,6
/proc/20305/task/20324/stat : 20324 (java) S 20303 20305 20277 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831620900 10805006336 1065453 33554432000 1073741824 1073778376 140733356251216 18446744073709551615 208092048896 0 4 0 16800975 18446604452456202560 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 10551764

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

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

[startup+1791.22 s]
/proc/loadavg: 1.10 1.05 0.89 2/478 20375
/proc/meminfo: memFree=24664336/32950928 swapFree=39617324/67111528
[pid=20305] ppid=20303 vsize=0 CPUtime=1800.3 cores=0,2,4,6
/proc/20305/stat : 20305 (java) Z 20303 20305 20277 0 -1 4203548 1083034 0 1 0 179874 156 0 0 17 0 2 0 831620862 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20305/statm: 0 0 0 0 0 0 0
[pid=20305/tid=20324] ppid=20303 vsize=0 CPUtime=0.15 cores=0,2,4,6
/proc/20305/task/20324/stat : 20324 (java) R 20303 20305 20277 0 -1 4203588 7 0 0 0 0 15 0 0 18 0 2 0 831620900 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.24
CPU time (s): 1800.33
CPU user time (s): 1798.74
CPU system time (s): 1.58376
CPU usage (%): 100.507
Max. virtual memory (cumulated for all children) (KiB): 10575400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.58376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1083034
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= 39792
involuntary context switches= 7775

runsolver used 9.44456 second user time and 19.806 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 17:10:12
IDJOB=3456891
IDBENCH=1151
IDSOLVER=1951
FILE ID=node127/3456891-1307200212
RUNJOBID= node127-1307200208-20295
PBS_JOBID= 13509032
Free space on /tmp= 73948 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin12.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456891-1307200212/watcher-3456891-1307200212 -o /tmp/evaluation-result-3456891-1307200212/solver-3456891-1307200212 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456891-1307200212.opb

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

MD5SUM BENCH= 8ef9ab9b1b524024010be24ca1127d40
RANDOM SEED=1949223139

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.60
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.823
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:      27388820 kB
Buffers:        334048 kB
Cached:         932576 kB
SwapCached:      59160 kB
Active:        3273208 kB
Inactive:      2000024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27388820 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:             824 kB
Writeback:           0 kB
AnonPages:     3953980 kB
Mapped:          21384 kB
Slab:           124184 kB
PageTables:      94792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119718692 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= 73948 MiB
End job on node127 at 2011-06-04 17:40:05