Trace number 2659830

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 PB Resolution 2.2.0 2010-05-26? (TO) 1800.25 1796.26

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
MD5SUMfff7b3dc5d07bd6a4fd3046b5e5241f1
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.467928
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints181
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint91
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 92
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659830-1276578175.opb
0.22/0.21	c reading problem ... 
1.08/0.79	c ... done. Wall clock time 0.577s.
1.08/0.79	c #vars     8190
1.08/0.79	c #constraints  181
1.08/0.79	c constraints type 
1.08/0.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
1.08/0.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
5.60/4.60	c cleaning 2455 clauses out of 5001 with flag 5001/5001
10.34/9.38	c cleaning 4238 clauses out of 8546 with flag 11001/11001
17.15/16.12	c cleaning 5603 clauses out of 11307 with flag 18000/18000
24.88/23.81	c cleaning 6822 clauses out of 13705 with flag 26001/26001
38.14/37.03	c cleaning 7906 clauses out of 15884 with flag 35002/35002
50.67/49.60	c cleaning 8960 clauses out of 17977 with flag 45001/45001
63.69/62.57	c cleaning 9458 clauses out of 19018 with flag 55002/55002
78.90/77.74	c cleaning 9740 clauses out of 19559 with flag 65001/65001
102.82/101.66	c cleaning 9869 clauses out of 19818 with flag 75000/75000
114.94/113.75	c cleaning 9915 clauses out of 19950 with flag 85001/85001
131.08/129.82	c cleaning 9964 clauses out of 20038 with flag 95004/95004
152.69/151.42	c cleaning 9987 clauses out of 20071 with flag 105001/105001
181.53/180.25	c cleaning 10016 clauses out of 20083 with flag 115000/115000
193.58/192.22	c cleaning 9992 clauses out of 20067 with flag 125000/125000
212.80/211.43	c cleaning 9988 clauses out of 20076 with flag 135001/135001
233.33/231.95	c cleaning 9996 clauses out of 20087 with flag 145000/145000
260.95/259.60	c cleaning 9985 clauses out of 20091 with flag 155000/155000
299.18/297.70	c cleaning 9997 clauses out of 20107 with flag 165001/165001
323.63/322.11	c cleaning 10016 clauses out of 20110 with flag 175001/175001
334.78/333.22	c cleaning 10010 clauses out of 20095 with flag 185002/185002
350.10/348.60	c cleaning 10005 clauses out of 20084 with flag 195001/195001
373.31/371.70	c cleaning 9992 clauses out of 20081 with flag 205003/205003
400.94/399.32	c cleaning 9968 clauses out of 20088 with flag 215002/215002
432.90/431.29	c cleaning 9992 clauses out of 20118 with flag 225000/225000
458.75/457.01	c cleaning 10037 clauses out of 20129 with flag 235003/235003
485.89/484.14	c cleaning 10020 clauses out of 20092 with flag 245003/245003
510.33/508.53	c cleaning 10009 clauses out of 20070 with flag 255001/255001
524.87/523.03	c cleaning 9987 clauses out of 20061 with flag 265001/265001
540.31/538.42	c cleaning 9991 clauses out of 20074 with flag 275001/275001
559.54/557.68	c cleaning 9999 clauses out of 20082 with flag 285000/285000
589.85/587.90	c cleaning 10023 clauses out of 20088 with flag 295005/295005
613.51/611.51	c cleaning 9978 clauses out of 20064 with flag 305004/305004
644.46/642.43	c cleaning 10006 clauses out of 20082 with flag 315000/315000
662.59/660.59	c cleaning 10017 clauses out of 20076 with flag 325000/325000
675.24/673.19	c cleaning 9986 clauses out of 20064 with flag 335005/335005
702.46/700.38	c cleaning 9993 clauses out of 20074 with flag 345001/345001
727.10/724.94	c cleaning 10008 clauses out of 20082 with flag 355002/355002
755.04/752.80	c cleaning 10002 clauses out of 20072 with flag 365000/365000
787.69/785.45	c cleaning 9995 clauses out of 20070 with flag 375000/375000
823.52/821.23	c cleaning 10008 clauses out of 20078 with flag 385003/385003
842.17/839.85	c cleaning 9987 clauses out of 20067 with flag 395000/395000
856.21/853.82	c cleaning 9984 clauses out of 20080 with flag 405000/405000
870.63/868.29	c cleaning 10006 clauses out of 20096 with flag 415000/415000
904.55/902.17	c cleaning 10001 clauses out of 20093 with flag 425003/425003
932.59/930.14	c cleaning 10005 clauses out of 20096 with flag 435007/435007
971.24/968.79	c cleaning 9996 clauses out of 20084 with flag 445000/445000
1003.62/1001.08	c cleaning 9973 clauses out of 20089 with flag 455001/455001
1036.79/1034.10	c cleaning 10037 clauses out of 20117 with flag 465002/465002
1072.24/1069.57	c cleaning 9987 clauses out of 20079 with flag 475001/475001
1103.92/1101.13	c cleaning 10004 clauses out of 20093 with flag 485002/485002
1131.36/1128.51	c cleaning 10011 clauses out of 20094 with flag 495007/495007
1188.91/1185.94	c cleaning 10001 clauses out of 20077 with flag 505001/505001
1236.40/1233.42	c cleaning 9955 clauses out of 20077 with flag 515002/515002
1269.30/1266.26	c cleaning 10015 clauses out of 20131 with flag 525011/525011
1308.65/1305.56	c cleaning 10005 clauses out of 20105 with flag 535000/535000
1343.89/1340.80	c cleaning 10012 clauses out of 20104 with flag 545004/545004
1381.84/1378.63	c cleaning 10001 clauses out of 20088 with flag 555000/555000
1418.90/1415.68	c cleaning 9997 clauses out of 20087 with flag 565000/565000
1462.64/1459.34	c cleaning 9999 clauses out of 20090 with flag 575000/575000
1501.91/1498.60	c cleaning 9999 clauses out of 20093 with flag 585002/585002
1516.17/1512.76	c cleaning 9998 clauses out of 20093 with flag 595001/595001
1528.30/1524.82	c cleaning 9976 clauses out of 20094 with flag 605000/605000
1546.02/1542.52	c cleaning 10024 clauses out of 20118 with flag 615000/615000
1584.15/1580.70	c cleaning 10008 clauses out of 20094 with flag 625000/625000
1612.90/1609.31	c cleaning 10014 clauses out of 20087 with flag 635001/635001
1640.53/1636.95	c cleaning 10007 clauses out of 20073 with flag 645001/645001
1668.88/1665.22	c cleaning 10002 clauses out of 20065 with flag 655000/655000
1695.21/1691.53	c cleaning 9993 clauses out of 20065 with flag 665002/665002
1718.04/1714.31	c cleaning 10012 clauses out of 20071 with flag 675001/675001
1734.28/1730.50	c cleaning 10007 clauses out of 20062 with flag 685004/685004
1752.31/1748.51	c cleaning 10002 clauses out of 20054 with flag 695003/695003
1772.84/1769.05	c cleaning 10003 clauses out of 20053 with flag 705004/705004
1791.97/1788.17	c cleaning 9988 clauses out of 20046 with flag 715000/715000
1800.01/1796.12	c starts		: 170
1800.01/1796.12	c conflicts		: 721683
1800.01/1796.12	c decisions		: 1905946
1800.01/1796.12	c propagations		: 26757043
1800.01/1796.12	c inspects		: 776792683
1800.01/1796.14	c learnt literals	: 0
1800.01/1796.14	c learnt binary clauses	: 0
1800.01/1796.14	c learnt ternary clauses	: 0
1800.01/1796.14	c learnt clauses	: 721697
1800.01/1796.14	c ignored clauses	: 0
1800.01/1796.14	c root simplifications	: 0
1800.01/1796.14	c removed literals (reason simplification)	: 8614663
1800.01/1796.14	c reason swapping (by a shorter reason)	: 0
1800.01/1796.14	c Calls to reduceDB	: 73
1800.01/1796.14	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.14	c number of learned constraints concerned by reduction	: 0
1800.01/1796.15	c number of learning phase by resolution	: 0
1800.01/1796.15	c number of learning phase by cutting planes	: 0
1800.01/1796.15	c speed (assignments/second)	: 14903.840134034848
1800.01/1796.15	c non guided choices	290914
1800.01/1796.20	c learnt constraints type 
1800.01/1796.20	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16786
1800.01/1796.20	c constraints type 
1800.01/1796.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
1800.01/1796.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
1800.01/1796.20	s UNKNOWN
1800.01/1796.20	c Total wall clock time (in seconds): 1795.989

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659830-1276578175/watcher-2659830-1276578175 -o /tmp/evaluation-result-2659830-1276578175/solver-2659830-1276578175 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659830-1276578175.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 2109
/proc/meminfo: memFree=1857140/2059040 swapFree=4140224/4192956
[pid=2109] ppid=2107 vsize=248 CPUtime=0
/proc/2109/stat : 2109 (java6) R 2107 2109 1345 0 -1 4194304 110 0 0 0 0 0 0 0 22 0 1 0 31473793 253952 29 1992294400 134512640 134550932 4294706096 18446744073709551615 5145172 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2109/statm: 62 29 21 10 0 23 0

