Trace number 3740874

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.86 912.86

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-116.opb
MD5SUMf3a33f6abe76a69a8be60a1cc6635095
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 variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
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 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3740874-1338760667.opb
0.08/0.12	c reading problem ... 
10.37/7.02	c ... done. Wall clock time 6.903s.
10.37/7.02	c #vars     44846
10.37/7.02	c #constraints  989877
10.37/7.02	c constraints type 
10.37/7.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 689672
10.37/7.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
10.37/7.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 196912
10.37/7.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 99769
10.37/7.02	c constraints type 
10.37/7.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 196912
10.37/7.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 689672
10.37/7.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
10.37/7.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 99769
33.27/17.45	c cleaning 2489 clauses out of 5001 with flag 5001/5001
35.40/18.69	c cleaning 0 clauses out of 5002 with flag 0/5002
45.14/23.61	c cleaning 0 clauses out of 11001 with flag 0/11001
57.00/29.73	c cleaning 0 clauses out of 18000 with flag 0/18000
67.49/35.46	c cleaning 4244 clauses out of 8511 with flag 11000/11000
74.53/39.27	c cleaning 0 clauses out of 26002 with flag 0/26002
83.29/43.96	c cleaning 5616 clauses out of 11268 with flag 18001/18001
96.89/51.05	c cleaning 0 clauses out of 35001 with flag 0/35001
116.22/61.10	c cleaning 6801 clauses out of 13651 with flag 26000/26000
121.96/64.33	c cleaning 0 clauses out of 45001 with flag 0/45001
153.31/79.98	c cleaning 0 clauses out of 56000 with flag 0/56000
176.04/91.58	c cleaning 7897 clauses out of 15854 with flag 35004/35004
192.09/100.03	c cleaning 0 clauses out of 68001 with flag 0/68001
204.09/106.32	c cleaning 8886 clauses out of 17953 with flag 45000/45000
231.03/120.04	c cleaning 10023 clauses out of 20070 with flag 56003/56003
243.59/126.65	c cleaning 0 clauses out of 81001 with flag 0/81001
256.38/133.57	c cleaning 10977 clauses out of 22048 with flag 68004/68004
285.02/148.11	c cleaning 12011 clauses out of 24069 with flag 81002/81002
301.15/156.56	c cleaning 0 clauses out of 95001 with flag 0/95001
320.10/166.38	c cleaning 13010 clauses out of 26056 with flag 95000/95000
360.83/187.00	c cleaning 0 clauses out of 110000 with flag 0/110000
375.77/194.66	c cleaning 13994 clauses out of 28047 with flag 110001/110001
439.10/226.10	c cleaning 0 clauses out of 126000 with flag 0/126000
442.14/228.05	c cleaning 14994 clauses out of 30053 with flag 126004/126004
481.03/247.93	c cleaning 15994 clauses out of 32050 with flag 143000/143000
530.88/273.00	c cleaning 0 clauses out of 143001 with flag 0/143001
547.37/281.57	c cleaning 16958 clauses out of 34057 with flag 161001/161001
594.73/305.39	c cleaning 18003 clauses out of 36100 with flag 180002/180002
632.60/324.73	c cleaning 19026 clauses out of 38092 with flag 200000/200000
633.65/325.65	c cleaning 0 clauses out of 161000 with flag 0/161000
668.24/343.27	c cleaning 20011 clauses out of 40066 with flag 221001/221001
709.69/364.27	c cleaning 20995 clauses out of 42055 with flag 243001/243001
760.14/389.94	c cleaning 21984 clauses out of 44060 with flag 266001/266001
764.19/392.34	c cleaning 0 clauses out of 180000 with flag 0/180000
816.92/418.90	c cleaning 22980 clauses out of 46075 with flag 290000/290000
868.56/445.09	c cleaning 24019 clauses out of 48095 with flag 315000/315000
904.83/463.57	c cleaning 0 clauses out of 200000 with flag 0/200000
957.25/489.75	c cleaning 25011 clauses out of 50076 with flag 341000/341000
1036.82/529.41	c cleaning 0 clauses out of 221000 with flag 0/221000
1057.65/540.14	c cleaning 25645 clauses out of 52065 with flag 368000/368000
1158.02/590.13	c cleaning 0 clauses out of 243000 with flag 0/243000
1170.67/596.75	c cleaning 27002 clauses out of 54420 with flag 396000/396000
1253.81/638.34	c cleaning 28144 clauses out of 56419 with flag 425001/425001
1295.63/659.60	c cleaning 0 clauses out of 266001 with flag 0/266001
1349.66/687.04	c cleaning 29066 clauses out of 58274 with flag 455000/455000
1478.01/751.14	c cleaning 30025 clauses out of 60210 with flag 486002/486002
1480.41/752.77	c cleaning 0 clauses out of 290003 with flag 0/290003
1590.65/808.08	c cleaning 31011 clauses out of 62185 with flag 518002/518002
1675.22/850.43	c cleaning 0 clauses out of 315000 with flag 0/315000
1742.92/884.18	c cleaning 31858 clauses out of 64172 with flag 551000/551000
1800.15/912.81	c starts		: 153
1800.15/912.81	c conflicts		: 571908
1800.15/912.81	c decisions		: 14966374
1800.15/912.81	c propagations		: 1009412960
1800.15/912.81	c inspects		: 4934722355
1800.15/912.81	c learnt literals	: 12
1800.15/912.81	c learnt binary clauses	: 536
1800.15/912.81	c learnt ternary clauses	: 1327
1800.15/912.81	c learnt clauses	: 571896
1800.15/912.81	c ignored clauses	: 0
1800.15/912.81	c root simplifications	: 0
1800.15/912.81	c removed literals (reason simplification)	: 11960437
1800.15/912.81	c reason swapping (by a shorter reason)	: 0
1800.15/912.81	c Calls to reduceDB	: 29
1800.15/912.81	c number of reductions to clauses (during analyze)	: 0
1800.15/912.81	c number of learned constraints concerned by reduction	: 0
1800.15/912.81	c number of learning phase by resolution	: 0
1800.15/912.81	c number of learning phase by cutting planes	: 0
1800.15/912.81	c speed (assignments/second)	: 1114403.1164025136
1800.15/912.81	c non guided choices	5309956
1800.15/912.84	c learnt constraints type 
1800.15/912.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 52699
1800.15/912.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 536
1800.15/912.84	c constraints type 
1800.15/912.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 689672
1800.15/912.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.15/912.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 196912
1800.15/912.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 99769
1800.15/912.84	c constraints type 
1800.15/912.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 196912
1800.15/912.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 689672
1800.15/912.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
1800.15/912.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 99769
1800.15/912.84	s UNKNOWN
1800.15/912.84	c Total wall clock time (in seconds): 912.721

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-3740874-1338760667/watcher-3740874-1338760667 -o /tmp/evaluation-result-3740874-1338760667/solver-3740874-1338760667 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740874-1338760667.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.66 3.82 3.79 4/197 21801
/proc/meminfo: memFree=26331180/32873648 swapFree=6860/6860
[pid=21801] ppid=21799 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/21801/stat : 21801 (java6) D 21799 21801 17435 0 -1 4202496 82 0 0 0 0 0 0 0 20 0 1 0 342192839 278528 33 33554432000 1073741824 1073778376 140736766402000 140736766399176 266426477863 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/21801/statm: 68 33 25 9 0 25 0

