Trace number 354241

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.14 1748.62

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow7.opb
MD5SUMc73bf29c796f0bf48406f571c4c43173
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables7994
Total number of constraints420
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints420
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 623
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 68719476658
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
Number of bits of the biggest sum of numbers53
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.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.08/0.20	--- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c No reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c Simplify asserted PB constraints to clauses
0.08/0.20	c solving /tmp/evaluation/354241-1176701501/instance-354241-1176701501.opb
0.08/0.20	c reading problem ... 
2.48/1.64	c ... done. Wall clock time 1.444s.
2.48/1.64	c CPU time (experimental) 0.98s.
2.48/1.64	c #vars     7994
2.48/1.64	c #constraints  560
1800.02/1748.51	c starts		: 2
1800.02/1748.51	c conflicts		: 59166
1800.02/1748.51	c decisions		: 69444
1800.02/1748.51	c propagations		: 272868
1800.02/1748.51	c inspects		: 836428199
1800.02/1748.51	c learnt literals	: 0
1800.02/1748.51	c learnt binary clauses	: 0
1800.02/1748.51	c learnt ternary clauses	: 0
1800.02/1748.51	c learnt clauses	: 59166
1800.02/1748.51	c root simplifications	: 0
1800.02/1748.51	c removed literals (reason simplification)	: 0
1800.02/1748.51	c reason swapping (by a shorter reason)	: 0
1800.02/1748.51	c Calls to reduceDB	: 0
1800.02/1748.51	c speed (decisions/second)	: 39.754343301114936
1800.02/1748.51	c non guided choices	0
1800.02/1748.51	s UNKNOWN
1800.02/1748.51	c Total wall clock time (ms): 1748.313

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/node1/watcher-354241-1176701501 -o ROOT/results/node1/solver-354241-1176701501 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354241-1176701501/sat4jPseudoCPClause.jar /tmp/evaluation/354241-1176701501/instance-354241-1176701501.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.81 0.96 0.99 2/77 7196
/proc/meminfo: memFree=1860928/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=1800 CPUtime=0
/proc/7196/stat : 7196 (java) D 7193 7196 7086 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 146187948 1843200 148 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/7196/statm: 450 148 111 9 0 92 0

[startup+0.074731 s]
/proc/loadavg: 0.81 0.96 0.99 2/77 7196
/proc/meminfo: memFree=1860928/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=1778732 CPUtime=0.06
/proc/7196/stat : 7196 (java) S 7193 7196 7086 0 -1 0 3763 0 1 0 4 2 0 0 18 0 7 0 146187948 1821421568 3505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/7196/statm: 444683 3505 1085 9 0 442319 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778732

[startup+0.102732 s]
/proc/loadavg: 0.81 0.96 0.99 2/77 7196
/proc/meminfo: memFree=1860928/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=1781000 CPUtime=0.08
/proc/7196/stat : 7196 (java) S 7193 7196 7086 0 -1 0 4003 0 1 0 6 2 0 0 18 0 12 0 146187948 1823744000 3744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7196/statm: 445250 3744 1124 9 0 442868 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781000

[startup+0.302763 s]
/proc/loadavg: 0.81 0.96 0.99 2/77 7196
/proc/meminfo: memFree=1860928/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=1782112 CPUtime=0.35
/proc/7196/stat : 7196 (java) S 7193 7196 7086 0 -1 0 5176 0 1 0 31 4 0 0 18 0 12 0 146187948 1824882688 4914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7196/statm: 445528 4914 1267 9 0 443139 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1782112

[startup+0.702815 s]
/proc/loadavg: 0.81 0.96 0.99 2/77 7196
/proc/meminfo: memFree=1860928/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=1785660 CPUtime=0.96
/proc/7196/stat : 7196 (java) S 7193 7196 7086 0 -1 0 7934 0 1 0 90 6 0 0 18 0 12 0 146187948 1828515840 7435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7196/statm: 446415 7436 1313 9 0 444026 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1785660

