Trace number 354126

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.16 1761.74

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-UMTS.opb
MD5SUMc716bc6c519760d619aa6878c926054c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark54618714
Best CPU time to get the best result obtained on this benchmark1800.48
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 31249460
Optimality of the best value was proved NO
Number of variables6402
Total number of constraints4465
Number of constraints which are clauses2785
Number of constraints which are cardinality constraints (but not clauses)1428
Number of constraints which are nor clauses,nor cardinality constraints252
Minimum length of a constraint1
Maximum length of a constraint511
Number of terms in the objective function 4170
Biggest coefficient in the objective function 23582998528
Number of bits for the biggest coefficient in the objective function 35
Sum of the numbers in the objective function 2904924551250
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2904924551250
Number of bits of the biggest sum of numbers42
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/354126-1176695719/instance-354126-1176695719.opb
0.20/0.20	c reading problem ... 
1.85/1.21	c ... done. Wall clock time 1.006s.
1.85/1.21	c CPU time (experimental) 0.85s.
1.85/1.21	c #vars     6402
1.85/1.21	c #constraints  2081
1800.01/1761.61	c starts		: 2
1800.01/1761.61	c conflicts		: 25037
1800.01/1761.61	c decisions		: 72614
1800.01/1761.61	c propagations		: 960646
1800.01/1761.61	c inspects		: 394986042
1800.01/1761.61	c learnt literals	: 0
1800.01/1761.61	c learnt binary clauses	: 0
1800.01/1761.61	c learnt ternary clauses	: 0
1800.01/1761.61	c learnt clauses	: 25037
1800.01/1761.61	c root simplifications	: 0
1800.01/1761.61	c removed literals (reason simplification)	: 0
1800.01/1761.61	c reason swapping (by a shorter reason)	: 0
1800.01/1761.61	c Calls to reduceDB	: 0
1800.01/1761.61	c speed (decisions/second)	: 41.254063537189104
1800.01/1761.61	c non guided choices	0
1800.01/1761.61	s UNKNOWN
1800.01/1761.61	c Total wall clock time (ms): 1761.409

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node58/watcher-354126-1176695719 -o ROOT/results/node58/solver-354126-1176695719 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354126-1176695719/sat4jPseudoCPClause.jar /tmp/evaluation/354126-1176695719/instance-354126-1176695719.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.07 1.05 1.01 2/64 28113
/proc/meminfo: memFree=1861672/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=152 CPUtime=0
/proc/28113/stat : 28113 (java) R 28111 28113 27619 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 117481607 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4870948 0 0 4096 0 0 0 0 17 1 0 0
/proc/28113/statm: 38 26 19 9 0 4 0

[startup+0.04562 s]
/proc/loadavg: 1.07 1.05 1.01 2/64 28113
/proc/meminfo: memFree=1861672/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=1777400 CPUtime=0.03
/proc/28113/stat : 28113 (java) S 28111 28113 27619 0 -1 0 3450 0 1 0 2 1 0 0 18 0 4 0 117481607 1820057600 3195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 444350 3197 1022 9 0 441986 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777400

[startup+0.101623 s]
/proc/loadavg: 1.07 1.05 1.01 2/64 28113
/proc/meminfo: memFree=1861672/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=1781136 CPUtime=0.08
/proc/28113/stat : 28113 (java) S 28111 28113 27619 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 117481607 1823883264 3718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 445284 3718 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781136

[startup+0.301663 s]
/proc/loadavg: 1.07 1.05 1.01 2/64 28113
/proc/meminfo: memFree=1861672/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=1782536 CPUtime=0.33
/proc/28113/stat : 28113 (java) S 28111 28113 27619 0 -1 0 5123 0 1 0 30 3 0 0 18 0 12 0 117481607 1825316864 4861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 445634 4861 1267 9 0 443245 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782536

[startup+0.701732 s]
/proc/loadavg: 1.07 1.05 1.01 2/64 28113
/proc/meminfo: memFree=1861672/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=1783788 CPUtime=0.88
/proc/28113/stat : 28113 (java) S 28111 28113 27619 0 -1 0 7193 0 1 0 84 4 0 0 18 0 12 0 117481607 1826598912 6578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 445947 6578 1302 9 0 443558 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783788

