Trace number 348294

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.28 1738.89

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-ship12s.opb
MD5SUMbde0c0fbe1d85bc08e3fa72426bea662
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82890
Total number of constraints1037
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1037
Minimum length of a constraint30
Maximum length of a constraint1470
Number of terms in the objective function 82890
Biggest coefficient in the objective function 3868
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 594441
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 594441
Number of bits of the biggest sum of numbers20
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	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.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.21	--- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.21	c Learn all clauses as in MiniSAT
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.21	c No reason simplification
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c Simplify asserted PB constraints to clauses
0.20/0.21	c solving /tmp/evaluation/348294-1176575726/instance-348294-1176575726.opb
0.20/0.21	c reading problem ... 
4.59/3.36	c ... done. Wall clock time 3.155s.
4.59/3.36	c CPU time (experimental) 2.6s.
4.59/3.36	c #vars     82890
4.59/3.36	c #constraints  1693
1800.08/1738.71	c starts		: 2
1800.08/1738.71	c conflicts		: 12119
1800.08/1738.71	c decisions		: 28435
1800.08/1738.71	c propagations		: 109725
1800.08/1738.71	c inspects		: 85083052
1800.08/1738.71	c learnt literals	: 0
1800.08/1738.71	c learnt binary clauses	: 0
1800.08/1738.71	c learnt ternary clauses	: 0
1800.08/1738.71	c learnt clauses	: 12118
1800.08/1738.71	c root simplifications	: 0
1800.08/1738.71	c removed literals (reason simplification)	: 0
1800.08/1738.71	c reason swapping (by a shorter reason)	: 0
1800.08/1738.71	c Calls to reduceDB	: 0
1800.08/1738.71	c speed (decisions/second)	: 16.391061265734642
1800.08/1738.71	c non guided choices	0
1800.08/1738.71	s UNKNOWN
1800.08/1738.71	c Total wall clock time (ms): 1738.505

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/node19/watcher-348294-1176575726 -o ROOT/results/node19/solver-348294-1176575726 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348294-1176575726/sat4jPseudoCPClause.jar /tmp/evaluation/348294-1176575726/instance-348294-1176575726.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: 0.77 0.92 0.97 2/77 1022
/proc/meminfo: memFree=1647632/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=0 CPUtime=0
/proc/1022/stat : 1022 (runsolver) R 1020 1022 959 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 105490042 0 0 18446744073709551615 0 0 0 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1022/statm: 0 0 0 0 0 0 0

[startup+0.0115549 s]
/proc/loadavg: 0.77 0.92 0.97 2/77 1022
/proc/meminfo: memFree=1647632/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=272 CPUtime=0
/proc/1022/stat : 1022 (java) D 1020 1022 959 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 105490042 278528 37 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7484196 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/1022/statm: 77 39 29 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.101609 s]
/proc/loadavg: 0.77 0.92 0.97 2/77 1022
/proc/meminfo: memFree=1647632/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=1780112 CPUtime=0.08
/proc/1022/stat : 1022 (java) S 1020 1022 959 0 -1 0 3965 0 1 0 5 3 0 0 18 0 12 0 105490042 1822834688 3707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1022/statm: 445028 3707 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301592 s]
/proc/loadavg: 0.77 0.92 0.97 2/77 1022
/proc/meminfo: memFree=1647632/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=1781464 CPUtime=0.32
/proc/1022/stat : 1022 (java) S 1020 1022 959 0 -1 0 5786 0 1 0 28 4 0 0 18 0 12 0 105490042 1824219136 5525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1022/statm: 445366 5525 1264 9 0 442977 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781464

[startup+0.701629 s]
/proc/loadavg: 0.77 0.92 0.97 2/77 1022
/proc/meminfo: memFree=1647632/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=1783236 CPUtime=0.88
/proc/1022/stat : 1022 (java) S 1020 1022 959 0 -1 0 10202 0 1 0 82 6 0 0 18 0 12 0 105490042 1826033664 9774 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1022/statm: 445809 9775 1296 9 0 443420 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783236

