Trace number 350517

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 NameAnswerCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.21 1783.51

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ih1arity.ucl.opb
MD5SUM63ec6637b1b124456335cf99c2a6c3dd
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark803.494
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables201731
Total number of constraints592525
Number of constraints which are clauses579429
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13096
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 131
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 513
Number of bits of the biggest sum of numbers10
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.06/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.19	c no version file found!!!
0.06/0.19	c sun.arch.data.model	32
0.06/0.19	c java.version	1.6.0
0.06/0.19	c os.name	Linux
0.06/0.19	c os.version	2.6.9-22.EL.rootsmp
0.06/0.19	c os.arch	i386
0.06/0.19	c Free memory 1651659224
0.06/0.19	c Max memory 1654456320
0.06/0.19	c Total memory 1654456320
0.06/0.20	c Number of processors 2
0.14/0.25	--- Begin Solver configuration ---
0.14/0.25	c Stops conflict analysis at the first Unique Implication Point
0.14/0.25	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.25	c Learn all clauses as in MiniSAT
0.14/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.25	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.25	c No reason simplification
0.14/0.25	c --- End Solver configuration ---
0.14/0.25	c solving /tmp/evaluation/350517-1176514516/instance-350517-1176514516.opb
0.14/0.25	c reading problem ... 
15.43/12.47	c ... done. Wall clock time 12.216s.
15.43/12.47	c CPU time (experimental) 9.76s.
15.43/12.47	c #vars     201731
15.43/12.47	c #constraints  592524
1800.07/1783.44	c starts		: 16
1800.07/1783.44	c conflicts		: 112898
1800.07/1783.44	c decisions		: 206234
1800.07/1783.44	c propagations		: 1558431744
1800.07/1783.44	c inspects		: 3386617279
1800.07/1783.44	c learnt literals	: 24
1800.07/1783.44	c learnt binary clauses	: 178
1800.07/1783.44	c learnt ternary clauses	: 277
1800.07/1783.44	c learnt clauses	: 112874
1800.07/1783.44	c root simplifications	: 0
1800.07/1783.44	c removed literals (reason simplification)	: 0
1800.07/1783.44	c reason swapping (by a shorter reason)	: 0
1800.07/1783.44	c Calls to reduceDB	: 0
1800.07/1783.44	c speed (decisions/second)	: 116.45618225606538
1800.07/1783.44	c non guided choices	9973
1800.07/1783.44	s UNKNOWN
1800.07/1783.44	c Total wall clock time (ms): 1783.192

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/node14/watcher-350517-1176514516 -o ROOT/results/node14/solver-350517-1176514516 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350517-1176514516/sat4jPseudoResolution.jar /tmp/evaluation/350517-1176514516/instance-350517-1176514516.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.98 2/77 13814
/proc/meminfo: memFree=1628600/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=18568 CPUtime=0
/proc/13814/stat : 13814 (runsolver) D 13812 13814 13004 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 99369423 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 212234464551 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13814/statm: 4642 292 257 24 0 2626 0

