Trace number 3456861

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)243 1800.3 1793.21

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_3.opb
MD5SUM455599f2e36aed56b051b7169c43fa6c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1797.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
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 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3997
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3456861-1307221349.opb
0.10/0.11	c reading problem ... 
0.10/0.14	c ... done. Wall clock time 0.032s.
0.10/0.14	c #vars     120
0.10/0.14	c #constraints  10
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
1.43/0.68	c SATISFIABLE
1.43/0.68	c OPTIMIZING...
1.43/0.68	c Got one! Elapsed wall clock time (in seconds):0.574
1.43/0.68	o 2211
2.01/0.99	c Got one! Elapsed wall clock time (in seconds):0.881
2.01/0.99	o 1825
2.86/1.63	c Got one! Elapsed wall clock time (in seconds):1.521
2.86/1.63	o 1679
3.35/2.20	c Got one! Elapsed wall clock time (in seconds):2.091
3.35/2.20	o 1674
5.20/3.76	c Got one! Elapsed wall clock time (in seconds):3.652
5.20/3.76	o 682
6.73/5.21	c Got one! Elapsed wall clock time (in seconds):5.101
6.73/5.21	o 521
11.58/10.09	c Got one! Elapsed wall clock time (in seconds):9.981
11.58/10.09	o 467
14.58/13.06	c Got one! Elapsed wall clock time (in seconds):12.955
14.58/13.06	o 465
21.71/20.17	c Got one! Elapsed wall clock time (in seconds):20.063
21.71/20.17	o 464
42.54/40.85	c Got one! Elapsed wall clock time (in seconds):40.747
42.54/40.85	o 415
49.57/47.83	c Got one! Elapsed wall clock time (in seconds):47.722
49.57/47.83	o 403
56.82/55.02	c Got one! Elapsed wall clock time (in seconds):54.915
56.82/55.02	o 396
117.57/115.66	c Got one! Elapsed wall clock time (in seconds):115.553
117.57/115.66	o 382
126.28/124.34	c Got one! Elapsed wall clock time (in seconds):124.236
126.28/124.34	o 381
191.03/189.01	c Got one! Elapsed wall clock time (in seconds):188.904
191.03/189.01	o 370
223.08/221.08	c Got one! Elapsed wall clock time (in seconds):220.97
223.08/221.08	o 369
426.60/424.28	c Got one! Elapsed wall clock time (in seconds):424.175
426.60/424.28	o 325
456.66/454.31	c Got one! Elapsed wall clock time (in seconds):454.206
456.66/454.31	o 288
533.65/531.03	c Got one! Elapsed wall clock time (in seconds):530.924
533.65/531.03	o 272
762.02/758.99	c cleaning 0 clauses out of 13033 with flag 0/13033
1327.76/1322.71	c Got one! Elapsed wall clock time (in seconds):1322.598
1327.76/1322.71	o 243
1800.10/1793.04	c starts		: 65
1800.10/1793.04	c conflicts		: 20816
1800.10/1793.04	c decisions		: 28596
1800.10/1793.04	c propagations		: 191717
1800.10/1793.04	c inspects		: 641537593
1800.10/1793.04	c shortcuts		: 0
1800.10/1793.04	c learnt literals	: 0
1800.10/1793.04	c learnt binary clauses	: 0
1800.10/1793.04	c learnt ternary clauses	: 0
1800.10/1793.04	c learnt constraints	: 20815
1800.10/1793.04	c ignored constraints	: 0
1800.10/1793.04	c root simplifications	: 0
1800.10/1793.04	c removed literals (reason simplification)	: 0
1800.10/1793.04	c reason swapping (by a shorter reason)	: 0
1800.10/1793.04	c Calls to reduceDB	: 1
1800.10/1793.04	c number of reductions to clauses (during analyze)	: 0
1800.10/1793.04	c number of learned constraints concerned by reduction	: 0
1800.10/1793.04	c number of learning phase by resolution	: 0
1800.10/1793.04	c number of learning phase by cutting planes	: 0
1800.10/1793.04	c speed (assignments/second)	: 407.6197077389849
1800.10/1793.04	c non guided choices	286
1800.10/1793.05	c learnt constraints type 
1800.10/1793.05	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 64
1800.10/1793.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20751
1800.10/1793.05	c constraints type 
1800.10/1793.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
1800.10/1793.05	s SATISFIABLE
1800.10/1793.05	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 x95 x96 -x97 -x98 -x99 x100 x101 x102 -x103 x104 x105 x106 -x107 x108 -x109 x110 x111 -x112 -x113 -x114 x115 x116 x117 -x118 -x119 -x120 
1800.10/1793.05	c objective function=243
1800.10/1793.05	c Total wall clock time (in seconds): 1792.944

