Trace number 3740878

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.8 919.46

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-116.opb
MD5SUMf3a33f6abe76a69a8be60a1cc6635095
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3740878-1338748926.opb
0.07/0.13	c reading problem ... 
7.82/6.69	c ... done. Wall clock time 6.558s.
7.82/6.69	c #vars     44846
7.82/6.69	c #constraints  989877
7.82/6.69	c constraints type 
7.82/6.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 689672
7.82/6.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
7.82/6.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 196912
7.82/6.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 99769
7.82/6.69	c constraints type 
7.82/6.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 196912
7.82/6.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 689672
7.82/6.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
7.82/6.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 99769
27.14/15.55	c cleaning 2477 clauses out of 5000 with flag 5000/5000
32.17/18.25	c cleaning 0 clauses out of 5002 with flag 0/5002
40.48/22.53	c cleaning 4236 clauses out of 8523 with flag 11000/11000
41.98/23.42	c cleaning 0 clauses out of 11001 with flag 0/11001
53.51/29.55	c cleaning 0 clauses out of 18000 with flag 0/18000
57.67/31.87	c cleaning 5606 clauses out of 11288 with flag 18001/18001
69.77/38.17	c cleaning 0 clauses out of 26002 with flag 0/26002
76.87/41.94	c cleaning 6776 clauses out of 13681 with flag 26000/26000
91.71/49.77	c cleaning 0 clauses out of 35001 with flag 0/35001
96.80/52.51	c cleaning 7926 clauses out of 15905 with flag 35000/35000
112.90/60.81	c cleaning 8934 clauses out of 17979 with flag 45000/45000
116.59/62.98	c cleaning 0 clauses out of 45001 with flag 0/45001
134.82/72.49	c cleaning 9977 clauses out of 20045 with flag 56000/56000
146.51/78.58	c cleaning 0 clauses out of 56000 with flag 0/56000
154.58/82.80	c cleaning 10996 clauses out of 22068 with flag 68000/68000
179.07/95.31	c cleaning 11990 clauses out of 24072 with flag 81000/81000
184.69/98.50	c cleaning 0 clauses out of 68001 with flag 0/68001
215.77/114.31	c cleaning 12988 clauses out of 26083 with flag 95001/95001
235.27/124.32	c cleaning 0 clauses out of 81001 with flag 0/81001
239.91/126.93	c cleaning 14043 clauses out of 28096 with flag 110002/110002
266.91/140.88	c cleaning 15004 clauses out of 30051 with flag 126000/126000
292.57/153.96	c cleaning 0 clauses out of 95001 with flag 0/95001
294.24/155.01	c cleaning 15993 clauses out of 32049 with flag 143002/143002
324.31/170.33	c cleaning 16755 clauses out of 34056 with flag 161002/161002
351.89/184.53	c cleaning 18064 clauses out of 36301 with flag 180002/180002
353.54/185.63	c cleaning 0 clauses out of 110000 with flag 0/110000
383.98/201.18	c cleaning 19044 clauses out of 38235 with flag 200000/200000
414.03/216.49	c cleaning 20079 clauses out of 40194 with flag 221003/221003
429.00/224.37	c cleaning 0 clauses out of 126000 with flag 0/126000
458.07/239.14	c cleaning 20869 clauses out of 42112 with flag 243000/243000
497.76/259.23	c cleaning 22083 clauses out of 44241 with flag 266000/266000
521.06/271.13	c cleaning 0 clauses out of 143001 with flag 0/143001
542.80/282.44	c cleaning 23041 clauses out of 46156 with flag 290002/290002
583.07/302.86	c cleaning 23998 clauses out of 48113 with flag 315000/315000
622.51/322.88	c cleaning 0 clauses out of 161000 with flag 0/161000
627.34/325.59	c cleaning 25011 clauses out of 50114 with flag 341000/341000
668.25/346.44	c cleaning 26026 clauses out of 52103 with flag 368001/368001
714.11/369.66	c cleaning 27017 clauses out of 54079 with flag 396003/396003
754.74/390.29	c cleaning 0 clauses out of 180000 with flag 0/180000
785.59/405.96	c cleaning 27858 clauses out of 56057 with flag 425000/425000
841.75/434.49	c cleaning 29030 clauses out of 58198 with flag 455000/455000
896.20/461.92	c cleaning 0 clauses out of 200000 with flag 0/200000
911.43/469.87	c cleaning 30007 clauses out of 60170 with flag 486002/486002
980.64/504.78	c cleaning 31035 clauses out of 62163 with flag 518003/518003
1027.95/528.88	c cleaning 0 clauses out of 221000 with flag 0/221000
1039.95/535.10	c cleaning 32014 clauses out of 64126 with flag 551001/551001
1100.99/565.99	c cleaning 32982 clauses out of 66111 with flag 585000/585000
1147.86/589.63	c cleaning 0 clauses out of 243000 with flag 0/243000
1158.94/595.61	c cleaning 34017 clauses out of 68130 with flag 620001/620001
1228.83/630.89	c cleaning 34862 clauses out of 70112 with flag 656000/656000
1284.63/659.01	c cleaning 0 clauses out of 266001 with flag 0/266001
1307.80/670.94	c cleaning 36047 clauses out of 72253 with flag 693003/693003
1407.74/721.36	c cleaning 37054 clauses out of 74204 with flag 731001/731001
1472.13/753.81	c cleaning 0 clauses out of 290003 with flag 0/290003
1539.11/787.63	c cleaning 37531 clauses out of 76149 with flag 770000/770000
1657.20/846.91	c cleaning 39291 clauses out of 78618 with flag 810000/810000
1669.68/853.66	c cleaning 0 clauses out of 315000 with flag 0/315000
1796.94/917.59	c cleaning 40157 clauses out of 80329 with flag 851002/851002
1800.10/919.41	c starts		: 171
1800.10/919.41	c conflicts		: 852059
1800.10/919.41	c decisions		: 19177624
1800.10/919.41	c propagations		: 1347067074
1800.10/919.41	c inspects		: 6961584835
1800.10/919.41	c shortcuts		: 0
1800.10/919.41	c learnt literals	: 12
1800.10/919.41	c learnt binary clauses	: 627
1800.10/919.41	c learnt ternary clauses	: 2153
1800.10/919.41	c learnt constraints	: 852047
1800.10/919.41	c ignored constraints	: 0
1800.10/919.41	c root simplifications	: 0
1800.10/919.41	c removed literals (reason simplification)	: 17459028
1800.10/919.41	c reason swapping (by a shorter reason)	: 0
1800.10/919.41	c Calls to reduceDB	: 37
1800.10/919.41	c number of reductions to clauses (during analyze)	: 0
1800.10/919.41	c number of learned constraints concerned by reduction	: 0
1800.10/919.41	c number of learning phase by resolution	: 0
1800.10/919.41	c number of learning phase by cutting planes	: 0
1800.10/919.41	c speed (assignments/second)	: 1475880.4475847494
1800.10/919.41	c non guided choices	4717320
1800.10/919.43	c learnt constraints type 
1800.10/919.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 627
1800.10/919.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40614
1800.10/919.43	c constraints type 
1800.10/919.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 689672
1800.10/919.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.10/919.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 196912
1800.10/919.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 99769
1800.10/919.43	c constraints type 
1800.10/919.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 196912
1800.10/919.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 689672
1800.10/919.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
1800.10/919.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 99769
1800.10/919.43	s UNKNOWN
1800.10/919.43	c Total wall clock time (in seconds): 919.299

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-3740878-1338748926/watcher-3740878-1338748926 -o /tmp/evaluation-result-3740878-1338748926/solver-3740878-1338748926 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740878-1338748926.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: 0.92 1.19 1.59 3/171 30044
/proc/meminfo: memFree=26932196/32873648 swapFree=6852/6852
[pid=30044] ppid=30042 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30044/stat : 30044 (java) D 30042 30044 30010 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 341019471 9515008 182 33554432000 1073741824 1073778376 140733637323456 140733637314488 271787572917 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/30044/statm: 2323 182 140 9 0 71 0

