Trace number 3456622

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 1795.55

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dolom1.opb
MD5SUM0b7be4a8ca67db62b7397f891414d40c
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18720440947643392
Optimality of the best value was proved NO
Number of variables66480
Total number of constraints1802
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1802
Minimum length of a constraint40
Maximum length of a constraint66480
Number of terms in the objective function 66480
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 35987090508169209146105
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 35987192908169209146105
Number of bits of the biggest sum of numbers75
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.12/0.10	c Pseudo Boolean Optimization
0.12/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@761a626f
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-3456622-1307647656.opb
0.12/0.10	c reading problem ... 
1.87/1.30	c ... done. Wall clock time 1.193s.
1.87/1.30	c #vars     66480
1.87/1.30	c #constraints  27862
1.87/1.30	c constraints type 
1.87/1.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3495
1800.06/1795.41	c starts		: 1
1800.06/1795.41	c conflicts		: 52
1800.06/1795.41	c decisions		: 224414
1800.06/1795.41	c propagations		: 411031
1800.06/1795.41	c inspects		: 1890184
1800.06/1795.41	c shortcuts		: 0
1800.06/1795.41	c learnt literals	: 0
1800.06/1795.41	c learnt binary clauses	: 0
1800.06/1795.41	c learnt ternary clauses	: 0
1800.06/1795.41	c learnt constraints	: 51
1800.06/1795.41	c ignored constraints	: 0
1800.06/1795.41	c root simplifications	: 0
1800.06/1795.41	c removed literals (reason simplification)	: 0
1800.06/1795.41	c reason swapping (by a shorter reason)	: 0
1800.06/1795.41	c Calls to reduceDB	: 0
1800.06/1795.41	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.41	c number of learned constraints concerned by reduction	: 0
1800.06/1795.41	c number of learning phase by resolution	: 0
1800.06/1795.41	c number of learning phase by cutting planes	: 0
1800.06/1795.41	c speed (assignments/second)	: 229.0999670031748
1800.06/1795.41	c non guided choices	0
1800.06/1795.41	c learnt constraints type 
1800.06/1795.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
1800.06/1795.41	c constraints type 
1800.06/1795.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3495
1800.06/1795.41	s UNKNOWN
1800.06/1795.41	c Total wall clock time (in seconds): 1795.306

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-3456622-1307647656/watcher-3456622-1307647656 -o /tmp/evaluation-result-3456622-1307647656/solver-3456622-1307647656 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456622-1307647656.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.00 2.00 2.00 3/195 32046
/proc/meminfo: memFree=30538660/32950928 swapFree=67051096/67111528
[pid=32046] ppid=32044 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (java) S 32044 32046 30485 0 -1 4202496 1169 0 0 0 0 0 0 0 25 0 2 0 954996269 26714112 897 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379349477 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32046/statm: 6522 897 682 9 0 381 0
[pid=32046/tid=32047] ppid=32044 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32047/stat : 32047 (java) S 32044 32046 30485 0 -1 4202560 54 0 0 0 0 0 0 0 25 0 2 0 954996270 26714112 897 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251362623111 0 2147483391 4096 0 18446744071699199166 0 0 -1 4 0 0 0

