Trace number 362599

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.28 1790.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-swath2.opb
MD5SUM136e834aa135f130ab268d7e01dc474c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark262226
Best CPU time to get the best result obtained on this benchmark19.817
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262226
Optimality of the best value was proved YES
Number of variables52335
Total number of constraints5202
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)193
Number of constraints which are nor clauses,nor cardinality constraints5009
Minimum length of a constraint1
Maximum length of a constraint49934
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
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 559784
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.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/362599-1177015357/instance-362599-1177015357.opb
0.20/0.20	c reading problem ... 
6.30/4.38	c ... done. Wall clock time 4.18s.
6.30/4.38	c CPU time (experimental) 3.49s.
6.30/4.38	c #vars     52335
6.30/4.38	c #constraints  5112
1800.03/1790.51	c starts		: 17
1800.03/1790.51	c conflicts		: 182817
1800.03/1790.51	c decisions		: 201585
1800.03/1790.51	c propagations		: 10794716
1800.03/1790.51	c inspects		: 137343440
1800.03/1790.51	c learnt literals	: 0
1800.03/1790.51	c learnt binary clauses	: 0
1800.03/1790.51	c learnt ternary clauses	: 0
1800.03/1790.51	c learnt clauses	: 182817
1800.03/1790.51	c root simplifications	: 0
1800.03/1790.51	c removed literals (reason simplification)	: 0
1800.03/1790.51	c reason swapping (by a shorter reason)	: 0
1800.03/1790.51	c Calls to reduceDB	: 0
1800.03/1790.51	c speed (decisions/second)	: 112.86473811864668
1800.03/1790.51	c non guided choices	0
1800.03/1790.51	s UNKNOWN
1800.03/1790.51	c Total wall clock time (ms): 1790.312

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 12251
/proc/meminfo: memFree=1681424/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=1520 CPUtime=0
/proc/12251/stat : 12251 (java) R 12249 12251 12140 0 -1 0 91 0 0 0 0 0 0 0 18 0 1 0 177573429 1556480 73 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10560096 0 0 4096 0 0 0 0 17 1 0 0
/proc/12251/statm: 380 73 56 9 0 11 0

[startup+0.012864 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 12251
/proc/meminfo: memFree=1681424/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=12336 CPUtime=0
/proc/12251/stat : 12251 (java) S 12249 12251 12140 0 -1 0 728 0 0 0 0 0 0 0 18 0 2 0 177573429 12632064 522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12251/statm: 3083 523 218 9 0 1229 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12336

[startup+0.101882 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 12251
/proc/meminfo: memFree=1681424/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=1780108 CPUtime=0.08
/proc/12251/stat : 12251 (java) S 12249 12251 12140 0 -1 0 3983 0 1 0 6 2 0 0 18 0 12 0 177573429 1822830592 3724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12251/statm: 445027 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.3019 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 12251
/proc/meminfo: memFree=1681424/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=1782580 CPUtime=0.32
/proc/12251/stat : 12251 (java) S 12249 12251 12140 0 -1 0 5662 0 1 0 29 3 0 0 18 0 12 0 177573429 1825361920 5400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12251/statm: 445645 5400 1264 9 0 443257 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782580

[startup+0.701934 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 12251
/proc/meminfo: memFree=1681424/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=1783428 CPUtime=0.91
/proc/12251/stat : 12251 (java) S 12249 12251 12140 0 -1 0 7948 0 1 0 87 4 0 0 18 0 12 0 177573429 1826230272 7410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12251/statm: 445857 7411 1302 9 0 443469 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1783428

[startup+1.502 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 12263
/proc/meminfo: memFree=1646256/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=1785424 CPUtime=1.91
/proc/12251/stat : 12251 (java) S 12249 12251 12140 0 -1 0 24505 0 1 0 179 12 0 0 18 0 12 0 177573429 1828274176 22758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12251/statm: 446356 22760 1303 9 0 443968 0
[pid=12251/tid=12253] ppid=12249 vsize=1785424 CPUtime=1.09
/proc/12251/task/12253/stat : 12253 (java) R 12249 12251 12140 0 -1 64 20951 0 1 0 99 10 0 0 20 0 12 0 177573430 1828274176 22762 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109577519 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12254] ppid=12249 vsize=1785424 CPUtime=0
/proc/12251/task/12254/stat : 12254 (java) S 12249 12251 12140 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 177573432 1828274176 22764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12255] ppid=12249 vsize=1785424 CPUtime=0
/proc/12251/task/12255/stat : 12255 (java) S 12249 12251 12140 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 177573432 1828274176 22766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12256] ppid=12249 vsize=1785424 CPUtime=0
/proc/12251/task/12256/stat : 12256 (java) S 12249 12251 12140 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 177573434 1828274176 22768 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12257] ppid=12249 vsize=1785424 CPUtime=0
/proc/12251/task/12257/stat : 12257 (java) S 12249 12251 12140 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 177573434 1828274176 22771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12258] ppid=12249 vsize=1785424 CPUtime=0
/proc/12251/task/12258/stat : 12258 (java) S 12249 12251 12140 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 177573434 1828274176 22773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12259] ppid=12249 vsize=1785424 CPUtime=0
/proc/12251/task/12259/stat : 12259 (java) S 12249 12251 12140 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 177573438 1828274176 22775 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12260] ppid=12249 vsize=1785424 CPUtime=0.42
/proc/12251/task/12260/stat : 12260 (java) S 12249 12251 12140 0 -1 64 1863 0 0 0 41 1 0 0 16 0 12 0 177573438 1828274176 22777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12261] ppid=12249 vsize=1785424 CPUtime=0.37
/proc/12251/task/12261/stat : 12261 (java) S 12249 12251 12140 0 -1 64 975 0 0 0 37 0 0 0 16 0 12 0 177573438 1828274176 22779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12262] ppid=12249 vsize=1785424 CPUtime=0
/proc/12251/task/12262/stat : 12262 (java) S 12249 12251 12140 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 177573438 1828274176 22782 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12263] ppid=12249 vsize=1785424 CPUtime=0
/proc/12251/task/12263/stat : 12263 (java) S 12249 12251 12140 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 177573438 1828274176 22784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 1785424

