Trace number 3458004

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.48

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_3_80.opb
MD5SUM4023d6beb9ef2c356e20e783b830f625
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.442932
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12632
Sum of products size (including duplicates)25264
Number of different products6316
Sum of products size12632

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458004-1307164557.opb
0.10/0.11	c reading problem ... 
0.45/0.54	c ... done. Wall clock time 0.43s.
0.45/0.54	c #vars     7316
0.45/0.54	c #constraints  14135
0.45/0.54	c constraints type 
0.45/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6316
0.45/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
0.45/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
0.45/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6316
8.65/7.56	c cleaning 2506 clauses out of 5011 with flag 5011/5011
16.74/15.56	c cleaning 4248 clauses out of 8496 with flag 11002/11002
28.14/26.94	c cleaning 5634 clauses out of 11267 with flag 18021/18021
42.67/41.45	c cleaning 6857 clauses out of 13713 with flag 26101/26101
60.50/59.27	c cleaning 7880 clauses out of 15759 with flag 35004/35004
79.92/78.65	c cleaning 8952 clauses out of 17903 with flag 45028/45028
90.63/89.32	c cleaning 9962 clauses out of 19923 with flag 56000/56000
120.26/118.96	c cleaning 11078 clauses out of 22155 with flag 68194/68194
156.58/155.28	c cleaning 12034 clauses out of 24068 with flag 81185/81185
190.70/189.35	c cleaning 12925 clauses out of 25850 with flag 95001/95001
224.21/222.81	c cleaning 14103 clauses out of 28206 with flag 110282/110282
266.12/264.75	c cleaning 14411 clauses out of 28822 with flag 125001/125001
323.66/322.26	c cleaning 14804 clauses out of 29607 with flag 140197/140197
377.47/376.03	c cleaning 14816 clauses out of 29631 with flag 155025/155025
406.80/405.36	c cleaning 14897 clauses out of 29797 with flag 170007/170007
428.84/427.32	c cleaning 14950 clauses out of 29903 with flag 185010/185010
450.48/448.96	c cleaning 14978 clauses out of 29958 with flag 200015/200015
474.71/473.18	c cleaning 14984 clauses out of 29969 with flag 215004/215004
496.63/495.04	c cleaning 15002 clauses out of 30006 with flag 230025/230025
518.34/516.77	c cleaning 14990 clauses out of 29983 with flag 245004/245004
539.47/537.87	c cleaning 15004 clauses out of 30009 with flag 260020/260020
560.17/558.52	c cleaning 14999 clauses out of 30001 with flag 275016/275016
578.89/577.30	c cleaning 14997 clauses out of 29997 with flag 290011/290011
598.04/596.38	c cleaning 14994 clauses out of 29991 with flag 305002/305002
616.95/615.20	c cleaning 15000 clauses out of 30002 with flag 320007/320007
635.86/634.12	c cleaning 14997 clauses out of 29998 with flag 335003/335003
655.59/653.84	c cleaning 15001 clauses out of 30003 with flag 350005/350005
674.91/673.12	c cleaning 15014 clauses out of 30029 with flag 365032/365032
696.33/694.59	c cleaning 15011 clauses out of 30024 with flag 380041/380041
719.04/717.27	c cleaning 14984 clauses out of 29972 with flag 395000/395000
738.97/737.13	c cleaning 14998 clauses out of 29999 with flag 410011/410011
758.47/756.62	c cleaning 14995 clauses out of 29994 with flag 425004/425004
778.38/776.59	c cleaning 15006 clauses out of 30016 with flag 440021/440021
798.00/796.11	c cleaning 14995 clauses out of 29993 with flag 455004/455004
818.31/816.42	c cleaning 15010 clauses out of 30022 with flag 470028/470028
839.33/837.45	c cleaning 15003 clauses out of 30008 with flag 485024/485024
861.26/859.37	c cleaning 15010 clauses out of 30022 with flag 500041/500041
884.06/882.13	c cleaning 15015 clauses out of 30032 with flag 515061/515061
905.18/903.24	c cleaning 14987 clauses out of 29980 with flag 530024/530024
925.77/923.85	c cleaning 14985 clauses out of 29974 with flag 545005/545005
947.47/945.59	c cleaning 14995 clauses out of 29994 with flag 560010/560010
970.89/968.96	c cleaning 15017 clauses out of 30037 with flag 575048/575048
995.80/993.88	c cleaning 14984 clauses out of 29972 with flag 590000/590000
1016.51/1014.51	c cleaning 14992 clauses out of 29988 with flag 605000/605000
1034.53/1032.58	c cleaning 14999 clauses out of 30002 with flag 620006/620006
1053.16/1051.19	c cleaning 14997 clauses out of 29998 with flag 635001/635001
1072.29/1070.23	c cleaning 15003 clauses out of 30009 with flag 650009/650009
1091.80/1089.72	c cleaning 15001 clauses out of 30005 with flag 665008/665008
1110.63/1108.59	c cleaning 14998 clauses out of 29999 with flag 680003/680003
1128.84/1126.75	c cleaning 15009 clauses out of 30022 with flag 695024/695024
1148.35/1146.23	c cleaning 15008 clauses out of 30019 with flag 710030/710030
1168.15/1166.05	c cleaning 14999 clauses out of 30001 with flag 725020/725020
1186.65/1184.56	c cleaning 14997 clauses out of 29998 with flag 740016/740016
1205.76/1203.62	c cleaning 15010 clauses out of 30021 with flag 755036/755036
1225.48/1223.35	c cleaning 15009 clauses out of 30021 with flag 770046/770046
1245.97/1243.82	c cleaning 14995 clauses out of 29993 with flag 785027/785027
1264.78/1262.65	c cleaning 14989 clauses out of 29982 with flag 800011/800011
1284.19/1282.00	c cleaning 14990 clauses out of 29983 with flag 815001/815001
1304.40/1302.23	c cleaning 15015 clauses out of 30033 with flag 830041/830041
1325.00/1322.86	c cleaning 14989 clauses out of 29982 with flag 845005/845005
1346.62/1344.49	c cleaning 15028 clauses out of 30058 with flag 860070/860070
1371.44/1369.27	c cleaning 15007 clauses out of 30018 with flag 875058/875058
1395.47/1393.21	c cleaning 14975 clauses out of 29954 with flag 890001/890001
1415.99/1413.73	c cleaning 14999 clauses out of 30001 with flag 905023/905023
1435.73/1433.42	c cleaning 14991 clauses out of 29983 with flag 920004/920004
1454.25/1451.96	c cleaning 14995 clauses out of 29994 with flag 935006/935006
1472.87/1470.56	c cleaning 15003 clauses out of 30010 with flag 950017/950017
1491.40/1489.02	c cleaning 14996 clauses out of 29995 with flag 965005/965005
1510.44/1508.07	c cleaning 15006 clauses out of 30016 with flag 980022/980022
1528.75/1526.39	c cleaning 14994 clauses out of 29991 with flag 995003/995003
1547.88/1545.46	c cleaning 14997 clauses out of 29998 with flag 1010004/1010004
1566.38/1563.98	c cleaning 14997 clauses out of 29997 with flag 1025000/1025000
1584.69/1582.28	c cleaning 15008 clauses out of 30017 with flag 1040017/1040017
1603.62/1601.13	c cleaning 15010 clauses out of 30023 with flag 1055031/1055031
1622.94/1620.48	c cleaning 14996 clauses out of 29996 with flag 1070014/1070014
1643.03/1640.58	c cleaning 14996 clauses out of 29995 with flag 1085009/1085009
1661.25/1658.72	c cleaning 15002 clauses out of 30008 with flag 1100018/1100018
1679.86/1677.38	c cleaning 15005 clauses out of 30014 with flag 1115026/1115026
1699.06/1696.53	c cleaning 14997 clauses out of 29997 with flag 1130014/1130014
1718.77/1716.21	c cleaning 15021 clauses out of 30046 with flag 1145060/1145060
1738.69/1736.13	c cleaning 14986 clauses out of 29976 with flag 1160011/1160011
1759.12/1756.57	c cleaning 15022 clauses out of 30048 with flag 1175069/1175069
1778.42/1775.87	c cleaning 14987 clauses out of 29978 with flag 1190021/1190021
1796.74/1794.18	c cleaning 14984 clauses out of 29972 with flag 1205002/1205002
1800.06/1797.44	c starts		: 190
1800.06/1797.44	c conflicts		: 1207776
1800.06/1797.44	c decisions		: 1787432
1800.06/1797.44	c propagations		: 39462076
1800.06/1797.44	c inspects		: 1435495076
1800.06/1797.44	c shortcuts		: 0
1800.06/1797.44	c learnt literals	: 0
1800.06/1797.44	c learnt binary clauses	: 0
1800.06/1797.44	c learnt ternary clauses	: 2
1800.06/1797.44	c learnt constraints	: 1207775
1800.06/1797.44	c ignored constraints	: 0
1800.06/1797.44	c root simplifications	: 0
1800.06/1797.44	c removed literals (reason simplification)	: 4132864
1800.06/1797.44	c reason swapping (by a shorter reason)	: 0
1800.06/1797.44	c Calls to reduceDB	: 84
1800.06/1797.44	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.44	c number of learned constraints concerned by reduction	: 0
1800.06/1797.44	c number of learning phase by resolution	: 0
1800.06/1797.44	c number of learning phase by cutting planes	: 0
1800.06/1797.44	c speed (assignments/second)	: 21961.20983984075
1800.06/1797.44	c non guided choices	6799
1800.06/1797.45	c learnt constraints type 
1800.06/1797.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17769
1800.06/1797.45	c constraints type 
1800.06/1797.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6316
1800.06/1797.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.06/1797.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.06/1797.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6316
1800.06/1797.45	s UNKNOWN
1800.06/1797.45	c Total wall clock time (in seconds): 1797.339

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-3458004-1307164557/watcher-3458004-1307164557 -o /tmp/evaluation-result-3458004-1307164557/solver-3458004-1307164557 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458004-1307164557.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.04 1.58 1.82 2/457 14997
/proc/meminfo: memFree=26320364/32951124 swapFree=60688864/67111528
[pid=14997] ppid=14995 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/14997/stat : 14997 (java) S 14995 14997 14960 0 -1 4202496 1844 0 1 0 0 0 0 0 25 0 2 0 828053860 13833195520 1546 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/14997/statm: 3377245 1559 906 9 0 3368401 0
[pid=14997/tid=14999] ppid=14995 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/14997/task/14999/stat : 14999 (java) R 14995 14997 14960 0 -1 4202560 6804 0 1 0 0 0 0 0 25 0 2 0 828053861 13850947584 7620 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232335586363 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.032793 s]
/proc/loadavg: 1.04 1.58 1.82 2/457 14997
/proc/meminfo: memFree=26320364/32951124 swapFree=60688864/67111528
[pid=14997] ppid=14995 vsize=13537492 CPUtime=0.02 cores=0,2,4,6
/proc/14997/stat : 14997 (java) S 14995 14997 14960 0 -1 4202496 13299 0 1 0 1 1 0 0 25 0 10 0 828053860 13862391808 12998 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/14997/statm: 3384373 13002 1515 9 0 3375121 0
[pid=14997/tid=14999] ppid=14995 vsize=13537492 CPUtime=0.02 cores=0,2,4,6
/proc/14997/task/14999/stat : 14999 (java) R 14995 14997 14960 0 -1 4202560 12181 0 1 0 1 1 0 0 25 0 10 0 828053861 13862391808 13002 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 47956133250584 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13537492

