Trace number 3458704

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
Sat4j Resolution 2.3.0? (TO) 1800.15 1798.38

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-full.all.ucl.opb
MD5SUM14c93c93dc53353f81a889ada18ba601
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark850.051
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13
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 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3458704-1307138173.opb
0.11/0.11	c reading problem ... 
1.89/1.49	c ... done. Wall clock time 1.386s.
1.89/1.49	c #vars     81558
1.89/1.49	c #constraints  240469
1.89/1.49	c constraints type 
1.89/1.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
1.89/1.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
1.89/1.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4604
19.74/18.76	c cleaning 2494 clauses out of 5000 with flag 5000/5000
33.70/32.52	c cleaning 4246 clauses out of 8508 with flag 11002/11002
51.00/49.85	c cleaning 5625 clauses out of 11261 with flag 18001/18001
66.83/65.60	c cleaning 6807 clauses out of 13637 with flag 26003/26003
85.26/84.08	c cleaning 7905 clauses out of 15828 with flag 35002/35002
105.17/103.97	c cleaning 8951 clauses out of 17923 with flag 45002/45002
127.28/126.06	c cleaning 9980 clauses out of 19971 with flag 56001/56001
155.38/154.15	c cleaning 10983 clauses out of 21990 with flag 68000/68000
185.59/184.37	c cleaning 12002 clauses out of 24007 with flag 81000/81000
227.30/226.01	c cleaning 12988 clauses out of 26005 with flag 95000/95000
260.12/258.80	c cleaning 14002 clauses out of 28017 with flag 110000/110000
296.03/294.79	c cleaning 14973 clauses out of 30015 with flag 126000/126000
335.53/334.29	c cleaning 15990 clauses out of 32045 with flag 143003/143003
375.67/374.35	c cleaning 17002 clauses out of 34054 with flag 161002/161002
407.78/406.48	c cleaning 18022 clauses out of 36049 with flag 180000/180000
453.19/451.89	c cleaning 18979 clauses out of 38027 with flag 200000/200000
499.10/497.73	c cleaning 20017 clauses out of 40048 with flag 221000/221000
543.91/542.50	c cleaning 20993 clauses out of 42031 with flag 243000/243000
577.74/576.39	c cleaning 22014 clauses out of 44039 with flag 266001/266001
636.34/634.99	c cleaning 22998 clauses out of 46024 with flag 290000/290000
710.76/709.37	c cleaning 23991 clauses out of 48026 with flag 315000/315000
756.77/755.32	c cleaning 25004 clauses out of 50038 with flag 341003/341003
810.08/808.69	c cleaning 26011 clauses out of 52031 with flag 368000/368000
856.99/855.56	c cleaning 26984 clauses out of 54020 with flag 396000/396000
925.72/924.24	c cleaning 27985 clauses out of 56035 with flag 425000/425000
986.13/984.67	c cleaning 28997 clauses out of 58050 with flag 455000/455000
1030.54/1029.05	c cleaning 29999 clauses out of 60054 with flag 486001/486001
1081.86/1080.31	c cleaning 31002 clauses out of 62054 with flag 518000/518000
1135.17/1133.65	c cleaning 32001 clauses out of 64052 with flag 551000/551000
1184.68/1183.11	c cleaning 33011 clauses out of 66053 with flag 585002/585002
1238.50/1236.93	c cleaning 34002 clauses out of 68041 with flag 620001/620001
1295.72/1294.11	c cleaning 34997 clauses out of 70037 with flag 656000/656000
1358.43/1356.81	c cleaning 36013 clauses out of 72040 with flag 693000/693000
1417.36/1415.78	c cleaning 36995 clauses out of 74028 with flag 731001/731001
1484.36/1482.76	c cleaning 37997 clauses out of 76032 with flag 770000/770000
1559.56/1557.93	c cleaning 39002 clauses out of 78036 with flag 810001/810001
1613.20/1611.52	c cleaning 40003 clauses out of 80033 with flag 851000/851000
1684.71/1683.07	c cleaning 41007 clauses out of 82031 with flag 893001/893001
1759.21/1757.59	c cleaning 41991 clauses out of 84023 with flag 936000/936000
1800.02/1798.32	c starts		: 186
1800.02/1798.32	c conflicts		: 960508
1800.02/1798.32	c decisions		: 1593853
1800.02/1798.32	c propagations		: 4545592341
1800.02/1798.32	c inspects		: 11956448640
1800.02/1798.32	c shortcuts		: 0
1800.02/1798.32	c learnt literals	: 5
1800.02/1798.32	c learnt binary clauses	: 191
1800.02/1798.32	c learnt ternary clauses	: 473
1800.02/1798.32	c learnt constraints	: 960503
1800.02/1798.32	c ignored constraints	: 0
1800.02/1798.32	c root simplifications	: 0
1800.02/1798.32	c removed literals (reason simplification)	: 23167632
1800.02/1798.32	c reason swapping (by a shorter reason)	: 0
1800.02/1798.32	c Calls to reduceDB	: 39
1800.02/1798.32	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.32	c number of learned constraints concerned by reduction	: 0
1800.02/1798.32	c number of learning phase by resolution	: 0
1800.02/1798.32	c number of learning phase by cutting planes	: 0
1800.02/1798.32	c speed (assignments/second)	: 2529788.7860100055
1800.02/1798.32	c non guided choices	943
1800.02/1798.35	c learnt constraints type 
1800.02/1798.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 191
1800.02/1798.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66361
1800.02/1798.35	c constraints type 
1800.02/1798.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
1800.02/1798.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
1800.02/1798.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4604
1800.02/1798.35	s UNKNOWN
1800.02/1798.35	c Total wall clock time (in seconds): 1798.24

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3458704-1307138173/watcher-3458704-1307138173 -o /tmp/evaluation-result-3458704-1307138173/solver-3458704-1307138173 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458704-1307138173.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: 2.23 2.08 2.04 2/501 18545
/proc/meminfo: memFree=24403148/32950928 swapFree=61542356/67111528
[pid=18545] ppid=18543 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/18545/stat : 18545 (java) S 18543 18545 14759 0 -1 4202496 2012 0 1 0 0 0 0 0 25 0 2 0 904048003 13833195520 1713 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/18545/statm: 3377245 1725 906 9 0 3368401 0
[pid=18545/tid=18546] ppid=18543 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18546/stat : 18546 (java) R 18543 18545 14759 0 -1 4202560 6965 0 1 0 0 0 0 0 25 0 2 0 904048003 13850947584 7780 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.097043 s]
/proc/loadavg: 2.23 2.08 2.04 2/501 18545
/proc/meminfo: memFree=24403148/32950928 swapFree=61542356/67111528
[pid=18545] ppid=18543 vsize=13621864 CPUtime=0.1 cores=1,3,5,7
/proc/18545/stat : 18545 (java) S 18543 18545 14759 0 -1 4202496 15496 0 1 0 8 2 0 0 25 0 18 0 904048003 13948788736 15170 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18545/statm: 3405466 15170 2092 9 0 3396200 0
[pid=18545/tid=18546] ppid=18543 vsize=13621864 CPUtime=0.08 cores=1,3,5,7
/proc/18545/task/18546/stat : 18546 (java) R 18543 18545 14759 0 -1 4202560 13562 0 1 0 7 1 0 0 25 0 18 0 904048003 13948788736 15170 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 46912496218228 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621864

