Trace number 3456866

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0SAT (TO)29 1800.26 1792.9

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark38.3052
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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-3456866-1307221970.opb
0.10/0.10	c reading problem ... 
0.10/0.13	c ... done. Wall clock time 0.024s.
0.10/0.13	c #vars     94
0.10/0.13	c #constraints  8
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
1.13/0.57	c SATISFIABLE
1.13/0.57	c OPTIMIZING...
1.13/0.57	c Got one! Elapsed wall clock time (in seconds):0.47
1.13/0.57	o 1481
1.71/0.78	c Got one! Elapsed wall clock time (in seconds):0.674
1.71/0.78	o 1035
2.21/1.18	c Got one! Elapsed wall clock time (in seconds):1.074
2.21/1.18	o 888
2.74/1.54	c Got one! Elapsed wall clock time (in seconds):1.437
2.74/1.54	o 701
3.65/2.37	c Got one! Elapsed wall clock time (in seconds):2.266
3.65/2.37	o 463
7.37/6.06	c Got one! Elapsed wall clock time (in seconds):5.957
7.37/6.06	o 461
10.99/9.65	c Got one! Elapsed wall clock time (in seconds):9.549
10.99/9.65	o 458
15.92/14.53	c Got one! Elapsed wall clock time (in seconds):14.426
15.92/14.53	o 455
20.17/18.77	c Got one! Elapsed wall clock time (in seconds):18.666
20.17/18.77	o 329
22.16/20.81	c Got one! Elapsed wall clock time (in seconds):20.704
22.16/20.81	o 318
32.16/30.60	c Got one! Elapsed wall clock time (in seconds):30.5
32.16/30.60	o 315
40.12/38.54	c Got one! Elapsed wall clock time (in seconds):38.442
40.12/38.54	o 311
47.55/45.99	c Got one! Elapsed wall clock time (in seconds):45.885
47.55/45.99	o 262
56.19/54.60	c Got one! Elapsed wall clock time (in seconds):54.492
56.19/54.60	o 208
65.43/63.74	c Got one! Elapsed wall clock time (in seconds):63.634
65.43/63.74	o 188
121.24/119.43	c Got one! Elapsed wall clock time (in seconds):119.326
121.24/119.43	o 186
158.74/156.82	c Got one! Elapsed wall clock time (in seconds):156.714
158.74/156.82	o 166
184.63/182.68	c cleaning 0 clauses out of 11985 with flag 0/11985
375.89/373.49	c Got one! Elapsed wall clock time (in seconds):373.385
375.89/373.49	o 119
412.38/409.85	c cleaning 0 clauses out of 17858 with flag 0/17858
449.32/446.67	c Got one! Elapsed wall clock time (in seconds):446.57
449.32/446.67	o 112
805.63/801.91	c cleaning 0 clauses out of 23447 with flag 0/23447
1028.68/1024.34	c Got one! Elapsed wall clock time (in seconds):1024.239
1028.68/1024.34	o 107
1145.48/1140.80	c Got one! Elapsed wall clock time (in seconds):1140.697
1145.48/1140.80	o 71
1274.22/1269.19	c cleaning 0 clauses out of 29797 with flag 0/29797
1522.82/1516.86	c Got one! Elapsed wall clock time (in seconds):1516.756
1522.82/1516.86	o 29
1681.35/1674.69	c cleaning 0 clauses out of 35251 with flag 0/35251
1800.04/1792.72	c starts		: 77
1800.04/1792.72	c conflicts		: 36766
1800.04/1792.72	c decisions		: 43854
1800.04/1792.72	c propagations		: 280398
1800.04/1792.72	c inspects		: 1565006248
1800.04/1792.72	c shortcuts		: 0
1800.04/1792.72	c learnt literals	: 0
1800.04/1792.72	c learnt binary clauses	: 0
1800.04/1792.72	c learnt ternary clauses	: 0
1800.04/1792.72	c learnt constraints	: 36765
1800.04/1792.72	c ignored constraints	: 0
1800.04/1792.72	c root simplifications	: 0
1800.04/1792.72	c removed literals (reason simplification)	: 0
1800.04/1792.72	c reason swapping (by a shorter reason)	: 0
1800.04/1792.72	c Calls to reduceDB	: 5
1800.04/1792.72	c number of reductions to clauses (during analyze)	: 0
1800.04/1792.72	c number of learned constraints concerned by reduction	: 0
1800.04/1792.72	c number of learning phase by resolution	: 0
1800.04/1792.72	c number of learning phase by cutting planes	: 0
1800.04/1792.72	c speed (assignments/second)	: 1016.4540580513959
1800.04/1792.72	c non guided choices	289
1800.04/1792.74	c learnt constraints type 
1800.04/1792.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 63
1800.04/1792.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 36702
1800.04/1792.74	c constraints type 
1800.04/1792.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
1800.04/1792.74	s SATISFIABLE
1800.04/1792.74	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 x66 x67 -x68 x69 -x70 -x71 -x72 x73 -x74 x75 x76 x77 -x78 x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 x91 x92 x93 x94 
1800.04/1792.74	c objective function=29
1800.04/1792.74	c Total wall clock time (in seconds): 1792.633