[startup+1.50191 s]
/proc/loadavg: 0.99 1.00 1.00 4/89 7208
/proc/meminfo: memFree=1825632/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=1795324 CPUtime=2.38
/proc/7196/stat : 7196 (java) S 7193 7196 7086 0 -1 0 22151 0 1 0 226 12 0 0 18 0 12 0 146187948 1838411776 17042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7196/statm: 448831 17042 1314 9 0 446442 0
[pid=7196/tid=7198] ppid=7193 vsize=1795324 CPUtime=0.83
/proc/7196/task/7198/stat : 7198 (java) R 7193 7196 7086 0 -1 64 12901 0 1 0 76 7 0 0 20 0 12 0 146187950 1838411776 17042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474750 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7199] ppid=7193 vsize=1795324 CPUtime=0
/proc/7196/task/7199/stat : 7199 (java) S 7193 7196 7086 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 146187951 1838411776 17042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7200] ppid=7193 vsize=1795324 CPUtime=0
/proc/7196/task/7200/stat : 7200 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 146187951 1838411776 17042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7201] ppid=7193 vsize=1795324 CPUtime=0
/proc/7196/task/7201/stat : 7201 (java) S 7193 7196 7086 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 146187953 1838411776 17042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7202] ppid=7193 vsize=1795324 CPUtime=0
/proc/7196/task/7202/stat : 7202 (java) S 7193 7196 7086 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 146187954 1838411776 17042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7203] ppid=7193 vsize=1795324 CPUtime=0
/proc/7196/task/7203/stat : 7203 (java) S 7193 7196 7086 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 146187954 1838411776 17042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7204] ppid=7193 vsize=1795324 CPUtime=0
/proc/7196/task/7204/stat : 7204 (java) S 7193 7196 7086 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 146187958 1838411776 17042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7205] ppid=7193 vsize=1795324 CPUtime=0.84
/proc/7196/task/7205/stat : 7205 (java) S 7193 7196 7086 0 -1 64 4818 0 0 0 83 1 0 0 21 0 12 0 146187958 1838411776 17042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7206] ppid=7193 vsize=1795324 CPUtime=0.67
/proc/7196/task/7206/stat : 7206 (java) S 7193 7196 7086 0 -1 64 3712 0 0 0 66 1 0 0 16 0 12 0 146187958 1838411776 17042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7207] ppid=7193 vsize=1795324 CPUtime=0
/proc/7196/task/7207/stat : 7207 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 146187958 1838411776 17042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7208] ppid=7193 vsize=1795324 CPUtime=0
/proc/7196/task/7208/stat : 7208 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146187958 1838411776 17042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1795324

[startup+3.10209 s]
/proc/loadavg: 0.99 1.00 1.00 2/90 7209
/proc/meminfo: memFree=1766296/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=1795648 CPUtime=4.79
/proc/7196/stat : 7196 (java) S 7193 7196 7086 0 -1 0 51039 0 1 0 456 23 0 0 18 0 13 0 146187948 1838743552 44246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7196/statm: 448912 44246 1331 9 0 446523 0
[pid=7196/tid=7198] ppid=7193 vsize=1795648 CPUtime=1.97
/proc/7196/task/7198/stat : 7198 (java) R 7193 7196 7086 0 -1 64 37719 0 1 0 181 16 0 0 19 0 13 0 146187950 1838743552 44246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109820729 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7199] ppid=7193 vsize=1795648 CPUtime=0.03
/proc/7196/task/7199/stat : 7199 (java) S 7193 7196 7086 0 -1 64 1240 0 0 0 3 0 0 0 16 0 13 0 146187951 1838743552 44246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7200] ppid=7193 vsize=1795648 CPUtime=0.03
/proc/7196/task/7200/stat : 7200 (java) S 7193 7196 7086 0 -1 64 1013 0 0 0 3 0 0 0 16 0 13 0 146187951 1838743552 44246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7201] ppid=7193 vsize=1795648 CPUtime=0
/proc/7196/task/7201/stat : 7201 (java) S 7193 7196 7086 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 146187953 1838743552 44246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7202] ppid=7193 vsize=1795648 CPUtime=0
/proc/7196/task/7202/stat : 7202 (java) S 7193 7196 7086 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146187954 1838743552 44246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7203] ppid=7193 vsize=1795648 CPUtime=0
/proc/7196/task/7203/stat : 7203 (java) S 7193 7196 7086 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146187954 1838743552 44246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7204] ppid=7193 vsize=1795648 CPUtime=0
/proc/7196/task/7204/stat : 7204 (java) S 7193 7196 7086 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 146187958 1838743552 44246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7205] ppid=7193 vsize=1795648 CPUtime=1.38
/proc/7196/task/7205/stat : 7205 (java) S 7193 7196 7086 0 -1 64 5108 0 0 0 136 2 0 0 16 0 13 0 146187958 1838743552 44246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7206] ppid=7193 vsize=1795648 CPUtime=1.33
/proc/7196/task/7206/stat : 7206 (java) S 7193 7196 7086 0 -1 64 5231 0 0 0 131 2 0 0 16 0 13 0 146187958 1838743552 44246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7207] ppid=7193 vsize=1795648 CPUtime=0
/proc/7196/task/7207/stat : 7207 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146187958 1838743552 44246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7208] ppid=7193 vsize=1795648 CPUtime=0
/proc/7196/task/7208/stat : 7208 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146187958 1838743552 44246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7209] ppid=7193 vsize=1795648 CPUtime=0
/proc/7196/task/7209/stat : 7209 (java) S 7193 7196 7086 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146188117 1838743552 44246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 1795648