[startup+0.101041 s]
/proc/loadavg: 2.23 2.08 2.04 2/501 18545
/proc/meminfo: memFree=24403148/32950928 swapFree=61542356/67111528
[pid=18545] ppid=18543 vsize=13621864 CPUtime=0.11 cores=1,3,5,7
/proc/18545/stat : 18545 (java) S 18543 18545 14759 0 -1 4202496 15569 0 1 0 9 2 0 0 25 0 18 0 904048003 13948788736 15243 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18545/statm: 3405466 15243 2092 9 0 3396200 0
[pid=18545/tid=18546] ppid=18543 vsize=13621864 CPUtime=0.08 cores=1,3,5,7
/proc/18545/task/18546/stat : 18546 (java) R 18543 18545 14759 0 -1 4202560 13636 0 1 0 7 1 0 0 25 0 18 0 904048003 13948788736 15244 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260905055265 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13621864

[startup+0.301009 s]
/proc/loadavg: 2.23 2.08 2.04 2/501 18545
/proc/meminfo: memFree=24403148/32950928 swapFree=61542356/67111528
[pid=18545] ppid=18543 vsize=13622848 CPUtime=0.51 cores=1,3,5,7
/proc/18545/stat : 18545 (java) S 18543 18545 14759 0 -1 4202496 19194 0 1 0 49 2 0 0 25 0 18 0 904048003 13949796352 18397 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18545/statm: 3405712 18398 2201 9 0 3396446 0
[pid=18545/tid=18546] ppid=18543 vsize=13622848 CPUtime=0.29 cores=1,3,5,7
/proc/18545/task/18546/stat : 18546 (java) R 18543 18545 14759 0 -1 4202560 16086 0 1 0 27 2 0 0 25 0 18 0 904048003 13949796352 18398 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13622848