[startup+0.084321 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 2109
/proc/meminfo: memFree=1857140/2059040 swapFree=4140224/4192956
[pid=2109] ppid=2107 vsize=1521796 CPUtime=0.06
/proc/2109/stat : 2109 (java) S 2107 2109 1345 0 -1 4202496 3788 0 1 0 4 2 0 0 15 0 7 0 31473793 1558319104 3228 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/2109/statm: 380449 3228 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.103965 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 2109
/proc/meminfo: memFree=1857140/2059040 swapFree=4140224/4192956
[pid=2109] ppid=2107 vsize=1524184 CPUtime=0.08
/proc/2109/stat : 2109 (java) S 2107 2109 1345 0 -1 4202496 3965 0 1 0 6 2 0 0 15 0 12 0 31473793 1560764416 3403 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2109/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301983 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 2109
/proc/meminfo: memFree=1857140/2059040 swapFree=4140224/4192956
[pid=2109] ppid=2107 vsize=1526264 CPUtime=0.33
/proc/2109/stat : 2109 (java) S 2107 2109 1345 0 -1 4202496 5331 0 1 0 30 3 0 0 15 0 12 0 31473793 1562894336 4767 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2109/statm: 381566 4767 1358 10 0 378868 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526264

[startup+0.70203 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 2109
/proc/meminfo: memFree=1857140/2059040 swapFree=4140224/4192956
[pid=2109] ppid=2107 vsize=1529556 CPUtime=1.08
/proc/2109/stat : 2109 (java) S 2107 2109 1345 0 -1 4202496 9027 0 1 0 103 5 0 0 15 0 12 0 31473793 1566265344 8273 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2109/statm: 382389 8273 1401 10 0 379691 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1529556

[startup+1.5021 s]
/proc/loadavg: 1.24 1.06 1.02 4/119 2123
/proc/meminfo: memFree=1824116/2059040 swapFree=4140224/4192956
[pid=2109] ppid=2107 vsize=1529880 CPUtime=2.48
/proc/2109/stat : 2109 (java) S 2107 2109 1345 0 -1 4202496 11156 0 1 0 242 6 0 0 15 0 13 0 31473793 1566597120 10000 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2109/statm: 382470 10000 1428 10 0 379772 0
[pid=2109/tid=2111] ppid=2107 vsize=1529880 CPUtime=1.07
/proc/2109/task/2111/stat : 2111 (java) R 2107 2109 1345 0 -1 4202560 7855 0 1 0 103 4 0 0 25 0 13 0 31473795 1566597120 10000 1992294400 134512640 134550932 4293335536 18446744073709551615 4109898029 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2109/tid=2113] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2113/stat : 2113 (java) S 2107 2109 1345 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 31473797 1566597120 10000 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2114] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2114/stat : 2114 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 31473797 1566597120 10000 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2115] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2115/stat : 2115 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 31473798 1566597120 10000 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2116] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2116/stat : 2116 (java) S 2107 2109 1345 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 31473799 1566597120 10000 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2117] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2117/stat : 2117 (java) S 2107 2109 1345 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 31473799 1566597120 10000 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2118] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2118/stat : 2118 (java) S 2107 2109 1345 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31473803 1566597120 10000 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2119] ppid=2107 vsize=1529880 CPUtime=0.58
/proc/2109/task/2119/stat : 2119 (java) S 2107 2109 1345 0 -1 4202560 1177 0 0 0 58 0 0 0 17 0 13 0 31473803 1566597120 10000 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2120] ppid=2107 vsize=1529880 CPUtime=0.79
/proc/2109/task/2120/stat : 2120 (java) S 2107 2109 1345 0 -1 4202560 1055 0 0 0 79 0 0 0 16 0 13 0 31473803 1566597120 10000 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2121] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2121/stat : 2121 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31473803 1566597120 10000 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2122] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2122/stat : 2122 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31473803 1566597120 10000 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2123] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2123/stat : 2123 (java) S 2107 2109 1345 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31473878 1566597120 10000 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 1529880