Verifier Data

OK	29

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-3456866-1307221970/watcher-3456866-1307221970 -o /tmp/evaluation-result-3456866-1307221970/solver-3456866-1307221970 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456866-1307221970.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: 2.00 2.00 2.00 2/418 17877
/proc/meminfo: memFree=27718044/32950904 swapFree=56615552/67111528
[pid=17877] ppid=17875 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17875 17877 15661 0 -1 4202496 4040 0 1 0 0 0 0 0 25 0 2 0 833796765 10694979584 3742 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/17877/statm: 2611079 3757 917 9 0 2602235 0
[pid=17877/tid=17878] ppid=17875 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17878/stat : 17878 (java) R 17875 17877 15661 0 -1 4202560 4953 0 1 0 0 0 0 0 25 0 2 0 833796765 10694979584 5769 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237278573627 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0702809 s]
/proc/loadavg: 2.00 2.00 2.00 2/418 17877
/proc/meminfo: memFree=27718044/32950904 swapFree=56615552/67111528
[pid=17877] ppid=17875 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17875 17877 15661 0 -1 4202496 11881 0 1 0 5 1 0 0 25 0 18 0 833796765 10724442112 11578 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17877/statm: 2618272 11578 1754 9 0 2609006 0
[pid=17877/tid=17878] ppid=17875 vsize=10473088 CPUtime=0.05 cores=1,3,5,7
/proc/17877/task/17878/stat : 17878 (java) R 17875 17877 15661 0 -1 4202560 10707 0 1 0 4 1 0 0 25 0 18 0 833796765 10724442112 11579 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100213 s]
/proc/loadavg: 2.00 2.00 2.00 2/418 17877
/proc/meminfo: memFree=27718044/32950904 swapFree=56615552/67111528
[pid=17877] ppid=17875 vsize=10540156 CPUtime=0.1 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17875 17877 15661 0 -1 4202496 13109 0 1 0 9 1 0 0 25 0 18 0 833796765 10793119744 12775 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17877/statm: 2635039 12775 2092 9 0 2625773 0
[pid=17877/tid=17878] ppid=17875 vsize=10540156 CPUtime=0.08 cores=1,3,5,7
/proc/17877/task/17878/stat : 17878 (java) R 17875 17877 15661 0 -1 4202560 11172 0 1 0 7 1 0 0 25 0 18 0 833796765 10793119744 12775 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290706379 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540156

[startup+0.30018 s]
/proc/loadavg: 2.00 2.00 2.00 2/418 17877
/proc/meminfo: memFree=27718044/32950904 swapFree=56615552/67111528
[pid=17877] ppid=17875 vsize=10543436 CPUtime=0.53 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17875 17877 15661 0 -1 4202496 18271 0 1 0 51 2 0 0 25 0 19 0 833796765 10796478464 17163 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17877/statm: 2635859 17165 2195 9 0 2626593 0
[pid=17877/tid=17878] ppid=17875 vsize=10543436 CPUtime=0.28 cores=1,3,5,7
/proc/17877/task/17878/stat : 17878 (java) R 17875 17877 15661 0 -1 4202560 13914 0 1 0 27 1 0 0 25 0 19 0 833796765 10796478464 17166 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 46912505543058 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10543436