[startup+0.0128241 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 32046
/proc/meminfo: memFree=30538660/32950928 swapFree=67051096/67111528
[pid=32046] ppid=32044 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/32046/stat : 32046 (java) S 32044 32046 30485 0 -1 4202496 4395 0 1 0 0 0 0 0 25 0 2 0 954996269 10694979584 4096 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379349477 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/32046/statm: 2611079 4117 917 9 0 2602235 0
[pid=32046/tid=32047] ppid=32044 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32047/stat : 32047 (java) R 32044 32046 30485 0 -1 4202560 3314 0 1 0 0 0 0 0 25 0 2 0 954996270 10694979584 4130 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251367240763 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.104789 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 32046
/proc/meminfo: memFree=30538660/32950928 swapFree=67051096/67111528
[pid=32046] ppid=32044 vsize=10539656 CPUtime=0.12 cores=0,2,4,6
/proc/32046/stat : 32046 (java) S 32044 32046 30485 0 -1 4202496 13179 0 1 0 10 2 0 0 25 0 18 0 954996269 10792607744 12849 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32046/statm: 2634914 12850 2107 9 0 2625648 0
[pid=32046/tid=32047] ppid=32044 vsize=10539656 CPUtime=0.08 cores=0,2,4,6
/proc/32046/task/32047/stat : 32047 (java) R 32044 32046 30485 0 -1 4202560 11199 0 1 0 7 1 0 0 25 0 18 0 954996270 10792607744 12850 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379373515 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10539656

[startup+0.304756 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 32046
/proc/meminfo: memFree=30538660/32950928 swapFree=67051096/67111528
[pid=32046] ppid=32044 vsize=10541636 CPUtime=0.48 cores=0,2,4,6
/proc/32046/stat : 32046 (java) S 32044 32046 30485 0 -1 4202496 20841 0 1 0 46 2 0 0 25 0 18 0 954996269 10794635264 19925 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32046/statm: 2635409 19928 2199 9 0 2626143 0
[pid=32046/tid=32047] ppid=32044 vsize=10541636 CPUtime=0.28 cores=0,2,4,6
/proc/32046/task/32047/stat : 32047 (java) R 32044 32046 30485 0 -1 4202560 17201 0 1 0 26 2 0 0 18 0 18 0 954996270 10794635264 19929 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541636

[startup+0.700694 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 32046
/proc/meminfo: memFree=30538660/32950928 swapFree=67051096/67111528
[pid=32046] ppid=32044 vsize=10556132 CPUtime=1.36 cores=0,2,4,6
/proc/32046/stat : 32046 (java) S 32044 32046 30485 0 -1 4202496 49142 0 1 0 130 6 0 0 25 0 18 0 954996269 10809479168 45554 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32046/statm: 2639033 45557 2211 9 0 2629767 0
[pid=32046/tid=32047] ppid=32044 vsize=10556132 CPUtime=0.68 cores=0,2,4,6
/proc/32046/task/32047/stat : 32047 (java) R 32044 32046 30485 0 -1 4202560 37741 0 1 0 64 4 0 0 18 0 18 0 954996270 10809479168 45559 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 46912505574081 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 10556132

[startup+1.50154 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 32064
/proc/meminfo: memFree=30262640/32950928 swapFree=67051096/67111528
[pid=32046] ppid=32044 vsize=10557160 CPUtime=2.39 cores=0,2,4,6
/proc/32046/stat : 32046 (java) S 32044 32046 30485 0 -1 4202496 96325 0 1 0 228 11 0 0 25 0 19 0 954996269 10810531840 92635 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32046/statm: 2639290 92636 2225 9 0 2630024 0
[pid=32046/tid=32047] ppid=32044 vsize=10557160 CPUtime=1.47 cores=0,2,4,6
/proc/32046/task/32047/stat : 32047 (java) R 32044 32046 30485 0 -1 4202560 84779 0 1 0 138 9 0 0 20 0 19 0 954996270 10810531840 92636 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 46912505674998 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32046/tid=32049] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32049/stat : 32049 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 92637 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32050] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32050/stat : 32050 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 92638 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32051] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32051/stat : 32051 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 92638 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32052] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32052/stat : 32052 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 92639 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32053] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32053/stat : 32053 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 92640 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32054] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32054/stat : 32054 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 92641 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32055] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32055/stat : 32055 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 92641 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32056] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32056/stat : 32056 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 92642 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32057] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32057/stat : 32057 (java) S 32044 32046 30485 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 954996272 10810531840 92643 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 0 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32058] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32058/stat : 32058 (java) S 32044 32046 30485 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 954996273 10810531840 92644 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32059] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32059/stat : 32059 (java) S 32044 32046 30485 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 954996273 10810531840 92645 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32060] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32060/stat : 32060 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996275 10810531840 92645 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379370417 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32061] ppid=32044 vsize=10557160 CPUtime=0.37 cores=0,2,4,6
/proc/32046/task/32061/stat : 32061 (java) S 32044 32046 30485 0 -1 4202560 3748 0 0 0 37 0 0 0 15 0 19 0 954996275 10810531840 92646 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32062] ppid=32044 vsize=10557160 CPUtime=0.51 cores=0,2,4,6
/proc/32046/task/32062/stat : 32062 (java) S 32044 32046 30485 0 -1 4202560 6641 0 0 0 51 0 0 0 15 0 19 0 954996275 10810531840 92647 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 0 0 0 0
[pid=32046/tid=32063] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32063/stat : 32063 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996275 10810531840 92648 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32064] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32064/stat : 32064 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 954996275 10810531840 92648 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 10557160

