Trace number 3478848

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.4 1795.56

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-147.opb
MD5SUM8c2053bb677dce90b85fb5832d9bc324
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3478848-1307440383.opb
0.11/0.10	c reading problem ... 
7.38/6.47	c ... done. Wall clock time 6.365s.
7.38/6.47	c #vars     42127
7.38/6.47	c #constraints  975848
7.38/6.47	c constraints type 
7.38/6.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 204985
7.38/6.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 672019
7.38/6.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3063
7.38/6.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 95781
21.29/18.65	c cleaning 0 clauses out of 5000 with flag 0/5000
26.77/23.77	c cleaning 0 clauses out of 11001 with flag 0/11001
33.09/30.06	c cleaning 0 clauses out of 18002 with flag 0/18002
41.85/38.72	c cleaning 0 clauses out of 26000 with flag 0/26000
52.63/49.43	c cleaning 0 clauses out of 35000 with flag 0/35000
65.94/62.74	c cleaning 0 clauses out of 45000 with flag 0/45000
82.47/79.28	c cleaning 0 clauses out of 56000 with flag 0/56000
102.77/99.50	c cleaning 0 clauses out of 68000 with flag 0/68000
128.49/125.30	c cleaning 0 clauses out of 81001 with flag 0/81001
153.41/150.12	c cleaning 0 clauses out of 95000 with flag 0/95000
192.16/188.89	c cleaning 0 clauses out of 110001 with flag 0/110001
233.10/229.79	c cleaning 0 clauses out of 126001 with flag 0/126001
276.74/273.36	c cleaning 0 clauses out of 143003 with flag 0/143003
315.68/312.26	c cleaning 0 clauses out of 161001 with flag 0/161001
360.05/356.54	c cleaning 0 clauses out of 180002 with flag 0/180002
416.60/413.09	c cleaning 0 clauses out of 200001 with flag 0/200001
492.27/488.66	c cleaning 0 clauses out of 221000 with flag 0/221000
569.64/565.98	c cleaning 0 clauses out of 243001 with flag 0/243001
663.14/659.37	c cleaning 0 clauses out of 266002 with flag 0/266002
783.34/779.40	c cleaning 0 clauses out of 290000 with flag 0/290000
908.82/904.84	c cleaning 0 clauses out of 315000 with flag 0/315000
999.64/995.53	c cleaning 0 clauses out of 341002 with flag 0/341002
1129.73/1125.51	c cleaning 0 clauses out of 368000 with flag 0/368000
1294.82/1290.51	c cleaning 0 clauses out of 396001 with flag 0/396001
1474.43/1470.09	c cleaning 0 clauses out of 425000 with flag 0/425000
1638.57/1634.06	c cleaning 0 clauses out of 455000 with flag 0/455000
1800.02/1795.32	c starts		: 152
1800.02/1795.32	c conflicts		: 481735
1800.02/1795.32	c decisions		: 820037
1800.02/1795.32	c propagations		: 437954523
1800.02/1795.32	c inspects		: 9019876045
1800.02/1795.32	c shortcuts		: 0
1800.02/1795.32	c learnt literals	: 0
1800.02/1795.32	c learnt binary clauses	: 5
1800.02/1795.32	c learnt ternary clauses	: 73
1800.02/1795.32	c learnt constraints	: 481734
1800.02/1795.32	c ignored constraints	: 0
1800.02/1795.32	c root simplifications	: 0
1800.02/1795.32	c removed literals (reason simplification)	: 0
1800.02/1795.32	c reason swapping (by a shorter reason)	: 0
1800.02/1795.32	c Calls to reduceDB	: 26
1800.02/1795.32	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.32	c number of learned constraints concerned by reduction	: 0
1800.02/1795.32	c number of learning phase by resolution	: 0
1800.02/1795.32	c number of learning phase by cutting planes	: 0
1800.02/1795.32	c speed (assignments/second)	: 244824.75770733025
1800.02/1795.32	c non guided choices	4944
1800.02/1795.41	c learnt constraints type 
1800.02/1795.41	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 481545
1800.02/1795.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.02/1795.41	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 5
1800.02/1795.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 191
1800.02/1795.41	c constraints type 
1800.02/1795.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 204985
1800.02/1795.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 672019
1800.02/1795.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3063
1800.02/1795.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 95781
1800.02/1795.41	s UNKNOWN
1800.02/1795.41	c Total wall clock time (in seconds): 1795.3

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3478848-1307440383/watcher-3478848-1307440383 -o /tmp/evaluation-result-3478848-1307440383/solver-3478848-1307440383 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3478848-1307440383.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.02 2.02 1.96 3/442 24680
/proc/meminfo: memFree=23324540/32951124 swapFree=44043516/67111528
[pid=24680] ppid=24678 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/24680/stat : 24680 (java) S 24678 24680 24324 0 -1 4202496 3523 0 1 0 0 0 0 0 23 0 2 0 855636643 10694979584 3224 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/24680/statm: 2611079 3237 917 9 0 2602235 0
[pid=24680/tid=24681] ppid=24678 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24681/stat : 24681 (java) R 24678 24680 24324 0 -1 4202560 5169 0 1 0 0 0 0 0 25 0 2 0 855636643 10694979584 5985 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.037437 s]
/proc/loadavg: 2.02 2.02 1.96 3/442 24680
/proc/meminfo: memFree=23324540/32951124 swapFree=44043516/67111528
[pid=24680] ppid=24678 vsize=10533016 CPUtime=0.02 cores=1,3,5,7
/proc/24680/stat : 24680 (java) S 24678 24680 24324 0 -1 4202496 11132 0 1 0 1 1 0 0 23 0 13 0 855636643 10785808384 10829 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/24680/statm: 2633254 10830 1653 9 0 2624002 0
[pid=24680/tid=24681] ppid=24678 vsize=10533016 CPUtime=0.02 cores=1,3,5,7
/proc/24680/task/24681/stat : 24681 (java) R 24678 24680 24324 0 -1 4202560 9985 0 1 0 1 1 0 0 25 0 13 0 855636643 10785808384 10830 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 47393430023267 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10533016

