Trace number 3689399

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-172.opb
MD5SUM6217a9adeb5cd4d9104428c4e3eb327a
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 variables288080
Total number of constraints6434441
Number of constraints which are clauses5760324
Number of constraints which are cardinality constraints (but not clauses)22930
Number of constraints which are nor clauses,nor cardinality constraints651187
Minimum length of a constraint1
Maximum length of a constraint2457
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 2458
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.11	c See www.sat4j.org for details.
0.05/0.12	c version 2.3.2.v20120418
0.05/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.12	c java.vm.version	19.1-b02
0.05/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.12	c sun.arch.data.model	64
0.05/0.12	c java.version		1.6.0_24
0.05/0.12	c os.name		Linux
0.05/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.12	c os.arch		amd64
0.05/0.12	c Free memory 		501472288
0.05/0.12	c Max memory 		7480803328
0.05/0.12	c Total memory 		504102912
0.05/0.12	c Number of processors 	8
0.05/0.14	c Pseudo Boolean Optimization by upper bound
0.05/0.14	c --- Begin Solver configuration ---
0.05/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.05/0.14	c Learn all clauses as in MiniSAT
0.05/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.14	c No reason simplification
0.05/0.14	c Armin Biere (Picosat) restarts strategy
0.05/0.14	c Glucose learned constraints deletion strategy
0.05/0.14	c timeout=2147483s
0.05/0.14	c DB Simplification allowed=false
0.05/0.14	c c --- End Solver configuration ---
0.05/0.14	c solving HOME/instance-3689399-1337890008.opb
0.05/0.14	c reading problem ... 
51.27/44.82	c ... done. Wall clock time 44.674s.
51.27/44.82	c declared #vars     288080
51.27/44.82	c #constraints  6389275
51.27/44.82	c constraints type 
51.27/44.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4434746
51.27/44.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 22887
51.27/44.82	c ignored satisfied constraints => 56672
51.27/44.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1276055
51.27/44.82	c org.sat4j.minisat.constraints.cnf.UnitClause => 4400
51.27/44.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 651187
51.27/44.82	c 6445947 constraints processed.
159.46/152.54	c cleaning 2471 clauses out of 4987 with flag 5000/5000
218.34/210.99	c cleaning 4230 clauses out of 8512 with flag 11001/11001
245.15/237.65	c cleaning 5638 clauses out of 11278 with flag 18000/18000
278.53/270.94	c cleaning 6751 clauses out of 13637 with flag 26000/26000
326.50/318.76	c cleaning 7876 clauses out of 15881 with flag 35002/35002
361.12/353.22	c cleaning 8980 clauses out of 18002 with flag 45000/45000
391.63/383.66	c cleaning 10002 clauses out of 20021 with flag 56000/56000
438.01/429.94	c cleaning 10713 clauses out of 22012 with flag 68000/68000
462.31/454.18	c cleaning 12040 clauses out of 24299 with flag 81001/81001
499.41/491.17	c cleaning 13077 clauses out of 26255 with flag 95002/95002
545.14/536.71	c cleaning 14060 clauses out of 28177 with flag 110001/110001
615.26/606.77	c cleaning 14876 clauses out of 30115 with flag 126000/126000
719.41/710.79	c cleaning 15996 clauses out of 32239 with flag 143001/143001
741.41/732.69	c cleaning 17118 clauses out of 34245 with flag 161003/161003
787.71/778.88	c cleaning 17976 clauses out of 36122 with flag 180000/180000
817.11/808.18	c cleaning 19002 clauses out of 38146 with flag 200000/200000
880.64/871.56	c cleaning 19969 clauses out of 40141 with flag 221001/221001
943.17/933.97	c cleaning 20997 clauses out of 42171 with flag 243000/243000
983.29/973.91	c cleaning 22067 clauses out of 44174 with flag 266000/266000
1041.46/1032.05	c cleaning 22988 clauses out of 46105 with flag 290001/290001
1126.07/1116.53	c cleaning 24000 clauses out of 48109 with flag 315000/315000
1200.89/1191.22	c cleaning 24981 clauses out of 50109 with flag 341000/341000
1247.74/1237.96	c cleaning 26017 clauses out of 52128 with flag 368001/368001
1292.23/1282.34	c cleaning 27038 clauses out of 54110 with flag 396000/396000
1337.62/1327.62	c cleaning 28000 clauses out of 56072 with flag 425000/425000
1421.24/1411.10	c cleaning 28959 clauses out of 58067 with flag 455000/455000
1482.07/1471.86	c cleaning 29929 clauses out of 60103 with flag 486000/486000
1546.47/1536.16	c cleaning 31052 clauses out of 62173 with flag 518000/518000
1606.78/1596.33	c cleaning 32018 clauses out of 64118 with flag 551000/551000
1657.09/1646.54	c cleaning 33027 clauses out of 66100 with flag 585001/585001
1704.39/1693.71	c cleaning 34026 clauses out of 68073 with flag 620001/620001
1800.11/1789.31	c starts		: 162
1800.11/1789.31	c conflicts		: 648823
1800.11/1789.31	c decisions		: 86813757
1800.11/1789.31	c propagations		: 3271851623
1800.11/1789.31	c inspects		: 13815990187
1800.11/1789.31	c shortcuts		: 0
1800.11/1789.31	c learnt literals	: 85
1800.11/1789.31	c learnt binary clauses	: 656
1800.11/1789.31	c learnt ternary clauses	: 2621
1800.11/1789.31	c learnt constraints	: 648738
1800.11/1789.31	c ignored constraints	: 0
1800.11/1789.31	c root simplifications	: 0
1800.11/1789.31	c removed literals (reason simplification)	: 0
1800.11/1789.31	c reason swapping (by a shorter reason)	: 0
1800.11/1789.32	c Calls to reduceDB	: 31
1800.11/1789.32	c number of reductions to clauses (during analyze)	: 0
1800.11/1789.32	c number of learned constraints concerned by reduction	: 0
1800.11/1789.32	c number of learning phase by resolution	: 0
1800.11/1789.32	c number of learning phase by cutting planes	: 0
1800.11/1789.32	c speed (assignments/second)	: 1875593.2238270708
1800.11/1789.32	c non guided choices	37311152
1800.11/1789.34	c learnt constraints type 
1800.11/1789.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 656
1800.11/1789.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 62244
1800.11/1789.34	c constraints type 
1800.11/1789.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4434746
1800.11/1789.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 22887
1800.11/1789.34	c ignored satisfied constraints => 56672
1800.11/1789.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1276055
1800.11/1789.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 4400
1800.11/1789.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 651187
1800.11/1789.34	c 6445947 constraints processed.
1800.11/1789.34	s UNKNOWN
1800.11/1789.34	c Total wall clock time (in seconds): 1789.196

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-3689399-1337890008/watcher-3689399-1337890008 -o /tmp/evaluation-result-3689399-1337890008/solver-3689399-1337890008 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689399-1337890008.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.43 2.35 2.97 3/194 25889
/proc/meminfo: memFree=29302496/32873844 swapFree=6868/6868
[pid=25889] ppid=25887 vsize=20596 CPUtime=0 cores=0,2,4,6
/proc/25889/stat : 25889 (java) R 25887 25889 20082 0 -1 4202496 461 0 0 0 0 0 0 0 20 0 1 0 255068542 21090304 190 33554432000 1073741824 1073778376 140735571952672 140735571940632 209088245031 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25889/statm: 5149 190 145 9 0 128 0

