Trace number 3456390

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.22 1796.46

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos2.opb
MD5SUM44facea850693084b6f9bb62059a35af
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32294
Total number of constraints1133
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)13
Number of constraints which are nor clauses,nor cardinality constraints1120
Minimum length of a constraint10
Maximum length of a constraint4780
Number of terms in the objective function 124
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 8589934588
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 2454208150643933184000
Number of bits of the biggest number in a constraint 72
Biggest sum of numbers in a constraint 289272765430218968121839
Number of bits of the biggest sum of numbers78
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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@3e34a1fc
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3456390-1307645874.opb
0.10/0.10	c reading problem ... 
1.34/0.73	c ... done. Wall clock time 0.63s.
1.34/0.73	c #vars     32294
1.34/0.73	c #constraints  20795
1.34/0.73	c constraints type 
1.34/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13
1.34/0.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
1.34/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1150
1800.07/1796.32	c starts		: 1
1800.07/1796.32	c conflicts		: 134
1800.07/1796.32	c decisions		: 3065
1800.07/1796.32	c propagations		: 424141
1800.07/1796.32	c inspects		: 2375793
1800.07/1796.32	c shortcuts		: 0
1800.07/1796.32	c learnt literals	: 0
1800.07/1796.32	c learnt binary clauses	: 0
1800.07/1796.32	c learnt ternary clauses	: 0
1800.07/1796.32	c learnt constraints	: 133
1800.07/1796.32	c ignored constraints	: 0
1800.07/1796.32	c root simplifications	: 0
1800.07/1796.32	c removed literals (reason simplification)	: 0
1800.07/1796.32	c reason swapping (by a shorter reason)	: 0
1800.07/1796.32	c Calls to reduceDB	: 0
1800.07/1796.32	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.32	c number of learned constraints concerned by reduction	: 0
1800.07/1796.32	c number of learning phase by resolution	: 0
1800.07/1796.32	c number of learning phase by cutting planes	: 0
1800.07/1796.32	c speed (assignments/second)	: 236.21379375255142
1800.07/1796.32	c non guided choices	0
1800.07/1796.32	c learnt constraints type 
1800.07/1796.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 133
1800.07/1796.32	c constraints type 
1800.07/1796.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13
1800.07/1796.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
1800.07/1796.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1150
1800.07/1796.32	s UNKNOWN
1800.07/1796.32	c Total wall clock time (in seconds): 1796.212

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-3456390-1307645874/watcher-3456390-1307645874 -o /tmp/evaluation-result-3456390-1307645874/solver-3456390-1307645874 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456390-1307645874.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: 2.11 2.03 2.01 3/195 10919
/proc/meminfo: memFree=30202188/32950928 swapFree=67054696/67111528
[pid=10919] ppid=10917 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/10919/stat : 10919 (java) R 10917 10919 9650 0 -1 4202496 1074 0 0 0 0 0 0 0 25 0 1 0 332196836 23580672 818 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 47723221093536 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10919/statm: 5757 836 628 9 0 124 0

[startup+0.101585 s]
/proc/loadavg: 2.11 2.03 2.01 3/195 10919
/proc/meminfo: memFree=30202188/32950928 swapFree=67054696/67111528
[pid=10919] ppid=10917 vsize=10540404 CPUtime=0.1 cores=0,2,4,6
/proc/10919/stat : 10919 (java) S 10917 10919 9650 0 -1 4202496 13152 0 1 0 9 1 0 0 25 0 18 0 332196836 10793373696 12829 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10919/statm: 2635101 12830 2092 9 0 2625835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540404

[startup+0.212861 s]
/proc/loadavg: 2.11 2.03 2.01 3/195 10919
/proc/meminfo: memFree=30202188/32950928 swapFree=67054696/67111528
[pid=10919] ppid=10917 vsize=10560760 CPUtime=0.52 cores=0,2,4,6
/proc/10919/stat : 10919 (java) S 10917 10919 9650 0 -1 4202496 23618 0 1 0 49 3 0 0 25 0 18 0 332196836 10814218240 20622 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10919/statm: 2640190 20623 2202 9 0 2630924 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10560760

