Trace number 354139

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
sat4jPseudoCP 2007-03-23? (TO) 1800.17 1773.72

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-CMS750_4.opb
MD5SUM793a421e66649b71c1e582af22e89954
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark589824
Best CPU time to get the best result obtained on this benchmark1800.81
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 589824
Optimality of the best value was proved NO
Number of variables142226
Total number of constraints20881
Number of constraints which are clauses2438
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18443
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 780
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1074509823
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147731454
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/354139-1176696492/instance-354139-1176696492.opb
0.20/0.20	c reading problem ... 
11.00/8.46	c ... done. Wall clock time 8.263s.
11.00/8.46	c CPU time (experimental) 5.97s.
11.00/8.46	c #vars     142226
11.00/8.46	c #constraints  20882
1800.04/1773.61	c starts		: 2
1800.04/1773.61	c conflicts		: 40039
1800.04/1773.61	c decisions		: 49093
1800.04/1773.61	c propagations		: 376762
1800.04/1773.61	c inspects		: 375136497
1800.04/1773.61	c learnt literals	: 0
1800.04/1773.61	c learnt binary clauses	: 0
1800.04/1773.61	c learnt ternary clauses	: 0
1800.04/1773.61	c learnt clauses	: 40038
1800.04/1773.61	c root simplifications	: 0
1800.04/1773.61	c removed literals (reason simplification)	: 0
1800.04/1773.61	c reason swapping (by a shorter reason)	: 0
1800.04/1773.61	c Calls to reduceDB	: 0
1800.04/1773.61	c speed (decisions/second)	: 27.813485968616703
1800.04/1773.61	c non guided choices	47
1800.04/1773.61	s UNKNOWN
1800.04/1773.61	c Total wall clock time (ms): 1773.413

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/node45/watcher-354139-1176696492 -o ROOT/results/node45/solver-354139-1176696492 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354139-1176696492/sat4jPseudoCP.jar /tmp/evaluation/354139-1176696492/instance-354139-1176696492.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5259
/proc/meminfo: memFree=1793808/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=1520 CPUtime=0
/proc/5259/stat : 5259 (java) R 5257 5259 4886 0 -1 0 92 0 0 0 0 0 0 0 18 0 1 0 24494830 1556480 73 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4695734 0 0 4096 0 0 0 0 17 1 0 0
/proc/5259/statm: 380 75 56 9 0 10 0

