Trace number 3689509

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1801.07 1781

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-datt256.opb
MD5SUMeff0b252efd7ad849119636cdcc0cdec
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables262144
Total number of constraints11077
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)516
Number of constraints which are nor clauses,nor cardinality constraints10561
Minimum length of a constraint1
Maximum length of a constraint57840
Number of terms in the objective function 262144
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 262144
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 262144
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689509-1337891474.opb
0.09/0.12	c reading problem ... 
13.93/11.76	c ... done. Wall clock time 11.644s.
13.93/11.76	c declared #vars     262144
13.93/11.76	c #constraints  22149
13.93/11.76	c constraints type 
13.93/11.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
13.93/11.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 21632
13.93/11.76	c ignored satisfied constraints => 5
13.93/11.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
13.93/11.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
13.93/11.76	c 22154 constraints processed.
13.93/11.76	c objective function length is 262144 literals
22.16/19.48	c cleaning 2499 clauses out of 4998 with flag 5002/5002
32.30/29.35	c cleaning 4237 clauses out of 8495 with flag 11000/11000
45.88/42.75	c cleaning 5621 clauses out of 11253 with flag 18001/18001
62.38/59.14	c cleaning 6799 clauses out of 13623 with flag 26000/26000
79.55/76.09	c cleaning 7863 clauses out of 15825 with flag 35009/35009
101.37/97.72	c cleaning 8921 clauses out of 17940 with flag 45001/45001
131.72/127.95	c cleaning 9901 clauses out of 19999 with flag 56002/56002
158.05/153.96	c cleaning 11034 clauses out of 22082 with flag 68000/68000
189.78/185.45	c cleaning 11976 clauses out of 24013 with flag 81002/81002
220.62/216.19	c cleaning 12962 clauses out of 26019 with flag 95000/95000
253.27/248.51	c cleaning 13928 clauses out of 28045 with flag 110000/110000
288.51/283.54	c cleaning 14986 clauses out of 30091 with flag 126002/126002
331.74/326.56	c cleaning 16019 clauses out of 32094 with flag 143001/143001
383.35/377.88	c cleaning 17018 clauses out of 34057 with flag 161000/161000
486.03/480.19	c cleaning 17963 clauses out of 36026 with flag 180002/180002
536.83/530.32	c cleaning 18871 clauses out of 38046 with flag 200000/200000
594.53/587.69	c cleaning 19982 clauses out of 40152 with flag 221000/221000
660.93/653.62	c cleaning 21008 clauses out of 42144 with flag 243001/243001
723.48/715.73	c cleaning 22008 clauses out of 44118 with flag 266002/266002
796.32/788.10	c cleaning 22948 clauses out of 46090 with flag 290000/290000
884.95/875.61	c cleaning 23991 clauses out of 48137 with flag 315000/315000
949.95/940.35	c cleaning 24967 clauses out of 50121 with flag 341002/341002
1077.52/1066.87	c cleaning 25886 clauses out of 52151 with flag 368000/368000
1144.87/1133.52	c cleaning 27089 clauses out of 54212 with flag 396000/396000
1236.05/1223.61	c cleaning 27994 clauses out of 56101 with flag 425001/425001
1332.59/1318.91	c cleaning 28923 clauses out of 58079 with flag 455005/455005
1431.44/1416.69	c cleaning 30021 clauses out of 60135 with flag 486002/486002
1550.37/1534.32	c cleaning 30983 clauses out of 62106 with flag 518000/518000
1656.23/1639.28	c cleaning 31894 clauses out of 64087 with flag 551001/551001
1770.22/1751.96	c cleaning 33045 clauses out of 66169 with flag 585003/585003
1800.08/1780.91	c starts		: 134
1800.08/1780.91	c conflicts		: 594512
1800.08/1780.91	c decisions		: 31469393
1800.08/1780.91	c propagations		: 1264863330
1800.08/1780.91	c inspects		: 820218697
1800.08/1780.91	c shortcuts		: 0
1800.08/1780.91	c learnt literals	: 543
1800.08/1780.91	c learnt binary clauses	: 481
1800.08/1780.91	c learnt ternary clauses	: 502
1800.08/1780.91	c learnt constraints	: 593969
1800.08/1780.91	c ignored constraints	: 0
1800.08/1780.91	c root simplifications	: 0
1800.08/1780.91	c removed literals (reason simplification)	: 0
1800.08/1780.91	c reason swapping (by a shorter reason)	: 0
1800.08/1780.91	c Calls to reduceDB	: 30
1800.08/1780.91	c number of reductions to clauses (during analyze)	: 0
1800.08/1780.91	c number of learned constraints concerned by reduction	: 0
1800.08/1780.91	c number of learning phase by resolution	: 0
1800.08/1780.91	c number of learning phase by cutting planes	: 0
1800.08/1780.91	c speed (assignments/second)	: 715035.0161733996
1800.08/1780.91	c non guided choices	119717
1800.08/1780.93	c learnt constraints type 
1800.08/1780.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 481
1800.08/1780.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42154
1800.08/1780.93	c constraints type 
1800.08/1780.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
1800.08/1780.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 21632
1800.08/1780.93	c ignored satisfied constraints => 5
1800.08/1780.93	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
1800.08/1780.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.08/1780.93	c 22154 constraints processed.
1800.08/1780.93	s UNKNOWN
1800.08/1780.93	c Total wall clock time (in seconds): 1780.815

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3689509-1337891474/watcher-3689509-1337891474 -o /tmp/evaluation-result-3689509-1337891474/solver-3689509-1337891474 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689509-1337891474.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: 2.04 2.03 2.00 3/194 23959
/proc/meminfo: memFree=27151812/32873844 swapFree=6080/6080
[pid=23959] ppid=23957 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23959/stat : 23959 (java) R 23957 23959 21352 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 255276024 9515008 184 33554432000 1073741824 1073778376 140733791922416 140733791913640 240426577335 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23959/statm: 2325 184 142 9 0 73 0