[startup+0.3655 s]
/proc/loadavg: 2.11 2.03 2.01 3/195 10919
/proc/meminfo: memFree=30202188/32950928 swapFree=67054696/67111528
[pid=10919] ppid=10917 vsize=10562456 CPUtime=0.78 cores=0,2,4,6
/proc/10919/stat : 10919 (java) S 10917 10919 9650 0 -1 4202496 27756 0 1 0 75 3 0 0 25 0 18 0 332196836 10815954944 24602 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10919/statm: 2640614 24602 2203 9 0 2631348 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 10562456

[startup+0.700491 s]
/proc/loadavg: 2.11 2.03 2.01 3/195 10919
/proc/meminfo: memFree=30202188/32950928 swapFree=67054696/67111528
[pid=10919] ppid=10917 vsize=10560388 CPUtime=1.34 cores=0,2,4,6
/proc/10919/stat : 10919 (java) S 10917 10919 9650 0 -1 4202496 47425 0 1 0 128 6 0 0 25 0 18 0 332196836 10813837312 43615 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10919/statm: 2640097 43619 2203 9 0 2630831 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 10560388

[startup+1.50136 s]
/proc/loadavg: 2.11 2.03 2.01 3/214 10938
/proc/meminfo: memFree=29994732/32950928 swapFree=67054696/67111528
[pid=10919] ppid=10917 vsize=10561416 CPUtime=2.72 cores=0,2,4,6
/proc/10919/stat : 10919 (java) S 10917 10919 9650 0 -1 4202496 62938 0 1 0 264 8 0 0 25 0 19 0 332196836 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10919/statm: 2640354 56136 2223 9 0 2631088 0
[pid=10919/tid=10920] ppid=10917 vsize=10561416 CPUtime=1.48 cores=0,2,4,6
/proc/10919/task/10920/stat : 10920 (java) R 10917 10919 9650 0 -1 4202560 47917 0 1 0 142 6 0 0 18 0 19 0 332196837 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 46912505521237 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10919/tid=10922] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10923] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10924] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10925] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10926] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10927] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10928] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10929] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10929/stat : 10929 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10930] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10930/stat : 10930 (java) S 10917 10919 9650 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 332196839 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 0 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10931] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10931/stat : 10931 (java) S 10917 10919 9650 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 332196840 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10932] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10932/stat : 10932 (java) S 10917 10919 9650 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 332196840 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10933] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10933/stat : 10933 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196842 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892388785 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10934] ppid=10917 vsize=10561416 CPUtime=0.49 cores=0,2,4,6
/proc/10919/task/10934/stat : 10934 (java) S 10917 10919 9650 0 -1 4202560 5664 0 0 0 48 1 0 0 19 0 19 0 332196842 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10935] ppid=10917 vsize=10561416 CPUtime=0.73 cores=0,2,4,6
/proc/10919/task/10935/stat : 10935 (java) S 10917 10919 9650 0 -1 4202560 8197 0 0 0 72 1 0 0 15 0 19 0 332196842 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10936] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10936/stat : 10936 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196842 10814889984 56136 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10937] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10937/stat : 10937 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 332196842 10814889984 56137 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10938] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10938/stat : 10938 (java) S 10917 10919 9650 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 332196932 10814889984 56137 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 10561416

