Trace number 349525

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.22 1743.98

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc04.opb
MD5SUMbb1646c210ed722ee76932cafe9701aa
Bench CategoryOPT-BIGINT (optimisation, big 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 variables146276
Total number of constraints1699
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints1689
Minimum length of a constraint3
Maximum length of a constraint5071
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 43188899594881920000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 133861748414790079675
Number of bits of the biggest sum of numbers67
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.09/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.23	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.23	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.24	c no version file found!!!
0.09/0.24	c sun.arch.data.model	32
0.09/0.24	c java.version	1.6.0
0.09/0.24	c os.name	Linux
0.09/0.24	c os.version	2.6.9-22.EL.rootsmp
0.09/0.24	c os.arch	i386
0.09/0.24	c Free memory 1651659224
0.09/0.24	c Max memory 1654456320
0.09/0.24	c Total memory 1654456320
0.09/0.24	c Number of processors 2
0.09/0.29	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.09/0.29	--- Begin Solver configuration ---
0.09/0.29	c Stops conflict analysis at the first Unique Implication Point
0.09/0.29	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.29	c Learn all clauses as in MiniSAT
0.09/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.29	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.29	c No reason simplification
0.09/0.29	c --- End Solver configuration ---
0.09/0.29	c Simplify asserted PB constraints to clauses
0.09/0.29	c solving /tmp/evaluation/349525-1176705159/instance-349525-1176705159.opb
0.09/0.29	c reading problem ... 
6.04/4.94	c ... done. Wall clock time 4.652s.
6.04/4.94	c CPU time (experimental) 3.9s.
6.04/4.94	c #vars     146276
6.04/4.94	c #constraints  2010
1800.04/1743.81	c starts		: 2
1800.04/1743.81	c conflicts		: 12185
1800.04/1743.81	c decisions		: 15889
1800.04/1743.81	c propagations		: 102108
1800.04/1743.81	c inspects		: 24395665
1800.04/1743.81	c learnt literals	: 0
1800.04/1743.81	c learnt binary clauses	: 0
1800.04/1743.81	c learnt ternary clauses	: 0
1800.04/1743.81	c learnt clauses	: 12185
1800.04/1743.81	c root simplifications	: 0
1800.04/1743.81	c removed literals (reason simplification)	: 0
1800.04/1743.81	c reason swapping (by a shorter reason)	: 0
1800.04/1743.81	c Calls to reduceDB	: 0
1800.04/1743.81	c speed (decisions/second)	: 9.137832374346896
1800.04/1743.81	c non guided choices	328
1800.04/1743.81	s UNKNOWN
1800.04/1743.81	c Total wall clock time (ms): 1743.521

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/node30/watcher-349525-1176705159 -o ROOT/results/node30/solver-349525-1176705159 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349525-1176705159/sat4jPseudoCPClause.jar /tmp/evaluation/349525-1176705159/instance-349525-1176705159.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.81 1.01 0.99 2/77 2067
/proc/meminfo: memFree=1917872/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=18568 CPUtime=0
/proc/2067/stat : 2067 (runsolver) D 2065 2067 1951 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 118431631 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 264907582759 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/2067/statm: 4642 292 257 24 0 2626 0

[startup+0.0820989 s]
/proc/loadavg: 0.81 1.01 0.99 2/77 2067
/proc/meminfo: memFree=1917872/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=18568 CPUtime=0
/proc/2067/stat : 2067 (runsolver) D 2065 2067 1951 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 118431631 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 264907582759 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/2067/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.1011 s]
/proc/loadavg: 0.81 1.01 0.99 2/77 2067
/proc/meminfo: memFree=1917872/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=1512 CPUtime=0
/proc/2067/stat : 2067 (java) R 2065 2067 1951 0 -1 0 224 0 0 0 0 0 0 0 18 0 1 0 118431631 1548288 44 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7019149 0 0 4096 0 0 0 0 17 0 0 0
/proc/2067/statm: 378 44 33 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.301123 s]
/proc/loadavg: 0.81 1.01 0.99 2/77 2067
/proc/meminfo: memFree=1917872/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=1782436 CPUtime=0.21
/proc/2067/stat : 2067 (java) S 2065 2067 1951 0 -1 0 5058 0 1 0 18 3 0 0 18 0 12 0 118431631 1825214464 4796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2067/statm: 445609 4796 1246 9 0 443220 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1782436