[startup+0.101596 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5259
/proc/meminfo: memFree=1793808/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=1780108 CPUtime=0.08
/proc/5259/stat : 5259 (java) S 5257 5259 4886 0 -1 0 3983 0 1 0 6 2 0 0 18 0 12 0 24494830 1822830592 3724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5259/statm: 445027 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.201604 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5259
/proc/meminfo: memFree=1793808/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=1781420 CPUtime=0.2
/proc/5259/stat : 5259 (java) S 5257 5259 4886 0 -1 0 4867 0 1 0 17 3 0 0 18 0 12 0 24494830 1824174080 4605 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5259/statm: 445355 4605 1244 9 0 442967 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1781420

[startup+0.301617 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5259
/proc/meminfo: memFree=1793808/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=1781636 CPUtime=0.34
/proc/5259/stat : 5259 (java) S 5257 5259 4886 0 -1 0 6334 0 1 0 30 4 0 0 18 0 12 0 24494830 1824395264 6072 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5259/statm: 445409 6072 1267 9 0 443021 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781636

[startup+0.701656 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5259
/proc/meminfo: memFree=1793808/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=1784524 CPUtime=0.96
/proc/5259/stat : 5259 (java) S 5257 5259 4886 0 -1 0 8962 0 1 0 91 5 0 0 18 0 12 0 24494830 1827352576 8364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5259/statm: 446131 8364 1309 9 0 443743 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1784524

[startup+1.50273 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 5271
/proc/meminfo: memFree=1751920/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=1794956 CPUtime=2.31
/proc/5259/stat : 5259 (java) S 5257 5259 4886 0 -1 0 23100 0 1 0 220 11 0 0 18 0 12 0 24494830 1838034944 18037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5259/statm: 448739 18038 1310 9 0 446351 0
[pid=5259/tid=5261] ppid=5257 vsize=1794956 CPUtime=0.8
/proc/5259/task/5261/stat : 5261 (java) R 5257 5259 4886 0 -1 64 13768 0 1 0 73 7 0 0 23 0 12 0 24494831 1838034944 18038 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109575650 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5262] ppid=5257 vsize=1794956 CPUtime=0
/proc/5259/task/5262/stat : 5262 (java) S 5257 5259 4886 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 24494833 1838034944 18039 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5263] ppid=5257 vsize=1794956 CPUtime=0
/proc/5259/task/5263/stat : 5263 (java) S 5257 5259 4886 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24494833 1838034944 18040 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5264] ppid=5257 vsize=1794956 CPUtime=0
/proc/5259/task/5264/stat : 5264 (java) S 5257 5259 4886 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 24494835 1838034944 18040 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5265] ppid=5257 vsize=1794956 CPUtime=0
/proc/5259/task/5265/stat : 5265 (java) S 5257 5259 4886 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 24494835 1838034944 18042 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5266] ppid=5257 vsize=1794956 CPUtime=0
/proc/5259/task/5266/stat : 5266 (java) S 5257 5259 4886 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 24494835 1838034944 18044 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5267] ppid=5257 vsize=1794956 CPUtime=0
/proc/5259/task/5267/stat : 5267 (java) S 5257 5259 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24494839 1838034944 18044 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5268] ppid=5257 vsize=1794956 CPUtime=0.79
/proc/5259/task/5268/stat : 5268 (java) S 5257 5259 4886 0 -1 64 4723 0 0 0 78 1 0 0 18 0 12 0 24494839 1838034944 18045 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5269] ppid=5257 vsize=1794956 CPUtime=0.69
/proc/5259/task/5269/stat : 5269 (java) S 5257 5259 4886 0 -1 64 3890 0 0 0 68 1 0 0 18 0 12 0 24494839 1838034944 18046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5270] ppid=5257 vsize=1794956 CPUtime=0
/proc/5259/task/5270/stat : 5270 (java) S 5257 5259 4886 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24494839 1838034944 18046 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5271] ppid=5257 vsize=1794956 CPUtime=0
/proc/5259/task/5271/stat : 5271 (java) S 5257 5259 4886 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24494839 1838034944 18047 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1794956

[startup+3.1029 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 5271
/proc/meminfo: memFree=1654640/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=1797520 CPUtime=4.23
/proc/5259/stat : 5259 (java) S 5257 5259 4886 0 -1 0 56566 0 1 0 398 25 0 0 18 0 12 0 24494830 1840660480 50907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5259/statm: 449380 50907 1324 9 0 446992 0
[pid=5259/tid=5261] ppid=5257 vsize=1797520 CPUtime=2.09
/proc/5259/task/5261/stat : 5261 (java) R 5257 5259 4886 0 -1 64 37679 0 1 0 191 18 0 0 19 0 12 0 24494831 1840660480 50907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109505173 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5262] ppid=5257 vsize=1797520 CPUtime=0.28
/proc/5259/task/5262/stat : 5262 (java) S 5257 5259 4886 0 -1 64 4381 0 0 0 27 1 0 0 16 0 12 0 24494833 1840660480 50907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5263] ppid=5257 vsize=1797520 CPUtime=0.28
/proc/5259/task/5263/stat : 5263 (java) S 5257 5259 4886 0 -1 64 5157 0 0 0 27 1 0 0 16 0 12 0 24494833 1840660480 50907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5264] ppid=5257 vsize=1797520 CPUtime=0
/proc/5259/task/5264/stat : 5264 (java) S 5257 5259 4886 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24494835 1840660480 50907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5265] ppid=5257 vsize=1797520 CPUtime=0
/proc/5259/task/5265/stat : 5265 (java) S 5257 5259 4886 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24494835 1840660480 50907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5266] ppid=5257 vsize=1797520 CPUtime=0
/proc/5259/task/5266/stat : 5266 (java) S 5257 5259 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24494835 1840660480 50907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5267] ppid=5257 vsize=1797520 CPUtime=0
/proc/5259/task/5267/stat : 5267 (java) S 5257 5259 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24494839 1840660480 50907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5268] ppid=5257 vsize=1797520 CPUtime=0.81
/proc/5259/task/5268/stat : 5268 (java) S 5257 5259 4886 0 -1 64 4723 0 0 0 80 1 0 0 15 0 12 0 24494839 1840660480 50907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5269] ppid=5257 vsize=1797520 CPUtime=0.72
/proc/5259/task/5269/stat : 5269 (java) S 5257 5259 4886 0 -1 64 3901 0 0 0 71 1 0 0 15 0 12 0 24494839 1840660480 50907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5270] ppid=5257 vsize=1797520 CPUtime=0
/proc/5259/task/5270/stat : 5270 (java) S 5257 5259 4886 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24494839 1840660480 50907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5271] ppid=5257 vsize=1797520 CPUtime=0
/proc/5259/task/5271/stat : 5271 (java) S 5257 5259 4886 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24494839 1840660480 50907 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 1797520