[startup+0.100423 s]
/proc/loadavg: 2.02 2.02 1.96 3/442 24680
/proc/meminfo: memFree=23324540/32951124 swapFree=44043516/67111528
[pid=24680] ppid=24678 vsize=10604976 CPUtime=0.11 cores=1,3,5,7
/proc/24680/stat : 24680 (java) S 24678 24680 24324 0 -1 4202496 13134 0 1 0 9 2 0 0 23 0 18 0 855636643 10859495424 12802 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24680/statm: 2651244 12803 2092 9 0 2641978 0
[pid=24680/tid=24681] ppid=24678 vsize=10604976 CPUtime=0.09 cores=1,3,5,7
/proc/24680/task/24681/stat : 24681 (java) R 24678 24680 24324 0 -1 4202560 11199 0 1 0 7 2 0 0 18 0 18 0 855636643 10859495424 12803 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 47393430362963 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10604976

[startup+0.304429 s]
/proc/loadavg: 2.02 2.02 1.96 3/442 24680
/proc/meminfo: memFree=23324540/32951124 swapFree=44043516/67111528
[pid=24680] ppid=24678 vsize=10606980 CPUtime=0.5 cores=1,3,5,7
/proc/24680/stat : 24680 (java) S 24678 24680 24324 0 -1 4202496 16826 0 1 0 47 3 0 0 23 0 18 0 855636643 10861547520 15866 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24680/statm: 2651745 15867 2201 9 0 2642479 0
[pid=24680/tid=24681] ppid=24678 vsize=10606980 CPUtime=0.29 cores=1,3,5,7
/proc/24680/task/24681/stat : 24681 (java) R 24678 24680 24324 0 -1 4202560 13478 0 1 0 27 2 0 0 18 0 18 0 855636643 10861547520 15867 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 47393430362932 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10606980

[startup+0.700315 s]
/proc/loadavg: 2.02 2.02 1.96 3/442 24680
/proc/meminfo: memFree=23324540/32951124 swapFree=44043516/67111528
[pid=24680] ppid=24678 vsize=10610816 CPUtime=1.16 cores=1,3,5,7
/proc/24680/stat : 24680 (java) S 24678 24680 24324 0 -1 4202496 52108 0 1 0 110 6 0 0 23 0 18 0 855636643 10865475584 49594 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24680/statm: 2652704 49598 2215 9 0 2643438 0
[pid=24680/tid=24681] ppid=24678 vsize=10610816 CPUtime=0.68 cores=1,3,5,7
/proc/24680/task/24681/stat : 24681 (java) R 24678 24680 24324 0 -1 4202560 45248 0 1 0 63 5 0 0 18 0 18 0 855636643 10865475584 49601 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 46912505591918 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 10610816