[startup+0.701146 s]
/proc/loadavg: 0.81 1.01 0.99 2/77 2067
/proc/meminfo: memFree=1917872/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=1788188 CPUtime=0.84
/proc/2067/stat : 2067 (java) S 2065 2067 1951 0 -1 0 9189 0 1 0 79 5 0 0 18 0 12 0 118431631 1831104512 8488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2067/statm: 447047 8488 1301 9 0 444658 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 1788188

[startup+1.50119 s]
/proc/loadavg: 0.81 1.01 0.99 4/89 2080
/proc/meminfo: memFree=1879248/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=1792552 CPUtime=2.15
/proc/2067/stat : 2067 (java) S 2065 2067 1951 0 -1 0 22998 0 1 0 203 12 0 0 18 0 12 0 118431631 1835573248 20263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2067/statm: 448138 20264 1303 9 0 445749 0
[pid=2067/tid=2069] ppid=2065 vsize=1792552 CPUtime=0.93
/proc/2067/task/2069/stat : 2069 (java) R 2065 2067 1951 0 -1 64 16623 0 1 0 85 8 0 0 19 0 12 0 118431641 1835573248 20264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109570327 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2070] ppid=2065 vsize=1792552 CPUtime=0
/proc/2067/task/2070/stat : 2070 (java) S 2065 2067 1951 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 118431643 1835573248 20265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2071] ppid=2065 vsize=1792552 CPUtime=0
/proc/2067/task/2071/stat : 2071 (java) S 2065 2067 1951 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 118431643 1835573248 20266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2072] ppid=2065 vsize=1792552 CPUtime=0
/proc/2067/task/2072/stat : 2072 (java) S 2065 2067 1951 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 118431645 1835573248 20266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2074] ppid=2065 vsize=1792552 CPUtime=0
/proc/2067/task/2074/stat : 2074 (java) S 2065 2067 1951 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 118431646 1835573248 20267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2075] ppid=2065 vsize=1792552 CPUtime=0
/proc/2067/task/2075/stat : 2075 (java) S 2065 2067 1951 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 118431646 1835573248 20268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2076] ppid=2065 vsize=1792552 CPUtime=0
/proc/2067/task/2076/stat : 2076 (java) S 2065 2067 1951 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 118431650 1835573248 20268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2077] ppid=2065 vsize=1792552 CPUtime=0.5
/proc/2067/task/2077/stat : 2077 (java) S 2065 2067 1951 0 -1 64 1590 0 0 0 49 1 0 0 16 0 12 0 118431650 1835573248 20269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2078] ppid=2065 vsize=1792552 CPUtime=0.69
/proc/2067/task/2078/stat : 2078 (java) S 2065 2067 1951 0 -1 64 4066 0 0 0 68 1 0 0 18 0 12 0 118431650 1835573248 20270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2079] ppid=2065 vsize=1792552 CPUtime=0
/proc/2067/task/2079/stat : 2079 (java) S 2065 2067 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118431650 1835573248 20270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2080] ppid=2065 vsize=1792552 CPUtime=0
/proc/2067/task/2080/stat : 2080 (java) S 2065 2067 1951 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118431650 1835573248 20271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1792552