[startup+3.10217 s]
/proc/loadavg: 0.92 0.98 0.99 3/89 12263
/proc/meminfo: memFree=1556428/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=1794544 CPUtime=4.84
/proc/12251/stat : 12251 (java) S 12249 12251 12140 0 -1 0 54576 0 1 0 460 24 0 0 18 0 12 0 177573429 1837613056 47947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12251/statm: 448636 47947 1317 9 0 446248 0
[pid=12251/tid=12253] ppid=12249 vsize=1794544 CPUtime=2.48
/proc/12251/task/12253/stat : 12253 (java) R 12249 12251 12140 0 -1 64 37697 0 1 0 231 17 0 0 20 0 12 0 177573430 1837613056 47947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489887 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12254] ppid=12249 vsize=1794544 CPUtime=0.15
/proc/12251/task/12254/stat : 12254 (java) S 12249 12251 12140 0 -1 64 3977 0 0 0 14 1 0 0 17 0 12 0 177573432 1837613056 47947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12255] ppid=12249 vsize=1794544 CPUtime=0.1
/proc/12251/task/12255/stat : 12255 (java) S 12249 12251 12140 0 -1 64 2447 0 0 0 10 0 0 0 18 0 12 0 177573432 1837613056 47947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12256] ppid=12249 vsize=1794544 CPUtime=0
/proc/12251/task/12256/stat : 12256 (java) S 12249 12251 12140 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 177573434 1837613056 47947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12257] ppid=12249 vsize=1794544 CPUtime=0
/proc/12251/task/12257/stat : 12257 (java) S 12249 12251 12140 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 177573434 1837613056 47947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12258] ppid=12249 vsize=1794544 CPUtime=0
/proc/12251/task/12258/stat : 12258 (java) S 12249 12251 12140 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 177573434 1837613056 47947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12259] ppid=12249 vsize=1794544 CPUtime=0
/proc/12251/task/12259/stat : 12259 (java) S 12249 12251 12140 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 177573438 1837613056 47947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12260] ppid=12249 vsize=1794544 CPUtime=1.09
/proc/12251/task/12260/stat : 12260 (java) S 12249 12251 12140 0 -1 64 4549 0 0 0 107 2 0 0 20 0 12 0 177573438 1837613056 47947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12261] ppid=12249 vsize=1794544 CPUtime=0.97
/proc/12251/task/12261/stat : 12261 (java) S 12249 12251 12140 0 -1 64 5181 0 0 0 95 2 0 0 18 0 12 0 177573438 1837613056 47947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12262] ppid=12249 vsize=1794544 CPUtime=0
/proc/12251/task/12262/stat : 12262 (java) S 12249 12251 12140 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 177573438 1837613056 47947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12263] ppid=12249 vsize=1794544 CPUtime=0
/proc/12251/task/12263/stat : 12263 (java) S 12249 12251 12140 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 177573438 1837613056 47947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 1794544