[startup+1.50173 s]
/proc/loadavg: 0.95 0.96 0.98 4/89 1034
/proc/meminfo: memFree=1594160/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=1797248 CPUtime=2.21
/proc/1022/stat : 1022 (java) S 1020 1022 959 0 -1 0 24124 0 1 0 208 13 0 0 18 0 12 0 105490042 1840381952 21797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1022/statm: 449312 21797 1303 9 0 446923 0
[pid=1022/tid=1024] ppid=1020 vsize=1797248 CPUtime=1.04
/proc/1022/task/1024/stat : 1024 (java) R 1020 1022 959 0 -1 64 17365 0 1 0 94 10 0 0 22 0 12 0 105490043 1840381952 21797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109497222 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1025] ppid=1020 vsize=1797248 CPUtime=0
/proc/1022/task/1025/stat : 1025 (java) S 1020 1022 959 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 105490045 1840381952 21797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1026] ppid=1020 vsize=1797248 CPUtime=0
/proc/1022/task/1026/stat : 1026 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 105490045 1840381952 21797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1027] ppid=1020 vsize=1797248 CPUtime=0
/proc/1022/task/1027/stat : 1027 (java) S 1020 1022 959 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 105490047 1840381952 21797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1028] ppid=1020 vsize=1797248 CPUtime=0
/proc/1022/task/1028/stat : 1028 (java) S 1020 1022 959 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 105490048 1840381952 21797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1029] ppid=1020 vsize=1797248 CPUtime=0
/proc/1022/task/1029/stat : 1029 (java) S 1020 1022 959 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 105490048 1840381952 21797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1030] ppid=1020 vsize=1797248 CPUtime=0
/proc/1022/task/1030/stat : 1030 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 105490052 1840381952 21797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1031] ppid=1020 vsize=1797248 CPUtime=0.69
/proc/1022/task/1031/stat : 1031 (java) R 1020 1022 959 0 -1 64 4498 0 0 0 68 1 0 0 18 0 12 0 105490052 1840381952 21797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102283613 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1032] ppid=1020 vsize=1797248 CPUtime=0.45
/proc/1022/task/1032/stat : 1032 (java) S 1020 1022 959 0 -1 64 1539 0 0 0 45 0 0 0 16 0 12 0 105490052 1840381952 21797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1033] ppid=1020 vsize=1797248 CPUtime=0
/proc/1022/task/1033/stat : 1033 (java) S 1020 1022 959 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 105490052 1840381952 21797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1034] ppid=1020 vsize=1797248 CPUtime=0
/proc/1022/task/1034/stat : 1034 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 105490052 1840381952 21797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 1797248

[startup+3.10189 s]
/proc/loadavg: 0.95 0.96 0.98 3/89 1034
/proc/meminfo: memFree=1516080/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=1798516 CPUtime=4.38
/proc/1022/stat : 1022 (java) S 1020 1022 959 0 -1 0 54400 0 1 0 410 28 0 0 18 0 12 0 105490042 1841680384 49260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1022/statm: 449629 49260 1317 9 0 447240 0
[pid=1022/tid=1024] ppid=1020 vsize=1798516 CPUtime=2.34
/proc/1022/task/1024/stat : 1024 (java) R 1020 1022 959 0 -1 64 37680 0 1 0 215 19 0 0 20 0 12 0 105490043 1841680384 49260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516872 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1025] ppid=1020 vsize=1798516 CPUtime=0.11
/proc/1022/task/1025/stat : 1025 (java) S 1020 1022 959 0 -1 64 4002 0 0 0 10 1 0 0 16 0 12 0 105490045 1841680384 49260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1026] ppid=1020 vsize=1798516 CPUtime=0.12
/proc/1022/task/1026/stat : 1026 (java) S 1020 1022 959 0 -1 64 3058 0 0 0 11 1 0 0 16 0 12 0 105490045 1841680384 49260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1027] ppid=1020 vsize=1798516 CPUtime=0
/proc/1022/task/1027/stat : 1027 (java) S 1020 1022 959 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 105490047 1841680384 49260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1028] ppid=1020 vsize=1798516 CPUtime=0
/proc/1022/task/1028/stat : 1028 (java) S 1020 1022 959 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 105490048 1841680384 49260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1029] ppid=1020 vsize=1798516 CPUtime=0
/proc/1022/task/1029/stat : 1029 (java) S 1020 1022 959 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 105490048 1841680384 49260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1030] ppid=1020 vsize=1798516 CPUtime=0
/proc/1022/task/1030/stat : 1030 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 105490052 1841680384 49260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1031] ppid=1020 vsize=1798516 CPUtime=1.05
/proc/1022/task/1031/stat : 1031 (java) S 1020 1022 959 0 -1 64 6245 0 0 0 102 3 0 0 16 0 12 0 105490052 1841680384 49260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1032] ppid=1020 vsize=1798516 CPUtime=0.71
/proc/1022/task/1032/stat : 1032 (java) S 1020 1022 959 0 -1 64 2690 0 0 0 70 1 0 0 16 0 12 0 105490052 1841680384 49260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1033] ppid=1020 vsize=1798516 CPUtime=0
/proc/1022/task/1033/stat : 1033 (java) S 1020 1022 959 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 105490052 1841680384 49260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1034] ppid=1020 vsize=1798516 CPUtime=0
/proc/1022/task/1034/stat : 1034 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 105490052 1841680384 49260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 1798516

