Trace number 348419

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.16 1793.71

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-forplan.opb
MD5SUM4cdda58963f46d542400f05ed7600db2
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 variables12528
Total number of constraints155
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints155
Minimum length of a constraint27
Maximum length of a constraint9090
Number of terms in the objective function 9340
Biggest coefficient in the objective function 2973
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 531813
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531813
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.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/348419-1176582140/instance-348419-1176582140.opb
0.20/0.20	c reading problem ... 
2.27/1.87	c ... done. Wall clock time 1.671s.
2.27/1.87	c CPU time (experimental) 1.52s.
2.27/1.87	c #vars     12528
2.27/1.87	c #constraints  240
1800.05/1793.61	c starts		: 18
1800.05/1793.61	c conflicts		: 217175
1800.05/1793.61	c decisions		: 262036
1800.05/1793.61	c propagations		: 16228167
1800.05/1793.61	c inspects		: 228324585
1800.05/1793.61	c learnt literals	: 11
1800.05/1793.61	c learnt binary clauses	: 6
1800.05/1793.61	c learnt ternary clauses	: 19
1800.05/1793.61	c learnt clauses	: 217164
1800.05/1793.61	c root simplifications	: 0
1800.05/1793.61	c removed literals (reason simplification)	: 0
1800.05/1793.61	c reason swapping (by a shorter reason)	: 0
1800.05/1793.61	c Calls to reduceDB	: 0
1800.05/1793.61	c speed (decisions/second)	: 146.26699213113545
1800.05/1793.61	c non guided choices	4932
1800.05/1793.61	s UNKNOWN
1800.05/1793.61	c Total wall clock time (ms): 1793.41

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

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


[startup+0 s]
/proc/loadavg: 1.22 1.12 1.05 2/64 25201
/proc/meminfo: memFree=1621144/2055920 swapFree=4192956/4192956
[pid=25201] ppid=25199 vsize=1520 CPUtime=0
/proc/25201/stat : 25201 (java) R 25199 25201 3989 0 -1 0 91 0 0 0 0 0 0 0 18 0 1 0 13059130 1556480 73 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2589280 0 0 4096 0 0 0 0 17 1 0 0
/proc/25201/statm: 380 74 55 9 0 10 0

[startup+0.0705511 s]
/proc/loadavg: 1.22 1.12 1.05 2/64 25201
/proc/meminfo: memFree=1621144/2055920 swapFree=4192956/4192956
[pid=25201] ppid=25199 vsize=1777708 CPUtime=0.05
/proc/25201/stat : 25201 (java) S 25199 25201 3989 0 -1 0 3700 0 1 0 3 2 0 0 18 0 7 0 13059130 1820372992 3442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 444427 3442 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.102554 s]
/proc/loadavg: 1.22 1.12 1.05 2/64 25201
/proc/meminfo: memFree=1621144/2055920 swapFree=4192956/4192956
[pid=25201] ppid=25199 vsize=1780108 CPUtime=0.08
/proc/25201/stat : 25201 (java) S 25199 25201 3989 0 -1 0 3979 0 1 0 6 2 0 0 18 0 12 0 13059130 1822830592 3720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 445027 3720 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302573 s]
/proc/loadavg: 1.22 1.12 1.05 2/64 25201
/proc/meminfo: memFree=1621144/2055920 swapFree=4192956/4192956
[pid=25201] ppid=25199 vsize=1781424 CPUtime=0.32
/proc/25201/stat : 25201 (java) S 25199 25201 3989 0 -1 0 5161 0 1 0 29 3 0 0 18 0 12 0 13059130 1824178176 4899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 445356 4899 1264 9 0 442968 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781424

[startup+0.702619 s]
/proc/loadavg: 1.22 1.12 1.05 2/64 25201
/proc/meminfo: memFree=1621144/2055920 swapFree=4192956/4192956
[pid=25201] ppid=25199 vsize=1782640 CPUtime=0.9
/proc/25201/stat : 25201 (java) S 25199 25201 3989 0 -1 0 8264 0 1 0 86 4 0 0 18 0 12 0 13059130 1825423360 7767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 445660 7767 1300 9 0 443272 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1782640