[startup+0.701111 s]
/proc/loadavg: 2.00 2.00 2.00 2/418 17877
/proc/meminfo: memFree=27718044/32950904 swapFree=56615552/67111528
[pid=17877] ppid=17875 vsize=10556612 CPUtime=1.71 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17875 17877 15661 0 -1 4202496 46261 0 1 0 166 5 0 0 25 0 19 0 833796765 10809970688 39779 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17877/statm: 2639153 39784 2216 9 0 2629887 0
[pid=17877/tid=17878] ppid=17875 vsize=10556612 CPUtime=0.68 cores=1,3,5,7
/proc/17877/task/17878/stat : 17878 (java) R 17875 17877 15661 0 -1 4202560 31003 0 1 0 65 3 0 0 25 0 19 0 833796765 10809970688 39786 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 46912505533795 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 10556612

[startup+1.50097 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 17896
/proc/meminfo: memFree=27084208/32950904 swapFree=56615552/67111528
[pid=17877] ppid=17875 vsize=10555496 CPUtime=2.74 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17875 17877 15661 0 -1 4202496 123251 0 1 0 259 15 0 0 25 0 19 0 833796765 10808827904 115722 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17877/statm: 2638874 115727 2219 9 0 2629608 0
[pid=17877/tid=17878] ppid=17875 vsize=10555496 CPUtime=1.48 cores=1,3,5,7
/proc/17877/task/17878/stat : 17878 (java) R 17875 17877 15661 0 -1 4202560 107093 0 1 0 134 14 0 0 25 0 19 0 833796765 10808827904 115729 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 46912505576474 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17877/tid=17880] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17880/stat : 17880 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 115731 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17881] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17881/stat : 17881 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 115734 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17882] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17882/stat : 17882 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 115736 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17883] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17883/stat : 17883 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 115739 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17884] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17884/stat : 17884 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 115741 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17885] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17885/stat : 17885 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 115743 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17886] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17886/stat : 17886 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 115745 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17887] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17887/stat : 17887 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 115747 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17888] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17888/stat : 17888 (java) S 17875 17877 15661 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833796768 10808827904 115749 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 0 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17889] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17889/stat : 17889 (java) S 17875 17877 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833796768 10808827904 115751 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17890] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17890/stat : 17890 (java) S 17875 17877 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796768 10808827904 115753 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17891] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17891/stat : 17891 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796770 10808827904 115754 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290703281 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17892] ppid=17875 vsize=10555496 CPUtime=0.56 cores=1,3,5,7
/proc/17877/task/17892/stat : 17892 (java) S 17875 17877 15661 0 -1 4202560 7750 0 0 0 56 0 0 0 21 0 19 0 833796770 10808827904 115756 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17893] ppid=17875 vsize=10555496 CPUtime=0.68 cores=1,3,5,7
/proc/17877/task/17893/stat : 17893 (java) S 17875 17877 15661 0 -1 4202560 7255 0 0 0 68 0 0 0 15 0 19 0 833796770 10808827904 115758 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17894] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17894/stat : 17894 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796770 10808827904 115760 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17895] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17895/stat : 17895 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833796770 10808827904 115761 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17896] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17896/stat : 17896 (java) S 17875 17877 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796778 10808827904 115765 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 10555496

