Trace number 350741

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.16 1788.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos15.opb
MD5SUM1be7a0a5556e21a359d6f31cb8a3ccd8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark256
Best CPU time to get the best result obtained on this benchmark1802.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 240
Optimality of the best value was proved NO
Number of variables17600
Total number of constraints632
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 constraints632
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 10400
Biggest coefficient in the objective function 3638
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 533864
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261895
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 533864
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.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.15	c no version file found!!!
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1651659224
0.07/0.15	c Max memory 1654456320
0.07/0.15	c Total memory 1654456320
0.07/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/350741-1176545467/instance-350741-1176545467.opb
0.20/0.20	c reading problem ... 
2.32/1.42	c ... done. Wall clock time 1.224s.
2.32/1.43	c CPU time (experimental) 0.96s.
2.32/1.43	c #vars     17600
2.32/1.43	c #constraints  872
1800.02/1788.71	c starts		: 23
1800.02/1788.71	c conflicts		: 2219155
1800.02/1788.71	c decisions		: 2688373
1800.02/1788.71	c propagations		: 45265568
1800.02/1788.71	c inspects		: 4030233801
1800.02/1788.71	c learnt literals	: 109
1800.02/1788.71	c learnt binary clauses	: 68
1800.02/1788.71	c learnt ternary clauses	: 53
1800.02/1788.71	c learnt clauses	: 2219046
1800.02/1788.71	c root simplifications	: 0
1800.02/1788.71	c removed literals (reason simplification)	: 0
1800.02/1788.71	c reason swapping (by a shorter reason)	: 0
1800.02/1788.71	c Calls to reduceDB	: 0
1800.02/1788.71	c speed (decisions/second)	: 1504.4275965962572
1800.02/1788.71	c non guided choices	19676
1800.02/1788.71	s UNKNOWN
1800.02/1788.71	c Total wall clock time (ms): 1788.511

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/node6/watcher-350741-1176545467 -o ROOT/results/node6/solver-350741-1176545467 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350741-1176545467/sat4jPseudoResolution.jar /tmp/evaluation/350741-1176545467/instance-350741-1176545467.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.99 1.00 1.00 2/77 8072
/proc/meminfo: memFree=1763320/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=152 CPUtime=0
/proc/8072/stat : 8072 (java) R 8070 8072 7110 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 130584401 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2187563 0 0 4096 0 0 0 0 17 1 0 0
/proc/8072/statm: 38 26 19 9 0 4 0