[startup+3.10124 s]
/proc/loadavg: 1.24 1.06 1.02 3/119 2123
/proc/meminfo: memFree=1820272/2059040 swapFree=4140224/4192956
[pid=2109] ppid=2107 vsize=1529880 CPUtime=4.09
/proc/2109/stat : 2109 (java) S 2107 2109 1345 0 -1 4202496 12358 0 1 0 402 7 0 0 15 0 13 0 31473793 1566597120 11200 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2109/statm: 382470 11200 1428 10 0 379772 0
[pid=2109/tid=2111] ppid=2107 vsize=1529880 CPUtime=2.65
/proc/2109/task/2111/stat : 2111 (java) R 2107 2109 1345 0 -1 4202560 9057 0 1 0 261 4 0 0 25 0 13 0 31473795 1566597120 11201 1992294400 134512640 134550932 4293335536 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2109/tid=2113] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2113/stat : 2113 (java) S 2107 2109 1345 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 31473797 1566597120 11201 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2114] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2114/stat : 2114 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 31473797 1566597120 11201 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2115] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2115/stat : 2115 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 31473798 1566597120 11201 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2116] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2116/stat : 2116 (java) S 2107 2109 1345 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 31473799 1566597120 11201 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2117] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2117/stat : 2117 (java) S 2107 2109 1345 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 31473799 1566597120 11201 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2118] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2118/stat : 2118 (java) S 2107 2109 1345 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31473803 1566597120 11201 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2119] ppid=2107 vsize=1529880 CPUtime=0.6
/proc/2109/task/2119/stat : 2119 (java) S 2107 2109 1345 0 -1 4202560 1178 0 0 0 60 0 0 0 15 0 13 0 31473803 1566597120 11201 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2120] ppid=2107 vsize=1529880 CPUtime=0.8
/proc/2109/task/2120/stat : 2120 (java) S 2107 2109 1345 0 -1 4202560 1055 0 0 0 80 0 0 0 15 0 13 0 31473803 1566597120 11201 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2121] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2121/stat : 2121 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31473803 1566597120 11202 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2122] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2122/stat : 2122 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31473803 1566597120 11202 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2123] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2123/stat : 2123 (java) S 2107 2109 1345 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31473878 1566597120 11202 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 1529880