[startup+0.0164449 s]
/proc/loadavg: 1.43 2.35 2.97 3/194 25889
/proc/meminfo: memFree=29302496/32873844 swapFree=6868/6868
[pid=25889] ppid=25887 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25889/stat : 25889 (java) S 25887 25889 20082 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 2 0 255068542 98570240 978 33554432000 1073741824 1073778376 140735571952672 140735571943808 209100767293 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25889/statm: 24065 978 744 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100289 s]
/proc/loadavg: 1.43 2.35 2.97 3/194 25889
/proc/meminfo: memFree=29302496/32873844 swapFree=6868/6868
[pid=25889] ppid=25887 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25889/stat : 25889 (java) S 25887 25889 20082 0 -1 4202496 3218 0 1 0 5 0 0 0 20 0 18 0 255068542 9787813888 4427 33554432000 1073741824 1073778376 140735571952672 140735571943808 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25889/statm: 2389603 4427 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.300283 s]
/proc/loadavg: 1.43 2.35 2.97 3/194 25889
/proc/meminfo: memFree=29302496/32873844 swapFree=6868/6868
[pid=25889] ppid=25887 vsize=9558412 CPUtime=0.39 cores=0,2,4,6
/proc/25889/stat : 25889 (java) S 25887 25889 20082 0 -1 4202496 5257 0 1 0 38 1 0 0 20 0 18 0 255068542 9787813888 14724 33554432000 1073741824 1073778376 140735571952672 140735571943808 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25889/statm: 2389603 14724 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 9558412