Verifier Data

OK	243

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-3456861-1307221349/watcher-3456861-1307221349 -o /tmp/evaluation-result-3456861-1307221349/solver-3456861-1307221349 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456861-1307221349.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.92 2.03 2.00 2/516 25649
/proc/meminfo: memFree=25565140/32951132 swapFree=57925096/67111528
[pid=25649] ppid=25647 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/25649/stat : 25649 (java) S 25647 25649 24816 0 -1 4202496 3997 0 1 0 0 0 0 0 25 0 2 0 833734502 10694979584 3700 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/25649/statm: 2611079 3712 917 9 0 2602235 0
[pid=25649/tid=25650] ppid=25647 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 24816 0 -1 4202560 5470 0 1 0 0 0 0 0 25 0 2 0 833734503 10694979584 6285 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210646840379 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0419251 s]
/proc/loadavg: 1.92 2.03 2.00 2/516 25649
/proc/meminfo: memFree=25565140/32951132 swapFree=57925096/67111528
[pid=25649] ppid=25647 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/25649/stat : 25649 (java) S 25647 25649 24816 0 -1 4202496 11181 0 1 0 2 1 0 0 25 0 13 0 833734502 10718699520 10879 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/25649/statm: 2616870 10880 1659 9 0 2607618 0
[pid=25649/tid=25650] ppid=25647 vsize=10467480 CPUtime=0.02 cores=0,2,4,6
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 24816 0 -1 4202560 10036 0 1 0 1 1 0 0 25 0 13 0 833734503 10718699520 10880 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 46964225267443 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100894 s]
/proc/loadavg: 1.92 2.03 2.00 2/516 25649
/proc/meminfo: memFree=25565140/32951132 swapFree=57925096/67111528
[pid=25649] ppid=25647 vsize=10605232 CPUtime=0.1 cores=0,2,4,6
/proc/25649/stat : 25649 (java) S 25647 25649 24816 0 -1 4202496 13082 0 1 0 9 1 0 0 25 0 18 0 833734502 10859757568 12753 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25649/statm: 2651308 12753 2092 9 0 2642042 0
[pid=25649/tid=25650] ppid=25647 vsize=10605232 CPUtime=0.08 cores=0,2,4,6
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 24816 0 -1 4202560 11152 0 1 0 7 1 0 0 18 0 18 0 833734503 10859757568 12753 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 46964226807129 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10605232

[startup+0.319676 s]
/proc/loadavg: 1.92 2.03 2.00 2/516 25649
/proc/meminfo: memFree=25565140/32951132 swapFree=57925096/67111528
[pid=25649] ppid=25647 vsize=10622008 CPUtime=0.94 cores=0,2,4,6
/proc/25649/stat : 25649 (java) S 25647 25649 24816 0 -1 4202496 29312 0 1 0 90 4 0 0 25 0 19 0 833734502 10876936192 26255 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25649/statm: 2655502 26256 2205 9 0 2646236 0
[pid=25649/tid=25650] ppid=25647 vsize=10622008 CPUtime=0.41 cores=0,2,4,6
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 24816 0 -1 4202560 17401 0 1 0 39 2 0 0 18 0 19 0 833734503 10876936192 26256 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 46912505568716 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10622008

[startup+0.700799 s]
/proc/loadavg: 1.92 2.03 2.00 2/516 25649
/proc/meminfo: memFree=25565140/32951132 swapFree=57925096/67111528
[pid=25649] ppid=25647 vsize=10624568 CPUtime=1.73 cores=0,2,4,6
/proc/25649/stat : 25649 (java) S 25647 25649 24816 0 -1 4202496 42162 0 1 0 167 6 0 0 25 0 19 0 833734502 10879557632 39105 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25649/statm: 2656142 39109 2222 9 0 2646876 0
[pid=25649/tid=25650] ppid=25647 vsize=10624568 CPUtime=0.67 cores=0,2,4,6
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 24816 0 -1 4202560 29240 0 1 0 64 3 0 0 18 0 19 0 833734503 10879557632 39111 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 10624568