[startup+6.30155 s]
/proc/loadavg: 1.24 1.06 1.02 2/119 2123
/proc/meminfo: memFree=1799812/2059040 swapFree=4140224/4192956
[pid=2109] ppid=2107 vsize=1529880 CPUtime=7.32
/proc/2109/stat : 2109 (java) S 2107 2109 1345 0 -1 4202496 16700 0 1 0 724 8 0 0 15 0 13 0 31473793 1566597120 15519 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2109/statm: 382470 15519 1442 10 0 379772 0
[pid=2109/tid=2111] ppid=2107 vsize=1529880 CPUtime=5.79
/proc/2109/task/2111/stat : 2111 (java) R 2107 2109 1345 0 -1 4202560 10174 0 1 0 574 5 0 0 25 0 13 0 31473795 1566597120 15519 1992294400 134512640 134550932 4293335536 18446744073709551615 4109897962 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2109/tid=2113] ppid=2107 vsize=1529880 CPUtime=0.01
/proc/2109/task/2113/stat : 2113 (java) S 2107 2109 1345 0 -1 4202560 715 0 0 0 1 0 0 0 15 0 13 0 31473797 1566597120 15519 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2114] ppid=2107 vsize=1529880 CPUtime=0.01
/proc/2109/task/2114/stat : 2114 (java) S 2107 2109 1345 0 -1 4202560 899 0 0 0 1 0 0 0 18 0 13 0 31473797 1566597120 15519 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2115] ppid=2107 vsize=1529880 CPUtime=0.03
/proc/2109/task/2115/stat : 2115 (java) S 2107 2109 1345 0 -1 4202560 1606 0 0 0 3 0 0 0 15 0 13 0 31473798 1566597120 15519 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2116] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2116/stat : 2116 (java) S 2107 2109 1345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31473799 1566597120 15519 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2117] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2117/stat : 2117 (java) S 2107 2109 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31473799 1566597120 15519 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2118] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2118/stat : 2118 (java) S 2107 2109 1345 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31473803 1566597120 15519 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2119] ppid=2107 vsize=1529880 CPUtime=0.61
/proc/2109/task/2119/stat : 2119 (java) S 2107 2109 1345 0 -1 4202560 1180 0 0 0 61 0 0 0 15 0 13 0 31473803 1566597120 15519 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2120] ppid=2107 vsize=1529880 CPUtime=0.81
/proc/2109/task/2120/stat : 2120 (java) S 2107 2109 1345 0 -1 4202560 1059 0 0 0 81 0 0 0 15 0 13 0 31473803 1566597120 15519 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2121] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2121/stat : 2121 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31473803 1566597120 15519 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2122] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2122/stat : 2122 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31473803 1566597120 15519 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2123] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2123/stat : 2123 (java) S 2107 2109 1345 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31473878 1566597120 15519 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 1529880