[startup+3.10129 s]
/proc/loadavg: 0.81 1.01 0.99 2/89 2080
/proc/meminfo: memFree=1784464/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=1793836 CPUtime=3.92
/proc/2067/stat : 2067 (java) S 2065 2067 1951 0 -1 0 51288 0 1 0 366 26 0 0 18 0 12 0 118431631 1836888064 48347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2067/statm: 448459 48347 1317 9 0 446070 0
[pid=2067/tid=2069] ppid=2065 vsize=1793836 CPUtime=2.36
/proc/2067/task/2069/stat : 2069 (java) R 2065 2067 1951 0 -1 64 37691 0 1 0 218 18 0 0 21 0 12 0 118431641 1836888064 48347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109647320 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2070] ppid=2065 vsize=1793836 CPUtime=0.15
/proc/2067/task/2070/stat : 2070 (java) S 2065 2067 1951 0 -1 64 3407 0 0 0 14 1 0 0 16 0 12 0 118431643 1836888064 48347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2071] ppid=2065 vsize=1793836 CPUtime=0.14
/proc/2067/task/2071/stat : 2071 (java) S 2065 2067 1951 0 -1 64 3809 0 0 0 13 1 0 0 16 0 12 0 118431643 1836888064 48347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2072] ppid=2065 vsize=1793836 CPUtime=0
/proc/2067/task/2072/stat : 2072 (java) S 2065 2067 1951 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 118431645 1836888064 48347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2074] ppid=2065 vsize=1793836 CPUtime=0
/proc/2067/task/2074/stat : 2074 (java) S 2065 2067 1951 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 118431646 1836888064 48347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2075] ppid=2065 vsize=1793836 CPUtime=0
/proc/2067/task/2075/stat : 2075 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118431646 1836888064 48347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2076] ppid=2065 vsize=1793836 CPUtime=0
/proc/2067/task/2076/stat : 2076 (java) S 2065 2067 1951 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 118431650 1836888064 48347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2077] ppid=2065 vsize=1793836 CPUtime=0.51
/proc/2067/task/2077/stat : 2077 (java) R 2065 2067 1951 0 -1 64 1590 0 0 0 50 1 0 0 17 0 12 0 118431650 1836888064 48347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 106127120 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2078] ppid=2065 vsize=1793836 CPUtime=0.7
/proc/2067/task/2078/stat : 2078 (java) S 2065 2067 1951 0 -1 64 4067 0 0 0 69 1 0 0 16 0 12 0 118431650 1836888064 48347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2079] ppid=2065 vsize=1793836 CPUtime=0
/proc/2067/task/2079/stat : 2079 (java) S 2065 2067 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118431650 1836888064 48347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2080] ppid=2065 vsize=1793836 CPUtime=0
/proc/2067/task/2080/stat : 2080 (java) S 2065 2067 1951 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 118431650 1836888064 48347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 1793836

