Trace number 3456606

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.5 1796.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_5.opb.PB06.opb
MD5SUM6389567e651775a5f815611581d2023e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark891
Best CPU time to get the best result obtained on this benchmark1800.36
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 474
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494177
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494177
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3456606-1307218765.opb
0.10/0.11	c reading problem ... 
3.54/3.11	c ... done. Wall clock time 2.998s.
3.54/3.11	c #vars     10000
3.54/3.11	c #constraints  656900
3.54/3.11	c constraints type 
3.54/3.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
3.54/3.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
23.34/22.23	c cleaning 0 clauses out of 5002 with flag 0/5002
36.23/34.91	c cleaning 0 clauses out of 11000 with flag 0/11000
54.96/53.68	c cleaning 0 clauses out of 18000 with flag 0/18000
74.75/73.36	c cleaning 0 clauses out of 26000 with flag 0/26000
102.13/100.63	c cleaning 0 clauses out of 35000 with flag 0/35000
135.88/134.37	c cleaning 0 clauses out of 45000 with flag 0/45000
174.44/172.84	c cleaning 0 clauses out of 56000 with flag 0/56000
214.01/212.35	c cleaning 0 clauses out of 68000 with flag 0/68000
251.84/250.12	c cleaning 0 clauses out of 81000 with flag 0/81000
296.60/294.75	c cleaning 0 clauses out of 95001 with flag 0/95001
345.39/343.41	c cleaning 0 clauses out of 110003 with flag 0/110003
404.28/402.28	c cleaning 0 clauses out of 126001 with flag 0/126001
463.03/460.87	c cleaning 0 clauses out of 143000 with flag 0/143000
548.42/546.10	c cleaning 0 clauses out of 161000 with flag 0/161000
658.97/656.50	c cleaning 0 clauses out of 180000 with flag 0/180000
773.32/770.75	c cleaning 0 clauses out of 200001 with flag 0/200001
907.76/905.02	c cleaning 0 clauses out of 221001 with flag 0/221001
1041.06/1038.17	c cleaning 0 clauses out of 243001 with flag 0/243001
1187.38/1184.24	c cleaning 0 clauses out of 266001 with flag 0/266001
1355.84/1352.43	c cleaning 0 clauses out of 290002 with flag 0/290002
1521.07/1517.58	c cleaning 0 clauses out of 315002 with flag 0/315002
1652.19/1648.46	c cleaning 0 clauses out of 341003 with flag 0/341003
1800.07/1796.15	c starts		: 136
1800.07/1796.15	c conflicts		: 360719
1800.07/1796.15	c decisions		: 482910
1800.07/1796.15	c propagations		: 70254827
1800.07/1796.15	c inspects		: 2816594055
1800.07/1796.15	c shortcuts		: 0
1800.07/1796.15	c learnt literals	: 0
1800.07/1796.15	c learnt binary clauses	: 0
1800.07/1796.15	c learnt ternary clauses	: 0
1800.07/1796.15	c learnt constraints	: 360719
1800.07/1796.15	c ignored constraints	: 0
1800.07/1796.15	c root simplifications	: 0
1800.07/1796.15	c removed literals (reason simplification)	: 0
1800.07/1796.15	c reason swapping (by a shorter reason)	: 0
1800.07/1796.15	c Calls to reduceDB	: 22
1800.07/1796.15	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.15	c number of learned constraints concerned by reduction	: 0
1800.07/1796.15	c number of learning phase by resolution	: 0
1800.07/1796.15	c number of learning phase by cutting planes	: 0
1800.07/1796.15	c speed (assignments/second)	: 39181.810627384555
1800.07/1796.15	c non guided choices	0
1800.07/1796.20	c learnt constraints type 
1800.07/1796.20	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 360723
1800.07/1796.20	c constraints type 
1800.07/1796.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.07/1796.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.07/1796.20	s UNKNOWN
1800.07/1796.20	c Total wall clock time (in seconds): 1796.091

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-3456606-1307218765/watcher-3456606-1307218765 -o /tmp/evaluation-result-3456606-1307218765/solver-3456606-1307218765 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456606-1307218765.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.05 2.04 1.93 2/516 30658
/proc/meminfo: memFree=26148364/32951124 swapFree=53876548/67111528
[pid=30658] ppid=30656 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/30658/stat : 30658 (java) S 30656 30658 29867 0 -1 4202496 6095 0 1 0 0 1 0 0 25 0 2 0 833477473 10694979584 5796 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624913381 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30658/statm: 2611079 5808 917 9 0 2602235 0
[pid=30658/tid=30659] ppid=30656 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30659/stat : 30659 (java) R 30656 30658 29867 0 -1 4202560 5040 0 1 0 0 0 0 0 25 0 2 0 833477473 10694979584 5856 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270612804667 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0728429 s]
/proc/loadavg: 2.05 2.04 1.93 2/516 30658
/proc/meminfo: memFree=26148364/32951124 swapFree=53876548/67111528
[pid=30658] ppid=30656 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/30658/stat : 30658 (java) S 30656 30658 29867 0 -1 4202496 11835 0 1 0 4 2 0 0 25 0 18 0 833477473 10724442112 11531 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30658/statm: 2618272 11535 1742 9 0 2609006 0
[pid=30658/tid=30659] ppid=30656 vsize=10473088 CPUtime=0.05 cores=0,2,4,6
/proc/30658/task/30659/stat : 30659 (java) R 30656 30658 29867 0 -1 4202560 10664 0 1 0 4 1 0 0 25 0 18 0 833477473 10724442112 11535 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 46912505164395 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100837 s]
/proc/loadavg: 2.05 2.04 1.93 2/516 30658
/proc/meminfo: memFree=26148364/32951124 swapFree=53876548/67111528
[pid=30658] ppid=30656 vsize=10539720 CPUtime=0.1 cores=0,2,4,6
/proc/30658/stat : 30658 (java) S 30656 30658 29867 0 -1 4202496 12989 0 1 0 8 2 0 0 25 0 18 0 833477473 10792673280 12685 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30658/statm: 2634930 12688 2092 9 0 2625664 0
[pid=30658/tid=30659] ppid=30656 vsize=10539720 CPUtime=0.08 cores=0,2,4,6
/proc/30658/task/30659/stat : 30659 (java) R 30656 30658 29867 0 -1 4202560 11088 0 1 0 7 1 0 0 18 0 18 0 833477473 10792673280 12688 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 46912496197400 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539720

