Trace number 3457211

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.33 1790.4

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
MD5SUM28d827e98d8e81c3ff9d9e47a6238269
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark4.02939
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4644
Total number of constraints31254
Number of constraints which are clauses30228
Number of constraints which are cardinality constraints (but not clauses)948
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 104
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3457211-1307217677.opb
0.10/0.10	c reading problem ... 
1.01/0.52	c ... done. Wall clock time 0.421s.
1.01/0.52	c #vars     4644
1.01/0.52	c #constraints  31428
1.01/0.52	c constraints type 
1.01/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30402
1.01/0.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 948
1.01/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
22.00/20.01	c cleaning 0 clauses out of 5000 with flag 0/5000
82.60/79.52	c cleaning 0 clauses out of 11000 with flag 0/11000
216.15/212.55	c cleaning 0 clauses out of 18002 with flag 0/18002
410.53/406.05	c cleaning 0 clauses out of 26001 with flag 0/26001
819.68/813.74	c cleaning 0 clauses out of 35000 with flag 0/35000
1500.26/1491.90	c cleaning 0 clauses out of 45002 with flag 0/45002
1800.08/1790.22	c starts		: 69
1800.08/1790.22	c conflicts		: 49626
1800.08/1790.22	c decisions		: 107371
1800.08/1790.22	c propagations		: 1756505
1800.08/1790.22	c inspects		: 1861426085
1800.08/1790.22	c shortcuts		: 0
1800.08/1790.22	c learnt literals	: 0
1800.08/1790.22	c learnt binary clauses	: 0
1800.08/1790.22	c learnt ternary clauses	: 0
1800.08/1790.22	c learnt constraints	: 49625
1800.08/1790.22	c ignored constraints	: 0
1800.08/1790.22	c root simplifications	: 0
1800.08/1790.22	c removed literals (reason simplification)	: 0
1800.08/1790.22	c reason swapping (by a shorter reason)	: 0
1800.08/1790.22	c Calls to reduceDB	: 6
1800.08/1790.22	c number of reductions to clauses (during analyze)	: 0
1800.08/1790.22	c number of learned constraints concerned by reduction	: 0
1800.08/1790.22	c number of learning phase by resolution	: 0
1800.08/1790.22	c number of learning phase by cutting planes	: 0
1800.08/1790.22	c speed (assignments/second)	: 981.4538438629556
1800.08/1790.22	c non guided choices	10884
1800.08/1790.25	c learnt constraints type 
1800.08/1790.25	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1722
1800.08/1790.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.08/1790.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47901
1800.08/1790.25	c constraints type 
1800.08/1790.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30402
1800.08/1790.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 948
1800.08/1790.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.08/1790.25	s UNKNOWN
1800.08/1790.25	c Total wall clock time (in seconds): 1790.144

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-3457211-1307217677/watcher-3457211-1307217677 -o /tmp/evaluation-result-3457211-1307217677/solver-3457211-1307217677 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457211-1307217677.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: 1.95 2.03 1.73 2/471 30569
/proc/meminfo: memFree=28018916/32951124 swapFree=55639044/67111528
[pid=30569] ppid=30567 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/30569/stat : 30569 (java) S 30567 30569 30316 0 -1 4202496 7525 0 1 0 0 0 0 0 25 0 2 0 833365603 10694979584 7227 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/30569/statm: 2611079 7241 917 9 0 2602235 0
[pid=30569/tid=30570] ppid=30567 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30570/stat : 30570 (java) R 30567 30569 30316 0 -1 4202560 6470 0 1 0 0 0 0 0 25 0 2 0 833365603 10694979584 7286 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271550231611 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0684021 s]
/proc/loadavg: 1.95 2.03 1.73 2/471 30569
/proc/meminfo: memFree=28018916/32951124 swapFree=55639044/67111528
[pid=30569] ppid=30567 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/30569/stat : 30569 (java) S 30567 30569 30316 0 -1 4202496 11870 0 1 0 5 1 0 0 25 0 18 0 833365603 10724442112 11567 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30569/statm: 2618272 11567 1754 9 0 2609006 0
[pid=30569/tid=30570] ppid=30567 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/30569/task/30570/stat : 30570 (java) R 30567 30569 30316 0 -1 4202560 10697 0 1 0 5 1 0 0 25 0 18 0 833365603 10724442112 11568 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 47550350367571 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.100392 s]
/proc/loadavg: 1.95 2.03 1.73 2/471 30569
/proc/meminfo: memFree=28018916/32951124 swapFree=55639044/67111528
[pid=30569] ppid=30567 vsize=10540460 CPUtime=0.1 cores=0,2,4,6
/proc/30569/stat : 30569 (java) S 30567 30569 30316 0 -1 4202496 13141 0 1 0 9 1 0 0 25 0 18 0 833365603 10793431040 12821 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30569/statm: 2635115 12821 2092 9 0 2625849 0
[pid=30569/tid=30570] ppid=30567 vsize=10540460 CPUtime=0.09 cores=0,2,4,6
/proc/30569/task/30570/stat : 30570 (java) R 30567 30569 30316 0 -1 4202560 11205 0 1 0 8 1 0 0 18 0 18 0 833365603 10793431040 12821 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 47550350029668 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) 10540460