[startup+0.016802 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 23959
/proc/meminfo: memFree=27151812/32873844 swapFree=6080/6080
[pid=23959] ppid=23957 vsize=101528 CPUtime=0 cores=0,2,4,6
/proc/23959/stat : 23959 (java) S 23957 23959 21352 0 -1 4202496 1367 0 0 0 0 0 0 0 20 0 2 0 255276024 103964672 1051 33554432000 1073741824 1073778376 140737092972272 140737092963408 240430121021 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23959/statm: 25382 1052 806 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.10027 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 23959
/proc/meminfo: memFree=27151812/32873844 swapFree=6080/6080
[pid=23959] ppid=23957 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/23959/stat : 23959 (java) S 23957 23959 21352 0 -1 4202496 4268 0 1 0 8 1 0 0 20 0 18 0 255276024 9787813888 5458 33554432000 1073741824 1073778376 140737092972272 140737092963408 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23959/statm: 2389603 5458 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300227 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 23959
/proc/meminfo: memFree=27151812/32873844 swapFree=6080/6080
[pid=23959] ppid=23957 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/23959/stat : 23959 (java) S 23957 23959 21352 0 -1 4202496 5646 0 1 0 43 2 0 0 20 0 18 0 255276024 9787813888 12940 33554432000 1073741824 1073778376 140737092972272 140737092963408 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23959/statm: 2389603 12940 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700237 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 23959
/proc/meminfo: memFree=27151812/32873844 swapFree=6080/6080
[pid=23959] ppid=23957 vsize=9558412 CPUtime=1.03 cores=0,2,4,6
/proc/23959/stat : 23959 (java) S 23957 23959 21352 0 -1 4202496 6262 0 1 0 94 9 0 0 20 0 18 0 255276024 9787813888 51302 33554432000 1073741824 1073778376 140737092972272 140737092963408 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23959/statm: 2389603 51302 2231 9 0 2380296 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9558412

[startup+1.50063 s]
/proc/loadavg: 2.12 2.04 2.01 3/212 23977
/proc/meminfo: memFree=26598644/32873844 swapFree=6080/6080
[pid=23959] ppid=23957 vsize=9558412 CPUtime=2.24 cores=0,2,4,6
/proc/23959/stat : 23959 (java) S 23957 23959 21352 0 -1 4202496 8568 0 1 0 192 32 0 0 20 0 18 0 255276024 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 140737092963408 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23959/statm: 2389603 279771 2236 9 0 2380296 0
[pid=23959/tid=23961] ppid=23957 vsize=9558412 CPUtime=1.27 cores=0,2,4,6
/proc/23959/task/23961/stat : 23961 (java) R 23957 23959 21352 0 -1 4202560 3548 0 1 0 111 16 0 0 20 0 18 0 255276025 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139789139582816 139789147356257 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/23959/task/23962/stat : 23962 (java) S 23957 23959 21352 0 -1 4202560 129 0 0 0 4 1 0 0 20 0 18 0 255276027 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139789112043688 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/23959/task/23963/stat : 23963 (java) S 23957 23959 21352 0 -1 4202560 48 0 0 0 4 2 0 0 20 0 18 0 255276027 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139789110991144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23964] ppid=23957 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/23959/task/23964/stat : 23964 (java) S 23957 23959 21352 0 -1 4202560 143 0 0 0 5 3 0 0 20 0 18 0 255276027 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139789109938600 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23965] ppid=23957 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/23959/task/23965/stat : 23965 (java) S 23957 23959 21352 0 -1 4202560 93 0 0 0 9 3 0 0 20 0 18 0 255276027 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139789108886056 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23966] ppid=23957 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/23959/task/23966/stat : 23966 (java) S 23957 23959 21352 0 -1 4202560 125 0 0 0 4 2 0 0 20 0 18 0 255276027 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139789107833512 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23967] ppid=23957 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/23959/task/23967/stat : 23967 (java) S 23957 23959 21352 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 18 0 255276027 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139788977482536 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23968] ppid=23957 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/23959/task/23968/stat : 23968 (java) S 23957 23959 21352 0 -1 4202560 132 0 0 0 5 2 0 0 20 0 18 0 255276027 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139788976429992 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23969] ppid=23957 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/23959/task/23969/stat : 23969 (java) S 23957 23959 21352 0 -1 4202560 54 0 0 0 6 1 0 0 20 0 18 0 255276027 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139788975377448 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23970] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23970/stat : 23970 (java) S 23957 23959 21352 0 -1 4202560 957 0 0 0 0 0 0 0 20 0 18 0 255276028 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139788492429416 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23971] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23971/stat : 23971 (java) S 23957 23959 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255276028 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139788491375736 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23972] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23972/stat : 23972 (java) S 23957 23959 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255276028 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139788490323080 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23973] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23973/stat : 23973 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255276031 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139788489271824 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23974] ppid=23957 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/23959/task/23974/stat : 23974 (java) S 23957 23959 21352 0 -1 4202560 1127 0 0 0 13 0 0 0 20 0 18 0 255276031 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139788488219192 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23975] ppid=23957 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/23959/task/23975/stat : 23975 (java) S 23957 23959 21352 0 -1 4202560 1005 0 0 0 14 0 0 0 20 0 18 0 255276031 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139788487166648 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23976] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23976/stat : 23976 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255276031 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139788486114296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23977] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23977/stat : 23977 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255276031 9787813888 279771 33554432000 1073741824 1073778376 140737092972272 139788485061960 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9558412