[startup+1.50117 s]
/proc/loadavg: 2.02 2.02 1.96 3/460 24698
/proc/meminfo: memFree=22853076/32951124 swapFree=44043516/67111528
[pid=24680] ppid=24678 vsize=10610816 CPUtime=2.01 cores=1,3,5,7
/proc/24680/stat : 24680 (java) S 24678 24680 24324 0 -1 4202496 136908 0 1 0 186 15 0 0 23 0 18 0 855636643 10865475584 134393 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24680/statm: 2652704 134397 2215 9 0 2643438 0
[pid=24680/tid=24681] ppid=24678 vsize=10610816 CPUtime=1.49 cores=1,3,5,7
/proc/24680/task/24681/stat : 24681 (java) R 24678 24680 24324 0 -1 4202560 130030 0 1 0 134 15 0 0 19 0 18 0 855636643 10865475584 134399 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 46912505628286 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24680/tid=24683] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24683/stat : 24683 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 134402 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24684] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24684/stat : 24684 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 134405 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24685] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24685/stat : 24685 (java) S 24678 24680 24324 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 134408 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24686] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24686/stat : 24686 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 134410 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24687] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24687/stat : 24687 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 134413 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24688] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24688/stat : 24688 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 134416 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24689] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24689/stat : 24689 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 134418 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24690] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24690/stat : 24690 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 134421 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24691] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24691/stat : 24691 (java) S 24678 24680 24324 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855636646 10865475584 134424 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 0 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24692] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24692/stat : 24692 (java) S 24678 24680 24324 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855636647 10865475584 134427 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24693] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24693/stat : 24693 (java) S 24678 24680 24324 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855636647 10865475584 134429 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24694] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24694/stat : 24694 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636649 10865475584 134432 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528657841 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24695] ppid=24678 vsize=10610816 CPUtime=0.25 cores=1,3,5,7
/proc/24680/task/24695/stat : 24695 (java) S 24678 24680 24324 0 -1 4202560 2625 0 0 0 25 0 0 0 15 0 18 0 855636649 10865475584 134435 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24696] ppid=24678 vsize=10610816 CPUtime=0.26 cores=1,3,5,7
/proc/24680/task/24696/stat : 24696 (java) S 24678 24680 24324 0 -1 4202560 3107 0 0 0 26 0 0 0 15 0 18 0 855636649 10865475584 134438 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
[pid=24680/tid=24697] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24697/stat : 24697 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636649 10865475584 134440 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24698] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24698/stat : 24698 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855636649 10865475584 134441 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 10610816

[startup+3.10089 s]
/proc/loadavg: 2.02 2.02 1.96 3/460 24698
/proc/meminfo: memFree=22384364/32951124 swapFree=44043516/67111528
[pid=24680] ppid=24678 vsize=10610816 CPUtime=3.63 cores=1,3,5,7
/proc/24680/stat : 24680 (java) S 24678 24680 24324 0 -1 4202496 304062 0 1 0 328 35 0 0 23 0 18 0 855636643 10865475584 301547 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24680/statm: 2652704 301551 2215 9 0 2643438 0
[pid=24680/tid=24681] ppid=24678 vsize=10610816 CPUtime=3.09 cores=1,3,5,7
/proc/24680/task/24681/stat : 24681 (java) R 24678 24680 24324 0 -1 4202560 297177 0 1 0 274 35 0 0 25 0 18 0 855636643 10865475584 301554 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 46912505647753 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24680/tid=24683] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24683/stat : 24683 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 301556 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24684] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24684/stat : 24684 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 301559 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24685] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24685/stat : 24685 (java) S 24678 24680 24324 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 301561 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24686] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24686/stat : 24686 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 301564 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24687] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24687/stat : 24687 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 301567 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24688] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24688/stat : 24688 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 301569 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24689] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24689/stat : 24689 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 301572 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24690] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24690/stat : 24690 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10865475584 301574 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24691] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24691/stat : 24691 (java) S 24678 24680 24324 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855636646 10865475584 301577 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 0 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24692] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24692/stat : 24692 (java) S 24678 24680 24324 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855636647 10865475584 301579 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24693] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24693/stat : 24693 (java) S 24678 24680 24324 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855636647 10865475584 301582 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24694] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24694/stat : 24694 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636649 10865475584 301584 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528657841 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24695] ppid=24678 vsize=10610816 CPUtime=0.25 cores=1,3,5,7
/proc/24680/task/24695/stat : 24695 (java) S 24678 24680 24324 0 -1 4202560 2625 0 0 0 25 0 0 0 15 0 18 0 855636649 10865475584 301585 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24696] ppid=24678 vsize=10610816 CPUtime=0.28 cores=1,3,5,7
/proc/24680/task/24696/stat : 24696 (java) S 24678 24680 24324 0 -1 4202560 3115 0 0 0 28 0 0 0 15 0 18 0 855636649 10865475584 301586 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
[pid=24680/tid=24697] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24697/stat : 24697 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636649 10865475584 301589 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24698] ppid=24678 vsize=10610816 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24698/stat : 24698 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855636649 10865475584 301591 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 10610816