[startup+1.50065 s]
/proc/loadavg: 1.92 2.03 2.00 3/535 25668
/proc/meminfo: memFree=25265972/32951132 swapFree=57925096/67111528
[pid=25649] ppid=25647 vsize=10624568 CPUtime=2.75 cores=0,2,4,6
/proc/25649/stat : 25649 (java) S 25647 25649 24816 0 -1 4202496 114798 0 1 0 261 14 0 0 25 0 19 0 833734502 10879557632 111740 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25649/statm: 2656142 111741 2225 9 0 2646876 0
[pid=25649/tid=25650] ppid=25647 vsize=10624568 CPUtime=1.48 cores=0,2,4,6
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 24816 0 -1 4202560 101846 0 1 0 137 11 0 0 18 0 19 0 833734503 10879557632 111741 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 46912505609829 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25649/tid=25652] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25652/stat : 25652 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 111741 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25653] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25653/stat : 25653 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 111741 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25654] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25654/stat : 25654 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 111741 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25655] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25655/stat : 25655 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 111742 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25656] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25656/stat : 25656 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 111743 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25657] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25657/stat : 25657 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 111745 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25658] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25658/stat : 25658 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 111747 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25659] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25659/stat : 25659 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 111749 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25660] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25660/stat : 25660 (java) S 25647 25649 24816 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833734505 10879557632 111752 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 0 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25661] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25661/stat : 25661 (java) S 25647 25649 24816 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833734506 10879557632 111753 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25662] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25662/stat : 25662 (java) S 25647 25649 24816 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833734506 10879557632 111756 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25663] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25663/stat : 25663 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734508 10879557632 111760 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658970033 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25664] ppid=25647 vsize=10624568 CPUtime=0.65 cores=0,2,4,6
/proc/25649/task/25664/stat : 25664 (java) S 25647 25649 24816 0 -1 4202560 5560 0 0 0 65 0 0 0 15 0 19 0 833734508 10879557632 111763 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 0 0 0 0
[pid=25649/tid=25665] ppid=25647 vsize=10624568 CPUtime=0.59 cores=0,2,4,6
/proc/25649/task/25665/stat : 25665 (java) S 25647 25649 24816 0 -1 4202560 6234 0 0 0 58 1 0 0 15 0 19 0 833734508 10879557632 111766 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25666] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25666/stat : 25666 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734508 10879557632 111769 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25667] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25667/stat : 25667 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833734508 10879557632 111772 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25668] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25668/stat : 25668 (java) S 25647 25649 24816 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833734517 10879557632 111774 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 10624568

