Trace number 3458057

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.13 1797.57

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_2_15.opb
MD5SUM159c656bb3d53b355a331c1212862210
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.282956
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12656
Sum of products size (including duplicates)25312
Number of different products6328
Sum of products size12656

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		12995394264
0.01/0.09	c Max memory 		13063553024
0.01/0.09	c Total memory 		13063553024
0.01/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3458057-1307165913.opb
0.09/0.11	c reading problem ... 
1.03/0.55	c ... done. Wall clock time 0.428s.
1.03/0.55	c #vars     7328
1.03/0.55	c #constraints  14159
1.03/0.55	c constraints type 
1.03/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6328
1.03/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.03/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.03/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6328
7.19/6.06	c cleaning 2505 clauses out of 5010 with flag 5010/5010
13.73/12.54	c cleaning 4256 clauses out of 8512 with flag 11017/11017
24.54/23.32	c cleaning 5644 clauses out of 11287 with flag 18048/18048
37.15/35.98	c cleaning 6798 clauses out of 13596 with flag 26001/26001
59.77/58.55	c cleaning 7901 clauses out of 15801 with flag 35004/35004
83.29/82.04	c cleaning 8946 clauses out of 17896 with flag 45000/45000
116.59/115.40	c cleaning 9986 clauses out of 19971 with flag 56021/56021
158.80/157.59	c cleaning 10986 clauses out of 21971 with flag 68007/68007
235.52/234.24	c cleaning 11989 clauses out of 23978 with flag 81000/81000
290.02/288.76	c cleaning 13023 clauses out of 26045 with flag 95056/95056
371.44/370.15	c cleaning 14011 clauses out of 28021 with flag 110055/110055
439.76/438.49	c cleaning 14481 clauses out of 28961 with flag 125006/125006
496.90/495.52	c cleaning 14739 clauses out of 29478 with flag 140004/140004
580.91/579.53	c cleaning 14991 clauses out of 29981 with flag 155246/155246
649.93/648.52	c cleaning 15020 clauses out of 30040 with flag 170296/170296
686.85/685.49	c cleaning 14864 clauses out of 29728 with flag 185004/185004
715.17/713.72	c cleaning 14934 clauses out of 29871 with flag 200011/200011
744.01/742.55	c cleaning 14963 clauses out of 29928 with flag 215002/215002
763.63/762.15	c cleaning 14992 clauses out of 29984 with flag 230021/230021
796.66/795.17	c cleaning 14988 clauses out of 29978 with flag 245007/245007
820.78/819.27	c cleaning 14994 clauses out of 29990 with flag 260007/260007
854.62/853.07	c cleaning 15007 clauses out of 30017 with flag 275028/275028
878.84/877.26	c cleaning 15002 clauses out of 30007 with flag 290025/290025
904.48/902.85	c cleaning 14991 clauses out of 29985 with flag 305005/305005
929.72/928.06	c cleaning 15005 clauses out of 30013 with flag 320024/320024
955.47/953.76	c cleaning 14998 clauses out of 29999 with flag 335015/335015
982.10/980.38	c cleaning 14996 clauses out of 29998 with flag 350012/350012
1008.12/1006.30	c cleaning 14995 clauses out of 29993 with flag 365003/365003
1034.06/1032.25	c cleaning 15003 clauses out of 30009 with flag 380014/380014
1066.20/1064.40	c cleaning 14996 clauses out of 29996 with flag 395004/395004
1097.55/1095.66	c cleaning 14997 clauses out of 29998 with flag 410002/410002
1124.58/1122.60	c cleaning 14998 clauses out of 30000 with flag 425001/425001
1154.31/1152.35	c cleaning 14999 clauses out of 30002 with flag 440001/440001
1185.12/1183.18	c cleaning 15003 clauses out of 30009 with flag 455007/455007
1207.03/1205.01	c cleaning 15016 clauses out of 30035 with flag 470036/470036
1243.73/1241.79	c cleaning 14990 clauses out of 29983 with flag 485000/485000
1266.19/1264.19	c cleaning 15001 clauses out of 30005 with flag 500012/500012
1290.50/1288.45	c cleaning 15001 clauses out of 30005 with flag 515013/515013
1317.40/1315.31	c cleaning 15007 clauses out of 30018 with flag 530027/530027
1345.33/1343.23	c cleaning 14994 clauses out of 29992 with flag 545008/545008
1373.13/1371.00	c cleaning 14997 clauses out of 29998 with flag 560008/560008
1399.27/1397.17	c cleaning 15012 clauses out of 30028 with flag 575035/575035
1433.09/1430.98	c cleaning 14990 clauses out of 29984 with flag 590003/590003
1470.91/1468.75	c cleaning 14998 clauses out of 29999 with flag 605008/605008
1498.05/1495.86	c cleaning 15000 clauses out of 30003 with flag 620010/620010
1528.10/1525.88	c cleaning 14995 clauses out of 29993 with flag 635000/635000
1559.55/1557.25	c cleaning 14999 clauses out of 30001 with flag 650003/650003
1596.30/1593.95	c cleaning 15011 clauses out of 30025 with flag 665026/665026
1631.69/1629.36	c cleaning 15004 clauses out of 30011 with flag 680023/680023
1662.50/1660.14	c cleaning 15005 clauses out of 30014 with flag 695030/695030
1688.93/1686.50	c cleaning 15008 clauses out of 30019 with flag 710040/710040
1708.83/1706.48	c cleaning 14992 clauses out of 29987 with flag 725016/725016
1740.57/1738.20	c cleaning 14998 clauses out of 29999 with flag 740020/740020
1760.33/1757.87	c cleaning 15012 clauses out of 30027 with flag 755046/755046
1786.51/1784.08	c cleaning 14991 clauses out of 29986 with flag 770017/770017
1800.03/1797.52	c starts		: 170
1800.03/1797.52	c conflicts		: 779245
1800.03/1797.52	c decisions		: 1357021
1800.03/1797.52	c propagations		: 34558198
1800.03/1797.52	c inspects		: 2183058580
1800.03/1797.52	c shortcuts		: 0
1800.03/1797.52	c learnt literals	: 0
1800.03/1797.52	c learnt binary clauses	: 0
1800.03/1797.52	c learnt ternary clauses	: 0
1800.03/1797.52	c learnt constraints	: 779245
1800.03/1797.52	c ignored constraints	: 0
1800.03/1797.52	c root simplifications	: 0
1800.03/1797.52	c removed literals (reason simplification)	: 2791992
1800.03/1797.52	c reason swapping (by a shorter reason)	: 0
1800.03/1797.52	c Calls to reduceDB	: 55
1800.03/1797.52	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.52	c number of learned constraints concerned by reduction	: 0
1800.03/1797.52	c number of learning phase by resolution	: 0
1800.03/1797.52	c number of learning phase by cutting planes	: 0
1800.03/1797.52	c speed (assignments/second)	: 19231.23424094719
1800.03/1797.52	c non guided choices	6812
1800.03/1797.53	c learnt constraints type 
1800.03/1797.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24223
1800.03/1797.55	c constraints type 
1800.03/1797.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6328
1800.03/1797.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.03/1797.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.03/1797.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6328
1800.03/1797.55	s UNKNOWN
1800.03/1797.55	c Total wall clock time (in seconds): 1797.423

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-3458057-1307165913/watcher-3458057-1307165913 -o /tmp/evaluation-result-3458057-1307165913/solver-3458057-1307165913 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458057-1307165913.opb 