[startup+0.0813301 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 8072
/proc/meminfo: memFree=1763320/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=1777844 CPUtime=0.06
/proc/8072/stat : 8072 (java) S 8070 8072 7110 0 -1 0 3788 0 1 0 5 1 0 0 18 0 7 0 130584401 1820512256 3530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/8072/statm: 444461 3530 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.101329 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 8072
/proc/meminfo: memFree=1763320/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=1780108 CPUtime=0.07
/proc/8072/stat : 8072 (java) S 8070 8072 7110 0 -1 0 3970 0 1 0 6 1 0 0 18 0 12 0 130584401 1822830592 3711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8072/statm: 445027 3711 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780108

[startup+0.301354 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 8072
/proc/meminfo: memFree=1763320/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=1782012 CPUtime=0.33
/proc/8072/stat : 8072 (java) S 8070 8072 7110 0 -1 0 5216 0 1 0 30 3 0 0 18 0 12 0 130584401 1824780288 4954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8072/statm: 445503 4952 1264 9 0 443115 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782012

[startup+0.701398 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 8072
/proc/meminfo: memFree=1763320/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=1785476 CPUtime=0.92
/proc/8072/stat : 8072 (java) S 8070 8072 7110 0 -1 0 8007 0 1 0 88 4 0 0 18 0 12 0 130584401 1828327424 7323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8072/statm: 446369 7323 1300 9 0 443981 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1785476

[startup+1.50249 s]
/proc/loadavg: 1.15 1.03 1.01 4/89 8084
/proc/meminfo: memFree=1728536/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=1792036 CPUtime=2.5
/proc/8072/stat : 8072 (java) S 8070 8072 7110 0 -1 0 24018 0 1 0 238 12 0 0 18 0 12 0 130584401 1835044864 19986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8072/statm: 448009 19986 1312 9 0 445621 0
[pid=8072/tid=8074] ppid=8070 vsize=1792036 CPUtime=1.01
/proc/8072/task/8074/stat : 8074 (java) R 8070 8072 7110 0 -1 64 16436 0 1 0 93 8 0 0 18 0 12 0 130584402 1835044864 19986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109215034 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8075] ppid=8070 vsize=1792036 CPUtime=0
/proc/8072/task/8075/stat : 8075 (java) S 8070 8072 7110 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 130584404 1835044864 19986 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8076] ppid=8070 vsize=1792036 CPUtime=0
/proc/8072/task/8076/stat : 8076 (java) S 8070 8072 7110 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 130584404 1835044864 19987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8077] ppid=8070 vsize=1792036 CPUtime=0
/proc/8072/task/8077/stat : 8077 (java) S 8070 8072 7110 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 130584406 1835044864 19987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8078] ppid=8070 vsize=1792036 CPUtime=0
/proc/8072/task/8078/stat : 8078 (java) S 8070 8072 7110 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 130584406 1835044864 19987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8079] ppid=8070 vsize=1792036 CPUtime=0
/proc/8072/task/8079/stat : 8079 (java) S 8070 8072 7110 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 130584406 1835044864 19987 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8080] ppid=8070 vsize=1792036 CPUtime=0
/proc/8072/task/8080/stat : 8080 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 130584410 1835044864 19988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8081] ppid=8070 vsize=1792036 CPUtime=0.51
/proc/8072/task/8081/stat : 8081 (java) S 8070 8072 7110 0 -1 64 1668 0 0 0 50 1 0 0 17 0 12 0 130584410 1835044864 19988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8082] ppid=8070 vsize=1792036 CPUtime=0.95
/proc/8072/task/8082/stat : 8082 (java) S 8070 8072 7110 0 -1 64 5195 0 0 0 93 2 0 0 17 0 12 0 130584410 1835044864 19988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8083] ppid=8070 vsize=1792036 CPUtime=0
/proc/8072/task/8083/stat : 8083 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 130584410 1835044864 19988 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8084] ppid=8070 vsize=1792036 CPUtime=0
/proc/8072/task/8084/stat : 8084 (java) S 8070 8072 7110 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 130584410 1835044864 19989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1792036

[startup+3.10267 s]
/proc/loadavg: 1.15 1.03 1.01 4/90 8085
/proc/meminfo: memFree=1681232/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=1793384 CPUtime=4.73
/proc/8072/stat : 8072 (java) S 8070 8072 7110 0 -1 0 37435 0 1 0 455 18 0 0 18 0 13 0 130584401 1836425216 31855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8072/statm: 448346 31855 1318 9 0 445958 0
[pid=8072/tid=8074] ppid=8070 vsize=1793384 CPUtime=2.25
/proc/8072/task/8074/stat : 8074 (java) R 8070 8072 7110 0 -1 64 28129 0 1 0 212 13 0 0 17 0 13 0 130584402 1836425216 31856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109606380 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8075] ppid=8070 vsize=1793384 CPUtime=0
/proc/8072/task/8075/stat : 8075 (java) S 8070 8072 7110 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 130584404 1836425216 31856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8076] ppid=8070 vsize=1793384 CPUtime=0
/proc/8072/task/8076/stat : 8076 (java) S 8070 8072 7110 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 130584404 1836425216 31856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8077] ppid=8070 vsize=1793384 CPUtime=0
/proc/8072/task/8077/stat : 8077 (java) S 8070 8072 7110 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 130584406 1836425216 31857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8078] ppid=8070 vsize=1793384 CPUtime=0
/proc/8072/task/8078/stat : 8078 (java) S 8070 8072 7110 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 130584406 1836425216 31857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8079] ppid=8070 vsize=1793384 CPUtime=0
/proc/8072/task/8079/stat : 8079 (java) S 8070 8072 7110 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 130584406 1836425216 31857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8080] ppid=8070 vsize=1793384 CPUtime=0
/proc/8072/task/8080/stat : 8080 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130584410 1836425216 31857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8081] ppid=8070 vsize=1793384 CPUtime=1.02
/proc/8072/task/8081/stat : 8081 (java) S 8070 8072 7110 0 -1 64 3037 0 0 0 101 1 0 0 16 0 13 0 130584410 1836425216 31858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8082] ppid=8070 vsize=1793384 CPUtime=1.42
/proc/8072/task/8082/stat : 8082 (java) S 8070 8072 7110 0 -1 64 5546 0 0 0 140 2 0 0 16 0 13 0 130584410 1836425216 31858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8083] ppid=8070 vsize=1793384 CPUtime=0
/proc/8072/task/8083/stat : 8083 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 130584410 1836425216 31858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8084] ppid=8070 vsize=1793384 CPUtime=0
/proc/8072/task/8084/stat : 8084 (java) S 8070 8072 7110 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130584410 1836425216 31858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8085] ppid=8070 vsize=1793384 CPUtime=0
/proc/8072/task/8085/stat : 8085 (java) S 8070 8072 7110 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 130584587 1836425216 31859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 1793384