[startup+6.30126 s]
/proc/loadavg: 2.02 2.02 1.96 3/460 24698
/proc/meminfo: memFree=20923892/32951124 swapFree=44043516/67111528
[pid=24680] ppid=24678 vsize=10609568 CPUtime=7.28 cores=1,3,5,7
/proc/24680/stat : 24680 (java) S 24678 24680 24324 0 -1 4202496 689528 0 1 0 646 82 0 0 23 0 18 0 855636643 10864197632 686434 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24680/statm: 2652392 686438 2225 9 0 2643126 0
[pid=24680/tid=24681] ppid=24678 vsize=10609568 CPUtime=6.14 cores=1,3,5,7
/proc/24680/task/24681/stat : 24681 (java) S 24678 24680 24324 0 -1 4202560 651009 0 1 0 536 78 0 0 19 0 18 0 855636643 10864197632 686441 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24683] ppid=24678 vsize=10609568 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24683/stat : 24683 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636645 10864197632 686445 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24684] ppid=24678 vsize=10609568 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24684/stat : 24684 (java) R 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855636645 10864197632 686447 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=24680/tid=24685] ppid=24678 vsize=10609568 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24685/stat : 24685 (java) S 24678 24680 24324 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855636645 10864197632 686451 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24686] ppid=24678 vsize=10609568 CPUtime=0.04 cores=1,3,5,7
/proc/24680/task/24686/stat : 24686 (java) R 24678 24680 24324 0 -1 4202560 2527 0 0 0 4 0 0 0 18 0 18 0 855636645 10864197632 686455 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 47393425069761 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24680/tid=24687] ppid=24678 vsize=10609568 CPUtime=0.13 cores=1,3,5,7
/proc/24680/task/24687/stat : 24687 (java) R 24678 24680 24324 0 -1 4202560 7629 0 0 0 13 0 0 0 18 0 18 0 855636645 10864197632 686458 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 47393425069811 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24680/tid=24688] ppid=24678 vsize=10609568 CPUtime=0.09 cores=1,3,5,7
/proc/24680/task/24688/stat : 24688 (java) R 24678 24680 24324 0 -1 4202560 5370 0 0 0 9 0 0 0 18 0 18 0 855636645 10864197632 686463 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 47393429494795 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24680/tid=24689] ppid=24678 vsize=10609568 CPUtime=0.14 cores=1,3,5,7
/proc/24680/task/24689/stat : 24689 (java) R 24678 24680 24324 0 -1 4202560 7255 0 0 0 13 1 0 0 18 0 18 0 855636645 10864197632 686465 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 47393425069761 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24680/tid=24690] ppid=24678 vsize=10609568 CPUtime=0.13 cores=1,3,5,7
/proc/24680/task/24690/stat : 24690 (java) R 24678 24680 24324 0 -1 4202560 8872 0 0 0 13 0 0 0 18 0 18 0 855636645 10864197632 686469 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 47393429494510 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=24680/tid=24691] ppid=24678 vsize=10609568 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24691/stat : 24691 (java) S 24678 24680 24324 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 18 0 855636646 10864197632 686473 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 0 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24692] ppid=24678 vsize=10609568 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24692/stat : 24692 (java) S 24678 24680 24324 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855636647 10864197632 686477 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24693] ppid=24678 vsize=10609568 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24693/stat : 24693 (java) S 24678 24680 24324 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855636647 10864197632 686482 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24694] ppid=24678 vsize=10609568 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24694/stat : 24694 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636649 10864197632 686484 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528657841 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24695] ppid=24678 vsize=10609568 CPUtime=0.25 cores=1,3,5,7
/proc/24680/task/24695/stat : 24695 (java) S 24678 24680 24324 0 -1 4202560 2625 0 0 0 25 0 0 0 15 0 18 0 855636649 10864197632 686488 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24696] ppid=24678 vsize=10609568 CPUtime=0.3 cores=1,3,5,7
/proc/24680/task/24696/stat : 24696 (java) S 24678 24680 24324 0 -1 4202560 3117 0 0 0 30 0 0 0 15 0 18 0 855636649 10864197632 686491 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
[pid=24680/tid=24697] ppid=24678 vsize=10609568 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24697/stat : 24697 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855636649 10864197632 686495 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24698] ppid=24678 vsize=10609568 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24698/stat : 24698 (java) S 24678 24680 24324 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 855636649 10864197632 686498 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0

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