[startup+6.30224 s]
/proc/loadavg: 0.95 0.96 0.98 3/90 1035
/proc/meminfo: memFree=1411368/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=1799788 CPUtime=8.72
/proc/1022/stat : 1022 (java) S 1020 1022 959 0 -1 0 67670 0 1 0 837 35 0 0 18 0 13 0 105490042 1842982912 60276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1022/statm: 449947 60276 1327 9 0 447558 0
[pid=1022/tid=1024] ppid=1020 vsize=1799788 CPUtime=4.7
/proc/1022/task/1024/stat : 1024 (java) R 1020 1022 959 0 -1 64 37727 0 1 0 451 19 0 0 18 0 13 0 105490043 1842982912 60276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109994241 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1025] ppid=1020 vsize=1799788 CPUtime=0.71
/proc/1022/task/1025/stat : 1025 (java) S 1020 1022 959 0 -1 64 10583 0 0 0 66 5 0 0 16 0 13 0 105490045 1842982912 60276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1026] ppid=1020 vsize=1799788 CPUtime=0.71
/proc/1022/task/1026/stat : 1026 (java) S 1020 1022 959 0 -1 64 9210 0 0 0 67 4 0 0 16 0 13 0 105490045 1842982912 60276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1027] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1027/stat : 1027 (java) S 1020 1022 959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 105490047 1842982912 60276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1028] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1028/stat : 1028 (java) S 1020 1022 959 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 60276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1029] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1029/stat : 1029 (java) S 1020 1022 959 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 60276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1030] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1030/stat : 1030 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105490052 1842982912 60276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1031] ppid=1020 vsize=1799788 CPUtime=1.44
/proc/1022/task/1031/stat : 1031 (java) S 1020 1022 959 0 -1 64 6302 0 0 0 141 3 0 0 17 0 13 0 105490052 1842982912 60276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1032] ppid=1020 vsize=1799788 CPUtime=1.11
/proc/1022/task/1032/stat : 1032 (java) S 1020 1022 959 0 -1 64 3118 0 0 0 110 1 0 0 16 0 13 0 105490052 1842982912 60276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1033] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1033/stat : 1033 (java) S 1020 1022 959 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105490052 1842982912 60276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1034] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1034/stat : 1034 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105490052 1842982912 60276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1035] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1035/stat : 1035 (java) S 1020 1022 959 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 105490447 1842982912 60276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 1799788