[startup+0.100802 s]
/proc/loadavg: 1.04 1.58 1.82 2/457 14997
/proc/meminfo: memFree=26320364/32951124 swapFree=60688864/67111528
[pid=14997] ppid=14995 vsize=13622608 CPUtime=0.1 cores=0,2,4,6
/proc/14997/stat : 14997 (java) S 14995 14997 14960 0 -1 4202496 15566 0 1 0 9 1 0 0 25 0 18 0 828053860 13949550592 15226 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14997/statm: 3405652 15227 2092 9 0 3396386 0
[pid=14997/tid=14999] ppid=14995 vsize=13622608 CPUtime=0.08 cores=0,2,4,6
/proc/14997/task/14999/stat : 14999 (java) R 14995 14997 14960 0 -1 4202560 13623 0 1 0 7 1 0 0 25 0 18 0 828053861 13949550592 15228 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347719115 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622608

[startup+0.300728 s]
/proc/loadavg: 1.04 1.58 1.82 2/457 14997
/proc/meminfo: memFree=26320364/32951124 swapFree=60688864/67111528
[pid=14997] ppid=14995 vsize=13624656 CPUtime=0.45 cores=0,2,4,6
/proc/14997/stat : 14997 (java) S 14995 14997 14960 0 -1 4202496 18495 0 1 0 43 2 0 0 25 0 18 0 828053860 13951647744 18144 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14997/statm: 3406164 18145 2217 9 0 3396898 0
[pid=14997/tid=14999] ppid=14995 vsize=13624656 CPUtime=0.29 cores=0,2,4,6
/proc/14997/task/14999/stat : 14999 (java) R 14995 14997 14960 0 -1 4202560 15834 0 1 0 27 2 0 0 25 0 18 0 828053861 13951647744 18145 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13624656

