Trace number 3740813

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.46 972.459

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-175.opb
MD5SUM3472d2cba7eedc0e4f1652523daa893e
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 variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
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 2221
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.09/0.23	c version 2.3.1.v20110525
0.09/0.23	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.23	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.23	c java.vm.version	19.1-b02
0.09/0.23	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.23	c sun.arch.data.model	64
0.09/0.23	c java.version		1.6.0_24
0.09/0.23	c os.name		Linux
0.09/0.23	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.23	c os.arch		amd64
0.09/0.23	c Free memory 		9996466904
0.09/0.23	c Max memory 		10048897024
0.09/0.23	c Total memory 		10048897024
0.09/0.23	c Number of processors 	8
0.09/0.23	c Pseudo Boolean Optimization
0.09/0.23	c ManyCore solver with 2 solvers running in parallel
0.09/0.23	c --- Begin Solver configuration ---
0.09/0.23	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.23	c Learn all clauses as in MiniSAT
0.09/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.23	c Expensive reason simplification
0.09/0.23	c Armin Biere (Picosat) restarts strategy
0.09/0.23	c Glucose learned constraints deletion strategy
0.09/0.23	c timeout=2147483s
0.09/0.23	c DB Simplification allowed=false
0.09/0.23	c --- End Solver configuration ---
0.09/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.23	c --- Begin Solver configuration ---
0.09/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.23	c Learn all clauses as in MiniSAT
0.09/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.23	c No reason simplification
0.09/0.23	c Armin Biere (Picosat) restarts strategy
0.09/0.23	c Glucose learned constraints deletion strategy
0.09/0.23	c timeout=2147483s
0.09/0.23	c DB Simplification allowed=false
0.09/0.23	c --- End Solver configuration ---
0.09/0.23	c solving HOME/instance-3740813-1338731558.opb
0.09/0.23	c reading problem ... 
54.33/41.18	c ... done. Wall clock time 41.064s.
54.33/41.18	c #vars     248659
54.33/41.18	c #constraints  5556400
54.33/41.18	c constraints type 
54.33/41.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3877971
54.33/41.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 19725
54.33/41.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1097691
54.33/41.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 561013
54.33/41.18	c constraints type 
54.33/41.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1097691
54.33/41.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3877971
54.33/41.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19725
54.33/41.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 561013
74.17/50.46	c cleaning 2492 clauses out of 5002 with flag 5002/5002
97.09/62.97	c cleaning 4237 clauses out of 8510 with flag 11002/11002
127.61/79.69	c cleaning 5620 clauses out of 11277 with flag 18006/18006
160.54/97.51	c cleaning 6817 clauses out of 13651 with flag 26000/26000
202.36/120.72	c cleaning 7870 clauses out of 15834 with flag 35000/35000
234.51/138.28	c cleaning 8956 clauses out of 17965 with flag 45001/45001
272.87/158.81	c cleaning 9986 clauses out of 20011 with flag 56003/56003
310.03/178.84	c cleaning 10988 clauses out of 22025 with flag 68003/68003
359.58/205.84	c cleaning 12003 clauses out of 24035 with flag 81001/81001
407.03/230.98	c cleaning 12997 clauses out of 26033 with flag 95002/95002
460.06/258.87	c cleaning 14001 clauses out of 28035 with flag 110001/110001
510.28/285.33	c cleaning 0 clauses out of 5000 with flag 0/5000
535.30/299.95	c cleaning 14989 clauses out of 30033 with flag 126000/126000
550.08/308.72	c cleaning 0 clauses out of 11000 with flag 0/11000
589.68/329.95	c cleaning 0 clauses out of 18000 with flag 0/18000
610.24/341.64	c cleaning 16005 clauses out of 32044 with flag 143000/143000
643.36/360.44	c cleaning 0 clauses out of 26002 with flag 0/26002
673.13/376.73	c cleaning 16999 clauses out of 34039 with flag 161000/161000
697.06/390.19	c cleaning 0 clauses out of 35002 with flag 0/35002
750.92/418.44	c cleaning 17992 clauses out of 36042 with flag 180002/180002
770.59/430.51	c cleaning 0 clauses out of 45000 with flag 0/45000
849.30/471.28	c cleaning 0 clauses out of 56000 with flag 0/56000
868.02/482.08	c cleaning 19004 clauses out of 38049 with flag 200001/200001
945.48/522.19	c cleaning 0 clauses out of 68001 with flag 0/68001
966.29/534.81	c cleaning 20007 clauses out of 40044 with flag 221000/221000
1048.13/577.11	c cleaning 20997 clauses out of 42038 with flag 243001/243001
1062.62/585.87	c cleaning 0 clauses out of 81000 with flag 0/81000
1160.35/636.04	c cleaning 0 clauses out of 95001 with flag 0/95001
1188.72/652.53	c cleaning 21989 clauses out of 44040 with flag 266000/266000
1300.87/709.97	c cleaning 0 clauses out of 110000 with flag 0/110000
1379.17/750.42	c cleaning 22973 clauses out of 46053 with flag 290002/290002
1447.18/785.86	c cleaning 0 clauses out of 126002 with flag 0/126002
1497.61/813.38	c cleaning 23996 clauses out of 48079 with flag 315001/315001
1591.69/861.72	c cleaning 25026 clauses out of 50087 with flag 341005/341005
1617.39/876.01	c cleaning 0 clauses out of 143000 with flag 0/143000
1699.86/918.68	c cleaning 26012 clauses out of 52057 with flag 368001/368001
1794.36/968.16	c cleaning 0 clauses out of 161000 with flag 0/161000
1800.04/972.41	c starts		: 144
1800.04/972.41	c conflicts		: 394134
1800.04/972.41	c decisions		: 2682074
1800.04/972.41	c propagations		: 1935996840
1800.04/972.41	c inspects		: 6125955964
1800.04/972.41	c shortcuts		: 0
1800.04/972.41	c learnt literals	: 0
1800.04/972.41	c learnt binary clauses	: 119
1800.04/972.41	c learnt ternary clauses	: 176
1800.04/972.41	c learnt constraints	: 394134
1800.04/972.41	c ignored constraints	: 0
1800.04/972.41	c root simplifications	: 0
1800.04/972.41	c removed literals (reason simplification)	: 10610770
1800.04/972.41	c reason swapping (by a shorter reason)	: 0
1800.04/972.41	c Calls to reduceDB	: 23
1800.04/972.41	c number of reductions to clauses (during analyze)	: 0
1800.04/972.41	c number of learned constraints concerned by reduction	: 0
1800.04/972.41	c number of learning phase by resolution	: 0
1800.04/972.41	c number of learning phase by cutting planes	: 0
1800.04/972.41	c speed (assignments/second)	: 2078969.6626715877
1800.04/972.41	c non guided choices	1491712
1800.04/972.43	c learnt constraints type 
1800.04/972.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 119
1800.04/972.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52064
1800.04/972.43	c constraints type 
1800.04/972.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3877971
1800.04/972.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 19725
1800.04/972.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1097691
1800.04/972.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 561013
1800.04/972.43	c constraints type 
1800.04/972.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1097691
1800.04/972.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3877971
1800.04/972.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19725
1800.04/972.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 561013
1800.04/972.43	s UNKNOWN
1800.04/972.43	c Total wall clock time (in seconds): 972.32

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-3740813-1338731558/watcher-3740813-1338731558 -o /tmp/evaluation-result-3740813-1338731558/solver-3740813-1338731558 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740813-1338731558.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.49 3.73 3.73 4/197 25057
/proc/meminfo: memFree=22475604/32873648 swapFree=6864/6864
[pid=25057] ppid=25055 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/25057/stat : 25057 (java) R 25055 25057 12644 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 339281834 8192 1 33554432000 0 0 0 140733424633160 270707355063 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25057/statm: 65 2 0 0 0 22 0