[startup+0.104927 s]
/proc/loadavg: 3.66 3.82 3.79 4/197 21801
/proc/meminfo: memFree=26331180/32873648 swapFree=6860/6860
[pid=21801] ppid=21799 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/21801/stat : 21801 (java) S 21799 21801 17435 0 -1 4202496 4691 0 1 0 7 1 0 0 20 0 18 0 342192839 2764726272 6391 33554432000 1073741824 1073778376 140735627928768 140735627919904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21801/statm: 674982 6391 2100 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.200203 s]
/proc/loadavg: 3.66 3.82 3.79 4/197 21801
/proc/meminfo: memFree=26331180/32873648 swapFree=6860/6860
[pid=21801] ppid=21799 vsize=2699928 CPUtime=0.21 cores=1,3,5,7
/proc/21801/stat : 21801 (java) S 21799 21801 17435 0 -1 4202496 4987 0 1 0 20 1 0 0 20 0 18 0 342192839 2764726272 8161 33554432000 1073741824 1073778376 140735627928768 140735627919904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21801/statm: 674982 8161 2183 9 0 665676 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 2699928

[startup+0.300272 s]
/proc/loadavg: 3.66 3.82 3.79 4/197 21801
/proc/meminfo: memFree=26331180/32873648 swapFree=6860/6860
[pid=21801] ppid=21799 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/21801/stat : 21801 (java) S 21799 21801 17435 0 -1 4202496 6046 0 1 0 44 2 0 0 20 0 18 0 342192839 2764726272 10332 33554432000 1073741824 1073778376 140735627928768 140735627919904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21801/statm: 674982 10332 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.70025 s]
/proc/loadavg: 3.66 3.82 3.79 4/197 21801
/proc/meminfo: memFree=26331180/32873648 swapFree=6860/6860
[pid=21801] ppid=21799 vsize=2699928 CPUtime=1.25 cores=1,3,5,7
/proc/21801/stat : 21801 (java) S 21799 21801 17435 0 -1 4202496 12002 0 1 0 120 5 0 0 20 0 18 0 342192839 2764726272 60105 33554432000 1073741824 1073778376 140735627928768 140735627919904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21801/statm: 674982 60105 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 2699928

