Trace number 349337

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.47 1787.15

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-bg512142.opb
MD5SUMbc049badf8b0b6990d4dd6f2aa909c41
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16800
Total number of constraints945
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints934
Minimum length of a constraint1
Maximum length of a constraint183
Number of terms in the objective function 9600
Biggest coefficient in the objective function 5368709120000
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 773893279252632
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 5368709120000
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 773893279252632
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.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/349337-1176696325/instance-349337-1176696325.opb
0.20/0.20	c reading problem ... 
2.62/1.70	c ... done. Wall clock time 1.502s.
2.62/1.71	c CPU time (experimental) 1.19s.
2.62/1.71	c #vars     16800
2.62/1.71	c #constraints  1175
1736.56/1723.47	c cleaning 1014153 clauses out of 2028385 for limit 1.2588767268204955E-5
1800.03/1786.89	c starts		: 23
1800.03/1786.89	c conflicts		: 2035500
1800.03/1786.89	c decisions		: 2423807
1800.03/1786.89	c propagations		: 33793018
1800.03/1786.89	c inspects		: 2205243481
1800.03/1786.89	c learnt literals	: 115
1800.03/1786.89	c learnt binary clauses	: 103
1800.03/1786.89	c learnt ternary clauses	: 157
1800.03/1786.89	c learnt clauses	: 2035385
1800.03/1786.89	c root simplifications	: 0
1800.03/1786.89	c removed literals (reason simplification)	: 0
1800.03/1786.89	c reason swapping (by a shorter reason)	: 0
1800.03/1786.89	c Calls to reduceDB	: 2
1800.03/1786.89	c speed (decisions/second)	: 1357.9366906845632
1800.03/1786.89	c non guided choices	30555
1800.03/1786.89	s UNKNOWN
1800.03/1786.89	c Total wall clock time (ms): 1786.69

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node19/watcher-349337-1176696325 -o ROOT/results/node19/solver-349337-1176696325 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349337-1176696325/sat4jPseudoResolution.jar /tmp/evaluation/349337-1176696325/instance-349337-1176696325.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.92 0.98 0.99 3/77 29736
/proc/meminfo: memFree=1745168/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=152 CPUtime=0
/proc/29736/stat : 29736 (java) D 29734 29736 28914 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 117549888 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7484196 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/29736/statm: 38 26 19 9 0 4 0