[startup+0.702495 s]
/proc/loadavg: 1.04 1.58 1.82 2/457 14997
/proc/meminfo: memFree=26320364/32951124 swapFree=60688864/67111528
[pid=14997] ppid=14995 vsize=13633876 CPUtime=1.52 cores=0,2,4,6
/proc/14997/stat : 14997 (java) S 14995 14997 14960 0 -1 4202496 39787 0 1 0 146 6 0 0 25 0 19 0 828053860 13961089024 37510 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14997/statm: 3408469 37510 2233 9 0 3399203 0
[pid=14997/tid=14999] ppid=14995 vsize=13633876 CPUtime=0.67 cores=0,2,4,6
/proc/14997/task/14999/stat : 14999 (java) R 14995 14997 14960 0 -1 4202560 30375 0 1 0 63 4 0 0 19 0 19 0 828053861 13961089024 37510 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 46912505821210 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 13633876

[startup+1.50153 s]
/proc/loadavg: 1.04 1.58 1.82 4/495 15035
/proc/meminfo: memFree=26083428/32951124 swapFree=60688864/67111528
[pid=14997] ppid=14995 vsize=13633876 CPUtime=2.43 cores=0,2,4,6
/proc/14997/stat : 14997 (java) S 14995 14997 14960 0 -1 4202496 40184 0 1 0 237 6 0 0 25 0 19 0 828053860 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14997/statm: 3408469 37906 2236 9 0 3399203 0
[pid=14997/tid=14999] ppid=14995 vsize=13633876 CPUtime=1.47 cores=0,2,4,6
/proc/14997/task/14999/stat : 14999 (java) R 14995 14997 14960 0 -1 4202560 30615 0 1 0 143 4 0 0 20 0 19 0 828053861 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 46912505942217 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14997/tid=15010] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15010/stat : 15010 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15011] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15011/stat : 15011 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828053863 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15012] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15012/stat : 15012 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15013] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15013/stat : 15013 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15014] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15014/stat : 15014 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15015] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15015/stat : 15015 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15016] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15016/stat : 15016 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828053863 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15017] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15017/stat : 15017 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15019] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15019/stat : 15019 (java) S 14995 14997 14960 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 828053864 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 0 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15022] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15022/stat : 15022 (java) S 14995 14997 14960 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828053864 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15023] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15023/stat : 15023 (java) S 14995 14997 14960 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828053864 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15026] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15026/stat : 15026 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053866 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347716017 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15027] ppid=14995 vsize=13633876 CPUtime=0.52 cores=0,2,4,6
/proc/14997/task/15027/stat : 15027 (java) S 14995 14997 14960 0 -1 4202560 3480 0 0 0 52 0 0 0 17 0 19 0 828053866 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 2 0 0 0
[pid=14997/tid=15030] ppid=14995 vsize=13633876 CPUtime=0.41 cores=0,2,4,6
/proc/14997/task/15030/stat : 15030 (java) S 14995 14997 14960 0 -1 4202560 4929 0 0 0 40 1 0 0 15 0 19 0 828053866 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15031] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15031/stat : 15031 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053866 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15033] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15033/stat : 15033 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828053867 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15035] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15035/stat : 15035 (java) S 14995 14997 14960 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828053916 13961089024 37906 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 13633876