[startup+0.330362 s]
/proc/loadavg: 1.95 2.03 1.73 2/471 30569
/proc/meminfo: memFree=28018916/32951124 swapFree=55639044/67111528
[pid=30569] ppid=30567 vsize=10544380 CPUtime=0.66 cores=0,2,4,6
/proc/30569/stat : 30569 (java) S 30567 30569 30316 0 -1 4202496 19229 0 1 0 63 3 0 0 25 0 18 0 833365603 10797445120 17824 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30569/statm: 2636095 17825 2208 9 0 2626829 0
[pid=30569/tid=30570] ppid=30567 vsize=10544380 CPUtime=0.32 cores=0,2,4,6
/proc/30569/task/30570/stat : 30570 (java) R 30567 30569 30316 0 -1 4202560 14688 0 1 0 30 2 0 0 18 0 18 0 833365603 10797445120 17826 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 10544380

[startup+0.717284 s]
/proc/loadavg: 1.95 2.03 1.73 2/471 30569
/proc/meminfo: memFree=28018916/32951124 swapFree=55639044/67111528
[pid=30569] ppid=30567 vsize=10555664 CPUtime=1.49 cores=0,2,4,6
/proc/30569/stat : 30569 (java) S 30567 30569 30316 0 -1 4202496 43404 0 1 0 143 6 0 0 25 0 19 0 833365603 10808999936 39242 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30569/statm: 2638916 39242 2229 9 0 2629650 0
[pid=30569/tid=30570] ppid=30567 vsize=10555664 CPUtime=0.7 cores=0,2,4,6
/proc/30569/task/30570/stat : 30570 (java) R 30567 30569 30316 0 -1 4202560 32261 0 1 0 66 4 0 0 18 0 19 0 833365603 10808999936 39243 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 46912505565222 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10555664