[startup+3.10061 s]
/proc/loadavg: 2.12 2.04 2.01 3/212 23977
/proc/meminfo: memFree=25008540/32873844 swapFree=6080/6080
[pid=23959] ppid=23957 vsize=9558412 CPUtime=4.22 cores=0,2,4,6
/proc/23959/stat : 23959 (java) S 23957 23959 21352 0 -1 4202496 10412 0 1 0 370 52 0 0 20 0 18 0 255276024 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 140737092963408 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23959/statm: 2389603 543177 2236 9 0 2380296 0
[pid=23959/tid=23961] ppid=23957 vsize=9558412 CPUtime=2.74 cores=0,2,4,6
/proc/23959/task/23961/stat : 23961 (java) R 23957 23959 21352 0 -1 4202560 4037 0 1 0 242 32 0 0 20 0 18 0 255276025 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139789139582928 139789147356247 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/23959/task/23962/stat : 23962 (java) S 23957 23959 21352 0 -1 4202560 140 0 0 0 9 2 0 0 20 0 18 0 255276027 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139789112043688 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/23959/task/23963/stat : 23963 (java) S 23957 23959 21352 0 -1 4202560 308 0 0 0 10 3 0 0 20 0 18 0 255276027 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139789110991144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23964] ppid=23957 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/23959/task/23964/stat : 23964 (java) S 23957 23959 21352 0 -1 4202560 366 0 0 0 12 3 0 0 20 0 18 0 255276027 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139789109938600 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23965] ppid=23957 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/23959/task/23965/stat : 23965 (java) S 23957 23959 21352 0 -1 4202560 102 0 0 0 14 3 0 0 20 0 18 0 255276027 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139789108886056 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23966] ppid=23957 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/23959/task/23966/stat : 23966 (java) S 23957 23959 21352 0 -1 4202560 413 0 0 0 9 2 0 0 20 0 18 0 255276027 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139789107833512 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23967] ppid=23957 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/23959/task/23967/stat : 23967 (java) S 23957 23959 21352 0 -1 4202560 45 0 0 0 7 2 0 0 20 0 18 0 255276027 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139788977482536 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23968] ppid=23957 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/23959/task/23968/stat : 23968 (java) S 23957 23959 21352 0 -1 4202560 146 0 0 0 11 3 0 0 20 0 18 0 255276027 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139788976429992 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23969] ppid=23957 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/23959/task/23969/stat : 23969 (java) S 23957 23959 21352 0 -1 4202560 288 0 0 0 13 3 0 0 20 0 18 0 255276027 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139788975377448 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23970] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23970/stat : 23970 (java) S 23957 23959 21352 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 255276028 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139788492429416 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23971] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23971/stat : 23971 (java) S 23957 23959 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255276028 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139788491375736 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23972] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23972/stat : 23972 (java) S 23957 23959 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255276028 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139788490323080 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23973] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23973/stat : 23973 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255276031 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139788489271824 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23974] ppid=23957 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/23959/task/23974/stat : 23974 (java) S 23957 23959 21352 0 -1 4202560 1127 0 0 0 13 0 0 0 20 0 18 0 255276031 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139788488219192 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23975] ppid=23957 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/23959/task/23975/stat : 23975 (java) S 23957 23959 21352 0 -1 4202560 1005 0 0 0 14 0 0 0 20 0 18 0 255276031 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139788487166648 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23976] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23976/stat : 23976 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255276031 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139788486114296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23977] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23977/stat : 23977 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255276031 9787813888 543177 33554432000 1073741824 1073778376 140737092972272 139788485061960 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9558412