[startup+6.30205 s]
/proc/loadavg: 1.15 1.03 1.01 2/90 8085
/proc/meminfo: memFree=1589456/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=1793128 CPUtime=8.01
/proc/8072/stat : 8072 (java) S 8070 8072 7110 0 -1 0 50162 0 1 0 777 24 0 0 18 0 13 0 130584401 1836163072 44480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8072/statm: 448282 44480 1327 9 0 445894 0
[pid=8072/tid=8074] ppid=8070 vsize=1793128 CPUtime=5.38
/proc/8072/task/8074/stat : 8074 (java) R 8070 8072 7110 0 -1 64 37710 0 1 0 521 17 0 0 25 0 13 0 130584402 1836163072 44480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109834336 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8075] ppid=8070 vsize=1793128 CPUtime=0.04
/proc/8072/task/8075/stat : 8075 (java) S 8070 8072 7110 0 -1 64 1817 0 0 0 4 0 0 0 17 0 13 0 130584404 1836163072 44480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8076] ppid=8070 vsize=1793128 CPUtime=0.05
/proc/8072/task/8076/stat : 8076 (java) S 8070 8072 7110 0 -1 64 1320 0 0 0 5 0 0 0 16 0 13 0 130584404 1836163072 44480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8077] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8077/stat : 8077 (java) S 8070 8072 7110 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 44480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8078] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8078/stat : 8078 (java) S 8070 8072 7110 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 44480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8079] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8079/stat : 8079 (java) S 8070 8072 7110 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 44480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8080] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8080/stat : 8080 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130584410 1836163072 44480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8081] ppid=8070 vsize=1793128 CPUtime=1.04
/proc/8072/task/8081/stat : 8081 (java) S 8070 8072 7110 0 -1 64 3037 0 0 0 103 1 0 0 17 0 13 0 130584410 1836163072 44480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8082] ppid=8070 vsize=1793128 CPUtime=1.44
/proc/8072/task/8082/stat : 8082 (java) S 8070 8072 7110 0 -1 64 5547 0 0 0 142 2 0 0 16 0 13 0 130584410 1836163072 44480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8083] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8083/stat : 8083 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 130584410 1836163072 44480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8084] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8084/stat : 8084 (java) S 8070 8072 7110 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130584410 1836163072 44480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8085] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8085/stat : 8085 (java) S 8070 8072 7110 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 130584587 1836163072 44480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 1793128