[pid=24680/tid=24699] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24699/stat : 24699 (java) S 24678 24680 24324 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 855637293 10871914496 993864 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1666.92
Current children cumulated vsize (KiB) 10617104

[startup+1722.3 s]
/proc/loadavg: 2.01 2.06 2.01 3/461 24757
/proc/meminfo: memFree=17836080/32951124 swapFree=44043516/67111528
[pid=24680] ppid=24678 vsize=10617104 CPUtime=1726.97 cores=1,3,5,7
/proc/24680/stat : 24680 (java) S 24678 24680 24324 0 -1 4202496 1011689 0 1 0 172576 121 0 0 23 0 19 0 855636643 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24680/statm: 2654276 995474 2265 9 0 2645010 0
[pid=24680/tid=24681] ppid=24678 vsize=10617104 CPUtime=1709.68 cores=1,3,5,7
/proc/24680/task/24681/stat : 24681 (java) R 24678 24680 24324 0 -1 4202560 742342 0 1 0 170880 88 0 0 25 0 19 0 855636643 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 46912505854380 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24680/tid=24683] ppid=24678 vsize=10617104 CPUtime=0.41 cores=1,3,5,7
/proc/24680/task/24683/stat : 24683 (java) S 24678 24680 24324 0 -1 4202560 11407 0 0 0 40 1 0 0 15 0 19 0 855636645 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24684] ppid=24678 vsize=10617104 CPUtime=0.42 cores=1,3,5,7
/proc/24680/task/24684/stat : 24684 (java) S 24678 24680 24324 0 -1 4202560 24711 0 0 0 39 3 0 0 15 0 19 0 855636645 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24685] ppid=24678 vsize=10617104 CPUtime=0.63 cores=1,3,5,7
/proc/24680/task/24685/stat : 24685 (java) S 24678 24680 24324 0 -1 4202560 20947 0 0 0 61 2 0 0 16 0 19 0 855636645 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24686] ppid=24678 vsize=10617104 CPUtime=0.41 cores=1,3,5,7
/proc/24680/task/24686/stat : 24686 (java) S 24678 24680 24324 0 -1 4202560 20260 0 0 0 39 2 0 0 15 0 19 0 855636645 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24687] ppid=24678 vsize=10617104 CPUtime=0.57 cores=1,3,5,7
/proc/24680/task/24687/stat : 24687 (java) S 24678 24680 24324 0 -1 4202560 23006 0 0 0 54 3 0 0 16 0 19 0 855636645 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24688] ppid=24678 vsize=10617104 CPUtime=0.58 cores=1,3,5,7
/proc/24680/task/24688/stat : 24688 (java) S 24678 24680 24324 0 -1 4202560 20504 0 0 0 56 2 0 0 16 0 19 0 855636645 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24689] ppid=24678 vsize=10617104 CPUtime=0.36 cores=1,3,5,7
/proc/24680/task/24689/stat : 24689 (java) S 24678 24680 24324 0 -1 4202560 16424 0 0 0 34 2 0 0 16 0 19 0 855636645 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24690] ppid=24678 vsize=10617104 CPUtime=0.47 cores=1,3,5,7
/proc/24680/task/24690/stat : 24690 (java) S 24678 24680 24324 0 -1 4202560 25422 0 0 0 45 2 0 0 15 0 19 0 855636645 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24691] ppid=24678 vsize=10617104 CPUtime=11.48 cores=1,3,5,7
/proc/24680/task/24691/stat : 24691 (java) S 24678 24680 24324 0 -1 4202560 89816 0 0 0 1137 11 0 0 15 0 19 0 855636646 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 0 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
[pid=24680/tid=24692] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24692/stat : 24692 (java) S 24678 24680 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855636647 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24693] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24693/stat : 24693 (java) S 24678 24680 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855636647 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24694] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24694/stat : 24694 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855636649 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528657841 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24695] ppid=24678 vsize=10617104 CPUtime=0.96 cores=1,3,5,7
/proc/24680/task/24695/stat : 24695 (java) S 24678 24680 24324 0 -1 4202560 4406 0 0 0 96 0 0 0 15 0 19 0 855636649 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24696] ppid=24678 vsize=10617104 CPUtime=0.88 cores=1,3,5,7
/proc/24680/task/24696/stat : 24696 (java) S 24678 24680 24324 0 -1 4202560 11192 0 0 0 88 0 0 0 16 0 19 0 855636649 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
[pid=24680/tid=24697] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24697/stat : 24697 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855636649 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24698] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24698/stat : 24698 (java) S 24678 24680 24324 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 855636649 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
[pid=24680/tid=24699] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24699/stat : 24699 (java) S 24678 24680 24324 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 855637293 10871914496 995474 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1726.97
Current children cumulated vsize (KiB) 10617104