[startup+0.700933 s]
/proc/loadavg: 2.23 2.08 2.04 2/501 18545
/proc/meminfo: memFree=24403148/32950928 swapFree=61542356/67111528
[pid=18545] ppid=18543 vsize=13626796 CPUtime=1.17 cores=1,3,5,7
/proc/18545/stat : 18545 (java) S 18543 18545 14759 0 -1 4202496 56994 0 1 0 112 5 0 0 25 0 18 0 904048003 13953839104 54577 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18545/statm: 3406699 54581 2213 9 0 3397433 0
[pid=18545/tid=18546] ppid=18543 vsize=13626796 CPUtime=0.69 cores=1,3,5,7
/proc/18545/task/18546/stat : 18546 (java) R 18543 18545 14759 0 -1 4202560 50490 0 1 0 64 5 0 0 25 0 18 0 904048003 13953839104 54583 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 46912505561630 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 13626796

[startup+1.50079 s]
/proc/loadavg: 2.21 2.07 2.04 3/519 18563
/proc/meminfo: memFree=24067712/32950928 swapFree=61542356/67111528
[pid=18545] ppid=18543 vsize=13626796 CPUtime=2.03 cores=1,3,5,7
/proc/18545/stat : 18545 (java) S 18543 18545 14759 0 -1 4202496 137419 0 1 0 188 15 0 0 25 0 18 0 904048003 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18545/statm: 3406699 135002 2223 9 0 3397433 0
[pid=18545/tid=18546] ppid=18543 vsize=13626796 CPUtime=1.49 cores=1,3,5,7
/proc/18545/task/18546/stat : 18546 (java) R 18543 18545 14759 0 -1 4202560 130881 0 1 0 134 15 0 0 25 0 18 0 904048003 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 46912505121138 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18545/tid=18548] ppid=18543 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18548/stat : 18548 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904048005 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18549] ppid=18543 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18549/stat : 18549 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904048005 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18550] ppid=18543 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18550/stat : 18550 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904048005 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18551] ppid=18543 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18551/stat : 18551 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904048005 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18552] ppid=18543 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18552/stat : 18552 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904048005 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18553] ppid=18543 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18553/stat : 18553 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904048005 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18554] ppid=18543 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18554/stat : 18554 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904048005 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18555] ppid=18543 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18555/stat : 18555 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904048005 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18556] ppid=18543 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18556/stat : 18556 (java) S 18543 18545 14759 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 904048006 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 0 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18557] ppid=18543 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18557/stat : 18557 (java) S 18543 18545 14759 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 904048006 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18558] ppid=18543 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18558/stat : 18558 (java) S 18543 18545 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 904048006 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18559] ppid=18543 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18559/stat : 18559 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904048009 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917217713 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18560] ppid=18543 vsize=13626796 CPUtime=0.27 cores=1,3,5,7
/proc/18545/task/18560/stat : 18560 (java) R 18543 18545 14759 0 -1 4202560 2431 0 0 0 27 0 0 0 17 0 18 0 904048009 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 47256579890979 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18545/tid=18561] ppid=18543 vsize=13626796 CPUtime=0.26 cores=1,3,5,7
/proc/18545/task/18561/stat : 18561 (java) S 18543 18545 14759 0 -1 4202560 2957 0 0 0 26 0 0 0 17 0 18 0 904048009 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=18545/tid=18562] ppid=18543 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18562/stat : 18562 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 904048009 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18563] ppid=18543 vsize=13626796 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18563/stat : 18563 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 904048009 13953839104 135002 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 13626796