[startup+0.700298 s]
/proc/loadavg: 1.43 2.35 2.97 3/194 25889
/proc/meminfo: memFree=29302496/32873844 swapFree=6868/6868
[pid=25889] ppid=25887 vsize=9558412 CPUtime=1.13 cores=0,2,4,6
/proc/25889/stat : 25889 (java) S 25887 25889 20082 0 -1 4202496 7140 0 1 0 107 6 0 0 20 0 18 0 255068542 9787813888 59498 33554432000 1073741824 1073778376 140735571952672 140735571943808 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25889/statm: 2389603 59498 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558412

[startup+1.50073 s]
/proc/loadavg: 1.43 2.35 2.97 3/212 25907
/proc/meminfo: memFree=28997948/32873844 swapFree=6868/6868
[pid=25889] ppid=25887 vsize=9558412 CPUtime=2.13 cores=0,2,4,6
/proc/25889/stat : 25889 (java) S 25887 25889 20082 0 -1 4202496 8924 0 1 0 199 14 0 0 20 0 18 0 255068542 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 140735571943808 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25889/statm: 2389603 144072 2247 9 0 2380296 0
[pid=25889/tid=25891] ppid=25887 vsize=9558412 CPUtime=1.37 cores=0,2,4,6
/proc/25889/task/25891/stat : 25891 (java) R 25887 25889 20082 0 -1 4202560 2682 0 1 0 128 9 0 0 20 0 18 0 255068544 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772714508128 209100793101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25892] ppid=25887 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 20082 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 255068547 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772676008872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25893] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 255068547 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772674956328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25894] ppid=25887 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/25889/task/25894/stat : 25894 (java) S 25887 25889 20082 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 255068547 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772673903272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25895] ppid=25887 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 20082 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 255068547 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772672850728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25896] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 20082 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 18 0 255068547 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772671797672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25897] ppid=25887 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 20082 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 255068547 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772670745128 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25898/stat : 25898 (java) S 25887 25889 20082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 255068547 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772669692072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25899] ppid=25887 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 20082 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 255068547 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772668639528 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25900] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 20082 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 18 0 255068548 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772538350440 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255068549 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772537296760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25902] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25902/stat : 25902 (java) S 25887 25889 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255068549 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772536243592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25903] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25903/stat : 25903 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255068551 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772535192336 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25904] ppid=25887 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/25889/task/25904/stat : 25904 (java) S 25887 25889 20082 0 -1 4202560 1756 0 0 0 26 0 0 0 20 0 18 0 255068551 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772534139192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25905] ppid=25887 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/25889/task/25905/stat : 25905 (java) S 25887 25889 20082 0 -1 4202560 2757 0 0 0 24 0 0 0 20 0 18 0 255068551 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772533086648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25906] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25906/stat : 25906 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255068551 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139772532033784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25907] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25907/stat : 25907 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255068551 9787813888 144072 33554432000 1073741824 1073778376 140735571952672 139771523361352 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9558412