[startup+1.50286 s]
/proc/loadavg: 1.07 1.05 1.01 3/76 28125
/proc/meminfo: memFree=1825032/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=1796876 CPUtime=2.43
/proc/28113/stat : 28113 (java) S 28111 28113 27619 0 -1 0 20459 0 1 0 233 10 0 0 18 0 12 0 117481607 1840001024 16567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 449219 16567 1323 9 0 446830 0
[pid=28113/tid=28115] ppid=28111 vsize=1796876 CPUtime=0.96
/proc/28113/task/28115/stat : 28115 (java) R 28111 28113 27619 0 -1 64 12086 0 1 0 89 7 0 0 18 0 12 0 117481609 1840001024 16567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109212981 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28116] ppid=28111 vsize=1796876 CPUtime=0
/proc/28113/task/28116/stat : 28116 (java) S 28111 28113 27619 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 117481610 1840001024 16567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28117] ppid=28111 vsize=1796876 CPUtime=0
/proc/28113/task/28117/stat : 28117 (java) S 28111 28113 27619 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 117481610 1840001024 16567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28118] ppid=28111 vsize=1796876 CPUtime=0
/proc/28113/task/28118/stat : 28118 (java) S 28111 28113 27619 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 117481613 1840001024 16567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28119] ppid=28111 vsize=1796876 CPUtime=0
/proc/28113/task/28119/stat : 28119 (java) S 28111 28113 27619 0 -1 64 11 0 0 0 0 0 0 0 20 0 12 0 117481613 1840001024 16567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28120] ppid=28111 vsize=1796876 CPUtime=0
/proc/28113/task/28120/stat : 28120 (java) S 28111 28113 27619 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 117481613 1840001024 16567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28121] ppid=28111 vsize=1796876 CPUtime=0
/proc/28113/task/28121/stat : 28121 (java) S 28111 28113 27619 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 117481617 1840001024 16567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28122] ppid=28111 vsize=1796876 CPUtime=0.92
/proc/28113/task/28122/stat : 28122 (java) R 28111 28113 27619 0 -1 64 5262 0 0 0 90 2 0 0 18 0 12 0 117481617 1840001024 16567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103321269 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28123] ppid=28111 vsize=1796876 CPUtime=0.53
/proc/28113/task/28123/stat : 28123 (java) R 28111 28113 27619 0 -1 64 2391 0 0 0 53 0 0 0 17 0 12 0 117481617 1840001024 16567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105417328 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28124] ppid=28111 vsize=1796876 CPUtime=0
/proc/28113/task/28124/stat : 28124 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 117481617 1840001024 16567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28125] ppid=28111 vsize=1796876 CPUtime=0
/proc/28113/task/28125/stat : 28125 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 117481617 1840001024 16567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 1796876

[startup+3.10213 s]
/proc/loadavg: 1.15 1.06 1.01 4/77 28126
/proc/meminfo: memFree=1777664/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=1797908 CPUtime=5.05
/proc/28113/stat : 28113 (java) S 28111 28113 27619 0 -1 0 52623 0 1 0 480 25 0 0 18 0 13 0 117481607 1841057792 43647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 449477 43647 1332 9 0 447088 0
[pid=28113/tid=28115] ppid=28111 vsize=1797908 CPUtime=2.02
/proc/28113/task/28115/stat : 28115 (java) R 28111 28113 27619 0 -1 64 37727 0 1 0 183 19 0 0 18 0 13 0 117481609 1841057792 43647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109765715 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28116] ppid=28111 vsize=1797908 CPUtime=0.01
/proc/28113/task/28116/stat : 28116 (java) S 28111 28113 27619 0 -1 64 611 0 0 0 1 0 0 0 16 0 13 0 117481610 1841057792 43647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28117] ppid=28111 vsize=1797908 CPUtime=0.01
/proc/28113/task/28117/stat : 28117 (java) S 28111 28113 27619 0 -1 64 467 0 0 0 1 0 0 0 16 0 13 0 117481610 1841057792 43647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28118] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28118/stat : 28118 (java) S 28111 28113 27619 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117481613 1841057792 43647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28119] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28119/stat : 28119 (java) S 28111 28113 27619 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117481613 1841057792 43647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28120] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28120/stat : 28120 (java) S 28111 28113 27619 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117481613 1841057792 43647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28121] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28121/stat : 28121 (java) S 28111 28113 27619 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117481617 1841057792 43647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28122] ppid=28111 vsize=1797908 CPUtime=1.6
/proc/28113/task/28122/stat : 28122 (java) S 28111 28113 27619 0 -1 64 7569 0 0 0 158 2 0 0 16 0 13 0 117481617 1841057792 43647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28123] ppid=28111 vsize=1797908 CPUtime=1.36
/proc/28113/task/28123/stat : 28123 (java) S 28111 28113 27619 0 -1 64 5519 0 0 0 134 2 0 0 16 0 13 0 117481617 1841057792 43647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28124] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28124/stat : 28124 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 117481617 1841057792 43647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28125] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28125/stat : 28125 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117481617 1841057792 43647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28126] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28126/stat : 28126 (java) S 28111 28113 27619 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117481765 1841057792 43647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 1797908