[startup+3.10074 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 17896
/proc/meminfo: memFree=26661120/32950904 swapFree=56615552/67111528
[pid=17877] ppid=17875 vsize=10555496 CPUtime=4.46 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17875 17877 15661 0 -1 4202496 277052 0 1 0 416 30 0 0 25 0 19 0 833796765 10808827904 269076 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17877/statm: 2638874 269080 2220 9 0 2629608 0
[pid=17877/tid=17878] ppid=17875 vsize=10555496 CPUtime=3.09 cores=1,3,5,7
/proc/17877/task/17878/stat : 17878 (java) R 17875 17877 15661 0 -1 4202560 260348 0 1 0 280 29 0 0 25 0 19 0 833796765 10808827904 269082 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 46912505560422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17877/tid=17880] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17880/stat : 17880 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 269084 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17881] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17881/stat : 17881 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 269085 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17882] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17882/stat : 17882 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 269086 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17883] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17883/stat : 17883 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 269087 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17884] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17884/stat : 17884 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 269088 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17885] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17885/stat : 17885 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 269091 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17886] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17886/stat : 17886 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 269093 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17887] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17887/stat : 17887 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 269094 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17888] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17888/stat : 17888 (java) S 17875 17877 15661 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833796768 10808827904 269096 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 0 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17889] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17889/stat : 17889 (java) S 17875 17877 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833796768 10808827904 269098 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17890] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17890/stat : 17890 (java) S 17875 17877 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796768 10808827904 269100 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17891] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17891/stat : 17891 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796770 10808827904 269102 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290703281 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17892] ppid=17875 vsize=10555496 CPUtime=0.68 cores=1,3,5,7
/proc/17877/task/17892/stat : 17892 (java) S 17875 17877 15661 0 -1 4202560 8295 0 0 0 68 0 0 0 15 0 19 0 833796770 10808827904 269104 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17893] ppid=17875 vsize=10555496 CPUtime=0.68 cores=1,3,5,7
/proc/17877/task/17893/stat : 17893 (java) S 17875 17877 15661 0 -1 4202560 7255 0 0 0 68 0 0 0 15 0 19 0 833796770 10808827904 269105 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17894] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17894/stat : 17894 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796770 10808827904 269107 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17895] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17895/stat : 17895 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833796770 10808827904 269109 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17896] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17896/stat : 17896 (java) S 17875 17877 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796778 10808827904 269111 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 10555496

[startup+6.30118 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 17896
/proc/meminfo: memFree=25413768/32950904 swapFree=56615552/67111528
[pid=17877] ppid=17875 vsize=10555496 CPUtime=7.67 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17875 17877 15661 0 -1 4202496 573156 0 1 0 705 62 0 0 25 0 19 0 833796765 10808827904 565107 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17877/statm: 2638874 565111 2221 9 0 2629608 0
[pid=17877/tid=17878] ppid=17875 vsize=10555496 CPUtime=6.28 cores=1,3,5,7
/proc/17877/task/17878/stat : 17878 (java) R 17875 17877 15661 0 -1 4202560 556451 0 1 0 568 60 0 0 25 0 19 0 833796765 10808827904 565113 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 46912505576463 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17877/tid=17880] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17880/stat : 17880 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 565114 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17881] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17881/stat : 17881 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 565116 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17882] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17882/stat : 17882 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 565119 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17883] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17883/stat : 17883 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 565121 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17884] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17884/stat : 17884 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 565123 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17885] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17885/stat : 17885 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 565125 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17886] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17886/stat : 17886 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 565127 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17887] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17887/stat : 17887 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796767 10808827904 565129 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17888] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17888/stat : 17888 (java) S 17875 17877 15661 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833796768 10808827904 565131 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 0 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17889] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17889/stat : 17889 (java) S 17875 17877 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833796768 10808827904 565134 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17890] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17890/stat : 17890 (java) S 17875 17877 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796768 10808827904 565136 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17891] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17891/stat : 17891 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796770 10808827904 565139 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290703281 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17892] ppid=17875 vsize=10555496 CPUtime=0.68 cores=1,3,5,7
/proc/17877/task/17892/stat : 17892 (java) S 17875 17877 15661 0 -1 4202560 8295 0 0 0 68 0 0 0 15 0 19 0 833796770 10808827904 565141 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17893] ppid=17875 vsize=10555496 CPUtime=0.68 cores=1,3,5,7
/proc/17877/task/17893/stat : 17893 (java) S 17875 17877 15661 0 -1 4202560 7255 0 0 0 68 0 0 0 15 0 19 0 833796770 10808827904 565143 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0

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