[startup+6.30229 s]
/proc/loadavg: 0.99 1.00 1.00 2/90 7209
/proc/meminfo: memFree=1670616/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=1795232 CPUtime=8.35
/proc/7196/stat : 7196 (java) S 7193 7196 7086 0 -1 0 57757 0 1 0 809 26 0 0 18 0 13 0 146187948 1838317568 50380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7196/statm: 448808 50380 1331 9 0 446419 0
[pid=7196/tid=7198] ppid=7193 vsize=1795232 CPUtime=4.85
/proc/7196/task/7198/stat : 7198 (java) R 7193 7196 7086 0 -1 64 37729 0 1 0 469 16 0 0 18 0 13 0 146187950 1838317568 50380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109806068 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7199] ppid=7193 vsize=1795232 CPUtime=0.28
/proc/7196/task/7199/stat : 7199 (java) S 7193 7196 7086 0 -1 64 4660 0 0 0 27 1 0 0 16 0 13 0 146187951 1838317568 50380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7200] ppid=7193 vsize=1795232 CPUtime=0.28
/proc/7196/task/7200/stat : 7200 (java) S 7193 7196 7086 0 -1 64 4278 0 0 0 27 1 0 0 16 0 13 0 146187951 1838317568 50380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7201] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7201/stat : 7201 (java) S 7193 7196 7086 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 146187953 1838317568 50380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7202] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7202/stat : 7202 (java) S 7193 7196 7086 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146187954 1838317568 50380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7203] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7203/stat : 7203 (java) S 7193 7196 7086 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146187954 1838317568 50380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7204] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7204/stat : 7204 (java) S 7193 7196 7086 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 146187958 1838317568 50380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7205] ppid=7193 vsize=1795232 CPUtime=1.49
/proc/7196/task/7205/stat : 7205 (java) S 7193 7196 7086 0 -1 64 5114 0 0 0 147 2 0 0 16 0 13 0 146187958 1838317568 50380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7206] ppid=7193 vsize=1795232 CPUtime=1.38
/proc/7196/task/7206/stat : 7206 (java) S 7193 7196 7086 0 -1 64 5232 0 0 0 136 2 0 0 16 0 13 0 146187958 1838317568 50380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7207] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7207/stat : 7207 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146187958 1838317568 50380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7208] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7208/stat : 7208 (java) R 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146187958 1838317568 50380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7209] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7209/stat : 7209 (java) S 7193 7196 7086 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146188117 1838317568 50380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 1795232