[startup+1.5007 s]
/proc/loadavg: 3.60 3.81 3.79 4/215 21819
/proc/meminfo: memFree=25930996/32873648 swapFree=6860/6860
[pid=21801] ppid=21799 vsize=2699928 CPUtime=2.34 cores=1,3,5,7
/proc/21801/stat : 21801 (java) S 21799 21801 17435 0 -1 4202496 12228 0 1 0 219 15 0 0 20 0 18 0 342192839 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140735627919904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21801/statm: 674982 112874 2248 9 0 665676 0
[pid=21801/tid=21803] ppid=21799 vsize=2699928 CPUtime=1.37 cores=1,3,5,7
/proc/21801/task/21803/stat : 21803 (java) R 21799 21801 17435 0 -1 4202560 2953 0 1 0 130 7 0 0 20 0 18 0 342192841 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183278882616 140183119219757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21804] ppid=21799 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/21801/task/21804/stat : 21804 (java) S 21799 21801 17435 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 18 0 342192842 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183263165352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21805] ppid=21799 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/21801/task/21805/stat : 21805 (java) S 21799 21801 17435 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 342192842 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183262112808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21806] ppid=21799 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/21801/task/21806/stat : 21806 (java) S 21799 21801 17435 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 18 0 342192842 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183261059752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21807] ppid=21799 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/21801/task/21807/stat : 21807 (java) S 21799 21801 17435 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 342192842 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183260007208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21808] ppid=21799 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/21801/task/21808/stat : 21808 (java) S 21799 21801 17435 0 -1 4202560 17 0 0 0 1 2 0 0 20 0 18 0 342192842 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183258954152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21809] ppid=21799 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/21801/task/21809/stat : 21809 (java) S 21799 21801 17435 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 342192842 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183257901608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21810] ppid=21799 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/21801/task/21810/stat : 21810 (java) S 21799 21801 17435 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 342192842 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183256848552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21811] ppid=21799 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/21801/task/21811/stat : 21811 (java) S 21799 21801 17435 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 342192842 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183255796008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21812] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21812/stat : 21812 (java) S 21799 21801 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342192843 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183243385704 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21813] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21813/stat : 21813 (java) S 21799 21801 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342192844 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183242332024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21814] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21814/stat : 21814 (java) S 21799 21801 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342192844 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183241278856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21815] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21815/stat : 21815 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342192846 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183240227600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21816] ppid=21799 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/21801/task/21816/stat : 21816 (java) S 21799 21801 17435 0 -1 4202560 2971 0 0 0 28 0 0 0 20 0 18 0 342192846 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183239174456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21817] ppid=21799 vsize=2699928 CPUtime=0.33 cores=1,3,5,7
/proc/21801/task/21817/stat : 21817 (java) S 21799 21801 17435 0 -1 4202560 4979 0 0 0 32 1 0 0 20 0 18 0 342192846 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183238121912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21818] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21818/stat : 21818 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342192846 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183118801144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21819] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21819/stat : 21819 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342192846 2764726272 112874 33554432000 1073741824 1073778376 140735627928768 140183117748808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 2699928

[startup+3.10072 s]
/proc/loadavg: 3.60 3.81 3.79 4/215 21819
/proc/meminfo: memFree=25850380/32873648 swapFree=6860/6860
[pid=21801] ppid=21799 vsize=2699928 CPUtime=4.67 cores=1,3,5,7
/proc/21801/stat : 21801 (java) S 21799 21801 17435 0 -1 4202496 12449 0 1 0 440 27 0 0 20 0 18 0 342192839 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140735627919904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21801/statm: 674982 135440 2248 9 0 665676 0
[pid=21801/tid=21803] ppid=21799 vsize=2699928 CPUtime=2.73 cores=1,3,5,7
/proc/21801/task/21803/stat : 21803 (java) R 21799 21801 17435 0 -1 4202560 2956 0 1 0 266 7 0 0 20 0 18 0 342192841 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183278882312 266439025933 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21804] ppid=21799 vsize=2699928 CPUtime=0.19 cores=1,3,5,7
/proc/21801/task/21804/stat : 21804 (java) S 21799 21801 17435 0 -1 4202560 66 0 0 0 16 3 0 0 20 0 18 0 342192842 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183263165352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21805] ppid=21799 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/21801/task/21805/stat : 21805 (java) S 21799 21801 17435 0 -1 4202560 36 0 0 0 9 2 0 0 20 0 18 0 342192842 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183262112808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21806] ppid=21799 vsize=2699928 CPUtime=0.23 cores=1,3,5,7
/proc/21801/task/21806/stat : 21806 (java) S 21799 21801 17435 0 -1 4202560 65 0 0 0 19 4 0 0 20 0 18 0 342192842 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183261059752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21807] ppid=21799 vsize=2699928 CPUtime=0.16 cores=1,3,5,7
/proc/21801/task/21807/stat : 21807 (java) S 21799 21801 17435 0 -1 4202560 56 0 0 0 14 2 0 0 20 0 18 0 342192842 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183260007208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21808] ppid=21799 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/21801/task/21808/stat : 21808 (java) S 21799 21801 17435 0 -1 4202560 39 0 0 0 9 2 0 0 20 0 18 0 342192842 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183258954152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21809] ppid=21799 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/21801/task/21809/stat : 21809 (java) S 21799 21801 17435 0 -1 4202560 40 0 0 0 12 3 0 0 20 0 18 0 342192842 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183257901608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21810] ppid=21799 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/21801/task/21810/stat : 21810 (java) S 21799 21801 17435 0 -1 4202560 33 0 0 0 7 2 0 0 20 0 18 0 342192842 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183256848552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21811] ppid=21799 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/21801/task/21811/stat : 21811 (java) S 21799 21801 17435 0 -1 4202560 23 0 0 0 7 2 0 0 20 0 18 0 342192842 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183255796008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21812] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21812/stat : 21812 (java) S 21799 21801 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342192843 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183243385704 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21813] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21813/stat : 21813 (java) S 21799 21801 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342192844 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183242332024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21814] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21814/stat : 21814 (java) S 21799 21801 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342192844 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183241278856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21815] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21815/stat : 21815 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342192846 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183240227600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21816] ppid=21799 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/21801/task/21816/stat : 21816 (java) S 21799 21801 17435 0 -1 4202560 2971 0 0 0 29 0 0 0 20 0 18 0 342192846 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183239174456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21817] ppid=21799 vsize=2699928 CPUtime=0.37 cores=1,3,5,7
/proc/21801/task/21817/stat : 21817 (java) S 21799 21801 17435 0 -1 4202560 4981 0 0 0 36 1 0 0 20 0 18 0 342192846 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183238121912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21818] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21818/stat : 21818 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342192846 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183118801144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21819] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21819/stat : 21819 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342192846 2764726272 135440 33554432000 1073741824 1073778376 140735627928768 140183117748808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 2699928