[startup+3.1015 s]
/proc/loadavg: 2.21 2.07 2.04 3/520 18564
/proc/meminfo: memFree=23865088/32950928 swapFree=61542356/67111528
[pid=18545] ppid=18543 vsize=13627624 CPUtime=4.06 cores=1,3,5,7
/proc/18545/stat : 18545 (java) S 18543 18545 14759 0 -1 4202496 140831 0 1 0 390 16 0 0 25 0 19 0 904048003 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18545/statm: 3406906 135838 2233 9 0 3397640 0
[pid=18545/tid=18546] ppid=18543 vsize=13627624 CPUtime=3.09 cores=1,3,5,7
/proc/18545/task/18546/stat : 18546 (java) R 18543 18545 14759 0 -1 4202560 131685 0 1 0 294 15 0 0 25 0 19 0 904048003 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 46912505906244 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18545/tid=18548] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18548/stat : 18548 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18549] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18549/stat : 18549 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18550] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18550/stat : 18550 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18551] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18551/stat : 18551 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18552] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18552/stat : 18552 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18553] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18553/stat : 18553 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18554] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18554/stat : 18554 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18555] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18555/stat : 18555 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18556] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18556/stat : 18556 (java) S 18543 18545 14759 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 904048006 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 0 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18557] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18557/stat : 18557 (java) S 18543 18545 14759 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 904048006 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18558] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18558/stat : 18558 (java) S 18543 18545 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904048006 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18559] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18559/stat : 18559 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048009 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917217713 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18560] ppid=18543 vsize=13627624 CPUtime=0.51 cores=1,3,5,7
/proc/18545/task/18560/stat : 18560 (java) S 18543 18545 14759 0 -1 4202560 2819 0 0 0 51 0 0 0 15 0 19 0 904048009 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18561] ppid=18543 vsize=13627624 CPUtime=0.44 cores=1,3,5,7
/proc/18545/task/18561/stat : 18561 (java) S 18543 18545 14759 0 -1 4202560 5166 0 0 0 44 0 0 0 16 0 19 0 904048009 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=18545/tid=18562] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18562/stat : 18562 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048009 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18563] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18563/stat : 18563 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 904048009 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18564] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18564/stat : 18564 (java) S 18543 18545 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904048156 13954686976 135838 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 13627624

[startup+6.30091 s]
/proc/loadavg: 2.21 2.07 2.04 3/520 18564
/proc/meminfo: memFree=23865088/32950928 swapFree=61542356/67111528
[pid=18545] ppid=18543 vsize=13627624 CPUtime=7.29 cores=1,3,5,7
/proc/18545/stat : 18545 (java) S 18543 18545 14759 0 -1 4202496 140902 0 1 0 713 16 0 0 25 0 19 0 904048003 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18545/statm: 3406906 135892 2234 9 0 3397640 0
[pid=18545/tid=18546] ppid=18543 vsize=13627624 CPUtime=6.28 cores=1,3,5,7
/proc/18545/task/18546/stat : 18546 (java) R 18543 18545 14759 0 -1 4202560 131755 0 1 0 613 15 0 0 25 0 19 0 904048003 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 46912505951633 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18545/tid=18548] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18548/stat : 18548 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18549] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18549/stat : 18549 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18550] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18550/stat : 18550 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18551] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18551/stat : 18551 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18552] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18552/stat : 18552 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18553] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18553/stat : 18553 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18554] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18554/stat : 18554 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18555] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18555/stat : 18555 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048005 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18556] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18556/stat : 18556 (java) S 18543 18545 14759 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 904048006 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 0 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18557] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18557/stat : 18557 (java) S 18543 18545 14759 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 904048006 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18558] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18558/stat : 18558 (java) S 18543 18545 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904048006 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18559] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18559/stat : 18559 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048009 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917217713 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18560] ppid=18543 vsize=13627624 CPUtime=0.54 cores=1,3,5,7
/proc/18545/task/18560/stat : 18560 (java) S 18543 18545 14759 0 -1 4202560 2820 0 0 0 54 0 0 0 15 0 19 0 904048009 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18561] ppid=18543 vsize=13627624 CPUtime=0.44 cores=1,3,5,7
/proc/18545/task/18561/stat : 18561 (java) S 18543 18545 14759 0 -1 4202560 5166 0 0 0 44 0 0 0 15 0 19 0 904048009 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=18545/tid=18562] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18562/stat : 18562 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048009 13954686976 135892 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0

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

