Trace number 348017

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.16 1742.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-CMS750_4.opb
MD5SUM55e4261919fe5e3e5c6520778d47a3ef
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of 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 261957
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524680
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261957
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524680
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 25894
/proc/meminfo: memFree=1838816/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=0 CPUtime=0
/proc/25894/stat : 25894 (runsolver) R 25892 25894 25536 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 132588805 0 0 18446744073709551615 0 0 0 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25894/statm: 1 0 0 0 0 1 0

[startup+0.0975469 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 25894
/proc/meminfo: memFree=1838816/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=1777060 CPUtime=0.03
/proc/25894/stat : 25894 (java) S 25892 25894 25536 0 -1 0 3512 0 1 0 2 1 0 0 18 0 5 0 132588805 1819709440 3256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/25894/statm: 444265 3256 1044 9 0 441901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777060

[startup+0.101542 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 25894
/proc/meminfo: memFree=1838816/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=1777708 CPUtime=0.03
/proc/25894/stat : 25894 (java) S 25892 25894 25536 0 -1 0 3552 0 1 0 2 1 0 0 18 0 7 0 132588805 1820372992 3296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/25894/statm: 444427 3296 1053 9 0 442063 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777708

[startup+0.301569 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 25894
/proc/meminfo: memFree=1838816/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=1782336 CPUtime=0.25
/proc/25894/stat : 25894 (java) S 25892 25894 25536 0 -1 0 6229 0 1 0 22 3 0 0 18 0 12 0 132588805 1825112064 5967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25894/statm: 445584 5967 1263 9 0 443196 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1782336

[startup+0.701614 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 25894
/proc/meminfo: memFree=1838816/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=1783232 CPUtime=0.88
/proc/25894/stat : 25894 (java) S 25892 25894 25536 0 -1 0 8212 0 1 0 83 5 0 0 18 0 12 0 132588805 1826029568 7722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25894/statm: 445808 7722 1302 9 0 443420 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783232

[startup+1.5027 s]
/proc/loadavg: 0.99 0.97 0.98 4/89 25906
/proc/meminfo: memFree=1798784/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=1795608 CPUtime=2.47
/proc/25894/stat : 25894 (java) S 25892 25894 25536 0 -1 0 24868 0 1 0 235 12 0 0 18 0 12 0 132588805 1838702592 19733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25894/statm: 448902 19736 1310 9 0 446514 0
[pid=25894/tid=25896] ppid=25892 vsize=1795608 CPUtime=0.87
/proc/25894/task/25896/stat : 25896 (java) R 25892 25894 25536 0 -1 64 15404 0 1 0 79 8 0 0 18 0 12 0 132588811 1838702592 19737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105880117 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25897] ppid=25892 vsize=1795608 CPUtime=0
/proc/25894/task/25897/stat : 25897 (java) S 25892 25894 25536 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 132588812 1838702592 19737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25898] ppid=25892 vsize=1795608 CPUtime=0
/proc/25894/task/25898/stat : 25898 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 132588812 1838702592 19738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25899] ppid=25892 vsize=1795608 CPUtime=0
/proc/25894/task/25899/stat : 25899 (java) S 25892 25894 25536 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 132588815 1838702592 19739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25900] ppid=25892 vsize=1795608 CPUtime=0
/proc/25894/task/25900/stat : 25900 (java) S 25892 25894 25536 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 132588815 1838702592 19740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25901] ppid=25892 vsize=1795608 CPUtime=0
/proc/25894/task/25901/stat : 25901 (java) S 25892 25894 25536 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 132588815 1838702592 19743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25902] ppid=25892 vsize=1795608 CPUtime=0
/proc/25894/task/25902/stat : 25902 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 132588819 1838702592 19744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25903] ppid=25892 vsize=1795608 CPUtime=0.82
/proc/25894/task/25903/stat : 25903 (java) R 25892 25894 25536 0 -1 64 4029 0 0 0 81 1 0 0 17 0 12 0 132588819 1838702592 19745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336773 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=1795608 CPUtime=0.76
/proc/25894/task/25904/stat : 25904 (java) S 25892 25894 25536 0 -1 64 4716 0 0 0 74 2 0 0 18 0 12 0 132588819 1838702592 19745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25905] ppid=25892 vsize=1795608 CPUtime=0
/proc/25894/task/25905/stat : 25905 (java) S 25892 25894 25536 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 132588819 1838702592 19746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=1795608 CPUtime=0
/proc/25894/task/25906/stat : 25906 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 132588819 1838702592 19748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1795608

