Trace number 3740852

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.54 983.471

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-172.opb
MD5SUM6217a9adeb5cd4d9104428c4e3eb327a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables288080
Total number of constraints6434441
Number of constraints which are clauses5760324
Number of constraints which are cardinality constraints (but not clauses)22930
Number of constraints which are nor clauses,nor cardinality constraints651187
Minimum length of a constraint1
Maximum length of a constraint2457
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		9996466904
0.07/0.09	c Max memory 		10048897024
0.07/0.09	c Total memory 		10048897024
0.07/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3740852-1338732539.opb
0.09/0.12	c reading problem ... 
64.08/49.41	c ... done. Wall clock time 49.297s.
64.08/49.41	c #vars     288080
64.08/49.41	c #constraints  6389275
64.08/49.41	c constraints type 
64.08/49.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4434746
64.08/49.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 22887
64.08/49.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1276055
64.08/49.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 651187
64.08/49.41	c constraints type 
64.08/49.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1276055
64.08/49.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4434746
64.08/49.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22887
64.08/49.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 651187
86.75/59.99	c cleaning 0 clauses out of 5001 with flag 0/5001
96.48/66.35	c cleaning 2486 clauses out of 4992 with flag 5000/5000
119.15/79.23	c cleaning 0 clauses out of 11000 with flag 0/11000
143.37/92.91	c cleaning 4237 clauses out of 8508 with flag 11003/11003
159.48/103.60	c cleaning 0 clauses out of 18002 with flag 0/18002
190.70/120.83	c cleaning 5609 clauses out of 11266 with flag 18001/18001
205.82/130.04	c cleaning 0 clauses out of 26001 with flag 0/26001
238.37/147.94	c cleaning 6813 clauses out of 13655 with flag 26000/26000
256.16/159.41	c cleaning 0 clauses out of 35000 with flag 0/35000
291.16/178.58	c cleaning 7912 clauses out of 15840 with flag 35001/35001
316.72/192.95	c cleaning 0 clauses out of 45000 with flag 0/45000
340.84/206.68	c cleaning 8949 clauses out of 17930 with flag 45004/45004
386.36/231.93	c cleaning 0 clauses out of 56000 with flag 0/56000
398.22/239.53	c cleaning 9962 clauses out of 19976 with flag 56001/56001
459.44/271.77	c cleaning 10993 clauses out of 22014 with flag 68002/68002
473.70/280.54	c cleaning 0 clauses out of 68000 with flag 0/68000
546.72/319.62	c cleaning 11921 clauses out of 24011 with flag 81000/81000
576.90/336.31	c cleaning 0 clauses out of 81001 with flag 0/81001
627.11/363.01	c cleaning 13029 clauses out of 26088 with flag 95000/95000
672.32/387.26	c cleaning 0 clauses out of 95004 with flag 0/95004
715.03/411.28	c cleaning 14003 clauses out of 28064 with flag 110005/110005
789.95/450.36	c cleaning 14974 clauses out of 30056 with flag 126000/126000
805.64/459.85	c cleaning 0 clauses out of 110002 with flag 0/110002
885.71/501.49	c cleaning 16025 clauses out of 32079 with flag 143000/143000
944.28/533.38	c cleaning 0 clauses out of 126000 with flag 0/126000
985.22/555.40	c cleaning 17024 clauses out of 34054 with flag 161000/161000
1057.44/593.12	c cleaning 0 clauses out of 143001 with flag 0/143001
1086.87/609.58	c cleaning 18000 clauses out of 36032 with flag 180002/180002
1191.51/664.36	c cleaning 18992 clauses out of 38030 with flag 200000/200000
1233.02/686.76	c cleaning 0 clauses out of 161003 with flag 0/161003
1312.20/727.99	c cleaning 20000 clauses out of 40039 with flag 221001/221001
1427.31/787.05	c cleaning 0 clauses out of 180000 with flag 0/180000
1442.35/797.25	c cleaning 21000 clauses out of 42038 with flag 243000/243000
1553.43/854.34	c cleaning 22004 clauses out of 44041 with flag 266003/266003
1625.83/892.20	c cleaning 0 clauses out of 200000 with flag 0/200000
1676.57/919.11	c cleaning 22983 clauses out of 46034 with flag 290001/290001
1800.13/983.42	c starts		: 133
1800.13/983.42	c conflicts		: 312283
1800.13/983.42	c decisions		: 2920842
1800.13/983.42	c propagations		: 1711531948
1800.13/983.42	c inspects		: 5690305079
1800.13/983.42	c shortcuts		: 0
1800.13/983.42	c learnt literals	: 36
1800.13/983.42	c learnt binary clauses	: 181
1800.13/983.42	c learnt ternary clauses	: 288
1800.13/983.42	c learnt constraints	: 312247
1800.13/983.42	c ignored constraints	: 0
1800.13/983.42	c root simplifications	: 0
1800.13/983.42	c removed literals (reason simplification)	: 6816893
1800.13/983.42	c reason swapping (by a shorter reason)	: 0
1800.13/983.42	c Calls to reduceDB	: 20
1800.13/983.42	c number of reductions to clauses (during analyze)	: 0
1800.13/983.42	c number of learned constraints concerned by reduction	: 0
1800.13/983.42	c number of learning phase by resolution	: 0
1800.13/983.42	c number of learning phase by cutting planes	: 0
1800.13/983.42	c speed (assignments/second)	: 1832477.2895902458
1800.13/983.42	c non guided choices	1594422
1800.13/983.44	c learnt constraints type 
1800.13/983.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 181
1800.13/983.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 45156
1800.13/983.44	c constraints type 
1800.13/983.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4434746
1800.13/983.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 22887
1800.13/983.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1276055
1800.13/983.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 651187
1800.13/983.44	c constraints type 
1800.13/983.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1276055
1800.13/983.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4434746
1800.13/983.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22887
1800.13/983.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 651187
1800.13/983.44	s UNKNOWN
1800.13/983.44	c Total wall clock time (in seconds): 983.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-3740852-1338732539/watcher-3740852-1338732539 -o /tmp/evaluation-result-3740852-1338732539/solver-3740852-1338732539 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740852-1338732539.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.81 3.84 3.76 4/197 25219
/proc/meminfo: memFree=22315824/32873648 swapFree=6864/6864
[pid=25219] ppid=25217 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25219/stat : 25219 (java) D 25217 25219 12644 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 339380029 9515008 182 33554432000 1073741824 1073778376 140734882123664 140734882114696 270707539637 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25219/statm: 2323 182 140 9 0 71 0