[startup+1.50114 s]
/proc/loadavg: 1.95 2.03 1.73 4/490 30588
/proc/meminfo: memFree=27835812/32951124 swapFree=55639044/67111528
[pid=30569] ppid=30567 vsize=10553000 CPUtime=3.22 cores=0,2,4,6
/proc/30569/stat : 30569 (java) S 30567 30569 30316 0 -1 4202496 90559 0 1 0 311 11 0 0 25 0 19 0 833365603 10806272000 83644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30569/statm: 2638250 83645 2237 9 0 2628984 0
[pid=30569/tid=30570] ppid=30567 vsize=10553000 CPUtime=1.49 cores=0,2,4,6
/proc/30569/task/30570/stat : 30570 (java) R 30567 30569 30316 0 -1 4202560 76854 0 1 0 139 10 0 0 18 0 19 0 833365603 10806272000 83646 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 46912506244433 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30569/tid=30572] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30572/stat : 30572 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10806272000 83648 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30573] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30573/stat : 30573 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 833365605 10806272000 83650 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30574] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30574/stat : 30574 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10806272000 83650 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30575] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30575/stat : 30575 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10806272000 83651 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30576] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30576/stat : 30576 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10806272000 83653 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30577] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30577/stat : 30577 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10806272000 83654 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30578] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30578/stat : 30578 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10806272000 83655 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30579] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30579/stat : 30579 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10806272000 83656 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30580] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30580/stat : 30580 (java) S 30567 30569 30316 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 19 0 833365606 10806272000 83658 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 0 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30581] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30581/stat : 30581 (java) S 30567 30569 30316 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833365607 10806272000 83659 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30582] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30582/stat : 30582 (java) S 30567 30569 30316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833365607 10806272000 83661 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30583] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30583/stat : 30583 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365609 10806272000 83664 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562361265 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30584] ppid=30567 vsize=10553000 CPUtime=0.85 cores=0,2,4,6
/proc/30569/task/30584/stat : 30584 (java) S 30567 30569 30316 0 -1 4202560 5490 0 0 0 85 0 0 0 15 0 19 0 833365609 10806272000 83666 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30585] ppid=30567 vsize=10553000 CPUtime=0.86 cores=0,2,4,6
/proc/30569/task/30585/stat : 30585 (java) S 30567 30569 30316 0 -1 4202560 7056 0 0 0 86 0 0 0 15 0 19 0 833365609 10806272000 83668 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30586] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30586/stat : 30586 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365609 10806272000 83670 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30587] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30587/stat : 30587 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833365609 10806272000 83672 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30588] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30588/stat : 30588 (java) S 30567 30569 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833365657 10806272000 83674 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 10553000

[startup+3.1008 s]
/proc/loadavg: 1.95 2.03 1.73 3/490 30588
/proc/meminfo: memFree=27457116/32951124 swapFree=55639044/67111528
[pid=30569] ppid=30567 vsize=10553000 CPUtime=4.91 cores=0,2,4,6
/proc/30569/stat : 30569 (java) S 30567 30569 30316 0 -1 4202496 240368 0 1 0 465 26 0 0 25 0 19 0 833365603 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30569/statm: 2638250 233451 2240 9 0 2628984 0
[pid=30569/tid=30570] ppid=30567 vsize=10553000 CPUtime=3.08 cores=0,2,4,6
/proc/30569/task/30570/stat : 30570 (java) R 30567 30569 30316 0 -1 4202560 226637 0 1 0 284 24 0 0 21 0 19 0 833365603 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 46912505870028 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30569/tid=30572] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30572/stat : 30572 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30573] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30573/stat : 30573 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 833365605 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30574] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30574/stat : 30574 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30575] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30575/stat : 30575 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30576] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30576/stat : 30576 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30577] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30577/stat : 30577 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30578] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30578/stat : 30578 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30579] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30579/stat : 30579 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30580] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30580/stat : 30580 (java) S 30567 30569 30316 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 833365606 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 0 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30581] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30581/stat : 30581 (java) S 30567 30569 30316 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833365607 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30582] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30582/stat : 30582 (java) S 30567 30569 30316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833365607 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30583] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30583/stat : 30583 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365609 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562361265 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30584] ppid=30567 vsize=10553000 CPUtime=0.86 cores=0,2,4,6
/proc/30569/task/30584/stat : 30584 (java) S 30567 30569 30316 0 -1 4202560 5490 0 0 0 86 0 0 0 15 0 19 0 833365609 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30585] ppid=30567 vsize=10553000 CPUtime=0.94 cores=0,2,4,6
/proc/30569/task/30585/stat : 30585 (java) S 30567 30569 30316 0 -1 4202560 7080 0 0 0 94 0 0 0 15 0 19 0 833365609 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30586] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30586/stat : 30586 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365609 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30587] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30587/stat : 30587 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833365609 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30588] ppid=30567 vsize=10553000 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30588/stat : 30588 (java) S 30567 30569 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833365657 10806272000 233451 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 10553000