[startup+12.7028 s]
/proc/loadavg: 1.12 1.03 1.01 2/90 8085
/proc/meminfo: memFree=1560912/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=1793128 CPUtime=14.55
/proc/8072/stat : 8072 (java) S 8070 8072 7110 0 -1 0 57389 0 1 0 1428 27 0 0 18 0 13 0 130584401 1836163072 51631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8072/statm: 448282 51631 1327 9 0 445894 0
[pid=8072/tid=8074] ppid=8070 vsize=1793128 CPUtime=11.64
/proc/8072/task/8074/stat : 8074 (java) R 8070 8072 7110 0 -1 64 37712 0 1 0 1147 17 0 0 24 0 13 0 130584402 1836163072 51631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109880169 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8075] ppid=8070 vsize=1793128 CPUtime=0.18
/proc/8072/task/8075/stat : 8075 (java) S 8070 8072 7110 0 -1 64 5654 0 0 0 16 2 0 0 16 0 13 0 130584404 1836163072 51631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8076] ppid=8070 vsize=1793128 CPUtime=0.18
/proc/8072/task/8076/stat : 8076 (java) S 8070 8072 7110 0 -1 64 4703 0 0 0 17 1 0 0 16 0 13 0 130584404 1836163072 51631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8077] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8077/stat : 8077 (java) S 8070 8072 7110 0 -1 64 12 0 0 0 0 0 0 0 15 0 13 0 130584406 1836163072 51631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8078] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8078/stat : 8078 (java) S 8070 8072 7110 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 51631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8079] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8079/stat : 8079 (java) S 8070 8072 7110 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 51631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8080] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8080/stat : 8080 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130584410 1836163072 51631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8081] ppid=8070 vsize=1793128 CPUtime=1.05
/proc/8072/task/8081/stat : 8081 (java) S 8070 8072 7110 0 -1 64 3038 0 0 0 104 1 0 0 16 0 13 0 130584410 1836163072 51631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8082] ppid=8070 vsize=1793128 CPUtime=1.44
/proc/8072/task/8082/stat : 8082 (java) S 8070 8072 7110 0 -1 64 5547 0 0 0 142 2 0 0 16 0 13 0 130584410 1836163072 51631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8083] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8083/stat : 8083 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 130584410 1836163072 51631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8084] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8084/stat : 8084 (java) S 8070 8072 7110 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130584410 1836163072 51631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8085] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8085/stat : 8085 (java) S 8070 8072 7110 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 130584587 1836163072 51631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.55
Current children cumulated vsize (KiB) 1793128