[startup+3.1007 s]
/proc/loadavg: 1.43 2.35 2.97 3/212 25907
/proc/meminfo: memFree=28620408/32873844 swapFree=6868/6868
[pid=25889] ppid=25887 vsize=9558412 CPUtime=3.94 cores=0,2,4,6
/proc/25889/stat : 25889 (java) S 25887 25889 20082 0 -1 4202496 10092 0 1 0 366 28 0 0 20 0 18 0 255068542 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 140735571943808 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25889/statm: 2389603 276509 2247 9 0 2380296 0
[pid=25889/tid=25891] ppid=25887 vsize=9558412 CPUtime=2.9 cores=0,2,4,6
/proc/25889/task/25891/stat : 25891 (java) R 25887 25889 20082 0 -1 4202560 2917 0 1 0 273 17 0 0 20 0 18 0 255068544 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772714508128 139772546799986 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25892] ppid=25887 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 20082 0 -1 4202560 105 0 0 0 4 2 0 0 20 0 18 0 255068547 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772676008872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25893] ppid=25887 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 20082 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 18 0 255068547 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772674956328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25894] ppid=25887 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25889/task/25894/stat : 25894 (java) S 25887 25889 20082 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 18 0 255068547 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772673903272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25895] ppid=25887 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 20082 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 18 0 255068547 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772672850728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25896] ppid=25887 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 20082 0 -1 4202560 102 0 0 0 4 0 0 0 20 0 18 0 255068547 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772671797672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25897] ppid=25887 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 20082 0 -1 4202560 90 0 0 0 4 0 0 0 20 0 18 0 255068547 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772670745128 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25889/task/25898/stat : 25898 (java) S 25887 25889 20082 0 -1 4202560 115 0 0 0 3 2 0 0 20 0 18 0 255068547 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772669692072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25899] ppid=25887 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 20082 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 255068547 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772668639528 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25900] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 20082 0 -1 4202560 947 0 0 0 0 0 0 0 20 0 18 0 255068548 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772538350440 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255068549 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772537296760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25902] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25902/stat : 25902 (java) S 25887 25889 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255068549 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772536243592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25903] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25903/stat : 25903 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255068551 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772535192336 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25904] ppid=25887 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/25889/task/25904/stat : 25904 (java) S 25887 25889 20082 0 -1 4202560 1756 0 0 0 26 0 0 0 20 0 18 0 255068551 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772534139192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25905] ppid=25887 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/25889/task/25905/stat : 25905 (java) S 25887 25889 20082 0 -1 4202560 2785 0 0 0 29 0 0 0 20 0 18 0 255068551 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772533086648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25906] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25906/stat : 25906 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255068551 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139772532033784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25907] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25907/stat : 25907 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255068551 9787813888 276509 33554432000 1073741824 1073778376 140735571952672 139771523361352 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 9558412