[startup+0.0708221 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 29736
/proc/meminfo: memFree=1745168/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=1777708 CPUtime=0.05
/proc/29736/stat : 29736 (java) S 29734 29736 28914 0 -1 0 3691 0 1 0 3 2 0 0 18 0 7 0 117549888 1820372992 3434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 444427 3434 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101825 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 29736
/proc/meminfo: memFree=1745168/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=1780108 CPUtime=0.08
/proc/29736/stat : 29736 (java) S 29734 29736 28914 0 -1 0 3968 0 1 0 6 2 0 0 18 0 12 0 117549888 1822830592 3710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 445027 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301846 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 29736
/proc/meminfo: memFree=1745168/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=1782372 CPUtime=0.34
/proc/29736/stat : 29736 (java) S 29734 29736 28914 0 -1 0 5237 0 1 0 31 3 0 0 18 0 12 0 117549888 1825148928 4973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 445593 4973 1267 9 0 443205 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782372

[startup+0.701891 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 29736
/proc/meminfo: memFree=1745168/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=1783460 CPUtime=0.91
/proc/29736/stat : 29736 (java) S 29734 29736 28914 0 -1 0 7618 0 1 0 87 4 0 0 18 0 12 0 117549888 1826263040 7132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 445865 7132 1301 9 0 443477 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1783460

[startup+1.50197 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 29748
/proc/meminfo: memFree=1708400/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=1793324 CPUtime=2.38
/proc/29736/stat : 29736 (java) S 29734 29736 28914 0 -1 0 23483 0 1 0 225 13 0 0 18 0 12 0 117549888 1836363776 19722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 448331 19723 1307 9 0 445943 0
[pid=29736/tid=29738] ppid=29734 vsize=1793324 CPUtime=0.99
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28914 0 -1 64 16076 0 1 0 90 9 0 0 25 0 12 0 117549889 1836363776 19724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109559209 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=1793324 CPUtime=0
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28914 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 117549891 1836363776 19724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29740] ppid=29734 vsize=1793324 CPUtime=0
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28914 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 117549891 1836363776 19725 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29741] ppid=29734 vsize=1793324 CPUtime=0
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28914 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 117549893 1836363776 19726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29742] ppid=29734 vsize=1793324 CPUtime=0
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28914 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 117549893 1836363776 19727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29743] ppid=29734 vsize=1793324 CPUtime=0
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28914 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 117549893 1836363776 19728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29744] ppid=29734 vsize=1793324 CPUtime=0
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117549897 1836363776 19729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29745] ppid=29734 vsize=1793324 CPUtime=0.5
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28914 0 -1 64 1599 0 0 0 50 0 0 0 16 0 12 0 117549897 1836363776 19729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29746] ppid=29734 vsize=1793324 CPUtime=0.86
/proc/29736/task/29746/stat : 29746 (java) S 29734 29736 28914 0 -1 64 5092 0 0 0 84 2 0 0 18 0 12 0 117549897 1836363776 19730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29747] ppid=29734 vsize=1793324 CPUtime=0
/proc/29736/task/29747/stat : 29747 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117549897 1836363776 19731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29748] ppid=29734 vsize=1793324 CPUtime=0
/proc/29736/task/29748/stat : 29748 (java) S 29734 29736 28914 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 117549897 1836363776 19732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1793324

[startup+3.10214 s]
/proc/loadavg: 0.93 0.98 0.99 3/90 29749
/proc/meminfo: memFree=1646120/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=1793648 CPUtime=4.57
/proc/29736/stat : 29736 (java) S 29734 29736 28914 0 -1 0 38545 0 1 0 437 20 0 0 18 0 13 0 117549888 1836695552 33885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 448412 33886 1318 9 0 446024 0
[pid=29736/tid=29738] ppid=29734 vsize=1793648 CPUtime=2.33
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28914 0 -1 64 30138 0 1 0 218 15 0 0 25 0 13 0 117549889 1836695552 33886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109824427 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=1793648 CPUtime=0
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28914 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 117549891 1836695552 33886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29740] ppid=29734 vsize=1793648 CPUtime=0
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28914 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 117549891 1836695552 33887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29741] ppid=29734 vsize=1793648 CPUtime=0
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28914 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 117549893 1836695552 33887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29742] ppid=29734 vsize=1793648 CPUtime=0
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28914 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 117549893 1836695552 33887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29743] ppid=29734 vsize=1793648 CPUtime=0
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28914 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 117549893 1836695552 33888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29744] ppid=29734 vsize=1793648 CPUtime=0
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117549897 1836695552 33888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29745] ppid=29734 vsize=1793648 CPUtime=0.89
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28914 0 -1 64 2523 0 0 0 88 1 0 0 16 0 13 0 117549897 1836695552 33888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29746] ppid=29734 vsize=1793648 CPUtime=1.32
/proc/29736/task/29746/stat : 29746 (java) S 29734 29736 28914 0 -1 64 5162 0 0 0 130 2 0 0 16 0 13 0 117549897 1836695552 33889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29747] ppid=29734 vsize=1793648 CPUtime=0
/proc/29736/task/29747/stat : 29747 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117549897 1836695552 33889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29748] ppid=29734 vsize=1793648 CPUtime=0
/proc/29736/task/29748/stat : 29748 (java) S 29734 29736 28914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117549897 1836695552 33889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29749] ppid=29734 vsize=1793648 CPUtime=0
/proc/29736/task/29749/stat : 29749 (java) S 29734 29736 28914 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 117550092 1836695552 33890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 1793648