[startup+6.30247 s]
/proc/loadavg: 1.15 1.06 1.01 2/77 28126
/proc/meminfo: memFree=1684680/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=1797908 CPUtime=8.63
/proc/28113/stat : 28113 (java) S 28111 28113 27619 0 -1 0 54601 0 1 0 837 26 0 0 18 0 13 0 117481607 1841057792 44200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 449477 44200 1332 9 0 447088 0
[pid=28113/tid=28115] ppid=28111 vsize=1797908 CPUtime=5.08
/proc/28113/task/28115/stat : 28115 (java) R 28111 28113 27619 0 -1 64 37733 0 1 0 489 19 0 0 22 0 13 0 117481609 1841057792 44200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109765721 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28116] ppid=28111 vsize=1797908 CPUtime=0.08
/proc/28113/task/28116/stat : 28116 (java) S 28111 28113 27619 0 -1 64 1512 0 0 0 8 0 0 0 16 0 13 0 117481610 1841057792 44200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28117] ppid=28111 vsize=1797908 CPUtime=0.09
/proc/28113/task/28117/stat : 28117 (java) S 28111 28113 27619 0 -1 64 1494 0 0 0 9 0 0 0 16 0 13 0 117481610 1841057792 44200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28118] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28118/stat : 28118 (java) S 28111 28113 27619 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 117481613 1841057792 44200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28119] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28119/stat : 28119 (java) S 28111 28113 27619 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117481613 1841057792 44200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28120] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28120/stat : 28120 (java) S 28111 28113 27619 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117481613 1841057792 44200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28121] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28121/stat : 28121 (java) S 28111 28113 27619 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117481617 1841057792 44200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28122] ppid=28111 vsize=1797908 CPUtime=1.79
/proc/28113/task/28122/stat : 28122 (java) S 28111 28113 27619 0 -1 64 7576 0 0 0 177 2 0 0 16 0 13 0 117481617 1841057792 44200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28123] ppid=28111 vsize=1797908 CPUtime=1.54
/proc/28113/task/28123/stat : 28123 (java) S 28111 28113 27619 0 -1 64 5548 0 0 0 152 2 0 0 16 0 13 0 117481617 1841057792 44200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28124] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28124/stat : 28124 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 117481617 1841057792 44200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28125] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28125/stat : 28125 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117481617 1841057792 44200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28126] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28126/stat : 28126 (java) S 28111 28113 27619 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117481765 1841057792 44200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.63
Current children cumulated vsize (KiB) 1797908