[startup+0.040488 s]
/proc/loadavg: 3.49 3.73 3.73 4/197 25057
/proc/meminfo: memFree=22475604/32873648 swapFree=6864/6864
[pid=25057] ppid=25055 vsize=11120388 CPUtime=0.02 cores=1,3,5,7
/proc/25057/stat : 25057 (java) S 25055 25057 12644 0 -1 4202496 4128 0 1 0 1 1 0 0 20 0 11 0 339281834 11387277312 11982 33554432000 1073741824 1073778376 140735884040896 140735884032032 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25057/statm: 2780097 11996 1603 9 0 2770798 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11120388

[startup+0.10021 s]
/proc/loadavg: 3.49 3.73 3.73 4/197 25057
/proc/meminfo: memFree=22475604/32873648 swapFree=6864/6864
[pid=25057] ppid=25055 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/25057/stat : 25057 (java) S 25055 25057 12644 0 -1 4202496 5271 0 1 0 7 2 0 0 20 0 18 0 339281834 11864465408 13607 33554432000 1073741824 1073778376 140735884040896 140735884032032 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25057/statm: 2896598 13607 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.541089 s]
/proc/loadavg: 3.49 3.73 3.73 4/197 25057
/proc/meminfo: memFree=22475604/32873648 swapFree=6864/6864
[pid=25057] ppid=25055 vsize=11586392 CPUtime=1.03 cores=1,3,5,7
/proc/25057/stat : 25057 (java) S 25055 25057 12644 0 -1 4202496 10053 0 1 0 97 6 0 0 20 0 18 0 339281834 11864465408 63719 33554432000 1073741824 1073778376 140735884040896 140735884032032 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25057/statm: 2896598 63719 2238 9 0 2887285 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 11586392