[startup+12.7009 s]
/proc/loadavg: 1.20 1.06 1.02 2/119 2123
/proc/meminfo: memFree=1784932/2059040 swapFree=4140224/4192956
[pid=2109] ppid=2107 vsize=1529880 CPUtime=13.75
/proc/2109/stat : 2109 (java) S 2107 2109 1345 0 -1 4202496 20359 0 1 0 1365 10 0 0 15 0 13 0 31473793 1566597120 19175 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2109/statm: 382470 19175 1442 10 0 379772 0
[pid=2109/tid=2111] ppid=2107 vsize=1529880 CPUtime=12.07
/proc/2109/task/2111/stat : 2111 (java) R 2107 2109 1345 0 -1 4202560 10191 0 1 0 1202 5 0 0 25 0 13 0 31473795 1566597120 19175 1992294400 134512640 134550932 4293335536 18446744073709551615 4109938499 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2109/tid=2113] ppid=2107 vsize=1529880 CPUtime=0.02
/proc/2109/task/2113/stat : 2113 (java) S 2107 2109 1345 0 -1 4202560 2269 0 0 0 2 0 0 0 16 0 13 0 31473797 1566597120 19175 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2114] ppid=2107 vsize=1529880 CPUtime=0.02
/proc/2109/task/2114/stat : 2114 (java) S 2107 2109 1345 0 -1 4202560 2098 0 0 0 1 1 0 0 18 0 13 0 31473797 1566597120 19175 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2115] ppid=2107 vsize=1529880 CPUtime=0.06
/proc/2109/task/2115/stat : 2115 (java) S 2107 2109 1345 0 -1 4202560 2488 0 0 0 6 0 0 0 15 0 13 0 31473798 1566597120 19175 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2116] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2116/stat : 2116 (java) S 2107 2109 1345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31473799 1566597120 19175 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2117] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2117/stat : 2117 (java) S 2107 2109 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31473799 1566597120 19175 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2118] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2118/stat : 2118 (java) S 2107 2109 1345 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31473803 1566597120 19175 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2119] ppid=2107 vsize=1529880 CPUtime=0.66
/proc/2109/task/2119/stat : 2119 (java) S 2107 2109 1345 0 -1 4202560 1184 0 0 0 65 1 0 0 15 0 13 0 31473803 1566597120 19175 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2120] ppid=2107 vsize=1529880 CPUtime=0.86
/proc/2109/task/2120/stat : 2120 (java) S 2107 2109 1345 0 -1 4202560 1062 0 0 0 86 0 0 0 16 0 13 0 31473803 1566597120 19175 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2121] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2121/stat : 2121 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31473803 1566597120 19175 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2122] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2122/stat : 2122 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31473803 1566597120 19175 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2123] ppid=2107 vsize=1529880 CPUtime=0
/proc/2109/task/2123/stat : 2123 (java) S 2107 2109 1345 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31473878 1566597120 19175 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.75
Current children cumulated vsize (KiB) 1529880

[startup+25.5024 s]
/proc/loadavg: 1.17 1.05 1.01 2/119 2123
/proc/meminfo: memFree=1759884/2059040 swapFree=4140224/4192956
[pid=2109] ppid=2107 vsize=1532952 CPUtime=26.65
/proc/2109/stat : 2109 (java) S 2107 2109 1345 0 -1 4202496 26690 0 1 0 2651 14 0 0 15 0 13 0 31473793 1569742848 25368 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2109/statm: 383238 25368 1442 10 0 380540 0
[pid=2109/tid=2111] ppid=2107 vsize=1532952 CPUtime=24.69
/proc/2109/task/2111/stat : 2111 (java) R 2107 2109 1345 0 -1 4202560 10199 0 1 0 2463 6 0 0 25 0 13 0 31473795 1569742848 25368 1992294400 134512640 134550932 4293335536 18446744073709551615 4109893322 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2109/tid=2113] ppid=2107 vsize=1532952 CPUtime=0.08
/proc/2109/task/2113/stat : 2113 (java) S 2107 2109 1345 0 -1 4202560 5497 0 0 0 6 2 0 0 15 0 13 0 31473797 1569742848 25368 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2114] ppid=2107 vsize=1532952 CPUtime=0.03
/proc/2109/task/2114/stat : 2114 (java) S 2107 2109 1345 0 -1 4202560 3368 0 0 0 2 1 0 0 18 0 13 0 31473797 1569742848 25368 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2115] ppid=2107 vsize=1532952 CPUtime=0.17

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