[startup+6.30076 s]
/proc/loadavg: 2.11 2.04 2.01 3/211 23977
/proc/meminfo: memFree=24345868/32873844 swapFree=6080/6080
[pid=23959] ppid=23957 vsize=9558412 CPUtime=7.99 cores=0,2,4,6
/proc/23959/stat : 23959 (java) S 23957 23959 21352 0 -1 4202496 12157 0 1 0 733 66 0 0 20 0 18 0 255276024 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 140737092963408 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23959/statm: 2389603 703851 2246 9 0 2380296 0
[pid=23959/tid=23961] ppid=23957 vsize=9558412 CPUtime=5.77 cores=0,2,4,6
/proc/23959/task/23961/stat : 23961 (java) R 23957 23959 21352 0 -1 4202560 4334 0 1 0 536 41 0 0 20 0 18 0 255276025 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139789139582816 139788988561141 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/23959/task/23962/stat : 23962 (java) S 23957 23959 21352 0 -1 4202560 145 0 0 0 14 2 0 0 20 0 18 0 255276027 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139789112043688 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/23959/task/23963/stat : 23963 (java) S 23957 23959 21352 0 -1 4202560 314 0 0 0 17 3 0 0 20 0 18 0 255276027 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139789110991144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23964] ppid=23957 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/23959/task/23964/stat : 23964 (java) S 23957 23959 21352 0 -1 4202560 486 0 0 0 19 3 0 0 20 0 18 0 255276027 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139789109938600 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23965] ppid=23957 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/23959/task/23965/stat : 23965 (java) S 23957 23959 21352 0 -1 4202560 229 0 0 0 24 4 0 0 20 0 18 0 255276027 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139789108886056 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23966] ppid=23957 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/23959/task/23966/stat : 23966 (java) S 23957 23959 21352 0 -1 4202560 421 0 0 0 15 3 0 0 20 0 18 0 255276027 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139789107833512 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23967] ppid=23957 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/23959/task/23967/stat : 23967 (java) S 23957 23959 21352 0 -1 4202560 258 0 0 0 19 3 0 0 20 0 18 0 255276027 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139788977482536 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23968] ppid=23957 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/23959/task/23968/stat : 23968 (java) S 23957 23959 21352 0 -1 4202560 372 0 0 0 15 3 0 0 20 0 18 0 255276027 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139788976429992 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23969] ppid=23957 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/23959/task/23969/stat : 23969 (java) S 23957 23959 21352 0 -1 4202560 299 0 0 0 20 3 0 0 20 0 18 0 255276027 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139788975377448 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23970] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23970/stat : 23970 (java) S 23957 23959 21352 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 255276028 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139788492429416 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23971] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23971/stat : 23971 (java) S 23957 23959 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255276028 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139788491375736 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23972] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23972/stat : 23972 (java) S 23957 23959 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255276028 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139788490323080 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23973] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23973/stat : 23973 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255276031 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139788489271824 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23974] ppid=23957 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/23959/task/23974/stat : 23974 (java) S 23957 23959 21352 0 -1 4202560 1555 0 0 0 19 0 0 0 20 0 18 0 255276031 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139788488219192 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23975] ppid=23957 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/23959/task/23975/stat : 23975 (java) S 23957 23959 21352 0 -1 4202560 1309 0 0 0 20 0 0 0 20 0 18 0 255276031 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139788487166648 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23976] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23976/stat : 23976 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255276031 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139788486114296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23977] ppid=23957 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23977/stat : 23977 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255276031 9787813888 703851 33554432000 1073741824 1073778376 140737092972272 139788485061960 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 9558412