[startup+3.10137 s]
/proc/loadavg: 1.92 2.03 2.00 3/535 25668
/proc/meminfo: memFree=24853044/32951132 swapFree=57925096/67111528
[pid=25649] ppid=25647 vsize=10624568 CPUtime=4.41 cores=0,2,4,6
/proc/25649/stat : 25649 (java) S 25647 25649 24816 0 -1 4202496 266452 0 1 0 412 29 0 0 25 0 19 0 833734502 10879557632 263395 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25649/statm: 2656142 263400 2226 9 0 2646876 0
[pid=25649/tid=25650] ppid=25647 vsize=10624568 CPUtime=3.08 cores=0,2,4,6
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 24816 0 -1 4202560 253499 0 1 0 282 26 0 0 21 0 19 0 833734503 10879557632 263402 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 46912505566994 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25649/tid=25652] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25652/stat : 25652 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 263406 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25653] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25653/stat : 25653 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 263409 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25654] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25654/stat : 25654 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 263413 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25655] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25655/stat : 25655 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 263416 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25656] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25656/stat : 25656 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 263419 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25657] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25657/stat : 25657 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 263423 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25658] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25658/stat : 25658 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 263425 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25659] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25659/stat : 25659 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 263428 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25660] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25660/stat : 25660 (java) S 25647 25649 24816 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833734505 10879557632 263429 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 0 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25661] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25661/stat : 25661 (java) S 25647 25649 24816 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833734506 10879557632 263433 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25662] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25662/stat : 25662 (java) S 25647 25649 24816 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833734506 10879557632 263436 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25663] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25663/stat : 25663 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734508 10879557632 263439 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658970033 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25664] ppid=25647 vsize=10624568 CPUtime=0.69 cores=0,2,4,6
/proc/25649/task/25664/stat : 25664 (java) S 25647 25649 24816 0 -1 4202560 5564 0 0 0 69 0 0 0 15 0 19 0 833734508 10879557632 263441 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 0 0 0 0
[pid=25649/tid=25665] ppid=25647 vsize=10624568 CPUtime=0.61 cores=0,2,4,6
/proc/25649/task/25665/stat : 25665 (java) R 25647 25649 24816 0 -1 4202560 6238 0 0 0 60 1 0 0 16 0 19 0 833734508 10879557632 263445 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 46964230555649 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=25649/tid=25666] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25666/stat : 25666 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734508 10879557632 263448 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25667] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25667/stat : 25667 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833734508 10879557632 263451 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 4 0 16800975 18446604452964833280 0 0 -1 0 0 0 0
[pid=25649/tid=25668] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25668/stat : 25668 (java) S 25647 25649 24816 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833734517 10879557632 263454 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 10624568

[startup+6.30088 s]
/proc/loadavg: 1.93 2.03 2.00 3/535 25668
/proc/meminfo: memFree=23604112/32951132 swapFree=57925096/67111528
[pid=25649] ppid=25647 vsize=10624568 CPUtime=7.83 cores=0,2,4,6
/proc/25649/stat : 25649 (java) S 25647 25649 24816 0 -1 4202496 563201 0 1 0 722 61 0 0 25 0 19 0 833734502 10879557632 556607 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25649/statm: 2656142 556611 2227 9 0 2646876 0
[pid=25649/tid=25650] ppid=25647 vsize=10624568 CPUtime=6.27 cores=0,2,4,6
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 24816 0 -1 4202560 547381 0 1 0 570 57 0 0 21 0 19 0 833734503 10879557632 556612 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 46912505568731 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25649/tid=25652] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25652/stat : 25652 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 556615 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25653] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25653/stat : 25653 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 556617 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25654] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25654/stat : 25654 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 556620 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25655] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25655/stat : 25655 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 556620 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25656] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25656/stat : 25656 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 556620 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25657] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25657/stat : 25657 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 556620 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25658] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25658/stat : 25658 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 556621 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25659] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25659/stat : 25659 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734504 10879557632 556621 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25660] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25660/stat : 25660 (java) S 25647 25649 24816 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833734505 10879557632 556621 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 0 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25661] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25661/stat : 25661 (java) S 25647 25649 24816 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833734506 10879557632 556622 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25662] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25662/stat : 25662 (java) S 25647 25649 24816 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833734506 10879557632 556623 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25663] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25663/stat : 25663 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734508 10879557632 556629 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658970033 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25664] ppid=25647 vsize=10624568 CPUtime=0.72 cores=0,2,4,6
/proc/25649/task/25664/stat : 25664 (java) S 25647 25649 24816 0 -1 4202560 5569 0 0 0 72 0 0 0 15 0 19 0 833734508 10879557632 556632 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 0 0 0 0
[pid=25649/tid=25665] ppid=25647 vsize=10624568 CPUtime=0.81 cores=0,2,4,6
/proc/25649/task/25665/stat : 25665 (java) S 25647 25649 24816 0 -1 4202560 9096 0 0 0 79 2 0 0 15 0 19 0 833734508 10879557632 556635 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0

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

[pid=25649/tid=25668] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25668/stat : 25668 (java) S 25647 25649 24816 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833734517 10879557632 1012050 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1668.91
Current children cumulated vsize (KiB) 10624568