[startup+6.30122 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 5271
/proc/meminfo: memFree=1558384/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=1795980 CPUtime=8.25
/proc/5259/stat : 5259 (java) S 5257 5259 4886 0 -1 0 72376 0 1 0 792 33 0 0 18 0 12 0 24494830 1839083520 63313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5259/statm: 448995 63313 1324 9 0 446607 0
[pid=5259/tid=5261] ppid=5257 vsize=1795980 CPUtime=4.44
/proc/5259/task/5261/stat : 5261 (java) R 5257 5259 4886 0 -1 64 37682 0 1 0 426 18 0 0 19 0 12 0 24494831 1839083520 63313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109473907 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5262] ppid=5257 vsize=1795980 CPUtime=0.88
/proc/5259/task/5262/stat : 5262 (java) S 5257 5259 4886 0 -1 64 11593 0 0 0 83 5 0 0 16 0 12 0 24494833 1839083520 63313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5263] ppid=5257 vsize=1795980 CPUtime=0.89
/proc/5259/task/5263/stat : 5263 (java) S 5257 5259 4886 0 -1 64 12262 0 0 0 86 3 0 0 16 0 12 0 24494833 1839083520 63313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5264] ppid=5257 vsize=1795980 CPUtime=0
/proc/5259/task/5264/stat : 5264 (java) S 5257 5259 4886 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24494835 1839083520 63313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5265] ppid=5257 vsize=1795980 CPUtime=0
/proc/5259/task/5265/stat : 5265 (java) S 5257 5259 4886 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24494835 1839083520 63313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5266] ppid=5257 vsize=1795980 CPUtime=0
/proc/5259/task/5266/stat : 5266 (java) S 5257 5259 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24494835 1839083520 63313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5267] ppid=5257 vsize=1795980 CPUtime=0
/proc/5259/task/5267/stat : 5267 (java) S 5257 5259 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 24494839 1839083520 63313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5268] ppid=5257 vsize=1795980 CPUtime=1.04
/proc/5259/task/5268/stat : 5268 (java) S 5257 5259 4886 0 -1 64 5385 0 0 0 102 2 0 0 16 0 12 0 24494839 1839083520 63313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5269] ppid=5257 vsize=1795980 CPUtime=0.95
/proc/5259/task/5269/stat : 5269 (java) S 5257 5259 4886 0 -1 64 4729 0 0 0 93 2 0 0 17 0 12 0 24494839 1839083520 63313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5270] ppid=5257 vsize=1795980 CPUtime=0
/proc/5259/task/5270/stat : 5270 (java) S 5257 5259 4886 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24494839 1839083520 63313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5271] ppid=5257 vsize=1795980 CPUtime=0
/proc/5259/task/5271/stat : 5271 (java) S 5257 5259 4886 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24494839 1839083520 63313 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 1795980