[pid=18545/tid=18553] ppid=18543 vsize=13627624 CPUtime=0.12 cores=1,3,5,7
/proc/18545/task/18553/stat : 18553 (java) S 18543 18545 14759 0 -1 4202560 1152 0 0 0 12 0 0 0 15 0 19 0 904048005 13954686976 158144 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18554] ppid=18543 vsize=13627624 CPUtime=0.07 cores=1,3,5,7
/proc/18545/task/18554/stat : 18554 (java) S 18543 18545 14759 0 -1 4202560 14 0 0 0 7 0 0 0 16 0 19 0 904048005 13954686976 158144 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18555] ppid=18543 vsize=13627624 CPUtime=0.1 cores=1,3,5,7
/proc/18545/task/18555/stat : 18555 (java) S 18543 18545 14759 0 -1 4202560 13 0 0 0 10 0 0 0 16 0 19 0 904048005 13954686976 158144 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18556] ppid=18543 vsize=13627624 CPUtime=4.02 cores=1,3,5,7
/proc/18545/task/18556/stat : 18556 (java) S 18543 18545 14759 0 -1 4202560 13172 0 0 0 401 1 0 0 15 0 19 0 904048006 13954686976 158144 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 0 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18557] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18557/stat : 18557 (java) S 18543 18545 14759 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904048006 13954686976 158144 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18558] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18558/stat : 18558 (java) S 18543 18545 14759 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 904048006 13954686976 158144 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18559] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18559/stat : 18559 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048009 13954686976 158144 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917217713 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18560] ppid=18543 vsize=13627624 CPUtime=0.64 cores=1,3,5,7
/proc/18545/task/18560/stat : 18560 (java) S 18543 18545 14759 0 -1 4202560 2834 0 0 0 64 0 0 0 15 0 19 0 904048009 13954686976 158144 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18561] ppid=18543 vsize=13627624 CPUtime=0.52 cores=1,3,5,7
/proc/18545/task/18561/stat : 18561 (java) S 18543 18545 14759 0 -1 4202560 5173 0 0 0 52 0 0 0 15 0 19 0 904048009 13954686976 158144 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=18545/tid=18562] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18562/stat : 18562 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048009 13954686976 158144 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18563] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18563/stat : 18563 (java) S 18543 18545 14759 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 904048009 13954686976 158144 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18564] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18564/stat : 18564 (java) S 18543 18545 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904048156 13954686976 158144 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1724.01
Current children cumulated vsize (KiB) 13627624