[startup+0.700193 s]
/proc/loadavg: 3.49 3.73 3.73 4/197 25057
/proc/meminfo: memFree=22475604/32873648 swapFree=6864/6864
[pid=25057] ppid=25055 vsize=11586392 CPUtime=1.24 cores=1,3,5,7
/proc/25057/stat : 25057 (java) S 25055 25057 12644 0 -1 4202496 10151 0 1 0 115 9 0 0 20 0 18 0 339281834 11864465408 113895 33554432000 1073741824 1073778376 140735884040896 140735884032032 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25057/statm: 2896598 113895 2238 9 0 2887285 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 11586392

[startup+1.5007 s]
/proc/loadavg: 3.69 3.77 3.74 4/215 25075
/proc/meminfo: memFree=21265032/32873648 swapFree=6864/6864
[pid=25057] ppid=25055 vsize=11586392 CPUtime=2.14 cores=1,3,5,7
/proc/25057/stat : 25057 (java) S 25055 25057 12644 0 -1 4202496 10702 0 1 0 191 23 0 0 20 0 18 0 339281834 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140735884032032 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25057/statm: 2896598 367377 2238 9 0 2887285 0
[pid=25057/tid=25059] ppid=25055 vsize=11586392 CPUtime=1.47 cores=1,3,5,7
/proc/25057/task/25059/stat : 25059 (java) R 25055 25057 12644 0 -1 4202560 4047 0 1 0 124 23 0 0 20 0 18 0 339281835 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140632634912736 270710924557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25060] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25060/stat : 25060 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281837 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140632603331496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25061] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25061/stat : 25061 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281837 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140632602278952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25062] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25062/stat : 25062 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281837 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140632601225896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25063] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25063/stat : 25063 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281837 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140632600173352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25064] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25064/stat : 25064 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281837 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140632599120296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25065] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25065/stat : 25065 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281837 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140632466098728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25066] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25066/stat : 25066 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281837 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140632465045672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25067] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25067/stat : 25067 (java) S 25055 25057 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 339281837 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140631993215272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25068] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25068/stat : 25068 (java) S 25055 25057 12644 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 339281838 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140631981017960 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25069] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25069/stat : 25069 (java) S 25055 25057 12644 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 339281838 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140631979964280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25070] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25070/stat : 25070 (java) S 25055 25057 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339281838 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140631978911112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25071] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25071/stat : 25071 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281840 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140631977859856 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25072] ppid=25055 vsize=11586392 CPUtime=0.31 cores=1,3,5,7
/proc/25057/task/25072/stat : 25072 (java) S 25055 25057 12644 0 -1 4202560 2898 0 0 0 31 0 0 0 20 0 18 0 339281840 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140631976806712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25073] ppid=25055 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/25057/task/25073/stat : 25073 (java) S 25055 25057 12644 0 -1 4202560 2573 0 0 0 32 0 0 0 20 0 18 0 339281840 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140631975754168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25074] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25074/stat : 25074 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281840 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140631974701304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25075] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25075/stat : 25075 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281840 11864465408 367377 33554432000 1073741824 1073778376 140735884040896 140631973648968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 11586392