/proc/17877/task/17889/stat : 17889 (java) S 17875 17877 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833796768 10808827904 941954 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17890] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17890/stat : 17890 (java) S 17875 17877 15661 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833796768 10808827904 941954 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17891] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17891/stat : 17891 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796770 10808827904 941954 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290703281 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17892] ppid=17875 vsize=10555496 CPUtime=0.85 cores=1,3,5,7
/proc/17877/task/17892/stat : 17892 (java) S 17875 17877 15661 0 -1 4202560 8328 0 0 0 85 0 0 0 16 0 19 0 833796770 10808827904 941954 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17893] ppid=17875 vsize=10555496 CPUtime=0.74 cores=1,3,5,7
/proc/17877/task/17893/stat : 17893 (java) S 17875 17877 15661 0 -1 4202560 7262 0 0 0 74 0 0 0 15 0 19 0 833796770 10808827904 941954 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17894] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17894/stat : 17894 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796770 10808827904 941954 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17895] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17895/stat : 17895 (java) S 17875 17877 15661 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 833796770 10808827904 941954 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17896] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17896/stat : 17896 (java) S 17875 17877 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796778 10808827904 941954 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1669.01
Current children cumulated vsize (KiB) 10555496

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 17942
/proc/meminfo: memFree=22446236/32950904 swapFree=56615552/67111528
[pid=17877] ppid=17875 vsize=10555496 CPUtime=1729.27 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17875 17877 15661 0 -1 4202496 955301 0 1 0 172821 106 0 0 25 0 19 0 833796765 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17877/statm: 2638874 944984 2257 9 0 2629608 0
[pid=17877/tid=17878] ppid=17875 vsize=10555496 CPUtime=1718 cores=1,3,5,7
/proc/17877/task/17878/stat : 17878 (java) R 17875 17877 15661 0 -1 4202560 830743 0 1 0 171713 87 0 0 25 0 19 0 833796765 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 46912505870178 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17877/tid=17880] ppid=17875 vsize=10555496 CPUtime=1.07 cores=1,3,5,7
/proc/17877/task/17880/stat : 17880 (java) S 17875 17877 15661 0 -1 4202560 11271 0 0 0 105 2 0 0 16 0 19 0 833796767 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17881] ppid=17875 vsize=10555496 CPUtime=1.08 cores=1,3,5,7
/proc/17877/task/17881/stat : 17881 (java) S 17875 17877 15661 0 -1 4202560 14949 0 0 0 107 1 0 0 16 0 19 0 833796767 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 3 0 0 0
[pid=17877/tid=17882] ppid=17875 vsize=10555496 CPUtime=1.01 cores=1,3,5,7
/proc/17877/task/17882/stat : 17882 (java) S 17875 17877 15661 0 -1 4202560 16374 0 0 0 99 2 0 0 16 0 19 0 833796767 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17883] ppid=17875 vsize=10555496 CPUtime=1.1 cores=1,3,5,7
/proc/17877/task/17883/stat : 17883 (java) S 17875 17877 15661 0 -1 4202560 12155 0 0 0 110 0 0 0 16 0 19 0 833796767 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17884] ppid=17875 vsize=10555496 CPUtime=0.89 cores=1,3,5,7
/proc/17877/task/17884/stat : 17884 (java) S 17875 17877 15661 0 -1 4202560 11563 0 0 0 87 2 0 0 15 0 19 0 833796767 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17885] ppid=17875 vsize=10555496 CPUtime=0.91 cores=1,3,5,7
/proc/17877/task/17885/stat : 17885 (java) S 17875 17877 15661 0 -1 4202560 12013 0 0 0 89 2 0 0 15 0 19 0 833796767 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17886] ppid=17875 vsize=10555496 CPUtime=1.04 cores=1,3,5,7
/proc/17877/task/17886/stat : 17886 (java) S 17875 17877 15661 0 -1 4202560 13266 0 0 0 103 1 0 0 15 0 19 0 833796767 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17887] ppid=17875 vsize=10555496 CPUtime=1.04 cores=1,3,5,7
/proc/17877/task/17887/stat : 17887 (java) S 17875 17877 15661 0 -1 4202560 11916 0 0 0 102 2 0 0 15 0 19 0 833796767 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17888] ppid=17875 vsize=10555496 CPUtime=1.41 cores=1,3,5,7
/proc/17877/task/17888/stat : 17888 (java) S 17875 17877 15661 0 -1 4202560 4210 0 0 0 140 1 0 0 15 0 19 0 833796768 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 0 0 16800975 18446604465300795456 0 0 -1 3 0 0 0
[pid=17877/tid=17889] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17889/stat : 17889 (java) S 17875 17877 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833796768 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17890] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17890/stat : 17890 (java) S 17875 17877 15661 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833796768 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17891] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17891/stat : 17891 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796770 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290703281 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17892] ppid=17875 vsize=10555496 CPUtime=0.85 cores=1,3,5,7
/proc/17877/task/17892/stat : 17892 (java) S 17875 17877 15661 0 -1 4202560 8328 0 0 0 85 0 0 0 16 0 19 0 833796770 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17893] ppid=17875 vsize=10555496 CPUtime=0.74 cores=1,3,5,7
/proc/17877/task/17893/stat : 17893 (java) S 17875 17877 15661 0 -1 4202560 7262 0 0 0 74 0 0 0 15 0 19 0 833796770 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17894] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17894/stat : 17894 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796770 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17895] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17895/stat : 17895 (java) S 17875 17877 15661 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 833796770 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 4 0 16800975 18446604465300795456 0 0 -1 3 0 0 0
[pid=17877/tid=17896] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17896/stat : 17896 (java) S 17875 17877 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796778 10808827904 944984 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1729.27
Current children cumulated vsize (KiB) 10555496

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 17943
/proc/meminfo: memFree=22433688/32950904 swapFree=56615552/67111528
[pid=17877] ppid=17875 vsize=10555496 CPUtime=1789.58 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17875 17877 15661 0 -1 4202496 957291 0 1 0 178851 107 0 0 25 0 19 0 833796765 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17877/statm: 2638874 946917 2257 9 0 2629608 0
[pid=17877/tid=17878] ppid=17875 vsize=10555496 CPUtime=1777.89 cores=1,3,5,7
/proc/17877/task/17878/stat : 17878 (java) R 17875 17877 15661 0 -1 4202560 830750 0 1 0 177701 88 0 0 25 0 19 0 833796765 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 46912505991374 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17877/tid=17880] ppid=17875 vsize=10555496 CPUtime=1.12 cores=1,3,5,7
/proc/17877/task/17880/stat : 17880 (java) S 17875 17877 15661 0 -1 4202560 11399 0 0 0 110 2 0 0 15 0 19 0 833796767 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17881] ppid=17875 vsize=10555496 CPUtime=1.16 cores=1,3,5,7
/proc/17877/task/17881/stat : 17881 (java) S 17875 17877 15661 0 -1 4202560 15519 0 0 0 114 2 0 0 16 0 19 0 833796767 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 3 0 0 0
[pid=17877/tid=17882] ppid=17875 vsize=10555496 CPUtime=1.06 cores=1,3,5,7
/proc/17877/task/17882/stat : 17882 (java) S 17875 17877 15661 0 -1 4202560 16485 0 0 0 104 2 0 0 15 0 19 0 833796767 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17883] ppid=17875 vsize=10555496 CPUtime=1.15 cores=1,3,5,7
/proc/17877/task/17883/stat : 17883 (java) S 17875 17877 15661 0 -1 4202560 12331 0 0 0 115 0 0 0 15 0 19 0 833796767 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17884] ppid=17875 vsize=10555496 CPUtime=0.93 cores=1,3,5,7
/proc/17877/task/17884/stat : 17884 (java) S 17875 17877 15661 0 -1 4202560 11764 0 0 0 91 2 0 0 16 0 19 0 833796767 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17885] ppid=17875 vsize=10555496 CPUtime=0.99 cores=1,3,5,7
/proc/17877/task/17885/stat : 17885 (java) S 17875 17877 15661 0 -1 4202560 12429 0 0 0 97 2 0 0 16 0 19 0 833796767 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17886] ppid=17875 vsize=10555496 CPUtime=1.08 cores=1,3,5,7
/proc/17877/task/17886/stat : 17886 (java) S 17875 17877 15661 0 -1 4202560 13405 0 0 0 107 1 0 0 15 0 19 0 833796767 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 3 0 0 0
[pid=17877/tid=17887] ppid=17875 vsize=10555496 CPUtime=1.09 cores=1,3,5,7
/proc/17877/task/17887/stat : 17887 (java) S 17875 17877 15661 0 -1 4202560 12152 0 0 0 107 2 0 0 15 0 19 0 833796767 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17888] ppid=17875 vsize=10555496 CPUtime=1.41 cores=1,3,5,7
/proc/17877/task/17888/stat : 17888 (java) S 17875 17877 15661 0 -1 4202560 4214 0 0 0 140 1 0 0 15 0 19 0 833796768 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 0 0 16800975 18446604465300795456 0 0 -1 3 0 0 0
[pid=17877/tid=17889] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17889/stat : 17889 (java) S 17875 17877 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833796768 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17890] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17890/stat : 17890 (java) S 17875 17877 15661 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833796768 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17891] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17891/stat : 17891 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796770 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290703281 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17892] ppid=17875 vsize=10555496 CPUtime=0.85 cores=1,3,5,7
/proc/17877/task/17892/stat : 17892 (java) S 17875 17877 15661 0 -1 4202560 8328 0 0 0 85 0 0 0 16 0 19 0 833796770 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17893] ppid=17875 vsize=10555496 CPUtime=0.74 cores=1,3,5,7
/proc/17877/task/17893/stat : 17893 (java) S 17875 17877 15661 0 -1 4202560 7262 0 0 0 74 0 0 0 15 0 19 0 833796770 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17894] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17894/stat : 17894 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796770 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17895] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17895/stat : 17895 (java) S 17875 17877 15661 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833796770 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 4 0 16800975 18446604465300795456 0 0 -1 3 0 0 0
[pid=17877/tid=17896] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17896/stat : 17896 (java) S 17875 17877 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796778 10808827904 946917 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1789.58
Current children cumulated vsize (KiB) 10555496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 17991
/proc/meminfo: memFree=25616652/32950904 swapFree=56615552/67111528
[pid=17877] ppid=17875 vsize=10555496 CPUtime=1800.04 cores=1,3,5,7
/proc/17877/stat : 17877 (java) S 17875 17877 15661 0 -1 4202496 957544 0 1 0 179897 107 0 0 25 0 19 0 833796765 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17877/statm: 2638874 947159 2257 9 0 2629608 0
[pid=17877/tid=17878] ppid=17875 vsize=10555496 CPUtime=1788.28 cores=1,3,5,7
/proc/17877/task/17878/stat : 17878 (java) R 17875 17877 15661 0 -1 4202560 830751 0 1 0 178740 88 0 0 25 0 19 0 833796765 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 46912505622499 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17877/tid=17880] ppid=17875 vsize=10555496 CPUtime=1.12 cores=1,3,5,7
/proc/17877/task/17880/stat : 17880 (java) S 17875 17877 15661 0 -1 4202560 11399 0 0 0 110 2 0 0 15 0 19 0 833796767 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17881] ppid=17875 vsize=10555496 CPUtime=1.18 cores=1,3,5,7
/proc/17877/task/17881/stat : 17881 (java) S 17875 17877 15661 0 -1 4202560 15603 0 0 0 116 2 0 0 16 0 19 0 833796767 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 3 0 0 0
[pid=17877/tid=17882] ppid=17875 vsize=10555496 CPUtime=1.06 cores=1,3,5,7
/proc/17877/task/17882/stat : 17882 (java) S 17875 17877 15661 0 -1 4202560 16485 0 0 0 104 2 0 0 15 0 19 0 833796767 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17883] ppid=17875 vsize=10555496 CPUtime=1.15 cores=1,3,5,7
/proc/17877/task/17883/stat : 17883 (java) S 17875 17877 15661 0 -1 4202560 12331 0 0 0 115 0 0 0 15 0 19 0 833796767 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17884] ppid=17875 vsize=10555496 CPUtime=0.95 cores=1,3,5,7
/proc/17877/task/17884/stat : 17884 (java) S 17875 17877 15661 0 -1 4202560 11854 0 0 0 93 2 0 0 16 0 19 0 833796767 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17885] ppid=17875 vsize=10555496 CPUtime=1.01 cores=1,3,5,7
/proc/17877/task/17885/stat : 17885 (java) S 17875 17877 15661 0 -1 4202560 12503 0 0 0 99 2 0 0 16 0 19 0 833796767 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17886] ppid=17875 vsize=10555496 CPUtime=1.09 cores=1,3,5,7
/proc/17877/task/17886/stat : 17886 (java) S 17875 17877 15661 0 -1 4202560 13405 0 0 0 108 1 0 0 16 0 19 0 833796767 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17887] ppid=17875 vsize=10555496 CPUtime=1.09 cores=1,3,5,7
/proc/17877/task/17887/stat : 17887 (java) S 17875 17877 15661 0 -1 4202560 12152 0 0 0 107 2 0 0 15 0 19 0 833796767 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17888] ppid=17875 vsize=10555496 CPUtime=1.41 cores=1,3,5,7
/proc/17877/task/17888/stat : 17888 (java) S 17875 17877 15661 0 -1 4202560 4216 0 0 0 140 1 0 0 15 0 19 0 833796768 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 0 0 16800975 18446604465300795456 0 0 -1 3 0 0 0
[pid=17877/tid=17889] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17889/stat : 17889 (java) S 17875 17877 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833796768 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17890] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17890/stat : 17890 (java) S 17875 17877 15661 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833796768 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17891] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17891/stat : 17891 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796770 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290703281 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17892] ppid=17875 vsize=10555496 CPUtime=0.85 cores=1,3,5,7
/proc/17877/task/17892/stat : 17892 (java) S 17875 17877 15661 0 -1 4202560 8328 0 0 0 85 0 0 0 16 0 19 0 833796770 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
[pid=17877/tid=17893] ppid=17875 vsize=10555496 CPUtime=0.74 cores=1,3,5,7
/proc/17877/task/17893/stat : 17893 (java) S 17875 17877 15661 0 -1 4202560 7262 0 0 0 74 0 0 0 15 0 19 0 833796770 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 5 0 0 0
[pid=17877/tid=17894] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17894/stat : 17894 (java) S 17875 17877 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833796770 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290695577 0 4 0 16800975 18446604465300795456 0 0 -1 1 0 0 0
[pid=17877/tid=17895] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17895/stat : 17895 (java) S 17875 17877 15661 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 833796770 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 4 0 16800975 18446604465300795456 0 0 -1 3 0 0 0
[pid=17877/tid=17896] ppid=17875 vsize=10555496 CPUtime=0 cores=1,3,5,7
/proc/17877/task/17896/stat : 17896 (java) S 17875 17877 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833796778 10808827904 947159 33554432000 1073741824 1073778376 140735489055408 18446744073709551615 237290696192 0 4 0 16800975 18446604465300795456 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10555496

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

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

