Trace number 3457079

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.25 1795.29

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670167.opb
MD5SUM3972d8c24730f4742ee881de3ad25c62
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.15337
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/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-3457079-1307215899.opb
0.10/0.11	c reading problem ... 
0.26/0.29	c ... done. Wall clock time 0.186s.
0.26/0.29	c #vars     231
0.26/0.29	c #constraints  2707
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.26/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.26/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.26/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
34.36/32.86	c cleaning 0 clauses out of 5000 with flag 0/5000
195.61/193.64	c cleaning 0 clauses out of 11003 with flag 0/11003
675.72/672.90	c cleaning 0 clauses out of 18000 with flag 0/18000
1630.67/1626.17	c cleaning 0 clauses out of 26000 with flag 0/26000
1800.05/1795.12	c starts		: 54
1800.05/1795.12	c conflicts		: 27093
1800.05/1795.12	c decisions		: 53721
1800.05/1795.12	c propagations		: 787238
1800.05/1795.12	c inspects		: 2166670468
1800.05/1795.12	c shortcuts		: 0
1800.05/1795.12	c learnt literals	: 0
1800.05/1795.12	c learnt binary clauses	: 0
1800.05/1795.12	c learnt ternary clauses	: 6
1800.05/1795.12	c learnt constraints	: 27093
1800.05/1795.12	c ignored constraints	: 0
1800.05/1795.12	c root simplifications	: 0
1800.05/1795.12	c removed literals (reason simplification)	: 0
1800.05/1795.12	c reason swapping (by a shorter reason)	: 0
1800.05/1795.12	c Calls to reduceDB	: 4
1800.05/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.12	c number of learned constraints concerned by reduction	: 0
1800.05/1795.12	c number of learning phase by resolution	: 0
1800.05/1795.12	c number of learning phase by cutting planes	: 0
1800.05/1795.12	c speed (assignments/second)	: 438.6150435501098
1800.05/1795.12	c non guided choices	121
1800.05/1795.14	c learnt constraints type 
1800.05/1795.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 948
1800.05/1795.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 47
1800.05/1795.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26098
1800.05/1795.14	c constraints type 
1800.05/1795.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.05/1795.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.05/1795.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.05/1795.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.05/1795.14	s UNKNOWN
1800.05/1795.14	c Total wall clock time (in seconds): 1795.03

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

running on 4 cores: 1,3,5,7

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.12 0.30 0.09 3/471 30419
/proc/meminfo: memFree=29023796/32951124 swapFree=55639044/67111528
[pid=30419] ppid=30417 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/30419/stat : 30419 (java) S 30417 30419 30316 0 -1 4202496 5719 0 1 0 0 0 0 0 25 0 2 0 833187789 10694979584 5421 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/30419/statm: 2611079 5435 917 9 0 2602235 0
[pid=30419/tid=30420] ppid=30417 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30420/stat : 30420 (java) R 30417 30419 30316 0 -1 4202560 4663 0 1 0 0 0 0 0 25 0 2 0 833187790 10694979584 5479 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271550231611 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0310211 s]
/proc/loadavg: 1.12 0.30 0.09 3/471 30419
/proc/meminfo: memFree=29023796/32951124 swapFree=55639044/67111528
[pid=30419] ppid=30417 vsize=10455012 CPUtime=0.01 cores=1,3,5,7
/proc/30419/stat : 30419 (java) S 30417 30419 30316 0 -1 4202496 10774 0 1 0 1 0 0 0 25 0 10 0 833187789 10705932288 10473 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/30419/statm: 2613753 10473 1515 9 0 2604501 0
[pid=30419/tid=30420] ppid=30417 vsize=10455012 CPUtime=0.01 cores=1,3,5,7
/proc/30419/task/30420/stat : 30420 (java) R 30417 30419 30316 0 -1 4202560 9653 0 1 0 1 0 0 0 25 0 10 0 833187790 10705932288 10474 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 47182863335429 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10455012