[startup+6.30072 s]
/proc/loadavg: 3.60 3.81 3.79 4/215 21819
/proc/meminfo: memFree=25661152/32873648 swapFree=6860/6860
[pid=21801] ppid=21799 vsize=2699928 CPUtime=9.38 cores=1,3,5,7
/proc/21801/stat : 21801 (java) S 21799 21801 17435 0 -1 4202496 13977 0 1 0 897 41 0 0 20 0 18 0 342192839 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140735627919904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21801/statm: 674982 176649 2248 9 0 665676 0
[pid=21801/tid=21803] ppid=21799 vsize=2699928 CPUtime=5.4 cores=1,3,5,7
/proc/21801/task/21803/stat : 21803 (java) R 21799 21801 17435 0 -1 4202560 2965 0 1 0 531 9 0 0 20 0 18 0 342192841 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183278874592 140183119215650 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21804] ppid=21799 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/21801/task/21804/stat : 21804 (java) S 21799 21801 17435 0 -1 4202560 358 0 0 0 39 5 0 0 20 0 18 0 342192842 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183263165352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21805] ppid=21799 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/21801/task/21805/stat : 21805 (java) S 21799 21801 17435 0 -1 4202560 99 0 0 0 32 3 0 0 20 0 18 0 342192842 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183262112808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21806] ppid=21799 vsize=2699928 CPUtime=0.53 cores=1,3,5,7
/proc/21801/task/21806/stat : 21806 (java) S 21799 21801 17435 0 -1 4202560 208 0 0 0 48 5 0 0 20 0 18 0 342192842 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183261059752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21807] ppid=21799 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/21801/task/21807/stat : 21807 (java) S 21799 21801 17435 0 -1 4202560 142 0 0 0 40 4 0 0 20 0 18 0 342192842 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183260007208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21808] ppid=21799 vsize=2699928 CPUtime=0.38 cores=1,3,5,7
/proc/21801/task/21808/stat : 21808 (java) S 21799 21801 17435 0 -1 4202560 349 0 0 0 34 4 0 0 20 0 18 0 342192842 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183258954152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21809] ppid=21799 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/21801/task/21809/stat : 21809 (java) S 21799 21801 17435 0 -1 4202560 347 0 0 0 40 4 0 0 20 0 18 0 342192842 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183257901608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21810] ppid=21799 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/21801/task/21810/stat : 21810 (java) S 21799 21801 17435 0 -1 4202560 304 0 0 0 26 4 0 0 20 0 18 0 342192842 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183256848552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21811] ppid=21799 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/21801/task/21811/stat : 21811 (java) S 21799 21801 17435 0 -1 4202560 70 0 0 0 26 3 0 0 20 0 18 0 342192842 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183255796008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21812] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21812/stat : 21812 (java) S 21799 21801 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342192843 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183243385704 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21813] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21813/stat : 21813 (java) S 21799 21801 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342192844 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183242332024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21814] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21814/stat : 21814 (java) S 21799 21801 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342192844 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183241278856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21815] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21815/stat : 21815 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342192846 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183240227600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21816] ppid=21799 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/21801/task/21816/stat : 21816 (java) S 21799 21801 17435 0 -1 4202560 2971 0 0 0 29 0 0 0 20 0 18 0 342192846 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183239174456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21817] ppid=21799 vsize=2699928 CPUtime=0.37 cores=1,3,5,7
/proc/21801/task/21817/stat : 21817 (java) S 21799 21801 17435 0 -1 4202560 4981 0 0 0 36 1 0 0 20 0 18 0 342192846 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183238121912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21818] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21818/stat : 21818 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342192846 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183118801144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21819] ppid=21799 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21819/stat : 21819 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342192846 2764726272 176649 33554432000 1073741824 1073778376 140735627928768 140183117748808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 2699928