[startup+1722.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/535 25721
/proc/meminfo: memFree=21166172/32951132 swapFree=57925096/67111528
[pid=25649] ppid=25647 vsize=10624568 CPUtime=1729.14 cores=0,2,4,6
/proc/25649/stat : 25649 (java) S 25647 25649 24816 0 -1 4202496 1031712 0 1 0 172774 140 0 0 25 0 19 0 833734502 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25649/statm: 2656142 1017129 2256 9 0 2646876 0
[pid=25649/tid=25650] ppid=25647 vsize=10624568 CPUtime=1719.31 cores=0,2,4,6
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 24816 0 -1 4202560 828172 0 1 0 171830 101 0 0 25 0 19 0 833734503 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 46912505623192 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25649/tid=25652] ppid=25647 vsize=10624568 CPUtime=0.88 cores=0,2,4,6
/proc/25649/task/25652/stat : 25652 (java) S 25647 25649 24816 0 -1 4202560 23754 0 0 0 84 4 0 0 15 0 19 0 833734504 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 0 0 0 0
[pid=25649/tid=25653] ppid=25647 vsize=10624568 CPUtime=0.91 cores=0,2,4,6
/proc/25649/task/25653/stat : 25653 (java) S 25647 25649 24816 0 -1 4202560 22795 0 0 0 87 4 0 0 15 0 19 0 833734504 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25654] ppid=25647 vsize=10624568 CPUtime=0.91 cores=0,2,4,6
/proc/25649/task/25654/stat : 25654 (java) S 25647 25649 24816 0 -1 4202560 19335 0 0 0 89 2 0 0 15 0 19 0 833734504 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 2 0 0 0
[pid=25649/tid=25655] ppid=25647 vsize=10624568 CPUtime=0.96 cores=0,2,4,6
/proc/25649/task/25655/stat : 25655 (java) S 25647 25649 24816 0 -1 4202560 17015 0 0 0 94 2 0 0 16 0 19 0 833734504 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25656] ppid=25647 vsize=10624568 CPUtime=1.02 cores=0,2,4,6
/proc/25649/task/25656/stat : 25656 (java) S 25647 25649 24816 0 -1 4202560 26576 0 0 0 98 4 0 0 16 0 19 0 833734504 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25657] ppid=25647 vsize=10624568 CPUtime=1.15 cores=0,2,4,6
/proc/25649/task/25657/stat : 25657 (java) S 25647 25649 24816 0 -1 4202560 23444 0 0 0 111 4 0 0 16 0 19 0 833734504 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 2 0 0 0
[pid=25649/tid=25658] ppid=25647 vsize=10624568 CPUtime=1.05 cores=0,2,4,6
/proc/25649/task/25658/stat : 25658 (java) S 25647 25649 24816 0 -1 4202560 28914 0 0 0 101 4 0 0 15 0 19 0 833734504 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 0 0 0 0
[pid=25649/tid=25659] ppid=25647 vsize=10624568 CPUtime=0.86 cores=0,2,4,6
/proc/25649/task/25659/stat : 25659 (java) S 25647 25649 24816 0 -1 4202560 24246 0 0 0 82 4 0 0 15 0 19 0 833734504 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25660] ppid=25647 vsize=10624568 CPUtime=0.27 cores=0,2,4,6
/proc/25649/task/25660/stat : 25660 (java) S 25647 25649 24816 0 -1 4202560 1502 0 0 0 25 2 0 0 15 0 19 0 833734505 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 0 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25661] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25661/stat : 25661 (java) S 25647 25649 24816 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833734506 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25662] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25662/stat : 25662 (java) S 25647 25649 24816 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 833734506 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25663] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25663/stat : 25663 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734508 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658970033 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25664] ppid=25647 vsize=10624568 CPUtime=0.75 cores=0,2,4,6
/proc/25649/task/25664/stat : 25664 (java) S 25647 25649 24816 0 -1 4202560 5578 0 0 0 75 0 0 0 15 0 19 0 833734508 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 0 0 0 0
[pid=25649/tid=25665] ppid=25647 vsize=10624568 CPUtime=0.93 cores=0,2,4,6
/proc/25649/task/25665/stat : 25665 (java) S 25647 25649 24816 0 -1 4202560 9130 0 0 0 91 2 0 0 15 0 19 0 833734508 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25666] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25666/stat : 25666 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734508 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25667] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25667/stat : 25667 (java) S 25647 25649 24816 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 833734508 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25668] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25668/stat : 25668 (java) S 25647 25649 24816 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833734517 10879557632 1017129 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1729.14
Current children cumulated vsize (KiB) 10624568