[startup+3.10124 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 32065
/proc/meminfo: memFree=30042040/32950928 swapFree=67051096/67111528
[pid=32046] ppid=32044 vsize=10557160 CPUtime=4.36 cores=0,2,4,6
/proc/32046/stat : 32046 (java) S 32044 32046 30485 0 -1 4202496 170413 0 1 0 415 21 0 0 25 0 19 0 954996269 10810531840 165660 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32046/statm: 2639290 165660 2232 9 0 2630024 0
[pid=32046/tid=32047] ppid=32044 vsize=10557160 CPUtime=3.08 cores=0,2,4,6
/proc/32046/task/32047/stat : 32047 (java) R 32044 32046 30485 0 -1 4202560 157744 0 1 0 289 19 0 0 18 0 19 0 954996270 10810531840 165660 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 46912505848537 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32046/tid=32049] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32049/stat : 32049 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 165660 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32050] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32050/stat : 32050 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 165660 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32051] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32051/stat : 32051 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 165660 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32052] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32052/stat : 32052 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 165660 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32053] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32053/stat : 32053 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 165660 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32054] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32054/stat : 32054 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 165660 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32055] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32055/stat : 32055 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 165661 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32056] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32056/stat : 32056 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10810531840 165661 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32057] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32057/stat : 32057 (java) S 32044 32046 30485 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 954996272 10810531840 165661 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 0 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32058] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32058/stat : 32058 (java) S 32044 32046 30485 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 954996273 10810531840 165661 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32059] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32059/stat : 32059 (java) S 32044 32046 30485 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 954996273 10810531840 165662 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32060] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32060/stat : 32060 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996275 10810531840 165662 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379370417 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32061] ppid=32044 vsize=10557160 CPUtime=0.57 cores=0,2,4,6
/proc/32046/task/32061/stat : 32061 (java) S 32044 32046 30485 0 -1 4202560 4841 0 0 0 57 0 0 0 15 0 19 0 954996275 10810531840 165663 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32062] ppid=32044 vsize=10557160 CPUtime=0.68 cores=0,2,4,6
/proc/32046/task/32062/stat : 32062 (java) S 32044 32046 30485 0 -1 4202560 6667 0 0 0 68 0 0 0 15 0 19 0 954996275 10810531840 165663 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 0 0 0 0
[pid=32046/tid=32063] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32063/stat : 32063 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996275 10810531840 165664 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32064] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32064/stat : 32064 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 954996275 10810531840 165664 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32065] ppid=32044 vsize=10557160 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32065/stat : 32065 (java) S 32044 32046 30485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 954996413 10810531840 165664 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 4 0 16800975 18446604451948664704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 10557160