running on 4 cores: 0,2,4,6

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: 1.86 2.00 2.00 3/515 17011
/proc/meminfo: memFree=29037896/32951132 swapFree=57925096/67111528
[pid=17011] ppid=17009 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/17011/stat : 17011 (java) S 17009 17011 16811 0 -1 4202496 4232 0 1 0 0 0 0 0 25 0 2 0 828190920 13850947584 3934 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/17011/statm: 3381579 3948 917 9 0 3372735 0
[pid=17011/tid=17012] ppid=17009 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17012/stat : 17012 (java) R 17009 17011 16811 0 -1 4202560 5735 0 1 0 0 0 0 0 25 0 2 0 828190921 13850947584 6550 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210646840379 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.022942 s]
/proc/loadavg: 1.86 2.00 2.00 3/515 17011
/proc/meminfo: memFree=29037896/32951132 swapFree=57925096/67111528
[pid=17011] ppid=17009 vsize=13526316 CPUtime=0.01 cores=0,2,4,6
/proc/17011/stat : 17011 (java) S 17009 17011 16811 0 -1 4202496 9560 0 1 0 1 0 0 0 25 0 2 0 828190920 13850947584 9261 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/17011/statm: 3381579 9276 917 9 0 3372735 0
[pid=17011/tid=17012] ppid=17009 vsize=13526316 CPUtime=0.01 cores=0,2,4,6
/proc/17011/task/17012/stat : 17012 (java) R 17009 17011 16811 0 -1 4202560 8472 0 1 0 1 0 0 0 25 0 2 0 828190921 13850947584 9287 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210646840379 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13526316