[startup+0.0344601 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 13814
/proc/meminfo: memFree=1628600/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=12332 CPUtime=0
/proc/13814/stat : 13814 (java) S 13812 13814 13004 0 -1 0 698 0 0 0 0 0 0 0 18 0 2 0 99369423 12627968 499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13814/statm: 3083 499 202 9 0 1229 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12332

[startup+0.100988 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 13814
/proc/meminfo: memFree=1628600/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=1777708 CPUtime=0.06
/proc/13814/stat : 13814 (java) S 13812 13814 13004 0 -1 0 3761 0 1 0 4 2 0 0 18 0 7 0 99369423 1820372992 3504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/13814/statm: 444427 3504 1085 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.302004 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 13814
/proc/meminfo: memFree=1628600/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=1781416 CPUtime=0.26
/proc/13814/stat : 13814 (java) S 13812 13814 13004 0 -1 0 6731 0 1 0 21 5 0 0 18 0 12 0 99369423 1824169984 6470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13814/statm: 445354 6470 1246 9 0 442966 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1781416

[startup+0.701044 s]
/proc/loadavg: 0.92 0.98 0.98 2/77 13814
/proc/meminfo: memFree=1628600/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=1782756 CPUtime=0.83
/proc/13814/stat : 13814 (java) S 13812 13814 13004 0 -1 0 8267 0 1 0 78 5 0 0 18 0 12 0 99369423 1825542144 7868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13814/statm: 445689 7868 1298 9 0 443301 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1782756

[startup+1.50212 s]
/proc/loadavg: 0.92 0.98 0.98 3/89 13826
/proc/meminfo: memFree=1595224/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=1786360 CPUtime=2.15
/proc/13814/stat : 13814 (java) S 13812 13814 13004 0 -1 0 19747 0 1 0 203 12 0 0 18 0 12 0 99369423 1829232640 18045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13814/statm: 446590 18047 1301 9 0 444202 0
[pid=13814/tid=13816] ppid=13812 vsize=1786360 CPUtime=1.09
/proc/13814/task/13816/stat : 13816 (java) R 13812 13814 13004 0 -1 64 16092 0 1 0 99 10 0 0 20 0 12 0 99369426 1829232640 18048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109654178 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13817] ppid=13812 vsize=1786360 CPUtime=0
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 13004 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 99369428 1829232640 18049 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13818] ppid=13812 vsize=1786360 CPUtime=0
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 13004 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 99369428 1829232640 18050 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13819] ppid=13812 vsize=1786360 CPUtime=0
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 99369430 1829232640 18051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=1786360 CPUtime=0
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 13004 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 99369430 1829232640 18052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=1786360 CPUtime=0
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 13004 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 99369430 1829232640 18053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=1786360 CPUtime=0
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 13004 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 99369435 1829232640 18054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=1786360 CPUtime=0.55
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 13004 0 -1 64 1366 0 0 0 55 0 0 0 18 0 12 0 99369435 1829232640 18056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13824] ppid=13812 vsize=1786360 CPUtime=0.48
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 13004 0 -1 64 1569 0 0 0 48 0 0 0 17 0 12 0 99369435 1829232640 18057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=1786360 CPUtime=0
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 99369435 1829232640 18058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=1786360 CPUtime=0
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 99369435 1829232640 18058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1786360

[startup+3.10226 s]
/proc/loadavg: 0.92 0.98 0.98 2/89 13826
/proc/meminfo: memFree=1497816/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=1786684 CPUtime=3.84
/proc/13814/stat : 13814 (java) S 13812 13814 13004 0 -1 0 45021 0 1 0 358 26 0 0 18 0 12 0 99369423 1829564416 43308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13814/statm: 446671 43308 1310 9 0 444283 0
[pid=13814/tid=13816] ppid=13812 vsize=1786684 CPUtime=2.6
/proc/13814/task/13816/stat : 13816 (java) R 13812 13814 13004 0 -1 64 37673 0 1 0 238 22 0 0 22 0 12 0 99369426 1829564416 43308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109524229 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13817] ppid=13812 vsize=1786684 CPUtime=0.08
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 13004 0 -1 64 2021 0 0 0 7 1 0 0 16 0 12 0 99369428 1829564416 43308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13818] ppid=13812 vsize=1786684 CPUtime=0.07
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 13004 0 -1 64 1665 0 0 0 7 0 0 0 17 0 12 0 99369428 1829564416 43308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13819] ppid=13812 vsize=1786684 CPUtime=0
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 13004 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 99369430 1829564416 43308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=1786684 CPUtime=0
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 13004 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99369430 1829564416 43308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=1786684 CPUtime=0
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 13004 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99369430 1829564416 43308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=1786684 CPUtime=0
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 13004 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 99369435 1829564416 43308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=1786684 CPUtime=0.55
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 13004 0 -1 64 1366 0 0 0 55 0 0 0 18 0 12 0 99369435 1829564416 43308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13824] ppid=13812 vsize=1786684 CPUtime=0.48
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 13004 0 -1 64 1569 0 0 0 48 0 0 0 17 0 12 0 99369435 1829564416 43308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=1786684 CPUtime=0
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 99369435 1829564416 43308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=1786684 CPUtime=0
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 99369435 1829564416 43308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 1786684