[startup+3.10286 s]
/proc/loadavg: 1.15 1.00 0.99 2/89 25906
/proc/meminfo: memFree=1693376/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=1797364 CPUtime=4.4
/proc/25894/stat : 25894 (java) S 25892 25894 25536 0 -1 0 56664 0 1 0 413 27 0 0 18 0 12 0 132588805 1840500736 50843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25894/statm: 449341 50843 1324 9 0 446953 0
[pid=25894/tid=25896] ppid=25892 vsize=1797364 CPUtime=2.15
/proc/25894/task/25896/stat : 25896 (java) R 25892 25894 25536 0 -1 64 37694 0 1 0 197 18 0 0 20 0 12 0 132588811 1840500736 50843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109499800 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25897] ppid=25892 vsize=1797364 CPUtime=0.28
/proc/25894/task/25897/stat : 25897 (java) S 25892 25894 25536 0 -1 64 4396 0 0 0 27 1 0 0 16 0 12 0 132588812 1840500736 50843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25898] ppid=25892 vsize=1797364 CPUtime=0.28
/proc/25894/task/25898/stat : 25898 (java) S 25892 25894 25536 0 -1 64 5092 0 0 0 26 2 0 0 16 0 12 0 132588812 1840500736 50843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25899] ppid=25892 vsize=1797364 CPUtime=0
/proc/25894/task/25899/stat : 25899 (java) S 25892 25894 25536 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 132588815 1840500736 50843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25900] ppid=25892 vsize=1797364 CPUtime=0
/proc/25894/task/25900/stat : 25900 (java) S 25892 25894 25536 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 132588815 1840500736 50843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25901] ppid=25892 vsize=1797364 CPUtime=0
/proc/25894/task/25901/stat : 25901 (java) S 25892 25894 25536 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 132588815 1840500736 50843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25902] ppid=25892 vsize=1797364 CPUtime=0
/proc/25894/task/25902/stat : 25902 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 132588819 1840500736 50843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25903] ppid=25892 vsize=1797364 CPUtime=0.84
/proc/25894/task/25903/stat : 25903 (java) S 25892 25894 25536 0 -1 64 4038 0 0 0 83 1 0 0 16 0 12 0 132588819 1840500736 50843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=1797364 CPUtime=0.79
/proc/25894/task/25904/stat : 25904 (java) S 25892 25894 25536 0 -1 64 4718 0 0 0 77 2 0 0 15 0 12 0 132588819 1840500736 50843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25905] ppid=25892 vsize=1797364 CPUtime=0
/proc/25894/task/25905/stat : 25905 (java) S 25892 25894 25536 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 132588819 1840500736 50843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=1797364 CPUtime=0
/proc/25894/task/25906/stat : 25906 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 132588819 1840500736 50843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1797364

