Trace number 3478782

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.45 1795.15

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-154.opb
MD5SUMf522aac6d99c68f89e25c943b464d005
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
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.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-3478782-1307438578.opb
0.10/0.10	c reading problem ... 
7.97/7.07	c ... done. Wall clock time 6.964s.
7.97/7.07	c #vars     48411
7.97/7.07	c #constraints  1123290
7.97/7.07	c constraints type 
7.97/7.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
7.97/7.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
7.97/7.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
7.97/7.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
28.44/25.62	c cleaning 0 clauses out of 5001 with flag 0/5001
34.11/30.63	c cleaning 0 clauses out of 11001 with flag 0/11001
40.42/36.97	c cleaning 0 clauses out of 18001 with flag 0/18001
48.40/44.86	c cleaning 0 clauses out of 26001 with flag 0/26001
60.17/56.51	c cleaning 0 clauses out of 35001 with flag 0/35001
73.29/69.66	c cleaning 0 clauses out of 45000 with flag 0/45000
90.22/86.54	c cleaning 0 clauses out of 56000 with flag 0/56000
109.13/105.43	c cleaning 0 clauses out of 68000 with flag 0/68000
138.18/134.41	c cleaning 0 clauses out of 81001 with flag 0/81001
165.71/161.96	c cleaning 0 clauses out of 95001 with flag 0/95001
202.25/198.41	c cleaning 0 clauses out of 110001 with flag 0/110001
242.28/238.46	c cleaning 0 clauses out of 126000 with flag 0/126000
283.03/279.13	c cleaning 0 clauses out of 143001 with flag 0/143001
331.28/327.37	c cleaning 0 clauses out of 161001 with flag 0/161001
392.02/388.06	c cleaning 0 clauses out of 180000 with flag 0/180000
470.51/466.45	c cleaning 0 clauses out of 200001 with flag 0/200001
544.27/540.12	c cleaning 0 clauses out of 221001 with flag 0/221001
619.83/615.70	c cleaning 0 clauses out of 243001 with flag 0/243001
709.42/705.22	c cleaning 0 clauses out of 266001 with flag 0/266001
815.40/811.05	c cleaning 0 clauses out of 290002 with flag 0/290002
924.99/920.58	c cleaning 0 clauses out of 315000 with flag 0/315000
1023.09/1018.53	c cleaning 0 clauses out of 341000 with flag 0/341000
1194.19/1189.52	c cleaning 0 clauses out of 368000 with flag 0/368000
1376.66/1371.88	c cleaning 0 clauses out of 396001 with flag 0/396001
1551.89/1546.99	c cleaning 0 clauses out of 425001 with flag 0/425001
1778.96/1773.88	c cleaning 0 clauses out of 455001 with flag 0/455001
1800.10/1794.92	c starts		: 151
1800.10/1794.92	c conflicts		: 457571
1800.10/1794.92	c decisions		: 891969
1800.10/1794.92	c propagations		: 443445007
1800.10/1794.92	c inspects		: 9133635960
1800.10/1794.92	c shortcuts		: 0
1800.10/1794.92	c learnt literals	: 0
1800.10/1794.92	c learnt binary clauses	: 4
1800.10/1794.92	c learnt ternary clauses	: 96
1800.10/1794.92	c learnt constraints	: 457570
1800.10/1794.92	c ignored constraints	: 0
1800.10/1794.92	c root simplifications	: 0
1800.10/1794.92	c removed literals (reason simplification)	: 0
1800.10/1794.92	c reason swapping (by a shorter reason)	: 0
1800.10/1794.92	c Calls to reduceDB	: 26
1800.10/1794.92	c number of reductions to clauses (during analyze)	: 0
1800.10/1794.92	c number of learned constraints concerned by reduction	: 0
1800.10/1794.92	c number of learning phase by resolution	: 0
1800.10/1794.92	c number of learning phase by cutting planes	: 0
1800.10/1794.92	c speed (assignments/second)	: 248032.00205385897
1800.10/1794.92	c non guided choices	2604
1800.10/1795.00	c learnt constraints type 
1800.10/1795.00	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 457476
1800.10/1795.00	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 4
1800.10/1795.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 99
1800.10/1795.00	c constraints type 
1800.10/1795.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
1800.10/1795.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
1800.10/1795.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
1800.10/1795.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.10/1795.00	s UNKNOWN
1800.10/1795.00	c Total wall clock time (in seconds): 1794.895

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-3478782-1307438578/watcher-3478782-1307438578 -o /tmp/evaluation-result-3478782-1307438578/solver-3478782-1307438578 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3478782-1307438578.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.99 2.04 1.73 3/552 9537
/proc/meminfo: memFree=24750344/32951124 swapFree=46970528/67111528
[pid=9537] ppid=9535 vsize=31604 CPUtime=0 cores=0,2,4,6
/proc/9537/stat : 9537 (java) S 9535 9537 9329 0 -1 4202496 1276 0 0 0 0 0 0 0 25 0 2 0 836274185 32362496 993 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9537/statm: 7901 993 763 9 0 386 0
[pid=9537/tid=9538] ppid=9535 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9538/stat : 9538 (java) R 9535 9537 9329 0 -1 4202560 8365 0 1 0 0 0 0 0 25 0 2 0 836274185 10694979584 9182 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0756849 s]
/proc/loadavg: 1.99 2.04 1.73 3/552 9537
/proc/meminfo: memFree=24750344/32951124 swapFree=46970528/67111528
[pid=9537] ppid=9535 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/9537/stat : 9537 (java) S 9535 9537 9329 0 -1 4202496 11960 0 1 0 5 1 0 0 25 0 18 0 836274185 10724442112 11657 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9537/statm: 2618272 11658 1755 9 0 2609006 0
[pid=9537/tid=9538] ppid=9535 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/9537/task/9538/stat : 9538 (java) R 9535 9537 9329 0 -1 4202560 10787 0 1 0 5 1 0 0 25 0 18 0 836274185 10724442112 11658 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 47099340004179 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100668 s]
/proc/loadavg: 1.99 2.04 1.73 3/552 9537
/proc/meminfo: memFree=24750344/32951124 swapFree=46970528/67111528
[pid=9537] ppid=9535 vsize=10539640 CPUtime=0.1 cores=0,2,4,6
/proc/9537/stat : 9537 (java) S 9535 9537 9329 0 -1 4202496 12973 0 1 0 9 1 0 0 25 0 18 0 836274185 10792591360 12670 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9537/statm: 2634910 12671 2092 9 0 2625644 0
[pid=9537/tid=9538] ppid=9535 vsize=10539640 CPUtime=0.08 cores=0,2,4,6
/proc/9537/task/9538/stat : 9538 (java) R 9535 9537 9329 0 -1 4202560 11196 0 1 0 7 1 0 0 25 0 18 0 836274185 10792591360 12671 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 47099340004179 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539640