[startup+6.30249 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 29749
/proc/meminfo: memFree=1572328/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=1793716 CPUtime=7.93
/proc/29736/stat : 29736 (java) S 29734 29736 28914 0 -1 0 52757 0 1 0 768 25 0 0 18 0 13 0 117549888 1836765184 47994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 448429 47994 1327 9 0 446041 0
[pid=29736/tid=29738] ppid=29734 vsize=1793716 CPUtime=5.38
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28914 0 -1 64 37719 0 1 0 520 18 0 0 17 0 13 0 117549889 1836765184 47994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109826134 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=1793716 CPUtime=0.09
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28914 0 -1 64 3833 0 0 0 8 1 0 0 16 0 13 0 117549891 1836765184 47994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29740] ppid=29734 vsize=1793716 CPUtime=0.1
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28914 0 -1 64 2780 0 0 0 9 1 0 0 16 0 13 0 117549891 1836765184 47994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29741] ppid=29734 vsize=1793716 CPUtime=0
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28914 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117549893 1836765184 47994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29742] ppid=29734 vsize=1793716 CPUtime=0
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28914 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117549893 1836765184 47994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29743] ppid=29734 vsize=1793716 CPUtime=0
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28914 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117549893 1836765184 47994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29744] ppid=29734 vsize=1793716 CPUtime=0
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117549897 1836765184 47994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29745] ppid=29734 vsize=1793716 CPUtime=0.96
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28914 0 -1 64 2529 0 0 0 95 1 0 0 16 0 13 0 117549897 1836765184 47994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29746] ppid=29734 vsize=1793716 CPUtime=1.35
/proc/29736/task/29746/stat : 29746 (java) S 29734 29736 28914 0 -1 64 5164 0 0 0 133 2 0 0 16 0 13 0 117549897 1836765184 47994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29747] ppid=29734 vsize=1793716 CPUtime=0
/proc/29736/task/29747/stat : 29747 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117549897 1836765184 47994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29748] ppid=29734 vsize=1793716 CPUtime=0
/proc/29736/task/29748/stat : 29748 (java) S 29734 29736 28914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117549897 1836765184 47994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29749] ppid=29734 vsize=1793716 CPUtime=0
/proc/29736/task/29749/stat : 29749 (java) S 29734 29736 28914 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 117550092 1836765184 47994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 1793716