[startup+6.3012 s]
/proc/loadavg: 1.15 1.00 0.99 3/89 25906
/proc/meminfo: memFree=1589184/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=1796704 CPUtime=8.55
/proc/25894/stat : 25894 (java) S 25892 25894 25536 0 -1 0 72525 0 1 0 822 33 0 0 18 0 12 0 132588805 1839824896 63535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25894/statm: 449176 63535 1324 9 0 446788 0
[pid=25894/tid=25896] ppid=25892 vsize=1796704 CPUtime=4.51
/proc/25894/task/25896/stat : 25896 (java) S 25892 25894 25536 0 -1 64 37698 0 1 0 432 19 0 0 24 0 12 0 132588811 1839824896 63535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25897] ppid=25892 vsize=1796704 CPUtime=0.95
/proc/25894/task/25897/stat : 25897 (java) R 25892 25894 25536 0 -1 64 12154 0 0 0 91 4 0 0 16 0 12 0 132588812 1839824896 63535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103361283 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25898] ppid=25892 vsize=1796704 CPUtime=0.95
/proc/25894/task/25898/stat : 25898 (java) R 25892 25894 25536 0 -1 64 12055 0 0 0 91 4 0 0 16 0 12 0 132588812 1839824896 63535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105368777 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25899] ppid=25892 vsize=1796704 CPUtime=0
/proc/25894/task/25899/stat : 25899 (java) S 25892 25894 25536 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 132588815 1839824896 63535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25900] ppid=25892 vsize=1796704 CPUtime=0
/proc/25894/task/25900/stat : 25900 (java) S 25892 25894 25536 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 132588815 1839824896 63535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25901] ppid=25892 vsize=1796704 CPUtime=0
/proc/25894/task/25901/stat : 25901 (java) S 25892 25894 25536 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 132588815 1839824896 63535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25902] ppid=25892 vsize=1796704 CPUtime=0
/proc/25894/task/25902/stat : 25902 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 132588819 1839824896 63535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25903] ppid=25892 vsize=1796704 CPUtime=1.07
/proc/25894/task/25903/stat : 25903 (java) S 25892 25894 25536 0 -1 64 5142 0 0 0 106 1 0 0 16 0 12 0 132588819 1839824896 63535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=1796704 CPUtime=1.02
/proc/25894/task/25904/stat : 25904 (java) S 25892 25894 25536 0 -1 64 4750 0 0 0 100 2 0 0 15 0 12 0 132588819 1839824896 63535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25905] ppid=25892 vsize=1796704 CPUtime=0
/proc/25894/task/25905/stat : 25905 (java) S 25892 25894 25536 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 132588819 1839824896 63535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=1796704 CPUtime=0
/proc/25894/task/25906/stat : 25906 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 132588819 1839824896 63535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 1796704

[startup+12.7019 s]
/proc/loadavg: 1.21 1.02 1.00 2/90 25907
/proc/meminfo: memFree=1528504/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=1800100 CPUtime=17.7
/proc/25894/stat : 25894 (java) S 25892 25894 25536 0 -1 0 92844 0 1 0 1726 44 0 0 18 0 13 0 132588805 1843302400 79438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25894/statm: 450025 79438 1333 9 0 447637 0
[pid=25894/tid=25896] ppid=25892 vsize=1800100 CPUtime=8.87
/proc/25894/task/25896/stat : 25896 (java) R 25892 25894 25536 0 -1 64 37748 0 1 0 867 20 0 0 21 0 13 0 132588811 1843302400 79438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110251182 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25897] ppid=25892 vsize=1800100 CPUtime=2.22
/proc/25894/task/25897/stat : 25897 (java) S 25892 25894 25536 0 -1 64 19680 0 0 0 215 7 0 0 17 0 13 0 132588812 1843302400 79438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25898] ppid=25892 vsize=1800100 CPUtime=2.23
/proc/25894/task/25898/stat : 25898 (java) S 25892 25894 25536 0 -1 64 22533 0 0 0 214 9 0 0 16 0 13 0 132588812 1843302400 79438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25899] ppid=25892 vsize=1800100 CPUtime=0
/proc/25894/task/25899/stat : 25899 (java) S 25892 25894 25536 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 132588815 1843302400 79438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25900] ppid=25892 vsize=1800100 CPUtime=0
/proc/25894/task/25900/stat : 25900 (java) S 25892 25894 25536 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 132588815 1843302400 79438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25901] ppid=25892 vsize=1800100 CPUtime=0
/proc/25894/task/25901/stat : 25901 (java) S 25892 25894 25536 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132588815 1843302400 79438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25902] ppid=25892 vsize=1800100 CPUtime=0
/proc/25894/task/25902/stat : 25902 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132588819 1843302400 79438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25903] ppid=25892 vsize=1800100 CPUtime=2.22
/proc/25894/task/25903/stat : 25903 (java) S 25892 25894 25536 0 -1 64 7041 0 0 0 220 2 0 0 16 0 13 0 132588819 1843302400 79438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=1800100 CPUtime=2.09
/proc/25894/task/25904/stat : 25904 (java) S 25892 25894 25536 0 -1 64 5111 0 0 0 207 2 0 0 16 0 13 0 132588819 1843302400 79438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25905] ppid=25892 vsize=1800100 CPUtime=0
/proc/25894/task/25905/stat : 25905 (java) S 25892 25894 25536 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 132588819 1843302400 79438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=1800100 CPUtime=0
/proc/25894/task/25906/stat : 25906 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 132588819 1843302400 79438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25907] ppid=25892 vsize=1800100 CPUtime=0
/proc/25894/task/25907/stat : 25907 (java) S 25892 25894 25536 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 132589599 1843302400 79438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.7
Current children cumulated vsize (KiB) 1800100