[startup+0.100919 s]
/proc/loadavg: 1.86 2.00 2.00 3/515 17011
/proc/meminfo: memFree=29037896/32951132 swapFree=57925096/67111528
[pid=17011] ppid=17009 vsize=13620944 CPUtime=0.09 cores=0,2,4,6
/proc/17011/stat : 17011 (java) S 17009 17011 16811 0 -1 4202496 15324 0 1 0 8 1 0 0 25 0 18 0 828190920 13947846656 15020 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17011/statm: 3405236 15020 2089 9 0 3395970 0
[pid=17011/tid=17012] ppid=17009 vsize=13620944 CPUtime=0.08 cores=0,2,4,6
/proc/17011/task/17012/stat : 17012 (java) R 17009 17011 16811 0 -1 4202560 13581 0 1 0 7 1 0 0 18 0 18 0 828190921 13947846656 15020 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 47673052360250 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13620944

[startup+0.314938 s]
/proc/loadavg: 1.86 2.00 2.00 3/515 17011
/proc/meminfo: memFree=29037896/32951132 swapFree=57925096/67111528
[pid=17011] ppid=17009 vsize=13622252 CPUtime=0.49 cores=0,2,4,6
/proc/17011/stat : 17011 (java) S 17009 17011 16811 0 -1 4202496 18649 0 1 0 47 2 0 0 25 0 18 0 828190920 13949186048 18248 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17011/statm: 3405563 18248 2221 9 0 3396297 0
[pid=17011/tid=17012] ppid=17009 vsize=13622252 CPUtime=0.29 cores=0,2,4,6
/proc/17011/task/17012/stat : 17012 (java) R 17009 17011 16811 0 -1 4202560 16068 0 1 0 28 1 0 0 18 0 18 0 828190921 13949186048 18254 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 47673055992659 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13622252

[startup+0.700853 s]
/proc/loadavg: 1.86 2.00 2.00 3/515 17011
/proc/meminfo: memFree=29037896/32951132 swapFree=57925096/67111528
[pid=17011] ppid=17009 vsize=13630228 CPUtime=1.54 cores=0,2,4,6
/proc/17011/stat : 17011 (java) S 17009 17011 16811 0 -1 4202496 39822 0 1 0 149 5 0 0 25 0 19 0 828190920 13957353472 37315 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17011/statm: 3407557 37315 2234 9 0 3398291 0
[pid=17011/tid=17012] ppid=17009 vsize=13630228 CPUtime=0.68 cores=0,2,4,6
/proc/17011/task/17012/stat : 17012 (java) R 17009 17011 16811 0 -1 4202560 30381 0 1 0 65 3 0 0 19 0 19 0 828190921 13957353472 37315 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 46912505217341 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 13630228

[startup+1.50073 s]
/proc/loadavg: 1.86 2.00 2.00 4/535 17031
/proc/meminfo: memFree=28537408/32951132 swapFree=57925096/67111528
[pid=17011] ppid=17009 vsize=13630228 CPUtime=2.53 cores=0,2,4,6
/proc/17011/stat : 17011 (java) S 17009 17011 16811 0 -1 4202496 40190 0 1 0 248 5 0 0 25 0 19 0 828190920 13957353472 37682 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17011/statm: 3407557 37682 2236 9 0 3398291 0
[pid=17011/tid=17012] ppid=17009 vsize=13630228 CPUtime=1.48 cores=0,2,4,6
/proc/17011/task/17012/stat : 17012 (java) R 17009 17011 16811 0 -1 4202560 30673 0 1 0 145 3 0 0 20 0 19 0 828190921 13957353472 37682 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 46912505853049 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17011/tid=17014] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17014/stat : 17014 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 37682 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17015] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17015/stat : 17015 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 37682 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17016] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17016/stat : 17016 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 37682 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17017] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17017/stat : 17017 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 37682 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17018] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17018/stat : 17018 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 37682 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17019] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17019/stat : 17019 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 37682 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17020] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17020/stat : 17020 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 37682 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17021] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17021/stat : 17021 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 37682 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17022] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17022/stat : 17022 (java) S 17009 17011 16811 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 828190924 13957353472 37682 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 0 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17023] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17023/stat : 17023 (java) S 17009 17011 16811 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828190924 13957353472 37682 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17024] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17024/stat : 17024 (java) S 17009 17011 16811 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828190924 13957353472 37683 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17025] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17025/stat : 17025 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190926 13957353472 37683 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658970033 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17026] ppid=17009 vsize=13630228 CPUtime=0.46 cores=0,2,4,6
/proc/17011/task/17026/stat : 17026 (java) S 17009 17011 16811 0 -1 4202560 3137 0 0 0 46 0 0 0 25 0 19 0 828190926 13957353472 37683 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 4 0 0 0
[pid=17011/tid=17027] ppid=17009 vsize=13630228 CPUtime=0.56 cores=0,2,4,6
/proc/17011/task/17027/stat : 17027 (java) S 17009 17011 16811 0 -1 4202560 5220 0 0 0 55 1 0 0 16 0 19 0 828190926 13957353472 37683 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17028] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17028/stat : 17028 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190926 13957353472 37683 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17029] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17029/stat : 17029 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828190926 13957353472 37683 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 4 0 16800975 18446604448958594048 0 0 -1 4 0 0 0
[pid=17011/tid=17030] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17030/stat : 17030 (java) S 17009 17011 16811 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828190976 13957353472 37683 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 13630228