[startup+3.10109 s]
/proc/loadavg: 2.11 2.03 2.01 3/214 10938
/proc/meminfo: memFree=29915872/32950928 swapFree=67054696/67111528
[pid=10919] ppid=10917 vsize=10561416 CPUtime=4.37 cores=0,2,4,6
/proc/10919/stat : 10919 (java) S 10917 10919 9650 0 -1 4202496 89185 0 1 0 426 11 0 0 25 0 19 0 332196836 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10919/statm: 2640354 81943 2224 9 0 2631088 0
[pid=10919/tid=10920] ppid=10917 vsize=10561416 CPUtime=3.09 cores=0,2,4,6
/proc/10919/task/10920/stat : 10920 (java) R 10917 10919 9650 0 -1 4202560 73717 0 1 0 300 9 0 0 21 0 19 0 332196837 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 46912505550707 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10919/tid=10922] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10923] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10924] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10925] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10926] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10927] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10928] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10929] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10929/stat : 10929 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10930] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10930/stat : 10930 (java) S 10917 10919 9650 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 332196839 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 0 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10931] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10931/stat : 10931 (java) S 10917 10919 9650 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 332196840 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10932] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10932/stat : 10932 (java) S 10917 10919 9650 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 332196840 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10933] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10933/stat : 10933 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196842 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892388785 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10934] ppid=10917 vsize=10561416 CPUtime=0.53 cores=0,2,4,6
/proc/10919/task/10934/stat : 10934 (java) S 10917 10919 9650 0 -1 4202560 6110 0 0 0 52 1 0 0 15 0 19 0 332196842 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10935] ppid=10917 vsize=10561416 CPUtime=0.73 cores=0,2,4,6
/proc/10919/task/10935/stat : 10935 (java) S 10917 10919 9650 0 -1 4202560 8197 0 0 0 72 1 0 0 15 0 19 0 332196842 10814889984 81943 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10936] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10936/stat : 10936 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196842 10814889984 81944 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10937] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10937/stat : 10937 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 332196842 10814889984 81944 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10938] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10938/stat : 10938 (java) S 10917 10919 9650 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 332196932 10814889984 81944 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 10561416

[startup+6.30155 s]
/proc/loadavg: 2.10 2.03 2.00 3/214 10938
/proc/meminfo: memFree=29184768/32950928 swapFree=67054696/67111528
[pid=10919] ppid=10917 vsize=10561416 CPUtime=7.6 cores=0,2,4,6
/proc/10919/stat : 10919 (java) S 10917 10919 9650 0 -1 4202496 363791 0 1 0 723 37 0 0 25 0 19 0 332196836 10814889984 356396 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10919/statm: 2640354 356407 2225 9 0 2631088 0
[pid=10919/tid=10920] ppid=10917 vsize=10561416 CPUtime=6.28 cores=0,2,4,6
/proc/10919/task/10920/stat : 10920 (java) R 10917 10919 9650 0 -1 4202560 348262 0 1 0 593 35 0 0 25 0 19 0 332196837 10814889984 356408 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 46912505871293 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10919/tid=10922] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 356408 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10923] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 356408 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10924] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 356408 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10925] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 356411 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10926] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 356418 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10927] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 356424 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10928] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 356430 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10929] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10929/stat : 10929 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196838 10814889984 356437 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10930] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10930/stat : 10930 (java) S 10917 10919 9650 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 332196839 10814889984 356443 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 0 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10931] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10931/stat : 10931 (java) S 10917 10919 9650 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 332196840 10814889984 356449 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10932] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10932/stat : 10932 (java) S 10917 10919 9650 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 332196840 10814889984 356456 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10933] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10933/stat : 10933 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196842 10814889984 356462 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892388785 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10934] ppid=10917 vsize=10561416 CPUtime=0.56 cores=0,2,4,6
/proc/10919/task/10934/stat : 10934 (java) S 10917 10919 9650 0 -1 4202560 6181 0 0 0 55 1 0 0 15 0 19 0 332196842 10814889984 356469 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10935] ppid=10917 vsize=10561416 CPUtime=0.75 cores=0,2,4,6
/proc/10919/task/10935/stat : 10935 (java) S 10917 10919 9650 0 -1 4202560 8199 0 0 0 74 1 0 0 15 0 19 0 332196842 10814889984 356475 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10936] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10936/stat : 10936 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196842 10814889984 356476 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10937] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10937/stat : 10937 (java) S 10917 10919 9650 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 332196842 10814889984 356476 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10938] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10938/stat : 10938 (java) S 10917 10919 9650 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 332196932 10814889984 356476 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 10561416

[startup+12.7015 s]

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