[startup+3.10067 s]
/proc/loadavg: 3.69 3.77 3.74 5/215 25075
/proc/meminfo: memFree=19858140/32873648 swapFree=6864/6864
[pid=25057] ppid=25055 vsize=11586392 CPUtime=4.04 cores=1,3,5,7
/proc/25057/stat : 25057 (java) S 25055 25057 12644 0 -1 4202496 11409 0 1 0 354 50 0 0 20 0 18 0 339281834 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140735884032032 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25057/statm: 2896598 673062 2254 9 0 2887285 0
[pid=25057/tid=25059] ppid=25055 vsize=11586392 CPUtime=2.98 cores=1,3,5,7
/proc/25057/task/25059/stat : 25059 (java) R 25055 25057 12644 0 -1 4202560 4615 0 1 0 257 41 0 0 20 0 18 0 339281835 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140632634920312 140632642686042 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25060] ppid=25055 vsize=11586392 CPUtime=0.03 cores=1,3,5,7
/proc/25057/task/25060/stat : 25060 (java) S 25055 25057 12644 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 339281837 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140632603331496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25061] ppid=25055 vsize=11586392 CPUtime=0.02 cores=1,3,5,7
/proc/25057/task/25061/stat : 25061 (java) S 25055 25057 12644 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 339281837 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140632602278952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25062] ppid=25055 vsize=11586392 CPUtime=0.02 cores=1,3,5,7
/proc/25057/task/25062/stat : 25062 (java) S 25055 25057 12644 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 339281837 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140632601225896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25063] ppid=25055 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/25057/task/25063/stat : 25063 (java) S 25055 25057 12644 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 18 0 339281837 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140632600173352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25064] ppid=25055 vsize=11586392 CPUtime=0.02 cores=1,3,5,7
/proc/25057/task/25064/stat : 25064 (java) S 25055 25057 12644 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 339281837 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140632599120296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25065] ppid=25055 vsize=11586392 CPUtime=0.01 cores=1,3,5,7
/proc/25057/task/25065/stat : 25065 (java) S 25055 25057 12644 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 339281837 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140632466098728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25066] ppid=25055 vsize=11586392 CPUtime=0.01 cores=1,3,5,7
/proc/25057/task/25066/stat : 25066 (java) S 25055 25057 12644 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 339281837 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140632465045672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25067] ppid=25055 vsize=11586392 CPUtime=0.01 cores=1,3,5,7
/proc/25057/task/25067/stat : 25067 (java) S 25055 25057 12644 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 339281837 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140631993215272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25068] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25068/stat : 25068 (java) S 25055 25057 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339281838 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140631981017960 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25069] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25069/stat : 25069 (java) S 25055 25057 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339281838 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140631979964280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25070] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25070/stat : 25070 (java) S 25055 25057 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339281838 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140631978911112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25071] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25071/stat : 25071 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281840 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140631977859856 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25072] ppid=25055 vsize=11586392 CPUtime=0.33 cores=1,3,5,7
/proc/25057/task/25072/stat : 25072 (java) S 25055 25057 12644 0 -1 4202560 2898 0 0 0 33 0 0 0 20 0 18 0 339281840 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140631976806712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25073] ppid=25055 vsize=11586392 CPUtime=0.36 cores=1,3,5,7
/proc/25057/task/25073/stat : 25073 (java) S 25055 25057 12644 0 -1 4202560 2573 0 0 0 36 0 0 0 20 0 18 0 339281840 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140631975754168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25074] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25074/stat : 25074 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281840 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140631974701304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25075] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25075/stat : 25075 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281840 11864465408 673062 33554432000 1073741824 1073778376 140735884040896 140631973648968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 11586392

[startup+6.30072 s]
/proc/loadavg: 3.64 3.75 3.74 4/215 25075
/proc/meminfo: memFree=19664088/32873648 swapFree=6864/6864
[pid=25057] ppid=25055 vsize=11586392 CPUtime=8.18 cores=1,3,5,7
/proc/25057/stat : 25057 (java) S 25055 25057 12644 0 -1 4202496 11889 0 1 0 742 76 0 0 20 0 18 0 339281834 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140735884032032 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25057/statm: 2896598 733143 2254 9 0 2887285 0
[pid=25057/tid=25059] ppid=25055 vsize=11586392 CPUtime=5.86 cores=1,3,5,7
/proc/25057/task/25059/stat : 25059 (java) R 25055 25057 12644 0 -1 4202560 4618 0 1 0 544 42 0 0 20 0 18 0 339281835 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140632634920408 140632480223322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25060] ppid=25055 vsize=11586392 CPUtime=0.19 cores=1,3,5,7
/proc/25057/task/25060/stat : 25060 (java) S 25055 25057 12644 0 -1 4202560 83 0 0 0 14 5 0 0 20 0 18 0 339281837 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140632603331496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25061] ppid=25055 vsize=11586392 CPUtime=0.18 cores=1,3,5,7
/proc/25057/task/25061/stat : 25061 (java) S 25055 25057 12644 0 -1 4202560 65 0 0 0 14 4 0 0 20 0 18 0 339281837 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140632602278952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25062] ppid=25055 vsize=11586392 CPUtime=0.22 cores=1,3,5,7
/proc/25057/task/25062/stat : 25062 (java) S 25055 25057 12644 0 -1 4202560 92 0 0 0 17 5 0 0 20 0 18 0 339281837 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140632601225896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25063] ppid=25055 vsize=11586392 CPUtime=0.2 cores=1,3,5,7
/proc/25057/task/25063/stat : 25063 (java) S 25055 25057 12644 0 -1 4202560 89 0 0 0 16 4 0 0 20 0 18 0 339281837 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140632600173352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25064] ppid=25055 vsize=11586392 CPUtime=0.15 cores=1,3,5,7
/proc/25057/task/25064/stat : 25064 (java) S 25055 25057 12644 0 -1 4202560 71 0 0 0 11 4 0 0 20 0 18 0 339281837 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140632599120296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25065] ppid=25055 vsize=11586392 CPUtime=0.19 cores=1,3,5,7
/proc/25057/task/25065/stat : 25065 (java) S 25055 25057 12644 0 -1 4202560 77 0 0 0 14 5 0 0 20 0 18 0 339281837 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140632466098728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25066] ppid=25055 vsize=11586392 CPUtime=0.13 cores=1,3,5,7
/proc/25057/task/25066/stat : 25066 (java) S 25055 25057 12644 0 -1 4202560 57 0 0 0 10 3 0 0 20 0 18 0 339281837 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140632465045672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25067] ppid=25055 vsize=11586392 CPUtime=0.2 cores=1,3,5,7
/proc/25057/task/25067/stat : 25067 (java) S 25055 25057 12644 0 -1 4202560 85 0 0 0 15 5 0 0 20 0 18 0 339281837 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140631993215272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25068] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25068/stat : 25068 (java) S 25055 25057 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339281838 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140631981017960 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25069] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25069/stat : 25069 (java) S 25055 25057 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339281838 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140631979964280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25070] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25070/stat : 25070 (java) S 25055 25057 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339281838 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140631978911112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25071] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25071/stat : 25071 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281840 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140631977859856 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25072] ppid=25055 vsize=11586392 CPUtime=0.33 cores=1,3,5,7
/proc/25057/task/25072/stat : 25072 (java) S 25055 25057 12644 0 -1 4202560 2898 0 0 0 33 0 0 0 20 0 18 0 339281840 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140631976806712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25073] ppid=25055 vsize=11586392 CPUtime=0.36 cores=1,3,5,7
/proc/25057/task/25073/stat : 25073 (java) S 25055 25057 12644 0 -1 4202560 2573 0 0 0 36 0 0 0 20 0 18 0 339281840 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140631975754168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25074] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25074/stat : 25074 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281840 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140631974701304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25075] ppid=25055 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25075/stat : 25075 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339281840 11864465408 733143 33554432000 1073741824 1073778376 140735884040896 140631973648968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 11586392