[startup+3.10146 s]
/proc/loadavg: 1.86 2.00 2.00 3/535 17031
/proc/meminfo: memFree=28533688/32951132 swapFree=57925096/67111528
[pid=17011] ppid=17009 vsize=13630228 CPUtime=4.26 cores=0,2,4,6
/proc/17011/stat : 17011 (java) S 17009 17011 16811 0 -1 4202496 40676 0 1 0 418 8 0 0 25 0 19 0 828190920 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17011/statm: 3407557 38167 2240 9 0 3398291 0
[pid=17011/tid=17012] ppid=17009 vsize=13630228 CPUtime=3.07 cores=0,2,4,6
/proc/17011/task/17012/stat : 17012 (java) R 17009 17011 16811 0 -1 4202560 31136 0 1 0 302 5 0 0 25 0 19 0 828190921 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 46912505843055 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17011/tid=17014] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17014/stat : 17014 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17015] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17015/stat : 17015 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17016] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17016/stat : 17016 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17017] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17017/stat : 17017 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17018] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17018/stat : 17018 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17019] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17019/stat : 17019 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17020] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17020/stat : 17020 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17021] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17021/stat : 17021 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190923 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17022] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17022/stat : 17022 (java) S 17009 17011 16811 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 828190924 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 0 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17023] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17023/stat : 17023 (java) S 17009 17011 16811 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828190924 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17024] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17024/stat : 17024 (java) S 17009 17011 16811 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828190924 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17025] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17025/stat : 17025 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190926 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658970033 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17026] ppid=17009 vsize=13630228 CPUtime=0.47 cores=0,2,4,6
/proc/17011/task/17026/stat : 17026 (java) S 17009 17011 16811 0 -1 4202560 3137 0 0 0 47 0 0 0 15 0 19 0 828190926 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 4 0 0 0
[pid=17011/tid=17027] ppid=17009 vsize=13630228 CPUtime=0.68 cores=0,2,4,6
/proc/17011/task/17027/stat : 17027 (java) S 17009 17011 16811 0 -1 4202560 5243 0 0 0 67 1 0 0 15 0 19 0 828190926 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17028] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17028/stat : 17028 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190926 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17029] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17029/stat : 17029 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828190926 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 4 0 16800975 18446604448958594048 0 0 -1 4 0 0 0
[pid=17011/tid=17030] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17030/stat : 17030 (java) S 17009 17011 16811 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828190976 13957353472 38167 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 13630228