[startup+12.7009 s]
/proc/loadavg: 3.59 3.80 3.79 5/219 21823
/proc/meminfo: memFree=25538988/32873648 swapFree=6860/6860
[pid=21801] ppid=21799 vsize=2966184 CPUtime=23.53 cores=1,3,5,7
/proc/21801/stat : 21801 (java) S 21799 21801 17435 0 -1 4202496 22211 0 1 0 2304 49 0 0 20 0 22 0 342192839 3037372416 199963 33554432000 1073741824 1073778376 140735627928768 140735627919904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21801/statm: 741546 199963 2270 9 0 732240 0
[pid=21801/tid=21803] ppid=21799 vsize=2966184 CPUtime=6.04 cores=1,3,5,7

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

[pid=21801/tid=21821] ppid=21799 vsize=2966184 CPUtime=763 cores=1,3,5,7
/proc/21801/task/21821/stat : 21821 (java) R 21799 21801 17435 0 -1 4202560 340 0 0 0 76286 14 0 0 20 0 22 0 342193542 3037372416 275803 33554432000 1073741824 1073778376 140735627928768 140183115640848 140183119699805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21822] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21822/stat : 21822 (java) S 21799 21801 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342193545 3037372416 275803 33554432000 1073741824 1073778376 140735627928768 140183114589480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21823] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21823/stat : 21823 (java) S 21799 21801 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342193545 3037372416 275803 33554432000 1073741824 1073778376 140735627928768 140183113536936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1618.19
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 3.98 3.96 3.86 5/219 21976
/proc/meminfo: memFree=25424048/32873648 swapFree=6860/6860
[pid=21801] ppid=21799 vsize=2966184 CPUtime=1739.3 cores=1,3,5,7
/proc/21801/stat : 21801 (java) S 21799 21801 17435 0 -1 4202496 264365 0 1 0 173739 191 0 0 20 0 22 0 342192839 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140735627919904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21801/statm: 741546 275801 2282 9 0 732240 0
[pid=21801/tid=21803] ppid=21799 vsize=2966184 CPUtime=6.07 cores=1,3,5,7
/proc/21801/task/21803/stat : 21803 (java) S 21799 21801 17435 0 -1 4202560 3016 0 1 0 596 11 0 0 20 0 22 0 342192841 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183278883992 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21804] ppid=21799 vsize=2966184 CPUtime=5.91 cores=1,3,5,7
/proc/21801/task/21804/stat : 21804 (java) S 21799 21801 17435 0 -1 4202560 418 0 0 0 580 11 0 0 20 0 22 0 342192842 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183263165352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21805] ppid=21799 vsize=2966184 CPUtime=5.51 cores=1,3,5,7
/proc/21801/task/21805/stat : 21805 (java) S 21799 21801 17435 0 -1 4202560 386 0 0 0 541 10 0 0 20 0 22 0 342192842 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183262112808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21806] ppid=21799 vsize=2966184 CPUtime=5.69 cores=1,3,5,7
/proc/21801/task/21806/stat : 21806 (java) S 21799 21801 17435 0 -1 4202560 426 0 0 0 557 12 0 0 20 0 22 0 342192842 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183261059752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21807] ppid=21799 vsize=2966184 CPUtime=5.92 cores=1,3,5,7
/proc/21801/task/21807/stat : 21807 (java) S 21799 21801 17435 0 -1 4202560 405 0 0 0 581 11 0 0 20 0 22 0 342192842 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183260007208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21808] ppid=21799 vsize=2966184 CPUtime=5.75 cores=1,3,5,7
/proc/21801/task/21808/stat : 21808 (java) S 21799 21801 17435 0 -1 4202560 422 0 0 0 564 11 0 0 20 0 22 0 342192842 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183258954152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21809] ppid=21799 vsize=2966184 CPUtime=5.89 cores=1,3,5,7
/proc/21801/task/21809/stat : 21809 (java) S 21799 21801 17435 0 -1 4202560 419 0 0 0 579 10 0 0 20 0 22 0 342192842 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183257901608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21810] ppid=21799 vsize=2966184 CPUtime=5.59 cores=1,3,5,7
/proc/21801/task/21810/stat : 21810 (java) S 21799 21801 17435 0 -1 4202560 370 0 0 0 549 10 0 0 20 0 22 0 342192842 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183256848552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21811] ppid=21799 vsize=2966184 CPUtime=5.68 cores=1,3,5,7
/proc/21801/task/21811/stat : 21811 (java) S 21799 21801 17435 0 -1 4202560 364 0 0 0 559 9 0 0 20 0 22 0 342192842 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183255796008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21812] ppid=21799 vsize=2966184 CPUtime=42.44 cores=1,3,5,7
/proc/21801/task/21812/stat : 21812 (java) S 21799 21801 17435 0 -1 4202560 234557 0 0 0 4175 69 0 0 20 0 22 0 342192843 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183243385704 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21813] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21813/stat : 21813 (java) S 21799 21801 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342192844 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183242332024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21814] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21814/stat : 21814 (java) S 21799 21801 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342192844 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183241278856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21815] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21815/stat : 21815 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342192846 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183240227600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21816] ppid=21799 vsize=2966184 CPUtime=1.66 cores=1,3,5,7
/proc/21801/task/21816/stat : 21816 (java) S 21799 21801 17435 0 -1 4202560 9578 0 0 0 164 2 0 0 20 0 22 0 342192846 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183239174456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21817] ppid=21799 vsize=2966184 CPUtime=1.5 cores=1,3,5,7
/proc/21801/task/21817/stat : 21817 (java) S 21799 21801 17435 0 -1 4202560 12117 0 0 0 147 3 0 0 20 0 22 0 342192846 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183238121912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21818] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21818/stat : 21818 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342192846 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183118801144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21819] ppid=21799 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/21801/task/21819/stat : 21819 (java) S 21799 21801 17435 0 -1 4202560 51 0 0 0 11 23 0 0 20 0 22 0 342192846 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183117748808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21820] ppid=21799 vsize=2966184 CPUtime=820.75 cores=1,3,5,7
/proc/21801/task/21820/stat : 21820 (java) R 21799 21801 17435 0 -1 4202560 292 0 0 0 82061 14 0 0 20 0 22 0 342193542 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183116692656 140183119578807 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21821] ppid=21799 vsize=2966184 CPUtime=820.87 cores=1,3,5,7
/proc/21801/task/21821/stat : 21821 (java) R 21799 21801 17435 0 -1 4202560 355 0 0 0 82072 15 0 0 20 0 22 0 342193542 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183115640752 140183119586672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21822] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21822/stat : 21822 (java) S 21799 21801 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342193545 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183114589480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21823] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21823/stat : 21823 (java) S 21799 21801 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342193545 3037372416 275801 33554432000 1073741824 1073778376 140735627928768 140183113536936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1739.3
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.801 s]
/proc/loadavg: 4.34 4.04 3.89 5/219 21977
/proc/meminfo: memFree=25401456/32873648 swapFree=6860/6860
[pid=21801] ppid=21799 vsize=2966184 CPUtime=1800.15 cores=1,3,5,7
/proc/21801/stat : 21801 (java) S 21799 21801 17435 0 -1 4202496 269157 0 1 0 179820 195 0 0 20 0 22 0 342192839 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140735627919904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21801/statm: 741546 280411 2282 9 0 732240 0
[pid=21801/tid=21803] ppid=21799 vsize=2966184 CPUtime=6.07 cores=1,3,5,7
/proc/21801/task/21803/stat : 21803 (java) S 21799 21801 17435 0 -1 4202560 3017 0 1 0 596 11 0 0 20 0 22 0 342192841 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183278883992 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21804] ppid=21799 vsize=2966184 CPUtime=6.16 cores=1,3,5,7
/proc/21801/task/21804/stat : 21804 (java) S 21799 21801 17435 0 -1 4202560 421 0 0 0 605 11 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183263165352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21805] ppid=21799 vsize=2966184 CPUtime=5.71 cores=1,3,5,7
/proc/21801/task/21805/stat : 21805 (java) S 21799 21801 17435 0 -1 4202560 389 0 0 0 561 10 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183262112808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21806] ppid=21799 vsize=2966184 CPUtime=5.94 cores=1,3,5,7
/proc/21801/task/21806/stat : 21806 (java) S 21799 21801 17435 0 -1 4202560 433 0 0 0 581 13 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183261059752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21807] ppid=21799 vsize=2966184 CPUtime=6.1 cores=1,3,5,7
/proc/21801/task/21807/stat : 21807 (java) S 21799 21801 17435 0 -1 4202560 409 0 0 0 599 11 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183260007208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21808] ppid=21799 vsize=2966184 CPUtime=5.92 cores=1,3,5,7
/proc/21801/task/21808/stat : 21808 (java) S 21799 21801 17435 0 -1 4202560 424 0 0 0 581 11 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183258954152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21809] ppid=21799 vsize=2966184 CPUtime=6.09 cores=1,3,5,7
/proc/21801/task/21809/stat : 21809 (java) S 21799 21801 17435 0 -1 4202560 421 0 0 0 599 10 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183257901608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21810] ppid=21799 vsize=2966184 CPUtime=5.78 cores=1,3,5,7
/proc/21801/task/21810/stat : 21810 (java) S 21799 21801 17435 0 -1 4202560 372 0 0 0 568 10 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183256848552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21811] ppid=21799 vsize=2966184 CPUtime=5.87 cores=1,3,5,7
/proc/21801/task/21811/stat : 21811 (java) S 21799 21801 17435 0 -1 4202560 369 0 0 0 578 9 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183255796008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21812] ppid=21799 vsize=2966184 CPUtime=43.31 cores=1,3,5,7
/proc/21801/task/21812/stat : 21812 (java) S 21799 21801 17435 0 -1 4202560 239301 0 0 0 4261 70 0 0 20 0 22 0 342192843 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183243385704 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21813] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21813/stat : 21813 (java) S 21799 21801 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342192844 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183242332024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21814] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21814/stat : 21814 (java) S 21799 21801 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342192844 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183241278856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21815] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21815/stat : 21815 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342192846 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183240227600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21816] ppid=21799 vsize=2966184 CPUtime=1.66 cores=1,3,5,7
/proc/21801/task/21816/stat : 21816 (java) S 21799 21801 17435 0 -1 4202560 9578 0 0 0 164 2 0 0 20 0 22 0 342192846 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183239174456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21817] ppid=21799 vsize=2966184 CPUtime=1.5 cores=1,3,5,7
/proc/21801/task/21817/stat : 21817 (java) S 21799 21801 17435 0 -1 4202560 12117 0 0 0 147 3 0 0 20 0 22 0 342192846 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183238121912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21818] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21818/stat : 21818 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342192846 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183118801144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21819] ppid=21799 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/21801/task/21819/stat : 21819 (java) S 21799 21801 17435 0 -1 4202560 53 0 0 0 11 25 0 0 20 0 22 0 342192846 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183117748808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21820] ppid=21799 vsize=2966184 CPUtime=849.94 cores=1,3,5,7
/proc/21801/task/21820/stat : 21820 (java) R 21799 21801 17435 0 -1 4202560 300 0 0 0 84979 15 0 0 20 0 22 0 342193542 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183116692656 140183119635214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21821] ppid=21799 vsize=2966184 CPUtime=850.04 cores=1,3,5,7
/proc/21801/task/21821/stat : 21821 (java) R 21799 21801 17435 0 -1 4202560 364 0 0 0 84989 15 0 0 20 0 22 0 342193542 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183115640848 140183119586617 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21822] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21822/stat : 21822 (java) S 21799 21801 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342193545 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183114589480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21823] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21823/stat : 21823 (java) S 21799 21801 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342193545 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183113536936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 2966184

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

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