[startup+0.0895839 s]
/proc/loadavg: 3.81 3.84 3.76 4/197 25219
/proc/meminfo: memFree=22315824/32873648 swapFree=6864/6864
[pid=25219] ppid=25217 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25217 25219 12644 0 -1 4202496 3961 0 1 0 6 1 0 0 20 0 18 0 339380029 11864465408 12835 33554432000 1073741824 1073778376 140735452835856 140735452826992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25219/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.100261 s]
/proc/loadavg: 3.81 3.84 3.76 4/197 25219
/proc/meminfo: memFree=22315824/32873648 swapFree=6864/6864
[pid=25219] ppid=25217 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25217 25219 12644 0 -1 4202496 4743 0 1 0 8 1 0 0 20 0 18 0 339380029 11864465408 13599 33554432000 1073741824 1073778376 140735452835856 140735452826992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25219/statm: 2896598 13600 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300183 s]
/proc/loadavg: 3.81 3.84 3.76 4/197 25219
/proc/meminfo: memFree=22315824/32873648 swapFree=6864/6864
[pid=25219] ppid=25217 vsize=11586392 CPUtime=0.46 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25217 25219 12644 0 -1 4202496 5954 0 1 0 45 1 0 0 20 0 18 0 339380029 11864465408 25205 33554432000 1073741824 1073778376 140735452835856 140735452826992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25219/statm: 2896598 25205 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.700259 s]
/proc/loadavg: 3.81 3.84 3.76 4/197 25219
/proc/meminfo: memFree=22315824/32873648 swapFree=6864/6864
[pid=25219] ppid=25217 vsize=11586392 CPUtime=1.24 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25217 25219 12644 0 -1 4202496 9504 0 1 0 116 8 0 0 20 0 18 0 339380029 11864465408 118928 33554432000 1073741824 1073778376 140735452835856 140735452826992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25219/statm: 2896598 118928 2239 9 0 2887285 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 11586392