[startup+6.30129 s]
/proc/loadavg: 1.95 2.03 1.73 3/490 30589
/proc/meminfo: memFree=26351532/32951124 swapFree=55639044/67111528
[pid=30569] ppid=30567 vsize=10549488 CPUtime=8.11 cores=0,2,4,6
/proc/30569/stat : 30569 (java) S 30567 30569 30316 0 -1 4202496 490656 0 1 0 754 57 0 0 25 0 19 0 833365603 10802675712 482965 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30569/statm: 2637372 482972 2240 9 0 2628106 0
[pid=30569/tid=30570] ppid=30567 vsize=10549488 CPUtime=6.28 cores=0,2,4,6
/proc/30569/task/30570/stat : 30570 (java) R 30567 30569 30316 0 -1 4202560 476934 0 1 0 573 55 0 0 25 0 19 0 833365603 10802675712 482974 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 46912506317976 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30569/tid=30572] ppid=30567 vsize=10549488 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30572/stat : 30572 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10802675712 482975 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30573] ppid=30567 vsize=10549488 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30573/stat : 30573 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 833365605 10802675712 482976 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30574] ppid=30567 vsize=10549488 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30574/stat : 30574 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10802675712 482977 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30575] ppid=30567 vsize=10549488 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30575/stat : 30575 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10802675712 482979 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30576] ppid=30567 vsize=10549488 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30576/stat : 30576 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10802675712 482981 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30577] ppid=30567 vsize=10549488 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30577/stat : 30577 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10802675712 482983 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30578] ppid=30567 vsize=10549488 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30578/stat : 30578 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10802675712 482984 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30579] ppid=30567 vsize=10549488 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30579/stat : 30579 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365605 10802675712 482986 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30580] ppid=30567 vsize=10549488 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30580/stat : 30580 (java) S 30567 30569 30316 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833365606 10802675712 482988 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 0 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30581] ppid=30567 vsize=10549488 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30581/stat : 30581 (java) S 30567 30569 30316 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833365607 10802675712 482989 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30582] ppid=30567 vsize=10549488 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30582/stat : 30582 (java) S 30567 30569 30316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833365607 10802675712 482991 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30583] ppid=30567 vsize=10549488 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30583/stat : 30583 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365609 10802675712 482993 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562361265 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30584] ppid=30567 vsize=10549488 CPUtime=0.86 cores=0,2,4,6
/proc/30569/task/30584/stat : 30584 (java) S 30567 30569 30316 0 -1 4202560 5490 0 0 0 86 0 0 0 15 0 19 0 833365609 10802675712 482995 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30585] ppid=30567 vsize=10549488 CPUtime=0.94 cores=0,2,4,6
/proc/30569/task/30585/stat : 30585 (java) S 30567 30569 30316 0 -1 4202560 7080 0 0 0 94 0 0 0 15 0 19 0 833365609 10802675712 482996 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0

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

/proc/30569/task/30582/stat : 30582 (java) S 30567 30569 30316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833365607 10805673984 1017691 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30583] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30583/stat : 30583 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365609 10805673984 1017691 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562361265 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30584] ppid=30567 vsize=10552416 CPUtime=1.44 cores=0,2,4,6
/proc/30569/task/30584/stat : 30584 (java) S 30567 30569 30316 0 -1 4202560 9981 0 0 0 144 0 0 0 15 0 19 0 833365609 10805673984 1017691 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30585] ppid=30567 vsize=10552416 CPUtime=1.47 cores=0,2,4,6
/proc/30569/task/30585/stat : 30585 (java) S 30567 30569 30316 0 -1 4202560 11613 0 0 0 146 1 0 0 15 0 19 0 833365609 10805673984 1017691 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30586] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30586/stat : 30586 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365609 10805673984 1017691 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30587] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30587/stat : 30587 (java) S 30567 30569 30316 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 833365609 10805673984 1017691 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30588] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30588/stat : 30588 (java) S 30567 30569 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833365657 10805673984 1017691 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1671.69
Current children cumulated vsize (KiB) 10552416