[startup+12.701 s]
/proc/loadavg: 0.99 1.00 1.00 2/90 7209
/proc/meminfo: memFree=1635552/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=1796256 CPUtime=15.27
/proc/7196/stat : 7196 (java) S 7193 7196 7086 0 -1 0 67459 0 1 0 1498 29 0 0 18 0 13 0 146187948 1839366144 57767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7196/statm: 449064 57767 1331 9 0 446675 0
[pid=7196/tid=7198] ppid=7193 vsize=1796256 CPUtime=10.96
/proc/7196/task/7198/stat : 7198 (java) R 7193 7196 7086 0 -1 64 37738 0 1 0 1079 17 0 0 25 0 13 0 146187950 1839366144 57767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109834603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7199] ppid=7193 vsize=1796256 CPUtime=0.54
/proc/7196/task/7199/stat : 7199 (java) S 7193 7196 7086 0 -1 64 10279 0 0 0 51 3 0 0 16 0 13 0 146187951 1839366144 57767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7200] ppid=7193 vsize=1796256 CPUtime=0.55
/proc/7196/task/7200/stat : 7200 (java) S 7193 7196 7086 0 -1 64 6941 0 0 0 52 3 0 0 16 0 13 0 146187951 1839366144 57767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7201] ppid=7193 vsize=1796256 CPUtime=0
/proc/7196/task/7201/stat : 7201 (java) S 7193 7196 7086 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 146187953 1839366144 57767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7202] ppid=7193 vsize=1796256 CPUtime=0
/proc/7196/task/7202/stat : 7202 (java) S 7193 7196 7086 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146187954 1839366144 57767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7203] ppid=7193 vsize=1796256 CPUtime=0
/proc/7196/task/7203/stat : 7203 (java) S 7193 7196 7086 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146187954 1839366144 57767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7204] ppid=7193 vsize=1796256 CPUtime=0
/proc/7196/task/7204/stat : 7204 (java) S 7193 7196 7086 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 146187958 1839366144 57767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7205] ppid=7193 vsize=1796256 CPUtime=1.52
/proc/7196/task/7205/stat : 7205 (java) S 7193 7196 7086 0 -1 64 5116 0 0 0 150 2 0 0 16 0 13 0 146187958 1839366144 57767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7206] ppid=7193 vsize=1796256 CPUtime=1.65
/proc/7196/task/7206/stat : 7206 (java) S 7193 7196 7086 0 -1 64 6641 0 0 0 163 2 0 0 16 0 13 0 146187958 1839366144 57767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7207] ppid=7193 vsize=1796256 CPUtime=0
/proc/7196/task/7207/stat : 7207 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146187958 1839366144 57767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7208] ppid=7193 vsize=1796256 CPUtime=0
/proc/7196/task/7208/stat : 7208 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146187958 1839366144 57767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7209] ppid=7193 vsize=1796256 CPUtime=0
/proc/7196/task/7209/stat : 7209 (java) S 7193 7196 7086 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146188117 1839366144 57767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.27
Current children cumulated vsize (KiB) 1796256

[startup+25.5025 s]
/proc/loadavg: 0.99 1.00 1.00 2/90 7209
/proc/meminfo: memFree=1621664/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=1795232 CPUtime=28.33
/proc/7196/stat : 7196 (java) S 7193 7196 7086 0 -1 0 71504 0 1 0 2802 31 0 0 18 0 13 0 146187948 1838317568 60913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7196/statm: 448808 60913 1333 9 0 446419 0
[pid=7196/tid=7198] ppid=7193 vsize=1795232 CPUtime=23.54
/proc/7196/task/7198/stat : 7198 (java) R 7193 7196 7086 0 -1 64 37750 0 1 0 2337 17 0 0 25 0 13 0 146187950 1838317568 60913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109561284 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7199] ppid=7193 vsize=1795232 CPUtime=0.74
/proc/7196/task/7199/stat : 7199 (java) S 7193 7196 7086 0 -1 64 11919 0 0 0 70 4 0 0 16 0 13 0 146187951 1838317568 60913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7200] ppid=7193 vsize=1795232 CPUtime=0.73
/proc/7196/task/7200/stat : 7200 (java) S 7193 7196 7086 0 -1 64 9329 0 0 0 70 3 0 0 16 0 13 0 146187951 1838317568 60913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7201] ppid=7193 vsize=1795232 CPUtime=0.01
/proc/7196/task/7201/stat : 7201 (java) S 7193 7196 7086 0 -1 64 26 0 0 0 1 0 0 0 16 0 13 0 146187953 1838317568 60913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=7196/tid=7201] ppid=7193 vsize=1795232 CPUtime=0.23
/proc/7196/task/7201/stat : 7201 (java) S 7193 7196 7086 0 -1 64 29 0 0 0 14 9 0 0 15 0 13 0 146187953 1838317568 134445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7202] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7202/stat : 7202 (java) S 7193 7196 7086 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146187954 1838317568 134445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7203] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7203/stat : 7203 (java) S 7193 7196 7086 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146187954 1838317568 134445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7204] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7204/stat : 7204 (java) S 7193 7196 7086 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 146187958 1838317568 134445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7205] ppid=7193 vsize=1795232 CPUtime=1.59
/proc/7196/task/7205/stat : 7205 (java) S 7193 7196 7086 0 -1 64 5116 0 0 0 157 2 0 0 17 0 13 0 146187958 1838317568 134445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7206] ppid=7193 vsize=1795232 CPUtime=1.74
/proc/7196/task/7206/stat : 7206 (java) S 7193 7196 7086 0 -1 64 6644 0 0 0 172 2 0 0 16 0 13 0 146187958 1838317568 134445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7207] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7207/stat : 7207 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146187958 1838317568 134445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7208] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7208/stat : 7208 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146187958 1838317568 134445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7209] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7209/stat : 7209 (java) S 7193 7196 7086 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146188117 1838317568 134445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1585.24
Current children cumulated vsize (KiB) 1795232