[startup+1.50168 s]
/proc/loadavg: 1.21 1.12 1.05 4/76 25213
/proc/meminfo: memFree=1590520/2055920 swapFree=4192956/4192956
[pid=25201] ppid=25199 vsize=1782640 CPUtime=1.98
/proc/25201/stat : 25201 (java) S 25199 25201 3989 0 -1 0 23894 0 1 0 187 11 0 0 18 0 12 0 13059130 1825423360 23249 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 445660 23253 1308 9 0 443272 0
[pid=25201/tid=25203] ppid=25199 vsize=1782640 CPUtime=1.14
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 3989 0 -1 64 22004 0 1 0 104 10 0 0 25 0 12 0 13059131 1825423360 23253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105062844 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=1782640 CPUtime=0
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 3989 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 13059133 1825423360 23253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25205] ppid=25199 vsize=1782640 CPUtime=0
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 3989 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 13059133 1825423360 23253 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=1782640 CPUtime=0
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 3989 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 13059135 1825423360 23254 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25207] ppid=25199 vsize=1782640 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 3989 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 13059135 1825423360 23255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25208] ppid=25199 vsize=1782640 CPUtime=0
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 3989 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 13059135 1825423360 23256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=1782640 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 13059139 1825423360 23257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25210] ppid=25199 vsize=1782640 CPUtime=0.44
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 3989 0 -1 64 583 0 0 0 44 0 0 0 15 0 12 0 13059139 1825423360 23258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25211] ppid=25199 vsize=1782640 CPUtime=0.38
/proc/25201/task/25211/stat : 25211 (java) S 25199 25201 3989 0 -1 64 592 0 0 0 38 0 0 0 16 0 12 0 13059139 1825423360 23259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25212] ppid=25199 vsize=1782640 CPUtime=0
/proc/25201/task/25212/stat : 25212 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 13059139 1825423360 23260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25213] ppid=25199 vsize=1782640 CPUtime=0
/proc/25201/task/25213/stat : 25213 (java) S 25199 25201 3989 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 13059139 1825423360 23261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1782640

[startup+3.10283 s]
/proc/loadavg: 1.21 1.12 1.05 4/76 25213
/proc/meminfo: memFree=1479800/2055920 swapFree=4192956/4192956
[pid=25201] ppid=25199 vsize=1785960 CPUtime=4.08
/proc/25201/stat : 25201 (java) S 25199 25201 3989 0 -1 0 46081 0 1 0 387 21 0 0 18 0 13 0 13059130 1828823040 44459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 446490 44459 1327 9 0 444102 0
[pid=25201/tid=25203] ppid=25199 vsize=1785960 CPUtime=2.42
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 3989 0 -1 64 37706 0 1 0 225 17 0 0 24 0 13 0 13059131 1828823040 44459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109760149 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=1785960 CPUtime=0.11
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 3989 0 -1 64 2734 0 0 0 10 1 0 0 18 0 13 0 13059133 1828823040 44459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25205] ppid=25199 vsize=1785960 CPUtime=0.11
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 3989 0 -1 64 2127 0 0 0 10 1 0 0 16 0 13 0 13059133 1828823040 44459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 3989 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 13059135 1828823040 44459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25207] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 3989 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13059135 1828823040 44459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25208] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 3989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13059135 1828823040 44459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13059139 1828823040 44459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25210] ppid=25199 vsize=1785960 CPUtime=0.75
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 3989 0 -1 64 1488 0 0 0 75 0 0 0 16 0 13 0 13059139 1828823040 44459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25211] ppid=25199 vsize=1785960 CPUtime=0.65
/proc/25201/task/25211/stat : 25211 (java) S 25199 25201 3989 0 -1 64 1297 0 0 0 65 0 0 0 16 0 13 0 13059139 1828823040 44459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25212] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25212/stat : 25212 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13059139 1828823040 44459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25213] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25213/stat : 25213 (java) S 25199 25201 3989 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 13059139 1828823040 44459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 1785960