[startup+912.801 s]
/proc/loadavg: 4.34 4.04 3.89 5/219 21977
/proc/meminfo: memFree=25401456/32873648 swapFree=6860/6860
[pid=21801] ppid=21799 vsize=2966184 CPUtime=1800.15 cores=1,3,5,7
/proc/21801/stat : 21801 (java) S 21799 21801 17435 0 -1 4202496 269157 0 1 0 179820 195 0 0 20 0 22 0 342192839 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140735627919904 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21801/statm: 741546 280411 2282 9 0 732240 0
[pid=21801/tid=21803] ppid=21799 vsize=2966184 CPUtime=6.07 cores=1,3,5,7
/proc/21801/task/21803/stat : 21803 (java) S 21799 21801 17435 0 -1 4202560 3017 0 1 0 596 11 0 0 20 0 22 0 342192841 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183278883992 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21804] ppid=21799 vsize=2966184 CPUtime=6.16 cores=1,3,5,7
/proc/21801/task/21804/stat : 21804 (java) S 21799 21801 17435 0 -1 4202560 421 0 0 0 605 11 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183263165352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21805] ppid=21799 vsize=2966184 CPUtime=5.71 cores=1,3,5,7
/proc/21801/task/21805/stat : 21805 (java) S 21799 21801 17435 0 -1 4202560 389 0 0 0 561 10 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183262112808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21806] ppid=21799 vsize=2966184 CPUtime=5.94 cores=1,3,5,7
/proc/21801/task/21806/stat : 21806 (java) S 21799 21801 17435 0 -1 4202560 433 0 0 0 581 13 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183261059752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21807] ppid=21799 vsize=2966184 CPUtime=6.1 cores=1,3,5,7
/proc/21801/task/21807/stat : 21807 (java) S 21799 21801 17435 0 -1 4202560 409 0 0 0 599 11 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183260007208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21808] ppid=21799 vsize=2966184 CPUtime=5.92 cores=1,3,5,7
/proc/21801/task/21808/stat : 21808 (java) S 21799 21801 17435 0 -1 4202560 424 0 0 0 581 11 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183258954152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21809] ppid=21799 vsize=2966184 CPUtime=6.09 cores=1,3,5,7
/proc/21801/task/21809/stat : 21809 (java) S 21799 21801 17435 0 -1 4202560 421 0 0 0 599 10 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183257901608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21810] ppid=21799 vsize=2966184 CPUtime=5.78 cores=1,3,5,7
/proc/21801/task/21810/stat : 21810 (java) S 21799 21801 17435 0 -1 4202560 372 0 0 0 568 10 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183256848552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21811] ppid=21799 vsize=2966184 CPUtime=5.87 cores=1,3,5,7
/proc/21801/task/21811/stat : 21811 (java) S 21799 21801 17435 0 -1 4202560 369 0 0 0 578 9 0 0 20 0 22 0 342192842 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183255796008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21812] ppid=21799 vsize=2966184 CPUtime=43.31 cores=1,3,5,7
/proc/21801/task/21812/stat : 21812 (java) S 21799 21801 17435 0 -1 4202560 239301 0 0 0 4261 70 0 0 20 0 22 0 342192843 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183243385704 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21813] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21813/stat : 21813 (java) S 21799 21801 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342192844 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183242332024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21814] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21814/stat : 21814 (java) S 21799 21801 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342192844 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183241278856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21815] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21815/stat : 21815 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342192846 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183240227600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21816] ppid=21799 vsize=2966184 CPUtime=1.66 cores=1,3,5,7
/proc/21801/task/21816/stat : 21816 (java) S 21799 21801 17435 0 -1 4202560 9578 0 0 0 164 2 0 0 20 0 22 0 342192846 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183239174456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21801/tid=21817] ppid=21799 vsize=2966184 CPUtime=1.5 cores=1,3,5,7
/proc/21801/task/21817/stat : 21817 (java) S 21799 21801 17435 0 -1 4202560 12117 0 0 0 147 3 0 0 20 0 22 0 342192846 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183238121912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21818] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21818/stat : 21818 (java) S 21799 21801 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342192846 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183118801144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21819] ppid=21799 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/21801/task/21819/stat : 21819 (java) S 21799 21801 17435 0 -1 4202560 53 0 0 0 11 25 0 0 20 0 22 0 342192846 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183117748808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21820] ppid=21799 vsize=2966184 CPUtime=849.94 cores=1,3,5,7
/proc/21801/task/21820/stat : 21820 (java) R 21799 21801 17435 0 -1 4202560 300 0 0 0 84979 15 0 0 20 0 22 0 342193542 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183116692656 140183119635214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21801/tid=21821] ppid=21799 vsize=2966184 CPUtime=850.04 cores=1,3,5,7
/proc/21801/task/21821/stat : 21821 (java) R 21799 21801 17435 0 -1 4202560 364 0 0 0 84989 15 0 0 20 0 22 0 342193542 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183115640848 140183119586617 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21801/tid=21822] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21822/stat : 21822 (java) S 21799 21801 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342193545 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183114589480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21801/tid=21823] ppid=21799 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/21801/task/21823/stat : 21823 (java) S 21799 21801 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342193545 3037372416 280411 33554432000 1073741824 1073778376 140735627928768 140183113536936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 912.86
CPU time (s): 1800.86
CPU user time (s): 1798.44
CPU system time (s): 2.42063
CPU usage (%): 197.277
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.44
system time used= 2.42063
maximum resident set size= 1126100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269199
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39885
involuntary context switches= 88060