[startup+6.30415 s]
/proc/loadavg: 0.82 1.01 0.99 4/90 2081
/proc/meminfo: memFree=1685768/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=1793936 CPUtime=8.28
/proc/2067/stat : 2067 (java) S 2065 2067 1951 0 -1 0 69776 0 1 0 793 35 0 0 18 0 13 0 118431631 1836990464 63527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2067/statm: 448484 63527 1327 9 0 446095 0
[pid=2067/tid=2069] ppid=2065 vsize=1793936 CPUtime=4.75
/proc/2067/task/2069/stat : 2069 (java) R 2065 2067 1951 0 -1 64 37735 0 1 0 456 19 0 0 20 0 13 0 118431641 1836990464 63527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109559645 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2070] ppid=2065 vsize=1793936 CPUtime=0.69
/proc/2067/task/2070/stat : 2070 (java) S 2065 2067 1951 0 -1 64 13012 0 0 0 64 5 0 0 19 0 13 0 118431643 1836990464 63527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2071] ppid=2065 vsize=1793936 CPUtime=0.69
/proc/2067/task/2071/stat : 2071 (java) S 2065 2067 1951 0 -1 64 11368 0 0 0 64 5 0 0 18 0 13 0 118431643 1836990464 63527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2072] ppid=2065 vsize=1793936 CPUtime=0
/proc/2067/task/2072/stat : 2072 (java) S 2065 2067 1951 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118431645 1836990464 63527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2074] ppid=2065 vsize=1793936 CPUtime=0
/proc/2067/task/2074/stat : 2074 (java) S 2065 2067 1951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 118431646 1836990464 63527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2075] ppid=2065 vsize=1793936 CPUtime=0
/proc/2067/task/2075/stat : 2075 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118431646 1836990464 63527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2076] ppid=2065 vsize=1793936 CPUtime=0
/proc/2067/task/2076/stat : 2076 (java) S 2065 2067 1951 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118431650 1836990464 63527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2077] ppid=2065 vsize=1793936 CPUtime=1.06
/proc/2067/task/2077/stat : 2077 (java) S 2065 2067 1951 0 -1 64 2838 0 0 0 105 1 0 0 16 0 13 0 118431650 1836990464 63527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2078] ppid=2065 vsize=1793936 CPUtime=1.02
/proc/2067/task/2078/stat : 2078 (java) S 2065 2067 1951 0 -1 64 4093 0 0 0 101 1 0 0 15 0 13 0 118431650 1836990464 63527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2079] ppid=2065 vsize=1793936 CPUtime=0
/proc/2067/task/2079/stat : 2079 (java) S 2065 2067 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118431650 1836990464 63527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2080] ppid=2065 vsize=1793936 CPUtime=0
/proc/2067/task/2080/stat : 2080 (java) S 2065 2067 1951 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118431650 1836990464 63527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2081] ppid=2065 vsize=1793936 CPUtime=0
/proc/2067/task/2081/stat : 2081 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118432160 1836990464 63527 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 1793936

[startup+12.7029 s]
/proc/loadavg: 0.84 1.01 0.99 2/90 2081
/proc/meminfo: memFree=1648600/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=1793024 CPUtime=15.53
/proc/2067/stat : 2067 (java) S 2065 2067 1951 0 -1 0 78002 0 1 0 1512 41 0 0 18 0 13 0 118431631 1836056576 68415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2067/statm: 448256 68415 1327 9 0 445867 0
[pid=2067/tid=2069] ppid=2065 vsize=1793024 CPUtime=10.32
/proc/2067/task/2069/stat : 2069 (java) R 2065 2067 1951 0 -1 64 37754 0 1 0 1013 19 0 0 19 0 13 0 118431641 1836056576 68415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109559879 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2070] ppid=2065 vsize=1793024 CPUtime=1.45
/proc/2067/task/2070/stat : 2070 (java) S 2065 2067 1951 0 -1 64 17623 0 0 0 136 9 0 0 16 0 13 0 118431643 1836056576 68415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2071] ppid=2065 vsize=1793024 CPUtime=1.44
/proc/2067/task/2071/stat : 2071 (java) S 2065 2067 1951 0 -1 64 14951 0 0 0 137 7 0 0 15 0 13 0 118431643 1836056576 68415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2072] ppid=2065 vsize=1793024 CPUtime=0.02
/proc/2067/task/2072/stat : 2072 (java) S 2065 2067 1951 0 -1 64 11 0 0 0 1 1 0 0 15 0 13 0 118431645 1836056576 68415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2074] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2074/stat : 2074 (java) S 2065 2067 1951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 118431646 1836056576 68415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2075] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2075/stat : 2075 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118431646 1836056576 68415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2076] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2076/stat : 2076 (java) S 2065 2067 1951 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118431650 1836056576 68415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2077] ppid=2065 vsize=1793024 CPUtime=1.12
/proc/2067/task/2077/stat : 2077 (java) S 2065 2067 1951 0 -1 64 2842 0 0 0 111 1 0 0 16 0 13 0 118431650 1836056576 68415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2078] ppid=2065 vsize=1793024 CPUtime=1.13
/proc/2067/task/2078/stat : 2078 (java) S 2065 2067 1951 0 -1 64 4098 0 0 0 112 1 0 0 15 0 13 0 118431650 1836056576 68415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2079] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2079/stat : 2079 (java) S 2065 2067 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118431650 1836056576 68415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2080] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2080/stat : 2080 (java) S 2065 2067 1951 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118431650 1836056576 68415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2081] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2081/stat : 2081 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118432160 1836056576 68415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.53
Current children cumulated vsize (KiB) 1793024