[startup+25.5013 s]
/proc/loadavg: 1.10 1.03 1.01 2/90 8085
/proc/meminfo: memFree=1534800/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=1793128 CPUtime=27.8
/proc/8072/stat : 8072 (java) S 8070 8072 7110 0 -1 0 64662 0 1 0 2749 31 0 0 18 0 13 0 130584401 1836163072 58193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8072/statm: 448282 58193 1327 9 0 445894 0
[pid=8072/tid=8074] ppid=8070 vsize=1793128 CPUtime=23.99
/proc/8072/task/8074/stat : 8074 (java) R 8070 8072 7110 0 -1 64 37716 0 1 0 2382 17 0 0 25 0 13 0 130584402 1836163072 58193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109801780 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8075] ppid=8070 vsize=1793128 CPUtime=0.62
/proc/8072/task/8075/stat : 8075 (java) S 8070 8072 7110 0 -1 64 9369 0 0 0 58 4 0 0 16 0 13 0 130584404 1836163072 58193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8076] ppid=8070 vsize=1793128 CPUtime=0.62
/proc/8072/task/8076/stat : 8076 (java) S 8070 8072 7110 0 -1 64 8257 0 0 0 59 3 0 0 17 0 13 0 130584404 1836163072 58193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8077] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8077/stat : 8077 (java) S 8070 8072 7110 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 58193 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=8072/tid=8077] ppid=8070 vsize=1793128 CPUtime=0.07
/proc/8072/task/8077/stat : 8077 (java) S 8070 8072 7110 0 -1 64 110 0 0 0 2 5 0 0 16 0 13 0 130584406 1836163072 148980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8078] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8078/stat : 8078 (java) S 8070 8072 7110 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 148980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8079] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8079/stat : 8079 (java) S 8070 8072 7110 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 148980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8080] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8080/stat : 8080 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130584410 1836163072 148980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8081] ppid=8070 vsize=1793128 CPUtime=1.05
/proc/8072/task/8081/stat : 8081 (java) S 8070 8072 7110 0 -1 64 3038 0 0 0 104 1 0 0 16 0 13 0 130584410 1836163072 148980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8082] ppid=8070 vsize=1793128 CPUtime=1.45
/proc/8072/task/8082/stat : 8082 (java) S 8070 8072 7110 0 -1 64 5547 0 0 0 143 2 0 0 16 0 13 0 130584410 1836163072 148980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8083] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8083/stat : 8083 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 130584410 1836163072 148980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8084] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8084/stat : 8084 (java) S 8070 8072 7110 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130584410 1836163072 148980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8085] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8085/stat : 8085 (java) S 8070 8072 7110 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 130584587 1836163072 148980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1612.05
Current children cumulated vsize (KiB) 1793128

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8087
/proc/meminfo: memFree=1165136/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=1793128 CPUtime=1672.59
/proc/8072/stat : 8072 (java) S 8070 8072 7110 0 -1 0 234827 0 1 0 167145 114 0 0 18 0 13 0 130584401 1836163072 150134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8072/statm: 448282 150134 1327 9 0 445894 0
[pid=8072/tid=8074] ppid=8070 vsize=1793128 CPUtime=1650.65
/proc/8072/task/8074/stat : 8074 (java) R 8070 8072 7110 0 -1 64 57630 0 1 0 165035 30 0 0 25 0 13 0 130584402 1836163072 150134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109880157 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8075] ppid=8070 vsize=1793128 CPUtime=9.65
/proc/8072/task/8075/stat : 8075 (java) S 8070 8072 7110 0 -1 64 84792 0 0 0 928 37 0 0 17 0 13 0 130584404 1836163072 150134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8076] ppid=8070 vsize=1793128 CPUtime=9.67
/proc/8072/task/8076/stat : 8076 (java) S 8070 8072 7110 0 -1 64 82987 0 0 0 930 37 0 0 16 0 13 0 130584404 1836163072 150134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8077] ppid=8070 vsize=1793128 CPUtime=0.07
/proc/8072/task/8077/stat : 8077 (java) S 8070 8072 7110 0 -1 64 110 0 0 0 2 5 0 0 16 0 13 0 130584406 1836163072 150134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8078] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8078/stat : 8078 (java) S 8070 8072 7110 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 150134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8079] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8079/stat : 8079 (java) S 8070 8072 7110 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 150134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8080] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8080/stat : 8080 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130584410 1836163072 150134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8081] ppid=8070 vsize=1793128 CPUtime=1.05
/proc/8072/task/8081/stat : 8081 (java) S 8070 8072 7110 0 -1 64 3038 0 0 0 104 1 0 0 16 0 13 0 130584410 1836163072 150134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8082] ppid=8070 vsize=1793128 CPUtime=1.45
/proc/8072/task/8082/stat : 8082 (java) S 8070 8072 7110 0 -1 64 5547 0 0 0 143 2 0 0 16 0 13 0 130584410 1836163072 150134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8083] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8083/stat : 8083 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 130584410 1836163072 150134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8084] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8084/stat : 8084 (java) S 8070 8072 7110 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130584410 1836163072 150134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8085] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8085/stat : 8085 (java) S 8070 8072 7110 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 130584587 1836163072 150134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1672.59
Current children cumulated vsize (KiB) 1793128

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8087
/proc/meminfo: memFree=1151056/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=1793128 CPUtime=1733.1
/proc/8072/stat : 8072 (java) S 8070 8072 7110 0 -1 0 238967 0 1 0 173193 117 0 0 18 0 13 0 130584401 1836163072 153645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8072/statm: 448282 153645 1327 9 0 445894 0
[pid=8072/tid=8074] ppid=8070 vsize=1793128 CPUtime=1710.06
/proc/8072/task/8074/stat : 8074 (java) R 8070 8072 7110 0 -1 64 58502 0 1 0 170976 30 0 0 25 0 13 0 130584402 1836163072 153645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109954669 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8075] ppid=8070 vsize=1793128 CPUtime=10.17
/proc/8072/task/8075/stat : 8075 (java) S 8070 8072 7110 0 -1 64 86991 0 0 0 980 37 0 0 16 0 13 0 130584404 1836163072 153645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8076] ppid=8070 vsize=1793128 CPUtime=10.21
/proc/8072/task/8076/stat : 8076 (java) S 8070 8072 7110 0 -1 64 84052 0 0 0 984 37 0 0 16 0 13 0 130584404 1836163072 153645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8077] ppid=8070 vsize=1793128 CPUtime=0.07
/proc/8072/task/8077/stat : 8077 (java) S 8070 8072 7110 0 -1 64 114 0 0 0 2 5 0 0 16 0 13 0 130584406 1836163072 153645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8078] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8078/stat : 8078 (java) S 8070 8072 7110 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 153645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8079] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8079/stat : 8079 (java) S 8070 8072 7110 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 153645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8080] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8080/stat : 8080 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130584410 1836163072 153645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8081] ppid=8070 vsize=1793128 CPUtime=1.05
/proc/8072/task/8081/stat : 8081 (java) S 8070 8072 7110 0 -1 64 3038 0 0 0 104 1 0 0 16 0 13 0 130584410 1836163072 153645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8082] ppid=8070 vsize=1793128 CPUtime=1.45
/proc/8072/task/8082/stat : 8082 (java) S 8070 8072 7110 0 -1 64 5547 0 0 0 143 2 0 0 16 0 13 0 130584410 1836163072 153645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8083] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8083/stat : 8083 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 130584410 1836163072 153645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8084] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8084/stat : 8084 (java) S 8070 8072 7110 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130584410 1836163072 153645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8085] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8085/stat : 8085 (java) S 8070 8072 7110 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 130584587 1836163072 153645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1733.1
Current children cumulated vsize (KiB) 1793128

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8087
/proc/meminfo: memFree=1134288/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=1793128 CPUtime=1793.62
/proc/8072/stat : 8072 (java) S 8070 8072 7110 0 -1 0 243839 0 1 0 179243 119 0 0 18 0 13 0 130584401 1836163072 157870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8072/statm: 448282 157870 1327 9 0 445894 0
[pid=8072/tid=8074] ppid=8070 vsize=1793128 CPUtime=1769.46
/proc/8072/task/8074/stat : 8074 (java) R 8070 8072 7110 0 -1 64 59646 0 1 0 176915 31 0 0 25 0 13 0 130584402 1836163072 157870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109834209 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8075] ppid=8070 vsize=1793128 CPUtime=10.74
/proc/8072/task/8075/stat : 8075 (java) S 8070 8072 7110 0 -1 64 89935 0 0 0 1035 39 0 0 16 0 13 0 130584404 1836163072 157870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8076] ppid=8070 vsize=1793128 CPUtime=10.77
/proc/8072/task/8076/stat : 8076 (java) S 8070 8072 7110 0 -1 64 84826 0 0 0 1040 37 0 0 16 0 13 0 130584404 1836163072 157870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8077] ppid=8070 vsize=1793128 CPUtime=0.08
/proc/8072/task/8077/stat : 8077 (java) S 8070 8072 7110 0 -1 64 124 0 0 0 3 5 0 0 16 0 13 0 130584406 1836163072 157870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8078] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8078/stat : 8078 (java) S 8070 8072 7110 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 157870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8079] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8079/stat : 8079 (java) S 8070 8072 7110 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 157870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8080] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8080/stat : 8080 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130584410 1836163072 157870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8081] ppid=8070 vsize=1793128 CPUtime=1.05
/proc/8072/task/8081/stat : 8081 (java) S 8070 8072 7110 0 -1 64 3038 0 0 0 104 1 0 0 16 0 13 0 130584410 1836163072 157870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8082] ppid=8070 vsize=1793128 CPUtime=1.45
/proc/8072/task/8082/stat : 8082 (java) S 8070 8072 7110 0 -1 64 5547 0 0 0 143 2 0 0 16 0 13 0 130584410 1836163072 157870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8083] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8083/stat : 8083 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 130584410 1836163072 157870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8084] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8084/stat : 8084 (java) S 8070 8072 7110 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130584410 1836163072 157870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8085] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8085/stat : 8085 (java) S 8070 8072 7110 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 130584587 1836163072 157870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1793.62
Current children cumulated vsize (KiB) 1793128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8087
/proc/meminfo: memFree=1133648/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=1793128 CPUtime=1800.02
/proc/8072/stat : 8072 (java) S 8070 8072 7110 0 -1 0 243998 0 1 0 179883 119 0 0 18 0 13 0 130584401 1836163072 158029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8072/statm: 448282 158029 1327 9 0 445894 0
[pid=8072/tid=8074] ppid=8070 vsize=1793128 CPUtime=1775.86
/proc/8072/task/8074/stat : 8074 (java) R 8070 8072 7110 0 -1 64 59805 0 1 0 177555 31 0 0 25 0 13 0 130584402 1836163072 158029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109954669 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8075] ppid=8070 vsize=1793128 CPUtime=10.74
/proc/8072/task/8075/stat : 8075 (java) S 8070 8072 7110 0 -1 64 89935 0 0 0 1035 39 0 0 16 0 13 0 130584404 1836163072 158029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8076] ppid=8070 vsize=1793128 CPUtime=10.77
/proc/8072/task/8076/stat : 8076 (java) S 8070 8072 7110 0 -1 64 84826 0 0 0 1040 37 0 0 16 0 13 0 130584404 1836163072 158029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8072/tid=8077] ppid=8070 vsize=1793128 CPUtime=0.08
/proc/8072/task/8077/stat : 8077 (java) S 8070 8072 7110 0 -1 64 124 0 0 0 3 5 0 0 16 0 13 0 130584406 1836163072 158029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8078] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8078/stat : 8078 (java) S 8070 8072 7110 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 158029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8079] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8079/stat : 8079 (java) S 8070 8072 7110 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 130584406 1836163072 158029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8080] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8080/stat : 8080 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 130584410 1836163072 158029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8081] ppid=8070 vsize=1793128 CPUtime=1.05
/proc/8072/task/8081/stat : 8081 (java) S 8070 8072 7110 0 -1 64 3038 0 0 0 104 1 0 0 16 0 13 0 130584410 1836163072 158029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8082] ppid=8070 vsize=1793128 CPUtime=1.45
/proc/8072/task/8082/stat : 8082 (java) S 8070 8072 7110 0 -1 64 5547 0 0 0 143 2 0 0 16 0 13 0 130584410 1836163072 158029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8083] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8083/stat : 8083 (java) S 8070 8072 7110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 130584410 1836163072 158029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8084] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8084/stat : 8084 (java) S 8070 8072 7110 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 130584410 1836163072 158029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8072/tid=8085] ppid=8070 vsize=1793128 CPUtime=0
/proc/8072/task/8085/stat : 8085 (java) S 8070 8072 7110 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 130584587 1836163072 158029 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1793128

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

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