[startup+6.30165 s]
/proc/loadavg: 2.08 2.02 2.01 3/214 32065
/proc/meminfo: memFree=29490028/32950928 swapFree=67051096/67111528
[pid=32046] ppid=32044 vsize=10551052 CPUtime=7.64 cores=0,2,4,6
/proc/32046/stat : 32046 (java) S 32044 32046 30485 0 -1 4202496 186459 0 1 0 741 23 0 0 25 0 19 0 954996269 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32046/statm: 2637763 179775 2233 9 0 2628497 0
[pid=32046/tid=32047] ppid=32044 vsize=10551052 CPUtime=6.28 cores=0,2,4,6
/proc/32046/task/32047/stat : 32047 (java) R 32044 32046 30485 0 -1 4202560 173397 0 1 0 608 20 0 0 25 0 19 0 954996270 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 46912505924276 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32046/tid=32049] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32049/stat : 32049 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32050] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32050/stat : 32050 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32051] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32051/stat : 32051 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32052] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32052/stat : 32052 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32053] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32053/stat : 32053 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32054] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32054/stat : 32054 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32055] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32055/stat : 32055 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32056] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32056/stat : 32056 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996271 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32057] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32057/stat : 32057 (java) S 32044 32046 30485 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 954996272 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 0 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32058] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32058/stat : 32058 (java) S 32044 32046 30485 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 954996273 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32059] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32059/stat : 32059 (java) S 32044 32046 30485 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 954996273 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32060] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32060/stat : 32060 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996275 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379370417 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32061] ppid=32044 vsize=10551052 CPUtime=0.64 cores=0,2,4,6
/proc/32046/task/32061/stat : 32061 (java) S 32044 32046 30485 0 -1 4202560 5231 0 0 0 63 1 0 0 15 0 19 0 954996275 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32062] ppid=32044 vsize=10551052 CPUtime=0.7 cores=0,2,4,6
/proc/32046/task/32062/stat : 32062 (java) S 32044 32046 30485 0 -1 4202560 6669 0 0 0 70 0 0 0 16 0 19 0 954996275 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 0 0 0 0
[pid=32046/tid=32063] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32063/stat : 32063 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996275 10804277248 179775 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0

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