[startup+12.7007 s]
/proc/loadavg: 3.59 3.74 3.73 4/215 25075
/proc/meminfo: memFree=18946176/32873648 swapFree=6864/6864
[pid=25057] ppid=25055 vsize=11586392 CPUtime=16.95 cores=1,3,5,7
/proc/25057/stat : 25057 (java) S 25055 25057 12644 0 -1 4202496 12739 0 1 0 1564 131 0 0 20 0 18 0 339281834 11864465408 835573 33554432000 1073741824 1073778376 140735884040896 140735884032032 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25057/statm: 2896598 835573 2254 9 0 2887285 0
[pid=25057/tid=25059] ppid=25055 vsize=11586392 CPUtime=11.47 cores=1,3,5,7

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

[pid=25057/tid=25077] ppid=25055 vsize=11852648 CPUtime=722.14 cores=1,3,5,7
/proc/25057/task/25077/stat : 25077 (java) R 25055 25057 12644 0 -1 4202560 152 0 0 0 72201 13 0 0 20 0 22 0 339285952 12137111552 1297033 33554432000 1073741824 1073778376 140735884040896 140631971484624 140632480636476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25078] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25078/stat : 25078 (java) S 25055 25057 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339285958 12137111552 1297033 33554432000 1073741824 1073778376 140735884040896 140631970432296 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25079] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25079/stat : 25079 (java) S 25055 25057 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339285958 12137111552 1297033 33554432000 1073741824 1073778376 140735884040896 140631969379752 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1627.06
Current children cumulated vsize (KiB) 11852648