[startup+1782.3 s]
/proc/loadavg: 2.15 2.10 2.02 4/535 25917
/proc/meminfo: memFree=23454336/32951132 swapFree=57925096/67111528
[pid=25649] ppid=25647 vsize=10624568 CPUtime=1789.33 cores=0,2,4,6
/proc/25649/stat : 25649 (java) S 25647 25649 24816 0 -1 4202496 1036333 0 1 0 178778 155 0 0 25 0 19 0 833734502 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25649/statm: 2656142 1021540 2256 9 0 2646876 0
[pid=25649/tid=25650] ppid=25647 vsize=10624568 CPUtime=1779.17 cores=0,2,4,6
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 24816 0 -1 4202560 828178 0 1 0 177802 115 0 0 25 0 19 0 833734503 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 46912505533960 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25649/tid=25652] ppid=25647 vsize=10624568 CPUtime=0.94 cores=0,2,4,6
/proc/25649/task/25652/stat : 25652 (java) S 25647 25649 24816 0 -1 4202560 24249 0 0 0 90 4 0 0 16 0 19 0 833734504 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 2 0 0 0
[pid=25649/tid=25653] ppid=25647 vsize=10624568 CPUtime=0.97 cores=0,2,4,6
/proc/25649/task/25653/stat : 25653 (java) S 25647 25649 24816 0 -1 4202560 23895 0 0 0 93 4 0 0 16 0 19 0 833734504 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25654] ppid=25647 vsize=10624568 CPUtime=0.95 cores=0,2,4,6
/proc/25649/task/25654/stat : 25654 (java) S 25647 25649 24816 0 -1 4202560 19617 0 0 0 92 3 0 0 15 0 19 0 833734504 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25655] ppid=25647 vsize=10624568 CPUtime=1 cores=0,2,4,6
/proc/25649/task/25655/stat : 25655 (java) S 25647 25649 24816 0 -1 4202560 17504 0 0 0 98 2 0 0 16 0 19 0 833734504 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25656] ppid=25647 vsize=10624568 CPUtime=1.05 cores=0,2,4,6
/proc/25649/task/25656/stat : 25656 (java) S 25647 25649 24816 0 -1 4202560 26939 0 0 0 101 4 0 0 16 0 19 0 833734504 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25657] ppid=25647 vsize=10624568 CPUtime=1.18 cores=0,2,4,6
/proc/25649/task/25657/stat : 25657 (java) S 25647 25649 24816 0 -1 4202560 24089 0 0 0 114 4 0 0 16 0 19 0 833734504 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 2 0 0 0
[pid=25649/tid=25658] ppid=25647 vsize=10624568 CPUtime=1.13 cores=0,2,4,6
/proc/25649/task/25658/stat : 25658 (java) S 25647 25649 24816 0 -1 4202560 29915 0 0 0 108 5 0 0 16 0 19 0 833734504 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 0 0 0 0
[pid=25649/tid=25659] ppid=25647 vsize=10624568 CPUtime=0.87 cores=0,2,4,6
/proc/25649/task/25659/stat : 25659 (java) S 25647 25649 24816 0 -1 4202560 24480 0 0 0 83 4 0 0 15 0 19 0 833734504 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25660] ppid=25647 vsize=10624568 CPUtime=0.27 cores=0,2,4,6
/proc/25649/task/25660/stat : 25660 (java) S 25647 25649 24816 0 -1 4202560 1506 0 0 0 25 2 0 0 15 0 19 0 833734505 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 0 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25661] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25661/stat : 25661 (java) S 25647 25649 24816 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833734506 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25662] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25662/stat : 25662 (java) S 25647 25649 24816 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 833734506 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25663] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25663/stat : 25663 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734508 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658970033 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25664] ppid=25647 vsize=10624568 CPUtime=0.75 cores=0,2,4,6
/proc/25649/task/25664/stat : 25664 (java) S 25647 25649 24816 0 -1 4202560 5578 0 0 0 75 0 0 0 15 0 19 0 833734508 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 0 0 0 0
[pid=25649/tid=25665] ppid=25647 vsize=10624568 CPUtime=0.93 cores=0,2,4,6
/proc/25649/task/25665/stat : 25665 (java) S 25647 25649 24816 0 -1 4202560 9130 0 0 0 91 2 0 0 15 0 19 0 833734508 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25666] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25666/stat : 25666 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734508 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25667] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25667/stat : 25667 (java) S 25647 25649 24816 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833734508 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25668] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25668/stat : 25668 (java) S 25647 25649 24816 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833734517 10879557632 1021540 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1789.33
Current children cumulated vsize (KiB) 10624568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793 s]
/proc/loadavg: 2.11 2.10 2.02 4/535 25919
/proc/meminfo: memFree=22259028/32951132 swapFree=57925096/67111528
[pid=25649] ppid=25647 vsize=10624568 CPUtime=1800.1 cores=0,2,4,6
/proc/25649/stat : 25649 (java) S 25647 25649 24816 0 -1 4202496 1037188 0 1 0 179853 157 0 0 25 0 19 0 833734502 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25649/statm: 2656142 1022356 2256 9 0 2646876 0
[pid=25649/tid=25650] ppid=25647 vsize=10624568 CPUtime=1789.89 cores=0,2,4,6
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 24816 0 -1 4202560 828179 0 1 0 178872 117 0 0 25 0 19 0 833734503 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 46912505835727 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25649/tid=25652] ppid=25647 vsize=10624568 CPUtime=0.95 cores=0,2,4,6
/proc/25649/task/25652/stat : 25652 (java) S 25647 25649 24816 0 -1 4202560 24440 0 0 0 91 4 0 0 16 0 19 0 833734504 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 2 0 0 0
[pid=25649/tid=25653] ppid=25647 vsize=10624568 CPUtime=0.97 cores=0,2,4,6
/proc/25649/task/25653/stat : 25653 (java) S 25647 25649 24816 0 -1 4202560 23895 0 0 0 93 4 0 0 15 0 19 0 833734504 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25654] ppid=25647 vsize=10624568 CPUtime=0.95 cores=0,2,4,6
/proc/25649/task/25654/stat : 25654 (java) S 25647 25649 24816 0 -1 4202560 19617 0 0 0 92 3 0 0 15 0 19 0 833734504 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25655] ppid=25647 vsize=10624568 CPUtime=1.01 cores=0,2,4,6
/proc/25649/task/25655/stat : 25655 (java) S 25647 25649 24816 0 -1 4202560 18038 0 0 0 99 2 0 0 16 0 19 0 833734504 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25656] ppid=25647 vsize=10624568 CPUtime=1.06 cores=0,2,4,6
/proc/25649/task/25656/stat : 25656 (java) S 25647 25649 24816 0 -1 4202560 26940 0 0 0 102 4 0 0 16 0 19 0 833734504 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25657] ppid=25647 vsize=10624568 CPUtime=1.18 cores=0,2,4,6
/proc/25649/task/25657/stat : 25657 (java) S 25647 25649 24816 0 -1 4202560 24089 0 0 0 114 4 0 0 15 0 19 0 833734504 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 2 0 0 0
[pid=25649/tid=25658] ppid=25647 vsize=10624568 CPUtime=1.15 cores=0,2,4,6
/proc/25649/task/25658/stat : 25658 (java) S 25647 25649 24816 0 -1 4202560 30039 0 0 0 110 5 0 0 16 0 19 0 833734504 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 0 0 0 0
[pid=25649/tid=25659] ppid=25647 vsize=10624568 CPUtime=0.87 cores=0,2,4,6
/proc/25649/task/25659/stat : 25659 (java) S 25647 25649 24816 0 -1 4202560 24480 0 0 0 83 4 0 0 15 0 19 0 833734504 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25660] ppid=25647 vsize=10624568 CPUtime=0.27 cores=0,2,4,6
/proc/25649/task/25660/stat : 25660 (java) S 25647 25649 24816 0 -1 4202560 1508 0 0 0 25 2 0 0 15 0 19 0 833734505 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 0 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25661] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25661/stat : 25661 (java) S 25647 25649 24816 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833734506 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25662] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25662/stat : 25662 (java) S 25647 25649 24816 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 833734506 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25663] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25663/stat : 25663 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734508 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658970033 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25664] ppid=25647 vsize=10624568 CPUtime=0.75 cores=0,2,4,6
/proc/25649/task/25664/stat : 25664 (java) S 25647 25649 24816 0 -1 4202560 5578 0 0 0 75 0 0 0 15 0 19 0 833734508 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 0 0 0 0
[pid=25649/tid=25665] ppid=25647 vsize=10624568 CPUtime=0.93 cores=0,2,4,6
/proc/25649/task/25665/stat : 25665 (java) S 25647 25649 24816 0 -1 4202560 9130 0 0 0 91 2 0 0 15 0 19 0 833734508 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
[pid=25649/tid=25666] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25666/stat : 25666 (java) S 25647 25649 24816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833734508 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962329 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25667] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25667/stat : 25667 (java) S 25647 25649 24816 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 833734508 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 4 0 16800975 18446604452964833280 0 0 -1 4 0 0 0
[pid=25649/tid=25668] ppid=25647 vsize=10624568 CPUtime=0 cores=0,2,4,6
/proc/25649/task/25668/stat : 25668 (java) S 25647 25649 24816 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833734517 10879557632 1022356 33554432000 1073741824 1073778376 140735414129152 18446744073709551615 210658962944 0 4 0 16800975 18446604452964833280 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10624568

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

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