[startup+3.10126 s]
/proc/loadavg: 1.04 1.58 1.82 3/495 15035
/proc/meminfo: memFree=26076980/32951124 swapFree=60688864/67111528
[pid=14997] ppid=14995 vsize=13633876 CPUtime=4.25 cores=0,2,4,6
/proc/14997/stat : 14997 (java) S 14995 14997 14960 0 -1 4202496 41630 0 1 0 419 6 0 0 25 0 19 0 828053860 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14997/statm: 3408469 39351 2240 9 0 3399203 0
[pid=14997/tid=14999] ppid=14995 vsize=13633876 CPUtime=3.07 cores=0,2,4,6
/proc/14997/task/14999/stat : 14999 (java) R 14995 14997 14960 0 -1 4202560 31962 0 1 0 303 4 0 0 25 0 19 0 828053861 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 46912506068050 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14997/tid=15010] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15010/stat : 15010 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15011] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15011/stat : 15011 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828053863 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15012] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15012/stat : 15012 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15013] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15013/stat : 15013 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15014] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15014/stat : 15014 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15015] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15015/stat : 15015 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15016] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15016/stat : 15016 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828053863 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15017] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15017/stat : 15017 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15019] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15019/stat : 15019 (java) S 14995 14997 14960 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 828053864 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 0 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15022] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15022/stat : 15022 (java) S 14995 14997 14960 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828053864 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15023] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15023/stat : 15023 (java) S 14995 14997 14960 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828053864 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15026] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15026/stat : 15026 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053866 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347716017 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15027] ppid=14995 vsize=13633876 CPUtime=0.54 cores=0,2,4,6
/proc/14997/task/15027/stat : 15027 (java) S 14995 14997 14960 0 -1 4202560 3480 0 0 0 54 0 0 0 15 0 19 0 828053866 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 2 0 0 0
[pid=14997/tid=15030] ppid=14995 vsize=13633876 CPUtime=0.61 cores=0,2,4,6
/proc/14997/task/15030/stat : 15030 (java) S 14995 14997 14960 0 -1 4202560 5028 0 0 0 60 1 0 0 16 0 19 0 828053866 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15031] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15031/stat : 15031 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053866 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15033] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15033/stat : 15033 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828053867 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15035] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15035/stat : 15035 (java) S 14995 14997 14960 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828053916 13961089024 39351 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 13633876