[startup+942.301 s]
/proc/loadavg: 3.92 3.85 3.76 5/219 25179
/proc/meminfo: memFree=17154860/32873648 swapFree=6864/6864
[pid=25057] ppid=25055 vsize=11852648 CPUtime=1742.65 cores=1,3,5,7
/proc/25057/stat : 25057 (java) S 25055 25057 12644 0 -1 4202496 64166 0 1 0 173971 294 0 0 20 0 22 0 339281834 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140735884032032 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25057/statm: 2963162 1308297 2289 9 0 2953849 0
[pid=25057/tid=25059] ppid=25055 vsize=11852648 CPUtime=36.95 cores=1,3,5,7
/proc/25057/task/25059/stat : 25059 (java) S 25055 25057 12644 0 -1 4202560 4682 0 1 0 3645 50 0 0 20 0 22 0 339281835 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632634922136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25060] ppid=25055 vsize=11852648 CPUtime=3.5 cores=1,3,5,7
/proc/25057/task/25060/stat : 25060 (java) S 25055 25057 12644 0 -1 4202560 845 0 0 0 329 21 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632603331496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25061] ppid=25055 vsize=11852648 CPUtime=3.45 cores=1,3,5,7
/proc/25057/task/25061/stat : 25061 (java) S 25055 25057 12644 0 -1 4202560 1186 0 0 0 320 25 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632602278952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25062] ppid=25055 vsize=11852648 CPUtime=3.64 cores=1,3,5,7
/proc/25057/task/25062/stat : 25062 (java) S 25055 25057 12644 0 -1 4202560 864 0 0 0 334 30 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632601225896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25063] ppid=25055 vsize=11852648 CPUtime=3.2 cores=1,3,5,7
/proc/25057/task/25063/stat : 25063 (java) S 25055 25057 12644 0 -1 4202560 810 0 0 0 294 26 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632600173352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25064] ppid=25055 vsize=11852648 CPUtime=3.28 cores=1,3,5,7
/proc/25057/task/25064/stat : 25064 (java) S 25055 25057 12644 0 -1 4202560 967 0 0 0 304 24 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632599120296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25065] ppid=25055 vsize=11852648 CPUtime=3.22 cores=1,3,5,7
/proc/25057/task/25065/stat : 25065 (java) S 25055 25057 12644 0 -1 4202560 766 0 0 0 299 23 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632466098728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25066] ppid=25055 vsize=11852648 CPUtime=3.11 cores=1,3,5,7
/proc/25057/task/25066/stat : 25066 (java) S 25055 25057 12644 0 -1 4202560 771 0 0 0 291 20 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632465045672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25067] ppid=25055 vsize=11852648 CPUtime=3.44 cores=1,3,5,7
/proc/25057/task/25067/stat : 25067 (java) S 25055 25057 12644 0 -1 4202560 1058 0 0 0 314 30 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631993215272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25068] ppid=25055 vsize=11852648 CPUtime=120.81 cores=1,3,5,7
/proc/25057/task/25068/stat : 25068 (java) S 25055 25057 12644 0 -1 4202560 30687 0 0 0 12064 17 0 0 20 0 22 0 339281838 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631981017960 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25069] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25069/stat : 25069 (java) S 25055 25057 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339281838 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631979964280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25070] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25070/stat : 25070 (java) S 25055 25057 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339281838 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631978911112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25071] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25071/stat : 25071 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631977859856 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25072] ppid=25055 vsize=11852648 CPUtime=1.8 cores=1,3,5,7
/proc/25057/task/25072/stat : 25072 (java) S 25055 25057 12644 0 -1 4202560 10147 0 0 0 178 2 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631976806712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25073] ppid=25055 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/25057/task/25073/stat : 25073 (java) S 25055 25057 12644 0 -1 4202560 9917 0 0 0 136 0 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631975754168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25074] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25074/stat : 25074 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631974701304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25075] ppid=25055 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/25057/task/25075/stat : 25075 (java) S 25055 25057 12644 0 -1 4202560 55 0 0 0 13 25 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631973648968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 1 0 0
[pid=25057/tid=25076] ppid=25055 vsize=11852648 CPUtime=777.3 cores=1,3,5,7
/proc/25057/task/25076/stat : 25076 (java) R 25055 25057 12644 0 -1 4202560 67 0 0 0 77719 11 0 0 20 0 22 0 339285952 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631972535456 140632480028610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25077] ppid=25055 vsize=11852648 CPUtime=777.23 cores=1,3,5,7
/proc/25057/task/25077/stat : 25077 (java) R 25055 25057 12644 0 -1 4202560 157 0 0 0 77709 14 0 0 20 0 22 0 339285952 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631971483664 140632480636476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25078] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25078/stat : 25078 (java) S 25055 25057 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339285958 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631970432296 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25079] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25079/stat : 25079 (java) S 25055 25057 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339285958 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631969379752 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1742.65
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+972.401 s]
/proc/loadavg: 3.87 3.85 3.76 5/219 25179
/proc/meminfo: memFree=17148596/32873648 swapFree=6864/6864
[pid=25057] ppid=25055 vsize=11852648 CPUtime=1800.04 cores=1,3,5,7
/proc/25057/stat : 25057 (java) S 25055 25057 12644 0 -1 4202496 65812 0 1 0 179708 296 0 0 20 0 22 0 339281834 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140735884032032 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25057/statm: 2963162 1308297 2289 9 0 2953849 0
[pid=25057/tid=25059] ppid=25055 vsize=11852648 CPUtime=36.95 cores=1,3,5,7
/proc/25057/task/25059/stat : 25059 (java) S 25055 25057 12644 0 -1 4202560 4684 0 1 0 3645 50 0 0 20 0 22 0 339281835 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632634922136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25060] ppid=25055 vsize=11852648 CPUtime=3.55 cores=1,3,5,7
/proc/25057/task/25060/stat : 25060 (java) S 25055 25057 12644 0 -1 4202560 845 0 0 0 334 21 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632603331496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25061] ppid=25055 vsize=11852648 CPUtime=3.48 cores=1,3,5,7
/proc/25057/task/25061/stat : 25061 (java) S 25055 25057 12644 0 -1 4202560 1186 0 0 0 323 25 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632602278952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25062] ppid=25055 vsize=11852648 CPUtime=3.68 cores=1,3,5,7
/proc/25057/task/25062/stat : 25062 (java) S 25055 25057 12644 0 -1 4202560 864 0 0 0 338 30 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632601225896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25063] ppid=25055 vsize=11852648 CPUtime=3.24 cores=1,3,5,7
/proc/25057/task/25063/stat : 25063 (java) S 25055 25057 12644 0 -1 4202560 810 0 0 0 298 26 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632600173352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25064] ppid=25055 vsize=11852648 CPUtime=3.34 cores=1,3,5,7
/proc/25057/task/25064/stat : 25064 (java) S 25055 25057 12644 0 -1 4202560 967 0 0 0 310 24 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632599120296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25065] ppid=25055 vsize=11852648 CPUtime=3.26 cores=1,3,5,7
/proc/25057/task/25065/stat : 25065 (java) S 25055 25057 12644 0 -1 4202560 766 0 0 0 303 23 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632466098728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25066] ppid=25055 vsize=11852648 CPUtime=3.14 cores=1,3,5,7
/proc/25057/task/25066/stat : 25066 (java) S 25055 25057 12644 0 -1 4202560 771 0 0 0 294 20 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632465045672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25067] ppid=25055 vsize=11852648 CPUtime=3.48 cores=1,3,5,7
/proc/25057/task/25067/stat : 25067 (java) S 25055 25057 12644 0 -1 4202560 1058 0 0 0 318 30 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631993215272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25068] ppid=25055 vsize=11852648 CPUtime=123.78 cores=1,3,5,7
/proc/25057/task/25068/stat : 25068 (java) S 25055 25057 12644 0 -1 4202560 32327 0 0 0 12360 18 0 0 20 0 22 0 339281838 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631981017960 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25069] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25069/stat : 25069 (java) S 25055 25057 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339281838 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631979964280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25070] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25070/stat : 25070 (java) S 25055 25057 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339281838 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631978911112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25071] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25071/stat : 25071 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631977859856 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25072] ppid=25055 vsize=11852648 CPUtime=1.8 cores=1,3,5,7
/proc/25057/task/25072/stat : 25072 (java) S 25055 25057 12644 0 -1 4202560 10147 0 0 0 178 2 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631976806712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25073] ppid=25055 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/25057/task/25073/stat : 25073 (java) S 25055 25057 12644 0 -1 4202560 9917 0 0 0 136 0 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631975754168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25074] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25074/stat : 25074 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631974701304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25075] ppid=25055 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/25057/task/25075/stat : 25075 (java) S 25055 25057 12644 0 -1 4202560 57 0 0 0 13 26 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631973648968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=25057/tid=25076] ppid=25055 vsize=11852648 CPUtime=804.35 cores=1,3,5,7
/proc/25057/task/25076/stat : 25076 (java) R 25055 25057 12644 0 -1 4202560 68 0 0 0 80423 12 0 0 20 0 22 0 339285952 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631972535408 140632480636546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25077] ppid=25055 vsize=11852648 CPUtime=804.27 cores=1,3,5,7
/proc/25057/task/25077/stat : 25077 (java) R 25055 25057 12644 0 -1 4202560 158 0 0 0 80412 15 0 0 20 0 22 0 339285952 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631971484624 140632480713340 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25078] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25078/stat : 25078 (java) S 25055 25057 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339285958 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631970432296 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25079] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25079/stat : 25079 (java) S 25055 25057 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339285958 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631969379752 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 11852648

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

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