/proc/32046/task/32059/stat : 32059 (java) S 32044 32046 30485 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 954996273 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32060] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32060/stat : 32060 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996275 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379370417 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32061] ppid=32044 vsize=10551052 CPUtime=0.73 cores=0,2,4,6
/proc/32046/task/32061/stat : 32061 (java) S 32044 32046 30485 0 -1 4202560 5248 0 0 0 72 1 0 0 15 0 19 0 954996275 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32062] ppid=32044 vsize=10551052 CPUtime=0.76 cores=0,2,4,6
/proc/32046/task/32062/stat : 32062 (java) S 32044 32046 30485 0 -1 4202560 6676 0 0 0 76 0 0 0 15 0 19 0 954996275 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 0 0 0 0
[pid=32046/tid=32063] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32063/stat : 32063 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996275 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32064] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32064/stat : 32064 (java) S 32044 32046 30485 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 954996275 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32065] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32065/stat : 32065 (java) S 32044 32046 30485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 954996413 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 4 0 16800975 18446604451948664704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1666.89
Current children cumulated vsize (KiB) 10551052

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/214 32114
/proc/meminfo: memFree=24186148/32950928 swapFree=67051096/67111528
[pid=32046] ppid=32044 vsize=10551052 CPUtime=1726.9 cores=0,2,4,6
/proc/32046/stat : 32046 (java) S 32044 32046 30485 0 -1 4202496 925929 0 1 0 172574 116 0 0 25 0 19 0 954996269 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32046/statm: 2637763 917952 2246 9 0 2628497 0
[pid=32046/tid=32047] ppid=32044 vsize=10551052 CPUtime=1720.78 cores=0,2,4,6
/proc/32046/task/32047/stat : 32047 (java) R 32044 32046 30485 0 -1 4202560 725460 0 1 0 171999 79 0 0 25 0 19 0 954996270 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 46912506031566 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32046/tid=32049] ppid=32044 vsize=10551052 CPUtime=0.49 cores=0,2,4,6
/proc/32046/task/32049/stat : 32049 (java) S 32044 32046 30485 0 -1 4202560 22046 0 0 0 47 2 0 0 15 0 19 0 954996271 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32050] ppid=32044 vsize=10551052 CPUtime=0.47 cores=0,2,4,6
/proc/32046/task/32050/stat : 32050 (java) S 32044 32046 30485 0 -1 4202560 18232 0 0 0 45 2 0 0 15 0 19 0 954996271 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 2 0 0 0
[pid=32046/tid=32051] ppid=32044 vsize=10551052 CPUtime=0.65 cores=0,2,4,6
/proc/32046/task/32051/stat : 32051 (java) S 32044 32046 30485 0 -1 4202560 38211 0 0 0 60 5 0 0 16 0 19 0 954996271 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32052] ppid=32044 vsize=10551052 CPUtime=0.75 cores=0,2,4,6
/proc/32046/task/32052/stat : 32052 (java) S 32044 32046 30485 0 -1 4202560 38075 0 0 0 69 6 0 0 15 0 19 0 954996271 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 2 0 0 0
[pid=32046/tid=32053] ppid=32044 vsize=10551052 CPUtime=0.48 cores=0,2,4,6
/proc/32046/task/32053/stat : 32053 (java) S 32044 32046 30485 0 -1 4202560 19148 0 0 0 45 3 0 0 16 0 19 0 954996271 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 0 0 0 0
[pid=32046/tid=32054] ppid=32044 vsize=10551052 CPUtime=0.58 cores=0,2,4,6
/proc/32046/task/32054/stat : 32054 (java) S 32044 32046 30485 0 -1 4202560 15610 0 0 0 56 2 0 0 15 0 19 0 954996271 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32055] ppid=32044 vsize=10551052 CPUtime=0.3 cores=0,2,4,6
/proc/32046/task/32055/stat : 32055 (java) S 32044 32046 30485 0 -1 4202560 5928 0 0 0 30 0 0 0 15 0 19 0 954996271 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32056] ppid=32044 vsize=10551052 CPUtime=0.68 cores=0,2,4,6
/proc/32046/task/32056/stat : 32056 (java) S 32044 32046 30485 0 -1 4202560 29939 0 0 0 64 4 0 0 15 0 19 0 954996271 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 0 0 0 0
[pid=32046/tid=32057] ppid=32044 vsize=10551052 CPUtime=0.09 cores=0,2,4,6
/proc/32046/task/32057/stat : 32057 (java) S 32044 32046 30485 0 -1 4202560 106 0 0 0 5 4 0 0 15 0 19 0 954996272 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 0 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32058] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32058/stat : 32058 (java) S 32044 32046 30485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 954996273 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32059] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32059/stat : 32059 (java) S 32044 32046 30485 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 954996273 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32060] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32060/stat : 32060 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996275 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379370417 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32061] ppid=32044 vsize=10551052 CPUtime=0.73 cores=0,2,4,6
/proc/32046/task/32061/stat : 32061 (java) S 32044 32046 30485 0 -1 4202560 5248 0 0 0 72 1 0 0 15 0 19 0 954996275 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32062] ppid=32044 vsize=10551052 CPUtime=0.76 cores=0,2,4,6
/proc/32046/task/32062/stat : 32062 (java) S 32044 32046 30485 0 -1 4202560 6676 0 0 0 76 0 0 0 15 0 19 0 954996275 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 0 0 0 0
[pid=32046/tid=32063] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32063/stat : 32063 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996275 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32064] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32064/stat : 32064 (java) S 32044 32046 30485 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 954996275 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32065] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32065/stat : 32065 (java) S 32044 32046 30485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 954996413 10804277248 917952 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 4 0 16800975 18446604451948664704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1726.9
Current children cumulated vsize (KiB) 10551052