[startup+0.0472001 s]
/proc/loadavg: 0.92 1.19 1.59 3/171 30044
/proc/meminfo: memFree=26932196/32873648 swapFree=6852/6852
[pid=30044] ppid=30042 vsize=11120388 CPUtime=0.02 cores=1,3,5,7
/proc/30044/stat : 30044 (java) S 30042 30044 30010 0 -1 4202496 4189 0 4 0 1 1 0 0 20 0 11 0 341019471 11387277312 12046 33554432000 1073741824 1073778376 140734722046672 140734722037808 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30044/statm: 2780097 12046 1630 9 0 2770798 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11120388

[startup+0.100308 s]
/proc/loadavg: 0.92 1.19 1.59 3/171 30044
/proc/meminfo: memFree=26932196/32873648 swapFree=6852/6852
[pid=30044] ppid=30042 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/30044/stat : 30044 (java) S 30042 30044 30010 0 -1 4202496 4628 0 4 0 6 1 0 0 20 0 18 0 341019471 11864465408 12995 33554432000 1073741824 1073778376 140734722046672 140734722037808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30044/statm: 2896598 13008 1881 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300235 s]
/proc/loadavg: 0.92 1.19 1.59 3/171 30044
/proc/meminfo: memFree=26932196/32873648 swapFree=6852/6852
[pid=30044] ppid=30042 vsize=11586392 CPUtime=0.45 cores=1,3,5,7
/proc/30044/stat : 30044 (java) S 30042 30044 30010 0 -1 4202496 6304 0 4 0 44 1 0 0 20 0 18 0 341019471 11864465408 17451 33554432000 1073741824 1073778376 140734722046672 140734722037808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30044/statm: 2896598 17451 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.70025 s]
/proc/loadavg: 0.92 1.19 1.59 3/171 30044
/proc/meminfo: memFree=26932196/32873648 swapFree=6852/6852
[pid=30044] ppid=30042 vsize=11586392 CPUtime=1.23 cores=1,3,5,7
/proc/30044/stat : 30044 (java) S 30042 30044 30010 0 -1 4202496 10050 0 4 0 118 5 0 0 20 0 18 0 341019471 11864465408 63814 33554432000 1073741824 1073778376 140734722046672 140734722037808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30044/statm: 2896598 63814 2238 9 0 2887285 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 11586392