[startup+12.7029 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5272
/proc/meminfo: memFree=1495400/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=1798352 CPUtime=17.17
/proc/5259/stat : 5259 (java) S 5257 5259 4886 0 -1 0 90862 0 1 0 1675 42 0 0 18 0 13 0 24494830 1841512448 78272 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5259/statm: 449588 78272 1332 9 0 447200 0
[pid=5259/tid=5261] ppid=5257 vsize=1798352 CPUtime=8.94
/proc/5259/task/5261/stat : 5261 (java) R 5257 5259 4886 0 -1 64 37731 0 1 0 875 19 0 0 18 0 13 0 24494831 1841512448 78272 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109981690 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5262] ppid=5257 vsize=1798352 CPUtime=2.16
/proc/5259/task/5262/stat : 5262 (java) S 5257 5259 4886 0 -1 64 20528 0 0 0 207 9 0 0 16 0 13 0 24494833 1841512448 78272 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5263] ppid=5257 vsize=1798352 CPUtime=2.18
/proc/5259/task/5263/stat : 5263 (java) S 5257 5259 4886 0 -1 64 20562 0 0 0 211 7 0 0 16 0 13 0 24494833 1841512448 78272 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5264] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5264/stat : 5264 (java) S 5257 5259 4886 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 24494835 1841512448 78272 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5265] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5265/stat : 5265 (java) S 5257 5259 4886 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24494835 1841512448 78272 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5266] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5266/stat : 5266 (java) S 5257 5259 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24494835 1841512448 78272 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5267] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5267/stat : 5267 (java) S 5257 5259 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24494839 1841512448 78272 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5268] ppid=5257 vsize=1798352 CPUtime=1.95
/proc/5259/task/5268/stat : 5268 (java) S 5257 5259 4886 0 -1 64 5452 0 0 0 193 2 0 0 15 0 13 0 24494839 1841512448 78272 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5269] ppid=5257 vsize=1798352 CPUtime=1.88
/proc/5259/task/5269/stat : 5269 (java) S 5257 5259 4886 0 -1 64 5859 0 0 0 186 2 0 0 16 0 13 0 24494839 1841512448 78272 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5270] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5270/stat : 5270 (java) S 5257 5259 4886 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24494839 1841512448 78272 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5271] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5271/stat : 5271 (java) S 5257 5259 4886 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24494839 1841512448 78272 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5272] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5272/stat : 5272 (java) S 5257 5259 4886 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24495684 1841512448 78272 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.17
Current children cumulated vsize (KiB) 1798352

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5272
/proc/meminfo: memFree=1479464/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=1798352 CPUtime=30.79
/proc/5259/stat : 5259 (java) S 5257 5259 4886 0 -1 0 94410 0 1 0 3035 44 0 0 18 0 13 0 24494830 1841512448 79741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5259/statm: 449588 79741 1332 9 0 447200 0
[pid=5259/tid=5261] ppid=5257 vsize=1798352 CPUtime=21.33
/proc/5259/task/5261/stat : 5261 (java) R 5257 5259 4886 0 -1 64 37759 0 1 0 2114 19 0 0 24 0 13 0 24494831 1841512448 79741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109563172 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5262] ppid=5257 vsize=1798352 CPUtime=2.42
/proc/5259/task/5262/stat : 5262 (java) S 5257 5259 4886 0 -1 64 22476 0 0 0 232 10 0 0 16 0 13 0 24494833 1841512448 79741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5263] ppid=5257 vsize=1798352 CPUtime=2.43
/proc/5259/task/5263/stat : 5263 (java) S 5257 5259 4886 0 -1 64 22091 0 0 0 235 8 0 0 16 0 13 0 24494833 1841512448 79741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5264] ppid=5257 vsize=1798352 CPUtime=0.01
/proc/5259/task/5264/stat : 5264 (java) S 5257 5259 4886 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 24494835 1841512448 79741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5265] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5265/stat : 5265 (java) S 5257 5259 4886 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24494835 1841512448 79741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5266] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5266/stat : 5266 (java) S 5257 5259 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24494835 1841512448 79741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=5259/tid=5264] ppid=5257 vsize=1798352 CPUtime=0.15
/proc/5259/task/5264/stat : 5264 (java) S 5257 5259 4886 0 -1 64 164 0 0 0 9 6 0 0 16 0 13 0 24494835 1841512448 137154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5265] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5265/stat : 5265 (java) S 5257 5259 4886 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24494835 1841512448 137154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5266] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5266/stat : 5266 (java) S 5257 5259 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24494835 1841512448 137154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5267] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5267/stat : 5267 (java) S 5257 5259 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24494839 1841512448 137154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5268] ppid=5257 vsize=1798352 CPUtime=2.46
/proc/5259/task/5268/stat : 5268 (java) S 5257 5259 4886 0 -1 64 5474 0 0 0 244 2 0 0 17 0 13 0 24494839 1841512448 137154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5269] ppid=5257 vsize=1798352 CPUtime=2.16
/proc/5259/task/5269/stat : 5269 (java) S 5257 5259 4886 0 -1 64 5868 0 0 0 214 2 0 0 16 0 13 0 24494839 1841512448 137154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5270] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5270/stat : 5270 (java) S 5257 5259 4886 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24494839 1841512448 137154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5271] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5271/stat : 5271 (java) S 5257 5259 4886 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24494839 1841512448 137154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5272] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5272/stat : 5272 (java) S 5257 5259 4886 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24495684 1841512448 137154 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1565.19
Current children cumulated vsize (KiB) 1798352

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5272
/proc/meminfo: memFree=1244456/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=1798352 CPUtime=1626.07
/proc/5259/stat : 5259 (java) S 5257 5259 4886 0 -1 0 189490 0 1 0 162506 101 0 0 18 0 13 0 24494830 1841512448 138202 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5259/statm: 449588 138202 1334 9 0 447200 0
[pid=5259/tid=5261] ppid=5257 vsize=1798352 CPUtime=1578.24
/proc/5259/task/5261/stat : 5261 (java) R 5257 5259 4886 0 -1 64 56301 0 1 0 157791 33 0 0 25 0 13 0 24494831 1841512448 138202 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109949861 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5262] ppid=5257 vsize=1798352 CPUtime=21.49
/proc/5259/task/5262/stat : 5262 (java) S 5257 5259 4886 0 -1 64 59885 0 0 0 2121 28 0 0 16 0 13 0 24494833 1841512448 138202 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5263] ppid=5257 vsize=1798352 CPUtime=21.49
/proc/5259/task/5263/stat : 5263 (java) S 5257 5259 4886 0 -1 64 61075 0 0 0 2123 26 0 0 16 0 13 0 24494833 1841512448 138202 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5264] ppid=5257 vsize=1798352 CPUtime=0.16
/proc/5259/task/5264/stat : 5264 (java) S 5257 5259 4886 0 -1 64 164 0 0 0 10 6 0 0 16 0 13 0 24494835 1841512448 138202 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5265] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5265/stat : 5265 (java) S 5257 5259 4886 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24494835 1841512448 138202 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5266] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5266/stat : 5266 (java) S 5257 5259 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24494835 1841512448 138202 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5267] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5267/stat : 5267 (java) S 5257 5259 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24494839 1841512448 138202 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5268] ppid=5257 vsize=1798352 CPUtime=2.46
/proc/5259/task/5268/stat : 5268 (java) S 5257 5259 4886 0 -1 64 5474 0 0 0 244 2 0 0 17 0 13 0 24494839 1841512448 138202 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5269] ppid=5257 vsize=1798352 CPUtime=2.16
/proc/5259/task/5269/stat : 5269 (java) S 5257 5259 4886 0 -1 64 5868 0 0 0 214 2 0 0 16 0 13 0 24494839 1841512448 138202 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5270] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5270/stat : 5270 (java) S 5257 5259 4886 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24494839 1841512448 138202 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5271] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5271/stat : 5271 (java) S 5257 5259 4886 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24494839 1841512448 138202 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5272] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5272/stat : 5272 (java) S 5257 5259 4886 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24495684 1841512448 138202 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1626.07
Current children cumulated vsize (KiB) 1798352

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5272
/proc/meminfo: memFree=1240296/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=1798352 CPUtime=1686.98
/proc/5259/stat : 5259 (java) S 5257 5259 4886 0 -1 0 190619 0 1 0 168596 102 0 0 18 0 13 0 24494830 1841512448 139241 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5259/statm: 449588 139241 1334 9 0 447200 0
[pid=5259/tid=5261] ppid=5257 vsize=1798352 CPUtime=1637.31
/proc/5259/task/5261/stat : 5261 (java) R 5257 5259 4886 0 -1 64 56318 0 1 0 163697 34 0 0 25 0 13 0 24494831 1841512448 139241 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109929598 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5262] ppid=5257 vsize=1798352 CPUtime=22.41
/proc/5259/task/5262/stat : 5262 (java) S 5257 5259 4886 0 -1 64 60586 0 0 0 2213 28 0 0 16 0 13 0 24494833 1841512448 139241 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5263] ppid=5257 vsize=1798352 CPUtime=22.41
/proc/5259/task/5263/stat : 5263 (java) S 5257 5259 4886 0 -1 64 61486 0 0 0 2215 26 0 0 16 0 13 0 24494833 1841512448 139241 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5264] ppid=5257 vsize=1798352 CPUtime=0.17
/proc/5259/task/5264/stat : 5264 (java) S 5257 5259 4886 0 -1 64 164 0 0 0 10 7 0 0 16 0 13 0 24494835 1841512448 139241 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5265] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5265/stat : 5265 (java) S 5257 5259 4886 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24494835 1841512448 139241 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5266] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5266/stat : 5266 (java) S 5257 5259 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24494835 1841512448 139241 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5267] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5267/stat : 5267 (java) S 5257 5259 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24494839 1841512448 139241 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5268] ppid=5257 vsize=1798352 CPUtime=2.46
/proc/5259/task/5268/stat : 5268 (java) S 5257 5259 4886 0 -1 64 5474 0 0 0 244 2 0 0 17 0 13 0 24494839 1841512448 139241 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5269] ppid=5257 vsize=1798352 CPUtime=2.16
/proc/5259/task/5269/stat : 5269 (java) S 5257 5259 4886 0 -1 64 5868 0 0 0 214 2 0 0 16 0 13 0 24494839 1841512448 139241 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5270] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5270/stat : 5270 (java) S 5257 5259 4886 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24494839 1841512448 139241 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5271] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5271/stat : 5271 (java) S 5257 5259 4886 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24494839 1841512448 139241 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5272] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5272/stat : 5272 (java) S 5257 5259 4886 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24495684 1841512448 139241 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1686.98
Current children cumulated vsize (KiB) 1798352

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5272
/proc/meminfo: memFree=1236328/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=1798352 CPUtime=1747.91
/proc/5259/stat : 5259 (java) S 5257 5259 4886 0 -1 0 191679 0 1 0 174688 103 0 0 18 0 13 0 24494830 1841512448 140225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5259/statm: 449588 140225 1334 9 0 447200 0
[pid=5259/tid=5261] ppid=5257 vsize=1798352 CPUtime=1696.34
/proc/5259/task/5261/stat : 5261 (java) R 5257 5259 4886 0 -1 64 56335 0 1 0 169600 34 0 0 25 0 13 0 24494831 1841512448 140225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109564006 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5262] ppid=5257 vsize=1798352 CPUtime=23.37
/proc/5259/task/5262/stat : 5262 (java) S 5257 5259 4886 0 -1 64 61329 0 0 0 2308 29 0 0 16 0 13 0 24494833 1841512448 140225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5263] ppid=5257 vsize=1798352 CPUtime=23.35
/proc/5259/task/5263/stat : 5263 (java) S 5257 5259 4886 0 -1 64 61786 0 0 0 2309 26 0 0 16 0 13 0 24494833 1841512448 140225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5264] ppid=5257 vsize=1798352 CPUtime=0.17
/proc/5259/task/5264/stat : 5264 (java) S 5257 5259 4886 0 -1 64 164 0 0 0 10 7 0 0 16 0 13 0 24494835 1841512448 140225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5265] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5265/stat : 5265 (java) S 5257 5259 4886 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24494835 1841512448 140225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5266] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5266/stat : 5266 (java) S 5257 5259 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24494835 1841512448 140225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5267] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5267/stat : 5267 (java) S 5257 5259 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24494839 1841512448 140225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5268] ppid=5257 vsize=1798352 CPUtime=2.46
/proc/5259/task/5268/stat : 5268 (java) S 5257 5259 4886 0 -1 64 5474 0 0 0 244 2 0 0 17 0 13 0 24494839 1841512448 140225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5269] ppid=5257 vsize=1798352 CPUtime=2.16
/proc/5259/task/5269/stat : 5269 (java) S 5257 5259 4886 0 -1 64 5868 0 0 0 214 2 0 0 16 0 13 0 24494839 1841512448 140225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5270] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5270/stat : 5270 (java) S 5257 5259 4886 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24494839 1841512448 140225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5271] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5271/stat : 5271 (java) S 5257 5259 4886 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24494839 1841512448 140225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5272] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5272/stat : 5272 (java) S 5257 5259 4886 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24495684 1841512448 140225 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1747.91
Current children cumulated vsize (KiB) 1798352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.6 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 5272
/proc/meminfo: memFree=1232872/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=1798352 CPUtime=1800.04
/proc/5259/stat : 5259 (java) S 5257 5259 4886 0 -1 0 192658 0 1 0 179900 104 0 0 18 0 13 0 24494830 1841512448 141097 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5259/statm: 449588 141097 1334 9 0 447200 0
[pid=5259/tid=5261] ppid=5257 vsize=1798352 CPUtime=1746.76
/proc/5259/task/5261/stat : 5261 (java) R 5257 5259 4886 0 -1 64 56350 0 1 0 174642 34 0 0 25 0 13 0 24494831 1841512448 141097 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109949861 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5262] ppid=5257 vsize=1798352 CPUtime=24.22
/proc/5259/task/5262/stat : 5262 (java) S 5257 5259 4886 0 -1 64 61883 0 0 0 2393 29 0 0 16 0 13 0 24494833 1841512448 141097 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5263] ppid=5257 vsize=1798352 CPUtime=24.2
/proc/5259/task/5263/stat : 5263 (java) S 5257 5259 4886 0 -1 64 62196 0 0 0 2393 27 0 0 16 0 13 0 24494833 1841512448 141097 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5264] ppid=5257 vsize=1798352 CPUtime=0.17
/proc/5259/task/5264/stat : 5264 (java) S 5257 5259 4886 0 -1 64 164 0 0 0 10 7 0 0 16 0 13 0 24494835 1841512448 141097 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5265] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5265/stat : 5265 (java) S 5257 5259 4886 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24494835 1841512448 141097 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5266] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5266/stat : 5266 (java) S 5257 5259 4886 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24494835 1841512448 141097 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5267] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5267/stat : 5267 (java) S 5257 5259 4886 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 24494839 1841512448 141097 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5268] ppid=5257 vsize=1798352 CPUtime=2.46
/proc/5259/task/5268/stat : 5268 (java) S 5257 5259 4886 0 -1 64 5474 0 0 0 244 2 0 0 17 0 13 0 24494839 1841512448 141097 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5269] ppid=5257 vsize=1798352 CPUtime=2.16
/proc/5259/task/5269/stat : 5269 (java) S 5257 5259 4886 0 -1 64 5868 0 0 0 214 2 0 0 16 0 13 0 24494839 1841512448 141097 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5270] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5270/stat : 5270 (java) S 5257 5259 4886 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 24494839 1841512448 141097 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5259/tid=5271] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5271/stat : 5271 (java) S 5257 5259 4886 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24494839 1841512448 141097 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5259/tid=5272] ppid=5257 vsize=1798352 CPUtime=0
/proc/5259/task/5272/stat : 5272 (java) S 5257 5259 4886 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24495684 1841512448 141097 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1798352

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

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