[startup+6.30257 s]
/proc/loadavg: 1.09 1.02 0.99 2/89 13826
/proc/meminfo: memFree=1418584/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=1788320 CPUtime=7.61
/proc/13814/stat : 13814 (java) S 13812 13814 13004 0 -1 0 58022 0 1 0 729 32 0 0 18 0 12 0 99369423 1831239680 55479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13814/statm: 447080 55479 1310 9 0 444692 0
[pid=13814/tid=13816] ppid=13812 vsize=1788320 CPUtime=5.22
/proc/13814/task/13816/stat : 13816 (java) R 13812 13814 13004 0 -1 64 37677 0 1 0 500 22 0 0 18 0 12 0 99369426 1831239680 55479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514708 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13817] ppid=13812 vsize=1788320 CPUtime=0.66
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 13004 0 -1 64 8764 0 0 0 62 4 0 0 16 0 12 0 99369428 1831239680 55479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13818] ppid=13812 vsize=1788320 CPUtime=0.65
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 13004 0 -1 64 7915 0 0 0 62 3 0 0 16 0 12 0 99369428 1831239680 55479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13819] ppid=13812 vsize=1788320 CPUtime=0
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 13004 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99369430 1831239680 55479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=1788320 CPUtime=0
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 13004 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99369430 1831239680 55479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=1788320 CPUtime=0
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 13004 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99369430 1831239680 55479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=1788320 CPUtime=0
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 13004 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 99369435 1831239680 55479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=1788320 CPUtime=0.55
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 13004 0 -1 64 1366 0 0 0 55 0 0 0 18 0 12 0 99369435 1831239680 55479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13824] ppid=13812 vsize=1788320 CPUtime=0.48
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 13004 0 -1 64 1569 0 0 0 48 0 0 0 17 0 12 0 99369435 1831239680 55479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=1788320 CPUtime=0
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 99369435 1831239680 55479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=1788320 CPUtime=0
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 99369435 1831239680 55479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 1788320

[startup+12.7022 s]
/proc/loadavg: 1.16 1.03 1.00 4/89 13826
/proc/meminfo: memFree=1371224/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=1790576 CPUtime=15.88
/proc/13814/stat : 13814 (java) S 13812 13814 13004 0 -1 0 74344 0 2 0 1546 42 0 0 18 0 13 0 99369423 1833549824 67710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13814/statm: 447644 67710 1327 9 0 445256 0
[pid=13814/tid=13816] ppid=13812 vsize=1790576 CPUtime=9.89
/proc/13814/task/13816/stat : 13816 (java) R 13812 13814 13004 0 -1 64 37721 0 2 0 966 23 0 0 17 0 13 0 99369426 1833549824 67710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109948041 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13817] ppid=13812 vsize=1790576 CPUtime=2.04
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 13004 0 -1 64 16889 0 0 0 196 8 0 0 16 0 13 0 99369428 1833549824 67710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13818] ppid=13812 vsize=1790576 CPUtime=2.07
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 13004 0 -1 64 14596 0 0 0 201 6 0 0 17 0 13 0 99369428 1833549824 67710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13819] ppid=13812 vsize=1790576 CPUtime=0
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 99369430 1833549824 67710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=1790576 CPUtime=0
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 13004 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99369430 1833549824 67710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=1790576 CPUtime=0
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 13004 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99369430 1833549824 67710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=1790576 CPUtime=0
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 13004 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 99369435 1833549824 67710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=1790576 CPUtime=0.92
/proc/13814/task/13823/stat : 13823 (java) R 13812 13814 13004 0 -1 64 2320 0 0 0 91 1 0 0 16 0 13 0 99369435 1833549824 67710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102571921 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13824] ppid=13812 vsize=1790576 CPUtime=0.9
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 13004 0 -1 64 2081 0 0 0 89 1 0 0 16 0 13 0 99369435 1833549824 67710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=1790576 CPUtime=0
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 99369435 1833549824 67710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=1790576 CPUtime=0
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 99369435 1833549824 67710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 1790576