[startup+1.5007 s]
/proc/loadavg: 0.92 1.19 1.59 3/211 30089
/proc/meminfo: memFree=25990604/32873648 swapFree=6852/6852
[pid=30044] ppid=30042 vsize=11586392 CPUtime=2.14 cores=1,3,5,7
/proc/30044/stat : 30044 (java) S 30042 30044 30010 0 -1 4202496 10337 0 4 0 202 12 0 0 20 0 18 0 341019471 11864465408 199516 33554432000 1073741824 1073778376 140734722046672 140734722037808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30044/statm: 2896598 199516 2238 9 0 2887285 0
[pid=30044/tid=30046] ppid=30042 vsize=11586392 CPUtime=1.46 cores=1,3,5,7
/proc/30044/task/30046/stat : 30046 (java) R 30042 30044 30010 0 -1 4202560 3740 0 1 0 135 11 0 0 20 0 18 0 341019472 11864465408 199516 33554432000 1073741824 1073778376 140734722046672 139910981353440 139910854404745 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30047] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30047/stat : 30047 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 199516 33554432000 1073741824 1073778376 140734722046672 139910818585128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30048] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30048/stat : 30048 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 199516 33554432000 1073741824 1073778376 140734722046672 139910817532328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30049] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30049/stat : 30049 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 199516 33554432000 1073741824 1073778376 140734722046672 139910816479528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30044/tid=30050] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30050/stat : 30050 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 199516 33554432000 1073741824 1073778376 140734722046672 139910815426728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30051] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30051/stat : 30051 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 199516 33554432000 1073741824 1073778376 140734722046672 139910814374952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30052] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30052/stat : 30052 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 199516 33554432000 1073741824 1073778376 140734722046672 139910813322152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30053] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30053/stat : 30053 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 199516 33554432000 1073741824 1073778376 140734722046672 139910812269352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30054] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30054/stat : 30054 (java) S 30042 30044 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 199516 33554432000 1073741824 1073778376 140734722046672 139910811216552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30055] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30055/stat : 30055 (java) S 30042 30044 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341019476 11864465408 200028 33554432000 1073741824 1073778376 140734722046672 139910798805480 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30056] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30056/stat : 30056 (java) S 30042 30044 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341019476 11864465408 200028 33554432000 1073741824 1073778376 140734722046672 139910797751544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30057] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30057/stat : 30057 (java) S 30042 30044 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341019476 11864465408 200028 33554432000 1073741824 1073778376 140734722046672 139910796698632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30058] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30058/stat : 30058 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019479 11864465408 200028 33554432000 1073741824 1073778376 140734722046672 139910795647120 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30059] ppid=30042 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/30044/task/30059/stat : 30059 (java) S 30042 30044 30010 0 -1 4202560 3170 0 0 0 32 0 0 0 20 0 18 0 341019479 11864465408 200028 33554432000 1073741824 1073778376 140734722046672 139910794595256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30060] ppid=30042 vsize=11586392 CPUtime=0.31 cores=1,3,5,7
/proc/30044/task/30060/stat : 30060 (java) S 30042 30044 30010 0 -1 4202560 2246 0 0 0 31 0 0 0 20 0 18 0 341019479 11864465408 200028 33554432000 1073741824 1073778376 140734722046672 139910793542456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30061] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30061/stat : 30061 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019479 11864465408 200028 33554432000 1073741824 1073778376 140734722046672 139910792489848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30062] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30062/stat : 30062 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019479 11864465408 200028 33554432000 1073741824 1073778376 140734722046672 139910791437256 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 11586392