[startup+0.300873 s]
/proc/loadavg: 2.05 2.04 1.93 2/516 30658
/proc/meminfo: memFree=26148364/32951124 swapFree=53876548/67111528
[pid=30658] ppid=30656 vsize=10540732 CPUtime=0.48 cores=0,2,4,6
/proc/30658/stat : 30658 (java) S 30656 30658 29867 0 -1 4202496 16785 0 1 0 46 2 0 0 25 0 18 0 833477473 10793709568 16001 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30658/statm: 2635183 16002 2199 9 0 2625917 0
[pid=30658/tid=30659] ppid=30656 vsize=10540732 CPUtime=0.28 cores=0,2,4,6
/proc/30658/task/30659/stat : 30659 (java) R 30656 30658 29867 0 -1 4202560 13865 0 1 0 26 2 0 0 18 0 18 0 833477473 10793709568 16002 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10540732

[startup+0.700764 s]
/proc/loadavg: 2.05 2.04 1.93 2/516 30658
/proc/meminfo: memFree=26148364/32951124 swapFree=53876548/67111528
[pid=30658] ppid=30656 vsize=10543932 CPUtime=1.14 cores=0,2,4,6
/proc/30658/stat : 30658 (java) S 30656 30658 29867 0 -1 4202496 52510 0 1 0 107 7 0 0 25 0 18 0 833477473 10796986368 50331 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30658/statm: 2635983 50335 2213 9 0 2626717 0
[pid=30658/tid=30659] ppid=30656 vsize=10543932 CPUtime=0.68 cores=0,2,4,6
/proc/30658/task/30659/stat : 30659 (java) R 30656 30658 29867 0 -1 4202560 46497 0 1 0 62 6 0 0 18 0 18 0 833477473 10796986368 50337 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 46912505634822 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 10543932