[startup+1602.3 s]
/proc/loadavg: 1.04 1.06 1.01 2/90 7209
/proc/meminfo: memFree=1319328/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=1795232 CPUtime=1647.68
/proc/7196/stat : 7196 (java) S 7193 7196 7086 0 -1 0 155775 0 1 0 164675 93 0 0 18 0 13 0 146187948 1838317568 135990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7196/statm: 448808 135990 1333 9 0 446419 0
[pid=7196/tid=7198] ppid=7193 vsize=1795232 CPUtime=1555.86
/proc/7196/task/7198/stat : 7198 (java) R 7193 7196 7086 0 -1 64 38806 0 1 0 155559 27 0 0 25 0 13 0 146187950 1838317568 135990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109808807 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7199] ppid=7193 vsize=1795232 CPUtime=44.04
/proc/7196/task/7199/stat : 7199 (java) S 7193 7196 7086 0 -1 64 52874 0 0 0 4379 25 0 0 16 0 13 0 146187951 1838317568 135990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7200] ppid=7193 vsize=1795232 CPUtime=44.12
/proc/7196/task/7200/stat : 7200 (java) S 7193 7196 7086 0 -1 64 51585 0 0 0 4389 23 0 0 16 0 13 0 146187951 1838317568 135990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7201] ppid=7193 vsize=1795232 CPUtime=0.24
/proc/7196/task/7201/stat : 7201 (java) S 7193 7196 7086 0 -1 64 29 0 0 0 14 10 0 0 16 0 13 0 146187953 1838317568 135990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7202] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7202/stat : 7202 (java) S 7193 7196 7086 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146187954 1838317568 135990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7203] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7203/stat : 7203 (java) S 7193 7196 7086 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146187954 1838317568 135990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7204] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7204/stat : 7204 (java) S 7193 7196 7086 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 146187958 1838317568 135990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7205] ppid=7193 vsize=1795232 CPUtime=1.59
/proc/7196/task/7205/stat : 7205 (java) S 7193 7196 7086 0 -1 64 5116 0 0 0 157 2 0 0 17 0 13 0 146187958 1838317568 135990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7206] ppid=7193 vsize=1795232 CPUtime=1.74
/proc/7196/task/7206/stat : 7206 (java) S 7193 7196 7086 0 -1 64 6644 0 0 0 172 2 0 0 16 0 13 0 146187958 1838317568 135990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7207] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7207/stat : 7207 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146187958 1838317568 135990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7208] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7208/stat : 7208 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146187958 1838317568 135990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7209] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7209/stat : 7209 (java) S 7193 7196 7086 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146188117 1838317568 135990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.68
Current children cumulated vsize (KiB) 1795232