[startup+3.10079 s]
/proc/loadavg: 1.01 1.21 1.60 3/211 30089
/proc/meminfo: memFree=24476576/32873648 swapFree=6852/6852
[pid=30044] ppid=30042 vsize=11586392 CPUtime=3.79 cores=1,3,5,7
/proc/30044/stat : 30044 (java) S 30042 30044 30010 0 -1 4202496 10868 0 4 0 349 30 0 0 20 0 18 0 341019471 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 140734722037808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30044/statm: 2896598 471388 2238 9 0 2887285 0
[pid=30044/tid=30046] ppid=30042 vsize=11586392 CPUtime=3.06 cores=1,3,5,7
/proc/30044/task/30046/stat : 30046 (java) R 30042 30044 30010 0 -1 4202560 4271 0 1 0 277 29 0 0 20 0 18 0 341019472 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910981353760 271790957837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30047] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30047/stat : 30047 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910818585128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30048] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30048/stat : 30048 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910817532328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30049] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30049/stat : 30049 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910816479528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30044/tid=30050] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30050/stat : 30050 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910815426728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30051] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30051/stat : 30051 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910814374952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30052] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30052/stat : 30052 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910813322152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30053] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30053/stat : 30053 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910812269352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30054] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30054/stat : 30054 (java) S 30042 30044 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341019474 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910811216552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30055] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30055/stat : 30055 (java) S 30042 30044 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341019476 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910798805480 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30056] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30056/stat : 30056 (java) S 30042 30044 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341019476 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910797751544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30057] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30057/stat : 30057 (java) S 30042 30044 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341019476 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910796698632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30058] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30058/stat : 30058 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019479 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910795647120 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30059] ppid=30042 vsize=11586392 CPUtime=0.36 cores=1,3,5,7
/proc/30044/task/30059/stat : 30059 (java) S 30042 30044 30010 0 -1 4202560 3170 0 0 0 36 0 0 0 20 0 18 0 341019479 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910794595256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30060] ppid=30042 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/30044/task/30060/stat : 30060 (java) S 30042 30044 30010 0 -1 4202560 2246 0 0 0 32 0 0 0 20 0 18 0 341019479 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910793542456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30061] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30061/stat : 30061 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019479 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910792489848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30062] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30062/stat : 30062 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019479 11864465408 471388 33554432000 1073741824 1073778376 140734722046672 139910791437256 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 11586392

[startup+6.30074 s]
/proc/loadavg: 1.01 1.21 1.60 3/211 30089
/proc/meminfo: memFree=21433848/32873648 swapFree=6852/6852
[pid=30044] ppid=30042 vsize=11586392 CPUtime=7.52 cores=1,3,5,7
/proc/30044/stat : 30044 (java) S 30042 30044 30010 0 -1 4202496 11508 0 4 0 696 56 0 0 20 0 18 0 341019471 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 140734722037808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30044/statm: 2896598 688259 2254 9 0 2887285 0
[pid=30044/tid=30046] ppid=30042 vsize=11586392 CPUtime=6.09 cores=1,3,5,7
/proc/30044/task/30046/stat : 30046 (java) R 30042 30044 30010 0 -1 4202560 4636 0 1 0 569 40 0 0 20 0 18 0 341019472 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910981353568 271790957837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30047] ppid=30042 vsize=11586392 CPUtime=0.04 cores=1,3,5,7
/proc/30044/task/30047/stat : 30047 (java) S 30042 30044 30010 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 18 0 341019474 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910818585128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30048] ppid=30042 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/30044/task/30048/stat : 30048 (java) S 30042 30044 30010 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 18 0 341019474 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910817532328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30049] ppid=30042 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/30044/task/30049/stat : 30049 (java) S 30042 30044 30010 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 18 0 341019474 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910816479528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30044/tid=30050] ppid=30042 vsize=11586392 CPUtime=0.16 cores=1,3,5,7
/proc/30044/task/30050/stat : 30050 (java) S 30042 30044 30010 0 -1 4202560 70 0 0 0 12 4 0 0 20 0 18 0 341019474 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910815426728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30051] ppid=30042 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/30044/task/30051/stat : 30051 (java) S 30042 30044 30010 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 18 0 341019474 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910814374952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30052] ppid=30042 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/30044/task/30052/stat : 30052 (java) S 30042 30044 30010 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 18 0 341019474 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910813322152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30044/tid=30053] ppid=30042 vsize=11586392 CPUtime=0.04 cores=1,3,5,7
/proc/30044/task/30053/stat : 30053 (java) S 30042 30044 30010 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 18 0 341019474 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910812269352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30054] ppid=30042 vsize=11586392 CPUtime=0.04 cores=1,3,5,7
/proc/30044/task/30054/stat : 30054 (java) S 30042 30044 30010 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 341019474 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910811216552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30055] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30055/stat : 30055 (java) S 30042 30044 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341019476 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910798805480 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30056] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30056/stat : 30056 (java) S 30042 30044 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341019476 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910797751544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30057] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30057/stat : 30057 (java) S 30042 30044 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341019476 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910796698632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30058] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30058/stat : 30058 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019479 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910795647120 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30059] ppid=30042 vsize=11586392 CPUtime=0.38 cores=1,3,5,7
/proc/30044/task/30059/stat : 30059 (java) S 30042 30044 30010 0 -1 4202560 3171 0 0 0 38 0 0 0 20 0 18 0 341019479 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910794595256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30060] ppid=30042 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/30044/task/30060/stat : 30060 (java) S 30042 30044 30010 0 -1 4202560 2246 0 0 0 32 0 0 0 20 0 18 0 341019479 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910793542456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30061] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30061/stat : 30061 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341019479 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910792489848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30062] ppid=30042 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30062/stat : 30062 (java) S 30042 30044 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341019479 11864465408 688259 33554432000 1073741824 1073778376 140734722046672 139910791437256 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 11586392