[startup+25.5014 s]
/proc/loadavg: 1.19 1.05 1.00 2/90 13827
/proc/meminfo: memFree=1334864/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=1790320 CPUtime=29.54
/proc/13814/stat : 13814 (java) S 13812 13814 13004 0 -1 0 81729 0 2 0 2908 46 0 0 18 0 13 0 99369423 1833287680 74400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13814/statm: 447580 74400 1332 9 0 445192 0
[pid=13814/tid=13816] ppid=13812 vsize=1790320 CPUtime=22.26
/proc/13814/task/13816/stat : 13816 (java) R 13812 13814 13004 0 -1 64 37732 0 2 0 2203 23 0 0 23 0 13 0 99369426 1833287680 74400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109783743 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13817] ppid=13812 vsize=1790320 CPUtime=2.39
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 13004 0 -1 64 20842 0 0 0 229 10 0 0 17 0 13 0 99369428 1833287680 74400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13818] ppid=13812 vsize=1790320 CPUtime=2.43
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 13004 0 -1 64 17888 0 0 0 235 8 0 0 17 0 13 0 99369428 1833287680 74400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13819] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 99369430 1833287680 74400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 13004 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99369430 1833287680 74400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 13004 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99369430 1833287680 74400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 13004 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 99369435 1833287680 74400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=13814/tid=13819] ppid=13812 vsize=1790320 CPUtime=0.11
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 13004 0 -1 64 108 0 0 0 6 5 0 0 16 0 13 0 99369430 1833287680 74833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 13004 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99369430 1833287680 74833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 13004 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99369430 1833287680 74833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 13004 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 99369435 1833287680 74833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=1790320 CPUtime=1.22
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 13004 0 -1 64 2339 0 0 0 121 1 0 0 17 0 13 0 99369435 1833287680 74833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13824] ppid=13812 vsize=1790320 CPUtime=1.22
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 13004 0 -1 64 2192 0 0 0 121 1 0 0 16 0 13 0 99369435 1833287680 74833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 99369435 1833287680 74833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 99369435 1833287680 74833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13827] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13827/stat : 13827 (java) S 13812 13814 13004 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 99370678 1833287680 74833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1617.71
Current children cumulated vsize (KiB) 1790320