[startup+1662.3 s]
/proc/loadavg: 1.01 1.05 1.00 2/90 7209
/proc/meminfo: memFree=1313376/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=1795232 CPUtime=1710.24
/proc/7196/stat : 7196 (java) S 7193 7196 7086 0 -1 0 157291 0 1 0 170929 95 0 0 18 0 13 0 146187948 1838317568 137473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7196/statm: 448808 137473 1333 9 0 446419 0
[pid=7196/tid=7198] ppid=7193 vsize=1795232 CPUtime=1613.25
/proc/7196/task/7198/stat : 7198 (java) R 7193 7196 7086 0 -1 64 38839 0 1 0 161297 28 0 0 25 0 13 0 146187950 1838317568 137473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109806005 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7199] ppid=7193 vsize=1795232 CPUtime=46.62
/proc/7196/task/7199/stat : 7199 (java) S 7193 7196 7086 0 -1 64 53928 0 0 0 4636 26 0 0 16 0 13 0 146187951 1838317568 137473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7200] ppid=7193 vsize=1795232 CPUtime=46.7
/proc/7196/task/7200/stat : 7200 (java) S 7193 7196 7086 0 -1 64 52014 0 0 0 4647 23 0 0 16 0 13 0 146187951 1838317568 137473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7201] ppid=7193 vsize=1795232 CPUtime=0.25
/proc/7196/task/7201/stat : 7201 (java) S 7193 7196 7086 0 -1 64 29 0 0 0 15 10 0 0 16 0 13 0 146187953 1838317568 137473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7202] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7202/stat : 7202 (java) S 7193 7196 7086 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146187954 1838317568 137473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7203] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7203/stat : 7203 (java) S 7193 7196 7086 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146187954 1838317568 137473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7204] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7204/stat : 7204 (java) S 7193 7196 7086 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 146187958 1838317568 137473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7205] ppid=7193 vsize=1795232 CPUtime=1.59
/proc/7196/task/7205/stat : 7205 (java) S 7193 7196 7086 0 -1 64 5116 0 0 0 157 2 0 0 17 0 13 0 146187958 1838317568 137473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7206] ppid=7193 vsize=1795232 CPUtime=1.74
/proc/7196/task/7206/stat : 7206 (java) S 7193 7196 7086 0 -1 64 6644 0 0 0 172 2 0 0 16 0 13 0 146187958 1838317568 137473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7207] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7207/stat : 7207 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146187958 1838317568 137473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7208] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7208/stat : 7208 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146187958 1838317568 137473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7209] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7209/stat : 7209 (java) S 7193 7196 7086 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146188117 1838317568 137473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.24
Current children cumulated vsize (KiB) 1795232

[startup+1722.3 s]
/proc/loadavg: 1.03 1.05 1.00 2/90 7209
/proc/meminfo: memFree=1307424/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=1795232 CPUtime=1772.71
/proc/7196/stat : 7196 (java) S 7193 7196 7086 0 -1 0 158735 0 1 0 177174 97 0 0 18 0 13 0 146187948 1838317568 138885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7196/statm: 448808 138885 1333 9 0 446419 0
[pid=7196/tid=7198] ppid=7193 vsize=1795232 CPUtime=1670.7
/proc/7196/task/7198/stat : 7198 (java) R 7193 7196 7086 0 -1 64 38871 0 1 0 167042 28 0 0 25 0 13 0 146187950 1838317568 138885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109834708 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7199] ppid=7193 vsize=1795232 CPUtime=49.14
/proc/7196/task/7199/stat : 7199 (java) S 7193 7196 7086 0 -1 64 54306 0 0 0 4888 26 0 0 16 0 13 0 146187951 1838317568 138885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7200] ppid=7193 vsize=1795232 CPUtime=49.2
/proc/7196/task/7200/stat : 7200 (java) S 7193 7196 7086 0 -1 64 53048 0 0 0 4896 24 0 0 16 0 13 0 146187951 1838317568 138885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7201] ppid=7193 vsize=1795232 CPUtime=0.26
/proc/7196/task/7201/stat : 7201 (java) S 7193 7196 7086 0 -1 64 29 0 0 0 16 10 0 0 16 0 13 0 146187953 1838317568 138885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7202] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7202/stat : 7202 (java) S 7193 7196 7086 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146187954 1838317568 138885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7203] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7203/stat : 7203 (java) S 7193 7196 7086 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146187954 1838317568 138885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7204] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7204/stat : 7204 (java) S 7193 7196 7086 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 146187958 1838317568 138885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7205] ppid=7193 vsize=1795232 CPUtime=1.59
/proc/7196/task/7205/stat : 7205 (java) S 7193 7196 7086 0 -1 64 5116 0 0 0 157 2 0 0 17 0 13 0 146187958 1838317568 138885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7206] ppid=7193 vsize=1795232 CPUtime=1.74
/proc/7196/task/7206/stat : 7206 (java) S 7193 7196 7086 0 -1 64 6644 0 0 0 172 2 0 0 16 0 13 0 146187958 1838317568 138885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7207] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7207/stat : 7207 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146187958 1838317568 138885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7208] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7208/stat : 7208 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146187958 1838317568 138885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7209] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7209/stat : 7209 (java) S 7193 7196 7086 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146188117 1838317568 138885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.71
Current children cumulated vsize (KiB) 1795232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1748.5 s]
/proc/loadavg: 1.02 1.05 1.00 2/90 7209
/proc/meminfo: memFree=1304992/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=1795232 CPUtime=1800.02
/proc/7196/stat : 7196 (java) S 7193 7196 7086 0 -1 0 159364 0 1 0 179904 98 0 0 18 0 13 0 146187948 1838317568 139500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7196/statm: 448808 139500 1333 9 0 446419 0
[pid=7196/tid=7198] ppid=7193 vsize=1795232 CPUtime=1695.77
/proc/7196/task/7198/stat : 7198 (java) R 7193 7196 7086 0 -1 64 38885 0 1 0 169549 28 0 0 25 0 13 0 146187950 1838317568 139500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109561170 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7199] ppid=7193 vsize=1795232 CPUtime=50.27
/proc/7196/task/7199/stat : 7199 (java) S 7193 7196 7086 0 -1 64 54612 0 0 0 5000 27 0 0 16 0 13 0 146187951 1838317568 139500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7200] ppid=7193 vsize=1795232 CPUtime=50.31
/proc/7196/task/7200/stat : 7200 (java) S 7193 7196 7086 0 -1 64 53357 0 0 0 5007 24 0 0 16 0 13 0 146187951 1838317568 139500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7201] ppid=7193 vsize=1795232 CPUtime=0.27
/proc/7196/task/7201/stat : 7201 (java) S 7193 7196 7086 0 -1 64 29 0 0 0 16 11 0 0 16 0 13 0 146187953 1838317568 139500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7202] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7202/stat : 7202 (java) S 7193 7196 7086 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 146187954 1838317568 139500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7203] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7203/stat : 7203 (java) S 7193 7196 7086 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146187954 1838317568 139500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7204] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7204/stat : 7204 (java) S 7193 7196 7086 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 146187958 1838317568 139500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7205] ppid=7193 vsize=1795232 CPUtime=1.59
/proc/7196/task/7205/stat : 7205 (java) S 7193 7196 7086 0 -1 64 5116 0 0 0 157 2 0 0 17 0 13 0 146187958 1838317568 139500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7196/tid=7206] ppid=7193 vsize=1795232 CPUtime=1.74
/proc/7196/task/7206/stat : 7206 (java) S 7193 7196 7086 0 -1 64 6644 0 0 0 172 2 0 0 16 0 13 0 146187958 1838317568 139500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7207] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7207/stat : 7207 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146187958 1838317568 139500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7208] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7208/stat : 7208 (java) S 7193 7196 7086 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146187958 1838317568 139500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7196/tid=7209] ppid=7193 vsize=1795232 CPUtime=0
/proc/7196/task/7209/stat : 7209 (java) S 7193 7196 7086 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146188117 1838317568 139500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1795232

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

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