[startup+12.7009 s]
/proc/loadavg: 1.33 1.27 1.61 5/219 30097
/proc/meminfo: memFree=20912364/32873648 swapFree=6852/6852
[pid=30044] ppid=30042 vsize=11852648 CPUtime=21.5 cores=1,3,5,7
/proc/30044/stat : 30044 (java) S 30042 30044 30010 0 -1 4202496 17570 0 4 0 2067 83 0 0 20 0 22 0 341019471 12137111552 752360 33554432000 1073741824 1073778376 140734722046672 140734722037808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30044/statm: 2963162 752360 2276 9 0 2953849 0
[pid=30044/tid=30046] ppid=30042 vsize=11852648 CPUtime=6.48 cores=1,3,5,7

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

[pid=30044/tid=30091] ppid=30042 vsize=11852648 CPUtime=778.12 cores=1,3,5,7
/proc/30044/task/30091/stat : 30091 (java) R 30042 30044 30010 0 -1 4202560 153 0 0 0 77798 14 0 0 20 0 22 0 341020141 12137111552 1002821 33554432000 1073741824 1073778376 140734722046672 139910789327488 139910854766928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30092] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30092/stat : 30092 (java) S 30042 30044 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341020143 12137111552 1002821 33554432000 1073741824 1073778376 140734722046672 139910788277160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30044/tid=30093] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30093/stat : 30093 (java) S 30042 30044 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341020143 12137111552 1002821 33554432000 1073741824 1073778376 140734722046672 139910787224360 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1607.92
Current children cumulated vsize (KiB) 11852648