[startup+6.3021 s]
/proc/loadavg: 1.27 1.14 1.05 2/77 25214
/proc/meminfo: memFree=1447616/2055920 swapFree=4192956/4192956
[pid=25201] ppid=25199 vsize=1785960 CPUtime=7.37
/proc/25201/stat : 25201 (java) S 25199 25201 3989 0 -1 0 46095 0 1 0 716 21 0 0 18 0 13 0 13059130 1828823040 44470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 446490 44470 1327 9 0 444102 0
[pid=25201/tid=25203] ppid=25199 vsize=1785960 CPUtime=5.57
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 3989 0 -1 64 37710 0 1 0 540 17 0 0 17 0 13 0 13059131 1828823040 44470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109736497 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=1785960 CPUtime=0.11
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 3989 0 -1 64 2734 0 0 0 10 1 0 0 18 0 13 0 13059133 1828823040 44470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25205] ppid=25199 vsize=1785960 CPUtime=0.11
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 3989 0 -1 64 2127 0 0 0 10 1 0 0 16 0 13 0 13059133 1828823040 44470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 3989 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 13059135 1828823040 44470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25207] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 3989 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13059135 1828823040 44470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25208] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 3989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13059135 1828823040 44470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13059139 1828823040 44470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25210] ppid=25199 vsize=1785960 CPUtime=0.83
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 3989 0 -1 64 1494 0 0 0 83 0 0 0 16 0 13 0 13059139 1828823040 44470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25211] ppid=25199 vsize=1785960 CPUtime=0.71
/proc/25201/task/25211/stat : 25211 (java) S 25199 25201 3989 0 -1 64 1301 0 0 0 71 0 0 0 16 0 13 0 13059139 1828823040 44470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25212] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25212/stat : 25212 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13059139 1828823040 44470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25213] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25213/stat : 25213 (java) S 25199 25201 3989 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 13059139 1828823040 44470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25214] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25214/stat : 25214 (java) S 25199 25201 3989 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 13059355 1828823040 44470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 1785960

[startup+12.7017 s]
/proc/loadavg: 1.25 1.13 1.05 2/77 25214
/proc/meminfo: memFree=1426960/2055920 swapFree=4192956/4192956
[pid=25201] ppid=25199 vsize=1785960 CPUtime=13.87
/proc/25201/stat : 25201 (java) S 25199 25201 3989 0 -1 0 51305 0 1 0 1363 24 0 0 18 0 13 0 13059130 1828823040 49625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 446490 49625 1327 9 0 444102 0
[pid=25201/tid=25203] ppid=25199 vsize=1785960 CPUtime=11.87
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 3989 0 -1 64 37712 0 1 0 1170 17 0 0 25 0 13 0 13059131 1828823040 49625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759222 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=1785960 CPUtime=0.21
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 3989 0 -1 64 5186 0 0 0 19 2 0 0 16 0 13 0 13059133 1828823040 49625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25205] ppid=25199 vsize=1785960 CPUtime=0.2
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 3989 0 -1 64 4881 0 0 0 18 2 0 0 16 0 13 0 13059133 1828823040 49625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 3989 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13059135 1828823040 49625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25207] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 3989 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13059135 1828823040 49625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25208] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 3989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13059135 1828823040 49625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13059139 1828823040 49625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25210] ppid=25199 vsize=1785960 CPUtime=0.83
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 3989 0 -1 64 1494 0 0 0 83 0 0 0 16 0 13 0 13059139 1828823040 49625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25211] ppid=25199 vsize=1785960 CPUtime=0.71
/proc/25201/task/25211/stat : 25211 (java) S 25199 25201 3989 0 -1 64 1301 0 0 0 71 0 0 0 16 0 13 0 13059139 1828823040 49625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25212] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25212/stat : 25212 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13059139 1828823040 49625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25213] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25213/stat : 25213 (java) S 25199 25201 3989 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 13059139 1828823040 49625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25214] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25214/stat : 25214 (java) S 25199 25201 3989 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 13059355 1828823040 49625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.87
Current children cumulated vsize (KiB) 1785960