[startup+12.7022 s]
/proc/loadavg: 0.94 0.98 0.99 2/90 29749
/proc/meminfo: memFree=1541480/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=1793716 CPUtime=14.47
/proc/29736/stat : 29736 (java) S 29734 29736 28914 0 -1 0 56822 0 1 0 1420 27 0 0 18 0 13 0 117549888 1836765184 52010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 448429 52010 1327 9 0 446041 0
[pid=29736/tid=29738] ppid=29734 vsize=1793716 CPUtime=11.65
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28914 0 -1 64 37721 0 1 0 1147 18 0 0 25 0 13 0 117549889 1836765184 52010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109826300 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=1793716 CPUtime=0.23
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28914 0 -1 64 6028 0 0 0 20 3 0 0 16 0 13 0 117549891 1836765184 52010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=1793716 CPUtime=0.22
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28914 0 -1 64 4643 0 0 0 21 1 0 0 17 0 13 0 117549891 1836765184 52010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29741] ppid=29734 vsize=1793716 CPUtime=0
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28914 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 117549893 1836765184 52010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29742] ppid=29734 vsize=1793716 CPUtime=0
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28914 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117549893 1836765184 52010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29743] ppid=29734 vsize=1793716 CPUtime=0
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28914 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117549893 1836765184 52010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29744] ppid=29734 vsize=1793716 CPUtime=0
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117549897 1836765184 52010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29745] ppid=29734 vsize=1793716 CPUtime=0.96
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28914 0 -1 64 2529 0 0 0 95 1 0 0 17 0 13 0 117549897 1836765184 52010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29746] ppid=29734 vsize=1793716 CPUtime=1.36
/proc/29736/task/29746/stat : 29746 (java) S 29734 29736 28914 0 -1 64 5164 0 0 0 134 2 0 0 16 0 13 0 117549897 1836765184 52010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29747] ppid=29734 vsize=1793716 CPUtime=0
/proc/29736/task/29747/stat : 29747 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117549897 1836765184 52010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29748] ppid=29734 vsize=1793716 CPUtime=0
/proc/29736/task/29748/stat : 29748 (java) S 29734 29736 28914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117549897 1836765184 52010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29749] ppid=29734 vsize=1793716 CPUtime=0
/proc/29736/task/29749/stat : 29749 (java) S 29734 29736 28914 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 117550092 1836765184 52010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.47
Current children cumulated vsize (KiB) 1793716

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 29749
/proc/meminfo: memFree=1508456/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=1793552 CPUtime=27.71
/proc/29736/stat : 29736 (java) S 29734 29736 28914 0 -1 0 66987 0 1 0 2740 31 0 0 18 0 13 0 117549888 1836597248 60249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 448388 60249 1327 9 0 446000 0
[pid=29736/tid=29738] ppid=29734 vsize=1793552 CPUtime=24
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28914 0 -1 64 37725 0 1 0 2382 18 0 0 25 0 13 0 117549889 1836597248 60249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835490 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=1793552 CPUtime=0.66
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28914 0 -1 64 11531 0 0 0 61 5 0 0 16 0 13 0 117549891 1836597248 60249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=1793552 CPUtime=0.67
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28914 0 -1 64 9300 0 0 0 64 3 0 0 16 0 13 0 117549891 1836597248 60249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29741] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28914 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 117549893 1836597248 60249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28914 0 -1 64 2531 0 0 0 102 1 0 0 17 0 13 0 117549897 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29746] ppid=29734 vsize=1793552 CPUtime=1.43
/proc/29736/task/29746/stat : 29746 (java) S 29734 29736 28914 0 -1 64 5170 0 0 0 141 2 0 0 16 0 13 0 117549897 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29747] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29747/stat : 29747 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117549897 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29748] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29748/stat : 29748 (java) S 29734 29736 28914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117549897 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29749] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29749/stat : 29749 (java) S 29734 29736 28914 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 117550092 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1615.49
Current children cumulated vsize (KiB) 1793552

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29749
/proc/meminfo: memFree=244328/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=1793552 CPUtime=1675.48
/proc/29736/stat : 29736 (java) S 29734 29736 28914 0 -1 0 501498 0 1 0 167298 250 0 0 18 0 13 0 117549888 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 448388 375630 1329 9 0 446000 0
[pid=29736/tid=29738] ppid=29734 vsize=1793552 CPUtime=1648.47
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28914 0 -1 64 55094 0 1 0 164810 37 0 0 25 0 13 0 117549889 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109994039 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=1793552 CPUtime=12.19
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28914 0 -1 64 220652 0 0 0 1117 102 0 0 17 0 13 0 117549891 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=1793552 CPUtime=12.22
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28914 0 -1 64 217142 0 0 0 1123 99 0 0 16 0 13 0 117549891 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29741] ppid=29734 vsize=1793552 CPUtime=0.08
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28914 0 -1 64 187 0 0 0 2 6 0 0 16 0 13 0 117549893 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29742] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28914 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117549893 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29743] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28914 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117549893 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29744] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117549897 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29745] ppid=29734 vsize=1793552 CPUtime=1.03
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28914 0 -1 64 2531 0 0 0 102 1 0 0 17 0 13 0 117549897 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29746] ppid=29734 vsize=1793552 CPUtime=1.43
/proc/29736/task/29746/stat : 29746 (java) S 29734 29736 28914 0 -1 64 5170 0 0 0 141 2 0 0 16 0 13 0 117549897 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29747] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29747/stat : 29747 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117549897 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29748] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29748/stat : 29748 (java) S 29734 29736 28914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117549897 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29749] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29749/stat : 29749 (java) S 29734 29736 28914 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 117550092 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.48
Current children cumulated vsize (KiB) 1793552

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 29749
/proc/meminfo: memFree=244328/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=1793552 CPUtime=1735.46
/proc/29736/stat : 29736 (java) S 29734 29736 28914 0 -1 0 501498 0 1 0 173296 250 0 0 18 0 13 0 117549888 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 448388 375630 1329 9 0 446000 0
[pid=29736/tid=29738] ppid=29734 vsize=1793552 CPUtime=1708.46
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28914 0 -1 64 55094 0 1 0 170809 37 0 0 25 0 13 0 117549889 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109993630 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=1793552 CPUtime=12.19
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28914 0 -1 64 220652 0 0 0 1117 102 0 0 17 0 13 0 117549891 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=1793552 CPUtime=12.22
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28914 0 -1 64 217142 0 0 0 1123 99 0 0 16 0 13 0 117549891 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29741] ppid=29734 vsize=1793552 CPUtime=0.08
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28914 0 -1 64 187 0 0 0 2 6 0 0 16 0 13 0 117549893 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29742] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28914 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117549893 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29743] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28914 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117549893 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29744] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117549897 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29745] ppid=29734 vsize=1793552 CPUtime=1.03
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28914 0 -1 64 2531 0 0 0 102 1 0 0 17 0 13 0 117549897 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29746] ppid=29734 vsize=1793552 CPUtime=1.43
/proc/29736/task/29746/stat : 29746 (java) S 29734 29736 28914 0 -1 64 5170 0 0 0 141 2 0 0 16 0 13 0 117549897 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29747] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29747/stat : 29747 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117549897 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29748] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29748/stat : 29748 (java) S 29734 29736 28914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117549897 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29749] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29749/stat : 29749 (java) S 29734 29736 28914 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 117550092 1836597248 375630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.46
Current children cumulated vsize (KiB) 1793552

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29749
/proc/meminfo: memFree=247208/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=1793552 CPUtime=1795.53
/proc/29736/stat : 29736 (java) S 29734 29736 28914 0 -1 0 501726 0 1 0 179302 251 0 0 18 0 13 0 117549888 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 448388 374911 1329 9 0 446000 0
[pid=29736/tid=29738] ppid=29734 vsize=1793552 CPUtime=1768.35
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28914 0 -1 64 55097 0 1 0 176797 38 0 0 25 0 13 0 117549889 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109993645 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=1793552 CPUtime=12.27
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28914 0 -1 64 220652 0 0 0 1125 102 0 0 16 0 13 0 117549891 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=1793552 CPUtime=12.29
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28914 0 -1 64 217365 0 0 0 1130 99 0 0 16 0 13 0 117549891 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29741] ppid=29734 vsize=1793552 CPUtime=0.08
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28914 0 -1 64 187 0 0 0 2 6 0 0 16 0 13 0 117549893 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29742] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28914 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117549893 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29743] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28914 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117549893 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29744] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117549897 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29745] ppid=29734 vsize=1793552 CPUtime=1.05
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28914 0 -1 64 2533 0 0 0 104 1 0 0 17 0 13 0 117549897 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29746] ppid=29734 vsize=1793552 CPUtime=1.43
/proc/29736/task/29746/stat : 29746 (java) S 29734 29736 28914 0 -1 64 5170 0 0 0 141 2 0 0 17 0 13 0 117549897 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29747] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29747/stat : 29747 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117549897 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29748] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29748/stat : 29748 (java) S 29734 29736 28914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117549897 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29749] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29749/stat : 29749 (java) S 29734 29736 28914 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 117550092 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.53
Current children cumulated vsize (KiB) 1793552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29749
/proc/meminfo: memFree=247208/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=1793552 CPUtime=1800.03
/proc/29736/stat : 29736 (java) S 29734 29736 28914 0 -1 0 501726 0 1 0 179752 251 0 0 18 0 13 0 117549888 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 448388 374911 1329 9 0 446000 0
[pid=29736/tid=29738] ppid=29734 vsize=1793552 CPUtime=1772.85
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28914 0 -1 64 55097 0 1 0 177247 38 0 0 25 0 13 0 117549889 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109994026 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=1793552 CPUtime=12.27
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28914 0 -1 64 220652 0 0 0 1125 102 0 0 16 0 13 0 117549891 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=1793552 CPUtime=12.29
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28914 0 -1 64 217365 0 0 0 1130 99 0 0 16 0 13 0 117549891 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29741] ppid=29734 vsize=1793552 CPUtime=0.08
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28914 0 -1 64 187 0 0 0 2 6 0 0 16 0 13 0 117549893 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29742] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28914 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117549893 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29743] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28914 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117549893 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29744] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117549897 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29745] ppid=29734 vsize=1793552 CPUtime=1.05
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28914 0 -1 64 2533 0 0 0 104 1 0 0 17 0 13 0 117549897 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29746] ppid=29734 vsize=1793552 CPUtime=1.43
/proc/29736/task/29746/stat : 29746 (java) S 29734 29736 28914 0 -1 64 5170 0 0 0 141 2 0 0 17 0 13 0 117549897 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29747] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29747/stat : 29747 (java) S 29734 29736 28914 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117549897 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29736/tid=29748] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29748/stat : 29748 (java) S 29734 29736 28914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117549897 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29736/tid=29749] ppid=29734 vsize=1793552 CPUtime=0
/proc/29736/task/29749/stat : 29749 (java) S 29734 29736 28914 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 117550092 1836597248 374911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1793552

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

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