[startup+1722.3 s]
/proc/loadavg: 2.28 2.12 2.02 3/490 30685
/proc/meminfo: memFree=22956968/32951124 swapFree=55639044/67111528
[pid=30569] ppid=30567 vsize=10552416 CPUtime=1731.92 cores=0,2,4,6
/proc/30569/stat : 30569 (java) S 30567 30569 30316 0 -1 4202496 1037102 0 1 0 173066 126 0 0 25 0 19 0 833365603 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30569/statm: 2638104 1019644 2267 9 0 2628838 0
[pid=30569/tid=30570] ppid=30567 vsize=10552416 CPUtime=1715.74 cores=0,2,4,6
/proc/30569/task/30570/stat : 30570 (java) R 30567 30569 30316 0 -1 4202560 790092 0 1 0 171484 90 0 0 25 0 19 0 833365603 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 46912505870133 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30569/tid=30572] ppid=30567 vsize=10552416 CPUtime=1.2 cores=0,2,4,6
/proc/30569/task/30572/stat : 30572 (java) S 30567 30569 30316 0 -1 4202560 23661 0 0 0 118 2 0 0 16 0 19 0 833365605 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30573] ppid=30567 vsize=10552416 CPUtime=1.17 cores=0,2,4,6
/proc/30569/task/30573/stat : 30573 (java) S 30567 30569 30316 0 -1 4202560 26053 0 0 0 114 3 0 0 16 0 19 0 833365605 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30574] ppid=30567 vsize=10552416 CPUtime=1.34 cores=0,2,4,6
/proc/30569/task/30574/stat : 30574 (java) S 30567 30569 30316 0 -1 4202560 26584 0 0 0 130 4 0 0 15 0 19 0 833365605 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30575] ppid=30567 vsize=10552416 CPUtime=1.06 cores=0,2,4,6
/proc/30569/task/30575/stat : 30575 (java) S 30567 30569 30316 0 -1 4202560 22944 0 0 0 103 3 0 0 15 0 19 0 833365605 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30576] ppid=30567 vsize=10552416 CPUtime=1.27 cores=0,2,4,6
/proc/30569/task/30576/stat : 30576 (java) S 30567 30569 30316 0 -1 4202560 24510 0 0 0 123 4 0 0 15 0 19 0 833365605 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30577] ppid=30567 vsize=10552416 CPUtime=1.21 cores=0,2,4,6
/proc/30569/task/30577/stat : 30577 (java) S 30567 30569 30316 0 -1 4202560 24836 0 0 0 118 3 0 0 16 0 19 0 833365605 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30578] ppid=30567 vsize=10552416 CPUtime=1.21 cores=0,2,4,6
/proc/30569/task/30578/stat : 30578 (java) S 30567 30569 30316 0 -1 4202560 22762 0 0 0 118 3 0 0 15 0 19 0 833365605 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30579] ppid=30567 vsize=10552416 CPUtime=1.29 cores=0,2,4,6
/proc/30569/task/30579/stat : 30579 (java) S 30567 30569 30316 0 -1 4202560 27747 0 0 0 126 3 0 0 15 0 19 0 833365605 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30580] ppid=30567 vsize=10552416 CPUtime=3.4 cores=0,2,4,6
/proc/30569/task/30580/stat : 30580 (java) S 30567 30569 30316 0 -1 4202560 25071 0 0 0 337 3 0 0 15 0 19 0 833365606 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 0 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30581] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30581/stat : 30581 (java) S 30567 30569 30316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833365607 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30582] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30582/stat : 30582 (java) S 30567 30569 30316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833365607 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30583] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30583/stat : 30583 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365609 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562361265 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30584] ppid=30567 vsize=10552416 CPUtime=1.44 cores=0,2,4,6
/proc/30569/task/30584/stat : 30584 (java) S 30567 30569 30316 0 -1 4202560 9981 0 0 0 144 0 0 0 15 0 19 0 833365609 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30585] ppid=30567 vsize=10552416 CPUtime=1.47 cores=0,2,4,6
/proc/30569/task/30585/stat : 30585 (java) S 30567 30569 30316 0 -1 4202560 11613 0 0 0 146 1 0 0 15 0 19 0 833365609 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30586] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30586/stat : 30586 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365609 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30587] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30587/stat : 30587 (java) S 30567 30569 30316 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 833365609 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30588] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30588/stat : 30588 (java) S 30567 30569 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833365657 10805673984 1019644 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1731.92
Current children cumulated vsize (KiB) 10552416