[startup+1.50061 s]
/proc/loadavg: 3.81 3.84 3.76 4/215 25237
/proc/meminfo: memFree=21316380/32873648 swapFree=6864/6864
[pid=25219] ppid=25217 vsize=11586392 CPUtime=2.15 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25217 25219 12644 0 -1 4202496 10067 0 1 0 191 24 0 0 20 0 18 0 339380029 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140735452826992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25219/statm: 2896598 384153 2240 9 0 2887285 0
[pid=25219/tid=25221] ppid=25217 vsize=11586392 CPUtime=1.46 cores=1,3,5,7
/proc/25219/task/25221/stat : 25221 (java) R 25217 25219 12644 0 -1 4202560 3578 0 1 0 122 24 0 0 20 0 18 0 339380030 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554663317488 270710924557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25222] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25222/stat : 25222 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380032 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554618079912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25223] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25223/stat : 25223 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380032 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554499255080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25224] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25224/stat : 25224 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380032 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554498202536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25225] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25225/stat : 25225 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380032 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554497149992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25226] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25226/stat : 25226 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380032 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554496096424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25227] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25227/stat : 25227 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380032 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554495043880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25228] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25228/stat : 25228 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380032 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554493991336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25229] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25229/stat : 25229 (java) S 25217 25219 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 339380032 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554492938792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25230] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25230/stat : 25230 (java) S 25217 25219 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 339380033 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554010610280 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25231] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25231/stat : 25231 (java) S 25217 25219 12644 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 339380033 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554009556600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25232] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25232/stat : 25232 (java) S 25217 25219 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339380033 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554008503944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25233] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25233/stat : 25233 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380036 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554007452688 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25234] ppid=25217 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/25219/task/25234/stat : 25234 (java) S 25217 25219 12644 0 -1 4202560 2881 0 0 0 32 0 0 0 20 0 18 0 339380036 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554006399032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25235] ppid=25217 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/25219/task/25235/stat : 25235 (java) S 25217 25219 12644 0 -1 4202560 2423 0 0 0 32 0 0 0 20 0 18 0 339380036 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554005346488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25236] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25236/stat : 25236 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380036 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554004294136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25237] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25237/stat : 25237 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380036 11864465408 384153 33554432000 1073741824 1073778376 140735452835856 140554003241800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 11586392

[startup+3.10062 s]
/proc/loadavg: 3.81 3.84 3.76 4/215 25237
/proc/meminfo: memFree=19834500/32873648 swapFree=6864/6864
[pid=25219] ppid=25217 vsize=11586392 CPUtime=4.01 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25217 25219 12644 0 -1 4202496 10733 0 1 0 354 47 0 0 20 0 18 0 339380029 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140735452826992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25219/statm: 2896598 671406 2255 9 0 2887285 0
[pid=25219/tid=25221] ppid=25217 vsize=11586392 CPUtime=3 cores=1,3,5,7
/proc/25219/task/25221/stat : 25221 (java) R 25217 25219 12644 0 -1 4202560 4112 0 1 0 259 41 0 0 20 0 18 0 339380030 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554663317456 140554499745171 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25222] ppid=25217 vsize=11586392 CPUtime=0.03 cores=1,3,5,7
/proc/25219/task/25222/stat : 25222 (java) S 25217 25219 12644 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 18 0 339380032 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554618079912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25223] ppid=25217 vsize=11586392 CPUtime=0.02 cores=1,3,5,7
/proc/25219/task/25223/stat : 25223 (java) S 25217 25219 12644 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 339380032 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554499255080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25224] ppid=25217 vsize=11586392 CPUtime=0.02 cores=1,3,5,7
/proc/25219/task/25224/stat : 25224 (java) S 25217 25219 12644 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 339380032 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554498202536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25225] ppid=25217 vsize=11586392 CPUtime=0.04 cores=1,3,5,7
/proc/25219/task/25225/stat : 25225 (java) S 25217 25219 12644 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 18 0 339380032 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554497149992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25226] ppid=25217 vsize=11586392 CPUtime=0.02 cores=1,3,5,7
/proc/25219/task/25226/stat : 25226 (java) S 25217 25219 12644 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 339380032 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554496096424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25227] ppid=25217 vsize=11586392 CPUtime=0.02 cores=1,3,5,7
/proc/25219/task/25227/stat : 25227 (java) S 25217 25219 12644 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 339380032 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554495043880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25228] ppid=25217 vsize=11586392 CPUtime=0.01 cores=1,3,5,7
/proc/25219/task/25228/stat : 25228 (java) S 25217 25219 12644 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 339380032 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554493991336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25229] ppid=25217 vsize=11586392 CPUtime=0.01 cores=1,3,5,7
/proc/25219/task/25229/stat : 25229 (java) S 25217 25219 12644 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 339380032 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554492938792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25230] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25230/stat : 25230 (java) S 25217 25219 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339380033 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554010610280 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25231] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25231/stat : 25231 (java) S 25217 25219 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339380033 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554009556600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25232] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25232/stat : 25232 (java) S 25217 25219 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339380033 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554008503944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25233] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25233/stat : 25233 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380036 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554007452688 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25234] ppid=25217 vsize=11586392 CPUtime=0.34 cores=1,3,5,7
/proc/25219/task/25234/stat : 25234 (java) S 25217 25219 12644 0 -1 4202560 2881 0 0 0 34 0 0 0 20 0 18 0 339380036 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554006399032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25235] ppid=25217 vsize=11586392 CPUtime=0.36 cores=1,3,5,7
/proc/25219/task/25235/stat : 25235 (java) S 25217 25219 12644 0 -1 4202560 2424 0 0 0 36 0 0 0 20 0 18 0 339380036 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554005346488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25236] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25236/stat : 25236 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380036 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554004294136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25237] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25237/stat : 25237 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380036 11864465408 671406 33554432000 1073741824 1073778376 140735452835856 140554003241800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 11586392