[startup+25.5028 s]
/proc/loadavg: 1.19 1.13 1.05 2/77 25214
/proc/meminfo: memFree=1424936/2055920 swapFree=4192956/4192956
[pid=25201] ppid=25199 vsize=1785960 CPUtime=26.83
/proc/25201/stat : 25201 (java) S 25199 25201 3989 0 -1 0 51900 0 1 0 2659 24 0 0 18 0 13 0 13059130 1828823040 50216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 446490 50216 1327 9 0 444102 0
[pid=25201/tid=25203] ppid=25199 vsize=1785960 CPUtime=24.49
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 3989 0 -1 64 37714 0 1 0 2432 17 0 0 25 0 13 0 13059131 1828823040 50216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109735391 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=1785960 CPUtime=0.38
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 3989 0 -1 64 5592 0 0 0 36 2 0 0 16 0 13 0 13059133 1828823040 50216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25199 vsize=1785960 CPUtime=0.37
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 3989 0 -1 64 5063 0 0 0 35 2 0 0 16 0 13 0 13059133 1828823040 50216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25206] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 3989 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 13059135 1828823040 50216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25207] ppid=25199 vsize=1785960 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 3989 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13059135 1828823040 50216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25201] ppid=25199 vsize=1786984 CPUtime=1607.83
/proc/25201/stat : 25201 (java) S 25199 25201 3989 0 -1 0 112627 0 1 0 160697 86 0 0 18 0 13 0 13059130 1829871616 56124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 446746 56124 1327 9 0 444358 0
[pid=25201/tid=25203] ppid=25199 vsize=1786984 CPUtime=1595.5
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 3989 0 -1 64 38860 0 1 0 159526 24 0 0 17 0 13 0 13059131 1829871616 56124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109801376 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=1786984 CPUtime=5.2
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 3989 0 -1 64 35180 0 0 0 497 23 0 0 16 0 13 0 13059133 1829871616 56124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25199 vsize=1786984 CPUtime=5.2
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 3989 0 -1 64 35036 0 0 0 497 23 0 0 16 0 13 0 13059133 1829871616 56124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25206] ppid=25199 vsize=1786984 CPUtime=0.26
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 3989 0 -1 64 31 0 0 0 14 12 0 0 15 0 13 0 13059135 1829871616 56124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25207] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 3989 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13059135 1829871616 56124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25208] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 3989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13059135 1829871616 56124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13059139 1829871616 56124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25210] ppid=25199 vsize=1786984 CPUtime=0.86
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 3989 0 -1 64 1495 0 0 0 86 0 0 0 16 0 13 0 13059139 1829871616 56124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25211] ppid=25199 vsize=1786984 CPUtime=0.74
/proc/25201/task/25211/stat : 25211 (java) S 25199 25201 3989 0 -1 64 1303 0 0 0 74 0 0 0 16 0 13 0 13059139 1829871616 56124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25212] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25212/stat : 25212 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13059139 1829871616 56124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25213] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25213/stat : 25213 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13059139 1829871616 56124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25214] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25214/stat : 25214 (java) S 25199 25201 3989 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 13059355 1829871616 56124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1607.83
Current children cumulated vsize (KiB) 1786984

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25214
/proc/meminfo: memFree=1367592/2055920 swapFree=4192956/4192956
[pid=25201] ppid=25199 vsize=1786984 CPUtime=1668.09
/proc/25201/stat : 25201 (java) S 25199 25201 3989 0 -1 0 121678 0 1 0 166717 92 0 0 18 0 13 0 13059130 1829871616 64364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 446746 64364 1327 9 0 444358 0
[pid=25201/tid=25203] ppid=25199 vsize=1786984 CPUtime=1655.09
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 3989 0 -1 64 39277 0 1 0 165485 24 0 0 19 0 13 0 13059131 1829871616 64364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109759683 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=1786984 CPUtime=5.54
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 3989 0 -1 64 39478 0 0 0 528 26 0 0 16 0 13 0 13059133 1829871616 64364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25205] ppid=25199 vsize=1786984 CPUtime=5.54
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 3989 0 -1 64 39366 0 0 0 527 27 0 0 16 0 13 0 13059133 1829871616 64364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25206] ppid=25199 vsize=1786984 CPUtime=0.27
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 3989 0 -1 64 37 0 0 0 15 12 0 0 15 0 13 0 13059135 1829871616 64364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25207] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 3989 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13059135 1829871616 64364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25208] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 3989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13059135 1829871616 64364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13059139 1829871616 64364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25210] ppid=25199 vsize=1786984 CPUtime=0.86
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 3989 0 -1 64 1495 0 0 0 86 0 0 0 16 0 13 0 13059139 1829871616 64364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25211] ppid=25199 vsize=1786984 CPUtime=0.74
/proc/25201/task/25211/stat : 25211 (java) S 25199 25201 3989 0 -1 64 1303 0 0 0 74 0 0 0 16 0 13 0 13059139 1829871616 64364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25212] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25212/stat : 25212 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13059139 1829871616 64364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25213] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25213/stat : 25213 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13059139 1829871616 64364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25214] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25214/stat : 25214 (java) S 25199 25201 3989 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 13059355 1829871616 64364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1668.09
Current children cumulated vsize (KiB) 1786984

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25214
/proc/meminfo: memFree=1369512/2055920 swapFree=4192956/4192956
[pid=25201] ppid=25199 vsize=1786984 CPUtime=1728.38
/proc/25201/stat : 25201 (java) S 25199 25201 3989 0 -1 0 122310 0 1 0 172740 98 0 0 18 0 13 0 13059130 1829871616 63867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 446746 63867 1327 9 0 444358 0
[pid=25201/tid=25203] ppid=25199 vsize=1786984 CPUtime=1714.57
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 3989 0 -1 64 39340 0 1 0 171432 25 0 0 25 0 13 0 13059131 1829871616 63867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109760404 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=1786984 CPUtime=5.94
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 3989 0 -1 64 39757 0 0 0 566 28 0 0 16 0 13 0 13059133 1829871616 63867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25205] ppid=25199 vsize=1786984 CPUtime=5.94
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 3989 0 -1 64 39656 0 0 0 565 29 0 0 16 0 13 0 13059133 1829871616 63867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=1786984 CPUtime=0.29
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 3989 0 -1 64 37 0 0 0 16 13 0 0 16 0 13 0 13059135 1829871616 63867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25207] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 3989 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13059135 1829871616 63867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25208] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 3989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13059135 1829871616 63867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13059139 1829871616 63867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25210] ppid=25199 vsize=1786984 CPUtime=0.86
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 3989 0 -1 64 1495 0 0 0 86 0 0 0 16 0 13 0 13059139 1829871616 63867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25211] ppid=25199 vsize=1786984 CPUtime=0.74
/proc/25201/task/25211/stat : 25211 (java) S 25199 25201 3989 0 -1 64 1303 0 0 0 74 0 0 0 16 0 13 0 13059139 1829871616 63867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25212] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25212/stat : 25212 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13059139 1829871616 63867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25213] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25213/stat : 25213 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13059139 1829871616 63867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25214] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25214/stat : 25214 (java) S 25199 25201 3989 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 13059355 1829871616 63867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1728.38
Current children cumulated vsize (KiB) 1786984