[startup+0.10101 s]
/proc/loadavg: 1.12 0.30 0.09 3/471 30419
/proc/meminfo: memFree=29023796/32951124 swapFree=55639044/67111528
[pid=30419] ppid=30417 vsize=10539520 CPUtime=0.1 cores=1,3,5,7
/proc/30419/stat : 30419 (java) S 30417 30419 30316 0 -1 4202496 12942 0 1 0 9 1 0 0 25 0 18 0 833187789 10792468480 12639 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30419/statm: 2634880 12639 2092 9 0 2625614 0
[pid=30419/tid=30420] ppid=30417 vsize=10539520 CPUtime=0.08 cores=1,3,5,7
/proc/30419/task/30420/stat : 30420 (java) R 30417 30419 30316 0 -1 4202560 11186 0 1 0 7 1 0 0 18 0 18 0 833187790 10792468480 12639 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 47182863368099 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539520

[startup+0.300938 s]
/proc/loadavg: 1.12 0.30 0.09 3/471 30419
/proc/meminfo: memFree=29023796/32951124 swapFree=55639044/67111528
[pid=30419] ppid=30417 vsize=10542556 CPUtime=0.47 cores=1,3,5,7
/proc/30419/stat : 30419 (java) S 30417 30419 30316 0 -1 4202496 15938 0 1 0 46 1 0 0 25 0 19 0 833187789 10795577344 15355 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30419/statm: 2635639 15355 2209 9 0 2626373 0
[pid=30419/tid=30420] ppid=30417 vsize=10542556 CPUtime=0.28 cores=1,3,5,7
/proc/30419/task/30420/stat : 30420 (java) R 30417 30419 30316 0 -1 4202560 12971 0 1 0 27 1 0 0 19 0 19 0 833187790 10795577344 15355 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 46912505166080 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10542556

[startup+0.799422 s]
/proc/loadavg: 1.12 0.30 0.09 3/471 30419
/proc/meminfo: memFree=29023796/32951124 swapFree=55639044/67111528
[pid=30419] ppid=30417 vsize=10557940 CPUtime=1.91 cores=1,3,5,7
/proc/30419/stat : 30419 (java) S 30417 30419 30316 0 -1 4202496 52306 0 1 0 185 6 0 0 25 0 19 0 833187789 10811330560 49041 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30419/statm: 2639485 49042 2223 9 0 2630219 0
[pid=30419/tid=30420] ppid=30417 vsize=10557940 CPUtime=0.77 cores=1,3,5,7
/proc/30419/task/30420/stat : 30420 (java) R 30417 30419 30316 0 -1 4202560 40408 0 1 0 73 4 0 0 18 0 19 0 833187790 10811330560 49043 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 47182864197256 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 10557940

[startup+1.50076 s]
/proc/loadavg: 1.19 0.33 0.10 3/490 30438
/proc/meminfo: memFree=28645764/32951124 swapFree=55639044/67111528
[pid=30419] ppid=30417 vsize=10557940 CPUtime=2.72 cores=1,3,5,7
/proc/30419/stat : 30419 (java) S 30417 30419 30316 0 -1 4202496 131634 0 1 0 257 15 0 0 25 0 19 0 833187789 10811330560 128369 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30419/statm: 2639485 128372 2225 9 0 2630219 0
[pid=30419/tid=30420] ppid=30417 vsize=10557940 CPUtime=1.48 cores=1,3,5,7
/proc/30419/task/30420/stat : 30420 (java) R 30417 30419 30316 0 -1 4202560 119725 0 1 0 135 13 0 0 18 0 19 0 833187790 10811330560 128373 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 46912505679321 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30419/tid=30422] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30422/stat : 30422 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 128375 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30423] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30423/stat : 30423 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 128378 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30424] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30424/stat : 30424 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 128380 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30425] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30425/stat : 30425 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 128384 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30426] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30426/stat : 30426 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 128386 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30427] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30427/stat : 30427 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 128388 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30428] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30428/stat : 30428 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 128390 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30429] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30429/stat : 30429 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 128392 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30430] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30430/stat : 30430 (java) S 30417 30419 30316 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833187793 10811330560 128393 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 0 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30431] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30431/stat : 30431 (java) S 30417 30419 30316 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833187793 10811330560 128395 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30432] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30432/stat : 30432 (java) S 30417 30419 30316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833187793 10811330560 128396 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30433] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30433/stat : 30433 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187795 10811330560 128396 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562361265 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30434] ppid=30417 vsize=10557940 CPUtime=0.62 cores=1,3,5,7
/proc/30419/task/30434/stat : 30434 (java) S 30417 30419 30316 0 -1 4202560 4631 0 0 0 62 0 0 0 15 0 19 0 833187795 10811330560 128398 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
[pid=30419/tid=30435] ppid=30417 vsize=10557940 CPUtime=0.59 cores=1,3,5,7
/proc/30419/task/30435/stat : 30435 (java) S 30417 30419 30316 0 -1 4202560 6123 0 0 0 58 1 0 0 22 0 19 0 833187795 10811330560 128398 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30436] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30436/stat : 30436 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187795 10811330560 128398 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30437] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30437/stat : 30437 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833187795 10811330560 128398 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30438] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30438/stat : 30438 (java) S 30417 30419 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833187819 10811330560 128398 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 10557940