[startup+0.319918 s]
/proc/loadavg: 1.99 2.04 1.73 3/552 9537
/proc/meminfo: memFree=24750344/32951124 swapFree=46970528/67111528
[pid=9537] ppid=9535 vsize=10542776 CPUtime=0.55 cores=0,2,4,6
/proc/9537/stat : 9537 (java) S 9535 9537 9329 0 -1 4202496 17126 0 1 0 53 2 0 0 25 0 18 0 836274185 10795802624 16306 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9537/statm: 2635694 16308 2202 9 0 2626428 0
[pid=9537/tid=9538] ppid=9535 vsize=10542776 CPUtime=0.3 cores=0,2,4,6
/proc/9537/task/9538/stat : 9538 (java) R 9535 9537 9329 0 -1 4202560 13956 0 1 0 29 1 0 0 25 0 18 0 836274185 10795802624 16308 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 46912505593182 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10542776

[startup+0.700592 s]
/proc/loadavg: 1.99 2.04 1.73 3/552 9537
/proc/meminfo: memFree=24750344/32951124 swapFree=46970528/67111528
[pid=9537] ppid=9535 vsize=10546744 CPUtime=1.16 cores=0,2,4,6
/proc/9537/stat : 9537 (java) S 9535 9537 9329 0 -1 4202496 51947 0 1 0 109 7 0 0 25 0 18 0 836274185 10799865856 49863 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9537/statm: 2636686 49867 2216 9 0 2627420 0
[pid=9537/tid=9538] ppid=9535 vsize=10546744 CPUtime=0.68 cores=0,2,4,6
/proc/9537/task/9538/stat : 9538 (java) R 9535 9537 9329 0 -1 4202560 45607 0 1 0 63 5 0 0 18 0 18 0 836274185 10799865856 49870 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 46912505601748 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 10546744