[startup+25.5022 s]
/proc/loadavg: 1.25 1.03 1.00 2/90 25907
/proc/meminfo: memFree=1514872/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=1799076 CPUtime=30.8
/proc/25894/stat : 25894 (java) S 25892 25894 25536 0 -1 0 98045 0 1 0 3034 46 0 0 18 0 13 0 132588805 1842253824 82047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25894/statm: 449769 82047 1333 9 0 447381 0
[pid=25894/tid=25896] ppid=25892 vsize=1799076 CPUtime=21.39
/proc/25894/task/25896/stat : 25896 (java) R 25892 25894 25536 0 -1 64 37772 0 1 0 2119 20 0 0 25 0 13 0 132588811 1842253824 82047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109574026 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25897] ppid=25892 vsize=1799076 CPUtime=2.48
/proc/25894/task/25897/stat : 25897 (java) S 25892 25894 25536 0 -1 64 21895 0 0 0 239 9 0 0 16 0 13 0 132588812 1842253824 82047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25898] ppid=25892 vsize=1799076 CPUtime=2.48
/proc/25894/task/25898/stat : 25898 (java) S 25892 25894 25536 0 -1 64 25481 0 0 0 238 10 0 0 16 0 13 0 132588812 1842253824 82047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25899] ppid=25892 vsize=1799076 CPUtime=0.01
/proc/25894/task/25899/stat : 25899 (java) S 25892 25894 25536 0 -1 64 19 0 0 0 1 0 0 0 16 0 13 0 132588815 1842253824 82047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25900] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25900/stat : 25900 (java) S 25892 25894 25536 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 132588815 1842253824 82047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25901] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25901/stat : 25901 (java) S 25892 25894 25536 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132588815 1842253824 82047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25894/tid=25899] ppid=25892 vsize=1799076 CPUtime=0.21
/proc/25894/task/25899/stat : 25899 (java) S 25892 25894 25536 0 -1 64 29 0 0 0 13 8 0 0 16 0 13 0 132588815 1842253824 151940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25900] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25900/stat : 25900 (java) S 25892 25894 25536 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 132588815 1842253824 151940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25901] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25901/stat : 25901 (java) S 25892 25894 25536 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132588815 1842253824 151940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25902] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25902/stat : 25902 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132588819 1842253824 151940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25903] ppid=25892 vsize=1799076 CPUtime=2.29
/proc/25894/task/25903/stat : 25903 (java) S 25892 25894 25536 0 -1 64 7043 0 0 0 227 2 0 0 16 0 13 0 132588819 1842253824 151940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=1799076 CPUtime=2.21
/proc/25894/task/25904/stat : 25904 (java) S 25892 25894 25536 0 -1 64 5113 0 0 0 219 2 0 0 17 0 13 0 132588819 1842253824 151940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25905] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25905/stat : 25905 (java) S 25892 25894 25536 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 132588819 1842253824 151940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25906/stat : 25906 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 132588819 1842253824 151940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25907] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25907/stat : 25907 (java) S 25892 25894 25536 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 132589599 1842253824 151940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.75
Current children cumulated vsize (KiB) 1799076