[startup+25.5017 s]
/proc/loadavg: 0.87 1.00 0.99 2/90 2081
/proc/meminfo: memFree=1641304/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=1793024 CPUtime=28.47
/proc/2067/stat : 2067 (java) S 2065 2067 1951 0 -1 0 80168 0 1 0 2805 42 0 0 18 0 13 0 118431631 1836056576 70260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2067/statm: 448256 70260 1327 9 0 445867 0
[pid=2067/tid=2069] ppid=2065 vsize=1793024 CPUtime=22.95
/proc/2067/task/2069/stat : 2069 (java) R 2065 2067 1951 0 -1 64 37781 0 1 0 2275 20 0 0 25 0 13 0 118431641 1836056576 70260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109560008 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2070] ppid=2065 vsize=1793024 CPUtime=1.59
/proc/2067/task/2070/stat : 2070 (java) S 2065 2067 1951 0 -1 64 18816 0 0 0 150 9 0 0 16 0 13 0 118431643 1836056576 70260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2071] ppid=2065 vsize=1793024 CPUtime=1.57
/proc/2067/task/2071/stat : 2071 (java) S 2065 2067 1951 0 -1 64 15883 0 0 0 150 7 0 0 16 0 13 0 118431643 1836056576 70260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2072] ppid=2065 vsize=1793024 CPUtime=0.02
/proc/2067/task/2072/stat : 2072 (java) S 2065 2067 1951 0 -1 64 25 0 0 0 1 1 0 0 16 0 13 0 118431645 1836056576 70260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2074] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2074/stat : 2074 (java) S 2065 2067 1951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 118431646 1836056576 70260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2067/tid=2072] ppid=2065 vsize=1793024 CPUtime=0.45
/proc/2067/task/2072/stat : 2072 (java) S 2065 2067 1951 0 -1 64 27 0 0 0 30 15 0 0 16 0 13 0 118431645 1836056576 233093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2074] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2074/stat : 2074 (java) S 2065 2067 1951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 118431646 1836056576 233093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2075] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2075/stat : 2075 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118431646 1836056576 233093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2076] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2076/stat : 2076 (java) S 2065 2067 1951 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118431650 1836056576 233093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2077] ppid=2065 vsize=1793024 CPUtime=1.23
/proc/2067/task/2077/stat : 2077 (java) S 2065 2067 1951 0 -1 64 2850 0 0 0 122 1 0 0 17 0 13 0 118431650 1836056576 233093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2078] ppid=2065 vsize=1793024 CPUtime=1.22
/proc/2067/task/2078/stat : 2078 (java) S 2065 2067 1951 0 -1 64 4102 0 0 0 121 1 0 0 16 0 13 0 118431650 1836056576 233093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2079] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2079/stat : 2079 (java) S 2065 2067 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118431650 1836056576 233093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2080] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2080/stat : 2080 (java) S 2065 2067 1951 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118431650 1836056576 233093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2081] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2081/stat : 2081 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118432160 1836056576 233093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.91
Current children cumulated vsize (KiB) 1793024