[startup+6.30247 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 12264
/proc/meminfo: memFree=1455912/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=1793360 CPUtime=8.46
/proc/12251/stat : 12251 (java) S 12249 12251 12140 0 -1 0 65599 0 2 0 815 31 0 0 18 0 13 0 177573429 1836400640 57359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12251/statm: 448340 57359 1322 9 0 445952 0
[pid=12251/tid=12253] ppid=12249 vsize=1793360 CPUtime=5.39
/proc/12251/task/12253/stat : 12253 (java) R 12249 12251 12140 0 -1 64 37731 0 2 0 522 17 0 0 23 0 13 0 177573430 1836400640 57359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109665298 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12254] ppid=12249 vsize=1793360 CPUtime=0.41
/proc/12251/task/12254/stat : 12254 (java) S 12249 12251 12140 0 -1 64 8719 0 0 0 37 4 0 0 16 0 13 0 177573432 1836400640 57359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12255] ppid=12249 vsize=1793360 CPUtime=0.36
/proc/12251/task/12255/stat : 12255 (java) S 12249 12251 12140 0 -1 64 8658 0 0 0 32 4 0 0 16 0 13 0 177573432 1836400640 57359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12256] ppid=12249 vsize=1793360 CPUtime=0
/proc/12251/task/12256/stat : 12256 (java) S 12249 12251 12140 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 177573434 1836400640 57359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12257] ppid=12249 vsize=1793360 CPUtime=0
/proc/12251/task/12257/stat : 12257 (java) S 12249 12251 12140 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177573434 1836400640 57359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12258] ppid=12249 vsize=1793360 CPUtime=0
/proc/12251/task/12258/stat : 12258 (java) S 12249 12251 12140 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177573434 1836400640 57359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12259] ppid=12249 vsize=1793360 CPUtime=0
/proc/12251/task/12259/stat : 12259 (java) S 12249 12251 12140 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 177573438 1836400640 57359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12260] ppid=12249 vsize=1793360 CPUtime=1.19
/proc/12251/task/12260/stat : 12260 (java) R 12249 12251 12140 0 -1 64 4555 0 0 0 117 2 0 0 16 0 13 0 177573438 1836400640 57359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104999633 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12261] ppid=12249 vsize=1793360 CPUtime=1.06
/proc/12251/task/12261/stat : 12261 (java) S 12249 12251 12140 0 -1 64 5207 0 0 0 104 2 0 0 17 0 13 0 177573438 1836400640 57359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12262] ppid=12249 vsize=1793360 CPUtime=0
/proc/12251/task/12262/stat : 12262 (java) S 12249 12251 12140 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177573438 1836400640 57359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12263] ppid=12249 vsize=1793360 CPUtime=0
/proc/12251/task/12263/stat : 12263 (java) S 12249 12251 12140 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177573438 1836400640 57359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12264] ppid=12249 vsize=1793360 CPUtime=0
/proc/12251/task/12264/stat : 12264 (java) S 12249 12251 12140 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177573884 1836400640 57359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 1793360