[startup+1782.3 s]
/proc/loadavg: 2.21 2.13 2.03 3/490 30687
/proc/meminfo: memFree=22939680/32951124 swapFree=55639044/67111528
[pid=30569] ppid=30567 vsize=10552416 CPUtime=1792.08 cores=0,2,4,6
/proc/30569/stat : 30569 (java) S 30567 30569 30316 0 -1 4202496 1037517 0 1 0 179082 126 0 0 25 0 19 0 833365603 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30569/statm: 2638104 1020047 2267 9 0 2628838 0
[pid=30569/tid=30570] ppid=30567 vsize=10552416 CPUtime=1775.68 cores=0,2,4,6
/proc/30569/task/30570/stat : 30570 (java) R 30567 30569 30316 0 -1 4202560 790095 0 1 0 177478 90 0 0 25 0 19 0 833365603 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 46912505927209 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30569/tid=30572] ppid=30567 vsize=10552416 CPUtime=1.23 cores=0,2,4,6
/proc/30569/task/30572/stat : 30572 (java) S 30567 30569 30316 0 -1 4202560 23707 0 0 0 121 2 0 0 16 0 19 0 833365605 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30573] ppid=30567 vsize=10552416 CPUtime=1.18 cores=0,2,4,6
/proc/30569/task/30573/stat : 30573 (java) S 30567 30569 30316 0 -1 4202560 26090 0 0 0 115 3 0 0 15 0 19 0 833365605 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30574] ppid=30567 vsize=10552416 CPUtime=1.39 cores=0,2,4,6
/proc/30569/task/30574/stat : 30574 (java) S 30567 30569 30316 0 -1 4202560 26650 0 0 0 135 4 0 0 16 0 19 0 833365605 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30575] ppid=30567 vsize=10552416 CPUtime=1.1 cores=0,2,4,6
/proc/30569/task/30575/stat : 30575 (java) S 30567 30569 30316 0 -1 4202560 22994 0 0 0 107 3 0 0 15 0 19 0 833365605 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30576] ppid=30567 vsize=10552416 CPUtime=1.28 cores=0,2,4,6
/proc/30569/task/30576/stat : 30576 (java) S 30567 30569 30316 0 -1 4202560 24525 0 0 0 124 4 0 0 15 0 19 0 833365605 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30577] ppid=30567 vsize=10552416 CPUtime=1.23 cores=0,2,4,6
/proc/30569/task/30577/stat : 30577 (java) S 30567 30569 30316 0 -1 4202560 24868 0 0 0 120 3 0 0 15 0 19 0 833365605 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30578] ppid=30567 vsize=10552416 CPUtime=1.25 cores=0,2,4,6
/proc/30569/task/30578/stat : 30578 (java) S 30567 30569 30316 0 -1 4202560 22895 0 0 0 122 3 0 0 16 0 19 0 833365605 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30579] ppid=30567 vsize=10552416 CPUtime=1.3 cores=0,2,4,6
/proc/30569/task/30579/stat : 30579 (java) S 30567 30569 30316 0 -1 4202560 27774 0 0 0 127 3 0 0 15 0 19 0 833365605 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30580] ppid=30567 vsize=10552416 CPUtime=3.4 cores=0,2,4,6
/proc/30569/task/30580/stat : 30580 (java) S 30567 30569 30316 0 -1 4202560 25073 0 0 0 337 3 0 0 15 0 19 0 833365606 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 0 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30581] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30581/stat : 30581 (java) S 30567 30569 30316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833365607 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30582] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30582/stat : 30582 (java) S 30567 30569 30316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833365607 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30583] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30583/stat : 30583 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365609 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562361265 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30584] ppid=30567 vsize=10552416 CPUtime=1.44 cores=0,2,4,6
/proc/30569/task/30584/stat : 30584 (java) S 30567 30569 30316 0 -1 4202560 9981 0 0 0 144 0 0 0 15 0 19 0 833365609 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30585] ppid=30567 vsize=10552416 CPUtime=1.47 cores=0,2,4,6
/proc/30569/task/30585/stat : 30585 (java) S 30567 30569 30316 0 -1 4202560 11613 0 0 0 146 1 0 0 15 0 19 0 833365609 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30586] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30586/stat : 30586 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365609 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30587] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30587/stat : 30587 (java) S 30567 30569 30316 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833365609 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30588] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30588/stat : 30588 (java) S 30567 30569 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833365657 10805673984 1020047 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1792.08
Current children cumulated vsize (KiB) 10552416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.2 s]
/proc/loadavg: 2.18 2.12 2.03 3/490 30687
/proc/meminfo: memFree=22936688/32951124 swapFree=55639044/67111528
[pid=30569] ppid=30567 vsize=10552416 CPUtime=1800.08 cores=0,2,4,6
/proc/30569/stat : 30569 (java) S 30567 30569 30316 0 -1 4202496 1038211 0 1 0 179882 126 0 0 25 0 19 0 833365603 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30569/statm: 2638104 1020703 2267 9 0 2628838 0
[pid=30569/tid=30570] ppid=30567 vsize=10552416 CPUtime=1783.56 cores=0,2,4,6
/proc/30569/task/30570/stat : 30570 (java) R 30567 30569 30316 0 -1 4202560 790096 0 1 0 178266 90 0 0 25 0 19 0 833365603 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 46912505926982 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30569/tid=30572] ppid=30567 vsize=10552416 CPUtime=1.27 cores=0,2,4,6
/proc/30569/task/30572/stat : 30572 (java) S 30567 30569 30316 0 -1 4202560 24001 0 0 0 125 2 0 0 16 0 19 0 833365605 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30573] ppid=30567 vsize=10552416 CPUtime=1.18 cores=0,2,4,6
/proc/30569/task/30573/stat : 30573 (java) S 30567 30569 30316 0 -1 4202560 26090 0 0 0 115 3 0 0 15 0 19 0 833365605 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30574] ppid=30567 vsize=10552416 CPUtime=1.39 cores=0,2,4,6
/proc/30569/task/30574/stat : 30574 (java) S 30567 30569 30316 0 -1 4202560 26650 0 0 0 135 4 0 0 15 0 19 0 833365605 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30575] ppid=30567 vsize=10552416 CPUtime=1.13 cores=0,2,4,6
/proc/30569/task/30575/stat : 30575 (java) S 30567 30569 30316 0 -1 4202560 23173 0 0 0 110 3 0 0 16 0 19 0 833365605 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30576] ppid=30567 vsize=10552416 CPUtime=1.3 cores=0,2,4,6
/proc/30569/task/30576/stat : 30576 (java) S 30567 30569 30316 0 -1 4202560 24539 0 0 0 126 4 0 0 16 0 19 0 833365605 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30577] ppid=30567 vsize=10552416 CPUtime=1.23 cores=0,2,4,6
/proc/30569/task/30577/stat : 30577 (java) S 30567 30569 30316 0 -1 4202560 24868 0 0 0 120 3 0 0 15 0 19 0 833365605 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30578] ppid=30567 vsize=10552416 CPUtime=1.29 cores=0,2,4,6
/proc/30569/task/30578/stat : 30578 (java) S 30567 30569 30316 0 -1 4202560 23099 0 0 0 126 3 0 0 16 0 19 0 833365605 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 6 0 0 0
[pid=30569/tid=30579] ppid=30567 vsize=10552416 CPUtime=1.3 cores=0,2,4,6
/proc/30569/task/30579/stat : 30579 (java) S 30567 30569 30316 0 -1 4202560 27774 0 0 0 127 3 0 0 15 0 19 0 833365605 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30580] ppid=30567 vsize=10552416 CPUtime=3.4 cores=0,2,4,6
/proc/30569/task/30580/stat : 30580 (java) S 30567 30569 30316 0 -1 4202560 25075 0 0 0 337 3 0 0 15 0 19 0 833365606 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 0 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30581] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30581/stat : 30581 (java) S 30567 30569 30316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833365607 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30582] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30582/stat : 30582 (java) S 30567 30569 30316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833365607 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30583] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30583/stat : 30583 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365609 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562361265 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30584] ppid=30567 vsize=10552416 CPUtime=1.44 cores=0,2,4,6
/proc/30569/task/30584/stat : 30584 (java) S 30567 30569 30316 0 -1 4202560 9981 0 0 0 144 0 0 0 15 0 19 0 833365609 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
[pid=30569/tid=30585] ppid=30567 vsize=10552416 CPUtime=1.47 cores=0,2,4,6
/proc/30569/task/30585/stat : 30585 (java) S 30567 30569 30316 0 -1 4202560 11613 0 0 0 146 1 0 0 15 0 19 0 833365609 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 0 0 0 0
[pid=30569/tid=30586] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30586/stat : 30586 (java) S 30567 30569 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365609 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562353561 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30587] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30587/stat : 30587 (java) S 30567 30569 30316 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833365609 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 4 0 16800975 18446604453607823552 0 0 -1 4 0 0 0
[pid=30569/tid=30588] ppid=30567 vsize=10552416 CPUtime=0 cores=0,2,4,6
/proc/30569/task/30588/stat : 30588 (java) S 30567 30569 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833365657 10805673984 1020703 33554432000 1073741824 1073778376 140735292886352 18446744073709551615 271562354176 0 4 0 16800975 18446604453607823552 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10552416

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

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