[startup+12.7029 s]
/proc/loadavg: 1.11 0.99 0.99 2/90 1035
/proc/meminfo: memFree=1391400/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=1799788 CPUtime=15.61
/proc/1022/stat : 1022 (java) S 1020 1022 959 0 -1 0 75123 0 1 0 1521 40 0 0 18 0 13 0 105490042 1842982912 65094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1022/statm: 449947 65094 1327 9 0 447558 0
[pid=1022/tid=1024] ppid=1020 vsize=1799788 CPUtime=10.62
/proc/1022/task/1024/stat : 1024 (java) R 1020 1022 959 0 -1 64 37747 0 1 0 1043 19 0 0 25 0 13 0 105490043 1842982912 65094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110005712 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1025] ppid=1020 vsize=1799788 CPUtime=1.04
/proc/1022/task/1025/stat : 1025 (java) S 1020 1022 959 0 -1 64 15065 0 0 0 97 7 0 0 15 0 13 0 105490045 1842982912 65094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1026] ppid=1020 vsize=1799788 CPUtime=1.05
/proc/1022/task/1026/stat : 1026 (java) S 1020 1022 959 0 -1 64 12135 0 0 0 99 6 0 0 16 0 13 0 105490045 1842982912 65094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1027] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1027/stat : 1027 (java) S 1020 1022 959 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 105490047 1842982912 65094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1028] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1028/stat : 1028 (java) S 1020 1022 959 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 65094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1029] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1029/stat : 1029 (java) S 1020 1022 959 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 65094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1030] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1030/stat : 1030 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105490052 1842982912 65094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1031] ppid=1020 vsize=1799788 CPUtime=1.61
/proc/1022/task/1031/stat : 1031 (java) S 1020 1022 959 0 -1 64 6324 0 0 0 158 3 0 0 16 0 13 0 105490052 1842982912 65094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1032] ppid=1020 vsize=1799788 CPUtime=1.22
/proc/1022/task/1032/stat : 1032 (java) S 1020 1022 959 0 -1 64 3121 0 0 0 121 1 0 0 16 0 13 0 105490052 1842982912 65094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1033] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1033/stat : 1033 (java) S 1020 1022 959 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105490052 1842982912 65094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1034] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1034/stat : 1034 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105490052 1842982912 65094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1035] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1035/stat : 1035 (java) S 1020 1022 959 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 105490447 1842982912 65094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.61
Current children cumulated vsize (KiB) 1799788

[startup+25.5013 s]
/proc/loadavg: 1.09 0.99 0.99 2/90 1035
/proc/meminfo: memFree=1455912/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=1799788 CPUtime=28.54
/proc/1022/stat : 1022 (java) S 1020 1022 959 0 -1 0 78974 0 1 0 2809 45 0 0 18 0 13 0 105490042 1842982912 51508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1022/statm: 449947 51508 1327 9 0 447558 0
[pid=1022/tid=1024] ppid=1020 vsize=1799788 CPUtime=23.27
/proc/1022/task/1024/stat : 1024 (java) R 1020 1022 959 0 -1 64 40259 0 1 0 2306 21 0 0 25 0 13 0 105490043 1842982912 51508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110004989 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1025] ppid=1020 vsize=1799788 CPUtime=1.14
/proc/1022/task/1025/stat : 1025 (java) S 1020 1022 959 0 -1 64 15771 0 0 0 106 8 0 0 16 0 13 0 105490045 1842982912 51508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1026] ppid=1020 vsize=1799788 CPUtime=1.14
/proc/1022/task/1026/stat : 1026 (java) S 1020 1022 959 0 -1 64 12737 0 0 0 107 7 0 0 16 0 13 0 105490045 1842982912 51508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1027] ppid=1020 vsize=1799788 CPUtime=0.01
/proc/1022/task/1027/stat : 1027 (java) S 1020 1022 959 0 -1 64 33 0 0 0 0 1 0 0 16 0 13 0 105490047 1842982912 51508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1028] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1028/stat : 1028 (java) S 1020 1022 959 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 51508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1022/tid=1027] ppid=1020 vsize=1799788 CPUtime=0.45
/proc/1022/task/1027/stat : 1027 (java) S 1020 1022 959 0 -1 64 137 0 0 0 28 17 0 0 16 0 13 0 105490047 1842982912 234344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1028] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1028/stat : 1028 (java) S 1020 1022 959 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 234344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1029] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1029/stat : 1029 (java) S 1020 1022 959 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 234344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1030] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1030/stat : 1030 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105490052 1842982912 234344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1031] ppid=1020 vsize=1799788 CPUtime=1.85
/proc/1022/task/1031/stat : 1031 (java) S 1020 1022 959 0 -1 64 6344 0 0 0 182 3 0 0 16 0 13 0 105490052 1842982912 234344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1032] ppid=1020 vsize=1799788 CPUtime=1.57
/proc/1022/task/1032/stat : 1032 (java) S 1020 1022 959 0 -1 64 3146 0 0 0 156 1 0 0 17 0 13 0 105490052 1842982912 234344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1033] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1033/stat : 1033 (java) S 1020 1022 959 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105490052 1842982912 234344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1034] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1034/stat : 1034 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105490052 1842982912 234344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1035] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1035/stat : 1035 (java) S 1020 1022 959 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 105490447 1842982912 234344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.87
Current children cumulated vsize (KiB) 1799788