[startup+1782.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/520 18804
/proc/meminfo: memFree=23742212/32950928 swapFree=61542356/67111528
[pid=18545] ppid=18543 vsize=13627624 CPUtime=1784.02 cores=1,3,5,7
/proc/18545/stat : 18545 (java) S 18543 18545 14759 0 -1 4202496 163440 0 1 0 178383 19 0 0 25 0 19 0 904048003 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18545/statm: 3406906 158209 2262 9 0 3397640 0
[pid=18545/tid=18546] ppid=18543 vsize=13627624 CPUtime=1777.84 cores=1,3,5,7
/proc/18545/task/18546/stat : 18546 (java) R 18543 18545 14759 0 -1 4202560 132101 0 1 0 177769 15 0 0 25 0 19 0 904048003 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 46912505839587 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18545/tid=18548] ppid=18543 vsize=13627624 CPUtime=0.13 cores=1,3,5,7
/proc/18545/task/18548/stat : 18548 (java) S 18543 18545 14759 0 -1 4202560 2427 0 0 0 13 0 0 0 16 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=18545/tid=18549] ppid=18543 vsize=13627624 CPUtime=0.11 cores=1,3,5,7
/proc/18545/task/18549/stat : 18549 (java) S 18543 18545 14759 0 -1 4202560 2421 0 0 0 11 0 0 0 16 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18550] ppid=18543 vsize=13627624 CPUtime=0.12 cores=1,3,5,7
/proc/18545/task/18550/stat : 18550 (java) S 18543 18545 14759 0 -1 4202560 2469 0 0 0 12 0 0 0 16 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18551] ppid=18543 vsize=13627624 CPUtime=0.08 cores=1,3,5,7
/proc/18545/task/18551/stat : 18551 (java) S 18543 18545 14759 0 -1 4202560 255 0 0 0 8 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18552] ppid=18543 vsize=13627624 CPUtime=0.07 cores=1,3,5,7
/proc/18545/task/18552/stat : 18552 (java) S 18543 18545 14759 0 -1 4202560 90 0 0 0 7 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18553] ppid=18543 vsize=13627624 CPUtime=0.12 cores=1,3,5,7
/proc/18545/task/18553/stat : 18553 (java) S 18543 18545 14759 0 -1 4202560 1152 0 0 0 12 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18554] ppid=18543 vsize=13627624 CPUtime=0.07 cores=1,3,5,7
/proc/18545/task/18554/stat : 18554 (java) S 18543 18545 14759 0 -1 4202560 14 0 0 0 7 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18555] ppid=18543 vsize=13627624 CPUtime=0.1 cores=1,3,5,7
/proc/18545/task/18555/stat : 18555 (java) S 18543 18545 14759 0 -1 4202560 13 0 0 0 10 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18556] ppid=18543 vsize=13627624 CPUtime=4.12 cores=1,3,5,7
/proc/18545/task/18556/stat : 18556 (java) S 18543 18545 14759 0 -1 4202560 13239 0 0 0 411 1 0 0 15 0 19 0 904048006 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 0 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18557] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18557/stat : 18557 (java) S 18543 18545 14759 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904048006 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18558] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18558/stat : 18558 (java) S 18543 18545 14759 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 904048006 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18559] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18559/stat : 18559 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917217713 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18560] ppid=18543 vsize=13627624 CPUtime=0.64 cores=1,3,5,7
/proc/18545/task/18560/stat : 18560 (java) S 18543 18545 14759 0 -1 4202560 2834 0 0 0 64 0 0 0 15 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18561] ppid=18543 vsize=13627624 CPUtime=0.52 cores=1,3,5,7
/proc/18545/task/18561/stat : 18561 (java) S 18543 18545 14759 0 -1 4202560 5173 0 0 0 52 0 0 0 15 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=18545/tid=18562] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18562/stat : 18562 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18563] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18563/stat : 18563 (java) S 18543 18545 14759 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18564] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18564/stat : 18564 (java) S 18543 18545 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904048156 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1784.02
Current children cumulated vsize (KiB) 13627624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/520 18804
/proc/meminfo: memFree=23741956/32950928 swapFree=61542356/67111528
[pid=18545] ppid=18543 vsize=13627624 CPUtime=1800.02 cores=1,3,5,7
/proc/18545/stat : 18545 (java) S 18543 18545 14759 0 -1 4202496 163440 0 1 0 179983 19 0 0 25 0 19 0 904048003 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18545/statm: 3406906 158209 2262 9 0 3397640 0
[pid=18545/tid=18546] ppid=18543 vsize=13627624 CPUtime=1793.86 cores=1,3,5,7
/proc/18545/task/18546/stat : 18546 (java) R 18543 18545 14759 0 -1 4202560 132101 0 1 0 179371 15 0 0 25 0 19 0 904048003 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 46912505951633 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18545/tid=18548] ppid=18543 vsize=13627624 CPUtime=0.13 cores=1,3,5,7
/proc/18545/task/18548/stat : 18548 (java) S 18543 18545 14759 0 -1 4202560 2427 0 0 0 13 0 0 0 16 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=18545/tid=18549] ppid=18543 vsize=13627624 CPUtime=0.11 cores=1,3,5,7
/proc/18545/task/18549/stat : 18549 (java) S 18543 18545 14759 0 -1 4202560 2421 0 0 0 11 0 0 0 16 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18550] ppid=18543 vsize=13627624 CPUtime=0.12 cores=1,3,5,7
/proc/18545/task/18550/stat : 18550 (java) S 18543 18545 14759 0 -1 4202560 2469 0 0 0 12 0 0 0 16 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18551] ppid=18543 vsize=13627624 CPUtime=0.08 cores=1,3,5,7
/proc/18545/task/18551/stat : 18551 (java) S 18543 18545 14759 0 -1 4202560 255 0 0 0 8 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18552] ppid=18543 vsize=13627624 CPUtime=0.07 cores=1,3,5,7
/proc/18545/task/18552/stat : 18552 (java) S 18543 18545 14759 0 -1 4202560 90 0 0 0 7 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18553] ppid=18543 vsize=13627624 CPUtime=0.12 cores=1,3,5,7
/proc/18545/task/18553/stat : 18553 (java) S 18543 18545 14759 0 -1 4202560 1152 0 0 0 12 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18554] ppid=18543 vsize=13627624 CPUtime=0.07 cores=1,3,5,7
/proc/18545/task/18554/stat : 18554 (java) S 18543 18545 14759 0 -1 4202560 14 0 0 0 7 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18555] ppid=18543 vsize=13627624 CPUtime=0.1 cores=1,3,5,7
/proc/18545/task/18555/stat : 18555 (java) S 18543 18545 14759 0 -1 4202560 13 0 0 0 10 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18556] ppid=18543 vsize=13627624 CPUtime=4.12 cores=1,3,5,7
/proc/18545/task/18556/stat : 18556 (java) S 18543 18545 14759 0 -1 4202560 13239 0 0 0 411 1 0 0 15 0 19 0 904048006 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 0 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18557] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18557/stat : 18557 (java) S 18543 18545 14759 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904048006 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18558] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18558/stat : 18558 (java) S 18543 18545 14759 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 904048006 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18559] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18559/stat : 18559 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917217713 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18560] ppid=18543 vsize=13627624 CPUtime=0.64 cores=1,3,5,7
/proc/18545/task/18560/stat : 18560 (java) S 18543 18545 14759 0 -1 4202560 2834 0 0 0 64 0 0 0 15 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18561] ppid=18543 vsize=13627624 CPUtime=0.52 cores=1,3,5,7
/proc/18545/task/18561/stat : 18561 (java) S 18543 18545 14759 0 -1 4202560 5173 0 0 0 52 0 0 0 15 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=18545/tid=18562] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18562/stat : 18562 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18563] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18563/stat : 18563 (java) S 18543 18545 14759 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18564] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18564/stat : 18564 (java) S 18543 18545 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904048156 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 13627624

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

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