[startup+3.10147 s]
/proc/loadavg: 1.19 0.33 0.10 3/490 30438
/proc/meminfo: memFree=28186592/32951124 swapFree=55639044/67111528
[pid=30419] ppid=30417 vsize=10557940 CPUtime=4.44 cores=1,3,5,7
/proc/30419/stat : 30419 (java) S 30417 30419 30316 0 -1 4202496 293990 0 1 0 410 34 0 0 25 0 19 0 833187789 10811330560 290724 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30419/statm: 2639485 290727 2226 9 0 2630219 0
[pid=30419/tid=30420] ppid=30417 vsize=10557940 CPUtime=3.08 cores=1,3,5,7
/proc/30419/task/30420/stat : 30420 (java) R 30417 30419 30316 0 -1 4202560 282050 0 1 0 276 32 0 0 21 0 19 0 833187790 10811330560 290729 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 46912505657258 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30419/tid=30422] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30422/stat : 30422 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 290731 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30423] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30423/stat : 30423 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 290732 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30424] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30424/stat : 30424 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 290734 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30425] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30425/stat : 30425 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 290736 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30426] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30426/stat : 30426 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 290738 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30427] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30427/stat : 30427 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 290739 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30428] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30428/stat : 30428 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 290741 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30429] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30429/stat : 30429 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 290743 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30430] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30430/stat : 30430 (java) S 30417 30419 30316 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833187793 10811330560 290745 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 0 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30431] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30431/stat : 30431 (java) S 30417 30419 30316 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833187793 10811330560 290746 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30432] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30432/stat : 30432 (java) S 30417 30419 30316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833187793 10811330560 290748 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30433] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30433/stat : 30433 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187795 10811330560 290750 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562361265 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30434] ppid=30417 vsize=10557940 CPUtime=0.71 cores=1,3,5,7
/proc/30419/task/30434/stat : 30434 (java) S 30417 30419 30316 0 -1 4202560 4646 0 0 0 71 0 0 0 15 0 19 0 833187795 10811330560 290752 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
[pid=30419/tid=30435] ppid=30417 vsize=10557940 CPUtime=0.63 cores=1,3,5,7
/proc/30419/task/30435/stat : 30435 (java) S 30417 30419 30316 0 -1 4202560 6139 0 0 0 62 1 0 0 16 0 19 0 833187795 10811330560 290754 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30436] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30436/stat : 30436 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187795 10811330560 290755 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30437] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30437/stat : 30437 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833187795 10811330560 290757 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30438] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30438/stat : 30438 (java) S 30417 30419 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833187819 10811330560 290759 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 10557940