[startup+1602.3 s]
/proc/loadavg: 1.06 1.06 1.01 2/90 1238
/proc/meminfo: memFree=694064/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=1799788 CPUtime=1656.75
/proc/1022/stat : 1022 (java) S 1020 1022 959 0 -1 0 308292 0 1 0 165496 179 0 0 18 0 13 0 105490042 1842982912 239045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1022/statm: 449947 239045 1327 9 0 447558 0
[pid=1022/tid=1024] ppid=1020 vsize=1799788 CPUtime=1546.15
/proc/1022/task/1024/stat : 1024 (java) R 1020 1022 959 0 -1 64 64876 0 1 0 154567 48 0 0 25 0 13 0 105490043 1842982912 239045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109991567 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1025] ppid=1020 vsize=1799788 CPUtime=53.34
/proc/1022/task/1025/stat : 1025 (java) S 1020 1022 959 0 -1 64 117547 0 0 0 5281 53 0 0 17 0 13 0 105490045 1842982912 239045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1026] ppid=1020 vsize=1799788 CPUtime=53.33
/proc/1022/task/1026/stat : 1026 (java) S 1020 1022 959 0 -1 64 115519 0 0 0 5279 54 0 0 17 0 13 0 105490045 1842982912 239045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1027] ppid=1020 vsize=1799788 CPUtime=0.45
/proc/1022/task/1027/stat : 1027 (java) S 1020 1022 959 0 -1 64 137 0 0 0 28 17 0 0 16 0 13 0 105490047 1842982912 239045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1028] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1028/stat : 1028 (java) S 1020 1022 959 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 239045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1029] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1029/stat : 1029 (java) S 1020 1022 959 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 239045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1030] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1030/stat : 1030 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105490052 1842982912 239045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1031] ppid=1020 vsize=1799788 CPUtime=1.85
/proc/1022/task/1031/stat : 1031 (java) S 1020 1022 959 0 -1 64 6344 0 0 0 182 3 0 0 16 0 13 0 105490052 1842982912 239045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1032] ppid=1020 vsize=1799788 CPUtime=1.57
/proc/1022/task/1032/stat : 1032 (java) S 1020 1022 959 0 -1 64 3146 0 0 0 156 1 0 0 17 0 13 0 105490052 1842982912 239045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1033] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1033/stat : 1033 (java) S 1020 1022 959 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105490052 1842982912 239045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1034] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1034/stat : 1034 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105490052 1842982912 239045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1035] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1035/stat : 1035 (java) S 1020 1022 959 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 105490447 1842982912 239045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.75
Current children cumulated vsize (KiB) 1799788

[startup+1662.3 s]
/proc/loadavg: 1.07 1.06 1.01 2/90 1238
/proc/meminfo: memFree=675312/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=1799788 CPUtime=1719.83
/proc/1022/stat : 1022 (java) S 1020 1022 959 0 -1 0 313649 0 1 0 171800 183 0 0 18 0 13 0 105490042 1842982912 243728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1022/statm: 449947 243728 1327 9 0 447558 0
[pid=1022/tid=1024] ppid=1020 vsize=1799788 CPUtime=1602.97
/proc/1022/task/1024/stat : 1024 (java) S 1020 1022 959 0 -1 64 64927 0 1 0 160249 48 0 0 25 0 13 0 105490043 1842982912 243728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1025] ppid=1020 vsize=1799788 CPUtime=56.46
/proc/1022/task/1025/stat : 1025 (java) R 1020 1022 959 0 -1 64 120992 0 0 0 5592 54 0 0 17 0 13 0 105490045 1842982912 243728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070795 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1026] ppid=1020 vsize=1799788 CPUtime=56.46
/proc/1022/task/1026/stat : 1026 (java) R 1020 1022 959 0 -1 64 117380 0 0 0 5591 55 0 0 17 0 13 0 105490045 1842982912 243728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102354795 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1027] ppid=1020 vsize=1799788 CPUtime=0.47
/proc/1022/task/1027/stat : 1027 (java) S 1020 1022 959 0 -1 64 137 0 0 0 29 18 0 0 15 0 13 0 105490047 1842982912 243728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1028] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1028/stat : 1028 (java) S 1020 1022 959 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 243728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1029] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1029/stat : 1029 (java) S 1020 1022 959 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 243728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1030] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1030/stat : 1030 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105490052 1842982912 243728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1031] ppid=1020 vsize=1799788 CPUtime=1.85
/proc/1022/task/1031/stat : 1031 (java) S 1020 1022 959 0 -1 64 6344 0 0 0 182 3 0 0 16 0 13 0 105490052 1842982912 243728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1032] ppid=1020 vsize=1799788 CPUtime=1.57
/proc/1022/task/1032/stat : 1032 (java) S 1020 1022 959 0 -1 64 3146 0 0 0 156 1 0 0 17 0 13 0 105490052 1842982912 243728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1033] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1033/stat : 1033 (java) S 1020 1022 959 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105490052 1842982912 243728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1034] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1034/stat : 1034 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105490052 1842982912 243728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1035] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1035/stat : 1035 (java) S 1020 1022 959 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 105490447 1842982912 243728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.83
Current children cumulated vsize (KiB) 1799788