[startup+1.50145 s]
/proc/loadavg: 1.99 2.04 1.73 3/570 9555
/proc/meminfo: memFree=24026668/32951124 swapFree=46970528/67111528
[pid=9537] ppid=9535 vsize=10546744 CPUtime=2 cores=0,2,4,6
/proc/9537/stat : 9537 (java) S 9535 9537 9329 0 -1 4202496 137759 0 1 0 181 19 0 0 25 0 18 0 836274185 10799865856 135676 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9537/statm: 2636686 135680 2216 9 0 2627420 0
[pid=9537/tid=9538] ppid=9535 vsize=10546744 CPUtime=1.48 cores=0,2,4,6
/proc/9537/task/9538/stat : 9538 (java) R 9535 9537 9329 0 -1 4202560 131405 0 1 0 130 18 0 0 19 0 18 0 836274185 10799865856 135682 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 46912505593466 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9537/tid=9540] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9540/stat : 9540 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 135685 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9541] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9541/stat : 9541 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 135686 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9542] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9542/stat : 9542 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 135687 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9543] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9543/stat : 9543 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 135690 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9544] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9544/stat : 9544 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 135693 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9545] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9545/stat : 9545 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 135696 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9546] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9546/stat : 9546 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 135699 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9547] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9547/stat : 9547 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 135701 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9548] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9548/stat : 9548 (java) S 9535 9537 9329 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 836274188 10799865856 135704 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 0 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9549] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9549/stat : 9549 (java) S 9535 9537 9329 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 836274188 10799865856 135707 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9550] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9550/stat : 9550 (java) S 9535 9537 9329 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 836274188 10799865856 135709 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9551] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9551/stat : 9551 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274191 10799865856 135712 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051478961 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9552] ppid=9535 vsize=10546744 CPUtime=0.26 cores=0,2,4,6
/proc/9537/task/9552/stat : 9552 (java) S 9535 9537 9329 0 -1 4202560 2067 0 0 0 26 0 0 0 20 0 18 0 836274191 10799865856 135715 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9553] ppid=9535 vsize=10546744 CPUtime=0.25 cores=0,2,4,6
/proc/9537/task/9553/stat : 9553 (java) S 9535 9537 9329 0 -1 4202560 3144 0 0 0 25 0 0 0 15 0 18 0 836274191 10799865856 135718 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9554] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9554/stat : 9554 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274191 10799865856 135720 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9555] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9555/stat : 9555 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 836274191 10799865856 135723 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 10546744

[startup+3.10117 s]
/proc/loadavg: 1.99 2.04 1.73 3/571 9556
/proc/meminfo: memFree=23215576/32951124 swapFree=46970528/67111528
[pid=9537] ppid=9535 vsize=10546744 CPUtime=3.63 cores=0,2,4,6
/proc/9537/stat : 9537 (java) S 9535 9537 9329 0 -1 4202496 305542 0 1 0 323 40 0 0 25 0 18 0 836274185 10799865856 303459 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9537/statm: 2636686 303463 2216 9 0 2627420 0
[pid=9537/tid=9538] ppid=9535 vsize=10546744 CPUtime=3.08 cores=0,2,4,6
/proc/9537/task/9538/stat : 9538 (java) R 9535 9537 9329 0 -1 4202560 299179 0 1 0 269 39 0 0 23 0 18 0 836274185 10799865856 303465 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9537/tid=9540] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9540/stat : 9540 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 303468 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9541] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9541/stat : 9541 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 303471 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9542] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9542/stat : 9542 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 303474 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9543] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9543/stat : 9543 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 303476 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9544] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9544/stat : 9544 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 303479 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9545] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9545/stat : 9545 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 303482 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9546] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9546/stat : 9546 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 303485 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9547] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9547/stat : 9547 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274187 10799865856 303488 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9548] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9548/stat : 9548 (java) S 9535 9537 9329 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 836274188 10799865856 303491 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 0 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9549] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9549/stat : 9549 (java) S 9535 9537 9329 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 836274188 10799865856 303493 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9550] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9550/stat : 9550 (java) S 9535 9537 9329 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 836274188 10799865856 303496 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9551] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9551/stat : 9551 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274191 10799865856 303499 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051478961 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9552] ppid=9535 vsize=10546744 CPUtime=0.26 cores=0,2,4,6
/proc/9537/task/9552/stat : 9552 (java) S 9535 9537 9329 0 -1 4202560 2067 0 0 0 26 0 0 0 20 0 18 0 836274191 10799865856 303502 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9553] ppid=9535 vsize=10546744 CPUtime=0.26 cores=0,2,4,6
/proc/9537/task/9553/stat : 9553 (java) S 9535 9537 9329 0 -1 4202560 3153 0 0 0 26 0 0 0 15 0 18 0 836274191 10799865856 303505 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9554] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9554/stat : 9554 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274191 10799865856 303507 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9555] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9555/stat : 9555 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 836274191 10799865856 303510 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 10546744