[startup+1602.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/90 2085
/proc/meminfo: memFree=968728/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=1793024 CPUtime=1652.4
/proc/2067/stat : 2067 (java) S 2065 2067 1951 0 -1 0 268522 0 1 0 165093 147 0 0 18 0 13 0 118431631 1836056576 237498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2067/statm: 448256 237498 1328 9 0 445867 0
[pid=2067/tid=2069] ppid=2065 vsize=1793024 CPUtime=1550.78
/proc/2067/task/2069/stat : 2069 (java) R 2065 2067 1951 0 -1 64 39467 0 1 0 155051 27 0 0 25 0 13 0 118431641 1836056576 237498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109836191 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2070] ppid=2065 vsize=1793024 CPUtime=49.34
/proc/2067/task/2070/stat : 2070 (java) S 2065 2067 1951 0 -1 64 127844 0 0 0 4878 56 0 0 16 0 13 0 118431643 1836056576 237498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2071] ppid=2065 vsize=1793024 CPUtime=49.29
/proc/2067/task/2071/stat : 2071 (java) S 2065 2067 1951 0 -1 64 93509 0 0 0 4887 42 0 0 16 0 13 0 118431643 1836056576 237498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2072] ppid=2065 vsize=1793024 CPUtime=0.47
/proc/2067/task/2072/stat : 2072 (java) S 2065 2067 1951 0 -1 64 27 0 0 0 31 16 0 0 16 0 13 0 118431645 1836056576 237498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2074] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2074/stat : 2074 (java) S 2065 2067 1951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 118431646 1836056576 237498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2075] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2075/stat : 2075 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118431646 1836056576 237498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2076] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2076/stat : 2076 (java) S 2065 2067 1951 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118431650 1836056576 237498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2077] ppid=2065 vsize=1793024 CPUtime=1.23
/proc/2067/task/2077/stat : 2077 (java) S 2065 2067 1951 0 -1 64 2850 0 0 0 122 1 0 0 17 0 13 0 118431650 1836056576 237498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2078] ppid=2065 vsize=1793024 CPUtime=1.22
/proc/2067/task/2078/stat : 2078 (java) S 2065 2067 1951 0 -1 64 4102 0 0 0 121 1 0 0 16 0 13 0 118431650 1836056576 237498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2079] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2079/stat : 2079 (java) S 2065 2067 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118431650 1836056576 237498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2080] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2080/stat : 2080 (java) S 2065 2067 1951 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118431650 1836056576 237498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2081] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2081/stat : 2081 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118432160 1836056576 237498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.4
Current children cumulated vsize (KiB) 1793024

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 2085
/proc/meminfo: memFree=951768/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=1793024 CPUtime=1714.96
/proc/2067/stat : 2067 (java) S 2065 2067 1951 0 -1 0 272949 0 1 0 171347 149 0 0 18 0 13 0 118431631 1836056576 241709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2067/statm: 448256 241709 1328 9 0 445867 0
[pid=2067/tid=2069] ppid=2065 vsize=1793024 CPUtime=1608.15
/proc/2067/task/2069/stat : 2069 (java) R 2065 2067 1951 0 -1 64 39512 0 1 0 160787 28 0 0 25 0 13 0 118431641 1836056576 241709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109845659 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2070] ppid=2065 vsize=1793024 CPUtime=51.95
/proc/2067/task/2070/stat : 2070 (java) S 2065 2067 1951 0 -1 64 131429 0 0 0 5138 57 0 0 16 0 13 0 118431643 1836056576 241709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2071] ppid=2065 vsize=1793024 CPUtime=51.88
/proc/2067/task/2071/stat : 2071 (java) S 2065 2067 1951 0 -1 64 94306 0 0 0 5145 43 0 0 17 0 13 0 118431643 1836056576 241709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2072] ppid=2065 vsize=1793024 CPUtime=0.47
/proc/2067/task/2072/stat : 2072 (java) S 2065 2067 1951 0 -1 64 27 0 0 0 31 16 0 0 16 0 13 0 118431645 1836056576 241709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2074] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2074/stat : 2074 (java) S 2065 2067 1951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 118431646 1836056576 241709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2075] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2075/stat : 2075 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118431646 1836056576 241709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2076] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2076/stat : 2076 (java) S 2065 2067 1951 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118431650 1836056576 241709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2077] ppid=2065 vsize=1793024 CPUtime=1.23
/proc/2067/task/2077/stat : 2077 (java) S 2065 2067 1951 0 -1 64 2850 0 0 0 122 1 0 0 17 0 13 0 118431650 1836056576 241709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2078] ppid=2065 vsize=1793024 CPUtime=1.22
/proc/2067/task/2078/stat : 2078 (java) S 2065 2067 1951 0 -1 64 4102 0 0 0 121 1 0 0 16 0 13 0 118431650 1836056576 241709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2079] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2079/stat : 2079 (java) S 2065 2067 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118431650 1836056576 241709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2080] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2080/stat : 2080 (java) S 2065 2067 1951 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118431650 1836056576 241709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2081] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2081/stat : 2081 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118432160 1836056576 241709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.96
Current children cumulated vsize (KiB) 1793024

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/96 2201
/proc/meminfo: memFree=934240/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=1793024 CPUtime=1777.56
/proc/2067/stat : 2067 (java) S 2065 2067 1951 0 -1 0 277268 0 1 0 177599 157 0 0 18 0 13 0 118431631 1836056576 245808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2067/statm: 448256 245808 1328 9 0 445867 0
[pid=2067/tid=2069] ppid=2065 vsize=1793024 CPUtime=1665.47
/proc/2067/task/2069/stat : 2069 (java) R 2065 2067 1951 0 -1 64 39557 0 1 0 166515 32 0 0 25 0 13 0 118431641 1836056576 245808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109781791 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2070] ppid=2065 vsize=1793024 CPUtime=54.58
/proc/2067/task/2070/stat : 2070 (java) S 2065 2067 1951 0 -1 64 134969 0 0 0 5399 59 0 0 16 0 13 0 118431643 1836056576 245808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2071] ppid=2065 vsize=1793024 CPUtime=54.5
/proc/2067/task/2071/stat : 2071 (java) S 2065 2067 1951 0 -1 64 95040 0 0 0 5406 44 0 0 16 0 13 0 118431643 1836056576 245808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2072] ppid=2065 vsize=1793024 CPUtime=0.48
/proc/2067/task/2072/stat : 2072 (java) S 2065 2067 1951 0 -1 64 27 0 0 0 32 16 0 0 15 0 13 0 118431645 1836056576 245808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2074] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2074/stat : 2074 (java) S 2065 2067 1951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 118431646 1836056576 245808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2075] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2075/stat : 2075 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118431646 1836056576 245808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2076] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2076/stat : 2076 (java) S 2065 2067 1951 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118431650 1836056576 245808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2077] ppid=2065 vsize=1793024 CPUtime=1.23
/proc/2067/task/2077/stat : 2077 (java) S 2065 2067 1951 0 -1 64 2850 0 0 0 122 1 0 0 17 0 13 0 118431650 1836056576 245808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2078] ppid=2065 vsize=1793024 CPUtime=1.22
/proc/2067/task/2078/stat : 2078 (java) S 2065 2067 1951 0 -1 64 4102 0 0 0 121 1 0 0 16 0 13 0 118431650 1836056576 245808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2079] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2079/stat : 2079 (java) S 2065 2067 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118431650 1836056576 245808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2080] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2080/stat : 2080 (java) S 2065 2067 1951 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118431650 1836056576 245808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2081] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2081/stat : 2081 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118432160 1836056576 245808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.56
Current children cumulated vsize (KiB) 1793024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1743.8 s]
/proc/loadavg: 1.07 1.03 1.00 2/96 2261
/proc/meminfo: memFree=927328/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=1793024 CPUtime=1800.04
/proc/2067/stat : 2067 (java) S 2065 2067 1951 0 -1 0 278947 0 1 0 179842 162 0 0 18 0 13 0 118431631 1836056576 247425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2067/statm: 448256 247425 1328 9 0 445867 0
[pid=2067/tid=2069] ppid=2065 vsize=1793024 CPUtime=1685.97
/proc/2067/task/2069/stat : 2069 (java) R 2065 2067 1951 0 -1 64 39574 0 1 0 168561 36 0 0 25 0 13 0 118431641 1836056576 247425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109782838 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2070] ppid=2065 vsize=1793024 CPUtime=55.59
/proc/2067/task/2070/stat : 2070 (java) S 2065 2067 1951 0 -1 64 136388 0 0 0 5499 60 0 0 16 0 13 0 118431643 1836056576 247425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2071] ppid=2065 vsize=1793024 CPUtime=55.49
/proc/2067/task/2071/stat : 2071 (java) S 2065 2067 1951 0 -1 64 95283 0 0 0 5505 44 0 0 16 0 13 0 118431643 1836056576 247425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2072] ppid=2065 vsize=1793024 CPUtime=0.48
/proc/2067/task/2072/stat : 2072 (java) S 2065 2067 1951 0 -1 64 27 0 0 0 32 16 0 0 15 0 13 0 118431645 1836056576 247425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2074] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2074/stat : 2074 (java) S 2065 2067 1951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 118431646 1836056576 247425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2075] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2075/stat : 2075 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118431646 1836056576 247425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2076] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2076/stat : 2076 (java) S 2065 2067 1951 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 118431650 1836056576 247425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2077] ppid=2065 vsize=1793024 CPUtime=1.23
/proc/2067/task/2077/stat : 2077 (java) S 2065 2067 1951 0 -1 64 2850 0 0 0 122 1 0 0 17 0 13 0 118431650 1836056576 247425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2078] ppid=2065 vsize=1793024 CPUtime=1.22
/proc/2067/task/2078/stat : 2078 (java) S 2065 2067 1951 0 -1 64 4102 0 0 0 121 1 0 0 16 0 13 0 118431650 1836056576 247425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2079] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2079/stat : 2079 (java) S 2065 2067 1951 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118431650 1836056576 247425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2067/tid=2080] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2080/stat : 2080 (java) S 2065 2067 1951 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 118431650 1836056576 247425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2067/tid=2081] ppid=2065 vsize=1793024 CPUtime=0
/proc/2067/task/2081/stat : 2081 (java) S 2065 2067 1951 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118432160 1836056576 247425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1793024

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

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