[startup+6.30072 s]
/proc/loadavg: 3.75 3.82 3.76 4/215 25237
/proc/meminfo: memFree=19520736/32873648 swapFree=6864/6864
[pid=25219] ppid=25217 vsize=11586392 CPUtime=8.05 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25217 25219 12644 0 -1 4202496 11158 0 1 0 732 73 0 0 20 0 18 0 339380029 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140735452826992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25219/statm: 2896598 725220 2255 9 0 2887285 0
[pid=25219/tid=25221] ppid=25217 vsize=11586392 CPUtime=5.91 cores=1,3,5,7
/proc/25219/task/25221/stat : 25221 (java) R 25217 25219 12644 0 -1 4202560 4115 0 1 0 549 42 0 0 20 0 18 0 339380030 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554663324680 270710924557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25222] ppid=25217 vsize=11586392 CPUtime=0.12 cores=1,3,5,7
/proc/25219/task/25222/stat : 25222 (java) S 25217 25219 12644 0 -1 4202560 61 0 0 0 9 3 0 0 20 0 18 0 339380032 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554618079912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25223] ppid=25217 vsize=11586392 CPUtime=0.12 cores=1,3,5,7
/proc/25219/task/25223/stat : 25223 (java) S 25217 25219 12644 0 -1 4202560 48 0 0 0 9 3 0 0 20 0 18 0 339380032 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554499255080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25224] ppid=25217 vsize=11586392 CPUtime=0.11 cores=1,3,5,7
/proc/25219/task/25224/stat : 25224 (java) S 25217 25219 12644 0 -1 4202560 43 0 0 0 8 3 0 0 20 0 18 0 339380032 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554498202536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25225] ppid=25217 vsize=11586392 CPUtime=0.21 cores=1,3,5,7
/proc/25219/task/25225/stat : 25225 (java) S 25217 25219 12644 0 -1 4202560 104 0 0 0 15 6 0 0 20 0 18 0 339380032 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554497149992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25226] ppid=25217 vsize=11586392 CPUtime=0.23 cores=1,3,5,7
/proc/25219/task/25226/stat : 25226 (java) S 25217 25219 12644 0 -1 4202560 92 0 0 0 17 6 0 0 20 0 18 0 339380032 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554496096424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25227] ppid=25217 vsize=11586392 CPUtime=0.16 cores=1,3,5,7
/proc/25219/task/25227/stat : 25227 (java) S 25217 25219 12644 0 -1 4202560 68 0 0 0 12 4 0 0 20 0 18 0 339380032 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554495043880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25228] ppid=25217 vsize=11586392 CPUtime=0.25 cores=1,3,5,7
/proc/25219/task/25228/stat : 25228 (java) S 25217 25219 12644 0 -1 4202560 97 0 0 0 19 6 0 0 20 0 18 0 339380032 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554493991336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25229] ppid=25217 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/25219/task/25229/stat : 25229 (java) S 25217 25219 12644 0 -1 4202560 44 0 0 0 7 2 0 0 20 0 18 0 339380032 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554492938792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25230] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25230/stat : 25230 (java) S 25217 25219 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339380033 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554010610280 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25231] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25231/stat : 25231 (java) S 25217 25219 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339380033 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554009556600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25232] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25232/stat : 25232 (java) S 25217 25219 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339380033 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554008503944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25233] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25233/stat : 25233 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380036 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554007452688 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25234] ppid=25217 vsize=11586392 CPUtime=0.34 cores=1,3,5,7
/proc/25219/task/25234/stat : 25234 (java) S 25217 25219 12644 0 -1 4202560 2881 0 0 0 34 0 0 0 20 0 18 0 339380036 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554006399032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25235] ppid=25217 vsize=11586392 CPUtime=0.36 cores=1,3,5,7
/proc/25219/task/25235/stat : 25235 (java) S 25217 25219 12644 0 -1 4202560 2424 0 0 0 36 0 0 0 20 0 18 0 339380036 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554005346488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25236] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25236/stat : 25236 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380036 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554004294136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25237] ppid=25217 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25237/stat : 25237 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339380036 11864465408 725220 33554432000 1073741824 1073778376 140735452835856 140554003241800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 11586392