[startup+1602.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/90 26105
/proc/meminfo: memFree=1226872/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=1799076 CPUtime=1654.18
/proc/25894/stat : 25894 (java) S 25892 25894 25536 0 -1 0 177712 0 1 0 165309 109 0 0 18 0 13 0 132588805 1842253824 153646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25894/statm: 449769 153646 1335 9 0 447381 0
[pid=25894/tid=25896] ppid=25892 vsize=1799076 CPUtime=1549.67
/proc/25894/task/25896/stat : 25896 (java) R 25892 25894 25536 0 -1 64 38676 0 1 0 154932 35 0 0 25 0 13 0 132588811 1842253824 153646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109959643 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25897] ppid=25892 vsize=1799076 CPUtime=49.89
/proc/25894/task/25897/stat : 25897 (java) S 25892 25894 25536 0 -1 64 61615 0 0 0 4962 27 0 0 16 0 13 0 132588812 1842253824 153646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25898] ppid=25892 vsize=1799076 CPUtime=49.85
/proc/25894/task/25898/stat : 25898 (java) S 25892 25894 25536 0 -1 64 64512 0 0 0 4954 31 0 0 16 0 13 0 132588812 1842253824 153646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25899] ppid=25892 vsize=1799076 CPUtime=0.22
/proc/25894/task/25899/stat : 25899 (java) S 25892 25894 25536 0 -1 64 29 0 0 0 14 8 0 0 16 0 13 0 132588815 1842253824 153646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25900] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25900/stat : 25900 (java) S 25892 25894 25536 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 132588815 1842253824 153646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25901] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25901/stat : 25901 (java) S 25892 25894 25536 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132588815 1842253824 153646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25902] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25902/stat : 25902 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132588819 1842253824 153646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25903] ppid=25892 vsize=1799076 CPUtime=2.29
/proc/25894/task/25903/stat : 25903 (java) S 25892 25894 25536 0 -1 64 7043 0 0 0 227 2 0 0 16 0 13 0 132588819 1842253824 153646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=1799076 CPUtime=2.21
/proc/25894/task/25904/stat : 25904 (java) S 25892 25894 25536 0 -1 64 5113 0 0 0 219 2 0 0 17 0 13 0 132588819 1842253824 153646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25905] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25905/stat : 25905 (java) S 25892 25894 25536 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 132588819 1842253824 153646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25906/stat : 25906 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 132588819 1842253824 153646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25907] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25907/stat : 25907 (java) S 25892 25894 25536 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 132589599 1842253824 153646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.18
Current children cumulated vsize (KiB) 1799076

[startup+1662.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 26105
/proc/meminfo: memFree=1219064/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=1799076 CPUtime=1716.74
/proc/25894/stat : 25894 (java) S 25892 25894 25536 0 -1 0 179683 0 1 0 171564 110 0 0 18 0 13 0 132588805 1842253824 155568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25894/statm: 449769 155568 1335 9 0 447381 0
[pid=25894/tid=25896] ppid=25892 vsize=1799076 CPUtime=1607
/proc/25894/task/25896/stat : 25896 (java) R 25892 25894 25536 0 -1 64 38710 0 1 0 160665 35 0 0 25 0 13 0 132588811 1842253824 155568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109535842 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25897] ppid=25892 vsize=1799076 CPUtime=52.5
/proc/25894/task/25897/stat : 25897 (java) S 25892 25894 25536 0 -1 64 62298 0 0 0 5223 27 0 0 17 0 13 0 132588812 1842253824 155568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25898] ppid=25892 vsize=1799076 CPUtime=52.45
/proc/25894/task/25898/stat : 25898 (java) S 25892 25894 25536 0 -1 64 65766 0 0 0 5214 31 0 0 16 0 13 0 132588812 1842253824 155568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25899] ppid=25892 vsize=1799076 CPUtime=0.22
/proc/25894/task/25899/stat : 25899 (java) S 25892 25894 25536 0 -1 64 29 0 0 0 14 8 0 0 16 0 13 0 132588815 1842253824 155568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25900] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25900/stat : 25900 (java) S 25892 25894 25536 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 132588815 1842253824 155568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25901] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25901/stat : 25901 (java) S 25892 25894 25536 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132588815 1842253824 155568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25902] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25902/stat : 25902 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132588819 1842253824 155568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25903] ppid=25892 vsize=1799076 CPUtime=2.29
/proc/25894/task/25903/stat : 25903 (java) S 25892 25894 25536 0 -1 64 7043 0 0 0 227 2 0 0 16 0 13 0 132588819 1842253824 155568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=1799076 CPUtime=2.21
/proc/25894/task/25904/stat : 25904 (java) S 25892 25894 25536 0 -1 64 5113 0 0 0 219 2 0 0 17 0 13 0 132588819 1842253824 155568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25905] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25905/stat : 25905 (java) S 25892 25894 25536 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 132588819 1842253824 155568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25906/stat : 25906 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 132588819 1842253824 155568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25907] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25907/stat : 25907 (java) S 25892 25894 25536 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 132589599 1842253824 155568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.74
Current children cumulated vsize (KiB) 1799076