[startup+882.307 s]
/proc/loadavg: 3.92 3.80 3.01 5/219 30104
/proc/meminfo: memFree=18866320/32873648 swapFree=6852/6852
[pid=30044] ppid=30042 vsize=11852648 CPUtime=1726.45 cores=1,3,5,7
/proc/30044/stat : 30044 (java) S 30042 30044 30010 0 -1 4202496 25328 0 4 0 172501 144 0 0 20 0 22 0 341019471 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 140734722037808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30044/statm: 2963162 1010010 2290 9 0 2953849 0
[pid=30044/tid=30046] ppid=30042 vsize=11852648 CPUtime=6.52 cores=1,3,5,7
/proc/30044/task/30046/stat : 30046 (java) S 30042 30044 30010 0 -1 4202560 4693 0 1 0 611 41 0 0 20 0 22 0 341019472 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910981362840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30047] ppid=30042 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/30044/task/30047/stat : 30047 (java) S 30042 30044 30010 0 -1 4202560 181 0 0 0 76 9 0 0 20 0 22 0 341019474 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910818585128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30048] ppid=30042 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/30044/task/30048/stat : 30048 (java) S 30042 30044 30010 0 -1 4202560 178 0 0 0 86 9 0 0 20 0 22 0 341019474 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910817532328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30049] ppid=30042 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/30044/task/30049/stat : 30049 (java) S 30042 30044 30010 0 -1 4202560 151 0 0 0 70 8 0 0 20 0 22 0 341019474 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910816479528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30050] ppid=30042 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/30044/task/30050/stat : 30050 (java) S 30042 30044 30010 0 -1 4202560 233 0 0 0 81 12 0 0 20 0 22 0 341019474 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910815426728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30051] ppid=30042 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/30044/task/30051/stat : 30051 (java) S 30042 30044 30010 0 -1 4202560 207 0 0 0 89 9 0 0 20 0 22 0 341019474 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910814374952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30052] ppid=30042 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/30044/task/30052/stat : 30052 (java) S 30042 30044 30010 0 -1 4202560 243 0 0 0 92 11 0 0 20 0 22 0 341019474 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910813322152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30053] ppid=30042 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/30044/task/30053/stat : 30053 (java) S 30042 30044 30010 0 -1 4202560 195 0 0 0 76 9 0 0 20 0 22 0 341019474 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910812269352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30054] ppid=30042 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/30044/task/30054/stat : 30054 (java) S 30042 30044 30010 0 -1 4202560 177 0 0 0 73 8 0 0 20 0 22 0 341019474 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910811216552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30044/tid=30055] ppid=30042 vsize=11852648 CPUtime=37.21 cores=1,3,5,7
/proc/30044/task/30055/stat : 30055 (java) S 30042 30044 30010 0 -1 4202560 385 0 0 0 3709 12 0 0 20 0 22 0 341019476 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910798805480 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30056] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30056/stat : 30056 (java) S 30042 30044 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341019476 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910797751544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30057] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30057/stat : 30057 (java) S 30042 30044 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341019476 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910796698632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30058] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30058/stat : 30058 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341019479 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910795647120 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30059] ppid=30042 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/30044/task/30059/stat : 30059 (java) S 30042 30044 30010 0 -1 4202560 8766 0 0 0 130 0 0 0 20 0 22 0 341019479 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910794595256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30060] ppid=30042 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/30044/task/30060/stat : 30060 (java) S 30042 30044 30010 0 -1 4202560 8486 0 0 0 125 2 0 0 20 0 22 0 341019479 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910793542456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30061] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30061/stat : 30061 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341019479 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910792489848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30062] ppid=30042 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/30044/task/30062/stat : 30062 (java) S 30042 30044 30010 0 -1 4202560 52 0 0 0 18 22 0 0 20 0 22 0 341019479 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910791437256 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30090] ppid=30042 vsize=11852648 CPUtime=836.45 cores=1,3,5,7
/proc/30044/task/30090/stat : 30090 (java) R 30042 30044 30010 0 -1 4202560 44 0 0 0 83633 12 0 0 20 0 22 0 341020141 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910790380208 139910854422102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30091] ppid=30042 vsize=11852648 CPUtime=836.36 cores=1,3,5,7
/proc/30044/task/30091/stat : 30091 (java) R 30042 30044 30010 0 -1 4202560 153 0 0 0 83621 15 0 0 20 0 22 0 341020141 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910789329248 139910854766767 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30092] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30092/stat : 30092 (java) S 30042 30044 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341020143 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910788277160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30044/tid=30093] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30093/stat : 30093 (java) S 30042 30044 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341020143 12137111552 1010010 33554432000 1073741824 1073778376 140734722046672 139910787224360 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.45
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.401 s]
/proc/loadavg: 3.96 3.83 3.05 5/219 30104
/proc/meminfo: memFree=18853788/32873648 swapFree=6852/6852
[pid=30044] ppid=30042 vsize=11852648 CPUtime=1800.1 cores=1,3,5,7
/proc/30044/stat : 30044 (java) S 30042 30044 30010 0 -1 4202496 25370 0 4 0 179866 144 0 0 20 0 22 0 341019471 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 140734722037808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30044/statm: 2963162 1010043 2290 9 0 2953849 0
[pid=30044/tid=30046] ppid=30042 vsize=11852648 CPUtime=6.52 cores=1,3,5,7
/proc/30044/task/30046/stat : 30046 (java) S 30042 30044 30010 0 -1 4202560 4694 0 1 0 611 41 0 0 20 0 22 0 341019472 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910981362840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30047] ppid=30042 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/30044/task/30047/stat : 30047 (java) S 30042 30044 30010 0 -1 4202560 181 0 0 0 80 9 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910818585128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30048] ppid=30042 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/30044/task/30048/stat : 30048 (java) S 30042 30044 30010 0 -1 4202560 204 0 0 0 89 9 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910817532328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30049] ppid=30042 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/30044/task/30049/stat : 30049 (java) S 30042 30044 30010 0 -1 4202560 151 0 0 0 72 8 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910816479528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30050] ppid=30042 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/30044/task/30050/stat : 30050 (java) S 30042 30044 30010 0 -1 4202560 233 0 0 0 84 12 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910815426728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30051] ppid=30042 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/30044/task/30051/stat : 30051 (java) S 30042 30044 30010 0 -1 4202560 207 0 0 0 95 9 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910814374952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30052] ppid=30042 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/30044/task/30052/stat : 30052 (java) S 30042 30044 30010 0 -1 4202560 243 0 0 0 94 11 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910813322152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30053] ppid=30042 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/30044/task/30053/stat : 30053 (java) S 30042 30044 30010 0 -1 4202560 195 0 0 0 80 9 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910812269352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30054] ppid=30042 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/30044/task/30054/stat : 30054 (java) S 30042 30044 30010 0 -1 4202560 184 0 0 0 79 8 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910811216552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30044/tid=30055] ppid=30042 vsize=11852648 CPUtime=37.88 cores=1,3,5,7
/proc/30044/task/30055/stat : 30055 (java) S 30042 30044 30010 0 -1 4202560 389 0 0 0 3775 13 0 0 20 0 22 0 341019476 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910798805480 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30056] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30056/stat : 30056 (java) S 30042 30044 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341019476 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910797751544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30057] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30057/stat : 30057 (java) S 30042 30044 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341019476 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910796698632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30058] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30058/stat : 30058 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341019479 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910795647120 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30059] ppid=30042 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/30044/task/30059/stat : 30059 (java) S 30042 30044 30010 0 -1 4202560 8766 0 0 0 130 0 0 0 20 0 22 0 341019479 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910794595256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30060] ppid=30042 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/30044/task/30060/stat : 30060 (java) S 30042 30044 30010 0 -1 4202560 8486 0 0 0 125 2 0 0 20 0 22 0 341019479 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910793542456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30061] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30061/stat : 30061 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341019479 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910792489848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30062] ppid=30042 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/30044/task/30062/stat : 30062 (java) S 30042 30044 30010 0 -1 4202560 54 0 0 0 20 23 0 0 20 0 22 0 341019479 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910791437256 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30090] ppid=30042 vsize=11852648 CPUtime=872.8 cores=1,3,5,7
/proc/30044/task/30090/stat : 30090 (java) R 30042 30044 30010 0 -1 4202560 46 0 0 0 87265 15 0 0 20 0 22 0 341020141 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910790382048 139910854651260 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30091] ppid=30042 vsize=11852648 CPUtime=872.72 cores=1,3,5,7
/proc/30044/task/30091/stat : 30091 (java) R 30042 30044 30010 0 -1 4202560 153 0 0 0 87256 16 0 0 20 0 22 0 341020141 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910789327488 139910854767335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30092] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30092/stat : 30092 (java) S 30042 30044 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341020143 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910788277160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30044/tid=30093] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30093/stat : 30093 (java) S 30042 30044 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341020143 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910787224360 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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+919.401 s]
/proc/loadavg: 3.96 3.83 3.05 5/219 30104
/proc/meminfo: memFree=18853788/32873648 swapFree=6852/6852
[pid=30044] ppid=30042 vsize=11852648 CPUtime=1800.1 cores=1,3,5,7
/proc/30044/stat : 30044 (java) S 30042 30044 30010 0 -1 4202496 25370 0 4 0 179866 144 0 0 20 0 22 0 341019471 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 140734722037808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30044/statm: 2963162 1010043 2290 9 0 2953849 0
[pid=30044/tid=30046] ppid=30042 vsize=11852648 CPUtime=6.52 cores=1,3,5,7
/proc/30044/task/30046/stat : 30046 (java) S 30042 30044 30010 0 -1 4202560 4694 0 1 0 611 41 0 0 20 0 22 0 341019472 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910981362840 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30047] ppid=30042 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/30044/task/30047/stat : 30047 (java) S 30042 30044 30010 0 -1 4202560 181 0 0 0 80 9 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910818585128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30048] ppid=30042 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/30044/task/30048/stat : 30048 (java) S 30042 30044 30010 0 -1 4202560 204 0 0 0 89 9 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910817532328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30049] ppid=30042 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/30044/task/30049/stat : 30049 (java) S 30042 30044 30010 0 -1 4202560 151 0 0 0 72 8 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910816479528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30050] ppid=30042 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/30044/task/30050/stat : 30050 (java) S 30042 30044 30010 0 -1 4202560 233 0 0 0 84 12 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910815426728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30051] ppid=30042 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/30044/task/30051/stat : 30051 (java) S 30042 30044 30010 0 -1 4202560 207 0 0 0 95 9 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910814374952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30052] ppid=30042 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/30044/task/30052/stat : 30052 (java) S 30042 30044 30010 0 -1 4202560 243 0 0 0 94 11 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910813322152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30053] ppid=30042 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/30044/task/30053/stat : 30053 (java) S 30042 30044 30010 0 -1 4202560 195 0 0 0 80 9 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910812269352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30054] ppid=30042 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/30044/task/30054/stat : 30054 (java) S 30042 30044 30010 0 -1 4202560 184 0 0 0 79 8 0 0 20 0 22 0 341019474 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910811216552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30044/tid=30055] ppid=30042 vsize=11852648 CPUtime=37.88 cores=1,3,5,7
/proc/30044/task/30055/stat : 30055 (java) S 30042 30044 30010 0 -1 4202560 389 0 0 0 3775 13 0 0 20 0 22 0 341019476 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910798805480 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30056] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30056/stat : 30056 (java) S 30042 30044 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341019476 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910797751544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30057] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30057/stat : 30057 (java) S 30042 30044 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341019476 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910796698632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30058] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30058/stat : 30058 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341019479 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910795647120 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30059] ppid=30042 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/30044/task/30059/stat : 30059 (java) S 30042 30044 30010 0 -1 4202560 8766 0 0 0 130 0 0 0 20 0 22 0 341019479 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910794595256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30060] ppid=30042 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/30044/task/30060/stat : 30060 (java) S 30042 30044 30010 0 -1 4202560 8486 0 0 0 125 2 0 0 20 0 22 0 341019479 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910793542456 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30061] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30061/stat : 30061 (java) S 30042 30044 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341019479 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910792489848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30062] ppid=30042 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/30044/task/30062/stat : 30062 (java) S 30042 30044 30010 0 -1 4202560 54 0 0 0 20 23 0 0 20 0 22 0 341019479 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910791437256 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30044/tid=30090] ppid=30042 vsize=11852648 CPUtime=872.8 cores=1,3,5,7
/proc/30044/task/30090/stat : 30090 (java) R 30042 30044 30010 0 -1 4202560 46 0 0 0 87265 15 0 0 20 0 22 0 341020141 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910790382048 139910854651260 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30044/tid=30091] ppid=30042 vsize=11852648 CPUtime=872.72 cores=1,3,5,7
/proc/30044/task/30091/stat : 30091 (java) R 30042 30044 30010 0 -1 4202560 153 0 0 0 87256 16 0 0 20 0 22 0 341020141 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910789327488 139910854767335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30044/tid=30092] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30092/stat : 30092 (java) S 30042 30044 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341020143 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910788277160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30044/tid=30093] ppid=30042 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30044/task/30093/stat : 30093 (java) S 30042 30044 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341020143 12137111552 1010043 33554432000 1073741824 1073778376 140734722046672 139910787224360 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 11852648