[startup+12.7021 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 12264
/proc/meminfo: memFree=1455784/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=1793264 CPUtime=15.17
/proc/12251/stat : 12251 (java) S 12249 12251 12140 0 -1 0 65639 0 2 0 1486 31 0 0 18 0 13 0 177573429 1836302336 57369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12251/statm: 448316 57369 1326 9 0 445928 0
[pid=12251/tid=12253] ppid=12249 vsize=1793264 CPUtime=11.7
/proc/12251/task/12253/stat : 12253 (java) R 12249 12251 12140 0 -1 64 37739 0 2 0 1153 17 0 0 25 0 13 0 177573430 1836302336 57369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109879111 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12254] ppid=12249 vsize=1793264 CPUtime=0.41
/proc/12251/task/12254/stat : 12254 (java) S 12249 12251 12140 0 -1 64 8719 0 0 0 37 4 0 0 16 0 13 0 177573432 1836302336 57369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12255] ppid=12249 vsize=1793264 CPUtime=0.36
/proc/12251/task/12255/stat : 12255 (java) S 12249 12251 12140 0 -1 64 8658 0 0 0 32 4 0 0 16 0 13 0 177573432 1836302336 57369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12256] ppid=12249 vsize=1793264 CPUtime=0
/proc/12251/task/12256/stat : 12256 (java) S 12249 12251 12140 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 177573434 1836302336 57369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12257] ppid=12249 vsize=1793264 CPUtime=0
/proc/12251/task/12257/stat : 12257 (java) S 12249 12251 12140 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177573434 1836302336 57369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12258] ppid=12249 vsize=1793264 CPUtime=0
/proc/12251/task/12258/stat : 12258 (java) S 12249 12251 12140 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177573434 1836302336 57369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12259] ppid=12249 vsize=1793264 CPUtime=0
/proc/12251/task/12259/stat : 12259 (java) S 12249 12251 12140 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 177573438 1836302336 57369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12260] ppid=12249 vsize=1793264 CPUtime=1.38
/proc/12251/task/12260/stat : 12260 (java) S 12249 12251 12140 0 -1 64 4575 0 0 0 136 2 0 0 16 0 13 0 177573438 1836302336 57369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12261] ppid=12249 vsize=1793264 CPUtime=1.27
/proc/12251/task/12261/stat : 12261 (java) S 12249 12251 12140 0 -1 64 5219 0 0 0 125 2 0 0 16 0 13 0 177573438 1836302336 57369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12262] ppid=12249 vsize=1793264 CPUtime=0
/proc/12251/task/12262/stat : 12262 (java) S 12249 12251 12140 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177573438 1836302336 57369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12263] ppid=12249 vsize=1793264 CPUtime=0
/proc/12251/task/12263/stat : 12263 (java) S 12249 12251 12140 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177573438 1836302336 57369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12264] ppid=12249 vsize=1793264 CPUtime=0
/proc/12251/task/12264/stat : 12264 (java) S 12249 12251 12140 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177573884 1836302336 57369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.17
Current children cumulated vsize (KiB) 1793264