[startup+6.30089 s]
/proc/loadavg: 1.87 2.00 2.00 3/535 17031
/proc/meminfo: memFree=28508204/32951132 swapFree=57925096/67111528
[pid=17011] ppid=17009 vsize=13630228 CPUtime=7.53 cores=0,2,4,6
/proc/17011/stat : 17011 (java) S 17009 17011 16811 0 -1 4202496 54030 0 1 0 744 9 0 0 25 0 19 0 828190920 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17011/statm: 3407557 51514 2266 9 0 3398291 0
[pid=17011/tid=17012] ppid=17009 vsize=13630228 CPUtime=6.21 cores=0,2,4,6
/proc/17011/task/17012/stat : 17012 (java) R 17009 17011 16811 0 -1 4202560 35840 0 1 0 616 5 0 0 25 0 19 0 828190921 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 46912505852945 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17011/tid=17014] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17014/stat : 17014 (java) S 17009 17011 16811 0 -1 4202560 2777 0 0 0 0 0 0 0 18 0 19 0 828190923 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17015] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17015/stat : 17015 (java) S 17009 17011 16811 0 -1 4202560 812 0 0 0 0 0 0 0 18 0 19 0 828190923 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17016] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17016/stat : 17016 (java) S 17009 17011 16811 0 -1 4202560 656 0 0 0 0 0 0 0 18 0 19 0 828190923 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 4 0 0 0
[pid=17011/tid=17017] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17017/stat : 17017 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828190923 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17018] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17018/stat : 17018 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828190923 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17019] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17019/stat : 17019 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828190923 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17020] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17020/stat : 17020 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828190923 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17021] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17021/stat : 17021 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828190923 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17022] ppid=17009 vsize=13630228 CPUtime=0.04 cores=0,2,4,6
/proc/17011/task/17022/stat : 17022 (java) S 17009 17011 16811 0 -1 4202560 4395 0 0 0 4 0 0 0 15 0 19 0 828190924 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 0 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17023] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17023/stat : 17023 (java) S 17009 17011 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828190924 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17024] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17024/stat : 17024 (java) S 17009 17011 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828190924 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17025] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17025/stat : 17025 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190926 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658970033 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17026] ppid=17009 vsize=13630228 CPUtime=0.48 cores=0,2,4,6
/proc/17011/task/17026/stat : 17026 (java) S 17009 17011 16811 0 -1 4202560 3138 0 0 0 48 0 0 0 15 0 19 0 828190926 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 4 0 0 0
[pid=17011/tid=17027] ppid=17009 vsize=13630228 CPUtime=0.72 cores=0,2,4,6
/proc/17011/task/17027/stat : 17027 (java) S 17009 17011 16811 0 -1 4202560 5256 0 0 0 71 1 0 0 15 0 19 0 828190926 13957353472 51514 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0

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

[pid=17011/tid=17019] ppid=17009 vsize=13630228 CPUtime=0.19 cores=0,2,4,6
/proc/17011/task/17019/stat : 17019 (java) S 17009 17011 16811 0 -1 4202560 3452 0 0 0 19 0 0 0 15 0 19 0 828190923 13957353472 106559 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17020] ppid=17009 vsize=13630228 CPUtime=0.17 cores=0,2,4,6
/proc/17011/task/17020/stat : 17020 (java) S 17009 17011 16811 0 -1 4202560 1278 0 0 0 17 0 0 0 15 0 19 0 828190923 13957353472 106559 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17021] ppid=17009 vsize=13630228 CPUtime=0.31 cores=0,2,4,6
/proc/17011/task/17021/stat : 17021 (java) S 17009 17011 16811 0 -1 4202560 6963 0 0 0 31 0 0 0 16 0 19 0 828190923 13957353472 106559 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17022] ppid=17009 vsize=13630228 CPUtime=2.92 cores=0,2,4,6
/proc/17011/task/17022/stat : 17022 (java) S 17009 17011 16811 0 -1 4202560 33693 0 0 0 288 4 0 0 15 0 19 0 828190924 13957353472 106559 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 0 0 16800975 18446604448958594048 0 0 -1 4 0 0 0
[pid=17011/tid=17023] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17023/stat : 17023 (java) S 17009 17011 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828190924 13957353472 106559 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17024] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17024/stat : 17024 (java) S 17009 17011 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828190924 13957353472 106559 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17025] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17025/stat : 17025 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190926 13957353472 106559 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658970033 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17026] ppid=17009 vsize=13630228 CPUtime=0.56 cores=0,2,4,6
/proc/17011/task/17026/stat : 17026 (java) S 17009 17011 16811 0 -1 4202560 3167 0 0 0 56 0 0 0 15 0 19 0 828190926 13957353472 106559 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 4 0 0 0
[pid=17011/tid=17027] ppid=17009 vsize=13630228 CPUtime=0.73 cores=0,2,4,6
/proc/17011/task/17027/stat : 17027 (java) S 17009 17011 16811 0 -1 4202560 5263 0 0 0 72 1 0 0 16 0 19 0 828190926 13957353472 106559 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17028] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17028/stat : 17028 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190926 13957353472 106559 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17029] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17029/stat : 17029 (java) S 17009 17011 16811 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 828190926 13957353472 106559 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17030] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17030/stat : 17030 (java) S 17009 17011 16811 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828190976 13957353472 106559 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1724.76
Current children cumulated vsize (KiB) 13630228