runsolver used 3.09253 second user time and 8.5637 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-03 23:57:48
IDJOB=3740874
IDBENCH=89654
IDSOLVER=2324
FILE ID=node116/3740874-1338760667
RUNJOBID= node116-1338748331-17452
PBS_JOBID= 14636786
Free space on /tmp= 70988 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-116.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740874-1338760667/watcher-3740874-1338760667 -o /tmp/evaluation-result-3740874-1338760667/solver-3740874-1338760667 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740874-1338760667.opb

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

MD5SUM BENCH= f3a33f6abe76a69a8be60a1cc6635095
RANDOM SEED=406899546

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.92
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.556
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.92
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.556
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.556
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:       32873648 kB
MemFree:        26331188 kB
Buffers:          557984 kB
Cached:          4162372 kB
SwapCached:         3028 kB
Active:          3182936 kB
Inactive:        2439920 kB
Active(anon):     892572 kB
Inactive(anon):     8500 kB
Active(file):    2290364 kB
Inactive(file):  2431420 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:             44412 kB
Writeback:            12 kB
AnonPages:        904128 kB
Mapped:            20112 kB
Shmem:                68 kB
Slab:             777316 kB
SReclaimable:     221092 kB
SUnreclaim:       556224 kB
KernelStack:        1616 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    845824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70988 MiB
End job on node116 at 2012-06-04 00:13:03