[startup+972.401 s]
/proc/loadavg: 3.87 3.85 3.76 5/219 25179
/proc/meminfo: memFree=17148596/32873648 swapFree=6864/6864
[pid=25057] ppid=25055 vsize=11852648 CPUtime=1800.04 cores=1,3,5,7
/proc/25057/stat : 25057 (java) S 25055 25057 12644 0 -1 4202496 65812 0 1 0 179708 296 0 0 20 0 22 0 339281834 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140735884032032 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25057/statm: 2963162 1308297 2289 9 0 2953849 0
[pid=25057/tid=25059] ppid=25055 vsize=11852648 CPUtime=36.95 cores=1,3,5,7
/proc/25057/task/25059/stat : 25059 (java) S 25055 25057 12644 0 -1 4202560 4684 0 1 0 3645 50 0 0 20 0 22 0 339281835 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632634922136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25060] ppid=25055 vsize=11852648 CPUtime=3.55 cores=1,3,5,7
/proc/25057/task/25060/stat : 25060 (java) S 25055 25057 12644 0 -1 4202560 845 0 0 0 334 21 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632603331496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25061] ppid=25055 vsize=11852648 CPUtime=3.48 cores=1,3,5,7
/proc/25057/task/25061/stat : 25061 (java) S 25055 25057 12644 0 -1 4202560 1186 0 0 0 323 25 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632602278952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25062] ppid=25055 vsize=11852648 CPUtime=3.68 cores=1,3,5,7
/proc/25057/task/25062/stat : 25062 (java) S 25055 25057 12644 0 -1 4202560 864 0 0 0 338 30 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632601225896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25063] ppid=25055 vsize=11852648 CPUtime=3.24 cores=1,3,5,7
/proc/25057/task/25063/stat : 25063 (java) S 25055 25057 12644 0 -1 4202560 810 0 0 0 298 26 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632600173352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25064] ppid=25055 vsize=11852648 CPUtime=3.34 cores=1,3,5,7
/proc/25057/task/25064/stat : 25064 (java) S 25055 25057 12644 0 -1 4202560 967 0 0 0 310 24 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632599120296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25065] ppid=25055 vsize=11852648 CPUtime=3.26 cores=1,3,5,7
/proc/25057/task/25065/stat : 25065 (java) S 25055 25057 12644 0 -1 4202560 766 0 0 0 303 23 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632466098728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25066] ppid=25055 vsize=11852648 CPUtime=3.14 cores=1,3,5,7
/proc/25057/task/25066/stat : 25066 (java) S 25055 25057 12644 0 -1 4202560 771 0 0 0 294 20 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140632465045672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25067] ppid=25055 vsize=11852648 CPUtime=3.48 cores=1,3,5,7
/proc/25057/task/25067/stat : 25067 (java) S 25055 25057 12644 0 -1 4202560 1058 0 0 0 318 30 0 0 20 0 22 0 339281837 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631993215272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25068] ppid=25055 vsize=11852648 CPUtime=123.78 cores=1,3,5,7
/proc/25057/task/25068/stat : 25068 (java) S 25055 25057 12644 0 -1 4202560 32327 0 0 0 12360 18 0 0 20 0 22 0 339281838 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631981017960 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25069] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25069/stat : 25069 (java) S 25055 25057 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339281838 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631979964280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25070] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25070/stat : 25070 (java) S 25055 25057 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339281838 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631978911112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25071] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25071/stat : 25071 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631977859856 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25072] ppid=25055 vsize=11852648 CPUtime=1.8 cores=1,3,5,7
/proc/25057/task/25072/stat : 25072 (java) S 25055 25057 12644 0 -1 4202560 10147 0 0 0 178 2 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631976806712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25073] ppid=25055 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/25057/task/25073/stat : 25073 (java) S 25055 25057 12644 0 -1 4202560 9917 0 0 0 136 0 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631975754168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25074] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25074/stat : 25074 (java) S 25055 25057 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631974701304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25057/tid=25075] ppid=25055 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/25057/task/25075/stat : 25075 (java) S 25055 25057 12644 0 -1 4202560 57 0 0 0 13 26 0 0 20 0 22 0 339281840 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631973648968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=25057/tid=25076] ppid=25055 vsize=11852648 CPUtime=804.35 cores=1,3,5,7
/proc/25057/task/25076/stat : 25076 (java) R 25055 25057 12644 0 -1 4202560 68 0 0 0 80423 12 0 0 20 0 22 0 339285952 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631972535408 140632480636546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25057/tid=25077] ppid=25055 vsize=11852648 CPUtime=804.27 cores=1,3,5,7
/proc/25057/task/25077/stat : 25077 (java) R 25055 25057 12644 0 -1 4202560 158 0 0 0 80412 15 0 0 20 0 22 0 339285952 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631971484624 140632480713340 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25057/tid=25078] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25078/stat : 25078 (java) S 25055 25057 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339285958 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631970432296 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25057/tid=25079] ppid=25055 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25057/task/25079/stat : 25079 (java) S 25055 25057 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339285958 12137111552 1308297 33554432000 1073741824 1073778376 140735884040896 140631969379752 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 11852648