[startup+25.5023 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 12264
/proc/meminfo: memFree=1446824/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=1792588 CPUtime=28.22
/proc/12251/stat : 12251 (java) S 12249 12251 12140 0 -1 0 68781 0 2 0 2789 33 0 0 18 0 13 0 177573429 1835610112 59677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12251/statm: 448147 59677 1326 9 0 445759 0
[pid=12251/tid=12253] ppid=12249 vsize=1792588 CPUtime=24.23
/proc/12251/task/12253/stat : 12253 (java) R 12249 12251 12140 0 -1 64 37741 0 2 0 2406 17 0 0 25 0 13 0 177573430 1835610112 59677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109920286 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12254] ppid=12249 vsize=1792588 CPUtime=0.69
/proc/12251/task/12254/stat : 12254 (java) S 12249 12251 12140 0 -1 64 10300 0 0 0 63 6 0 0 19 0 13 0 177573432 1835610112 59677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12255] ppid=12249 vsize=1792588 CPUtime=0.62
/proc/12251/task/12255/stat : 12255 (java) S 12249 12251 12140 0 -1 64 10217 0 0 0 57 5 0 0 19 0 13 0 177573432 1835610112 59677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12256] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12256/stat : 12256 (java) S 12249 12251 12140 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 177573434 1835610112 59677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12257] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12257/stat : 12257 (java) S 12249 12251 12140 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177573434 1835610112 59677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/12251/task/12260/stat : 12260 (java) S 12249 12251 12140 0 -1 64 4577 0 0 0 144 2 0 0 17 0 13 0 177573438 1835610112 279071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12261] ppid=12249 vsize=1792588 CPUtime=1.36
/proc/12251/task/12261/stat : 12261 (java) S 12249 12251 12140 0 -1 64 5225 0 0 0 134 2 0 0 16 0 13 0 177573438 1835610112 279071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12262] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12262/stat : 12262 (java) S 12249 12251 12140 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177573438 1835610112 279071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12263] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12263/stat : 12263 (java) S 12249 12251 12140 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177573438 1835610112 279071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12264] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12264/stat : 12264 (java) S 12249 12251 12140 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177573884 1835610112 279071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1610.91
Current children cumulated vsize (KiB) 1792588

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12462
/proc/meminfo: memFree=523432/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=1792588 CPUtime=1671.22
/proc/12251/stat : 12251 (java) S 12249 12251 12140 0 -1 0 392563 0 2 0 166903 219 0 0 18 0 13 0 177573429 1835610112 289929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12251/statm: 448147 289929 1328 9 0 445759 0
[pid=12251/tid=12253] ppid=12249 vsize=1792588 CPUtime=1653.5
/proc/12251/task/12253/stat : 12253 (java) R 12249 12251 12140 0 -1 64 38094 0 2 0 165320 30 0 0 25 0 13 0 177573430 1835610112 289929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109937790 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12254] ppid=12249 vsize=1792588 CPUtime=7.39
/proc/12251/task/12254/stat : 12254 (java) S 12249 12251 12140 0 -1 64 173452 0 0 0 646 93 0 0 16 0 13 0 177573432 1835610112 289929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12255] ppid=12249 vsize=1792588 CPUtime=7.32
/proc/12251/task/12255/stat : 12255 (java) S 12249 12251 12140 0 -1 64 170451 0 0 0 650 82 0 0 16 0 13 0 177573432 1835610112 289929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12256] ppid=12249 vsize=1792588 CPUtime=0.12
/proc/12251/task/12256/stat : 12256 (java) S 12249 12251 12140 0 -1 64 42 0 0 0 5 7 0 0 15 0 13 0 177573434 1835610112 289929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12257] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12257/stat : 12257 (java) S 12249 12251 12140 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177573434 1835610112 289929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12258] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12258/stat : 12258 (java) S 12249 12251 12140 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177573434 1835610112 289929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12259] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12259/stat : 12259 (java) S 12249 12251 12140 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 177573438 1835610112 289929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12260] ppid=12249 vsize=1792588 CPUtime=1.46
/proc/12251/task/12260/stat : 12260 (java) S 12249 12251 12140 0 -1 64 4577 0 0 0 144 2 0 0 17 0 13 0 177573438 1835610112 289929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12261] ppid=12249 vsize=1792588 CPUtime=1.36
/proc/12251/task/12261/stat : 12261 (java) S 12249 12251 12140 0 -1 64 5225 0 0 0 134 2 0 0 16 0 13 0 177573438 1835610112 289929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12262] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12262/stat : 12262 (java) S 12249 12251 12140 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177573438 1835610112 289929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12263] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12263/stat : 12263 (java) S 12249 12251 12140 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177573438 1835610112 289929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12264] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12264/stat : 12264 (java) S 12249 12251 12140 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177573884 1835610112 289929 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1671.22
Current children cumulated vsize (KiB) 1792588

[startup+1722.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 12462
/proc/meminfo: memFree=486888/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=1792588 CPUtime=1731.53
/proc/12251/stat : 12251 (java) S 12249 12251 12140 0 -1 0 403549 0 2 0 172927 226 0 0 18 0 13 0 177573429 1835610112 299020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12251/statm: 448147 299020 1328 9 0 445759 0
[pid=12251/tid=12253] ppid=12249 vsize=1792588 CPUtime=1713.16
/proc/12251/task/12253/stat : 12253 (java) R 12249 12251 12140 0 -1 64 38111 0 2 0 171285 31 0 0 25 0 13 0 177573430 1835610112 299020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109969800 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12254] ppid=12249 vsize=1792588 CPUtime=7.71
/proc/12251/task/12254/stat : 12254 (java) S 12249 12251 12140 0 -1 64 178204 0 0 0 676 95 0 0 16 0 13 0 177573432 1835610112 299020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12255] ppid=12249 vsize=1792588 CPUtime=7.65
/proc/12251/task/12255/stat : 12255 (java) S 12249 12251 12140 0 -1 64 176668 0 0 0 679 86 0 0 16 0 13 0 177573432 1835610112 299020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12256] ppid=12249 vsize=1792588 CPUtime=0.12
/proc/12251/task/12256/stat : 12256 (java) S 12249 12251 12140 0 -1 64 42 0 0 0 5 7 0 0 16 0 13 0 177573434 1835610112 299020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12257] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12257/stat : 12257 (java) S 12249 12251 12140 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177573434 1835610112 299020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12258] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12258/stat : 12258 (java) S 12249 12251 12140 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177573434 1835610112 299020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12259] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12259/stat : 12259 (java) S 12249 12251 12140 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 177573438 1835610112 299020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12260] ppid=12249 vsize=1792588 CPUtime=1.46
/proc/12251/task/12260/stat : 12260 (java) S 12249 12251 12140 0 -1 64 4577 0 0 0 144 2 0 0 17 0 13 0 177573438 1835610112 299020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12261] ppid=12249 vsize=1792588 CPUtime=1.36
/proc/12251/task/12261/stat : 12261 (java) S 12249 12251 12140 0 -1 64 5225 0 0 0 134 2 0 0 16 0 13 0 177573438 1835610112 299020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12262] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12262/stat : 12262 (java) S 12249 12251 12140 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177573438 1835610112 299020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12263] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12263/stat : 12263 (java) S 12249 12251 12140 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177573438 1835610112 299020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12264] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12264/stat : 12264 (java) S 12249 12251 12140 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177573884 1835610112 299020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1731.53
Current children cumulated vsize (KiB) 1792588