[startup+6.30161 s]
/proc/loadavg: 2.07 2.05 1.73 3/571 9556
/proc/meminfo: memFree=21014708/32951124 swapFree=46970528/67111528
[pid=9537] ppid=9535 vsize=10546744 CPUtime=7.26 cores=0,2,4,6
/proc/9537/stat : 9537 (java) S 9535 9537 9329 0 -1 4202496 689239 0 1 0 636 90 0 0 25 0 18 0 836274185 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9537/statm: 2636686 687130 2232 9 0 2627420 0
[pid=9537/tid=9538] ppid=9535 vsize=10546744 CPUtime=6.11 cores=0,2,4,6
/proc/9537/task/9538/stat : 9538 (java) R 9535 9537 9329 0 -1 4202560 651004 0 1 0 526 85 0 0 19 0 18 0 836274185 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051482059 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9537/tid=9540] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9540/stat : 9540 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 836274187 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9541] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9541/stat : 9541 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 836274187 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9542] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9542/stat : 9542 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 836274187 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9543] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9543/stat : 9543 (java) S 9535 9537 9329 0 -1 4202560 65 0 0 0 0 0 0 0 18 0 18 0 836274187 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9544] ppid=9535 vsize=10546744 CPUtime=0.12 cores=0,2,4,6
/proc/9537/task/9544/stat : 9544 (java) S 9535 9537 9329 0 -1 4202560 7283 0 0 0 12 0 0 0 18 0 18 0 836274187 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 0 0 0 0
[pid=9537/tid=9545] ppid=9535 vsize=10546744 CPUtime=0.16 cores=0,2,4,6
/proc/9537/task/9545/stat : 9545 (java) S 9535 9537 9329 0 -1 4202560 8932 0 0 0 15 1 0 0 18 0 18 0 836274187 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9546] ppid=9535 vsize=10546744 CPUtime=0.15 cores=0,2,4,6
/proc/9537/task/9546/stat : 9546 (java) S 9535 9537 9329 0 -1 4202560 9336 0 0 0 15 0 0 0 18 0 18 0 836274187 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 2 0 0 0
[pid=9537/tid=9547] ppid=9535 vsize=10546744 CPUtime=0.11 cores=0,2,4,6
/proc/9537/task/9547/stat : 9547 (java) S 9535 9537 9329 0 -1 4202560 6231 0 0 0 11 0 0 0 18 0 18 0 836274187 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 2 0 0 0
[pid=9537/tid=9548] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9548/stat : 9548 (java) S 9535 9537 9329 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 836274188 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 0 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9549] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9549/stat : 9549 (java) S 9535 9537 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 836274188 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9550] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9550/stat : 9550 (java) S 9535 9537 9329 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 836274188 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9551] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9551/stat : 9551 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274191 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051478961 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9552] ppid=9535 vsize=10546744 CPUtime=0.26 cores=0,2,4,6
/proc/9537/task/9552/stat : 9552 (java) S 9535 9537 9329 0 -1 4202560 2067 0 0 0 26 0 0 0 18 0 18 0 836274191 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9553] ppid=9535 vsize=10546744 CPUtime=0.28 cores=0,2,4,6
/proc/9537/task/9553/stat : 9553 (java) S 9535 9537 9329 0 -1 4202560 3165 0 0 0 28 0 0 0 15 0 18 0 836274191 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9554] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9554/stat : 9554 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836274191 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9555] ppid=9535 vsize=10546744 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9555/stat : 9555 (java) S 9535 9537 9329 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 836274191 10799865856 687130 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0

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