[startup+1.5016 s]
/proc/loadavg: 2.05 2.04 1.93 3/534 30676
/proc/meminfo: memFree=25829672/32951124 swapFree=53876548/67111528
[pid=30658] ppid=30656 vsize=10543932 CPUtime=1.94 cores=0,2,4,6
/proc/30658/stat : 30658 (java) S 30656 30658 29867 0 -1 4202496 132336 0 1 0 177 17 0 0 25 0 18 0 833477473 10796986368 130157 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30658/statm: 2635983 130161 2213 9 0 2626717 0
[pid=30658/tid=30659] ppid=30656 vsize=10543932 CPUtime=1.48 cores=0,2,4,6
/proc/30658/task/30659/stat : 30659 (java) R 30656 30658 29867 0 -1 4202560 126323 0 1 0 132 16 0 0 19 0 18 0 833477473 10796986368 130163 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 46912505555510 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30658/tid=30661] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30661/stat : 30661 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 130165 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30662] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30662/stat : 30662 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 130168 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30663] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30663/stat : 30663 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 130170 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30664] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30664/stat : 30664 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 130173 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30665] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30665/stat : 30665 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 130176 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30666] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30666/stat : 30666 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 130178 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30667] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30667/stat : 30667 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 130180 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30668] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30668/stat : 30668 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 130183 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30669] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30669/stat : 30669 (java) S 30656 30658 29867 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833477476 10796986368 130185 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 0 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30670] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30670/stat : 30670 (java) S 30656 30658 29867 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833477477 10796986368 130188 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30671] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30671/stat : 30671 (java) S 30656 30658 29867 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833477477 10796986368 130190 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30672] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30672/stat : 30672 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477479 10796986368 130193 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624934321 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30673] ppid=30656 vsize=10543932 CPUtime=0.19 cores=0,2,4,6
/proc/30658/task/30673/stat : 30673 (java) S 30656 30658 29867 0 -1 4202560 2280 0 0 0 19 0 0 0 16 0 18 0 833477479 10796986368 130195 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30674] ppid=30656 vsize=10543932 CPUtime=0.24 cores=0,2,4,6
/proc/30658/task/30674/stat : 30674 (java) S 30656 30658 29867 0 -1 4202560 2588 0 0 0 24 0 0 0 16 0 18 0 833477479 10796986368 130198 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 0 0 0 0
[pid=30658/tid=30675] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30675/stat : 30675 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477479 10796986368 130200 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30676] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30676/stat : 30676 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833477479 10796986368 130203 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 4 0 16800975 18446604449850145792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 10543932

[startup+3.10134 s]
/proc/loadavg: 2.05 2.04 1.93 3/534 30676
/proc/meminfo: memFree=25384884/32951124 swapFree=53876548/67111528
[pid=30658] ppid=30656 vsize=10543932 CPUtime=3.54 cores=0,2,4,6
/proc/30658/stat : 30658 (java) S 30656 30658 29867 0 -1 4202496 291588 0 1 0 318 36 0 0 25 0 18 0 833477473 10796986368 289409 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30658/statm: 2635983 289413 2221 9 0 2626717 0
[pid=30658/tid=30659] ppid=30656 vsize=10543932 CPUtime=3.07 cores=0,2,4,6
/proc/30658/task/30659/stat : 30659 (java) R 30656 30658 29867 0 -1 4202560 285575 0 1 0 273 34 0 0 22 0 18 0 833477473 10796986368 289415 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 46912505593475 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30658/tid=30661] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30661/stat : 30661 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 289418 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30662] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30662/stat : 30662 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 289420 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30663] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30663/stat : 30663 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 289422 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30664] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30664/stat : 30664 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 289425 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30665] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30665/stat : 30665 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 289427 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30666] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30666/stat : 30666 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 289430 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30667] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30667/stat : 30667 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 289432 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30668] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30668/stat : 30668 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477475 10796986368 289434 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30669] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30669/stat : 30669 (java) S 30656 30658 29867 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833477476 10796986368 289436 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 0 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30670] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30670/stat : 30670 (java) S 30656 30658 29867 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833477477 10796986368 289439 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30671] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30671/stat : 30671 (java) S 30656 30658 29867 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833477477 10796986368 289441 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30672] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30672/stat : 30672 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477479 10796986368 289444 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624934321 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30673] ppid=30656 vsize=10543932 CPUtime=0.19 cores=0,2,4,6
/proc/30658/task/30673/stat : 30673 (java) S 30656 30658 29867 0 -1 4202560 2280 0 0 0 19 0 0 0 16 0 18 0 833477479 10796986368 289446 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30674] ppid=30656 vsize=10543932 CPUtime=0.24 cores=0,2,4,6
/proc/30658/task/30674/stat : 30674 (java) S 30656 30658 29867 0 -1 4202560 2588 0 0 0 24 0 0 0 15 0 18 0 833477479 10796986368 289448 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 0 0 0 0
[pid=30658/tid=30675] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30675/stat : 30675 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833477479 10796986368 289451 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30676] ppid=30656 vsize=10543932 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30676/stat : 30676 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833477479 10796986368 289453 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 4 0 16800975 18446604449850145792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 10543932