[startup+1782.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 12462
/proc/meminfo: memFree=453160/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=1792588 CPUtime=1791.79
/proc/12251/stat : 12251 (java) S 12249 12251 12140 0 -1 0 413547 0 2 0 178948 231 0 0 18 0 13 0 177573429 1835610112 307456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12251/statm: 448147 307456 1328 9 0 445759 0
[pid=12251/tid=12253] ppid=12249 vsize=1792588 CPUtime=1772.84
/proc/12251/task/12253/stat : 12253 (java) R 12249 12251 12140 0 -1 64 38126 0 2 0 177253 31 0 0 25 0 13 0 177573430 1835610112 307456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109937662 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12254] ppid=12249 vsize=1792588 CPUtime=8
/proc/12251/task/12254/stat : 12254 (java) S 12249 12251 12140 0 -1 64 182506 0 0 0 703 97 0 0 16 0 13 0 177573432 1835610112 307456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12255] ppid=12249 vsize=1792588 CPUtime=7.94
/proc/12251/task/12255/stat : 12255 (java) S 12249 12251 12140 0 -1 64 182349 0 0 0 705 89 0 0 16 0 13 0 177573432 1835610112 307456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12256] ppid=12249 vsize=1792588 CPUtime=0.12
/proc/12251/task/12256/stat : 12256 (java) S 12249 12251 12140 0 -1 64 42 0 0 0 5 7 0 0 16 0 13 0 177573434 1835610112 307456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12257] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12257/stat : 12257 (java) S 12249 12251 12140 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177573434 1835610112 307456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12258] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12258/stat : 12258 (java) S 12249 12251 12140 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177573434 1835610112 307456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12259] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12259/stat : 12259 (java) S 12249 12251 12140 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 177573438 1835610112 307456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12260] ppid=12249 vsize=1792588 CPUtime=1.46
/proc/12251/task/12260/stat : 12260 (java) S 12249 12251 12140 0 -1 64 4577 0 0 0 144 2 0 0 17 0 13 0 177573438 1835610112 307456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12261] ppid=12249 vsize=1792588 CPUtime=1.36
/proc/12251/task/12261/stat : 12261 (java) S 12249 12251 12140 0 -1 64 5225 0 0 0 134 2 0 0 16 0 13 0 177573438 1835610112 307456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12262] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12262/stat : 12262 (java) S 12249 12251 12140 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177573438 1835610112 307456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12263] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12263/stat : 12263 (java) S 12249 12251 12140 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177573438 1835610112 307456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12264] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12264/stat : 12264 (java) S 12249 12251 12140 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177573884 1835610112 307456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1791.79
Current children cumulated vsize (KiB) 1792588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.5 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 12462
/proc/meminfo: memFree=448360/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=1792588 CPUtime=1800.03
/proc/12251/stat : 12251 (java) S 12249 12251 12140 0 -1 0 414922 0 2 0 179771 232 0 0 18 0 13 0 177573429 1835610112 308635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12251/statm: 448147 308635 1328 9 0 445759 0
[pid=12251/tid=12253] ppid=12249 vsize=1792588 CPUtime=1781
/proc/12251/task/12253/stat : 12253 (java) R 12249 12251 12140 0 -1 64 38128 0 2 0 178069 31 0 0 25 0 13 0 177573430 1835610112 308635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109937662 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12254] ppid=12249 vsize=1792588 CPUtime=8.05
/proc/12251/task/12254/stat : 12254 (java) S 12249 12251 12140 0 -1 64 182949 0 0 0 707 98 0 0 17 0 13 0 177573432 1835610112 308635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12255] ppid=12249 vsize=1792588 CPUtime=7.97
/proc/12251/task/12255/stat : 12255 (java) S 12249 12251 12140 0 -1 64 183279 0 0 0 708 89 0 0 17 0 13 0 177573432 1835610112 308635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12256] ppid=12249 vsize=1792588 CPUtime=0.12
/proc/12251/task/12256/stat : 12256 (java) S 12249 12251 12140 0 -1 64 42 0 0 0 5 7 0 0 16 0 13 0 177573434 1835610112 308635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12257] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12257/stat : 12257 (java) S 12249 12251 12140 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177573434 1835610112 308635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12258] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12258/stat : 12258 (java) S 12249 12251 12140 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177573434 1835610112 308635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12259] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12259/stat : 12259 (java) S 12249 12251 12140 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 177573438 1835610112 308635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12260] ppid=12249 vsize=1792588 CPUtime=1.46
/proc/12251/task/12260/stat : 12260 (java) S 12249 12251 12140 0 -1 64 4577 0 0 0 144 2 0 0 17 0 13 0 177573438 1835610112 308635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12261] ppid=12249 vsize=1792588 CPUtime=1.36
/proc/12251/task/12261/stat : 12261 (java) S 12249 12251 12140 0 -1 64 5225 0 0 0 134 2 0 0 16 0 13 0 177573438 1835610112 308635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12262] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12262/stat : 12262 (java) S 12249 12251 12140 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177573438 1835610112 308635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12251/tid=12263] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12263/stat : 12263 (java) S 12249 12251 12140 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 177573438 1835610112 308635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12251/tid=12264] ppid=12249 vsize=1792588 CPUtime=0
/proc/12251/task/12264/stat : 12264 (java) S 12249 12251 12140 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177573884 1835610112 308635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1792588

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

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