[startup+6.30089 s]
/proc/loadavg: 1.19 0.33 0.10 3/490 30438
/proc/meminfo: memFree=26876328/32951124 swapFree=55639044/67111528
[pid=30419] ppid=30417 vsize=10557940 CPUtime=7.65 cores=1,3,5,7
/proc/30419/stat : 30419 (java) S 30417 30419 30316 0 -1 4202496 601697 0 1 0 700 65 0 0 25 0 19 0 833187789 10811330560 598389 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30419/statm: 2639485 598393 2227 9 0 2630219 0
[pid=30419/tid=30420] ppid=30417 vsize=10557940 CPUtime=6.28 cores=1,3,5,7
/proc/30419/task/30420/stat : 30420 (java) R 30417 30419 30316 0 -1 4202560 589755 0 1 0 565 63 0 0 19 0 19 0 833187790 10811330560 598394 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 46912505679317 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30419/tid=30422] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30422/stat : 30422 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 598397 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30423] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30423/stat : 30423 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 598399 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30424] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30424/stat : 30424 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 598401 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30425] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30425/stat : 30425 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 598403 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30426] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30426/stat : 30426 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 598405 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30427] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30427/stat : 30427 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 598408 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30428] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30428/stat : 30428 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 598410 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30429] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30429/stat : 30429 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187792 10811330560 598411 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30430] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30430/stat : 30430 (java) S 30417 30419 30316 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833187793 10811330560 598413 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 0 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30431] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30431/stat : 30431 (java) S 30417 30419 30316 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833187793 10811330560 598415 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30432] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30432/stat : 30432 (java) S 30417 30419 30316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833187793 10811330560 598418 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30433] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30433/stat : 30433 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187795 10811330560 598420 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562361265 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30434] ppid=30417 vsize=10557940 CPUtime=0.72 cores=1,3,5,7
/proc/30419/task/30434/stat : 30434 (java) S 30417 30419 30316 0 -1 4202560 4647 0 0 0 72 0 0 0 15 0 19 0 833187795 10811330560 598422 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
[pid=30419/tid=30435] ppid=30417 vsize=10557940 CPUtime=0.63 cores=1,3,5,7
/proc/30419/task/30435/stat : 30435 (java) S 30417 30419 30316 0 -1 4202560 6139 0 0 0 62 1 0 0 15 0 19 0 833187795 10811330560 598423 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0

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