[startup+12.7025 s]
/proc/loadavg: 1.12 1.06 1.01 2/77 28126
/proc/meminfo: memFree=1649352/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=1797908 CPUtime=15.26
/proc/28113/stat : 28113 (java) S 28111 28113 27619 0 -1 0 65322 0 1 0 1495 31 0 0 18 0 13 0 117481607 1841057792 54470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 449477 54470 1333 9 0 447088 0
[pid=28113/tid=28115] ppid=28111 vsize=1797908 CPUtime=11.29
/proc/28113/task/28115/stat : 28115 (java) R 28111 28113 27619 0 -1 64 41283 0 1 0 1109 20 0 0 20 0 13 0 117481609 1841057792 54470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109740208 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28116] ppid=28111 vsize=1797908 CPUtime=0.23
/proc/28113/task/28116/stat : 28116 (java) S 28111 28113 27619 0 -1 64 4993 0 0 0 20 3 0 0 16 0 13 0 117481610 1841057792 54470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28117] ppid=28111 vsize=1797908 CPUtime=0.24
/proc/28113/task/28117/stat : 28117 (java) S 28111 28113 27619 0 -1 64 5166 0 0 0 22 2 0 0 16 0 13 0 117481610 1841057792 54470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28118] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28118/stat : 28118 (java) S 28111 28113 27619 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 117481613 1841057792 54470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28119] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28119/stat : 28119 (java) S 28111 28113 27619 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117481613 1841057792 54470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28120] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28120/stat : 28120 (java) S 28111 28113 27619 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117481613 1841057792 54470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28121] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28121/stat : 28121 (java) S 28111 28113 27619 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117481617 1841057792 54470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28122] ppid=28111 vsize=1797908 CPUtime=1.84
/proc/28113/task/28122/stat : 28122 (java) S 28111 28113 27619 0 -1 64 7579 0 0 0 182 2 0 0 16 0 13 0 117481617 1841057792 54470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28123] ppid=28111 vsize=1797908 CPUtime=1.61
/proc/28113/task/28123/stat : 28123 (java) S 28111 28113 27619 0 -1 64 5552 0 0 0 159 2 0 0 17 0 13 0 117481617 1841057792 54470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28124] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28124/stat : 28124 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 117481617 1841057792 54470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28125] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28125/stat : 28125 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117481617 1841057792 54470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28126] ppid=28111 vsize=1797908 CPUtime=0
/proc/28113/task/28126/stat : 28126 (java) S 28111 28113 27619 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117481765 1841057792 54470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.26
Current children cumulated vsize (KiB) 1797908

[startup+25.5027 s]
/proc/loadavg: 1.10 1.06 1.01 2/77 28126
/proc/meminfo: memFree=1635016/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=1795516 CPUtime=28.26
/proc/28113/stat : 28113 (java) S 28111 28113 27619 0 -1 0 69870 0 1 0 2792 34 0 0 18 0 13 0 117481607 1838608384 57832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 448879 57832 1333 9 0 446490 0
[pid=28113/tid=28115] ppid=28111 vsize=1795516 CPUtime=23.93
/proc/28113/task/28115/stat : 28115 (java) R 28111 28113 27619 0 -1 64 41382 0 1 0 2373 20 0 0 25 0 13 0 117481609 1838608384 57832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109739683 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28116] ppid=28111 vsize=1795516 CPUtime=0.38
/proc/28113/task/28116/stat : 28116 (java) S 28111 28113 27619 0 -1 64 7230 0 0 0 34 4 0 0 16 0 13 0 117481610 1838608384 57832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28117] ppid=28111 vsize=1795516 CPUtime=0.38
/proc/28113/task/28117/stat : 28117 (java) S 28111 28113 27619 0 -1 64 7378 0 0 0 35 3 0 0 16 0 13 0 117481610 1838608384 57832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28118] ppid=28111 vsize=1795516 CPUtime=0
/proc/28113/task/28118/stat : 28118 (java) S 28111 28113 27619 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 117481613 1838608384 57832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=28113/tid=28118] ppid=28111 vsize=1794616 CPUtime=0.21
/proc/28113/task/28118/stat : 28118 (java) S 28111 28113 27619 0 -1 64 34 0 0 0 13 8 0 0 16 0 13 0 117481613 1837686784 184591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28119] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28119/stat : 28119 (java) S 28111 28113 27619 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117481613 1837686784 184591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28120] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28120/stat : 28120 (java) S 28111 28113 27619 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117481613 1837686784 184591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28121] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28121/stat : 28121 (java) S 28111 28113 27619 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117481617 1837686784 184591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28122] ppid=28111 vsize=1794616 CPUtime=1.92
/proc/28113/task/28122/stat : 28122 (java) S 28111 28113 27619 0 -1 64 7629 0 0 0 190 2 0 0 16 0 13 0 117481617 1837686784 184591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28123] ppid=28111 vsize=1794616 CPUtime=1.85
/proc/28113/task/28123/stat : 28123 (java) S 28111 28113 27619 0 -1 64 5562 0 0 0 183 2 0 0 16 0 13 0 117481617 1837686784 184591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28124] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28124/stat : 28124 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 117481617 1837686784 184591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28125] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28125/stat : 28125 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117481617 1837686784 184591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28126] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28126/stat : 28126 (java) S 28111 28113 27619 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117481765 1837686784 184591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1574.82
Current children cumulated vsize (KiB) 1794616