[startup+1782.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/535 17089
/proc/meminfo: memFree=27871212/32951132 swapFree=57925096/67111528
[pid=17011] ppid=17009 vsize=13630228 CPUtime=1784.81 cores=0,2,4,6
/proc/17011/stat : 17011 (java) S 17009 17011 16811 0 -1 4202496 109361 0 1 0 178463 18 0 0 25 0 19 0 828190920 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17011/statm: 3407557 106564 2266 9 0 3398291 0
[pid=17011/tid=17012] ppid=17009 vsize=13630228 CPUtime=1778.58 cores=0,2,4,6
/proc/17011/task/17012/stat : 17012 (java) R 17009 17011 16811 0 -1 4202560 35893 0 1 0 177852 6 0 0 25 0 19 0 828190921 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 46912505843437 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17011/tid=17014] ppid=17009 vsize=13630228 CPUtime=0.24 cores=0,2,4,6
/proc/17011/task/17014/stat : 17014 (java) S 17009 17011 16811 0 -1 4202560 7049 0 0 0 24 0 0 0 16 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17015] ppid=17009 vsize=13630228 CPUtime=0.31 cores=0,2,4,6
/proc/17011/task/17015/stat : 17015 (java) S 17009 17011 16811 0 -1 4202560 3724 0 0 0 31 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17016] ppid=17009 vsize=13630228 CPUtime=0.16 cores=0,2,4,6
/proc/17011/task/17016/stat : 17016 (java) S 17009 17011 16811 0 -1 4202560 5075 0 0 0 16 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17017] ppid=17009 vsize=13630228 CPUtime=0.19 cores=0,2,4,6
/proc/17011/task/17017/stat : 17017 (java) S 17009 17011 16811 0 -1 4202560 1823 0 0 0 19 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17018] ppid=17009 vsize=13630228 CPUtime=0.19 cores=0,2,4,6
/proc/17011/task/17018/stat : 17018 (java) S 17009 17011 16811 0 -1 4202560 724 0 0 0 19 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17019] ppid=17009 vsize=13630228 CPUtime=0.19 cores=0,2,4,6
/proc/17011/task/17019/stat : 17019 (java) S 17009 17011 16811 0 -1 4202560 3452 0 0 0 19 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17020] ppid=17009 vsize=13630228 CPUtime=0.19 cores=0,2,4,6
/proc/17011/task/17020/stat : 17020 (java) S 17009 17011 16811 0 -1 4202560 1278 0 0 0 19 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17021] ppid=17009 vsize=13630228 CPUtime=0.31 cores=0,2,4,6
/proc/17011/task/17021/stat : 17021 (java) S 17009 17011 16811 0 -1 4202560 6963 0 0 0 31 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17022] ppid=17009 vsize=13630228 CPUtime=3.03 cores=0,2,4,6
/proc/17011/task/17022/stat : 17022 (java) S 17009 17011 16811 0 -1 4202560 33695 0 0 0 299 4 0 0 15 0 19 0 828190924 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 0 0 16800975 18446604448958594048 0 0 -1 4 0 0 0
[pid=17011/tid=17023] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17023/stat : 17023 (java) S 17009 17011 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828190924 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17024] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17024/stat : 17024 (java) S 17009 17011 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828190924 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17025] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17025/stat : 17025 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658970033 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17026] ppid=17009 vsize=13630228 CPUtime=0.56 cores=0,2,4,6
/proc/17011/task/17026/stat : 17026 (java) S 17009 17011 16811 0 -1 4202560 3167 0 0 0 56 0 0 0 15 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 4 0 0 0
[pid=17011/tid=17027] ppid=17009 vsize=13630228 CPUtime=0.73 cores=0,2,4,6
/proc/17011/task/17027/stat : 17027 (java) S 17009 17011 16811 0 -1 4202560 5263 0 0 0 72 1 0 0 16 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17028] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17028/stat : 17028 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17029] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17029/stat : 17029 (java) S 17009 17011 16811 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17030] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17030/stat : 17030 (java) S 17009 17011 16811 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828190976 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1784.81
Current children cumulated vsize (KiB) 13630228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 2.08 2.04 2.01 3/535 17091
/proc/meminfo: memFree=27871208/32951132 swapFree=57925096/67111528
[pid=17011] ppid=17009 vsize=13630228 CPUtime=1800.03 cores=0,2,4,6
/proc/17011/stat : 17011 (java) S 17009 17011 16811 0 -1 4202496 109364 0 1 0 179985 18 0 0 25 0 19 0 828190920 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17011/statm: 3407557 106564 2266 9 0 3398291 0
[pid=17011/tid=17012] ppid=17009 vsize=13630228 CPUtime=1793.74 cores=0,2,4,6
/proc/17011/task/17012/stat : 17012 (java) R 17009 17011 16811 0 -1 4202560 35894 0 1 0 179368 6 0 0 25 0 19 0 828190921 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 46912505913627 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17011/tid=17014] ppid=17009 vsize=13630228 CPUtime=0.24 cores=0,2,4,6
/proc/17011/task/17014/stat : 17014 (java) S 17009 17011 16811 0 -1 4202560 7049 0 0 0 24 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17015] ppid=17009 vsize=13630228 CPUtime=0.31 cores=0,2,4,6
/proc/17011/task/17015/stat : 17015 (java) S 17009 17011 16811 0 -1 4202560 3724 0 0 0 31 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17016] ppid=17009 vsize=13630228 CPUtime=0.16 cores=0,2,4,6
/proc/17011/task/17016/stat : 17016 (java) S 17009 17011 16811 0 -1 4202560 5075 0 0 0 16 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17017] ppid=17009 vsize=13630228 CPUtime=0.2 cores=0,2,4,6
/proc/17011/task/17017/stat : 17017 (java) S 17009 17011 16811 0 -1 4202560 1823 0 0 0 20 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17018] ppid=17009 vsize=13630228 CPUtime=0.19 cores=0,2,4,6
/proc/17011/task/17018/stat : 17018 (java) S 17009 17011 16811 0 -1 4202560 724 0 0 0 19 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17019] ppid=17009 vsize=13630228 CPUtime=0.19 cores=0,2,4,6
/proc/17011/task/17019/stat : 17019 (java) S 17009 17011 16811 0 -1 4202560 3452 0 0 0 19 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17020] ppid=17009 vsize=13630228 CPUtime=0.19 cores=0,2,4,6
/proc/17011/task/17020/stat : 17020 (java) S 17009 17011 16811 0 -1 4202560 1278 0 0 0 19 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17021] ppid=17009 vsize=13630228 CPUtime=0.31 cores=0,2,4,6
/proc/17011/task/17021/stat : 17021 (java) S 17009 17011 16811 0 -1 4202560 6963 0 0 0 31 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17022] ppid=17009 vsize=13630228 CPUtime=3.08 cores=0,2,4,6
/proc/17011/task/17022/stat : 17022 (java) S 17009 17011 16811 0 -1 4202560 33697 0 0 0 304 4 0 0 15 0 19 0 828190924 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 0 0 16800975 18446604448958594048 0 0 -1 4 0 0 0
[pid=17011/tid=17023] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17023/stat : 17023 (java) S 17009 17011 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828190924 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17024] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17024/stat : 17024 (java) S 17009 17011 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828190924 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17025] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17025/stat : 17025 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658970033 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17026] ppid=17009 vsize=13630228 CPUtime=0.56 cores=0,2,4,6
/proc/17011/task/17026/stat : 17026 (java) S 17009 17011 16811 0 -1 4202560 3167 0 0 0 56 0 0 0 15 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 4 0 0 0
[pid=17011/tid=17027] ppid=17009 vsize=13630228 CPUtime=0.73 cores=0,2,4,6
/proc/17011/task/17027/stat : 17027 (java) S 17009 17011 16811 0 -1 4202560 5263 0 0 0 72 1 0 0 16 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17028] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17028/stat : 17028 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17029] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17029/stat : 17029 (java) S 17009 17011 16811 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17030] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17030/stat : 17030 (java) S 17009 17011 16811 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828190976 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 13630228

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

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