[startup+1722.3 s]
/proc/loadavg: 1.07 1.05 1.01 2/90 26105
/proc/meminfo: memFree=1212280/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=1799076 CPUtime=1779.37
/proc/25894/stat : 25894 (java) S 25892 25894 25536 0 -1 0 181421 0 1 0 177825 112 0 0 18 0 13 0 132588805 1842253824 157271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25894/statm: 449769 157271 1335 9 0 447381 0
[pid=25894/tid=25896] ppid=25892 vsize=1799076 CPUtime=1664.28
/proc/25894/task/25896/stat : 25896 (java) R 25892 25894 25536 0 -1 64 38744 0 1 0 166392 36 0 0 25 0 13 0 132588811 1842253824 157271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109536154 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25897] ppid=25892 vsize=1799076 CPUtime=55.17
/proc/25894/task/25897/stat : 25897 (java) S 25892 25894 25536 0 -1 64 62719 0 0 0 5489 28 0 0 17 0 13 0 132588812 1842253824 157271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25898] ppid=25892 vsize=1799076 CPUtime=55.12
/proc/25894/task/25898/stat : 25898 (java) S 25892 25894 25536 0 -1 64 67049 0 0 0 5480 32 0 0 16 0 13 0 132588812 1842253824 157271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25899] ppid=25892 vsize=1799076 CPUtime=0.24
/proc/25894/task/25899/stat : 25899 (java) S 25892 25894 25536 0 -1 64 29 0 0 0 15 9 0 0 15 0 13 0 132588815 1842253824 157271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25900] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25900/stat : 25900 (java) S 25892 25894 25536 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 132588815 1842253824 157271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25901] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25901/stat : 25901 (java) S 25892 25894 25536 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132588815 1842253824 157271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25902] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25902/stat : 25902 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132588819 1842253824 157271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25903] ppid=25892 vsize=1799076 CPUtime=2.29
/proc/25894/task/25903/stat : 25903 (java) S 25892 25894 25536 0 -1 64 7043 0 0 0 227 2 0 0 16 0 13 0 132588819 1842253824 157271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=1799076 CPUtime=2.21
/proc/25894/task/25904/stat : 25904 (java) S 25892 25894 25536 0 -1 64 5113 0 0 0 219 2 0 0 17 0 13 0 132588819 1842253824 157271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25905] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25905/stat : 25905 (java) S 25892 25894 25536 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 132588819 1842253824 157271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25906/stat : 25906 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 132588819 1842253824 157271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25907] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25907/stat : 25907 (java) S 25892 25894 25536 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 132589599 1842253824 157271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.37
Current children cumulated vsize (KiB) 1799076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1742.1 s]
/proc/loadavg: 1.05 1.05 1.00 2/90 26105
/proc/meminfo: memFree=1209336/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=1799076 CPUtime=1800.02
/proc/25894/stat : 25894 (java) S 25892 25894 25536 0 -1 0 182134 0 1 0 179890 112 0 0 18 0 13 0 132588805 1842253824 157970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25894/statm: 449769 157970 1335 9 0 447381 0
[pid=25894/tid=25896] ppid=25892 vsize=1799076 CPUtime=1683.2
/proc/25894/task/25896/stat : 25896 (java) R 25892 25894 25536 0 -1 64 38755 0 1 0 168284 36 0 0 25 0 13 0 132588811 1842253824 157970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109671816 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25897] ppid=25892 vsize=1799076 CPUtime=56.03
/proc/25894/task/25897/stat : 25897 (java) S 25892 25894 25536 0 -1 64 62862 0 0 0 5575 28 0 0 16 0 13 0 132588812 1842253824 157970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25898] ppid=25892 vsize=1799076 CPUtime=55.99
/proc/25894/task/25898/stat : 25898 (java) S 25892 25894 25536 0 -1 64 67608 0 0 0 5567 32 0 0 16 0 13 0 132588812 1842253824 157970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25899] ppid=25892 vsize=1799076 CPUtime=0.24
/proc/25894/task/25899/stat : 25899 (java) S 25892 25894 25536 0 -1 64 29 0 0 0 15 9 0 0 16 0 13 0 132588815 1842253824 157970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25900] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25900/stat : 25900 (java) S 25892 25894 25536 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 132588815 1842253824 157970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25901] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25901/stat : 25901 (java) S 25892 25894 25536 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 132588815 1842253824 157970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25902] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25902/stat : 25902 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 132588819 1842253824 157970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25903] ppid=25892 vsize=1799076 CPUtime=2.29
/proc/25894/task/25903/stat : 25903 (java) S 25892 25894 25536 0 -1 64 7043 0 0 0 227 2 0 0 16 0 13 0 132588819 1842253824 157970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=1799076 CPUtime=2.21
/proc/25894/task/25904/stat : 25904 (java) S 25892 25894 25536 0 -1 64 5113 0 0 0 219 2 0 0 17 0 13 0 132588819 1842253824 157970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25894/tid=25905] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25905/stat : 25905 (java) S 25892 25894 25536 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 132588819 1842253824 157970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25906/stat : 25906 (java) S 25892 25894 25536 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 132588819 1842253824 157970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25894/tid=25907] ppid=25892 vsize=1799076 CPUtime=0
/proc/25894/task/25907/stat : 25907 (java) S 25892 25894 25536 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 132589599 1842253824 157970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1799076

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

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