[startup+1773.71 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 5272
/proc/meminfo: memFree=1232872/2055920 swapFree=4184868/4192956
[pid=5259] ppid=5257 vsize=0 CPUtime=1800.15
/proc/5259/stat : 5259 (java) Z 5257 5259 4886 0 -1 1036 192678 0 1 0 179904 111 0 0 16 0 2 0 24494830 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5259/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1773.72
CPU time (s): 1800.17
CPU user time (s): 1799.04
CPU system time (s): 1.12583
CPU usage (%): 101.491
Max. virtual memory (cumulated for all children) (KiB): 1799676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.12583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192678
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= 42255
involuntary context switches= 39239

runsolver used 1.69974 second user time and 4.77727 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Mon Apr 16 04:08:12 UTC 2007

IDJOB= 354139
IDBENCH= 2360
IDSOLVER= 160
FILE ID= node45/354139-1176696492

PBS_JOBID= 4560038

Free space on /tmp= 66509 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  793a421e66649b71c1e582af22e89954

RANDOM SEED= 859262290

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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:       1794216 kB
Buffers:         10836 kB
Cached:         186852 kB
SwapCached:       2572 kB
Active:          97696 kB
Inactive:       111312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794216 kB
SwapTotal:     4192956 kB
SwapFree:      4184868 kB
Dirty:           17428 kB
Writeback:           0 kB
Mapped:          17700 kB
Slab:            38712 kB
Committed_AS:   969452 kB
PageTables:       1396 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= 66509 MiB

End job on node45 on Mon Apr 16 04:37:48 UTC 2007