[startup+6.30072 s]
/proc/loadavg: 1.12 1.58 1.82 4/495 15081
/proc/meminfo: memFree=26065604/32951124 swapFree=60688864/67111528
[pid=14997] ppid=14995 vsize=13633876 CPUtime=7.46 cores=0,2,4,6
/proc/14997/stat : 14997 (java) S 14995 14997 14960 0 -1 4202496 44417 0 1 0 739 7 0 0 25 0 19 0 828053860 13961089024 42136 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14997/statm: 3408469 42136 2241 9 0 3399203 0
[pid=14997/tid=14999] ppid=14995 vsize=13633876 CPUtime=6.28 cores=0,2,4,6
/proc/14997/task/14999/stat : 14999 (java) R 14995 14997 14960 0 -1 4202560 34739 0 1 0 623 5 0 0 25 0 19 0 828053861 13961089024 42136 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 46912505855741 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14997/tid=15010] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15010/stat : 15010 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 42136 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15011] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15011/stat : 15011 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828053863 13961089024 42136 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15012] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15012/stat : 15012 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 42136 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15013] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15013/stat : 15013 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 42136 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15014] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15014/stat : 15014 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 42136 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15015] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15015/stat : 15015 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 42136 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15016] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15016/stat : 15016 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828053863 13961089024 42136 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15017] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15017/stat : 15017 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053863 13961089024 42136 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15019] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15019/stat : 15019 (java) S 14995 14997 14960 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 828053864 13961089024 42136 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 0 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15022] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15022/stat : 15022 (java) S 14995 14997 14960 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828053864 13961089024 42136 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15023] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15023/stat : 15023 (java) S 14995 14997 14960 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828053864 13961089024 42137 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15026] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15026/stat : 15026 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053866 13961089024 42137 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347716017 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15027] ppid=14995 vsize=13633876 CPUtime=0.54 cores=0,2,4,6
/proc/14997/task/15027/stat : 15027 (java) S 14995 14997 14960 0 -1 4202560 3480 0 0 0 54 0 0 0 15 0 19 0 828053866 13961089024 42137 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 2 0 0 0
[pid=14997/tid=15030] ppid=14995 vsize=13633876 CPUtime=0.61 cores=0,2,4,6
/proc/14997/task/15030/stat : 15030 (java) S 14995 14997 14960 0 -1 4202560 5037 0 0 0 60 1 0 0 15 0 19 0 828053866 13961089024 42137 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0

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