[startup+1662.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 14523
/proc/meminfo: memFree=1325200/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=1790320 CPUtime=1677.96
/proc/13814/stat : 13814 (java) S 13812 13814 13004 0 -1 0 131876 0 2 0 167698 98 0 0 18 0 13 0 99369423 1833287680 74119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13814/statm: 447580 74119 1332 9 0 445192 0
[pid=13814/tid=13816] ppid=13812 vsize=1790320 CPUtime=1645.34
/proc/13814/task/13816/stat : 13816 (java) R 13812 13814 13004 0 -1 64 60807 0 2 0 164484 50 0 0 25 0 13 0 99369426 1833287680 74119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109960237 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13817] ppid=13812 vsize=1790320 CPUtime=15
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 13004 0 -1 64 35009 0 0 0 1477 23 0 0 16 0 13 0 99369428 1833287680 74119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13818] ppid=13812 vsize=1790320 CPUtime=15.01
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 13004 0 -1 64 30697 0 0 0 1485 16 0 0 16 0 13 0 99369428 1833287680 74119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13819] ppid=13812 vsize=1790320 CPUtime=0.12
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 13004 0 -1 64 108 0 0 0 7 5 0 0 16 0 13 0 99369430 1833287680 74119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13820] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 13004 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99369430 1833287680 74119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 13004 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99369430 1833287680 74119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 13004 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 99369435 1833287680 74119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=1790320 CPUtime=1.22
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 13004 0 -1 64 2339 0 0 0 121 1 0 0 17 0 13 0 99369435 1833287680 74119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13824] ppid=13812 vsize=1790320 CPUtime=1.22
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 13004 0 -1 64 2192 0 0 0 121 1 0 0 16 0 13 0 99369435 1833287680 74119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 99369435 1833287680 74119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 99369435 1833287680 74119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13827] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13827/stat : 13827 (java) S 13812 13814 13004 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 99370678 1833287680 74119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1677.96
Current children cumulated vsize (KiB) 1790320

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 14523
/proc/meminfo: memFree=1326800/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=1790320 CPUtime=1738.44
/proc/13814/stat : 13814 (java) S 13812 13814 13004 0 -1 0 132366 0 2 0 173744 100 0 0 18 0 13 0 99369423 1833287680 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13814/statm: 447580 73708 1332 9 0 445192 0
[pid=13814/tid=13816] ppid=13812 vsize=1790320 CPUtime=1704.8
/proc/13814/task/13816/stat : 13816 (java) R 13812 13814 13004 0 -1 64 60824 0 2 0 170429 51 0 0 25 0 13 0 99369426 1833287680 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110076324 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13817] ppid=13812 vsize=1790320 CPUtime=15.5
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 13004 0 -1 64 35270 0 0 0 1527 23 0 0 16 0 13 0 99369428 1833287680 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13818] ppid=13812 vsize=1790320 CPUtime=15.51
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 13004 0 -1 64 30909 0 0 0 1535 16 0 0 16 0 13 0 99369428 1833287680 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13819] ppid=13812 vsize=1790320 CPUtime=0.13
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 13004 0 -1 64 108 0 0 0 7 6 0 0 16 0 13 0 99369430 1833287680 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 13004 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99369430 1833287680 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 13004 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99369430 1833287680 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 13004 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 99369435 1833287680 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=1790320 CPUtime=1.22
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 13004 0 -1 64 2339 0 0 0 121 1 0 0 17 0 13 0 99369435 1833287680 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13824] ppid=13812 vsize=1790320 CPUtime=1.22
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 13004 0 -1 64 2192 0 0 0 121 1 0 0 16 0 13 0 99369435 1833287680 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 99369435 1833287680 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 99369435 1833287680 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13827] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13827/stat : 13827 (java) S 13812 13814 13004 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 99370678 1833287680 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1738.44
Current children cumulated vsize (KiB) 1790320

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 14523
/proc/meminfo: memFree=1327824/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=1790320 CPUtime=1798.97
/proc/13814/stat : 13814 (java) S 13812 13814 13004 0 -1 0 132811 0 2 0 179794 103 0 0 18 0 13 0 99369423 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13814/statm: 447580 73423 1332 9 0 445192 0
[pid=13814/tid=13816] ppid=13812 vsize=1790320 CPUtime=1764.21
/proc/13814/task/13816/stat : 13816 (java) R 13812 13814 13004 0 -1 64 60843 0 2 0 176369 52 0 0 25 0 13 0 99369426 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109960237 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13817] ppid=13812 vsize=1790320 CPUtime=16.05
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 13004 0 -1 64 35476 0 0 0 1581 24 0 0 16 0 13 0 99369428 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13818] ppid=13812 vsize=1790320 CPUtime=16.07
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 13004 0 -1 64 31129 0 0 0 1591 16 0 0 16 0 13 0 99369428 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13819] ppid=13812 vsize=1790320 CPUtime=0.13
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 13004 0 -1 64 108 0 0 0 7 6 0 0 16 0 13 0 99369430 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 13004 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99369430 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 13004 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99369430 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 13004 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 99369435 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=1790320 CPUtime=1.22
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 13004 0 -1 64 2339 0 0 0 121 1 0 0 17 0 13 0 99369435 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13824] ppid=13812 vsize=1790320 CPUtime=1.22
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 13004 0 -1 64 2192 0 0 0 121 1 0 0 16 0 13 0 99369435 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 99369435 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 99369435 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13827] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13827/stat : 13827 (java) S 13812 13814 13004 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 99370678 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.97
Current children cumulated vsize (KiB) 1790320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 14523
/proc/meminfo: memFree=1327824/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=1790320 CPUtime=1800.07
/proc/13814/stat : 13814 (java) S 13812 13814 13004 0 -1 0 132811 0 2 0 179904 103 0 0 18 0 13 0 99369423 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13814/statm: 447580 73423 1332 9 0 445192 0
[pid=13814/tid=13816] ppid=13812 vsize=1790320 CPUtime=1765.32
/proc/13814/task/13816/stat : 13816 (java) R 13812 13814 13004 0 -1 64 60843 0 2 0 176480 52 0 0 25 0 13 0 99369426 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109948066 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13817] ppid=13812 vsize=1790320 CPUtime=16.05
/proc/13814/task/13817/stat : 13817 (java) S 13812 13814 13004 0 -1 64 35476 0 0 0 1581 24 0 0 16 0 13 0 99369428 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13818] ppid=13812 vsize=1790320 CPUtime=16.07
/proc/13814/task/13818/stat : 13818 (java) S 13812 13814 13004 0 -1 64 31129 0 0 0 1591 16 0 0 16 0 13 0 99369428 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13819] ppid=13812 vsize=1790320 CPUtime=0.13
/proc/13814/task/13819/stat : 13819 (java) S 13812 13814 13004 0 -1 64 108 0 0 0 7 6 0 0 16 0 13 0 99369430 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13820] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13820/stat : 13820 (java) S 13812 13814 13004 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99369430 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13821] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13821/stat : 13821 (java) S 13812 13814 13004 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99369430 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13822] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13822/stat : 13822 (java) S 13812 13814 13004 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 99369435 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13823] ppid=13812 vsize=1790320 CPUtime=1.22
/proc/13814/task/13823/stat : 13823 (java) S 13812 13814 13004 0 -1 64 2339 0 0 0 121 1 0 0 17 0 13 0 99369435 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13824] ppid=13812 vsize=1790320 CPUtime=1.22
/proc/13814/task/13824/stat : 13824 (java) S 13812 13814 13004 0 -1 64 2192 0 0 0 121 1 0 0 16 0 13 0 99369435 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13825] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13825/stat : 13825 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 99369435 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13814/tid=13826] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13826/stat : 13826 (java) S 13812 13814 13004 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 99369435 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13814/tid=13827] ppid=13812 vsize=1790320 CPUtime=0
/proc/13814/task/13827/stat : 13827 (java) S 13812 13814 13004 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 99370678 1833287680 73423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1790320

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

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