/proc/2109/statm: 382982 80477 1442 10 0 380284 0
[pid=2109/tid=2111] ppid=2107 vsize=1531928 CPUtime=1653.08
/proc/2109/task/2111/stat : 2111 (java) R 2107 2109 1345 0 -1 4202560 32105 0 1 0 165271 37 0 0 25 0 13 0 31473795 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4109820895 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2109/tid=2113] ppid=2107 vsize=1531928 CPUtime=3.31
/proc/2109/task/2113/stat : 2113 (java) S 2107 2109 1345 0 -1 4202560 23464 0 0 0 321 10 0 0 16 0 13 0 31473797 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2114] ppid=2107 vsize=1531928 CPUtime=3.2
/proc/2109/task/2114/stat : 2114 (java) S 2107 2109 1345 0 -1 4202560 21957 0 0 0 310 10 0 0 16 0 13 0 31473797 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2115] ppid=2107 vsize=1531928 CPUtime=4.68
/proc/2109/task/2115/stat : 2115 (java) S 2107 2109 1345 0 -1 4202560 6507 0 0 0 466 2 0 0 15 0 13 0 31473798 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2116] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2116/stat : 2116 (java) S 2107 2109 1345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31473799 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2117] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2117/stat : 2117 (java) S 2107 2109 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31473799 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2118] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2118/stat : 2118 (java) S 2107 2109 1345 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2119] ppid=2107 vsize=1531928 CPUtime=0.75
/proc/2109/task/2119/stat : 2119 (java) S 2107 2109 1345 0 -1 4202560 1801 0 0 0 74 1 0 0 15 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2120] ppid=2107 vsize=1531928 CPUtime=0.87
/proc/2109/task/2120/stat : 2120 (java) S 2107 2109 1345 0 -1 4202560 1075 0 0 0 87 0 0 0 16 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2121] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2121/stat : 2121 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2122] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2122/stat : 2122 (java) S 2107 2109 1345 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2123] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2123/stat : 2123 (java) S 2107 2109 1345 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31473878 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1665.98
Current children cumulated vsize (KiB) 1531928

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 2172
/proc/meminfo: memFree=1537552/2059040 swapFree=4140224/4192956
[pid=2109] ppid=2107 vsize=1531928 CPUtime=1726.08
/proc/2109/stat : 2109 (java) S 2107 2109 1345 0 -1 4202496 88083 0 1 0 172543 65 0 0 15 0 13 0 31473793 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2109/statm: 382982 80477 1442 10 0 380284 0
[pid=2109/tid=2111] ppid=2107 vsize=1531928 CPUtime=1712.64
/proc/2109/task/2111/stat : 2111 (java) R 2107 2109 1345 0 -1 4202560 32108 0 1 0 171227 37 0 0 25 0 13 0 31473795 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4109893204 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2109/tid=2113] ppid=2107 vsize=1531928 CPUtime=3.45
/proc/2109/task/2113/stat : 2113 (java) S 2107 2109 1345 0 -1 4202560 23464 0 0 0 335 10 0 0 16 0 13 0 31473797 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2114] ppid=2107 vsize=1531928 CPUtime=3.34
/proc/2109/task/2114/stat : 2114 (java) S 2107 2109 1345 0 -1 4202560 21957 0 0 0 324 10 0 0 15 0 13 0 31473797 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2115] ppid=2107 vsize=1531928 CPUtime=4.95
/proc/2109/task/2115/stat : 2115 (java) S 2107 2109 1345 0 -1 4202560 6511 0 0 0 493 2 0 0 15 0 13 0 31473798 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2116] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2116/stat : 2116 (java) S 2107 2109 1345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31473799 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2117] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2117/stat : 2117 (java) S 2107 2109 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31473799 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2118] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2118/stat : 2118 (java) S 2107 2109 1345 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2119] ppid=2107 vsize=1531928 CPUtime=0.75
/proc/2109/task/2119/stat : 2119 (java) S 2107 2109 1345 0 -1 4202560 1801 0 0 0 74 1 0 0 15 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2120] ppid=2107 vsize=1531928 CPUtime=0.87
/proc/2109/task/2120/stat : 2120 (java) S 2107 2109 1345 0 -1 4202560 1075 0 0 0 87 0 0 0 16 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2121] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2121/stat : 2121 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2122] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2122/stat : 2122 (java) S 2107 2109 1345 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2123] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2123/stat : 2123 (java) S 2107 2109 1345 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31473878 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.08
Current children cumulated vsize (KiB) 1531928

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 2174
/proc/meminfo: memFree=1537304/2059040 swapFree=4140224/4192956
[pid=2109] ppid=2107 vsize=1531928 CPUtime=1786.17
/proc/2109/stat : 2109 (java) S 2107 2109 1345 0 -1 4202496 88092 0 1 0 178551 66 0 0 15 0 13 0 31473793 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2109/statm: 382982 80477 1442 10 0 380284 0
[pid=2109/tid=2111] ppid=2107 vsize=1531928 CPUtime=1772.23
/proc/2109/task/2111/stat : 2111 (java) R 2107 2109 1345 0 -1 4202560 32111 0 1 0 177184 39 0 0 25 0 13 0 31473795 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4109893408 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2109/tid=2113] ppid=2107 vsize=1531928 CPUtime=3.57
/proc/2109/task/2113/stat : 2113 (java) S 2107 2109 1345 0 -1 4202560 23464 0 0 0 347 10 0 0 16 0 13 0 31473797 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2114] ppid=2107 vsize=1531928 CPUtime=3.46
/proc/2109/task/2114/stat : 2114 (java) S 2107 2109 1345 0 -1 4202560 21957 0 0 0 336 10 0 0 16 0 13 0 31473797 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2115] ppid=2107 vsize=1531928 CPUtime=5.22
/proc/2109/task/2115/stat : 2115 (java) S 2107 2109 1345 0 -1 4202560 6515 0 0 0 520 2 0 0 15 0 13 0 31473798 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2116] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2116/stat : 2116 (java) S 2107 2109 1345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31473799 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2117] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2117/stat : 2117 (java) S 2107 2109 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31473799 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2118] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2118/stat : 2118 (java) S 2107 2109 1345 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2119] ppid=2107 vsize=1531928 CPUtime=0.75
/proc/2109/task/2119/stat : 2119 (java) S 2107 2109 1345 0 -1 4202560 1801 0 0 0 74 1 0 0 15 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2120] ppid=2107 vsize=1531928 CPUtime=0.87
/proc/2109/task/2120/stat : 2120 (java) S 2107 2109 1345 0 -1 4202560 1075 0 0 0 87 0 0 0 16 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2121] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2121/stat : 2121 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2122] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2122/stat : 2122 (java) S 2107 2109 1345 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2123] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2123/stat : 2123 (java) S 2107 2109 1345 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31473878 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.17
Current children cumulated vsize (KiB) 1531928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 2174
/proc/meminfo: memFree=1537304/2059040 swapFree=4140224/4192956
[pid=2109] ppid=2107 vsize=1531928 CPUtime=1800.01
/proc/2109/stat : 2109 (java) S 2107 2109 1345 0 -1 4202496 88095 0 1 0 179934 67 0 0 15 0 13 0 31473793 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2109/statm: 382982 80477 1442 10 0 380284 0
[pid=2109/tid=2111] ppid=2107 vsize=1531928 CPUtime=1785.92
/proc/2109/task/2111/stat : 2111 (java) R 2107 2109 1345 0 -1 4202560 32112 0 1 0 178553 39 0 0 25 0 13 0 31473795 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4109893413 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2109/tid=2113] ppid=2107 vsize=1531928 CPUtime=3.6
/proc/2109/task/2113/stat : 2113 (java) S 2107 2109 1345 0 -1 4202560 23464 0 0 0 350 10 0 0 16 0 13 0 31473797 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2114] ppid=2107 vsize=1531928 CPUtime=3.49
/proc/2109/task/2114/stat : 2114 (java) S 2107 2109 1345 0 -1 4202560 21957 0 0 0 339 10 0 0 16 0 13 0 31473797 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2115] ppid=2107 vsize=1531928 CPUtime=5.3
/proc/2109/task/2115/stat : 2115 (java) S 2107 2109 1345 0 -1 4202560 6515 0 0 0 528 2 0 0 15 0 13 0 31473798 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2116] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2116/stat : 2116 (java) S 2107 2109 1345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31473799 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2117] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2117/stat : 2117 (java) S 2107 2109 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31473799 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2118] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2118/stat : 2118 (java) S 2107 2109 1345 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2119] ppid=2107 vsize=1531928 CPUtime=0.75
/proc/2109/task/2119/stat : 2119 (java) S 2107 2109 1345 0 -1 4202560 1801 0 0 0 74 1 0 0 15 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2120] ppid=2107 vsize=1531928 CPUtime=0.87
/proc/2109/task/2120/stat : 2120 (java) S 2107 2109 1345 0 -1 4202560 1075 0 0 0 87 0 0 0 16 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2121] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2121/stat : 2121 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2122] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2122/stat : 2122 (java) S 2107 2109 1345 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 31473803 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2123] ppid=2107 vsize=1531928 CPUtime=0
/proc/2109/task/2123/stat : 2123 (java) S 2107 2109 1345 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31473878 1568694272 80477 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1531928

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

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