[startup+12.7007 s]
/proc/loadavg: 3.69 3.81 3.75 4/215 25237
/proc/meminfo: memFree=19005608/32873648 swapFree=6864/6864
[pid=25219] ppid=25217 vsize=11586392 CPUtime=16.92 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25217 25219 12644 0 -1 4202496 12018 0 1 0 1567 125 0 0 20 0 18 0 339380029 11864465408 832763 33554432000 1073741824 1073778376 140735452835856 140735452826992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25219/statm: 2896598 832763 2255 9 0 2887285 0
[pid=25219/tid=25221] ppid=25217 vsize=11586392 CPUtime=11.48 cores=1,3,5,7

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

[pid=25219/tid=25240] ppid=25217 vsize=11852648 CPUtime=698.37 cores=1,3,5,7
/proc/25219/task/25240/stat : 25240 (java) R 25217 25219 12644 0 -1 4202560 160 0 0 0 69825 12 0 0 20 0 22 0 339384971 12137111552 1371247 33554432000 1073741824 1073778376 140735452835856 140554001133248 140554500206647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25241] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25241/stat : 25241 (java) S 25217 25219 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339384977 12137111552 1371247 33554432000 1073741824 1073778376 140735452835856 140554000082472 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25242] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25242/stat : 25242 (java) S 25217 25219 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339384977 12137111552 1371247 33554432000 1073741824 1073778376 140735452835856 140553999029928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1606.17
Current children cumulated vsize (KiB) 11852648