[startup+1783.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 14523
/proc/meminfo: memFree=1327824/2055920 swapFree=4192812/4192956
[pid=13814] ppid=13812 vsize=0 CPUtime=1800.21
/proc/13814/stat : 13814 (java) Z 13812 13814 13004 0 -1 1036 132861 0 2 0 179913 108 0 0 15 0 2 0 99369423 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13814/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1783.51
CPU time (s): 1800.21
CPU user time (s): 1799.13
CPU system time (s): 1.08083
CPU usage (%): 100.936
Max. virtual memory (cumulated for all children) (KiB): 1790780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.08083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132861
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= 41096
involuntary context switches= 44637

runsolver used 1.62575 second user time and 4.96724 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Apr 14 01:35:17 UTC 2007

IDJOB= 350517
IDBENCH= 1487
IDSOLVER= 159
FILE ID= node14/350517-1176514516

PBS_JOBID= 4556705

Free space on /tmp= 66539 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Ih1arity.ucl.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350517-1176514516/sat4jPseudoResolution.jar /tmp/evaluation/350517-1176514516/instance-350517-1176514516.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-350517-1176514516 -o ROOT/results/node14/solver-350517-1176514516 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350517-1176514516/sat4jPseudoResolution.jar /tmp/evaluation/350517-1176514516/instance-350517-1176514516.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  63ec6637b1b124456335cf99c2a6c3dd

RANDOM SEED= 629044633

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.227
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.227
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:       1629072 kB
Buffers:         25956 kB
Cached:         282484 kB
SwapCached:        144 kB
Active:         115096 kB
Inactive:       252204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1629072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23100 kB
Writeback:           0 kB
Mapped:          77624 kB
Slab:            45088 kB
Committed_AS:  4456940 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66539 MiB

End job on node14 on Sat Apr 14 02:05:02 UTC 2007