[startup+1602.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 28324
/proc/meminfo: memFree=1110728/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=1794616 CPUtime=1636.42
/proc/28113/stat : 28113 (java) S 28111 28113 27619 0 -1 0 221888 0 1 0 163520 122 0 0 18 0 13 0 117481607 1837686784 188454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 448654 188454 1333 9 0 446265 0
[pid=28113/tid=28115] ppid=28111 vsize=1794616 CPUtime=1567.29
/proc/28113/task/28115/stat : 28115 (java) R 28111 28113 27619 0 -1 64 43932 0 1 0 156696 33 0 0 25 0 13 0 117481609 1837686784 188454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109652903 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28116] ppid=28111 vsize=1794616 CPUtime=32.58
/proc/28113/task/28116/stat : 28116 (java) S 28111 28113 27619 0 -1 64 84313 0 0 0 3221 37 0 0 16 0 13 0 117481610 1837686784 188454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28117] ppid=28111 vsize=1794616 CPUtime=32.49
/proc/28113/task/28117/stat : 28117 (java) S 28111 28113 27619 0 -1 64 79695 0 0 0 3213 36 0 0 17 0 13 0 117481610 1837686784 188454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28118] ppid=28111 vsize=1794616 CPUtime=0.22
/proc/28113/task/28118/stat : 28118 (java) S 28111 28113 27619 0 -1 64 34 0 0 0 14 8 0 0 16 0 13 0 117481613 1837686784 188454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28119] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28119/stat : 28119 (java) S 28111 28113 27619 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117481613 1837686784 188454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28120] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28120/stat : 28120 (java) S 28111 28113 27619 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117481613 1837686784 188454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28121] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28121/stat : 28121 (java) S 28111 28113 27619 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117481617 1837686784 188454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28122] ppid=28111 vsize=1794616 CPUtime=1.92
/proc/28113/task/28122/stat : 28122 (java) S 28111 28113 27619 0 -1 64 7629 0 0 0 190 2 0 0 16 0 13 0 117481617 1837686784 188454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28123] ppid=28111 vsize=1794616 CPUtime=1.85
/proc/28113/task/28123/stat : 28123 (java) S 28111 28113 27619 0 -1 64 5562 0 0 0 183 2 0 0 16 0 13 0 117481617 1837686784 188454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28124] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28124/stat : 28124 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 117481617 1837686784 188454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28125] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28125/stat : 28125 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117481617 1837686784 188454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28126] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28126/stat : 28126 (java) S 28111 28113 27619 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117481765 1837686784 188454 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1636.42
Current children cumulated vsize (KiB) 1794616

[startup+1662.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 28324
/proc/meminfo: memFree=1099464/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=1794616 CPUtime=1697.98
/proc/28113/stat : 28113 (java) S 28111 28113 27619 0 -1 0 225094 0 1 0 169675 123 0 0 18 0 13 0 117481607 1837686784 191263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 448654 191263 1333 9 0 446265 0
[pid=28113/tid=28115] ppid=28111 vsize=1794616 CPUtime=1625.67
/proc/28113/task/28115/stat : 28115 (java) R 28111 28113 27619 0 -1 64 43957 0 1 0 162534 33 0 0 19 0 13 0 117481609 1837686784 191263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109762683 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28116] ppid=28111 vsize=1794616 CPUtime=34.18
/proc/28113/task/28116/stat : 28116 (java) S 28111 28113 27619 0 -1 64 85522 0 0 0 3380 38 0 0 16 0 13 0 117481610 1837686784 191263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28117] ppid=28111 vsize=1794616 CPUtime=34.09
/proc/28113/task/28117/stat : 28117 (java) S 28111 28113 27619 0 -1 64 81667 0 0 0 3372 37 0 0 16 0 13 0 117481610 1837686784 191263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28118] ppid=28111 vsize=1794616 CPUtime=0.22
/proc/28113/task/28118/stat : 28118 (java) S 28111 28113 27619 0 -1 64 34 0 0 0 14 8 0 0 15 0 13 0 117481613 1837686784 191263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28119] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28119/stat : 28119 (java) S 28111 28113 27619 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117481613 1837686784 191263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28120] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28120/stat : 28120 (java) S 28111 28113 27619 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117481613 1837686784 191263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28121] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28121/stat : 28121 (java) S 28111 28113 27619 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117481617 1837686784 191263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28122] ppid=28111 vsize=1794616 CPUtime=1.92
/proc/28113/task/28122/stat : 28122 (java) S 28111 28113 27619 0 -1 64 7629 0 0 0 190 2 0 0 16 0 13 0 117481617 1837686784 191263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28123] ppid=28111 vsize=1794616 CPUtime=1.85
/proc/28113/task/28123/stat : 28123 (java) S 28111 28113 27619 0 -1 64 5562 0 0 0 183 2 0 0 16 0 13 0 117481617 1837686784 191263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28124] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28124/stat : 28124 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 117481617 1837686784 191263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28125] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28125/stat : 28125 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117481617 1837686784 191263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28126] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28126/stat : 28126 (java) S 28111 28113 27619 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117481765 1837686784 191263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1697.98
Current children cumulated vsize (KiB) 1794616