[startup+1782.3 s]
/proc/loadavg: 1.91 2.00 2.00 2/190 32142
/proc/meminfo: memFree=28525800/32950928 swapFree=67051096/67111528
[pid=32046] ppid=32044 vsize=10551052 CPUtime=1786.94 cores=0,2,4,6
/proc/32046/stat : 32046 (java) S 32044 32046 30485 0 -1 4202496 926025 0 1 0 178578 116 0 0 25 0 19 0 954996269 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32046/statm: 2637763 918026 2246 9 0 2628497 0
[pid=32046/tid=32047] ppid=32044 vsize=10551052 CPUtime=1780.74 cores=0,2,4,6
/proc/32046/task/32047/stat : 32047 (java) R 32044 32046 30485 0 -1 4202560 725475 0 1 0 177995 79 0 0 25 0 19 0 954996270 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 46912505621778 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32046/tid=32049] ppid=32044 vsize=10551052 CPUtime=0.5 cores=0,2,4,6
/proc/32046/task/32049/stat : 32049 (java) S 32044 32046 30485 0 -1 4202560 22048 0 0 0 48 2 0 0 16 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 0 0 0 0
[pid=32046/tid=32050] ppid=32044 vsize=10551052 CPUtime=0.48 cores=0,2,4,6
/proc/32046/task/32050/stat : 32050 (java) S 32044 32046 30485 0 -1 4202560 18232 0 0 0 46 2 0 0 16 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32051] ppid=32044 vsize=10551052 CPUtime=0.65 cores=0,2,4,6
/proc/32046/task/32051/stat : 32051 (java) S 32044 32046 30485 0 -1 4202560 38212 0 0 0 60 5 0 0 15 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32052] ppid=32044 vsize=10551052 CPUtime=0.76 cores=0,2,4,6
/proc/32046/task/32052/stat : 32052 (java) S 32044 32046 30485 0 -1 4202560 38140 0 0 0 70 6 0 0 15 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 2 0 0 0
[pid=32046/tid=32053] ppid=32044 vsize=10551052 CPUtime=0.49 cores=0,2,4,6
/proc/32046/task/32053/stat : 32053 (java) S 32044 32046 30485 0 -1 4202560 19148 0 0 0 46 3 0 0 15 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32054] ppid=32044 vsize=10551052 CPUtime=0.59 cores=0,2,4,6
/proc/32046/task/32054/stat : 32054 (java) S 32044 32046 30485 0 -1 4202560 15610 0 0 0 57 2 0 0 15 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 0 0 0 0
[pid=32046/tid=32055] ppid=32044 vsize=10551052 CPUtime=0.31 cores=0,2,4,6
/proc/32046/task/32055/stat : 32055 (java) S 32044 32046 30485 0 -1 4202560 5931 0 0 0 31 0 0 0 16 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32056] ppid=32044 vsize=10551052 CPUtime=0.68 cores=0,2,4,6
/proc/32046/task/32056/stat : 32056 (java) S 32044 32046 30485 0 -1 4202560 29941 0 0 0 64 4 0 0 15 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 0 0 0 0
[pid=32046/tid=32057] ppid=32044 vsize=10551052 CPUtime=0.09 cores=0,2,4,6
/proc/32046/task/32057/stat : 32057 (java) S 32044 32046 30485 0 -1 4202560 110 0 0 0 5 4 0 0 15 0 19 0 954996272 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 0 0 16800975 18446604451948664704 0 0 -1 2 0 0 0
[pid=32046/tid=32058] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32058/stat : 32058 (java) S 32044 32046 30485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 954996273 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32059] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32059/stat : 32059 (java) S 32044 32046 30485 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 954996273 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32060] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32060/stat : 32060 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996275 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379370417 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32061] ppid=32044 vsize=10551052 CPUtime=0.73 cores=0,2,4,6
/proc/32046/task/32061/stat : 32061 (java) S 32044 32046 30485 0 -1 4202560 5248 0 0 0 72 1 0 0 15 0 19 0 954996275 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32062] ppid=32044 vsize=10551052 CPUtime=0.76 cores=0,2,4,6
/proc/32046/task/32062/stat : 32062 (java) S 32044 32046 30485 0 -1 4202560 6676 0 0 0 76 0 0 0 15 0 19 0 954996275 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 0 0 0 0
[pid=32046/tid=32063] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32063/stat : 32063 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996275 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32064] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32064/stat : 32064 (java) S 32044 32046 30485 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 954996275 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32065] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32065/stat : 32065 (java) S 32044 32046 30485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 954996413 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 4 0 16800975 18446604451948664704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1786.94
Current children cumulated vsize (KiB) 10551052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 1.71 1.95 1.98 2/190 32143
/proc/meminfo: memFree=28525796/32950928 swapFree=67051096/67111528
[pid=32046] ppid=32044 vsize=10551052 CPUtime=1800.06 cores=0,2,4,6
/proc/32046/stat : 32046 (java) S 32044 32046 30485 0 -1 4202496 926029 0 1 0 179889 117 0 0 25 0 19 0 954996269 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32046/statm: 2637763 918026 2246 9 0 2628497 0
[pid=32046/tid=32047] ppid=32044 vsize=10551052 CPUtime=1793.84 cores=0,2,4,6
/proc/32046/task/32047/stat : 32047 (java) R 32044 32046 30485 0 -1 4202560 725479 0 1 0 179305 79 0 0 25 0 19 0 954996270 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 46912506215249 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32046/tid=32049] ppid=32044 vsize=10551052 CPUtime=0.51 cores=0,2,4,6
/proc/32046/task/32049/stat : 32049 (java) S 32044 32046 30485 0 -1 4202560 22048 0 0 0 49 2 0 0 15 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 0 0 0 0
[pid=32046/tid=32050] ppid=32044 vsize=10551052 CPUtime=0.49 cores=0,2,4,6
/proc/32046/task/32050/stat : 32050 (java) S 32044 32046 30485 0 -1 4202560 18232 0 0 0 47 2 0 0 15 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32051] ppid=32044 vsize=10551052 CPUtime=0.66 cores=0,2,4,6
/proc/32046/task/32051/stat : 32051 (java) S 32044 32046 30485 0 -1 4202560 38212 0 0 0 61 5 0 0 15 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32052] ppid=32044 vsize=10551052 CPUtime=0.77 cores=0,2,4,6
/proc/32046/task/32052/stat : 32052 (java) S 32044 32046 30485 0 -1 4202560 38140 0 0 0 71 6 0 0 15 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 2 0 0 0
[pid=32046/tid=32053] ppid=32044 vsize=10551052 CPUtime=0.49 cores=0,2,4,6
/proc/32046/task/32053/stat : 32053 (java) S 32044 32046 30485 0 -1 4202560 19148 0 0 0 46 3 0 0 15 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32054] ppid=32044 vsize=10551052 CPUtime=0.59 cores=0,2,4,6
/proc/32046/task/32054/stat : 32054 (java) S 32044 32046 30485 0 -1 4202560 15610 0 0 0 57 2 0 0 15 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 0 0 0 0
[pid=32046/tid=32055] ppid=32044 vsize=10551052 CPUtime=0.31 cores=0,2,4,6
/proc/32046/task/32055/stat : 32055 (java) S 32044 32046 30485 0 -1 4202560 5931 0 0 0 31 0 0 0 15 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32056] ppid=32044 vsize=10551052 CPUtime=0.69 cores=0,2,4,6
/proc/32046/task/32056/stat : 32056 (java) S 32044 32046 30485 0 -1 4202560 29941 0 0 0 65 4 0 0 15 0 19 0 954996271 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 2 0 0 0
[pid=32046/tid=32057] ppid=32044 vsize=10551052 CPUtime=0.1 cores=0,2,4,6
/proc/32046/task/32057/stat : 32057 (java) S 32044 32046 30485 0 -1 4202560 110 0 0 0 5 5 0 0 15 0 19 0 954996272 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 0 0 16800975 18446604451948664704 0 0 -1 2 0 0 0
[pid=32046/tid=32058] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32058/stat : 32058 (java) S 32044 32046 30485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 954996273 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32059] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32059/stat : 32059 (java) S 32044 32046 30485 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 954996273 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32060] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32060/stat : 32060 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996275 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379370417 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32061] ppid=32044 vsize=10551052 CPUtime=0.73 cores=0,2,4,6
/proc/32046/task/32061/stat : 32061 (java) S 32044 32046 30485 0 -1 4202560 5248 0 0 0 72 1 0 0 15 0 19 0 954996275 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32062] ppid=32044 vsize=10551052 CPUtime=0.76 cores=0,2,4,6
/proc/32046/task/32062/stat : 32062 (java) S 32044 32046 30485 0 -1 4202560 6676 0 0 0 76 0 0 0 15 0 19 0 954996275 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 0 0 0 0
[pid=32046/tid=32063] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32063/stat : 32063 (java) S 32044 32046 30485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954996275 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379362713 0 4 0 16800975 18446604451948664704 0 0 -1 6 0 0 0
[pid=32046/tid=32064] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32064/stat : 32064 (java) S 32044 32046 30485 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 954996275 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 4 0 16800975 18446604451948664704 0 0 -1 4 0 0 0
[pid=32046/tid=32065] ppid=32044 vsize=10551052 CPUtime=0 cores=0,2,4,6
/proc/32046/task/32065/stat : 32065 (java) S 32044 32046 30485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 954996413 10804277248 918026 33554432000 1073741824 1073778376 140736633427840 18446744073709551615 251379363328 0 4 0 16800975 18446604451948664704 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10551052

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

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