/proc/9537/task/9549/stat : 9549 (java) S 9535 9537 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836274188 10807939072 999990 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9550] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9550/stat : 9550 (java) S 9535 9537 9329 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 836274188 10807939072 999990 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9551] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9551/stat : 9551 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836274191 10807939072 999990 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051478961 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9552] ppid=9535 vsize=10554628 CPUtime=1.04 cores=0,2,4,6
/proc/9537/task/9552/stat : 9552 (java) S 9535 9537 9329 0 -1 4202560 7896 0 0 0 104 0 0 0 15 0 19 0 836274191 10807939072 999990 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 0 0 0 0
[pid=9537/tid=9553] ppid=9535 vsize=10554628 CPUtime=1.13 cores=0,2,4,6
/proc/9537/task/9553/stat : 9553 (java) S 9535 9537 9329 0 -1 4202560 7865 0 0 0 111 2 0 0 15 0 19 0 836274191 10807939072 999990 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9554] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9554/stat : 9554 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836274191 10807939072 999990 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9555] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9555/stat : 9555 (java) S 9535 9537 9329 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 836274191 10807939072 999990 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 4 0 16800975 18446604452981154752 0 0 -1 0 0 0 0
[pid=9537/tid=9557] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9557/stat : 9557 (java) S 9535 9537 9329 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 836274895 10807939072 999990 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1667.39
Current children cumulated vsize (KiB) 10554628

[startup+1722.3 s]
/proc/loadavg: 2.07 2.05 1.97 3/572 9606
/proc/meminfo: memFree=17155844/32951124 swapFree=46970528/67111528
[pid=9537] ppid=9535 vsize=10554628 CPUtime=1727.42 cores=0,2,4,6
/proc/9537/stat : 9537 (java) S 9535 9537 9329 0 -1 4202496 1013117 0 1 0 172611 131 0 0 25 0 19 0 836274185 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9537/statm: 2638657 1001725 2266 9 0 2629391 0
[pid=9537/tid=9538] ppid=9535 vsize=10554628 CPUtime=1709.05 cores=0,2,4,6
/proc/9537/task/9538/stat : 9538 (java) R 9535 9537 9329 0 -1 4202560 732095 0 1 0 170809 96 0 0 25 0 19 0 836274185 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 46912505870700 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9537/tid=9540] ppid=9535 vsize=10554628 CPUtime=0.61 cores=0,2,4,6
/proc/9537/task/9540/stat : 9540 (java) S 9535 9537 9329 0 -1 4202560 23085 0 0 0 59 2 0 0 16 0 19 0 836274187 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 2 0 0 0
[pid=9537/tid=9541] ppid=9535 vsize=10554628 CPUtime=0.4 cores=0,2,4,6
/proc/9537/task/9541/stat : 9541 (java) S 9535 9537 9329 0 -1 4202560 13298 0 0 0 38 2 0 0 16 0 19 0 836274187 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 0 0 0 0
[pid=9537/tid=9542] ppid=9535 vsize=10554628 CPUtime=0.49 cores=0,2,4,6
/proc/9537/task/9542/stat : 9542 (java) S 9535 9537 9329 0 -1 4202560 23703 0 0 0 46 3 0 0 16 0 19 0 836274187 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9543] ppid=9535 vsize=10554628 CPUtime=0.38 cores=0,2,4,6
/proc/9537/task/9543/stat : 9543 (java) S 9535 9537 9329 0 -1 4202560 19708 0 0 0 35 3 0 0 15 0 19 0 836274187 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9544] ppid=9535 vsize=10554628 CPUtime=0.54 cores=0,2,4,6
/proc/9537/task/9544/stat : 9544 (java) S 9535 9537 9329 0 -1 4202560 27321 0 0 0 51 3 0 0 16 0 19 0 836274187 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9545] ppid=9535 vsize=10554628 CPUtime=0.6 cores=0,2,4,6
/proc/9537/task/9545/stat : 9545 (java) S 9535 9537 9329 0 -1 4202560 23874 0 0 0 57 3 0 0 16 0 19 0 836274187 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9546] ppid=9535 vsize=10554628 CPUtime=0.44 cores=0,2,4,6
/proc/9537/task/9546/stat : 9546 (java) S 9535 9537 9329 0 -1 4202560 22201 0 0 0 42 2 0 0 16 0 19 0 836274187 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9547] ppid=9535 vsize=10554628 CPUtime=0.58 cores=0,2,4,6
/proc/9537/task/9547/stat : 9547 (java) S 9535 9537 9329 0 -1 4202560 20195 0 0 0 56 2 0 0 15 0 19 0 836274187 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 2 0 0 0
[pid=9537/tid=9548] ppid=9535 vsize=10554628 CPUtime=12.06 cores=0,2,4,6
/proc/9537/task/9548/stat : 9548 (java) S 9535 9537 9329 0 -1 4202560 90624 0 0 0 1197 9 0 0 15 0 19 0 836274188 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 0 0 16800975 18446604452981154752 0 0 -1 2 0 0 0
[pid=9537/tid=9549] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9549/stat : 9549 (java) S 9535 9537 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836274188 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9550] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9550/stat : 9550 (java) S 9535 9537 9329 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 836274188 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9551] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9551/stat : 9551 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836274191 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051478961 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9552] ppid=9535 vsize=10554628 CPUtime=1.04 cores=0,2,4,6
/proc/9537/task/9552/stat : 9552 (java) S 9535 9537 9329 0 -1 4202560 7896 0 0 0 104 0 0 0 15 0 19 0 836274191 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 0 0 0 0
[pid=9537/tid=9553] ppid=9535 vsize=10554628 CPUtime=1.13 cores=0,2,4,6
/proc/9537/task/9553/stat : 9553 (java) S 9535 9537 9329 0 -1 4202560 7865 0 0 0 111 2 0 0 15 0 19 0 836274191 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9554] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9554/stat : 9554 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836274191 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9555] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9555/stat : 9555 (java) S 9535 9537 9329 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 836274191 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 4 0 16800975 18446604452981154752 0 0 -1 0 0 0 0
[pid=9537/tid=9557] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9557/stat : 9557 (java) S 9535 9537 9329 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 836274895 10807939072 1001725 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1727.42
Current children cumulated vsize (KiB) 10554628