[startup+1796.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/121 2177
/proc/meminfo: memFree=1537164/2059040 swapFree=4140224/4192956
[pid=2109] ppid=2107 vsize=1532576 CPUtime=1800.2
/proc/2109/stat : 2109 (java) S 2107 2109 1345 0 -1 4202496 88140 0 1 0 179953 67 0 0 15 0 14 0 31473793 1569357824 80520 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2109/statm: 383144 80520 1445 10 0 380446 0
[pid=2109/tid=2111] ppid=2107 vsize=1532576 CPUtime=1786.02
/proc/2109/task/2111/stat : 2111 (java) R 2107 2109 1345 0 -1 4202560 32112 0 1 0 178563 39 0 0 25 0 14 0 31473795 1569357824 80520 1992294400 134512640 134550932 4293335536 18446744073709551615 4109898029 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2109/tid=2113] ppid=2107 vsize=1532576 CPUtime=3.6
/proc/2109/task/2113/stat : 2113 (java) S 2107 2109 1345 0 -1 4202560 23464 0 0 0 350 10 0 0 16 0 14 0 31473797 1569357824 80520 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2114] ppid=2107 vsize=1532576 CPUtime=3.49
/proc/2109/task/2114/stat : 2114 (java) S 2107 2109 1345 0 -1 4202560 21957 0 0 0 339 10 0 0 16 0 14 0 31473797 1569357824 80520 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2115] ppid=2107 vsize=1532576 CPUtime=5.3
/proc/2109/task/2115/stat : 2115 (java) S 2107 2109 1345 0 -1 4202560 6515 0 0 0 528 2 0 0 15 0 14 0 31473798 1569357824 80520 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 0 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2116] ppid=2107 vsize=1532576 CPUtime=0
/proc/2109/task/2116/stat : 2116 (java) S 2107 2109 1345 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 31473799 1569357824 80520 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2117] ppid=2107 vsize=1532576 CPUtime=0
/proc/2109/task/2117/stat : 2117 (java) S 2107 2109 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 31473799 1569357824 80520 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2118] ppid=2107 vsize=1532576 CPUtime=0
/proc/2109/task/2118/stat : 2118 (java) S 2107 2109 1345 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 31473803 1569357824 80520 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2119] ppid=2107 vsize=1532576 CPUtime=0.81
/proc/2109/task/2119/stat : 2119 (java) S 2107 2109 1345 0 -1 4202560 1824 0 0 0 80 1 0 0 15 0 14 0 31473803 1569357824 80520 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2120] ppid=2107 vsize=1532576 CPUtime=0.87
/proc/2109/task/2120/stat : 2120 (java) S 2107 2109 1345 0 -1 4202560 1075 0 0 0 87 0 0 0 16 0 14 0 31473803 1569357824 80520 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2121] ppid=2107 vsize=1532576 CPUtime=0
/proc/2109/task/2121/stat : 2121 (java) S 2107 2109 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 31473803 1569357824 80520 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2122] ppid=2107 vsize=1532576 CPUtime=0
/proc/2109/task/2122/stat : 2122 (java) S 2107 2109 1345 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 31473803 1569357824 80520 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 1 0 0 0
[pid=2109/tid=2123] ppid=2107 vsize=1532576 CPUtime=0
/proc/2109/task/2123/stat : 2123 (java) S 2107 2109 1345 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 31473878 1569357824 80520 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
[pid=2109/tid=2176] ppid=2107 vsize=1532576 CPUtime=0
/proc/2109/task/2176/stat : 2176 (java) S 2107 2109 1345 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 14 0 31653405 1569357824 80520 1992294400 134512640 134550932 4293335536 18446744073709551615 4294960144 0 4 0 16800975 18446604437836186560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1532576