[startup+6.30077 s]
/proc/loadavg: 2.05 2.04 1.93 3/535 30677
/proc/meminfo: memFree=24966500/32951124 swapFree=53876548/67111528
[pid=30658] ppid=30656 vsize=10544960 CPUtime=7.16 cores=0,2,4,6
/proc/30658/stat : 30658 (java) S 30656 30658 29867 0 -1 4202496 299371 0 1 0 679 37 0 0 25 0 19 0 833477473 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30658/statm: 2636240 296558 2238 9 0 2626974 0
[pid=30658/tid=30659] ppid=30656 vsize=10544960 CPUtime=6.28 cores=0,2,4,6
/proc/30658/task/30659/stat : 30659 (java) R 30656 30658 29867 0 -1 4202560 292845 0 1 0 592 36 0 0 19 0 19 0 833477473 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 46912505834079 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30658/tid=30661] ppid=30656 vsize=10544960 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30661/stat : 30661 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477475 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30662] ppid=30656 vsize=10544960 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30662/stat : 30662 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477475 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30663] ppid=30656 vsize=10544960 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30663/stat : 30663 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477475 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30664] ppid=30656 vsize=10544960 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30664/stat : 30664 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477475 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30665] ppid=30656 vsize=10544960 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30665/stat : 30665 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477475 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30666] ppid=30656 vsize=10544960 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30666/stat : 30666 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477475 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30667] ppid=30656 vsize=10544960 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30667/stat : 30667 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477475 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30668] ppid=30656 vsize=10544960 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30668/stat : 30668 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477475 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30669] ppid=30656 vsize=10544960 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30669/stat : 30669 (java) S 30656 30658 29867 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833477476 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 0 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30670] ppid=30656 vsize=10544960 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30670/stat : 30670 (java) S 30656 30658 29867 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833477477 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30671] ppid=30656 vsize=10544960 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30671/stat : 30671 (java) S 30656 30658 29867 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833477477 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30672] ppid=30656 vsize=10544960 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30672/stat : 30672 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477479 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624934321 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30673] ppid=30656 vsize=10544960 CPUtime=0.38 cores=0,2,4,6
/proc/30658/task/30673/stat : 30673 (java) S 30656 30658 29867 0 -1 4202560 2403 0 0 0 38 0 0 0 15 0 19 0 833477479 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30674] ppid=30656 vsize=10544960 CPUtime=0.48 cores=0,2,4,6
/proc/30658/task/30674/stat : 30674 (java) S 30656 30658 29867 0 -1 4202560 2961 0 0 0 48 0 0 0 15 0 19 0 833477479 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 0 0 0 0
[pid=30658/tid=30675] ppid=30656 vsize=10544960 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30675/stat : 30675 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477479 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30676] ppid=30656 vsize=10544960 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30676/stat : 30676 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833477479 10798039040 296558 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0

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