[startup+1782.3 s]
/proc/loadavg: 2.09 2.07 1.98 3/572 9608
/proc/meminfo: memFree=17138580/32951124 swapFree=46970528/67111528
[pid=9537] ppid=9535 vsize=10554628 CPUtime=1787.49 cores=0,2,4,6
/proc/9537/stat : 9537 (java) S 9535 9537 9329 0 -1 4202496 1017009 0 1 0 178616 133 0 0 25 0 19 0 836274185 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9537/statm: 2638657 1005453 2266 9 0 2629391 0
[pid=9537/tid=9538] ppid=9535 vsize=10554628 CPUtime=1768.48 cores=0,2,4,6
/proc/9537/task/9538/stat : 9538 (java) R 9535 9537 9329 0 -1 4202560 732097 0 1 0 176751 97 0 0 25 0 19 0 836274185 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 46912505870700 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9537/tid=9540] ppid=9535 vsize=10554628 CPUtime=0.61 cores=0,2,4,6
/proc/9537/task/9540/stat : 9540 (java) S 9535 9537 9329 0 -1 4202560 23087 0 0 0 59 2 0 0 15 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9541] ppid=9535 vsize=10554628 CPUtime=0.41 cores=0,2,4,6
/proc/9537/task/9541/stat : 9541 (java) S 9535 9537 9329 0 -1 4202560 13776 0 0 0 39 2 0 0 15 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 0 0 0 0
[pid=9537/tid=9542] ppid=9535 vsize=10554628 CPUtime=0.5 cores=0,2,4,6
/proc/9537/task/9542/stat : 9542 (java) S 9535 9537 9329 0 -1 4202560 24360 0 0 0 47 3 0 0 15 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9543] ppid=9535 vsize=10554628 CPUtime=0.39 cores=0,2,4,6
/proc/9537/task/9543/stat : 9543 (java) S 9535 9537 9329 0 -1 4202560 20055 0 0 0 36 3 0 0 16 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9544] ppid=9535 vsize=10554628 CPUtime=0.56 cores=0,2,4,6
/proc/9537/task/9544/stat : 9544 (java) S 9535 9537 9329 0 -1 4202560 27752 0 0 0 53 3 0 0 15 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9545] ppid=9535 vsize=10554628 CPUtime=0.61 cores=0,2,4,6
/proc/9537/task/9545/stat : 9545 (java) S 9535 9537 9329 0 -1 4202560 24240 0 0 0 58 3 0 0 15 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9546] ppid=9535 vsize=10554628 CPUtime=0.45 cores=0,2,4,6
/proc/9537/task/9546/stat : 9546 (java) S 9535 9537 9329 0 -1 4202560 22625 0 0 0 43 2 0 0 15 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9547] ppid=9535 vsize=10554628 CPUtime=0.58 cores=0,2,4,6
/proc/9537/task/9547/stat : 9547 (java) S 9535 9537 9329 0 -1 4202560 20667 0 0 0 56 2 0 0 15 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9548] ppid=9535 vsize=10554628 CPUtime=12.62 cores=0,2,4,6
/proc/9537/task/9548/stat : 9548 (java) S 9535 9537 9329 0 -1 4202560 91335 0 0 0 1253 9 0 0 15 0 19 0 836274188 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 0 0 16800975 18446604452981154752 0 0 -1 2 0 0 0
[pid=9537/tid=9549] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9549/stat : 9549 (java) S 9535 9537 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836274188 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9550] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9550/stat : 9550 (java) S 9535 9537 9329 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 836274188 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9551] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9551/stat : 9551 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836274191 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051478961 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9552] ppid=9535 vsize=10554628 CPUtime=1.04 cores=0,2,4,6
/proc/9537/task/9552/stat : 9552 (java) S 9535 9537 9329 0 -1 4202560 7896 0 0 0 104 0 0 0 15 0 19 0 836274191 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 0 0 0 0
[pid=9537/tid=9553] ppid=9535 vsize=10554628 CPUtime=1.13 cores=0,2,4,6
/proc/9537/task/9553/stat : 9553 (java) S 9535 9537 9329 0 -1 4202560 7865 0 0 0 111 2 0 0 15 0 19 0 836274191 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9554] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9554/stat : 9554 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836274191 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9555] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9555/stat : 9555 (java) S 9535 9537 9329 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 836274191 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 4 0 16800975 18446604452981154752 0 0 -1 0 0 0 0
[pid=9537/tid=9557] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9557/stat : 9557 (java) S 9535 9537 9329 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 836274895 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1787.49
Current children cumulated vsize (KiB) 10554628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 2.07 2.06 1.98 3/556 9611
/proc/meminfo: memFree=18352408/32951124 swapFree=46970528/67111528
[pid=9537] ppid=9535 vsize=10554628 CPUtime=1800.1 cores=0,2,4,6
/proc/9537/stat : 9537 (java) S 9535 9537 9329 0 -1 4202496 1017011 0 1 0 179877 133 0 0 25 0 19 0 836274185 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9537/statm: 2638657 1005453 2266 9 0 2629391 0
[pid=9537/tid=9538] ppid=9535 vsize=10554628 CPUtime=1781.1 cores=0,2,4,6
/proc/9537/task/9538/stat : 9538 (java) R 9535 9537 9329 0 -1 4202560 732097 0 1 0 178013 97 0 0 25 0 19 0 836274185 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 46912505870700 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9537/tid=9540] ppid=9535 vsize=10554628 CPUtime=0.61 cores=0,2,4,6
/proc/9537/task/9540/stat : 9540 (java) S 9535 9537 9329 0 -1 4202560 23087 0 0 0 59 2 0 0 15 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9541] ppid=9535 vsize=10554628 CPUtime=0.41 cores=0,2,4,6
/proc/9537/task/9541/stat : 9541 (java) S 9535 9537 9329 0 -1 4202560 13776 0 0 0 39 2 0 0 15 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 0 0 0 0
[pid=9537/tid=9542] ppid=9535 vsize=10554628 CPUtime=0.5 cores=0,2,4,6
/proc/9537/task/9542/stat : 9542 (java) S 9535 9537 9329 0 -1 4202560 24360 0 0 0 47 3 0 0 15 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9543] ppid=9535 vsize=10554628 CPUtime=0.39 cores=0,2,4,6
/proc/9537/task/9543/stat : 9543 (java) S 9535 9537 9329 0 -1 4202560 20055 0 0 0 36 3 0 0 16 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9544] ppid=9535 vsize=10554628 CPUtime=0.56 cores=0,2,4,6
/proc/9537/task/9544/stat : 9544 (java) S 9535 9537 9329 0 -1 4202560 27752 0 0 0 53 3 0 0 15 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9545] ppid=9535 vsize=10554628 CPUtime=0.61 cores=0,2,4,6
/proc/9537/task/9545/stat : 9545 (java) S 9535 9537 9329 0 -1 4202560 24240 0 0 0 58 3 0 0 15 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9546] ppid=9535 vsize=10554628 CPUtime=0.45 cores=0,2,4,6
/proc/9537/task/9546/stat : 9546 (java) S 9535 9537 9329 0 -1 4202560 22625 0 0 0 43 2 0 0 15 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9547] ppid=9535 vsize=10554628 CPUtime=0.58 cores=0,2,4,6
/proc/9537/task/9547/stat : 9547 (java) S 9535 9537 9329 0 -1 4202560 20667 0 0 0 56 2 0 0 15 0 19 0 836274187 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9548] ppid=9535 vsize=10554628 CPUtime=12.62 cores=0,2,4,6
/proc/9537/task/9548/stat : 9548 (java) S 9535 9537 9329 0 -1 4202560 91335 0 0 0 1253 9 0 0 15 0 19 0 836274188 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 0 0 16800975 18446604452981154752 0 0 -1 2 0 0 0
[pid=9537/tid=9549] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9549/stat : 9549 (java) S 9535 9537 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836274188 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9550] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9550/stat : 9550 (java) S 9535 9537 9329 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 836274188 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9551] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9551/stat : 9551 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836274191 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051478961 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9552] ppid=9535 vsize=10554628 CPUtime=1.04 cores=0,2,4,6
/proc/9537/task/9552/stat : 9552 (java) S 9535 9537 9329 0 -1 4202560 7896 0 0 0 104 0 0 0 15 0 19 0 836274191 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 0 0 0 0
[pid=9537/tid=9553] ppid=9535 vsize=10554628 CPUtime=1.13 cores=0,2,4,6
/proc/9537/task/9553/stat : 9553 (java) S 9535 9537 9329 0 -1 4202560 7865 0 0 0 111 2 0 0 15 0 19 0 836274191 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 4 0 0 0
[pid=9537/tid=9554] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9554/stat : 9554 (java) S 9535 9537 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836274191 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471257 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
[pid=9537/tid=9555] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9555/stat : 9555 (java) S 9535 9537 9329 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 836274191 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 4 0 16800975 18446604452981154752 0 0 -1 0 0 0 0
[pid=9537/tid=9557] ppid=9535 vsize=10554628 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9557/stat : 9557 (java) S 9535 9537 9329 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 836274895 10807939072 1005453 33554432000 1073741824 1073778376 140737000741616 18446744073709551615 212051471872 0 4 0 16800975 18446604452981154752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10554628

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

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