Child status: 143
Real time (s): 1796.26
CPU time (s): 1800.25
CPU user time (s): 1799.54
CPU system time (s): 0.708892
CPU usage (%): 100.222
Max. virtual memory (cumulated for all children) (KiB): 1532952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.708892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88141
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= 37473
involuntary context switches= 18324

runsolver used 4.08038 second user time and 9.12661 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-15 07:02:55
IDJOB=2659830
IDBENCH=2584
IDSOLVER=1164
FILE ID=node018/2659830-1276578175
PBS_JOBID= 11173519
Free space on /tmp= 62484 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659830-1276578175/watcher-2659830-1276578175 -o /tmp/evaluation-result-2659830-1276578175/solver-2659830-1276578175 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659830-1276578175.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= fff7b3dc5d07bd6a4fd3046b5e5241f1
RANDOM SEED=1663937771

node018.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1857412 kB
Buffers:         27120 kB
Cached:          87128 kB
SwapCached:       6136 kB
Active:          68120 kB
Inactive:        58852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1857412 kB
SwapTotal:     4192956 kB
SwapFree:      4140224 kB
Dirty:             436 kB
Writeback:           4 kB
AnonPages:       10948 kB
Mapped:          12956 kB
Slab:            52492 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179564 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62484 MiB
End job on node018 at 2010-06-15 07:32:53