[startup+12.7007 s]
/proc/loadavg: 2.10 2.04 2.00 4/213 23979
/proc/meminfo: memFree=24319880/32873844 swapFree=6080/6080
[pid=23959] ppid=23957 vsize=9624976 CPUtime=15.43 cores=0,2,4,6
/proc/23959/stat : 23959 (java) S 23957 23959 21352 0 -1 4202496 16604 0 1 0 1475 68 0 0 20 0 19 0 255276024 9855975424 708331 33554432000 1073741824 1073778376 140737092972272 140737092963408 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23959/statm: 2406244 708331 2266 9 0 2396937 0
[pid=23959/tid=23961] ppid=23957 vsize=9624976 CPUtime=12.02 cores=0,2,4,6

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

[pid=23959/tid=23967] ppid=23957 vsize=9624976 CPUtime=2.81 cores=0,2,4,6
/proc/23959/task/23967/stat : 23967 (java) S 23957 23959 21352 0 -1 4202560 24886 0 0 0 268 13 0 0 20 0 19 0 255276027 9855975424 949090 33554432000 1073741824 1073778376 140737092972272 139788977482536 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23968] ppid=23957 vsize=9624976 CPUtime=2.75 cores=0,2,4,6
/proc/23959/task/23968/stat : 23968 (java) S 23957 23959 21352 0 -1 4202560 21526 0 0 0 264 11 0 0 20 0 19 0 255276027 9855975424 949090 33554432000 1073741824 1073778376 140737092972272 139788976429992 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23969] ppid=23957 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/23959/task/23969/stat : 23969 (java) S 23957 23959 21352 0 -1 4202560 22559 0 0 0 291 12 0 0 20 0 19 0 255276027 9855975424 949090 33554432000 1073741824 1073778376 140737092972272 139788975377448 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23970] ppid=23957 vsize=9624976 CPUtime=9.65 cores=0,2,4,6
/proc/23959/task/23970/stat : 23970 (java) S 23957 23959 21352 0 -1 4202560 2351 0 0 0 962 3 0 0 20 0 19 0 255276028 9855975424 949090 33554432000 1073741824 1073778376 140737092972272 139788492429416 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23971] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23971/stat : 23971 (java) S 23957 23959 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255276028 9855975424 949090 33554432000 1073741824 1073778376 140737092972272 139788491375736 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23972] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23972/stat : 23972 (java) S 23957 23959 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255276028 9855975424 949090 33554432000 1073741824 1073778376 140737092972272 139788490323080 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23973] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23973/stat : 23973 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255276031 9855975424 949090 33554432000 1073741824 1073778376 140737092972272 139788489271824 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23974] ppid=23957 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/23959/task/23974/stat : 23974 (java) S 23957 23959 21352 0 -1 4202560 4682 0 0 0 67 2 0 0 20 0 19 0 255276031 9855975424 949090 33554432000 1073741824 1073778376 140737092972272 139788488219192 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23975] ppid=23957 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23959/task/23975/stat : 23975 (java) S 23957 23959 21352 0 -1 4202560 3997 0 0 0 61 0 0 0 20 0 19 0 255276031 9855975424 949090 33554432000 1073741824 1073778376 140737092972272 139788487166648 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23976] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23976/stat : 23976 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255276031 9855975424 949090 33554432000 1073741824 1073778376 140737092972272 139788486114296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23977] ppid=23957 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/23959/task/23977/stat : 23977 (java) S 23957 23959 21352 0 -1 4202560 95 0 0 0 21 43 0 0 20 0 19 0 255276031 9855975424 949090 33554432000 1073741824 1073778376 140737092972272 139788485061960 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23979] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23979/stat : 23979 (java) S 23957 23959 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255277220 9855975424 949090 33554432000 1073741824 1073778376 140737092972272 139788484006696 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1680.04
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/213 24049
/proc/meminfo: memFree=23374760/32873844 swapFree=6080/6080
[pid=23959] ppid=23957 vsize=9624976 CPUtime=1740.63 cores=0,2,4,6
/proc/23959/stat : 23959 (java) S 23957 23959 21352 0 -1 4202496 216662 0 1 0 173909 154 0 0 20 0 19 0 255276024 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 140737092963408 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23959/statm: 2406244 949106 2281 9 0 2396937 0
[pid=23959/tid=23961] ppid=23957 vsize=9624976 CPUtime=1706.45 cores=0,2,4,6
/proc/23959/task/23961/stat : 23961 (java) R 23957 23959 21352 0 -1 4202560 4398 0 1 0 170577 68 0 0 20 0 19 0 255276025 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139789139590448 139788989422967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=9624976 CPUtime=2.76 cores=0,2,4,6
/proc/23959/task/23962/stat : 23962 (java) S 23957 23959 21352 0 -1 4202560 20730 0 0 0 265 11 0 0 20 0 19 0 255276027 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139789112043688 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=9624976 CPUtime=3.15 cores=0,2,4,6
/proc/23959/task/23963/stat : 23963 (java) S 23957 23959 21352 0 -1 4202560 21576 0 0 0 302 13 0 0 20 0 19 0 255276027 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139789110991144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23964] ppid=23957 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/23959/task/23964/stat : 23964 (java) S 23957 23959 21352 0 -1 4202560 30774 0 0 0 290 13 0 0 20 0 19 0 255276027 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139789109938600 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23965] ppid=23957 vsize=9624976 CPUtime=2.69 cores=0,2,4,6
/proc/23959/task/23965/stat : 23965 (java) S 23957 23959 21352 0 -1 4202560 29140 0 0 0 256 13 0 0 20 0 19 0 255276027 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139789108886056 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23966] ppid=23957 vsize=9624976 CPUtime=2.58 cores=0,2,4,6
/proc/23959/task/23966/stat : 23966 (java) S 23957 23959 21352 0 -1 4202560 28747 0 0 0 246 12 0 0 20 0 19 0 255276027 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139789107833512 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23967] ppid=23957 vsize=9624976 CPUtime=3 cores=0,2,4,6
/proc/23959/task/23967/stat : 23967 (java) S 23957 23959 21352 0 -1 4202560 24886 0 0 0 287 13 0 0 20 0 19 0 255276027 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139788977482536 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23968] ppid=23957 vsize=9624976 CPUtime=2.85 cores=0,2,4,6
/proc/23959/task/23968/stat : 23968 (java) S 23957 23959 21352 0 -1 4202560 21526 0 0 0 274 11 0 0 20 0 19 0 255276027 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139788976429992 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23969] ppid=23957 vsize=9624976 CPUtime=3.08 cores=0,2,4,6
/proc/23959/task/23969/stat : 23969 (java) S 23957 23959 21352 0 -1 4202560 22559 0 0 0 296 12 0 0 20 0 19 0 255276027 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139788975377448 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23970] ppid=23957 vsize=9624976 CPUtime=9.65 cores=0,2,4,6
/proc/23959/task/23970/stat : 23970 (java) S 23957 23959 21352 0 -1 4202560 2368 0 0 0 962 3 0 0 20 0 19 0 255276028 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139788492429416 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23971] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23971/stat : 23971 (java) S 23957 23959 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255276028 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139788491375736 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23972] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23972/stat : 23972 (java) S 23957 23959 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255276028 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139788490323080 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23973] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23973/stat : 23973 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255276031 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139788489271824 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23974] ppid=23957 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/23959/task/23974/stat : 23974 (java) S 23957 23959 21352 0 -1 4202560 4682 0 0 0 67 2 0 0 20 0 19 0 255276031 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139788488219192 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23975] ppid=23957 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23959/task/23975/stat : 23975 (java) S 23957 23959 21352 0 -1 4202560 3997 0 0 0 61 0 0 0 20 0 19 0 255276031 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139788487166648 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23976] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23976/stat : 23976 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255276031 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139788486114296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23977] ppid=23957 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/23959/task/23977/stat : 23977 (java) S 23957 23959 21352 0 -1 4202560 99 0 0 0 22 44 0 0 20 0 19 0 255276031 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139788485061960 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23979] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23979/stat : 23979 (java) S 23957 23959 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255277220 9855975424 949106 33554432000 1073741824 1073778376 140737092972272 139788484006696 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1740.63
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.9 s]
/proc/loadavg: 1.99 2.00 2.00 3/214 24052
/proc/meminfo: memFree=23291348/32873844 swapFree=6080/6080
[pid=23959] ppid=23957 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/23959/stat : 23959 (java) S 23957 23959 21352 0 -1 4202496 216961 0 1 0 179847 161 0 0 20 0 19 0 255276024 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 140737092963408 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23959/statm: 2406244 965666 2281 9 0 2396937 0
[pid=23959/tid=23961] ppid=23957 vsize=9624976 CPUtime=1764.43 cores=0,2,4,6
/proc/23959/task/23961/stat : 23961 (java) R 23957 23959 21352 0 -1 4202560 4399 0 1 0 176374 69 0 0 20 0 19 0 255276025 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139789139591456 139788989251092 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=9624976 CPUtime=2.89 cores=0,2,4,6
/proc/23959/task/23962/stat : 23962 (java) S 23957 23959 21352 0 -1 4202560 20748 0 0 0 277 12 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139789112043688 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=9624976 CPUtime=3.28 cores=0,2,4,6
/proc/23959/task/23963/stat : 23963 (java) S 23957 23959 21352 0 -1 4202560 21589 0 0 0 314 14 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139789110991144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23964] ppid=23957 vsize=9624976 CPUtime=3.19 cores=0,2,4,6
/proc/23959/task/23964/stat : 23964 (java) S 23957 23959 21352 0 -1 4202560 30797 0 0 0 305 14 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139789109938600 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23965] ppid=23957 vsize=9624976 CPUtime=2.79 cores=0,2,4,6
/proc/23959/task/23965/stat : 23965 (java) S 23957 23959 21352 0 -1 4202560 29149 0 0 0 265 14 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139789108886056 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23966] ppid=23957 vsize=9624976 CPUtime=2.71 cores=0,2,4,6
/proc/23959/task/23966/stat : 23966 (java) S 23957 23959 21352 0 -1 4202560 28808 0 0 0 258 13 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139789107833512 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23967] ppid=23957 vsize=9624976 CPUtime=3.14 cores=0,2,4,6
/proc/23959/task/23967/stat : 23967 (java) S 23957 23959 21352 0 -1 4202560 24899 0 0 0 301 13 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788977482536 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23968] ppid=23957 vsize=9624976 CPUtime=2.95 cores=0,2,4,6
/proc/23959/task/23968/stat : 23968 (java) S 23957 23959 21352 0 -1 4202560 21604 0 0 0 283 12 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788976429992 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23969] ppid=23957 vsize=9624976 CPUtime=3.33 cores=0,2,4,6
/proc/23959/task/23969/stat : 23969 (java) S 23957 23959 21352 0 -1 4202560 22636 0 0 0 321 12 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788975377448 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23970] ppid=23957 vsize=9624976 CPUtime=10 cores=0,2,4,6
/proc/23959/task/23970/stat : 23970 (java) S 23957 23959 21352 0 -1 4202560 2370 0 0 0 997 3 0 0 20 0 19 0 255276028 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788492429416 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23971] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23971/stat : 23971 (java) S 23957 23959 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255276028 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788491375736 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23972] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23972/stat : 23972 (java) S 23957 23959 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255276028 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788490323080 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23973] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23973/stat : 23973 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255276031 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788489271824 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23974] ppid=23957 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/23959/task/23974/stat : 23974 (java) S 23957 23959 21352 0 -1 4202560 4682 0 0 0 67 2 0 0 20 0 19 0 255276031 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788488219192 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23975] ppid=23957 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23959/task/23975/stat : 23975 (java) S 23957 23959 21352 0 -1 4202560 3997 0 0 0 61 0 0 0 20 0 19 0 255276031 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788487166648 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23976] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23976/stat : 23976 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255276031 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788486114296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23977] ppid=23957 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/23959/task/23977/stat : 23977 (java) S 23957 23959 21352 0 -1 4202560 103 0 0 0 25 44 0 0 20 0 19 0 255276031 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788485061960 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23979] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23979/stat : 23979 (java) S 23957 23959 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255277220 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788484006696 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1780.9 s]
/proc/loadavg: 1.99 2.00 2.00 3/214 24052
/proc/meminfo: memFree=23291348/32873844 swapFree=6080/6080
[pid=23959] ppid=23957 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/23959/stat : 23959 (java) S 23957 23959 21352 0 -1 4202496 216961 0 1 0 179847 161 0 0 20 0 19 0 255276024 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 140737092963408 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23959/statm: 2406244 965666 2281 9 0 2396937 0
[pid=23959/tid=23961] ppid=23957 vsize=9624976 CPUtime=1764.43 cores=0,2,4,6
/proc/23959/task/23961/stat : 23961 (java) R 23957 23959 21352 0 -1 4202560 4399 0 1 0 176374 69 0 0 20 0 19 0 255276025 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139789139591456 139788989251092 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23962] ppid=23957 vsize=9624976 CPUtime=2.89 cores=0,2,4,6
/proc/23959/task/23962/stat : 23962 (java) S 23957 23959 21352 0 -1 4202560 20748 0 0 0 277 12 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139789112043688 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23963] ppid=23957 vsize=9624976 CPUtime=3.28 cores=0,2,4,6
/proc/23959/task/23963/stat : 23963 (java) S 23957 23959 21352 0 -1 4202560 21589 0 0 0 314 14 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139789110991144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23964] ppid=23957 vsize=9624976 CPUtime=3.19 cores=0,2,4,6
/proc/23959/task/23964/stat : 23964 (java) S 23957 23959 21352 0 -1 4202560 30797 0 0 0 305 14 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139789109938600 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23965] ppid=23957 vsize=9624976 CPUtime=2.79 cores=0,2,4,6
/proc/23959/task/23965/stat : 23965 (java) S 23957 23959 21352 0 -1 4202560 29149 0 0 0 265 14 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139789108886056 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23966] ppid=23957 vsize=9624976 CPUtime=2.71 cores=0,2,4,6
/proc/23959/task/23966/stat : 23966 (java) S 23957 23959 21352 0 -1 4202560 28808 0 0 0 258 13 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139789107833512 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23967] ppid=23957 vsize=9624976 CPUtime=3.14 cores=0,2,4,6
/proc/23959/task/23967/stat : 23967 (java) S 23957 23959 21352 0 -1 4202560 24899 0 0 0 301 13 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788977482536 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23968] ppid=23957 vsize=9624976 CPUtime=2.95 cores=0,2,4,6
/proc/23959/task/23968/stat : 23968 (java) S 23957 23959 21352 0 -1 4202560 21604 0 0 0 283 12 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788976429992 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23969] ppid=23957 vsize=9624976 CPUtime=3.33 cores=0,2,4,6
/proc/23959/task/23969/stat : 23969 (java) S 23957 23959 21352 0 -1 4202560 22636 0 0 0 321 12 0 0 20 0 19 0 255276027 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788975377448 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23959/tid=23970] ppid=23957 vsize=9624976 CPUtime=10 cores=0,2,4,6
/proc/23959/task/23970/stat : 23970 (java) S 23957 23959 21352 0 -1 4202560 2370 0 0 0 997 3 0 0 20 0 19 0 255276028 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788492429416 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23971] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23971/stat : 23971 (java) S 23957 23959 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255276028 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788491375736 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23972] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23972/stat : 23972 (java) S 23957 23959 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255276028 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788490323080 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23973] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23973/stat : 23973 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255276031 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788489271824 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23974] ppid=23957 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/23959/task/23974/stat : 23974 (java) S 23957 23959 21352 0 -1 4202560 4682 0 0 0 67 2 0 0 20 0 19 0 255276031 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788488219192 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23975] ppid=23957 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23959/task/23975/stat : 23975 (java) S 23957 23959 21352 0 -1 4202560 3997 0 0 0 61 0 0 0 20 0 19 0 255276031 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788487166648 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23959/tid=23976] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23976/stat : 23976 (java) S 23957 23959 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255276031 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788486114296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23959/tid=23977] ppid=23957 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/23959/task/23977/stat : 23977 (java) S 23957 23959 21352 0 -1 4202560 103 0 0 0 25 44 0 0 20 0 19 0 255276031 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788485061960 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23959/tid=23979] ppid=23957 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23959/task/23979/stat : 23979 (java) S 23957 23959 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255277220 9855975424 965666 33554432000 1073741824 1073778376 140737092972272 139788484006696 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1781
CPU time (s): 1801.07
CPU user time (s): 1798.65
CPU system time (s): 2.42263
CPU usage (%): 101.127
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.65
system time used= 2.42263
maximum resident set size= 3866672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217048
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51792
involuntary context switches= 16752

runsolver used 6.08108 second user time and 15.0127 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-24 22:31:14
IDJOB=3689509
IDBENCH=89871
IDSOLVER=2269
FILE ID=node108/3689509-1337891474
RUNJOBID= node108-1337871881-21368
PBS_JOBID= 14620096
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-datt256.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689509-1337891474/watcher-3689509-1337891474 -o /tmp/evaluation-result-3689509-1337891474/solver-3689509-1337891474 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689509-1337891474.opb

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

MD5SUM BENCH= eff0b252efd7ad849119636cdcc0cdec
RANDOM SEED=414228331

node108.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27151936 kB
Buffers:          205480 kB
Cached:          4220676 kB
SwapCached:            0 kB
Active:          1041312 kB
Inactive:        3910520 kB
Active(anon):     528352 kB
Inactive(anon):        0 kB
Active(file):     512960 kB
Inactive(file):  3910520 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             18796 kB
Writeback:            80 kB
AnonPages:        533916 kB
Mapped:            22580 kB
Shmem:               200 kB
Slab:             631036 kB
SReclaimable:      72932 kB
SUnreclaim:       558104 kB
KernelStack:        1568 kB
PageTables:         5280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1083260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    503808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node108 at 2012-05-24 23:00:57