[startup+1798.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/520 18804
/proc/meminfo: memFree=23741956/32950928 swapFree=61542356/67111528
[pid=18545] ppid=18543 vsize=13627624 CPUtime=1800.02 cores=1,3,5,7
/proc/18545/stat : 18545 (java) S 18543 18545 14759 0 -1 4202496 163440 0 1 0 179983 19 0 0 25 0 19 0 904048003 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18545/statm: 3406906 158209 2262 9 0 3397640 0
[pid=18545/tid=18546] ppid=18543 vsize=13627624 CPUtime=1793.86 cores=1,3,5,7
/proc/18545/task/18546/stat : 18546 (java) R 18543 18545 14759 0 -1 4202560 132101 0 1 0 179371 15 0 0 25 0 19 0 904048003 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 46912505951633 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18545/tid=18548] ppid=18543 vsize=13627624 CPUtime=0.13 cores=1,3,5,7
/proc/18545/task/18548/stat : 18548 (java) S 18543 18545 14759 0 -1 4202560 2427 0 0 0 13 0 0 0 16 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=18545/tid=18549] ppid=18543 vsize=13627624 CPUtime=0.11 cores=1,3,5,7
/proc/18545/task/18549/stat : 18549 (java) S 18543 18545 14759 0 -1 4202560 2421 0 0 0 11 0 0 0 16 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18550] ppid=18543 vsize=13627624 CPUtime=0.12 cores=1,3,5,7
/proc/18545/task/18550/stat : 18550 (java) S 18543 18545 14759 0 -1 4202560 2469 0 0 0 12 0 0 0 16 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18551] ppid=18543 vsize=13627624 CPUtime=0.08 cores=1,3,5,7
/proc/18545/task/18551/stat : 18551 (java) S 18543 18545 14759 0 -1 4202560 255 0 0 0 8 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18552] ppid=18543 vsize=13627624 CPUtime=0.07 cores=1,3,5,7
/proc/18545/task/18552/stat : 18552 (java) S 18543 18545 14759 0 -1 4202560 90 0 0 0 7 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18553] ppid=18543 vsize=13627624 CPUtime=0.12 cores=1,3,5,7
/proc/18545/task/18553/stat : 18553 (java) S 18543 18545 14759 0 -1 4202560 1152 0 0 0 12 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18554] ppid=18543 vsize=13627624 CPUtime=0.07 cores=1,3,5,7
/proc/18545/task/18554/stat : 18554 (java) S 18543 18545 14759 0 -1 4202560 14 0 0 0 7 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18555] ppid=18543 vsize=13627624 CPUtime=0.1 cores=1,3,5,7
/proc/18545/task/18555/stat : 18555 (java) S 18543 18545 14759 0 -1 4202560 13 0 0 0 10 0 0 0 15 0 19 0 904048005 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18556] ppid=18543 vsize=13627624 CPUtime=4.12 cores=1,3,5,7
/proc/18545/task/18556/stat : 18556 (java) S 18543 18545 14759 0 -1 4202560 13239 0 0 0 411 1 0 0 15 0 19 0 904048006 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 0 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18557] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18557/stat : 18557 (java) S 18543 18545 14759 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 904048006 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18558] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18558/stat : 18558 (java) S 18543 18545 14759 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 904048006 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18559] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18559/stat : 18559 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917217713 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18560] ppid=18543 vsize=13627624 CPUtime=0.64 cores=1,3,5,7
/proc/18545/task/18560/stat : 18560 (java) S 18543 18545 14759 0 -1 4202560 2834 0 0 0 64 0 0 0 15 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=18545/tid=18561] ppid=18543 vsize=13627624 CPUtime=0.52 cores=1,3,5,7
/proc/18545/task/18561/stat : 18561 (java) S 18543 18545 14759 0 -1 4202560 5173 0 0 0 52 0 0 0 15 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=18545/tid=18562] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18562/stat : 18562 (java) S 18543 18545 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=18545/tid=18563] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18563/stat : 18563 (java) S 18543 18545 14759 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 904048009 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=18545/tid=18564] ppid=18543 vsize=13627624 CPUtime=0 cores=1,3,5,7
/proc/18545/task/18564/stat : 18564 (java) S 18543 18545 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 904048156 13954686976 158209 33554432000 1073741824 1073778376 140734380310064 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 13627624