[startup+1795.1 s]
/proc/loadavg: 2.07 2.06 1.98 3/556 9611
/proc/meminfo: memFree=18352408/32951124 swapFree=46970528/67111528
[pid=9537] ppid=9535 vsize=0 CPUtime=1800.39 cores=0,2,4,6
/proc/9537/stat : 9537 (java) Z 9535 9537 9329 0 -1 4203548 1017042 0 1 0 179897 142 0 0 17 0 2 0 836274185 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9537/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.15
CPU time (s): 1800.45
CPU user time (s): 1798.97
CPU system time (s): 1.47878
CPU usage (%): 100.295
Max. virtual memory (cumulated for all children) (KiB): 10561060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 1.47877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1017042
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= 39231
involuntary context switches= 6570

runsolver used 10.5544 second user time and 22.1016 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-07 11:22:59
IDJOB=3478782
IDBENCH=89677
IDSOLVER=1951
FILE ID=node146/3478782-1307438578
RUNJOBID= node146-1307436781-9347
PBS_JOBID= 13519942
Free space on /tmp= 73844 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-154.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478782-1307438578/watcher-3478782-1307438578 -o /tmp/evaluation-result-3478782-1307438578/solver-3478782-1307438578 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3478782-1307438578.opb

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

MD5SUM BENCH= f522aac6d99c68f89e25c943b464d005
RANDOM SEED=2132808804

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      24750872 kB
Buffers:        231496 kB
Cached:         514532 kB
SwapCached:      60836 kB
Active:         490804 kB
Inactive:      7448772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24750872 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:           58592 kB
Writeback:           0 kB
AnonPages:     7144228 kB
Mapped:          24372 kB
Slab:            93592 kB
PageTables:      97732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171023448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73852 MiB
End job on node146 at 2011-06-07 11:52:56