/proc/30419/task/30432/stat : 30432 (java) S 30417 30419 30316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833187793 10811330560 918789 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30433] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30433/stat : 30433 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187795 10811330560 918789 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562361265 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30434] ppid=30417 vsize=10557940 CPUtime=0.85 cores=1,3,5,7
/proc/30419/task/30434/stat : 30434 (java) S 30417 30419 30316 0 -1 4202560 4672 0 0 0 85 0 0 0 16 0 19 0 833187795 10811330560 918789 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
[pid=30419/tid=30435] ppid=30417 vsize=10557940 CPUtime=0.77 cores=1,3,5,7
/proc/30419/task/30435/stat : 30435 (java) S 30417 30419 30316 0 -1 4202560 6174 0 0 0 76 1 0 0 15 0 19 0 833187795 10811330560 918789 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30436] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30436/stat : 30436 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187795 10811330560 918789 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30437] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30437/stat : 30437 (java) S 30417 30419 30316 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 833187795 10811330560 918789 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30438] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30438/stat : 30438 (java) S 30417 30419 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833187819 10811330560 918789 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1667
Current children cumulated vsize (KiB) 10557940

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 1.72 3/490 30484
/proc/meminfo: memFree=24351848/32951124 swapFree=55639044/67111528
[pid=30419] ppid=30417 vsize=10557940 CPUtime=1727.1 cores=1,3,5,7
/proc/30419/stat : 30419 (java) S 30417 30419 30316 0 -1 4202496 923244 0 1 0 172609 101 0 0 25 0 19 0 833187789 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30419/statm: 2639485 918815 2257 9 0 2630219 0
[pid=30419/tid=30420] ppid=30417 vsize=10557940 CPUtime=1719.77 cores=1,3,5,7
/proc/30419/task/30420/stat : 30420 (java) R 30417 30419 30316 0 -1 4202560 835608 0 1 0 171890 87 0 0 25 0 19 0 833187790 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 46912505701358 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30419/tid=30422] ppid=30417 vsize=10557940 CPUtime=0.58 cores=1,3,5,7
/proc/30419/task/30422/stat : 30422 (java) S 30417 30419 30316 0 -1 4202560 7786 0 0 0 57 1 0 0 16 0 19 0 833187792 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30423] ppid=30417 vsize=10557940 CPUtime=0.56 cores=1,3,5,7
/proc/30419/task/30423/stat : 30423 (java) S 30417 30419 30316 0 -1 4202560 8665 0 0 0 56 0 0 0 15 0 19 0 833187792 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30424] ppid=30417 vsize=10557940 CPUtime=0.62 cores=1,3,5,7
/proc/30419/task/30424/stat : 30424 (java) S 30417 30419 30316 0 -1 4202560 8157 0 0 0 62 0 0 0 16 0 19 0 833187792 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
[pid=30419/tid=30425] ppid=30417 vsize=10557940 CPUtime=0.57 cores=1,3,5,7
/proc/30419/task/30425/stat : 30425 (java) S 30417 30419 30316 0 -1 4202560 7619 0 0 0 57 0 0 0 16 0 19 0 833187792 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30426] ppid=30417 vsize=10557940 CPUtime=0.53 cores=1,3,5,7
/proc/30419/task/30426/stat : 30426 (java) S 30417 30419 30316 0 -1 4202560 8179 0 0 0 52 1 0 0 15 0 19 0 833187792 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30427] ppid=30417 vsize=10557940 CPUtime=0.63 cores=1,3,5,7
/proc/30419/task/30427/stat : 30427 (java) S 30417 30419 30316 0 -1 4202560 10137 0 0 0 62 1 0 0 15 0 19 0 833187792 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
[pid=30419/tid=30428] ppid=30417 vsize=10557940 CPUtime=0.58 cores=1,3,5,7
/proc/30419/task/30428/stat : 30428 (java) S 30417 30419 30316 0 -1 4202560 8119 0 0 0 57 1 0 0 16 0 19 0 833187792 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 1 0 0 0
[pid=30419/tid=30429] ppid=30417 vsize=10557940 CPUtime=0.52 cores=1,3,5,7
/proc/30419/task/30429/stat : 30429 (java) S 30417 30419 30316 0 -1 4202560 7748 0 0 0 52 0 0 0 15 0 19 0 833187792 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30430] ppid=30417 vsize=10557940 CPUtime=1 cores=1,3,5,7
/proc/30419/task/30430/stat : 30430 (java) S 30417 30419 30316 0 -1 4202560 9131 0 0 0 98 2 0 0 15 0 19 0 833187793 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 0 0 16800975 18446604470119909312 0 0 -1 1 0 0 0
[pid=30419/tid=30431] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30431/stat : 30431 (java) S 30417 30419 30316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833187793 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30432] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30432/stat : 30432 (java) S 30417 30419 30316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833187793 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30433] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30433/stat : 30433 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187795 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562361265 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30434] ppid=30417 vsize=10557940 CPUtime=0.85 cores=1,3,5,7
/proc/30419/task/30434/stat : 30434 (java) S 30417 30419 30316 0 -1 4202560 4672 0 0 0 85 0 0 0 16 0 19 0 833187795 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
[pid=30419/tid=30435] ppid=30417 vsize=10557940 CPUtime=0.77 cores=1,3,5,7
/proc/30419/task/30435/stat : 30435 (java) S 30417 30419 30316 0 -1 4202560 6174 0 0 0 76 1 0 0 15 0 19 0 833187795 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30436] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30436/stat : 30436 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187795 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30437] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30437/stat : 30437 (java) S 30417 30419 30316 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 833187795 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30438] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30438/stat : 30438 (java) S 30417 30419 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833187819 10811330560 918815 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1727.1
Current children cumulated vsize (KiB) 10557940