/proc/10919/task/10931/stat : 10931 (java) S 10917 10919 9650 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 332196840 10814889984 908282 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10932] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10932/stat : 10932 (java) S 10917 10919 9650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 332196840 10814889984 908282 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10933] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10933/stat : 10933 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196842 10814889984 908282 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892388785 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10934] ppid=10917 vsize=10561416 CPUtime=1.04 cores=0,2,4,6
/proc/10919/task/10934/stat : 10934 (java) S 10917 10919 9650 0 -1 4202560 11126 0 0 0 103 1 0 0 15 0 19 0 332196842 10814889984 908282 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10935] ppid=10917 vsize=10561416 CPUtime=0.75 cores=0,2,4,6
/proc/10919/task/10935/stat : 10935 (java) S 10917 10919 9650 0 -1 4202560 8199 0 0 0 74 1 0 0 16 0 19 0 332196842 10814889984 908282 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10936] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10936/stat : 10936 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196842 10814889984 908282 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10937] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10937/stat : 10937 (java) S 10917 10919 9650 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 332196842 10814889984 908282 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10938] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10938/stat : 10938 (java) S 10917 10919 9650 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 332196932 10814889984 908282 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1665.84
Current children cumulated vsize (KiB) 10561416

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/214 10996
/proc/meminfo: memFree=24072424/32950928 swapFree=67054696/67111528
[pid=10919] ppid=10917 vsize=10561416 CPUtime=1725.92 cores=0,2,4,6
/proc/10919/stat : 10919 (java) S 10917 10919 9650 0 -1 4202496 929325 0 1 0 172487 105 0 0 25 0 19 0 332196836 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10919/statm: 2640354 915495 2239 9 0 2631088 0
[pid=10919/tid=10920] ppid=10917 vsize=10561416 CPUtime=1721.05 cores=0,2,4,6
/proc/10919/task/10920/stat : 10920 (java) R 10917 10919 9650 0 -1 4202560 841193 0 1 0 172021 84 0 0 25 0 19 0 332196837 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 46912505871544 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10919/tid=10922] ppid=10917 vsize=10561416 CPUtime=0.37 cores=0,2,4,6
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 9650 0 -1 4202560 8226 0 0 0 36 1 0 0 15 0 19 0 332196838 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10923] ppid=10917 vsize=10561416 CPUtime=0.33 cores=0,2,4,6
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 9650 0 -1 4202560 8905 0 0 0 32 1 0 0 15 0 19 0 332196838 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10924] ppid=10917 vsize=10561416 CPUtime=0.36 cores=0,2,4,6
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 9650 0 -1 4202560 6255 0 0 0 35 1 0 0 16 0 19 0 332196838 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10925] ppid=10917 vsize=10561416 CPUtime=0.33 cores=0,2,4,6
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 9650 0 -1 4202560 9097 0 0 0 31 2 0 0 16 0 19 0 332196838 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 4 0 0 0
[pid=10919/tid=10926] ppid=10917 vsize=10561416 CPUtime=0.38 cores=0,2,4,6
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 9650 0 -1 4202560 8596 0 0 0 37 1 0 0 15 0 19 0 332196838 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10927] ppid=10917 vsize=10561416 CPUtime=0.35 cores=0,2,4,6
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 9650 0 -1 4202560 6265 0 0 0 35 0 0 0 16 0 19 0 332196838 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10928] ppid=10917 vsize=10561416 CPUtime=0.36 cores=0,2,4,6
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 9650 0 -1 4202560 10707 0 0 0 35 1 0 0 15 0 19 0 332196838 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10929] ppid=10917 vsize=10561416 CPUtime=0.4 cores=0,2,4,6
/proc/10919/task/10929/stat : 10929 (java) S 10917 10919 9650 0 -1 4202560 9399 0 0 0 38 2 0 0 15 0 19 0 332196838 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10930] ppid=10917 vsize=10561416 CPUtime=0.07 cores=0,2,4,6
/proc/10919/task/10930/stat : 10930 (java) S 10917 10919 9650 0 -1 4202560 105 0 0 0 4 3 0 0 15 0 19 0 332196839 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 0 0 16800975 18446604453871765376 0 0 -1 4 0 0 0
[pid=10919/tid=10931] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10931/stat : 10931 (java) S 10917 10919 9650 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 332196840 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10932] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10932/stat : 10932 (java) S 10917 10919 9650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 332196840 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10933] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10933/stat : 10933 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196842 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892388785 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10934] ppid=10917 vsize=10561416 CPUtime=1.04 cores=0,2,4,6
/proc/10919/task/10934/stat : 10934 (java) S 10917 10919 9650 0 -1 4202560 11126 0 0 0 103 1 0 0 15 0 19 0 332196842 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10935] ppid=10917 vsize=10561416 CPUtime=0.75 cores=0,2,4,6
/proc/10919/task/10935/stat : 10935 (java) S 10917 10919 9650 0 -1 4202560 8199 0 0 0 74 1 0 0 16 0 19 0 332196842 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10936] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10936/stat : 10936 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196842 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10937] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10937/stat : 10937 (java) S 10917 10919 9650 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 332196842 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10938] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10938/stat : 10938 (java) S 10917 10919 9650 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 332196932 10814889984 915495 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1725.92
Current children cumulated vsize (KiB) 10561416

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 2/194 11001
/proc/meminfo: memFree=28484580/32950928 swapFree=67054696/67111528
[pid=10919] ppid=10917 vsize=10561416 CPUtime=1786.03 cores=0,2,4,6
/proc/10919/stat : 10919 (java) S 10917 10919 9650 0 -1 4202496 932573 0 1 0 178497 106 0 0 25 0 19 0 332196836 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10919/statm: 2640354 918612 2239 9 0 2631088 0
[pid=10919/tid=10920] ppid=10917 vsize=10561416 CPUtime=1780.99 cores=0,2,4,6
/proc/10919/task/10920/stat : 10920 (java) R 10917 10919 9650 0 -1 4202560 841209 0 1 0 178015 84 0 0 25 0 19 0 332196837 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 46912505568383 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10919/tid=10922] ppid=10917 vsize=10561416 CPUtime=0.39 cores=0,2,4,6
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 9650 0 -1 4202560 8614 0 0 0 38 1 0 0 15 0 19 0 332196838 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10923] ppid=10917 vsize=10561416 CPUtime=0.35 cores=0,2,4,6
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 9650 0 -1 4202560 9932 0 0 0 33 2 0 0 15 0 19 0 332196838 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10924] ppid=10917 vsize=10561416 CPUtime=0.37 cores=0,2,4,6
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 9650 0 -1 4202560 6937 0 0 0 36 1 0 0 15 0 19 0 332196838 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10925] ppid=10917 vsize=10561416 CPUtime=0.33 cores=0,2,4,6
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 9650 0 -1 4202560 9111 0 0 0 31 2 0 0 15 0 19 0 332196838 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 4 0 0 0
[pid=10919/tid=10926] ppid=10917 vsize=10561416 CPUtime=0.4 cores=0,2,4,6
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 9650 0 -1 4202560 9409 0 0 0 38 2 0 0 15 0 19 0 332196838 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 4 0 0 0
[pid=10919/tid=10927] ppid=10917 vsize=10561416 CPUtime=0.37 cores=0,2,4,6
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 9650 0 -1 4202560 6377 0 0 0 37 0 0 0 16 0 19 0 332196838 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10928] ppid=10917 vsize=10561416 CPUtime=0.39 cores=0,2,4,6
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 9650 0 -1 4202560 10843 0 0 0 38 1 0 0 15 0 19 0 332196838 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 4 0 0 0
[pid=10919/tid=10929] ppid=10917 vsize=10561416 CPUtime=0.42 cores=0,2,4,6
/proc/10919/task/10929/stat : 10929 (java) S 10917 10919 9650 0 -1 4202560 9453 0 0 0 40 2 0 0 15 0 19 0 332196838 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10930] ppid=10917 vsize=10561416 CPUtime=0.07 cores=0,2,4,6
/proc/10919/task/10930/stat : 10930 (java) S 10917 10919 9650 0 -1 4202560 107 0 0 0 4 3 0 0 15 0 19 0 332196839 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 0 0 16800975 18446604453871765376 0 0 -1 4 0 0 0
[pid=10919/tid=10931] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10931/stat : 10931 (java) S 10917 10919 9650 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 332196840 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10932] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10932/stat : 10932 (java) S 10917 10919 9650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 332196840 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10933] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10933/stat : 10933 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196842 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892388785 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10934] ppid=10917 vsize=10561416 CPUtime=1.07 cores=0,2,4,6
/proc/10919/task/10934/stat : 10934 (java) S 10917 10919 9650 0 -1 4202560 11128 0 0 0 106 1 0 0 15 0 19 0 332196842 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10935] ppid=10917 vsize=10561416 CPUtime=0.75 cores=0,2,4,6
/proc/10919/task/10935/stat : 10935 (java) S 10917 10919 9650 0 -1 4202560 8199 0 0 0 74 1 0 0 16 0 19 0 332196842 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10936] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10936/stat : 10936 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196842 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10937] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10937/stat : 10937 (java) S 10917 10919 9650 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 332196842 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10938] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10938/stat : 10938 (java) S 10917 10919 9650 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 332196932 10814889984 918612 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1786.03
Current children cumulated vsize (KiB) 10561416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/214 11057
/proc/meminfo: memFree=28366704/32950928 swapFree=67054696/67111528
[pid=10919] ppid=10917 vsize=10561416 CPUtime=1800.07 cores=0,2,4,6
/proc/10919/stat : 10919 (java) S 10917 10919 9650 0 -1 4202496 932680 0 1 0 179900 107 0 0 25 0 19 0 332196836 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10919/statm: 2640354 918708 2239 9 0 2631088 0
[pid=10919/tid=10920] ppid=10917 vsize=10561416 CPUtime=1794.99 cores=0,2,4,6
/proc/10919/task/10920/stat : 10920 (java) R 10917 10919 9650 0 -1 4202560 841215 0 1 0 179415 84 0 0 25 0 19 0 332196837 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 46912505568293 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10919/tid=10922] ppid=10917 vsize=10561416 CPUtime=0.39 cores=0,2,4,6
/proc/10919/task/10922/stat : 10922 (java) S 10917 10919 9650 0 -1 4202560 8615 0 0 0 38 1 0 0 16 0 19 0 332196838 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10923] ppid=10917 vsize=10561416 CPUtime=0.36 cores=0,2,4,6
/proc/10919/task/10923/stat : 10923 (java) S 10917 10919 9650 0 -1 4202560 9932 0 0 0 34 2 0 0 15 0 19 0 332196838 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10924] ppid=10917 vsize=10561416 CPUtime=0.38 cores=0,2,4,6
/proc/10919/task/10924/stat : 10924 (java) S 10917 10919 9650 0 -1 4202560 6952 0 0 0 37 1 0 0 15 0 19 0 332196838 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10925] ppid=10917 vsize=10561416 CPUtime=0.33 cores=0,2,4,6
/proc/10919/task/10925/stat : 10925 (java) S 10917 10919 9650 0 -1 4202560 9120 0 0 0 31 2 0 0 15 0 19 0 332196838 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10926] ppid=10917 vsize=10561416 CPUtime=0.41 cores=0,2,4,6
/proc/10919/task/10926/stat : 10926 (java) S 10917 10919 9650 0 -1 4202560 9418 0 0 0 39 2 0 0 15 0 19 0 332196838 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10927] ppid=10917 vsize=10561416 CPUtime=0.37 cores=0,2,4,6
/proc/10919/task/10927/stat : 10927 (java) S 10917 10919 9650 0 -1 4202560 6380 0 0 0 37 0 0 0 16 0 19 0 332196838 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10928] ppid=10917 vsize=10561416 CPUtime=0.39 cores=0,2,4,6
/proc/10919/task/10928/stat : 10928 (java) S 10917 10919 9650 0 -1 4202560 10899 0 0 0 38 1 0 0 15 0 19 0 332196838 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10929] ppid=10917 vsize=10561416 CPUtime=0.42 cores=0,2,4,6
/proc/10919/task/10929/stat : 10929 (java) S 10917 10919 9650 0 -1 4202560 9455 0 0 0 40 2 0 0 15 0 19 0 332196838 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10930] ppid=10917 vsize=10561416 CPUtime=0.07 cores=0,2,4,6
/proc/10919/task/10930/stat : 10930 (java) S 10917 10919 9650 0 -1 4202560 109 0 0 0 4 3 0 0 15 0 19 0 332196839 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 0 0 16800975 18446604453871765376 0 0 -1 4 0 0 0
[pid=10919/tid=10931] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10931/stat : 10931 (java) S 10917 10919 9650 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 332196840 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10932] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10932/stat : 10932 (java) S 10917 10919 9650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 332196840 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 6 0 0 0
[pid=10919/tid=10933] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10933/stat : 10933 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196842 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892388785 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10934] ppid=10917 vsize=10561416 CPUtime=1.07 cores=0,2,4,6
/proc/10919/task/10934/stat : 10934 (java) S 10917 10919 9650 0 -1 4202560 11130 0 0 0 106 1 0 0 16 0 19 0 332196842 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10935] ppid=10917 vsize=10561416 CPUtime=0.75 cores=0,2,4,6
/proc/10919/task/10935/stat : 10935 (java) S 10917 10919 9650 0 -1 4202560 8199 0 0 0 74 1 0 0 15 0 19 0 332196842 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 0 0 0 0
[pid=10919/tid=10936] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10936/stat : 10936 (java) S 10917 10919 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 332196842 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381081 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10937] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10937/stat : 10937 (java) S 10917 10919 9650 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 332196842 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
[pid=10919/tid=10938] ppid=10917 vsize=10561416 CPUtime=0 cores=0,2,4,6
/proc/10919/task/10938/stat : 10938 (java) S 10917 10919 9650 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 332196932 10814889984 918708 33554432000 1073741824 1073778376 140734915688240 18446744073709551615 218892381696 0 4 0 16800975 18446604453871765376 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10561416

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

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