Child status: 143
Real time (s): 972.459
CPU time (s): 1800.46
CPU user time (s): 1797.07
CPU system time (s): 3.39248
CPU usage (%): 185.145
Max. virtual memory (cumulated for all children) (KiB): 11854436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.07
system time used= 3.39248
maximum resident set size= 5242444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65846
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27908
involuntary context switches= 40305

runsolver used 3.54046 second user time and 8.84366 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 15:52:44
IDJOB=3740813
IDBENCH=89632
IDSOLVER=2328
FILE ID=node125/3740813-1338731558
RUNJOBID= node125-1338714015-12661
PBS_JOBID= 14636751
Free space on /tmp= 70176 MiB

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

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

MD5SUM BENCH= 3472d2cba7eedc0e4f1652523daa893e
RANDOM SEED=1771416814

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
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.373
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.91
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.373
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:        22475984 kB
Buffers:          612436 kB
Cached:          5339132 kB
SwapCached:         2308 kB
Active:          6275504 kB
Inactive:        3194260 kB
Active(anon):    3509372 kB
Inactive(anon):     9240 kB
Active(file):    2766132 kB
Inactive(file):  3185020 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:            265488 kB
Writeback:             0 kB
AnonPages:       3529376 kB
Mapped:            22536 kB
Shmem:                96 kB
Slab:             775696 kB
SReclaimable:     218468 kB
SUnreclaim:       557228 kB
KernelStack:        1616 kB
PageTables:        11176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10463500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3473408 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= 70172 MiB
End job on node125 at 2012-06-03 16:08:59