[pid=30658/tid=30677] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30677/stat : 30677 (java) S 30656 30658 29867 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833477788 10797400064 1341594 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1666.14
Current children cumulated vsize (KiB) 10544336

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/535 30771
/proc/meminfo: memFree=20994068/32951124 swapFree=53876548/67111528
[pid=30658] ppid=30656 vsize=10544336 CPUtime=1726.19 cores=0,2,4,6
/proc/30658/stat : 30658 (java) S 30656 30658 29867 0 -1 4202496 1374475 0 1 0 172441 178 0 0 25 0 19 0 833477473 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30658/statm: 2636084 1341595 2266 9 0 2626818 0
[pid=30658/tid=30659] ppid=30656 vsize=10544336 CPUtime=1714.59 cores=0,2,4,6
/proc/30658/task/30659/stat : 30659 (java) R 30656 30658 29867 0 -1 4202560 793886 0 1 0 171372 87 0 0 25 0 19 0 833477473 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 46912505834123 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30658/tid=30661] ppid=30656 vsize=10544336 CPUtime=0.61 cores=0,2,4,6
/proc/30658/task/30661/stat : 30661 (java) S 30656 30658 29867 0 -1 4202560 57311 0 0 0 52 9 0 0 16 0 19 0 833477475 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30662] ppid=30656 vsize=10544336 CPUtime=0.46 cores=0,2,4,6
/proc/30658/task/30662/stat : 30662 (java) S 30656 30658 29867 0 -1 4202560 60703 0 0 0 36 10 0 0 15 0 19 0 833477475 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30663] ppid=30656 vsize=10544336 CPUtime=0.51 cores=0,2,4,6
/proc/30658/task/30663/stat : 30663 (java) S 30656 30658 29867 0 -1 4202560 47490 0 0 0 43 8 0 0 16 0 19 0 833477475 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 4 0 0 0
[pid=30658/tid=30664] ppid=30656 vsize=10544336 CPUtime=0.41 cores=0,2,4,6
/proc/30658/task/30664/stat : 30664 (java) S 30656 30658 29867 0 -1 4202560 43363 0 0 0 33 8 0 0 15 0 19 0 833477475 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30665] ppid=30656 vsize=10544336 CPUtime=0.47 cores=0,2,4,6
/proc/30658/task/30665/stat : 30665 (java) S 30656 30658 29867 0 -1 4202560 62369 0 0 0 37 10 0 0 16 0 19 0 833477475 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30666] ppid=30656 vsize=10544336 CPUtime=0.51 cores=0,2,4,6
/proc/30658/task/30666/stat : 30666 (java) S 30656 30658 29867 0 -1 4202560 44542 0 0 0 43 8 0 0 16 0 19 0 833477475 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30667] ppid=30656 vsize=10544336 CPUtime=0.54 cores=0,2,4,6
/proc/30658/task/30667/stat : 30667 (java) S 30656 30658 29867 0 -1 4202560 51005 0 0 0 46 8 0 0 15 0 19 0 833477475 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 0 0 0 0
[pid=30658/tid=30668] ppid=30656 vsize=10544336 CPUtime=0.46 cores=0,2,4,6
/proc/30658/task/30668/stat : 30668 (java) S 30656 30658 29867 0 -1 4202560 41565 0 0 0 38 8 0 0 16 0 19 0 833477475 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 0 0 0 0
[pid=30658/tid=30669] ppid=30656 vsize=10544336 CPUtime=6.22 cores=0,2,4,6
/proc/30658/task/30669/stat : 30669 (java) S 30656 30658 29867 0 -1 4202560 164959 0 0 0 607 15 0 0 15 0 19 0 833477476 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 0 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30670] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30670/stat : 30670 (java) S 30656 30658 29867 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833477477 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30671] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30671/stat : 30671 (java) S 30656 30658 29867 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833477477 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30672] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30672/stat : 30672 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477479 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624934321 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30673] ppid=30656 vsize=10544336 CPUtime=0.47 cores=0,2,4,6
/proc/30658/task/30673/stat : 30673 (java) S 30656 30658 29867 0 -1 4202560 2438 0 0 0 47 0 0 0 15 0 19 0 833477479 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30674] ppid=30656 vsize=10544336 CPUtime=0.82 cores=0,2,4,6
/proc/30658/task/30674/stat : 30674 (java) S 30656 30658 29867 0 -1 4202560 3595 0 0 0 82 0 0 0 15 0 19 0 833477479 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 0 0 0 0
[pid=30658/tid=30675] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30675/stat : 30675 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477479 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30676] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30676/stat : 30676 (java) S 30656 30658 29867 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 833477479 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30677] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30677/stat : 30677 (java) S 30656 30658 29867 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833477788 10797400064 1341595 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1726.19
Current children cumulated vsize (KiB) 10544336

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/535 30773
/proc/meminfo: memFree=20946808/32951124 swapFree=53876548/67111528
[pid=30658] ppid=30656 vsize=10544336 CPUtime=1786.26 cores=0,2,4,6
/proc/30658/stat : 30658 (java) S 30656 30658 29867 0 -1 4202496 1385737 0 1 0 178446 180 0 0 25 0 19 0 833477473 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30658/statm: 2636084 1351825 2266 9 0 2626818 0
[pid=30658/tid=30659] ppid=30656 vsize=10544336 CPUtime=1774.56 cores=0,2,4,6
/proc/30658/task/30659/stat : 30659 (java) R 30656 30658 29867 0 -1 4202560 793887 0 1 0 177369 87 0 0 25 0 19 0 833477473 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 46912505838977 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30658/tid=30661] ppid=30656 vsize=10544336 CPUtime=0.63 cores=0,2,4,6
/proc/30658/task/30661/stat : 30661 (java) S 30656 30658 29867 0 -1 4202560 61067 0 0 0 54 9 0 0 16 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30662] ppid=30656 vsize=10544336 CPUtime=0.49 cores=0,2,4,6
/proc/30658/task/30662/stat : 30662 (java) S 30656 30658 29867 0 -1 4202560 65081 0 0 0 38 11 0 0 16 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30663] ppid=30656 vsize=10544336 CPUtime=0.54 cores=0,2,4,6
/proc/30658/task/30663/stat : 30663 (java) S 30656 30658 29867 0 -1 4202560 50611 0 0 0 45 9 0 0 16 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 4 0 0 0
[pid=30658/tid=30664] ppid=30656 vsize=10544336 CPUtime=0.41 cores=0,2,4,6
/proc/30658/task/30664/stat : 30664 (java) S 30656 30658 29867 0 -1 4202560 43363 0 0 0 33 8 0 0 15 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30665] ppid=30656 vsize=10544336 CPUtime=0.47 cores=0,2,4,6
/proc/30658/task/30665/stat : 30665 (java) S 30656 30658 29867 0 -1 4202560 62369 0 0 0 37 10 0 0 15 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30666] ppid=30656 vsize=10544336 CPUtime=0.51 cores=0,2,4,6
/proc/30658/task/30666/stat : 30666 (java) S 30656 30658 29867 0 -1 4202560 44542 0 0 0 43 8 0 0 15 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30667] ppid=30656 vsize=10544336 CPUtime=0.54 cores=0,2,4,6
/proc/30658/task/30667/stat : 30667 (java) S 30656 30658 29867 0 -1 4202560 51005 0 0 0 46 8 0 0 15 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 0 0 0 0
[pid=30658/tid=30668] ppid=30656 vsize=10544336 CPUtime=0.46 cores=0,2,4,6
/proc/30658/task/30668/stat : 30668 (java) S 30656 30658 29867 0 -1 4202560 41565 0 0 0 38 8 0 0 15 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 0 0 0 0
[pid=30658/tid=30669] ppid=30656 vsize=10544336 CPUtime=6.22 cores=0,2,4,6
/proc/30658/task/30669/stat : 30669 (java) S 30656 30658 29867 0 -1 4202560 164961 0 0 0 607 15 0 0 15 0 19 0 833477476 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 0 0 16800975 18446604449850145792 0 0 -1 4 0 0 0
[pid=30658/tid=30670] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30670/stat : 30670 (java) S 30656 30658 29867 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833477477 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30671] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30671/stat : 30671 (java) S 30656 30658 29867 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833477477 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30672] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30672/stat : 30672 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477479 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624934321 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30673] ppid=30656 vsize=10544336 CPUtime=0.47 cores=0,2,4,6
/proc/30658/task/30673/stat : 30673 (java) S 30656 30658 29867 0 -1 4202560 2438 0 0 0 47 0 0 0 15 0 19 0 833477479 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30674] ppid=30656 vsize=10544336 CPUtime=0.82 cores=0,2,4,6
/proc/30658/task/30674/stat : 30674 (java) S 30656 30658 29867 0 -1 4202560 3595 0 0 0 82 0 0 0 15 0 19 0 833477479 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 0 0 0 0
[pid=30658/tid=30675] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30675/stat : 30675 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477479 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30676] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30676/stat : 30676 (java) S 30656 30658 29867 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833477479 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30677] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30677/stat : 30677 (java) S 30656 30658 29867 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833477788 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1786.26
Current children cumulated vsize (KiB) 10544336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 2.04 2.05 2.00 3/535 30773
/proc/meminfo: memFree=20946312/32951124 swapFree=53876548/67111528
[pid=30658] ppid=30656 vsize=10544336 CPUtime=1800.07 cores=0,2,4,6
/proc/30658/stat : 30658 (java) S 30656 30658 29867 0 -1 4202496 1385737 0 1 0 179827 180 0 0 25 0 19 0 833477473 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30658/statm: 2636084 1351825 2266 9 0 2626818 0
[pid=30658/tid=30659] ppid=30656 vsize=10544336 CPUtime=1788.37 cores=0,2,4,6
/proc/30658/task/30659/stat : 30659 (java) R 30656 30658 29867 0 -1 4202560 793887 0 1 0 178750 87 0 0 25 0 19 0 833477473 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 46912505823517 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30658/tid=30661] ppid=30656 vsize=10544336 CPUtime=0.63 cores=0,2,4,6
/proc/30658/task/30661/stat : 30661 (java) S 30656 30658 29867 0 -1 4202560 61067 0 0 0 54 9 0 0 16 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30662] ppid=30656 vsize=10544336 CPUtime=0.49 cores=0,2,4,6
/proc/30658/task/30662/stat : 30662 (java) S 30656 30658 29867 0 -1 4202560 65081 0 0 0 38 11 0 0 16 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30663] ppid=30656 vsize=10544336 CPUtime=0.54 cores=0,2,4,6
/proc/30658/task/30663/stat : 30663 (java) S 30656 30658 29867 0 -1 4202560 50611 0 0 0 45 9 0 0 16 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 4 0 0 0
[pid=30658/tid=30664] ppid=30656 vsize=10544336 CPUtime=0.41 cores=0,2,4,6
/proc/30658/task/30664/stat : 30664 (java) S 30656 30658 29867 0 -1 4202560 43363 0 0 0 33 8 0 0 15 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30665] ppid=30656 vsize=10544336 CPUtime=0.47 cores=0,2,4,6
/proc/30658/task/30665/stat : 30665 (java) S 30656 30658 29867 0 -1 4202560 62369 0 0 0 37 10 0 0 15 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30666] ppid=30656 vsize=10544336 CPUtime=0.51 cores=0,2,4,6
/proc/30658/task/30666/stat : 30666 (java) S 30656 30658 29867 0 -1 4202560 44542 0 0 0 43 8 0 0 15 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30667] ppid=30656 vsize=10544336 CPUtime=0.54 cores=0,2,4,6
/proc/30658/task/30667/stat : 30667 (java) S 30656 30658 29867 0 -1 4202560 51005 0 0 0 46 8 0 0 15 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 0 0 0 0
[pid=30658/tid=30668] ppid=30656 vsize=10544336 CPUtime=0.46 cores=0,2,4,6
/proc/30658/task/30668/stat : 30668 (java) S 30656 30658 29867 0 -1 4202560 41565 0 0 0 38 8 0 0 15 0 19 0 833477475 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 0 0 0 0
[pid=30658/tid=30669] ppid=30656 vsize=10544336 CPUtime=6.22 cores=0,2,4,6
/proc/30658/task/30669/stat : 30669 (java) S 30656 30658 29867 0 -1 4202560 164961 0 0 0 607 15 0 0 15 0 19 0 833477476 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 0 0 16800975 18446604449850145792 0 0 -1 4 0 0 0
[pid=30658/tid=30670] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30670/stat : 30670 (java) S 30656 30658 29867 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833477477 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30671] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30671/stat : 30671 (java) S 30656 30658 29867 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833477477 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30672] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30672/stat : 30672 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477479 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624934321 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30673] ppid=30656 vsize=10544336 CPUtime=0.47 cores=0,2,4,6
/proc/30658/task/30673/stat : 30673 (java) S 30656 30658 29867 0 -1 4202560 2438 0 0 0 47 0 0 0 15 0 19 0 833477479 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30674] ppid=30656 vsize=10544336 CPUtime=0.82 cores=0,2,4,6
/proc/30658/task/30674/stat : 30674 (java) S 30656 30658 29867 0 -1 4202560 3595 0 0 0 82 0 0 0 15 0 19 0 833477479 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 0 0 0 0
[pid=30658/tid=30675] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30675/stat : 30675 (java) S 30656 30658 29867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833477479 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624926617 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
[pid=30658/tid=30676] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30676/stat : 30676 (java) S 30656 30658 29867 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833477479 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 4 0 16800975 18446604449850145792 0 0 -1 2 0 0 0
[pid=30658/tid=30677] ppid=30656 vsize=10544336 CPUtime=0 cores=0,2,4,6
/proc/30658/task/30677/stat : 30677 (java) S 30656 30658 29867 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833477788 10797400064 1351825 33554432000 1073741824 1073778376 140733479888144 18446744073709551615 270624927232 0 4 0 16800975 18446604449850145792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10544336

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

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