[startup+1782.3 s]
/proc/loadavg: 0.96 0.98 0.99 2/77 25214
/proc/meminfo: memFree=1367272/2055920 swapFree=4192956/4192956
[pid=25201] ppid=25199 vsize=1786984 CPUtime=1788.68
/proc/25201/stat : 25201 (java) S 25199 25201 3989 0 -1 0 122975 0 1 0 178764 104 0 0 18 0 13 0 13059130 1829871616 64466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 446746 64466 1327 9 0 444358 0
[pid=25201/tid=25203] ppid=25199 vsize=1786984 CPUtime=1774.02
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 3989 0 -1 64 39406 0 1 0 177377 25 0 0 21 0 13 0 13059131 1829871616 64466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109760108 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=1786984 CPUtime=6.36
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 3989 0 -1 64 40053 0 0 0 605 31 0 0 16 0 13 0 13059133 1829871616 64466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25205] ppid=25199 vsize=1786984 CPUtime=6.37
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 3989 0 -1 64 39957 0 0 0 605 32 0 0 16 0 13 0 13059133 1829871616 64466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=1786984 CPUtime=0.29
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 3989 0 -1 64 39 0 0 0 16 13 0 0 16 0 13 0 13059135 1829871616 64466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25207] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 3989 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13059135 1829871616 64466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25208] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 3989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13059135 1829871616 64466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13059139 1829871616 64466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25210] ppid=25199 vsize=1786984 CPUtime=0.86
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 3989 0 -1 64 1495 0 0 0 86 0 0 0 16 0 13 0 13059139 1829871616 64466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25211] ppid=25199 vsize=1786984 CPUtime=0.74
/proc/25201/task/25211/stat : 25211 (java) S 25199 25201 3989 0 -1 64 1303 0 0 0 74 0 0 0 16 0 13 0 13059139 1829871616 64466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25212] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25212/stat : 25212 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13059139 1829871616 64466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25213] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25213/stat : 25213 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13059139 1829871616 64466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25214] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25214/stat : 25214 (java) S 25199 25201 3989 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 13059355 1829871616 64466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1788.68
Current children cumulated vsize (KiB) 1786984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.6 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 25214
/proc/meminfo: memFree=1366824/2055920 swapFree=4192956/4192956
[pid=25201] ppid=25199 vsize=1786984 CPUtime=1800.05
/proc/25201/stat : 25201 (java) S 25199 25201 3989 0 -1 0 123091 0 1 0 179900 105 0 0 18 0 13 0 13059130 1829871616 64569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 446746 64569 1327 9 0 444358 0
[pid=25201/tid=25203] ppid=25199 vsize=1786984 CPUtime=1785.21
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 3989 0 -1 64 39419 0 1 0 178496 25 0 0 24 0 13 0 13059131 1829871616 64569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109604612 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=1786984 CPUtime=6.44
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 3989 0 -1 64 40101 0 0 0 613 31 0 0 16 0 13 0 13059133 1829871616 64569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25205] ppid=25199 vsize=1786984 CPUtime=6.45
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 3989 0 -1 64 40012 0 0 0 613 32 0 0 16 0 13 0 13059133 1829871616 64569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=1786984 CPUtime=0.29
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 3989 0 -1 64 39 0 0 0 16 13 0 0 16 0 13 0 13059135 1829871616 64569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25207] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 3989 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 13059135 1829871616 64569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25208] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 3989 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 13059135 1829871616 64569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 13059139 1829871616 64569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25210] ppid=25199 vsize=1786984 CPUtime=0.86
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 3989 0 -1 64 1495 0 0 0 86 0 0 0 16 0 13 0 13059139 1829871616 64569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25211] ppid=25199 vsize=1786984 CPUtime=0.74
/proc/25201/task/25211/stat : 25211 (java) S 25199 25201 3989 0 -1 64 1303 0 0 0 74 0 0 0 16 0 13 0 13059139 1829871616 64569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25212] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25212/stat : 25212 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 13059139 1829871616 64569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25213] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25213/stat : 25213 (java) S 25199 25201 3989 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 13059139 1829871616 64569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25201/tid=25214] ppid=25199 vsize=1786984 CPUtime=0
/proc/25201/task/25214/stat : 25214 (java) S 25199 25201 3989 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 13059355 1829871616 64569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1786984

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

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