[startup+1787 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29749
/proc/meminfo: memFree=247208/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=0 CPUtime=1800.32
/proc/29736/stat : 29736 (java) Z 29734 29736 28914 0 -1 1036 502529 0 1 0 179773 259 0 0 15 0 2 0 117549888 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29736/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

[startup+1787.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29749
/proc/meminfo: memFree=247208/2055920 swapFree=4159528/4192956
[pid=29736] ppid=29734 vsize=0 CPUtime=1800.41
/proc/29736/stat : 29736 (java) Z 29734 29736 28914 0 -1 1036 502529 0 1 0 179773 268 0 0 15 0 2 0 117549888 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29736/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1787.15
CPU time (s): 1800.47
CPU user time (s): 1797.73
CPU system time (s): 2.73958
CPU usage (%): 100.745
Max. virtual memory (cumulated for all children) (KiB): 1795144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.73
system time used= 2.73958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 502529
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= 38671
involuntary context switches= 17777

runsolver used 1.75773 second user time and 4.78327 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Apr 16 04:05:25 UTC 2007

IDJOB= 349337
IDBENCH= 2358
IDSOLVER= 159
FILE ID= node19/349337-1176696325

PBS_JOBID= 4559415

Free space on /tmp= 66503 MiB

SOLVER NAME= SAT4JPseudoResolution 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-bg512142.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349337-1176696325/sat4jPseudoResolution.jar /tmp/evaluation/349337-1176696325/instance-349337-1176696325.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-349337-1176696325 -o ROOT/results/node19/solver-349337-1176696325 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349337-1176696325/sat4jPseudoResolution.jar /tmp/evaluation/349337-1176696325/instance-349337-1176696325.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  bc049badf8b0b6990d4dd6f2aa909c41

RANDOM SEED= 881375012

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1745640 kB
Buffers:         37284 kB
Cached:         196812 kB
SwapCached:       2204 kB
Active:         150776 kB
Inactive:       107624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745640 kB
SwapTotal:     4192956 kB
SwapFree:      4159528 kB
Dirty:            4764 kB
Writeback:           0 kB
Mapped:          32396 kB
Slab:            37380 kB
Committed_AS:  2921388 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66503 MiB

End job on node19 on Mon Apr 16 04:35:14 UTC 2007