[startup+1795.51 s]
/proc/loadavg: 1.71 1.95 1.98 2/190 32143
/proc/meminfo: memFree=28525796/32950928 swapFree=67051096/67111528
[pid=32046] ppid=32044 vsize=0 CPUtime=1800.16 cores=0,2,4,6
/proc/32046/stat : 32046 (java) Z 32044 32046 30485 0 -1 4203548 926057 0 1 0 179890 126 0 0 17 0 2 0 954996269 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32046/statm: 0 0 0 0 0 0 0
[pid=32046/tid=32063] ppid=32044 vsize=0 CPUtime=0.09 cores=0,2,4,6
/proc/32046/task/32063/stat : 32063 (java) R 32044 32046 30485 0 -1 4203588 1 0 0 0 0 9 0 0 18 0 2 0 954996275 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.55
CPU time (s): 1800.22
CPU user time (s): 1798.91
CPU system time (s): 1.3098
CPU usage (%): 100.26
Max. virtual memory (cumulated for all children) (KiB): 10557160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.3098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 926057
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= 47463
involuntary context switches= 34204

runsolver used 3.44648 second user time and 6.36503 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-09 21:27:36
IDJOB=3456622
IDBENCH=2344
IDSOLVER=1951
FILE ID=node113/3456622-1307647656
RUNJOBID= node113-1307633277-30503
PBS_JOBID= 13549378
Free space on /tmp= 74052 MiB

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

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

MD5SUM BENCH= 0b7be4a8ca67db62b7397f891414d40c
RANDOM SEED=762371016

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30539204 kB
Buffers:        190320 kB
Cached:         357848 kB
SwapCached:      14384 kB
Active:        1937776 kB
Inactive:       279972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30539204 kB
SwapTotal:    67111528 kB
SwapFree:     67051096 kB
Dirty:           13140 kB
Writeback:           0 kB
AnonPages:     1666804 kB
Mapped:          17308 kB
Slab:           126336 kB
PageTables:       8048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10564460 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= 74056 MiB
End job on node113 at 2011-06-09 21:57:33