[startup+1722.3 s]
/proc/loadavg: 1.10 1.07 1.01 2/90 1238
/proc/meminfo: memFree=656624/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=1799788 CPUtime=1782.87
/proc/1022/stat : 1022 (java) S 1020 1022 959 0 -1 0 319036 0 1 0 178102 185 0 0 18 0 13 0 105490042 1842982912 248498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1022/statm: 449947 248498 1327 9 0 447558 0
[pid=1022/tid=1024] ppid=1020 vsize=1799788 CPUtime=1659.81
/proc/1022/task/1024/stat : 1024 (java) R 1020 1022 959 0 -1 64 64978 0 1 0 165932 49 0 0 19 0 13 0 105490043 1842982912 248498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109910363 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1025] ppid=1020 vsize=1799788 CPUtime=59.55
/proc/1022/task/1025/stat : 1025 (java) S 1020 1022 959 0 -1 64 123015 0 0 0 5900 55 0 0 16 0 13 0 105490045 1842982912 248498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1026] ppid=1020 vsize=1799788 CPUtime=59.56
/proc/1022/task/1026/stat : 1026 (java) S 1020 1022 959 0 -1 64 120693 0 0 0 5900 56 0 0 16 0 13 0 105490045 1842982912 248498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1027] ppid=1020 vsize=1799788 CPUtime=0.48
/proc/1022/task/1027/stat : 1027 (java) S 1020 1022 959 0 -1 64 137 0 0 0 30 18 0 0 15 0 13 0 105490047 1842982912 248498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1028] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1028/stat : 1028 (java) S 1020 1022 959 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 248498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1029] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1029/stat : 1029 (java) S 1020 1022 959 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 248498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1030] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1030/stat : 1030 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105490052 1842982912 248498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1031] ppid=1020 vsize=1799788 CPUtime=1.85
/proc/1022/task/1031/stat : 1031 (java) S 1020 1022 959 0 -1 64 6344 0 0 0 182 3 0 0 16 0 13 0 105490052 1842982912 248498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1032] ppid=1020 vsize=1799788 CPUtime=1.57
/proc/1022/task/1032/stat : 1032 (java) S 1020 1022 959 0 -1 64 3146 0 0 0 156 1 0 0 17 0 13 0 105490052 1842982912 248498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1033] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1033/stat : 1033 (java) S 1020 1022 959 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105490052 1842982912 248498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1034] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1034/stat : 1034 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105490052 1842982912 248498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1035] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1035/stat : 1035 (java) S 1020 1022 959 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 105490447 1842982912 248498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.87
Current children cumulated vsize (KiB) 1799788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1738.7 s]
/proc/loadavg: 1.07 1.06 1.01 2/90 1238
/proc/meminfo: memFree=651248/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=1799788 CPUtime=1800.08
/proc/1022/stat : 1022 (java) S 1020 1022 959 0 -1 0 320392 0 1 0 179822 186 0 0 18 0 13 0 105490042 1842982912 249738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1022/statm: 449947 249738 1327 9 0 447558 0
[pid=1022/tid=1024] ppid=1020 vsize=1799788 CPUtime=1675.4
/proc/1022/task/1024/stat : 1024 (java) R 1020 1022 959 0 -1 64 64991 0 1 0 167491 49 0 0 25 0 13 0 105490043 1842982912 249738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110005496 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1025] ppid=1020 vsize=1799788 CPUtime=60.36
/proc/1022/task/1025/stat : 1025 (java) S 1020 1022 959 0 -1 64 123323 0 0 0 5981 55 0 0 16 0 13 0 105490045 1842982912 249738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1026] ppid=1020 vsize=1799788 CPUtime=60.37
/proc/1022/task/1026/stat : 1026 (java) S 1020 1022 959 0 -1 64 121728 0 0 0 5980 57 0 0 16 0 13 0 105490045 1842982912 249738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1027] ppid=1020 vsize=1799788 CPUtime=0.48
/proc/1022/task/1027/stat : 1027 (java) S 1020 1022 959 0 -1 64 137 0 0 0 30 18 0 0 16 0 13 0 105490047 1842982912 249738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1028] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1028/stat : 1028 (java) S 1020 1022 959 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 249738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1029] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1029/stat : 1029 (java) S 1020 1022 959 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105490048 1842982912 249738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1030] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1030/stat : 1030 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 105490052 1842982912 249738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1031] ppid=1020 vsize=1799788 CPUtime=1.85
/proc/1022/task/1031/stat : 1031 (java) S 1020 1022 959 0 -1 64 6344 0 0 0 182 3 0 0 16 0 13 0 105490052 1842982912 249738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1032] ppid=1020 vsize=1799788 CPUtime=1.57
/proc/1022/task/1032/stat : 1032 (java) S 1020 1022 959 0 -1 64 3146 0 0 0 156 1 0 0 17 0 13 0 105490052 1842982912 249738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1033] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1033/stat : 1033 (java) S 1020 1022 959 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105490052 1842982912 249738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1022/tid=1034] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1034/stat : 1034 (java) S 1020 1022 959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105490052 1842982912 249738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1022/tid=1035] ppid=1020 vsize=1799788 CPUtime=0
/proc/1022/task/1035/stat : 1035 (java) S 1020 1022 959 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 105490447 1842982912 249738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1799788

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

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