[startup+1797.5 s]
/proc/loadavg: 2.08 2.04 2.01 3/535 17091
/proc/meminfo: memFree=27871208/32951132 swapFree=57925096/67111528
[pid=17011] ppid=17009 vsize=13630228 CPUtime=1800.03 cores=0,2,4,6
/proc/17011/stat : 17011 (java) S 17009 17011 16811 0 -1 4202496 109364 0 1 0 179985 18 0 0 25 0 19 0 828190920 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/17011/statm: 3407557 106564 2266 9 0 3398291 0
[pid=17011/tid=17012] ppid=17009 vsize=13630228 CPUtime=1793.74 cores=0,2,4,6
/proc/17011/task/17012/stat : 17012 (java) R 17009 17011 16811 0 -1 4202560 35894 0 1 0 179368 6 0 0 25 0 19 0 828190921 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 46912505913627 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17011/tid=17014] ppid=17009 vsize=13630228 CPUtime=0.24 cores=0,2,4,6
/proc/17011/task/17014/stat : 17014 (java) S 17009 17011 16811 0 -1 4202560 7049 0 0 0 24 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17015] ppid=17009 vsize=13630228 CPUtime=0.31 cores=0,2,4,6
/proc/17011/task/17015/stat : 17015 (java) S 17009 17011 16811 0 -1 4202560 3724 0 0 0 31 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17016] ppid=17009 vsize=13630228 CPUtime=0.16 cores=0,2,4,6
/proc/17011/task/17016/stat : 17016 (java) S 17009 17011 16811 0 -1 4202560 5075 0 0 0 16 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17017] ppid=17009 vsize=13630228 CPUtime=0.2 cores=0,2,4,6
/proc/17011/task/17017/stat : 17017 (java) S 17009 17011 16811 0 -1 4202560 1823 0 0 0 20 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17018] ppid=17009 vsize=13630228 CPUtime=0.19 cores=0,2,4,6
/proc/17011/task/17018/stat : 17018 (java) S 17009 17011 16811 0 -1 4202560 724 0 0 0 19 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17019] ppid=17009 vsize=13630228 CPUtime=0.19 cores=0,2,4,6
/proc/17011/task/17019/stat : 17019 (java) S 17009 17011 16811 0 -1 4202560 3452 0 0 0 19 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17020] ppid=17009 vsize=13630228 CPUtime=0.19 cores=0,2,4,6
/proc/17011/task/17020/stat : 17020 (java) S 17009 17011 16811 0 -1 4202560 1278 0 0 0 19 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17021] ppid=17009 vsize=13630228 CPUtime=0.31 cores=0,2,4,6
/proc/17011/task/17021/stat : 17021 (java) S 17009 17011 16811 0 -1 4202560 6963 0 0 0 31 0 0 0 15 0 19 0 828190923 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17022] ppid=17009 vsize=13630228 CPUtime=3.08 cores=0,2,4,6
/proc/17011/task/17022/stat : 17022 (java) S 17009 17011 16811 0 -1 4202560 33697 0 0 0 304 4 0 0 15 0 19 0 828190924 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 0 0 16800975 18446604448958594048 0 0 -1 4 0 0 0
[pid=17011/tid=17023] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17023/stat : 17023 (java) S 17009 17011 16811 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828190924 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17024] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17024/stat : 17024 (java) S 17009 17011 16811 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828190924 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17025] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17025/stat : 17025 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658970033 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17026] ppid=17009 vsize=13630228 CPUtime=0.56 cores=0,2,4,6
/proc/17011/task/17026/stat : 17026 (java) S 17009 17011 16811 0 -1 4202560 3167 0 0 0 56 0 0 0 15 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 4 0 0 0
[pid=17011/tid=17027] ppid=17009 vsize=13630228 CPUtime=0.73 cores=0,2,4,6
/proc/17011/task/17027/stat : 17027 (java) S 17009 17011 16811 0 -1 4202560 5263 0 0 0 72 1 0 0 16 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 6 0 0 0
[pid=17011/tid=17028] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17028/stat : 17028 (java) S 17009 17011 16811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962329 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
[pid=17011/tid=17029] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17029/stat : 17029 (java) S 17009 17011 16811 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 828190926 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 4 0 16800975 18446604448958594048 0 0 -1 0 0 0 0
[pid=17011/tid=17030] ppid=17009 vsize=13630228 CPUtime=0 cores=0,2,4,6
/proc/17011/task/17030/stat : 17030 (java) S 17009 17011 16811 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828190976 13957353472 106564 33554432000 1073741824 1073778376 140734037074128 18446744073709551615 210658962944 0 4 0 16800975 18446604448958594048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 13630228