[startup+1796.22 s]
/proc/loadavg: 2.04 2.05 2.00 3/519 30776
/proc/meminfo: memFree=21471428/32951124 swapFree=53876548/67111528
[pid=30658] ppid=30656 vsize=0 CPUtime=1800.33 cores=0,2,4,6
/proc/30658/stat : 30658 (java) Z 30656 30658 29867 0 -1 4203548 1397454 0 1 0 179847 186 0 0 17 0 2 0 833477473 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30658/statm: 0 0 0 0 0 0 0
[pid=30658/tid=30659] ppid=30656 vsize=0 CPUtime=1788.47 cores=0,2,4,6
/proc/30658/task/30659/stat : 30659 (java) R 30656 30658 29867 0 -1 4203588 793887 0 1 0 178756 91 0 0 25 0 2 0 833477473 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

[startup+1796.4 s]
/proc/loadavg: 2.04 2.05 2.00 3/519 30776
/proc/meminfo: memFree=21471428/32951124 swapFree=53876548/67111528
[pid=30658] ppid=30656 vsize=0 CPUtime=1800.49 cores=0,2,4,6
/proc/30658/stat : 30658 (java) Z 30656 30658 29867 0 -1 4203548 1397454 0 1 0 179847 202 0 0 17 0 2 0 833477473 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30658/statm: 0 0 0 0 0 0 0
[pid=30658/tid=30659] ppid=30656 vsize=0 CPUtime=1788.63 cores=0,2,4,6
/proc/30658/task/30659/stat : 30659 (java) R 30656 30658 29867 0 -1 4203588 793887 0 1 0 178756 107 0 0 25 0 2 0 833477473 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.41
CPU time (s): 1800.5
CPU user time (s): 1798.47
CPU system time (s): 2.02769
CPU usage (%): 100.228
Max. virtual memory (cumulated for all children) (KiB): 10545852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 2.02769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1397454
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= 38334
involuntary context switches= 35269

runsolver used 9.77451 second user time and 19.682 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-04 22:19:25
IDJOB=3456606
IDBENCH=1975
IDSOLVER=1951
FILE ID=node108/3456606-1307218765
RUNJOBID= node108-1307215872-29885
PBS_JOBID= 13509110
Free space on /tmp= 73820 MiB

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

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

MD5SUM BENCH= 6389567e651775a5f815611581d2023e
RANDOM SEED=863762637

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26148528 kB
Buffers:        332588 kB
Cached:        1078188 kB
SwapCached:      13540 kB
Active:        5545908 kB
Inactive:       963300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26148528 kB
SwapTotal:    67111528 kB
SwapFree:     53876548 kB
Dirty:           17280 kB
Writeback:           0 kB
AnonPages:     5095672 kB
Mapped:          20924 kB
Slab:           151060 kB
PageTables:      73816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 144912144 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= 73816 MiB
End job on node108 at 2011-06-04 22:49:23