[startup+1738.81 s]
/proc/loadavg: 1.07 1.06 1.01 2/90 1238
/proc/meminfo: memFree=651248/2055920 swapFree=4159528/4192956
[pid=1022] ppid=1020 vsize=0 CPUtime=1800.19
/proc/1022/stat : 1022 (java) Z 1020 1022 959 0 -1 1036 320412 0 1 0 179826 193 0 0 16 0 2 0 105490042 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1022/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1738.89
CPU time (s): 1800.28
CPU user time (s): 1798.27
CPU system time (s): 2.01169
CPU usage (%): 103.53
Max. virtual memory (cumulated for all children) (KiB): 1801168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 2.01169
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320412
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= 53597
involuntary context switches= 57558

runsolver used 1.74073 second user time and 4.87526 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Apr 14 18:35:27 UTC 2007

IDJOB= 348294
IDBENCH= 1648
IDSOLVER= 164
FILE ID= node19/348294-1176575726

PBS_JOBID= 4556783

Free space on /tmp= 66539 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-ship12s.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348294-1176575726/sat4jPseudoCPClause.jar /tmp/evaluation/348294-1176575726/instance-348294-1176575726.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-348294-1176575726 -o ROOT/results/node19/solver-348294-1176575726 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348294-1176575726/sat4jPseudoCPClause.jar /tmp/evaluation/348294-1176575726/instance-348294-1176575726.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  bde0c0fbe1d85bc08e3fa72426bea662

RANDOM SEED= 454411557

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1648232 kB
Buffers:         36708 kB
Cached:         293104 kB
SwapCached:       2640 kB
Active:         124280 kB
Inactive:       228612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648232 kB
SwapTotal:     4192956 kB
SwapFree:      4159528 kB
Dirty:            7156 kB
Writeback:           0 kB
Mapped:          30528 kB
Slab:            40336 kB
Committed_AS:  2760328 kB
PageTables:       1784 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= 66539 MiB

End job on node19 on Sat Apr 14 19:04:27 UTC 2007