[startup+1748.61 s]
/proc/loadavg: 1.02 1.05 1.00 2/90 7209
/proc/meminfo: memFree=1304992/2055920 swapFree=4145888/4192956
[pid=7196] ppid=7193 vsize=0 CPUtime=1800.13
/proc/7196/stat : 7196 (java) Z 7193 7196 7086 0 -1 1036 159385 0 1 0 179907 106 0 0 16 0 2 0 146187948 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7196/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1748.62
CPU time (s): 1800.14
CPU user time (s): 1799.07
CPU system time (s): 1.06484
CPU usage (%): 102.946
Max. virtual memory (cumulated for all children) (KiB): 1797672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.06484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159385
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44397
involuntary context switches= 47687

runsolver used 1.70674 second user time and 4.78427 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Mon Apr 16 05:31:41 UTC 2007

IDJOB= 354241
IDBENCH= 2430
IDSOLVER= 164
FILE ID= node1/354241-1176701501

PBS_JOBID= 4559429

Free space on /tmp= 66411 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c73bf29c796f0bf48406f571c4c43173

RANDOM SEED= 517750600

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.234
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.234
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:       1861464 kB
Buffers:         16032 kB
Cached:         111824 kB
SwapCached:      14332 kB
Active:          51644 kB
Inactive:        98772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861464 kB
SwapTotal:     4192956 kB
SwapFree:      4145888 kB
Dirty:            4672 kB
Writeback:           0 kB
Mapped:          29548 kB
Slab:            29472 kB
Committed_AS:  4887964 kB
PageTables:       1832 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= 66411 MiB

End job on node1 on Mon Apr 16 06:00:52 UTC 2007