Child status: 143
Real time (s): 919.46
CPU time (s): 1800.8
CPU user time (s): 1798.78
CPU system time (s): 2.02169
CPU usage (%): 195.854
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 2.02169
maximum resident set size= 4040292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25402
page faults= 4
swaps= 0
block input operations= 136
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24193
involuntary context switches= 20601

runsolver used 3.39048 second user time and 8.71567 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 20:42:07
IDJOB=3740878
IDBENCH=89654
IDSOLVER=2328
FILE ID=node115/3740878-1338748926
RUNJOBID= node115-1338748926-30027
PBS_JOBID= 14636792
Free space on /tmp= 70740 MiB

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

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

MD5SUM BENCH= f3a33f6abe76a69a8be60a1cc6635095
RANDOM SEED=926521441

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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:        26930040 kB
Buffers:         1438220 kB
Cached:          3575204 kB
SwapCached:         1016 kB
Active:          2794240 kB
Inactive:        2235776 kB
Active(anon):       5644 kB
Inactive(anon):     9868 kB
Active(file):    2788596 kB
Inactive(file):  2225908 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             93632 kB
Writeback:             0 kB
AnonPages:         19124 kB
Mapped:            11008 kB
Shmem:                96 kB
Slab:             774512 kB
SReclaimable:     217980 kB
SUnreclaim:       556532 kB
KernelStack:        1416 kB
PageTables:         4140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     107880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70736 MiB
End job on node115 at 2012-06-03 20:57:28