Child status: 143
Real time (s): 1793.71
CPU time (s): 1800.16
CPU user time (s): 1799.07
CPU system time (s): 1.09683
CPU usage (%): 100.36
Max. virtual memory (cumulated for all children) (KiB): 1786984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.09683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123111
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= 50886
involuntary context switches= 21951

runsolver used 1.69074 second user time and 4.86026 second system time

The end

Launcher Data (download as text)

Begin job on node51 on Sat Apr 14 20:22:20 UTC 2007

IDJOB= 348419
IDBENCH= 1668
IDSOLVER= 159
FILE ID= node51/348419-1176582140

PBS_JOBID= 4556940

Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-forplan.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348419-1176582140/sat4jPseudoResolution.jar /tmp/evaluation/348419-1176582140/instance-348419-1176582140.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-348419-1176582140 -o ROOT/results/node51/solver-348419-1176582140 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348419-1176582140/sat4jPseudoResolution.jar /tmp/evaluation/348419-1176582140/instance-348419-1176582140.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  4cdda58963f46d542400f05ed7600db2

RANDOM SEED= 378145803

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node51.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.223
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.223
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:       1621488 kB
Buffers:         54248 kB
Cached:         273988 kB
SwapCached:          0 kB
Active:          76004 kB
Inactive:       271096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621488 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4968 kB
Writeback:           0 kB
Mapped:          28760 kB
Slab:            73280 kB
Committed_AS:   385116 kB
PageTables:       1416 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= 66560 MiB

End job on node51 on Sat Apr 14 20:52:16 UTC 2007