[startup+1782.3 s]
/proc/loadavg: 1.95 2.03 1.73 3/490 30589
/proc/meminfo: memFree=26800412/32951124 swapFree=55639044/67111528
[pid=30419] ppid=30417 vsize=10557940 CPUtime=1787.2 cores=1,3,5,7
/proc/30419/stat : 30419 (java) S 30417 30419 30316 0 -1 4202496 923278 0 1 0 178619 101 0 0 25 0 19 0 833187789 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30419/statm: 2639485 918840 2257 9 0 2630219 0
[pid=30419/tid=30420] ppid=30417 vsize=10557940 CPUtime=1779.74 cores=1,3,5,7
/proc/30419/task/30420/stat : 30420 (java) R 30417 30419 30316 0 -1 4202560 835611 0 1 0 177887 87 0 0 25 0 19 0 833187790 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 46912505702337 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30419/tid=30422] ppid=30417 vsize=10557940 CPUtime=0.6 cores=1,3,5,7
/proc/30419/task/30422/stat : 30422 (java) S 30417 30419 30316 0 -1 4202560 7790 0 0 0 59 1 0 0 16 0 19 0 833187792 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30423] ppid=30417 vsize=10557940 CPUtime=0.57 cores=1,3,5,7
/proc/30419/task/30423/stat : 30423 (java) S 30417 30419 30316 0 -1 4202560 8666 0 0 0 57 0 0 0 15 0 19 0 833187792 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30424] ppid=30417 vsize=10557940 CPUtime=0.65 cores=1,3,5,7
/proc/30419/task/30424/stat : 30424 (java) S 30417 30419 30316 0 -1 4202560 8163 0 0 0 65 0 0 0 16 0 19 0 833187792 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
[pid=30419/tid=30425] ppid=30417 vsize=10557940 CPUtime=0.59 cores=1,3,5,7
/proc/30419/task/30425/stat : 30425 (java) S 30417 30419 30316 0 -1 4202560 7619 0 0 0 59 0 0 0 16 0 19 0 833187792 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30426] ppid=30417 vsize=10557940 CPUtime=0.54 cores=1,3,5,7
/proc/30419/task/30426/stat : 30426 (java) S 30417 30419 30316 0 -1 4202560 8181 0 0 0 53 1 0 0 15 0 19 0 833187792 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30427] ppid=30417 vsize=10557940 CPUtime=0.65 cores=1,3,5,7
/proc/30419/task/30427/stat : 30427 (java) S 30417 30419 30316 0 -1 4202560 10137 0 0 0 64 1 0 0 15 0 19 0 833187792 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
[pid=30419/tid=30428] ppid=30417 vsize=10557940 CPUtime=0.59 cores=1,3,5,7
/proc/30419/task/30428/stat : 30428 (java) S 30417 30419 30316 0 -1 4202560 8125 0 0 0 58 1 0 0 16 0 19 0 833187792 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
[pid=30419/tid=30429] ppid=30417 vsize=10557940 CPUtime=0.54 cores=1,3,5,7
/proc/30419/task/30429/stat : 30429 (java) S 30417 30419 30316 0 -1 4202560 7754 0 0 0 54 0 0 0 16 0 19 0 833187792 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 1 0 0 0
[pid=30419/tid=30430] ppid=30417 vsize=10557940 CPUtime=1 cores=1,3,5,7
/proc/30419/task/30430/stat : 30430 (java) S 30417 30419 30316 0 -1 4202560 9133 0 0 0 98 2 0 0 15 0 19 0 833187793 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 0 0 16800975 18446604470119909312 0 0 -1 1 0 0 0
[pid=30419/tid=30431] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30431/stat : 30431 (java) S 30417 30419 30316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833187793 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30432] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30432/stat : 30432 (java) S 30417 30419 30316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833187793 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30433] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30433/stat : 30433 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187795 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562361265 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30434] ppid=30417 vsize=10557940 CPUtime=0.85 cores=1,3,5,7
/proc/30419/task/30434/stat : 30434 (java) S 30417 30419 30316 0 -1 4202560 4672 0 0 0 85 0 0 0 16 0 19 0 833187795 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
[pid=30419/tid=30435] ppid=30417 vsize=10557940 CPUtime=0.77 cores=1,3,5,7
/proc/30419/task/30435/stat : 30435 (java) S 30417 30419 30316 0 -1 4202560 6174 0 0 0 76 1 0 0 15 0 19 0 833187795 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30436] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30436/stat : 30436 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187795 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30437] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30437/stat : 30437 (java) S 30417 30419 30316 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833187795 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30438] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30438/stat : 30438 (java) S 30417 30419 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833187819 10811330560 918840 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1787.2
Current children cumulated vsize (KiB) 10557940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 1.96 2.02 1.73 3/490 30589
/proc/meminfo: memFree=25317204/32951124 swapFree=55639044/67111528
[pid=30419] ppid=30417 vsize=10557940 CPUtime=1800.05 cores=1,3,5,7
/proc/30419/stat : 30419 (java) S 30417 30419 30316 0 -1 4202496 923293 0 1 0 179904 101 0 0 25 0 19 0 833187789 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30419/statm: 2639485 918852 2257 9 0 2630219 0
[pid=30419/tid=30420] ppid=30417 vsize=10557940 CPUtime=1792.54 cores=1,3,5,7
/proc/30419/task/30420/stat : 30420 (java) R 30417 30419 30316 0 -1 4202560 835612 0 1 0 179167 87 0 0 25 0 19 0 833187790 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 46912505661845 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30419/tid=30422] ppid=30417 vsize=10557940 CPUtime=0.6 cores=1,3,5,7
/proc/30419/task/30422/stat : 30422 (java) S 30417 30419 30316 0 -1 4202560 7790 0 0 0 59 1 0 0 15 0 19 0 833187792 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30423] ppid=30417 vsize=10557940 CPUtime=0.57 cores=1,3,5,7
/proc/30419/task/30423/stat : 30423 (java) S 30417 30419 30316 0 -1 4202560 8666 0 0 0 57 0 0 0 15 0 19 0 833187792 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30424] ppid=30417 vsize=10557940 CPUtime=0.66 cores=1,3,5,7
/proc/30419/task/30424/stat : 30424 (java) S 30417 30419 30316 0 -1 4202560 8163 0 0 0 65 1 0 0 15 0 19 0 833187792 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30425] ppid=30417 vsize=10557940 CPUtime=0.59 cores=1,3,5,7
/proc/30419/task/30425/stat : 30425 (java) S 30417 30419 30316 0 -1 4202560 7619 0 0 0 59 0 0 0 15 0 19 0 833187792 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30426] ppid=30417 vsize=10557940 CPUtime=0.55 cores=1,3,5,7
/proc/30419/task/30426/stat : 30426 (java) S 30417 30419 30316 0 -1 4202560 8181 0 0 0 54 1 0 0 16 0 19 0 833187792 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30427] ppid=30417 vsize=10557940 CPUtime=0.66 cores=1,3,5,7
/proc/30419/task/30427/stat : 30427 (java) S 30417 30419 30316 0 -1 4202560 10143 0 0 0 65 1 0 0 16 0 19 0 833187792 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
[pid=30419/tid=30428] ppid=30417 vsize=10557940 CPUtime=0.59 cores=1,3,5,7
/proc/30419/task/30428/stat : 30428 (java) S 30417 30419 30316 0 -1 4202560 8125 0 0 0 58 1 0 0 16 0 19 0 833187792 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
[pid=30419/tid=30429] ppid=30417 vsize=10557940 CPUtime=0.55 cores=1,3,5,7
/proc/30419/task/30429/stat : 30429 (java) S 30417 30419 30316 0 -1 4202560 7760 0 0 0 55 0 0 0 16 0 19 0 833187792 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 1 0 0 0
[pid=30419/tid=30430] ppid=30417 vsize=10557940 CPUtime=1 cores=1,3,5,7
/proc/30419/task/30430/stat : 30430 (java) S 30417 30419 30316 0 -1 4202560 9135 0 0 0 98 2 0 0 15 0 19 0 833187793 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 0 0 16800975 18446604470119909312 0 0 -1 1 0 0 0
[pid=30419/tid=30431] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30431/stat : 30431 (java) S 30417 30419 30316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833187793 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30432] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30432/stat : 30432 (java) S 30417 30419 30316 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833187793 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30433] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30433/stat : 30433 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187795 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562361265 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30434] ppid=30417 vsize=10557940 CPUtime=0.85 cores=1,3,5,7
/proc/30419/task/30434/stat : 30434 (java) S 30417 30419 30316 0 -1 4202560 4672 0 0 0 85 0 0 0 16 0 19 0 833187795 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
[pid=30419/tid=30435] ppid=30417 vsize=10557940 CPUtime=0.77 cores=1,3,5,7
/proc/30419/task/30435/stat : 30435 (java) S 30417 30419 30316 0 -1 4202560 6174 0 0 0 76 1 0 0 15 0 19 0 833187795 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30436] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30436/stat : 30436 (java) S 30417 30419 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833187795 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562353561 0 4 0 16800975 18446604470119909312 0 0 -1 3 0 0 0
[pid=30419/tid=30437] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30437/stat : 30437 (java) S 30417 30419 30316 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833187795 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 4 0 16800975 18446604470119909312 0 0 -1 5 0 0 0
[pid=30419/tid=30438] ppid=30417 vsize=10557940 CPUtime=0 cores=1,3,5,7
/proc/30419/task/30438/stat : 30438 (java) S 30417 30419 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833187819 10811330560 918852 33554432000 1073741824 1073778376 140736813327552 18446744073709551615 271562354176 0 4 0 16800975 18446604470119909312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10557940

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

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