[startup+6.30699 s]
/proc/loadavg: 2.04 2.46 3.00 3/212 25907
/proc/meminfo: memFree=27109320/32873844 swapFree=6868/6868
[pid=25889] ppid=25887 vsize=9558412 CPUtime=7.61 cores=0,2,4,6
/proc/25889/stat : 25889 (java) S 25887 25889 20082 0 -1 4202496 11911 0 1 0 707 54 0 0 20 0 18 0 255068542 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 140735571943808 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25889/statm: 2389603 551623 2247 9 0 2380296 0
[pid=25889/tid=25891] ppid=25887 vsize=9558412 CPUtime=5.93 cores=0,2,4,6
/proc/25889/task/25891/stat : 25891 (java) R 25887 25889 20082 0 -1 4202560 3608 0 1 0 560 33 0 0 20 0 18 0 255068544 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772714508240 139772547185340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25892] ppid=25887 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 20082 0 -1 4202560 150 0 0 0 11 3 0 0 20 0 18 0 255068547 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772676008872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25893] ppid=25887 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 20082 0 -1 4202560 170 0 0 0 10 3 0 0 20 0 18 0 255068547 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772674956328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25894] ppid=25887 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25889/task/25894/stat : 25894 (java) S 25887 25889 20082 0 -1 4202560 76 0 0 0 6 3 0 0 20 0 18 0 255068547 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772673903272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25895] ppid=25887 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 20082 0 -1 4202560 116 0 0 0 11 3 0 0 20 0 18 0 255068547 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772672850728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25896] ppid=25887 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 20082 0 -1 4202560 194 0 0 0 8 2 0 0 20 0 18 0 255068547 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772671797672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25897] ppid=25887 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 20082 0 -1 4202560 226 0 0 0 11 2 0 0 20 0 18 0 255068547 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772670745128 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/25889/task/25898/stat : 25898 (java) S 25887 25889 20082 0 -1 4202560 274 0 0 0 9 3 0 0 20 0 18 0 255068547 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772669692072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25899] ppid=25887 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 20082 0 -1 4202560 121 0 0 0 8 2 0 0 20 0 18 0 255068547 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772668639528 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25900] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 20082 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 255068548 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772538350440 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255068549 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772537296760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25902] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25902/stat : 25902 (java) S 25887 25889 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255068549 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772536243592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25903] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25903/stat : 25903 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255068551 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772535192336 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25904] ppid=25887 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/25889/task/25904/stat : 25904 (java) S 25887 25889 20082 0 -1 4202560 1756 0 0 0 26 0 0 0 20 0 18 0 255068551 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772534139192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25905] ppid=25887 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/25889/task/25905/stat : 25905 (java) S 25887 25889 20082 0 -1 4202560 2785 0 0 0 29 0 0 0 20 0 18 0 255068551 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772533086648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25906] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25906/stat : 25906 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255068551 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139772532033784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25907] ppid=25887 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25907/stat : 25907 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255068551 9787813888 551623 33554432000 1073741824 1073778376 140735571952672 139771523361352 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 9558412

[startup+12.7007 s]
/proc/loadavg: 2.03 2.46 3.00 3/212 25907
/proc/meminfo: memFree=26437340/32873844 swapFree=6868/6868
[pid=25889] ppid=25887 vsize=9558412 CPUtime=14.8 cores=0,2,4,6
/proc/25889/stat : 25889 (java) S 25887 25889 20082 0 -1 4202496 13143 0 1 0 1404 76 0 0 20 0 18 0 255068542 9787813888 724839 33554432000 1073741824 1073778376 140735571952672 140735571943808 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25889/statm: 2389603 724839 2247 9 0 2380296 0
[pid=25889/tid=25891] ppid=25887 vsize=9558412 CPUtime=12.03 cores=0,2,4,6

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