[startup+942.301 s]
/proc/loadavg: 1.90 2.56 3.23 3/192 25277
/proc/meminfo: memFree=20412220/32873648 swapFree=6864/6864
[pid=25219] ppid=25217 vsize=11852648 CPUtime=1717.67 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25217 25219 12644 0 -1 4202496 72165 0 1 0 171450 317 0 0 20 0 22 0 339380029 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140735452826992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25219/statm: 2963162 1382509 2289 9 0 2953849 0
[pid=25219/tid=25221] ppid=25217 vsize=11852648 CPUtime=44.7 cores=1,3,5,7
/proc/25219/task/25221/stat : 25221 (java) S 25217 25219 12644 0 -1 4202560 4180 0 1 0 4414 56 0 0 20 0 22 0 339380030 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554663326872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25222] ppid=25217 vsize=11852648 CPUtime=4.03 cores=1,3,5,7
/proc/25219/task/25222/stat : 25222 (java) S 25217 25219 12644 0 -1 4202560 975 0 0 0 379 24 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554618079912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25223] ppid=25217 vsize=11852648 CPUtime=3.87 cores=1,3,5,7
/proc/25219/task/25223/stat : 25223 (java) S 25217 25219 12644 0 -1 4202560 1372 0 0 0 363 24 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554499255080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25224] ppid=25217 vsize=11852648 CPUtime=4.24 cores=1,3,5,7
/proc/25219/task/25224/stat : 25224 (java) S 25217 25219 12644 0 -1 4202560 1041 0 0 0 396 28 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554498202536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25225] ppid=25217 vsize=11852648 CPUtime=4.27 cores=1,3,5,7
/proc/25219/task/25225/stat : 25225 (java) S 25217 25219 12644 0 -1 4202560 905 0 0 0 399 28 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554497149992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25226] ppid=25217 vsize=11852648 CPUtime=4.39 cores=1,3,5,7
/proc/25219/task/25226/stat : 25226 (java) S 25217 25219 12644 0 -1 4202560 1029 0 0 0 409 30 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554496096424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25227] ppid=25217 vsize=11852648 CPUtime=4.09 cores=1,3,5,7
/proc/25219/task/25227/stat : 25227 (java) S 25217 25219 12644 0 -1 4202560 1017 0 0 0 378 31 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554495043880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25228] ppid=25217 vsize=11852648 CPUtime=4.03 cores=1,3,5,7
/proc/25219/task/25228/stat : 25228 (java) S 25217 25219 12644 0 -1 4202560 1136 0 0 0 374 29 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554493991336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25229] ppid=25217 vsize=11852648 CPUtime=3.73 cores=1,3,5,7
/proc/25219/task/25229/stat : 25229 (java) S 25217 25219 12644 0 -1 4202560 837 0 0 0 348 25 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554492938792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25230] ppid=25217 vsize=11852648 CPUtime=139.54 cores=1,3,5,7
/proc/25219/task/25230/stat : 25230 (java) S 25217 25219 12644 0 -1 4202560 50593 0 0 0 13933 21 0 0 20 0 22 0 339380033 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554010610280 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25231] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25231/stat : 25231 (java) S 25217 25219 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339380033 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554009556600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25232] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25232/stat : 25232 (java) S 25217 25219 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339380033 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554008503944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25233] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25233/stat : 25233 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554007452688 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25234] ppid=25217 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/25219/task/25234/stat : 25234 (java) S 25217 25219 12644 0 -1 4202560 3249 0 0 0 83 0 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554006399032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25235] ppid=25217 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/25219/task/25235/stat : 25235 (java) S 25217 25219 12644 0 -1 4202560 4354 0 0 0 102 0 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554005346488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25236] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25236/stat : 25236 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554004294136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25237] ppid=25217 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/25219/task/25237/stat : 25237 (java) S 25217 25219 12644 0 -1 4202560 55 0 0 0 14 24 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554003241800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25239] ppid=25217 vsize=11852648 CPUtime=749.29 cores=1,3,5,7
/proc/25219/task/25239/stat : 25239 (java) R 25217 25219 12644 0 -1 4202560 66 0 0 0 74918 11 0 0 20 0 22 0 339384971 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554002185072 140554500254698 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25240] ppid=25217 vsize=11852648 CPUtime=749.26 cores=1,3,5,7
/proc/25219/task/25240/stat : 25240 (java) R 25217 25219 12644 0 -1 4202560 169 0 0 0 74913 13 0 0 20 0 22 0 339384971 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554001133248 140554500206647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25241] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25241/stat : 25241 (java) S 25217 25219 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339384977 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554000082472 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25242] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25242/stat : 25242 (java) S 25217 25219 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339384977 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140553999029928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1717.67
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+983.401 s]
/proc/loadavg: 1.95 2.48 3.17 3/192 25278
/proc/meminfo: memFree=20412348/32873648 swapFree=6864/6864
[pid=25219] ppid=25217 vsize=11852648 CPUtime=1800.13 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25217 25219 12644 0 -1 4202496 72175 0 1 0 179693 320 0 0 20 0 22 0 339380029 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140735452826992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25219/statm: 2963162 1382509 2289 9 0 2953849 0
[pid=25219/tid=25221] ppid=25217 vsize=11852648 CPUtime=44.7 cores=1,3,5,7
/proc/25219/task/25221/stat : 25221 (java) S 25217 25219 12644 0 -1 4202560 4180 0 1 0 4414 56 0 0 20 0 22 0 339380030 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554663326872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25222] ppid=25217 vsize=11852648 CPUtime=4.11 cores=1,3,5,7
/proc/25219/task/25222/stat : 25222 (java) S 25217 25219 12644 0 -1 4202560 975 0 0 0 387 24 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554618079912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25223] ppid=25217 vsize=11852648 CPUtime=3.96 cores=1,3,5,7
/proc/25219/task/25223/stat : 25223 (java) S 25217 25219 12644 0 -1 4202560 1372 0 0 0 372 24 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554499255080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25224] ppid=25217 vsize=11852648 CPUtime=4.28 cores=1,3,5,7
/proc/25219/task/25224/stat : 25224 (java) S 25217 25219 12644 0 -1 4202560 1041 0 0 0 400 28 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554498202536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25225] ppid=25217 vsize=11852648 CPUtime=4.34 cores=1,3,5,7
/proc/25219/task/25225/stat : 25225 (java) S 25217 25219 12644 0 -1 4202560 905 0 0 0 406 28 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554497149992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25226] ppid=25217 vsize=11852648 CPUtime=4.46 cores=1,3,5,7
/proc/25219/task/25226/stat : 25226 (java) S 25217 25219 12644 0 -1 4202560 1029 0 0 0 416 30 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554496096424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25227] ppid=25217 vsize=11852648 CPUtime=4.14 cores=1,3,5,7
/proc/25219/task/25227/stat : 25227 (java) S 25217 25219 12644 0 -1 4202560 1017 0 0 0 383 31 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554495043880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25228] ppid=25217 vsize=11852648 CPUtime=4.1 cores=1,3,5,7
/proc/25219/task/25228/stat : 25228 (java) S 25217 25219 12644 0 -1 4202560 1136 0 0 0 381 29 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554493991336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25229] ppid=25217 vsize=11852648 CPUtime=3.76 cores=1,3,5,7
/proc/25219/task/25229/stat : 25229 (java) S 25217 25219 12644 0 -1 4202560 837 0 0 0 351 25 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554492938792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25230] ppid=25217 vsize=11852648 CPUtime=139.55 cores=1,3,5,7
/proc/25219/task/25230/stat : 25230 (java) S 25217 25219 12644 0 -1 4202560 50595 0 0 0 13933 22 0 0 20 0 22 0 339380033 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554010610280 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25231] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25231/stat : 25231 (java) S 25217 25219 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339380033 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554009556600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25232] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25232/stat : 25232 (java) S 25217 25219 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339380033 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554008503944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25233] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25233/stat : 25233 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554007452688 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25234] ppid=25217 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/25219/task/25234/stat : 25234 (java) S 25217 25219 12644 0 -1 4202560 3249 0 0 0 83 0 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554006399032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25235] ppid=25217 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/25219/task/25235/stat : 25235 (java) S 25217 25219 12644 0 -1 4202560 4354 0 0 0 102 0 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554005346488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25236] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25236/stat : 25236 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554004294136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25237] ppid=25217 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/25219/task/25237/stat : 25237 (java) S 25217 25219 12644 0 -1 4202560 57 0 0 0 15 25 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554003241800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25239] ppid=25217 vsize=11852648 CPUtime=790.25 cores=1,3,5,7
/proc/25219/task/25239/stat : 25239 (java) R 25217 25219 12644 0 -1 4202560 69 0 0 0 79013 12 0 0 20 0 22 0 339384971 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554002185072 140554500144940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25240] ppid=25217 vsize=11852648 CPUtime=790.22 cores=1,3,5,7
/proc/25219/task/25240/stat : 25240 (java) R 25217 25219 12644 0 -1 4202560 172 0 0 0 79008 14 0 0 20 0 22 0 339384971 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554001133248 140554500138871 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25241] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25241/stat : 25241 (java) S 25217 25219 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339384977 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554000082472 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25242] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25242/stat : 25242 (java) S 25217 25219 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339384977 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140553999029928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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+983.401 s]
/proc/loadavg: 1.95 2.48 3.17 3/192 25278
/proc/meminfo: memFree=20412348/32873648 swapFree=6864/6864
[pid=25219] ppid=25217 vsize=11852648 CPUtime=1800.13 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25217 25219 12644 0 -1 4202496 72175 0 1 0 179693 320 0 0 20 0 22 0 339380029 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140735452826992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25219/statm: 2963162 1382509 2289 9 0 2953849 0
[pid=25219/tid=25221] ppid=25217 vsize=11852648 CPUtime=44.7 cores=1,3,5,7
/proc/25219/task/25221/stat : 25221 (java) S 25217 25219 12644 0 -1 4202560 4180 0 1 0 4414 56 0 0 20 0 22 0 339380030 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554663326872 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25222] ppid=25217 vsize=11852648 CPUtime=4.11 cores=1,3,5,7
/proc/25219/task/25222/stat : 25222 (java) S 25217 25219 12644 0 -1 4202560 975 0 0 0 387 24 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554618079912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25223] ppid=25217 vsize=11852648 CPUtime=3.96 cores=1,3,5,7
/proc/25219/task/25223/stat : 25223 (java) S 25217 25219 12644 0 -1 4202560 1372 0 0 0 372 24 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554499255080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25224] ppid=25217 vsize=11852648 CPUtime=4.28 cores=1,3,5,7
/proc/25219/task/25224/stat : 25224 (java) S 25217 25219 12644 0 -1 4202560 1041 0 0 0 400 28 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554498202536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25225] ppid=25217 vsize=11852648 CPUtime=4.34 cores=1,3,5,7
/proc/25219/task/25225/stat : 25225 (java) S 25217 25219 12644 0 -1 4202560 905 0 0 0 406 28 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554497149992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25226] ppid=25217 vsize=11852648 CPUtime=4.46 cores=1,3,5,7
/proc/25219/task/25226/stat : 25226 (java) S 25217 25219 12644 0 -1 4202560 1029 0 0 0 416 30 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554496096424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25227] ppid=25217 vsize=11852648 CPUtime=4.14 cores=1,3,5,7
/proc/25219/task/25227/stat : 25227 (java) S 25217 25219 12644 0 -1 4202560 1017 0 0 0 383 31 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554495043880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25228] ppid=25217 vsize=11852648 CPUtime=4.1 cores=1,3,5,7
/proc/25219/task/25228/stat : 25228 (java) S 25217 25219 12644 0 -1 4202560 1136 0 0 0 381 29 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554493991336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25229] ppid=25217 vsize=11852648 CPUtime=3.76 cores=1,3,5,7
/proc/25219/task/25229/stat : 25229 (java) S 25217 25219 12644 0 -1 4202560 837 0 0 0 351 25 0 0 20 0 22 0 339380032 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554492938792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25230] ppid=25217 vsize=11852648 CPUtime=139.55 cores=1,3,5,7
/proc/25219/task/25230/stat : 25230 (java) S 25217 25219 12644 0 -1 4202560 50595 0 0 0 13933 22 0 0 20 0 22 0 339380033 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554010610280 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25231] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25231/stat : 25231 (java) S 25217 25219 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339380033 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554009556600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25232] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25232/stat : 25232 (java) S 25217 25219 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339380033 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554008503944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25233] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25233/stat : 25233 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554007452688 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25234] ppid=25217 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/25219/task/25234/stat : 25234 (java) S 25217 25219 12644 0 -1 4202560 3249 0 0 0 83 0 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554006399032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25235] ppid=25217 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/25219/task/25235/stat : 25235 (java) S 25217 25219 12644 0 -1 4202560 4354 0 0 0 102 0 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554005346488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25236] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25236/stat : 25236 (java) S 25217 25219 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554004294136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25237] ppid=25217 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/25219/task/25237/stat : 25237 (java) S 25217 25219 12644 0 -1 4202560 57 0 0 0 15 25 0 0 20 0 22 0 339380036 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554003241800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25239] ppid=25217 vsize=11852648 CPUtime=790.25 cores=1,3,5,7
/proc/25219/task/25239/stat : 25239 (java) R 25217 25219 12644 0 -1 4202560 69 0 0 0 79013 12 0 0 20 0 22 0 339384971 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554002185072 140554500144940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25240] ppid=25217 vsize=11852648 CPUtime=790.22 cores=1,3,5,7
/proc/25219/task/25240/stat : 25240 (java) R 25217 25219 12644 0 -1 4202560 172 0 0 0 79008 14 0 0 20 0 22 0 339384971 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554001133248 140554500138871 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25241] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25241/stat : 25241 (java) S 25217 25219 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339384977 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140554000082472 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25242] ppid=25217 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25242/stat : 25242 (java) S 25217 25219 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339384977 12137111552 1382509 33554432000 1073741824 1073778376 140735452835856 140553999029928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 11852648