Child status: 143
Real time (s): 1797.57
CPU time (s): 1800.13
CPU user time (s): 1799.93
CPU system time (s): 0.201969
CPU usage (%): 100.142
Max. virtual memory (cumulated for all children) (KiB): 13630312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109409
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= 38285
involuntary context switches= 10568

runsolver used 10.1575 second user time and 20.6909 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-04 07:38:33
IDJOB=3458057
IDBENCH=48382
IDSOLVER=1952
FILE ID=node129/3458057-1307165913
RUNJOBID= node129-1307164113-16829
PBS_JOBID= 13508828
Free space on /tmp= 73880 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_2_15.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458057-1307165913/watcher-3458057-1307165913 -o /tmp/evaluation-result-3458057-1307165913/solver-3458057-1307165913 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458057-1307165913.opb

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

MD5SUM BENCH= 159c656bb3d53b355a331c1212862210
RANDOM SEED=1186383836

node129.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.831
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.66
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.831
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	: 5332.83
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.831
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29038052 kB
Buffers:        318840 kB
Cached:        2106380 kB
SwapCached:      49348 kB
Active:         483516 kB
Inactive:      3148020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29038052 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:            1628 kB
Writeback:           0 kB
AnonPages:     1167688 kB
Mapped:          21844 kB
Slab:           153484 kB
PageTables:      59124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 160731716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73880 MiB
End job on node129 at 2011-06-04 08:08:33