[startup+1790.4 s]
/proc/loadavg: 2.18 2.12 2.03 3/490 30687
/proc/meminfo: memFree=22936688/32951124 swapFree=55639044/67111528
[pid=30569] ppid=30567 vsize=0 CPUtime=1800.32 cores=0,2,4,6
/proc/30569/stat : 30569 (java) Z 30567 30569 30316 0 -1 4203548 1038240 0 1 0 179891 141 0 0 17 0 2 0 833365603 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30569/statm: 0 0 0 0 0 0 0
[pid=30569/tid=30588] ppid=30567 vsize=0 CPUtime=0.14 cores=0,2,4,6
/proc/30569/task/30588/stat : 30588 (java) R 30567 30569 30316 0 -1 4203588 7 0 0 0 0 14 0 0 18 0 2 0 833365657 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.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.4
CPU time (s): 1800.33
CPU user time (s): 1798.91
CPU system time (s): 1.41778
CPU usage (%): 100.554
Max. virtual memory (cumulated for all children) (KiB): 10566464

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

runsolver used 8.90964 second user time and 18.8031 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-04 22:01:17
IDJOB=3457211
IDBENCH=1496
IDSOLVER=1951
FILE ID=node133/3457211-1307217677
RUNJOBID= node133-1307215869-30334
PBS_JOBID= 13509091
Free space on /tmp= 73980 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457211-1307217677/watcher-3457211-1307217677 -o /tmp/evaluation-result-3457211-1307217677/solver-3457211-1307217677 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457211-1307217677.opb

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

MD5SUM BENCH= 28d827e98d8e81c3ff9d9e47a6238269
RANDOM SEED=1644267916

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28019072 kB
Buffers:        335500 kB
Cached:         624016 kB
SwapCached:      10584 kB
Active:        4080132 kB
Inactive:       570592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28019072 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:            1852 kB
Writeback:           0 kB
AnonPages:     3688680 kB
Mapped:          21140 kB
Slab:           153124 kB
PageTables:      60704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125274164 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73980 MiB
End job on node133 at 2011-06-04 22:31:09