[startup+1782.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/461 24759
/proc/meminfo: memFree=17827984/32951124 swapFree=44043516/67111528
[pid=24680] ppid=24678 vsize=10617104 CPUtime=1787.01 cores=1,3,5,7
/proc/24680/stat : 24680 (java) S 24678 24680 24324 0 -1 4202496 1013017 0 1 0 178579 122 0 0 23 0 19 0 855636643 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24680/statm: 2654276 996754 2265 9 0 2645010 0
[pid=24680/tid=24681] ppid=24678 vsize=10617104 CPUtime=1769.66 cores=1,3,5,7
/proc/24680/task/24681/stat : 24681 (java) R 24678 24680 24324 0 -1 4202560 742343 0 1 0 176878 88 0 0 25 0 19 0 855636643 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 46912505918220 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24680/tid=24683] ppid=24678 vsize=10617104 CPUtime=0.41 cores=1,3,5,7
/proc/24680/task/24683/stat : 24683 (java) S 24678 24680 24324 0 -1 4202560 11408 0 0 0 40 1 0 0 15 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24684] ppid=24678 vsize=10617104 CPUtime=0.42 cores=1,3,5,7
/proc/24680/task/24684/stat : 24684 (java) S 24678 24680 24324 0 -1 4202560 24711 0 0 0 39 3 0 0 15 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24685] ppid=24678 vsize=10617104 CPUtime=0.64 cores=1,3,5,7
/proc/24680/task/24685/stat : 24685 (java) S 24678 24680 24324 0 -1 4202560 21251 0 0 0 62 2 0 0 16 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24686] ppid=24678 vsize=10617104 CPUtime=0.42 cores=1,3,5,7
/proc/24680/task/24686/stat : 24686 (java) S 24678 24680 24324 0 -1 4202560 20662 0 0 0 40 2 0 0 16 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24687] ppid=24678 vsize=10617104 CPUtime=0.57 cores=1,3,5,7
/proc/24680/task/24687/stat : 24687 (java) S 24678 24680 24324 0 -1 4202560 23006 0 0 0 54 3 0 0 16 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24688] ppid=24678 vsize=10617104 CPUtime=0.58 cores=1,3,5,7
/proc/24680/task/24688/stat : 24688 (java) S 24678 24680 24324 0 -1 4202560 20504 0 0 0 56 2 0 0 15 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24689] ppid=24678 vsize=10617104 CPUtime=0.37 cores=1,3,5,7
/proc/24680/task/24689/stat : 24689 (java) S 24678 24680 24324 0 -1 4202560 16698 0 0 0 35 2 0 0 16 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
[pid=24680/tid=24690] ppid=24678 vsize=10617104 CPUtime=0.48 cores=1,3,5,7
/proc/24680/task/24690/stat : 24690 (java) S 24678 24680 24324 0 -1 4202560 25762 0 0 0 46 2 0 0 16 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24691] ppid=24678 vsize=10617104 CPUtime=11.48 cores=1,3,5,7
/proc/24680/task/24691/stat : 24691 (java) S 24678 24680 24324 0 -1 4202560 89818 0 0 0 1137 11 0 0 15 0 19 0 855636646 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 0 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
[pid=24680/tid=24692] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24692/stat : 24692 (java) S 24678 24680 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855636647 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24693] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24693/stat : 24693 (java) S 24678 24680 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855636647 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24694] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24694/stat : 24694 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855636649 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528657841 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24695] ppid=24678 vsize=10617104 CPUtime=0.96 cores=1,3,5,7
/proc/24680/task/24695/stat : 24695 (java) S 24678 24680 24324 0 -1 4202560 4406 0 0 0 96 0 0 0 15 0 19 0 855636649 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24696] ppid=24678 vsize=10617104 CPUtime=0.88 cores=1,3,5,7
/proc/24680/task/24696/stat : 24696 (java) S 24678 24680 24324 0 -1 4202560 11192 0 0 0 88 0 0 0 16 0 19 0 855636649 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
[pid=24680/tid=24697] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24697/stat : 24697 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855636649 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24698] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24698/stat : 24698 (java) S 24678 24680 24324 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 855636649 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
[pid=24680/tid=24699] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24699/stat : 24699 (java) S 24678 24680 24324 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 855637293 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1787.01
Current children cumulated vsize (KiB) 10617104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 2.12 2.07 2.02 3/461 24807
/proc/meminfo: memFree=18752464/32951124 swapFree=44043516/67111528
[pid=24680] ppid=24678 vsize=10617104 CPUtime=1800.02 cores=1,3,5,7
/proc/24680/stat : 24680 (java) S 24678 24680 24324 0 -1 4202496 1013017 0 1 0 179880 122 0 0 23 0 19 0 855636643 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24680/statm: 2654276 996754 2265 9 0 2645010 0
[pid=24680/tid=24681] ppid=24678 vsize=10617104 CPUtime=1782.68 cores=1,3,5,7
/proc/24680/task/24681/stat : 24681 (java) R 24678 24680 24324 0 -1 4202560 742343 0 1 0 178180 88 0 0 25 0 19 0 855636643 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 46912505917709 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24680/tid=24683] ppid=24678 vsize=10617104 CPUtime=0.41 cores=1,3,5,7
/proc/24680/task/24683/stat : 24683 (java) S 24678 24680 24324 0 -1 4202560 11408 0 0 0 40 1 0 0 15 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24684] ppid=24678 vsize=10617104 CPUtime=0.42 cores=1,3,5,7
/proc/24680/task/24684/stat : 24684 (java) S 24678 24680 24324 0 -1 4202560 24711 0 0 0 39 3 0 0 15 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24685] ppid=24678 vsize=10617104 CPUtime=0.64 cores=1,3,5,7
/proc/24680/task/24685/stat : 24685 (java) S 24678 24680 24324 0 -1 4202560 21251 0 0 0 62 2 0 0 16 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24686] ppid=24678 vsize=10617104 CPUtime=0.42 cores=1,3,5,7
/proc/24680/task/24686/stat : 24686 (java) S 24678 24680 24324 0 -1 4202560 20662 0 0 0 40 2 0 0 16 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 7 0 0 0
[pid=24680/tid=24687] ppid=24678 vsize=10617104 CPUtime=0.57 cores=1,3,5,7
/proc/24680/task/24687/stat : 24687 (java) S 24678 24680 24324 0 -1 4202560 23006 0 0 0 54 3 0 0 16 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24688] ppid=24678 vsize=10617104 CPUtime=0.58 cores=1,3,5,7
/proc/24680/task/24688/stat : 24688 (java) S 24678 24680 24324 0 -1 4202560 20504 0 0 0 56 2 0 0 15 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24689] ppid=24678 vsize=10617104 CPUtime=0.37 cores=1,3,5,7
/proc/24680/task/24689/stat : 24689 (java) S 24678 24680 24324 0 -1 4202560 16698 0 0 0 35 2 0 0 16 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
[pid=24680/tid=24690] ppid=24678 vsize=10617104 CPUtime=0.48 cores=1,3,5,7
/proc/24680/task/24690/stat : 24690 (java) S 24678 24680 24324 0 -1 4202560 25762 0 0 0 46 2 0 0 16 0 19 0 855636645 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24691] ppid=24678 vsize=10617104 CPUtime=11.48 cores=1,3,5,7
/proc/24680/task/24691/stat : 24691 (java) S 24678 24680 24324 0 -1 4202560 89818 0 0 0 1137 11 0 0 15 0 19 0 855636646 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 0 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
[pid=24680/tid=24692] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24692/stat : 24692 (java) S 24678 24680 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855636647 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24693] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24693/stat : 24693 (java) S 24678 24680 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855636647 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24694] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24694/stat : 24694 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855636649 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528657841 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24695] ppid=24678 vsize=10617104 CPUtime=0.96 cores=1,3,5,7
/proc/24680/task/24695/stat : 24695 (java) S 24678 24680 24324 0 -1 4202560 4406 0 0 0 96 0 0 0 15 0 19 0 855636649 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 1 0 0 0
[pid=24680/tid=24696] ppid=24678 vsize=10617104 CPUtime=0.88 cores=1,3,5,7
/proc/24680/task/24696/stat : 24696 (java) S 24678 24680 24324 0 -1 4202560 11192 0 0 0 88 0 0 0 16 0 19 0 855636649 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
[pid=24680/tid=24697] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24697/stat : 24697 (java) S 24678 24680 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855636649 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650137 0 4 0 16800975 18446604458915498176 0 0 -1 3 0 0 0
[pid=24680/tid=24698] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24698/stat : 24698 (java) S 24678 24680 24324 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 855636649 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
[pid=24680/tid=24699] ppid=24678 vsize=10617104 CPUtime=0 cores=1,3,5,7
/proc/24680/task/24699/stat : 24699 (java) S 24678 24680 24324 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 855637293 10871914496 996754 33554432000 1073741824 1073778376 140736954642144 18446744073709551615 246528650752 0 4 0 16800975 18446604458915498176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 10617104

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

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