[pid=14997/tid=15015] ppid=14995 vsize=13633876 CPUtime=0.21 cores=0,2,4,6
/proc/14997/task/15015/stat : 15015 (java) S 14995 14997 14960 0 -1 4202560 7728 0 0 0 20 1 0 0 15 0 19 0 828053863 13961089024 102807 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15016] ppid=14995 vsize=13633876 CPUtime=0.24 cores=0,2,4,6
/proc/14997/task/15016/stat : 15016 (java) S 14995 14997 14960 0 -1 4202560 3453 0 0 0 24 0 0 0 16 0 19 0 828053863 13961089024 102807 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15017] ppid=14995 vsize=13633876 CPUtime=0.33 cores=0,2,4,6
/proc/14997/task/15017/stat : 15017 (java) S 14995 14997 14960 0 -1 4202560 3808 0 0 0 33 0 0 0 15 0 19 0 828053863 13961089024 102807 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15019] ppid=14995 vsize=13633876 CPUtime=4.32 cores=0,2,4,6
/proc/14997/task/15019/stat : 15019 (java) S 14995 14997 14960 0 -1 4202560 30371 0 0 0 429 3 0 0 15 0 19 0 828053864 13961089024 102807 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 0 0 16800975 18446604445562481664 0 0 -1 2 0 0 0
[pid=14997/tid=15022] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15022/stat : 15022 (java) S 14995 14997 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828053864 13961089024 102807 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15023] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15023/stat : 15023 (java) S 14995 14997 14960 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828053864 13961089024 102807 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15026] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15026/stat : 15026 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053866 13961089024 102807 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347716017 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15027] ppid=14995 vsize=13633876 CPUtime=0.58 cores=0,2,4,6
/proc/14997/task/15027/stat : 15027 (java) S 14995 14997 14960 0 -1 4202560 3484 0 0 0 58 0 0 0 15 0 19 0 828053866 13961089024 102807 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 2 0 0 0
[pid=14997/tid=15030] ppid=14995 vsize=13633876 CPUtime=0.71 cores=0,2,4,6
/proc/14997/task/15030/stat : 15030 (java) S 14995 14997 14960 0 -1 4202560 5064 0 0 0 70 1 0 0 15 0 19 0 828053866 13961089024 102807 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15031] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15031/stat : 15031 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053866 13961089024 102807 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15033] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15033/stat : 15033 (java) S 14995 14997 14960 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 828053867 13961089024 102807 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15035] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15035/stat : 15035 (java) S 14995 14997 14960 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828053916 13961089024 102807 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1724.89
Current children cumulated vsize (KiB) 13633876

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 1.99 3/495 15129
/proc/meminfo: memFree=25759976/32951124 swapFree=60688864/67111528
[pid=14997] ppid=14995 vsize=13633876 CPUtime=1784.93 cores=0,2,4,6
/proc/14997/stat : 14997 (java) S 14995 14997 14960 0 -1 4202496 105429 0 1 0 178476 17 0 0 25 0 19 0 828053860 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14997/statm: 3408469 102831 2267 9 0 3399203 0
[pid=14997/tid=14999] ppid=14995 vsize=13633876 CPUtime=1776.94 cores=0,2,4,6
/proc/14997/task/14999/stat : 14999 (java) R 14995 14997 14960 0 -1 4202560 35840 0 1 0 177688 6 0 0 25 0 19 0 828053861 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 46912505932845 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14997/tid=15010] ppid=14995 vsize=13633876 CPUtime=0.25 cores=0,2,4,6
/proc/14997/task/15010/stat : 15010 (java) S 14995 14997 14960 0 -1 4202560 3193 0 0 0 25 0 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15011] ppid=14995 vsize=13633876 CPUtime=0.23 cores=0,2,4,6
/proc/14997/task/15011/stat : 15011 (java) S 14995 14997 14960 0 -1 4202560 4334 0 0 0 23 0 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15012] ppid=14995 vsize=13633876 CPUtime=0.26 cores=0,2,4,6
/proc/14997/task/15012/stat : 15012 (java) S 14995 14997 14960 0 -1 4202560 1410 0 0 0 26 0 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15013] ppid=14995 vsize=13633876 CPUtime=0.31 cores=0,2,4,6
/proc/14997/task/15013/stat : 15013 (java) S 14995 14997 14960 0 -1 4202560 2351 0 0 0 31 0 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15014] ppid=14995 vsize=13633876 CPUtime=0.27 cores=0,2,4,6
/proc/14997/task/15014/stat : 15014 (java) S 14995 14997 14960 0 -1 4202560 3136 0 0 0 27 0 0 0 16 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15015] ppid=14995 vsize=13633876 CPUtime=0.21 cores=0,2,4,6
/proc/14997/task/15015/stat : 15015 (java) S 14995 14997 14960 0 -1 4202560 7728 0 0 0 20 1 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15016] ppid=14995 vsize=13633876 CPUtime=0.24 cores=0,2,4,6
/proc/14997/task/15016/stat : 15016 (java) S 14995 14997 14960 0 -1 4202560 3453 0 0 0 24 0 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15017] ppid=14995 vsize=13633876 CPUtime=0.34 cores=0,2,4,6
/proc/14997/task/15017/stat : 15017 (java) S 14995 14997 14960 0 -1 4202560 3808 0 0 0 34 0 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15019] ppid=14995 vsize=13633876 CPUtime=4.47 cores=0,2,4,6
/proc/14997/task/15019/stat : 15019 (java) S 14995 14997 14960 0 -1 4202560 30373 0 0 0 444 3 0 0 15 0 19 0 828053864 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 0 0 16800975 18446604445562481664 0 0 -1 2 0 0 0
[pid=14997/tid=15022] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15022/stat : 15022 (java) S 14995 14997 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828053864 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15023] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15023/stat : 15023 (java) S 14995 14997 14960 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828053864 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15026] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15026/stat : 15026 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053866 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347716017 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15027] ppid=14995 vsize=13633876 CPUtime=0.58 cores=0,2,4,6
/proc/14997/task/15027/stat : 15027 (java) S 14995 14997 14960 0 -1 4202560 3484 0 0 0 58 0 0 0 15 0 19 0 828053866 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 2 0 0 0
[pid=14997/tid=15030] ppid=14995 vsize=13633876 CPUtime=0.71 cores=0,2,4,6
/proc/14997/task/15030/stat : 15030 (java) S 14995 14997 14960 0 -1 4202560 5064 0 0 0 70 1 0 0 15 0 19 0 828053866 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15031] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15031/stat : 15031 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053866 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15033] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15033/stat : 15033 (java) S 14995 14997 14960 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 828053867 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15035] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15035/stat : 15035 (java) S 14995 14997 14960 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828053916 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1784.93
Current children cumulated vsize (KiB) 13633876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.01 2.05 1.99 4/495 15129
/proc/meminfo: memFree=25759964/32951124 swapFree=60688864/67111528
[pid=14997] ppid=14995 vsize=13633876 CPUtime=1800.06 cores=0,2,4,6
/proc/14997/stat : 14997 (java) S 14995 14997 14960 0 -1 4202496 105432 0 1 0 179989 17 0 0 25 0 19 0 828053860 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14997/statm: 3408469 102831 2267 9 0 3399203 0
[pid=14997/tid=14999] ppid=14995 vsize=13633876 CPUtime=1792 cores=0,2,4,6
/proc/14997/task/14999/stat : 14999 (java) R 14995 14997 14960 0 -1 4202560 35841 0 1 0 179194 6 0 0 25 0 19 0 828053861 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 46912505847808 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14997/tid=15010] ppid=14995 vsize=13633876 CPUtime=0.25 cores=0,2,4,6
/proc/14997/task/15010/stat : 15010 (java) S 14995 14997 14960 0 -1 4202560 3193 0 0 0 25 0 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15011] ppid=14995 vsize=13633876 CPUtime=0.23 cores=0,2,4,6
/proc/14997/task/15011/stat : 15011 (java) S 14995 14997 14960 0 -1 4202560 4334 0 0 0 23 0 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15012] ppid=14995 vsize=13633876 CPUtime=0.26 cores=0,2,4,6
/proc/14997/task/15012/stat : 15012 (java) S 14995 14997 14960 0 -1 4202560 1410 0 0 0 26 0 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15013] ppid=14995 vsize=13633876 CPUtime=0.31 cores=0,2,4,6
/proc/14997/task/15013/stat : 15013 (java) S 14995 14997 14960 0 -1 4202560 2351 0 0 0 31 0 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15014] ppid=14995 vsize=13633876 CPUtime=0.27 cores=0,2,4,6
/proc/14997/task/15014/stat : 15014 (java) S 14995 14997 14960 0 -1 4202560 3136 0 0 0 27 0 0 0 16 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15015] ppid=14995 vsize=13633876 CPUtime=0.21 cores=0,2,4,6
/proc/14997/task/15015/stat : 15015 (java) S 14995 14997 14960 0 -1 4202560 7728 0 0 0 20 1 0 0 16 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15016] ppid=14995 vsize=13633876 CPUtime=0.24 cores=0,2,4,6
/proc/14997/task/15016/stat : 15016 (java) S 14995 14997 14960 0 -1 4202560 3453 0 0 0 24 0 0 0 16 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15017] ppid=14995 vsize=13633876 CPUtime=0.34 cores=0,2,4,6
/proc/14997/task/15017/stat : 15017 (java) S 14995 14997 14960 0 -1 4202560 3808 0 0 0 34 0 0 0 16 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15019] ppid=14995 vsize=13633876 CPUtime=4.54 cores=0,2,4,6
/proc/14997/task/15019/stat : 15019 (java) S 14995 14997 14960 0 -1 4202560 30375 0 0 0 451 3 0 0 15 0 19 0 828053864 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 0 0 16800975 18446604445562481664 0 0 -1 2 0 0 0
[pid=14997/tid=15022] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15022/stat : 15022 (java) S 14995 14997 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828053864 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15023] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15023/stat : 15023 (java) S 14995 14997 14960 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828053864 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15026] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15026/stat : 15026 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053866 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347716017 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15027] ppid=14995 vsize=13633876 CPUtime=0.58 cores=0,2,4,6
/proc/14997/task/15027/stat : 15027 (java) S 14995 14997 14960 0 -1 4202560 3484 0 0 0 58 0 0 0 15 0 19 0 828053866 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 2 0 0 0
[pid=14997/tid=15030] ppid=14995 vsize=13633876 CPUtime=0.71 cores=0,2,4,6
/proc/14997/task/15030/stat : 15030 (java) S 14995 14997 14960 0 -1 4202560 5064 0 0 0 70 1 0 0 15 0 19 0 828053866 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15031] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15031/stat : 15031 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053866 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15033] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15033/stat : 15033 (java) S 14995 14997 14960 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 828053867 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15035] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15035/stat : 15035 (java) S 14995 14997 14960 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828053916 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 13633876

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

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