[startup+1790.61 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 12462
/proc/meminfo: memFree=448360/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=0 CPUtime=1800.15
/proc/12251/stat : 12251 (java) Z 12249 12251 12140 0 -1 1036 414942 0 2 0 179777 238 0 0 16 0 2 0 177573429 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12251/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

[startup+1790.7 s]
/proc/loadavg: 1.01 1.00 1.00 2/80 12465
/proc/meminfo: memFree=1426136/2055920 swapFree=4153812/4192956
[pid=12251] ppid=12249 vsize=0 CPUtime=1800.24
/proc/12251/stat : 12251 (java) Z 12249 12251 12140 0 -1 1036 414942 0 2 0 179777 247 0 0 16 0 2 0 177573429 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12251/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.74
CPU time (s): 1800.28
CPU user time (s): 1797.77
CPU system time (s): 2.50762
CPU usage (%): 100.533
Max. virtual memory (cumulated for all children) (KiB): 1796460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.77
system time used= 2.50762
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 414942
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40338
involuntary context switches= 54856

runsolver used 1.91771 second user time and 4.68829 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Thu Apr 19 20:42:37 UTC 2007

IDJOB= 362599
IDBENCH= 1586
IDSOLVER= 159
FILE ID= node4/362599-1177015357

PBS_JOBID= 4630555

Free space on /tmp= 66467 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  136e834aa135f130ab268d7e01dc474c

RANDOM SEED= 434820054

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1681832 kB
Buffers:         38292 kB
Cached:         253844 kB
SwapCached:       2236 kB
Active:         109940 kB
Inactive:       204820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681832 kB
SwapTotal:     4192956 kB
SwapFree:      4153812 kB
Dirty:            7456 kB
Writeback:           0 kB
Mapped:          30192 kB
Slab:            44820 kB
Committed_AS:  5301332 kB
PageTables:       1816 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= 66467 MiB

End job on node4 on Thu Apr 19 21:12:29 UTC 2007