[startup+1796.42 s]
/proc/loadavg: 2.15 2.04 2.01 3/214 11057
/proc/meminfo: memFree=28366704/32950928 swapFree=67054696/67111528
[pid=10919] ppid=10917 vsize=0 CPUtime=1800.17 cores=0,2,4,6
/proc/10919/stat : 10919 (java) Z 10917 10919 9650 0 -1 4203548 932708 0 1 0 179901 116 0 0 17 0 2 0 332196836 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10919/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.46
CPU time (s): 1800.22
CPU user time (s): 1799.01
CPU system time (s): 1.20882
CPU usage (%): 100.209
Max. virtual memory (cumulated for all children) (KiB): 10564624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.20882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 932708
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= 47229
involuntary context switches= 34355

runsolver used 3.2655 second user time and 6.55 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-09 20:57:54
IDJOB=3456390
IDBENCH=2332
IDSOLVER=1951
FILE ID=node112/3456390-1307645874
RUNJOBID= node112-1307633277-9668
PBS_JOBID= 13549379
Free space on /tmp= 74168 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456390-1307645874/watcher-3456390-1307645874 -o /tmp/evaluation-result-3456390-1307645874/solver-3456390-1307645874 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456390-1307645874.opb

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

MD5SUM BENCH= 44facea850693084b6f9bb62059a35af
RANDOM SEED=603331624

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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:      30203104 kB
Buffers:        190968 kB
Cached:         356176 kB
SwapCached:      10740 kB
Active:        2274248 kB
Inactive:       244864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30203104 kB
SwapTotal:    67111528 kB
SwapFree:     67054696 kB
Dirty:           35396 kB
Writeback:           4 kB
AnonPages:     1969204 kB
Mapped:          17496 kB
Slab:           159248 kB
PageTables:       8480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10569736 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= 74196 MiB
End job on node112 at 2011-06-09 21:27:53