[startup+1722.3 s]
/proc/loadavg: 1.15 1.05 1.01 2/77 28324
/proc/meminfo: memFree=1087944/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=1794616 CPUtime=1759.59
/proc/28113/stat : 28113 (java) S 28111 28113 27619 0 -1 0 228261 0 1 0 175834 125 0 0 18 0 13 0 117481607 1837686784 194125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 448654 194125 1333 9 0 446265 0
[pid=28113/tid=28115] ppid=28111 vsize=1794616 CPUtime=1684
/proc/28113/task/28115/stat : 28115 (java) R 28111 28113 27619 0 -1 64 43982 0 1 0 168367 33 0 0 25 0 13 0 117481609 1837686784 194125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109762878 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28116] ppid=28111 vsize=1794616 CPUtime=35.81
/proc/28113/task/28116/stat : 28116 (java) S 28111 28113 27619 0 -1 64 86839 0 0 0 3543 38 0 0 16 0 13 0 117481610 1837686784 194125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28117] ppid=28111 vsize=1794616 CPUtime=35.71
/proc/28113/task/28117/stat : 28117 (java) S 28111 28113 27619 0 -1 64 83492 0 0 0 3534 37 0 0 17 0 13 0 117481610 1837686784 194125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28118] ppid=28111 vsize=1794616 CPUtime=0.24
/proc/28113/task/28118/stat : 28118 (java) S 28111 28113 27619 0 -1 64 34 0 0 0 15 9 0 0 16 0 13 0 117481613 1837686784 194125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28119] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28119/stat : 28119 (java) S 28111 28113 27619 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117481613 1837686784 194125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28120] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28120/stat : 28120 (java) S 28111 28113 27619 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117481613 1837686784 194125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28121] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28121/stat : 28121 (java) S 28111 28113 27619 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117481617 1837686784 194125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28122] ppid=28111 vsize=1794616 CPUtime=1.92
/proc/28113/task/28122/stat : 28122 (java) S 28111 28113 27619 0 -1 64 7629 0 0 0 190 2 0 0 16 0 13 0 117481617 1837686784 194125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28123] ppid=28111 vsize=1794616 CPUtime=1.85
/proc/28113/task/28123/stat : 28123 (java) S 28111 28113 27619 0 -1 64 5562 0 0 0 183 2 0 0 16 0 13 0 117481617 1837686784 194125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28124] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28124/stat : 28124 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 117481617 1837686784 194125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28125] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28125/stat : 28125 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117481617 1837686784 194125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28126] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28126/stat : 28126 (java) S 28111 28113 27619 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117481765 1837686784 194125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1759.59
Current children cumulated vsize (KiB) 1794616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1761.6 s]
/proc/loadavg: 1.14 1.06 1.01 2/77 28324
/proc/meminfo: memFree=1080392/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=1794616 CPUtime=1800.01
/proc/28113/stat : 28113 (java) S 28111 28113 27619 0 -1 0 230261 0 1 0 179875 126 0 0 18 0 13 0 117481607 1837686784 195991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28113/statm: 448654 195991 1333 9 0 446265 0
[pid=28113/tid=28115] ppid=28111 vsize=1794616 CPUtime=1722.16
/proc/28113/task/28115/stat : 28115 (java) R 28111 28113 27619 0 -1 64 43999 0 1 0 172182 34 0 0 25 0 13 0 117481609 1837686784 195991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109694106 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28116] ppid=28111 vsize=1794616 CPUtime=36.94
/proc/28113/task/28116/stat : 28116 (java) S 28111 28113 27619 0 -1 64 87462 0 0 0 3655 39 0 0 17 0 13 0 117481610 1837686784 195991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28117] ppid=28111 vsize=1794616 CPUtime=36.84
/proc/28113/task/28117/stat : 28117 (java) S 28111 28113 27619 0 -1 64 84852 0 0 0 3646 38 0 0 16 0 13 0 117481610 1837686784 195991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28118] ppid=28111 vsize=1794616 CPUtime=0.24
/proc/28113/task/28118/stat : 28118 (java) S 28111 28113 27619 0 -1 64 34 0 0 0 15 9 0 0 16 0 13 0 117481613 1837686784 195991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28119] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28119/stat : 28119 (java) S 28111 28113 27619 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117481613 1837686784 195991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28120] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28120/stat : 28120 (java) S 28111 28113 27619 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117481613 1837686784 195991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28121] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28121/stat : 28121 (java) S 28111 28113 27619 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 117481617 1837686784 195991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28122] ppid=28111 vsize=1794616 CPUtime=1.92
/proc/28113/task/28122/stat : 28122 (java) S 28111 28113 27619 0 -1 64 7629 0 0 0 190 2 0 0 16 0 13 0 117481617 1837686784 195991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28123] ppid=28111 vsize=1794616 CPUtime=1.85
/proc/28113/task/28123/stat : 28123 (java) S 28111 28113 27619 0 -1 64 5562 0 0 0 183 2 0 0 16 0 13 0 117481617 1837686784 195991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28124] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28124/stat : 28124 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 117481617 1837686784 195991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28113/tid=28125] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28125/stat : 28125 (java) S 28111 28113 27619 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117481617 1837686784 195991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28113/tid=28126] ppid=28111 vsize=1794616 CPUtime=0
/proc/28113/task/28126/stat : 28126 (java) S 28111 28113 27619 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117481765 1837686784 195991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1794616

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

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