[startup+1788.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8087
/proc/meminfo: memFree=1133648/2055924 swapFree=4191880/4192956
[pid=8072] ppid=8070 vsize=0 CPUtime=1800.13
/proc/8072/stat : 8072 (java) Z 8070 8072 7110 0 -1 1036 244027 0 1 0 179887 126 0 0 16 0 2 0 130584401 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8072/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.84
CPU time (s): 1800.16
CPU user time (s): 1798.87
CPU system time (s): 1.2908
CPU usage (%): 100.633
Max. virtual memory (cumulated for all children) (KiB): 1794184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 1.2908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244027
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= 39040
involuntary context switches= 48247

runsolver used 1.93171 second user time and 5.06223 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Apr 14 10:11:07 UTC 2007

IDJOB= 350741
IDBENCH= 1584
IDSOLVER= 159
FILE ID= node6/350741-1176545467

PBS_JOBID= 4556732

Free space on /tmp= 66554 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-neos15.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350741-1176545467/sat4jPseudoResolution.jar /tmp/evaluation/350741-1176545467/instance-350741-1176545467.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-350741-1176545467 -o ROOT/results/node6/solver-350741-1176545467 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350741-1176545467/sat4jPseudoResolution.jar /tmp/evaluation/350741-1176545467/instance-350741-1176545467.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1be7a0a5556e21a359d6f31cb8a3ccd8

RANDOM SEED= 577525898

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.232
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.232
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:      2055924 kB
MemFree:       1763792 kB
Buffers:         26924 kB
Cached:         159260 kB
SwapCached:        408 kB
Active:         120064 kB
Inactive:       122576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1763792 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4192 kB
Writeback:           0 kB
Mapped:          73544 kB
Slab:            35048 kB
Committed_AS:  4861200 kB
PageTables:       1788 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= 66554 MiB

End job on node6 on Sat Apr 14 10:40:58 UTC 2007