[startup+1797.4 s]
/proc/loadavg: 2.01 2.05 1.99 4/495 15129
/proc/meminfo: memFree=25759964/32951124 swapFree=60688864/67111528
[pid=14997] ppid=14995 vsize=13633876 CPUtime=1800.06 cores=0,2,4,6
/proc/14997/stat : 14997 (java) S 14995 14997 14960 0 -1 4202496 105432 0 1 0 179989 17 0 0 25 0 19 0 828053860 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14997/statm: 3408469 102831 2267 9 0 3399203 0
[pid=14997/tid=14999] ppid=14995 vsize=13633876 CPUtime=1792 cores=0,2,4,6
/proc/14997/task/14999/stat : 14999 (java) R 14995 14997 14960 0 -1 4202560 35841 0 1 0 179194 6 0 0 25 0 19 0 828053861 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 46912505847808 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14997/tid=15010] ppid=14995 vsize=13633876 CPUtime=0.25 cores=0,2,4,6
/proc/14997/task/15010/stat : 15010 (java) S 14995 14997 14960 0 -1 4202560 3193 0 0 0 25 0 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15011] ppid=14995 vsize=13633876 CPUtime=0.23 cores=0,2,4,6
/proc/14997/task/15011/stat : 15011 (java) S 14995 14997 14960 0 -1 4202560 4334 0 0 0 23 0 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15012] ppid=14995 vsize=13633876 CPUtime=0.26 cores=0,2,4,6
/proc/14997/task/15012/stat : 15012 (java) S 14995 14997 14960 0 -1 4202560 1410 0 0 0 26 0 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15013] ppid=14995 vsize=13633876 CPUtime=0.31 cores=0,2,4,6
/proc/14997/task/15013/stat : 15013 (java) S 14995 14997 14960 0 -1 4202560 2351 0 0 0 31 0 0 0 15 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15014] ppid=14995 vsize=13633876 CPUtime=0.27 cores=0,2,4,6
/proc/14997/task/15014/stat : 15014 (java) S 14995 14997 14960 0 -1 4202560 3136 0 0 0 27 0 0 0 16 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15015] ppid=14995 vsize=13633876 CPUtime=0.21 cores=0,2,4,6
/proc/14997/task/15015/stat : 15015 (java) S 14995 14997 14960 0 -1 4202560 7728 0 0 0 20 1 0 0 16 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15016] ppid=14995 vsize=13633876 CPUtime=0.24 cores=0,2,4,6
/proc/14997/task/15016/stat : 15016 (java) S 14995 14997 14960 0 -1 4202560 3453 0 0 0 24 0 0 0 16 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15017] ppid=14995 vsize=13633876 CPUtime=0.34 cores=0,2,4,6
/proc/14997/task/15017/stat : 15017 (java) S 14995 14997 14960 0 -1 4202560 3808 0 0 0 34 0 0 0 16 0 19 0 828053863 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 6 0 0 0
[pid=14997/tid=15019] ppid=14995 vsize=13633876 CPUtime=4.54 cores=0,2,4,6
/proc/14997/task/15019/stat : 15019 (java) S 14995 14997 14960 0 -1 4202560 30375 0 0 0 451 3 0 0 15 0 19 0 828053864 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 0 0 16800975 18446604445562481664 0 0 -1 2 0 0 0
[pid=14997/tid=15022] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15022/stat : 15022 (java) S 14995 14997 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828053864 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15023] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15023/stat : 15023 (java) S 14995 14997 14960 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828053864 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15026] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15026/stat : 15026 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053866 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347716017 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15027] ppid=14995 vsize=13633876 CPUtime=0.58 cores=0,2,4,6
/proc/14997/task/15027/stat : 15027 (java) S 14995 14997 14960 0 -1 4202560 3484 0 0 0 58 0 0 0 15 0 19 0 828053866 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 2 0 0 0
[pid=14997/tid=15030] ppid=14995 vsize=13633876 CPUtime=0.71 cores=0,2,4,6
/proc/14997/task/15030/stat : 15030 (java) S 14995 14997 14960 0 -1 4202560 5064 0 0 0 70 1 0 0 15 0 19 0 828053866 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15031] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15031/stat : 15031 (java) S 14995 14997 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828053866 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708313 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
[pid=14997/tid=15033] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15033/stat : 15033 (java) S 14995 14997 14960 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 828053867 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 4 0 16800975 18446604445562481664 0 0 -1 0 0 0 0
[pid=14997/tid=15035] ppid=14995 vsize=13633876 CPUtime=0 cores=0,2,4,6
/proc/14997/task/15035/stat : 15035 (java) S 14995 14997 14960 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828053916 13961089024 102831 33554432000 1073741824 1073778376 140735481829728 18446744073709551615 232347708928 0 4 0 16800975 18446604445562481664 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 13633876