[startup+1761.71 s]
/proc/loadavg: 1.14 1.06 1.01 2/77 28324
/proc/meminfo: memFree=1080392/2055920 swapFree=4184484/4192956
[pid=28113] ppid=28111 vsize=0 CPUtime=1800.12
/proc/28113/stat : 28113 (java) Z 28111 28113 27619 0 -1 1036 230281 0 1 0 179877 135 0 0 16 0 2 0 117481607 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28113/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1761.74
CPU time (s): 1800.16
CPU user time (s): 1798.77
CPU system time (s): 1.38479
CPU usage (%): 102.18
Max. virtual memory (cumulated for all children) (KiB): 1800224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 1.38479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230281
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= 45141
involuntary context switches= 43059

runsolver used 1.70574 second user time and 4.77327 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Mon Apr 16 03:55:19 UTC 2007

IDJOB= 354126
IDBENCH= 2354
IDSOLVER= 164
FILE ID= node58/354126-1176695719

PBS_JOBID= 4560000

Free space on /tmp= 66503 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-UMTS.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354126-1176695719/sat4jPseudoCPClause.jar /tmp/evaluation/354126-1176695719/instance-354126-1176695719.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-354126-1176695719 -o ROOT/results/node58/solver-354126-1176695719 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354126-1176695719/sat4jPseudoCPClause.jar /tmp/evaluation/354126-1176695719/instance-354126-1176695719.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c716bc6c519760d619aa6878c926054c

RANDOM SEED= 621448198

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.265
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.265
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1862152 kB
Buffers:         24068 kB
Cached:          88504 kB
SwapCached:       2416 kB
Active:          31940 kB
Inactive:       103652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862152 kB
SwapTotal:     4192956 kB
SwapFree:      4184484 kB
Dirty:            4008 kB
Writeback:           0 kB
Mapped:          29160 kB
Slab:            44268 kB
Committed_AS:   891216 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66503 MiB

End job on node58 on Mon Apr 16 04:24:43 UTC 2007