[pid=25889/tid=25904] ppid=25887 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25889/task/25904/stat : 25904 (java) S 25887 25889 20082 0 -1 4202560 2440 0 0 0 54 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772534139192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25905] ppid=25887 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/25889/task/25905/stat : 25905 (java) S 25887 25889 20082 0 -1 4202560 4744 0 0 0 69 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772533086648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25906] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25906/stat : 25906 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772532033784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25907] ppid=25887 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/25889/task/25907/stat : 25907 (java) S 25887 25889 20082 0 -1 4202560 99 0 0 0 43 33 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139771523361352 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25908] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25908/stat : 25908 (java) S 25887 25889 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255073031 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139771522307624 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1733.09
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/213 25923
/proc/meminfo: memFree=25726204/32873844 swapFree=6868/6868
[pid=25889] ppid=25887 vsize=9624976 CPUtime=1793.09 cores=0,2,4,6
/proc/25889/stat : 25889 (java) S 25887 25889 20082 0 -1 4202496 19808 0 1 0 179146 163 0 0 20 0 19 0 255068542 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 140735571943808 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25889/statm: 2406244 871207 2281 9 0 2396937 0
[pid=25889/tid=25891] ppid=25887 vsize=9624976 CPUtime=1715.7 cores=0,2,4,6
/proc/25889/task/25891/stat : 25891 (java) R 25887 25889 20082 0 -1 4202560 4142 0 1 0 171491 79 0 0 20 0 19 0 255068544 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772714516752 139772547589724 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25892] ppid=25887 vsize=9624976 CPUtime=1.41 cores=0,2,4,6
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 20082 0 -1 4202560 509 0 0 0 132 9 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772676008872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25893] ppid=25887 vsize=9624976 CPUtime=1.68 cores=0,2,4,6
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 20082 0 -1 4202560 665 0 0 0 157 11 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772674956328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25894] ppid=25887 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/25889/task/25894/stat : 25894 (java) S 25887 25889 20082 0 -1 4202560 540 0 0 0 135 9 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772673903272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25895] ppid=25887 vsize=9624976 CPUtime=1.54 cores=0,2,4,6
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 20082 0 -1 4202560 477 0 0 0 145 9 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772672850728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25896] ppid=25887 vsize=9624976 CPUtime=1.65 cores=0,2,4,6
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 20082 0 -1 4202560 781 0 0 0 158 7 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772671797672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25897] ppid=25887 vsize=9624976 CPUtime=1.55 cores=0,2,4,6
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 20082 0 -1 4202560 717 0 0 0 145 10 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772670745128 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/25889/task/25898/stat : 25898 (java) S 25887 25889 20082 0 -1 4202560 837 0 0 0 139 7 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772669692072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25899] ppid=25887 vsize=9624976 CPUtime=1.33 cores=0,2,4,6
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 20082 0 -1 4202560 638 0 0 0 123 10 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772668639528 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25900] ppid=25887 vsize=9624976 CPUtime=58.78 cores=0,2,4,6
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 20082 0 -1 4202560 2035 0 0 0 5877 1 0 0 20 0 19 0 255068548 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772538350440 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255068549 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772537296760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25902] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25902/stat : 25902 (java) S 25887 25889 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255068549 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772536243592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25903] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25903/stat : 25903 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772535192336 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25904] ppid=25887 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25889/task/25904/stat : 25904 (java) S 25887 25889 20082 0 -1 4202560 2440 0 0 0 54 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772534139192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25905] ppid=25887 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/25889/task/25905/stat : 25905 (java) S 25887 25889 20082 0 -1 4202560 4744 0 0 0 69 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772533086648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25906] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25906/stat : 25906 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772532033784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25907] ppid=25887 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/25889/task/25907/stat : 25907 (java) S 25887 25889 20082 0 -1 4202560 103 0 0 0 45 33 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139771523361352 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25908] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25908/stat : 25908 (java) S 25887 25889 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255073031 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139771522307624 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1793.09
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.3 s]
/proc/loadavg: 2.00 2.00 2.12 4/212 25981
/proc/meminfo: memFree=26144164/32873844 swapFree=6868/6868
[pid=25889] ppid=25887 vsize=9624976 CPUtime=1800.11 cores=0,2,4,6
/proc/25889/stat : 25889 (java) S 25887 25889 20082 0 -1 4202496 19808 0 1 0 179847 164 0 0 20 0 19 0 255068542 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 140735571943808 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25889/statm: 2406244 871207 2281 9 0 2396937 0
[pid=25889/tid=25891] ppid=25887 vsize=9624976 CPUtime=1722.7 cores=0,2,4,6
/proc/25889/task/25891/stat : 25891 (java) R 25887 25889 20082 0 -1 4202560 4142 0 1 0 172191 79 0 0 20 0 19 0 255068544 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772714516752 139772547637635 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25892] ppid=25887 vsize=9624976 CPUtime=1.41 cores=0,2,4,6
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 20082 0 -1 4202560 509 0 0 0 132 9 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772676008872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25893] ppid=25887 vsize=9624976 CPUtime=1.68 cores=0,2,4,6
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 20082 0 -1 4202560 665 0 0 0 157 11 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772674956328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25894] ppid=25887 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/25889/task/25894/stat : 25894 (java) S 25887 25889 20082 0 -1 4202560 540 0 0 0 135 9 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772673903272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25895] ppid=25887 vsize=9624976 CPUtime=1.54 cores=0,2,4,6
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 20082 0 -1 4202560 477 0 0 0 145 9 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772672850728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25896] ppid=25887 vsize=9624976 CPUtime=1.65 cores=0,2,4,6
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 20082 0 -1 4202560 781 0 0 0 158 7 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772671797672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25897] ppid=25887 vsize=9624976 CPUtime=1.55 cores=0,2,4,6
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 20082 0 -1 4202560 717 0 0 0 145 10 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772670745128 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/25889/task/25898/stat : 25898 (java) S 25887 25889 20082 0 -1 4202560 837 0 0 0 139 7 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772669692072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25899] ppid=25887 vsize=9624976 CPUtime=1.33 cores=0,2,4,6
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 20082 0 -1 4202560 638 0 0 0 123 10 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772668639528 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25900] ppid=25887 vsize=9624976 CPUtime=58.78 cores=0,2,4,6
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 20082 0 -1 4202560 2035 0 0 0 5877 1 0 0 20 0 19 0 255068548 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772538350440 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255068549 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772537296760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25902] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25902/stat : 25902 (java) S 25887 25889 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255068549 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772536243592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25903] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25903/stat : 25903 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772535192336 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25904] ppid=25887 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25889/task/25904/stat : 25904 (java) S 25887 25889 20082 0 -1 4202560 2440 0 0 0 54 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772534139192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25905] ppid=25887 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/25889/task/25905/stat : 25905 (java) S 25887 25889 20082 0 -1 4202560 4744 0 0 0 69 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772533086648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25906] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25906/stat : 25906 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772532033784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25907] ppid=25887 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/25889/task/25907/stat : 25907 (java) S 25887 25889 20082 0 -1 4202560 103 0 0 0 45 34 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139771523361352 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25908] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25908/stat : 25908 (java) S 25887 25889 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255073031 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139771522307624 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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+1789.3 s]
/proc/loadavg: 2.00 2.00 2.12 4/212 25981
/proc/meminfo: memFree=26144164/32873844 swapFree=6868/6868
[pid=25889] ppid=25887 vsize=9624976 CPUtime=1800.11 cores=0,2,4,6
/proc/25889/stat : 25889 (java) S 25887 25889 20082 0 -1 4202496 19808 0 1 0 179847 164 0 0 20 0 19 0 255068542 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 140735571943808 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25889/statm: 2406244 871207 2281 9 0 2396937 0
[pid=25889/tid=25891] ppid=25887 vsize=9624976 CPUtime=1722.7 cores=0,2,4,6
/proc/25889/task/25891/stat : 25891 (java) R 25887 25889 20082 0 -1 4202560 4142 0 1 0 172191 79 0 0 20 0 19 0 255068544 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772714516752 139772547637635 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25892] ppid=25887 vsize=9624976 CPUtime=1.41 cores=0,2,4,6
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 20082 0 -1 4202560 509 0 0 0 132 9 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772676008872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25893] ppid=25887 vsize=9624976 CPUtime=1.68 cores=0,2,4,6
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 20082 0 -1 4202560 665 0 0 0 157 11 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772674956328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25894] ppid=25887 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/25889/task/25894/stat : 25894 (java) S 25887 25889 20082 0 -1 4202560 540 0 0 0 135 9 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772673903272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25895] ppid=25887 vsize=9624976 CPUtime=1.54 cores=0,2,4,6
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 20082 0 -1 4202560 477 0 0 0 145 9 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772672850728 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25896] ppid=25887 vsize=9624976 CPUtime=1.65 cores=0,2,4,6
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 20082 0 -1 4202560 781 0 0 0 158 7 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772671797672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25897] ppid=25887 vsize=9624976 CPUtime=1.55 cores=0,2,4,6
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 20082 0 -1 4202560 717 0 0 0 145 10 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772670745128 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/25889/task/25898/stat : 25898 (java) S 25887 25889 20082 0 -1 4202560 837 0 0 0 139 7 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772669692072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25889/tid=25899] ppid=25887 vsize=9624976 CPUtime=1.33 cores=0,2,4,6
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 20082 0 -1 4202560 638 0 0 0 123 10 0 0 20 0 19 0 255068547 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772668639528 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25900] ppid=25887 vsize=9624976 CPUtime=58.78 cores=0,2,4,6
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 20082 0 -1 4202560 2035 0 0 0 5877 1 0 0 20 0 19 0 255068548 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772538350440 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255068549 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772537296760 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25902] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25902/stat : 25902 (java) S 25887 25889 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255068549 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772536243592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25903] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25903/stat : 25903 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772535192336 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25904] ppid=25887 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25889/task/25904/stat : 25904 (java) S 25887 25889 20082 0 -1 4202560 2440 0 0 0 54 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772534139192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25889/tid=25905] ppid=25887 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/25889/task/25905/stat : 25905 (java) S 25887 25889 20082 0 -1 4202560 4744 0 0 0 69 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772533086648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25906] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25906/stat : 25906 (java) S 25887 25889 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139772532033784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25889/tid=25907] ppid=25887 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/25889/task/25907/stat : 25907 (java) S 25887 25889 20082 0 -1 4202560 103 0 0 0 45 34 0 0 20 0 19 0 255068551 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139771523361352 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25889/tid=25908] ppid=25887 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25889/task/25908/stat : 25908 (java) S 25887 25889 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255073031 9855975424 871207 33554432000 1073741824 1073778376 140735571952672 139771522307624 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25889 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=879288
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=21692
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.36
CPU time (s): 1800.11
CPU user time (s): 1798.47
CPU system time (s): 1.64
CPU usage (%): 100.601
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.88
system time used= 2.02169
maximum resident set size= 3485084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19878
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39659
involuntary context switches= 19393

runsolver used 6.95994 second user time and 13.8899 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 22:06:55
IDJOB=3689399
IDBENCH=89646
IDSOLVER=2269
FILE ID=node105/3689399-1337890008
RUNJOBID= node105-1337890002-25501
PBS_JOBID= 14620099
Free space on /tmp= 71312 MiB

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

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

MD5SUM BENCH= 6217a9adeb5cd4d9104428c4e3eb327a
RANDOM SEED=1101980562

node105.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.882
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	: 5333.76
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.882
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.882
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.882
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.882
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	: 5438.54
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.882
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	: 5331.91
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29302760 kB
Buffers:          192056 kB
Cached:          2223236 kB
SwapCached:         6340 kB
Active:          1240236 kB
Inactive:        1543652 kB
Active(anon):     356248 kB
Inactive(anon):    14612 kB
Active(file):     883988 kB
Inactive(file):  1529040 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:            318652 kB
Writeback:             0 kB
AnonPages:        377380 kB
Mapped:            22484 kB
Shmem:                 8 kB
Slab:             643636 kB
SReclaimable:      83716 kB
SUnreclaim:       559920 kB
KernelStack:        1592 kB
PageTables:         5020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1081960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 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= 71320 MiB
End job on node105 at 2012-05-24 22:36:47