Child status: 143
Real time (s): 1797.48
CPU time (s): 1800.13
CPU user time (s): 1799.93
CPU system time (s): 0.19597
CPU usage (%): 100.147
Max. virtual memory (cumulated for all children) (KiB): 13633876

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

runsolver used 9.00663 second user time and 18.7931 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-04 07:15:57
IDJOB=3458004
IDBENCH=48329
IDSOLVER=1952
FILE ID=node132/3458004-1307164557
RUNJOBID= node132-1307164557-14978
PBS_JOBID= 13508840
Free space on /tmp= 73928 MiB

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

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

MD5SUM BENCH= 4023d6beb9ef2c356e20e783b830f625
RANDOM SEED=816515796

node132.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.833
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.833
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.74
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.833
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.76
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.833
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.833
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.833
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.67
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.833
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.82
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.833
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:     32951124 kB
MemFree:      26320544 kB
Buffers:        324484 kB
Cached:        2984576 kB
SwapCached:      15140 kB
Active:        1012180 kB
Inactive:      5355180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26320544 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:             836 kB
Writeback:           0 kB
AnonPages:     3050916 kB
Mapped:          19140 kB
Slab:           143628 kB
PageTables:      49948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109213316 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73928 MiB
End job on node132 at 2011-06-04 07:45:56