[startup+1743.91 s]
/proc/loadavg: 1.07 1.03 1.00 2/96 2261
/proc/meminfo: memFree=927328/2055920 swapFree=4157064/4192956
[pid=2067] ppid=2065 vsize=0 CPUtime=1800.14
/proc/2067/stat : 2067 (java) Z 2065 2067 1951 0 -1 1036 278967 0 1 0 179843 171 0 0 16 0 2 0 118431631 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2067/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1743.98
CPU time (s): 1800.22
CPU user time (s): 1798.44
CPU system time (s): 1.77673
CPU usage (%): 103.225
Max. virtual memory (cumulated for all children) (KiB): 1796612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.44
system time used= 1.77673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278967
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= 52323
involuntary context switches= 52718

runsolver used 2.08268 second user time and 5.79012 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Mon Apr 16 06:32:40 UTC 2007

IDJOB= 349525
IDBENCH= 2486
IDSOLVER= 164
FILE ID= node30/349525-1176705159

PBS_JOBID= 4560062

Free space on /tmp= 66523 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc04.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349525-1176705159/sat4jPseudoCPClause.jar /tmp/evaluation/349525-1176705159/instance-349525-1176705159.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-349525-1176705159 -o ROOT/results/node30/solver-349525-1176705159 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349525-1176705159/sat4jPseudoCPClause.jar /tmp/evaluation/349525-1176705159/instance-349525-1176705159.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  bb1646c210ed722ee76932cafe9701aa

RANDOM SEED= 688913315

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.218
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.218
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:       1918472 kB
Buffers:         10284 kB
Cached:          67616 kB
SwapCached:      15056 kB
Active:          69020 kB
Inactive:        31984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1918472 kB
SwapTotal:     4192956 kB
SwapFree:      4157064 kB
Dirty:           10852 kB
Writeback:           0 kB
Mapped:          29296 kB
Slab:            22024 kB
Committed_AS:  2748900 kB
PageTables:       1776 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= 66523 MiB

End job on node30 on Mon Apr 16 07:01:45 UTC 2007