[startup+1795.42 s]
/proc/loadavg: 2.12 2.07 2.02 3/461 24807
/proc/meminfo: memFree=18752464/32951124 swapFree=44043516/67111528
[pid=24680] ppid=24678 vsize=0 CPUtime=1800.24 cores=1,3,5,7
/proc/24680/stat : 24680 (java) Z 24678 24680 24324 0 -1 4203548 1013049 0 1 0 179902 122 0 0 17 0 2 0 855636643 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24680/statm: 0 0 0 0 0 0 0
[pid=24680/tid=24681] ppid=24678 vsize=0 CPUtime=1782.78 cores=1,3,5,7
/proc/24680/task/24681/stat : 24681 (java) R 24678 24680 24324 0 -1 4203588 742343 0 1 0 178189 89 0 0 25 0 2 0 855636643 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

[startup+1795.5 s]
/proc/loadavg: 2.12 2.07 2.02 3/461 24807
/proc/meminfo: memFree=18752464/32951124 swapFree=44043516/67111528
[pid=24680] ppid=24678 vsize=0 CPUtime=1800.32 cores=1,3,5,7
/proc/24680/stat : 24680 (java) Z 24678 24680 24324 0 -1 4203548 1013049 0 1 0 179902 130 0 0 17 0 2 0 855636643 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24680/statm: 0 0 0 0 0 0 0
[pid=24680/tid=24681] ppid=24678 vsize=0 CPUtime=1782.86 cores=1,3,5,7
/proc/24680/task/24681/stat : 24681 (java) R 24678 24680 24324 0 -1 4203588 742343 0 1 0 178189 97 0 0 25 0 2 0 855636643 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.56
CPU time (s): 1800.4
CPU user time (s): 1799.03
CPU system time (s): 1.37079
CPU usage (%): 100.269
Max. virtual memory (cumulated for all children) (KiB): 10617104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.37079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1013049
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= 39192
involuntary context switches= 12825

runsolver used 7.2209 second user time and 17.4473 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-07 11:53:05
IDJOB=3478848
IDBENCH=89747
IDSOLVER=1951
FILE ID=node134/3478848-1307440383
RUNJOBID= node134-1307436784-24343
PBS_JOBID= 13519954
Free space on /tmp= 74008 MiB

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

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

MD5SUM BENCH= 8c2053bb677dce90b85fb5832d9bc324
RANDOM SEED=500244965

node134.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.67
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.83
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	: 7186.06
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.80
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23325564 kB
Buffers:        334984 kB
Cached:        1023856 kB
SwapCached:       9536 kB
Active:        8447632 kB
Inactive:       876660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23325564 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:           53208 kB
Writeback:          12 kB
AnonPages:     7963740 kB
Mapped:          29548 kB
Slab:           142160 kB
PageTables:      92824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121116392 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73992 MiB
End job on node134 at 2011-06-07 12:23:02