[startup+1793.14 s]
/proc/loadavg: 2.11 2.10 2.02 4/535 25919
/proc/meminfo: memFree=22259028/32951132 swapFree=57925096/67111528
[pid=25649] ppid=25647 vsize=0 CPUtime=1800.23 cores=0,2,4,6
/proc/25649/stat : 25649 (java) Z 25647 25649 24816 0 -1 4203548 1037226 0 1 0 179857 166 0 0 17 0 2 0 833734502 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25649/statm: 0 0 0 0 0 0 0
[pid=25649/tid=25668] ppid=25647 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/25649/task/25668/stat : 25668 (java) R 25647 25649 24816 0 -1 4203588 7 0 0 0 0 8 0 0 18 0 2 0 833734517 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

[startup+1793.2 s]
/proc/loadavg: 2.11 2.10 2.02 4/535 25919
/proc/meminfo: memFree=22259028/32951132 swapFree=57925096/67111528
[pid=25649] ppid=25647 vsize=0 CPUtime=1800.28 cores=0,2,4,6
/proc/25649/stat : 25649 (java) Z 25647 25649 24816 0 -1 4203548 1037226 0 1 0 179857 171 0 0 17 0 2 0 833734502 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25649/statm: 0 0 0 0 0 0 0
[pid=25649/tid=25668] ppid=25647 vsize=0 CPUtime=0.14 cores=0,2,4,6
/proc/25649/task/25668/stat : 25668 (java) R 25647 25649 24816 0 -1 4203588 7 0 0 0 0 14 0 0 18 0 2 0 833734517 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.21
CPU time (s): 1800.3
CPU user time (s): 1798.58
CPU system time (s): 1.72474
CPU usage (%): 100.396
Max. virtual memory (cumulated for all children) (KiB): 10624568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.58
system time used= 1.72474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1037226
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= 42307
involuntary context switches= 17821

runsolver used 9.71752 second user time and 19.981 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-04 23:02:29
IDJOB=3456861
IDBENCH=2899
IDSOLVER=1951
FILE ID=node129/3456861-1307221349
RUNJOBID= node129-1307215869-24834
PBS_JOBID= 13509095
Free space on /tmp= 73880 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_5_40_3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456861-1307221349/watcher-3456861-1307221349 -o /tmp/evaluation-result-3456861-1307221349/solver-3456861-1307221349 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456861-1307221349.opb

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

MD5SUM BENCH= 455599f2e36aed56b051b7169c43fa6c
RANDOM SEED=1292798827

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      25565288 kB
Buffers:        324756 kB
Cached:        2150000 kB
SwapCached:      49348 kB
Active:        3922072 kB
Inactive:      3174904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25565288 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:             444 kB
Writeback:           0 kB
AnonPages:     4584316 kB
Mapped:          23016 kB
Slab:           154796 kB
PageTables:      66068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 157692572 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73876 MiB
End job on node129 at 2011-06-04 23:32:24