[startup+1792.82 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 17991
/proc/meminfo: memFree=25616652/32950904 swapFree=56615552/67111528
[pid=17877] ppid=17875 vsize=0 CPUtime=1800.17 cores=1,3,5,7
/proc/17877/stat : 17877 (java) Z 17875 17877 15661 0 -1 4203548 957583 0 1 0 179903 114 0 0 17 0 2 0 833796765 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17877/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.9
CPU time (s): 1800.26
CPU user time (s): 1799.04
CPU system time (s): 1.21881
CPU usage (%): 100.41
Max. virtual memory (cumulated for all children) (KiB): 10559756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.21881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 957583
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= 41558
involuntary context switches= 25977

runsolver used 7.03993 second user time and 17.4583 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-04 23:12:50
IDJOB=3456866
IDBENCH=2928
IDSOLVER=1951
FILE ID=node121/3456866-1307221970
RUNJOBID= node121-1307216569-17129
PBS_JOBID= 13509038
Free space on /tmp= 73956 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456866-1307221970/watcher-3456866-1307221970 -o /tmp/evaluation-result-3456866-1307221970/solver-3456866-1307221970 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456866-1307221970.opb

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=1263125130

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      27718944 kB
Buffers:        340960 kB
Cached:         514040 kB
SwapCached:       9896 kB
Active:        4505900 kB
Inactive:       459500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      27718944 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:            1056 kB
Writeback:           0 kB
AnonPages:     4107868 kB
Mapped:          21180 kB
Slab:           143120 kB
PageTables:      56560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 93878492 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= 73956 MiB
End job on node121 at 2011-06-04 23:42:45