Child status: 143
Real time (s): 983.471
CPU time (s): 1800.54
CPU user time (s): 1796.89
CPU system time (s): 3.64945
CPU usage (%): 183.08
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.89
system time used= 3.64945
maximum resident set size= 5534260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72209
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29755
involuntary context switches= 44706

runsolver used 4.23036 second user time and 8.31474 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 16:09:06
IDJOB=3740852
IDBENCH=89646
IDSOLVER=2328
FILE ID=node125/3740852-1338732539
RUNJOBID= node125-1338714015-12661
PBS_JOBID= 14636751
Free space on /tmp= 70132 MiB

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

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

MD5SUM BENCH= 6217a9adeb5cd4d9104428c4e3eb327a
RANDOM SEED=2095375060

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:        22315808 kB
Buffers:          612892 kB
Cached:          5404892 kB
SwapCached:         2308 kB
Active:          6422524 kB
Inactive:        3214108 kB
Active(anon):    3610108 kB
Inactive(anon):     9240 kB
Active(file):    2812416 kB
Inactive(file):  3204868 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:            309184 kB
Writeback:             0 kB
AnonPages:       3621900 kB
Mapped:            22476 kB
Shmem:                96 kB
Slab:             774788 kB
SReclaimable:     217888 kB
SUnreclaim:       556900 kB
KernelStack:        1608 kB
PageTables:        11284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10463404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3577856 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= 70140 MiB
End job on node125 at 2012-06-03 16:25:32