Child status: 143
Real time (s): 1798.38
CPU time (s): 1800.15
CPU user time (s): 1799.92
CPU system time (s): 0.224965
CPU usage (%): 100.098
Max. virtual memory (cumulated for all children) (KiB): 13627824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163471
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37693
involuntary context switches= 11953

runsolver used 8.80166 second user time and 20.6639 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-03 23:56:13
IDJOB=3458704
IDBENCH=1475
IDSOLVER=1952
FILE ID=node116/3458704-1307138173
RUNJOBID= node116-1307134118-15946
PBS_JOBID= 13508800
Free space on /tmp= 73828 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-full.all.ucl.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458704-1307138173/watcher-3458704-1307138173 -o /tmp/evaluation-result-3458704-1307138173/solver-3458704-1307138173 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458704-1307138173.opb

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

MD5SUM BENCH= 14c93c93dc53353f81a889ada18ba601
RANDOM SEED=1476636564

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24403428 kB
Buffers:        251372 kB
Cached:         460188 kB
SwapCached:      12580 kB
Active:        7925196 kB
Inactive:       350256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24403428 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:           13912 kB
Writeback:           0 kB
AnonPages:     7561732 kB
Mapped:          30920 kB
Slab:           140600 kB
PageTables:      63532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 153022448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73828 MiB
End job on node116 at 2011-06-04 00:26:14