[startup+1795.22 s]
/proc/loadavg: 1.96 2.02 1.73 3/490 30589
/proc/meminfo: memFree=25317204/32951124 swapFree=55639044/67111528
[pid=30419] ppid=30417 vsize=0 CPUtime=1800.18 cores=1,3,5,7
/proc/30419/stat : 30419 (java) Z 30417 30419 30316 0 -1 4203548 923331 0 1 0 179909 109 0 0 17 0 2 0 833187789 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30419/statm: 0 0 0 0 0 0 0
[pid=30419/tid=30436] ppid=30417 vsize=0 CPUtime=0.06 cores=1,3,5,7
/proc/30419/task/30436/stat : 30436 (java) R 30417 30419 30316 0 -1 4203588 1 0 0 0 0 6 0 0 18 0 2 0 833187795 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.29
CPU time (s): 1800.25
CPU user time (s): 1799.09
CPU system time (s): 1.15482
CPU usage (%): 100.276
Max. virtual memory (cumulated for all children) (KiB): 10557940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.15482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 923331
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= 40678
involuntary context switches= 16939

runsolver used 8.23975 second user time and 19.4031 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-04 21:31:39
IDJOB=3457079
IDBENCH=1351
IDSOLVER=1951
FILE ID=node133/3457079-1307215899
RUNJOBID= node133-1307215869-30335
PBS_JOBID= 13509091
Free space on /tmp= 73980 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670167.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457079-1307215899/watcher-3457079-1307215899 -o /tmp/evaluation-result-3457079-1307215899/solver-3457079-1307215899 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457079-1307215899.opb

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

MD5SUM BENCH= 3972d8c24730f4742ee881de3ad25c62
RANDOM SEED=425768590

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:      29024076 kB
Buffers:        335076 kB
Cached:         622692 kB
SwapCached:      10584 kB
Active:        3077660 kB
Inactive:       570856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29024076 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:            1044 kB
Writeback:           0 kB
AnonPages:     2688328 kB
Mapped:          21132 kB
Slab:           152956 kB
PageTables:      58460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125266472 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:01:36