[startup+1742.21 s]
/proc/loadavg: 1.05 1.05 1.00 2/90 26105
/proc/meminfo: memFree=1209336/2055920 swapFree=4170480/4192956
[pid=25894] ppid=25892 vsize=0 CPUtime=1800.13
/proc/25894/stat : 25894 (java) Z 25892 25894 25536 0 -1 1036 182154 0 1 0 179892 121 0 0 16 0 2 0 132588805 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25894/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1742.23
CPU time (s): 1800.16
CPU user time (s): 1798.93
CPU system time (s): 1.22981
CPU usage (%): 103.325
Max. virtual memory (cumulated for all children) (KiB): 1800808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.22981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182154
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= 44401
involuntary context switches= 51448

runsolver used 1.76373 second user time and 4.87126 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Apr 14 15:45:12 UTC 2007

IDJOB= 348017
IDBENCH= 1605
IDSOLVER= 160
FILE ID= node7/348017-1176565512

PBS_JOBID= 4556773

Free space on /tmp= 66509 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  55e4261919fe5e3e5c6520778d47a3ef

RANDOM SEED= 45040896

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1839224 kB
Buffers:         53408 kB
Cached:          86108 kB
SwapCached:       2400 kB
Active:          53540 kB
Inactive:       110472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839224 kB
SwapTotal:     4192956 kB
SwapFree:      4170480 kB
Dirty:           14940 kB
Writeback:           0 kB
Mapped:          30732 kB
Slab:            38128 kB
Committed_AS:  4037512 kB
PageTables:       1864 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 node7 on Sat Apr 14 16:14:16 UTC 2007