Trace number 360932

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga15_13_sat_pb.cnf.cr.opb
MD5SUM5525732a92b9529feed86b3ca7f3367f
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.003998
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables293
Total number of constraints236
Number of constraints which are clauses208
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
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.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/360932-1176977031/instance-360932-1176977031.opb
0.20/0.20	c reading problem ... 
0.32/0.39	c ... done. Wall clock time 0.187s.
0.32/0.39	c CPU time (experimental) 0.32s.
0.32/0.39	c #vars     293
0.32/0.39	c #constraints  236
1800.03/1734.21	c starts		: 2
1800.03/1734.21	c conflicts		: 95071
1800.03/1734.21	c decisions		: 181751
1800.03/1734.21	c propagations		: 1879266
1800.03/1734.21	c inspects		: 665755261
1800.03/1734.21	c learnt literals	: 0
1800.03/1734.21	c learnt binary clauses	: 0
1800.03/1734.21	c learnt ternary clauses	: 0
1800.03/1734.21	c learnt clauses	: 95070
1800.03/1734.21	c root simplifications	: 0
1800.03/1734.21	c removed literals (reason simplification)	: 0
1800.03/1734.21	c reason swapping (by a shorter reason)	: 0
1800.03/1734.21	c Calls to reduceDB	: 0
1800.03/1734.21	c speed (decisions/second)	: 104.82667214203978
1800.03/1734.21	c non guided choices	112
1800.03/1734.21	s UNKNOWN
1800.03/1734.21	c Total wall clock time (ms): 1734.015

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/node43/watcher-360932-1176977031 -o ROOT/results/node43/solver-360932-1176977031 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360932-1176977031/sat4jPseudoCPClause.jar /tmp/evaluation/360932-1176977031/instance-360932-1176977031.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.85 0.94 0.83 1/77 4959
/proc/meminfo: memFree=1096336/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=1800 CPUtime=0
/proc/4959/stat : 4959 (java) D 4957 4959 4512 0 -1 0 176 0 0 0 0 0 0 0 19 0 1 0 145614914 1843200 148 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/4959/statm: 450 148 111 9 0 92 0

[startup+0.014421 s]
/proc/loadavg: 0.85 0.94 0.83 1/77 4959
/proc/meminfo: memFree=1096336/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=12620 CPUtime=0
/proc/4959/stat : 4959 (java) S 4957 4959 4512 0 -1 0 841 0 0 0 0 0 0 0 19 0 2 0 145614914 12922880 598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/4959/statm: 3155 602 285 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12620

[startup+0.101405 s]
/proc/loadavg: 0.85 0.94 0.83 1/77 4959
/proc/meminfo: memFree=1096336/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=1780260 CPUtime=0.08
/proc/4959/stat : 4959 (java) S 4957 4959 4512 0 -1 0 3998 0 1 0 6 2 0 0 19 0 12 0 145614914 1822986240 3740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4959/statm: 445065 3740 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780260

[startup+0.301428 s]
/proc/loadavg: 0.85 0.94 0.83 1/77 4959
/proc/meminfo: memFree=1096336/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=1782432 CPUtime=0.32
/proc/4959/stat : 4959 (java) S 4957 4959 4512 0 -1 0 5141 0 1 0 29 3 0 0 19 0 12 0 145614914 1825210368 4880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4959/statm: 445608 4880 1264 9 0 443219 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782432

[startup+0.701466 s]
/proc/loadavg: 0.85 0.94 0.83 1/77 4959
/proc/meminfo: memFree=1096336/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=1785360 CPUtime=0.96
/proc/4959/stat : 4959 (java) S 4957 4959 4512 0 -1 0 9150 0 1 0 91 5 0 0 19 0 13 0 145614914 1828208640 8105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4959/statm: 446340 8105 1306 9 0 443951 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1785360

[startup+1.50254 s]
/proc/loadavg: 0.85 0.94 0.83 3/90 4972
/proc/meminfo: memFree=1055656/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=1800028 CPUtime=2.49
/proc/4959/stat : 4959 (java) S 4957 4959 4512 0 -1 0 26993 0 1 0 236 13 0 0 19 0 13 0 145614914 1843228672 22231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4959/statm: 450007 22231 1315 9 0 447618 0
[pid=4959/tid=4961] ppid=4957 vsize=1800028 CPUtime=0.92
/proc/4959/task/4961/stat : 4961 (java) R 4957 4959 4512 0 -1 64 17078 0 1 0 84 8 0 0 18 0 13 0 145614915 1843228672 22231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109538638 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4962] ppid=4957 vsize=1800028 CPUtime=0
/proc/4959/task/4962/stat : 4962 (java) S 4957 4959 4512 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 145614916 1843228672 22231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4963] ppid=4957 vsize=1800028 CPUtime=0
/proc/4959/task/4963/stat : 4963 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 145614916 1843228672 22231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4964] ppid=4957 vsize=1799788 CPUtime=0
/proc/4959/task/4964/stat : 4964 (java) S 4957 4959 4512 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 145614919 1842982912 22171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4965] ppid=4957 vsize=1799816 CPUtime=0
/proc/4959/task/4965/stat : 4965 (java) S 4957 4959 4512 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 145614919 1843011584 22115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4966] ppid=4957 vsize=1800060 CPUtime=0
/proc/4959/task/4966/stat : 4966 (java) S 4957 4959 4512 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 145614919 1843261440 22128 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4967] ppid=4957 vsize=1800060 CPUtime=0
/proc/4959/task/4967/stat : 4967 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145614923 1843261440 22144 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4968] ppid=4957 vsize=1800060 CPUtime=0.75
/proc/4959/task/4968/stat : 4968 (java) R 4957 4959 4512 0 -1 64 5437 0 0 0 73 2 0 0 18 0 13 0 145614923 1843261440 22158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313299 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4969] ppid=4957 vsize=1800060 CPUtime=0.79
/proc/4959/task/4969/stat : 4969 (java) R 4957 4959 4512 0 -1 64 3795 0 0 0 78 1 0 0 18 0 13 0 145614923 1843261440 22170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313567 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4970] ppid=4957 vsize=1800060 CPUtime=0
/proc/4959/task/4970/stat : 4970 (java) S 4957 4959 4512 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145614923 1843261440 22181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4971] ppid=4957 vsize=1800060 CPUtime=0
/proc/4959/task/4971/stat : 4971 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145614923 1843261440 22189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4972] ppid=4957 vsize=1800060 CPUtime=0
/proc/4959/task/4972/stat : 4972 (java) S 4957 4959 4512 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145614953 1843261440 22199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1800028

[startup+3.10267 s]
/proc/loadavg: 0.85 0.94 0.83 2/90 4972
/proc/meminfo: memFree=941416/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=1797244 CPUtime=4.54
/proc/4959/stat : 4959 (java) S 4957 4959 4512 0 -1 0 50275 0 1 0 430 24 0 0 19 0 13 0 145614914 1840377856 44045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4959/statm: 449311 44045 1324 9 0 446922 0
[pid=4959/tid=4961] ppid=4957 vsize=1797244 CPUtime=2.32
/proc/4959/task/4961/stat : 4961 (java) R 4957 4959 4512 0 -1 64 37742 0 1 0 215 17 0 0 25 0 13 0 145614915 1840377856 44045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109524990 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4962] ppid=4957 vsize=1797244 CPUtime=0.02
/proc/4959/task/4962/stat : 4962 (java) S 4957 4959 4512 0 -1 64 774 0 0 0 2 0 0 0 16 0 13 0 145614916 1840377856 44045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4963] ppid=4957 vsize=1797244 CPUtime=0.02
/proc/4959/task/4963/stat : 4963 (java) S 4957 4959 4512 0 -1 64 718 0 0 0 2 0 0 0 16 0 13 0 145614916 1840377856 44045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4964] ppid=4957 vsize=1797244 CPUtime=0
/proc/4959/task/4964/stat : 4964 (java) S 4957 4959 4512 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 145614919 1840377856 44045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4965] ppid=4957 vsize=1797244 CPUtime=0
/proc/4959/task/4965/stat : 4965 (java) S 4957 4959 4512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145614919 1840377856 44045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4966] ppid=4957 vsize=1797244 CPUtime=0
/proc/4959/task/4966/stat : 4966 (java) S 4957 4959 4512 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145614919 1840377856 44045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4967] ppid=4957 vsize=1797244 CPUtime=0
/proc/4959/task/4967/stat : 4967 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145614923 1840377856 44045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4968] ppid=4957 vsize=1797244 CPUtime=1.06
/proc/4959/task/4968/stat : 4968 (java) S 4957 4959 4512 0 -1 64 5724 0 0 0 104 2 0 0 16 0 13 0 145614923 1840377856 44045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4969] ppid=4957 vsize=1797244 CPUtime=1.06
/proc/4959/task/4969/stat : 4969 (java) S 4957 4959 4512 0 -1 64 4586 0 0 0 104 2 0 0 16 0 13 0 145614923 1840377856 44045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4970] ppid=4957 vsize=1797244 CPUtime=0
/proc/4959/task/4970/stat : 4970 (java) S 4957 4959 4512 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145614923 1840377856 44045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4971] ppid=4957 vsize=1797244 CPUtime=0
/proc/4959/task/4971/stat : 4971 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145614923 1840377856 44045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4972] ppid=4957 vsize=1797244 CPUtime=0
/proc/4959/task/4972/stat : 4972 (java) S 4957 4959 4512 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145614953 1840377856 44045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 1797244

[startup+6.30275 s]
/proc/loadavg: 0.94 0.96 0.83 2/90 4972
/proc/meminfo: memFree=920432/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=1796988 CPUtime=7.96
/proc/4959/stat : 4959 (java) S 4957 4959 4512 0 -1 0 55974 0 1 0 770 26 0 0 19 0 13 0 145614914 1840115712 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4959/statm: 449247 47803 1331 9 0 446858 0
[pid=4959/tid=4961] ppid=4957 vsize=1796988 CPUtime=5.35
/proc/4959/task/4961/stat : 4961 (java) R 4957 4959 4512 0 -1 64 37748 0 1 0 518 17 0 0 24 0 13 0 145614915 1840115712 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109531743 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4962] ppid=4957 vsize=1796988 CPUtime=0.15
/proc/4959/task/4962/stat : 4962 (java) S 4957 4959 4512 0 -1 64 3759 0 0 0 14 1 0 0 16 0 13 0 145614916 1840115712 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4963] ppid=4957 vsize=1796988 CPUtime=0.15
/proc/4959/task/4963/stat : 4963 (java) S 4957 4959 4512 0 -1 64 3396 0 0 0 14 1 0 0 17 0 13 0 145614916 1840115712 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4964] ppid=4957 vsize=1796988 CPUtime=0
/proc/4959/task/4964/stat : 4964 (java) S 4957 4959 4512 0 -1 64 25 0 0 0 0 0 0 0 17 0 13 0 145614919 1840115712 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4965] ppid=4957 vsize=1796988 CPUtime=0
/proc/4959/task/4965/stat : 4965 (java) S 4957 4959 4512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145614919 1840115712 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4966] ppid=4957 vsize=1796988 CPUtime=0
/proc/4959/task/4966/stat : 4966 (java) S 4957 4959 4512 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145614919 1840115712 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4967] ppid=4957 vsize=1796988 CPUtime=0
/proc/4959/task/4967/stat : 4967 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145614923 1840115712 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4968] ppid=4957 vsize=1796988 CPUtime=1.15
/proc/4959/task/4968/stat : 4968 (java) S 4957 4959 4512 0 -1 64 5735 0 0 0 113 2 0 0 16 0 13 0 145614923 1840115712 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4969] ppid=4957 vsize=1796988 CPUtime=1.11
/proc/4959/task/4969/stat : 4969 (java) S 4957 4959 4512 0 -1 64 4589 0 0 0 109 2 0 0 15 0 13 0 145614923 1840115712 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4970] ppid=4957 vsize=1796988 CPUtime=0
/proc/4959/task/4970/stat : 4970 (java) S 4957 4959 4512 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145614923 1840115712 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4971] ppid=4957 vsize=1796988 CPUtime=0
/proc/4959/task/4971/stat : 4971 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145614923 1840115712 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4972] ppid=4957 vsize=1796988 CPUtime=0
/proc/4959/task/4972/stat : 4972 (java) S 4957 4959 4512 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145614953 1840115712 47803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 1796988

[startup+12.7023 s]
/proc/loadavg: 0.94 0.96 0.83 2/90 4972
/proc/meminfo: memFree=879432/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=1793552 CPUtime=14.66
/proc/4959/stat : 4959 (java) S 4957 4959 4512 0 -1 0 65556 0 1 0 1435 31 0 0 19 0 13 0 145614914 1836597248 55268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4959/statm: 448388 55268 1332 9 0 445999 0
[pid=4959/tid=4961] ppid=4957 vsize=1793552 CPUtime=11.48
/proc/4959/task/4961/stat : 4961 (java) R 4957 4959 4512 0 -1 64 38231 0 1 0 1131 17 0 0 25 0 13 0 145614915 1836597248 55268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109633626 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4962] ppid=4957 vsize=1793552 CPUtime=0.4
/proc/4959/task/4962/stat : 4962 (java) S 4957 4959 4512 0 -1 64 8561 0 0 0 37 3 0 0 16 0 13 0 145614916 1836597248 55268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4963] ppid=4957 vsize=1793552 CPUtime=0.4
/proc/4959/task/4963/stat : 4963 (java) S 4957 4959 4512 0 -1 64 7687 0 0 0 36 4 0 0 16 0 13 0 145614916 1836597248 55268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4964] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4964/stat : 4964 (java) S 4957 4959 4512 0 -1 64 25 0 0 0 0 0 0 0 15 0 13 0 145614919 1836597248 55268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4965] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4965/stat : 4965 (java) S 4957 4959 4512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145614919 1836597248 55268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4966] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4966/stat : 4966 (java) S 4957 4959 4512 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145614919 1836597248 55268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4967] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4967/stat : 4967 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145614923 1836597248 55268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4968] ppid=4957 vsize=1793552 CPUtime=1.16
/proc/4959/task/4968/stat : 4968 (java) S 4957 4959 4512 0 -1 64 5736 0 0 0 114 2 0 0 17 0 13 0 145614923 1836597248 55268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4969] ppid=4957 vsize=1793552 CPUtime=1.15
/proc/4959/task/4969/stat : 4969 (java) S 4957 4959 4512 0 -1 64 4594 0 0 0 113 2 0 0 16 0 13 0 145614923 1836597248 55268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4970] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4970/stat : 4970 (java) S 4957 4959 4512 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145614923 1836597248 55268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4971] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4971/stat : 4971 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145614923 1836597248 55268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4972] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4972/stat : 4972 (java) S 4957 4959 4512 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145614953 1836597248 55268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.66
Current children cumulated vsize (KiB) 1793552

[startup+25.5014 s]
/proc/loadavg: 0.95 0.96 0.83 2/90 4972
/proc/meminfo: memFree=860488/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=1793552 CPUtime=27.72
/proc/4959/stat : 4959 (java) S 4957 4959 4512 0 -1 0 71292 0 1 0 2738 34 0 0 19 0 13 0 145614914 1836597248 60052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4959/statm: 448388 60052 1332 9 0 445999 0
[pid=4959/tid=4961] ppid=4957 vsize=1793552 CPUtime=23.99
/proc/4959/task/4961/stat : 4961 (java) R 4957 4959 4512 0 -1 64 38243 0 1 0 2381 18 0 0 25 0 13 0 145614915 1836597248 60052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109597884 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4962] ppid=4957 vsize=1793552 CPUtime=0.68
/proc/4959/task/4962/stat : 4962 (java) S 4957 4959 4512 0 -1 64 12045 0 0 0 64 4 0 0 17 0 13 0 145614916 1836597248 60052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4963] ppid=4957 vsize=1793552 CPUtime=0.67
/proc/4959/task/4963/stat : 4963 (java) S 4957 4959 4512 0 -1 64 9927 0 0 0 62 5 0 0 16 0 13 0 145614916 1836597248 60052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=4959/tid=4964] ppid=4957 vsize=1793552 CPUtime=0.18
/proc/4959/task/4964/stat : 4964 (java) S 4957 4959 4512 0 -1 64 27 0 0 0 12 6 0 0 15 0 13 0 145614919 1836597248 210147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4965] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4965/stat : 4965 (java) S 4957 4959 4512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145614919 1836597248 210147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4966] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4966/stat : 4966 (java) S 4957 4959 4512 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145614919 1836597248 210147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4967] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4967/stat : 4967 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145614923 1836597248 210147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4968] ppid=4957 vsize=1793552 CPUtime=1.22
/proc/4959/task/4968/stat : 4968 (java) S 4957 4959 4512 0 -1 64 5744 0 0 0 120 2 0 0 17 0 13 0 145614923 1836597248 210147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4969] ppid=4957 vsize=1793552 CPUtime=1.18
/proc/4959/task/4969/stat : 4969 (java) S 4957 4959 4512 0 -1 64 4594 0 0 0 116 2 0 0 16 0 13 0 145614923 1836597248 210147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4970] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4970/stat : 4970 (java) S 4957 4959 4512 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145614923 1836597248 210147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4971] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4971/stat : 4971 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145614923 1836597248 210147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4972] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4972/stat : 4972 (java) S 4957 4959 4512 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145614953 1836597248 210147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.44
Current children cumulated vsize (KiB) 1793552

[startup+1602.3 s]
/proc/loadavg: 1.03 1.02 0.96 4/90 4972
/proc/meminfo: memFree=241544/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=1793552 CPUtime=1662.13
/proc/4959/stat : 4959 (java) S 4957 4959 4512 0 -1 0 242994 0 1 0 166078 135 0 0 19 0 13 0 145614914 1836597248 214679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4959/statm: 448388 214679 1333 9 0 445999 0
[pid=4959/tid=4961] ppid=4957 vsize=1793552 CPUtime=1541.51
/proc/4959/task/4961/stat : 4961 (java) R 4957 4959 4512 0 -1 64 38965 0 1 0 154119 32 0 0 25 0 13 0 145614915 1836597248 214679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109615229 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4962] ppid=4957 vsize=1793552 CPUtime=58.99
/proc/4959/task/4962/stat : 4962 (java) S 4957 4959 4512 0 -1 64 110537 0 0 0 5851 48 0 0 16 0 13 0 145614916 1836597248 214679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4963] ppid=4957 vsize=1793552 CPUtime=58.98
/proc/4959/task/4963/stat : 4963 (java) S 4957 4959 4512 0 -1 64 82404 0 0 0 5857 41 0 0 16 0 13 0 145614916 1836597248 214679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4964] ppid=4957 vsize=1793552 CPUtime=0.18
/proc/4959/task/4964/stat : 4964 (java) S 4957 4959 4512 0 -1 64 28 0 0 0 12 6 0 0 15 0 13 0 145614919 1836597248 214679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4965] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4965/stat : 4965 (java) S 4957 4959 4512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145614919 1836597248 214679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4966] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4966/stat : 4966 (java) S 4957 4959 4512 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145614919 1836597248 214679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4967] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4967/stat : 4967 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145614923 1836597248 214679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4968] ppid=4957 vsize=1793552 CPUtime=1.22
/proc/4959/task/4968/stat : 4968 (java) S 4957 4959 4512 0 -1 64 5744 0 0 0 120 2 0 0 17 0 13 0 145614923 1836597248 214679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4969] ppid=4957 vsize=1793552 CPUtime=1.18
/proc/4959/task/4969/stat : 4969 (java) S 4957 4959 4512 0 -1 64 4594 0 0 0 116 2 0 0 16 0 13 0 145614923 1836597248 214679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4970] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4970/stat : 4970 (java) S 4957 4959 4512 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145614923 1836597248 214679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4971] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4971/stat : 4971 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145614923 1836597248 214679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4972] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4972/stat : 4972 (java) S 4957 4959 4512 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145614953 1836597248 214679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.13
Current children cumulated vsize (KiB) 1793552

[startup+1662.3 s]
/proc/loadavg: 1.08 1.03 0.97 2/90 4972
/proc/meminfo: memFree=228872/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=1793552 CPUtime=1724.87
/proc/4959/stat : 4959 (java) S 4957 4959 4512 0 -1 0 246157 0 1 0 172349 138 0 0 19 0 13 0 145614914 1836597248 217783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4959/statm: 448388 217783 1333 9 0 445999 0
[pid=4959/tid=4961] ppid=4957 vsize=1793552 CPUtime=1598.7
/proc/4959/task/4961/stat : 4961 (java) R 4957 4959 4512 0 -1 64 38990 0 1 0 159837 33 0 0 25 0 13 0 145614915 1836597248 217783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109815808 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4962] ppid=4957 vsize=1793552 CPUtime=61.76
/proc/4959/task/4962/stat : 4962 (java) S 4957 4959 4512 0 -1 64 112144 0 0 0 6127 49 0 0 16 0 13 0 145614916 1836597248 217783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4963] ppid=4957 vsize=1793552 CPUtime=61.75
/proc/4959/task/4963/stat : 4963 (java) S 4957 4959 4512 0 -1 64 83935 0 0 0 6133 42 0 0 16 0 13 0 145614916 1836597248 217783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4964] ppid=4957 vsize=1793552 CPUtime=0.19
/proc/4959/task/4964/stat : 4964 (java) S 4957 4959 4512 0 -1 64 28 0 0 0 13 6 0 0 15 0 13 0 145614919 1836597248 217783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4965] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4965/stat : 4965 (java) S 4957 4959 4512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145614919 1836597248 217783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4966] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4966/stat : 4966 (java) S 4957 4959 4512 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145614919 1836597248 217783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4967] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4967/stat : 4967 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145614923 1836597248 217783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4968] ppid=4957 vsize=1793552 CPUtime=1.22
/proc/4959/task/4968/stat : 4968 (java) S 4957 4959 4512 0 -1 64 5744 0 0 0 120 2 0 0 17 0 13 0 145614923 1836597248 217783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4969] ppid=4957 vsize=1793552 CPUtime=1.18
/proc/4959/task/4969/stat : 4969 (java) S 4957 4959 4512 0 -1 64 4594 0 0 0 116 2 0 0 16 0 13 0 145614923 1836597248 217783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4970] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4970/stat : 4970 (java) S 4957 4959 4512 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145614923 1836597248 217783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4971] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4971/stat : 4971 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145614923 1836597248 217783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4972] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4972/stat : 4972 (java) S 4957 4959 4512 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145614953 1836597248 217783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.87
Current children cumulated vsize (KiB) 1793552

[startup+1722.3 s]
/proc/loadavg: 1.14 1.06 0.98 2/90 4972
/proc/meminfo: memFree=216136/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=1793552 CPUtime=1787.58
/proc/4959/stat : 4959 (java) S 4957 4959 4512 0 -1 0 249410 0 1 0 178617 141 0 0 19 0 13 0 145614914 1836597248 220956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4959/statm: 448388 220956 1333 9 0 445999 0
[pid=4959/tid=4961] ppid=4957 vsize=1793552 CPUtime=1655.91
/proc/4959/task/4961/stat : 4961 (java) R 4957 4959 4512 0 -1 64 39015 0 1 0 165558 33 0 0 25 0 13 0 145614915 1836597248 220956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109705288 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4962] ppid=4957 vsize=1793552 CPUtime=64.51
/proc/4959/task/4962/stat : 4962 (java) S 4957 4959 4512 0 -1 64 114036 0 0 0 6401 50 0 0 16 0 13 0 145614916 1836597248 220956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4963] ppid=4957 vsize=1793552 CPUtime=64.5
/proc/4959/task/4963/stat : 4963 (java) S 4957 4959 4512 0 -1 64 85271 0 0 0 6407 43 0 0 16 0 13 0 145614916 1836597248 220956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4964] ppid=4957 vsize=1793552 CPUtime=0.2
/proc/4959/task/4964/stat : 4964 (java) S 4957 4959 4512 0 -1 64 28 0 0 0 13 7 0 0 16 0 13 0 145614919 1836597248 220956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4965] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4965/stat : 4965 (java) S 4957 4959 4512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145614919 1836597248 220956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4966] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4966/stat : 4966 (java) S 4957 4959 4512 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145614919 1836597248 220956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4967] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4967/stat : 4967 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145614923 1836597248 220956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4968] ppid=4957 vsize=1793552 CPUtime=1.22
/proc/4959/task/4968/stat : 4968 (java) S 4957 4959 4512 0 -1 64 5744 0 0 0 120 2 0 0 17 0 13 0 145614923 1836597248 220956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4969] ppid=4957 vsize=1793552 CPUtime=1.18
/proc/4959/task/4969/stat : 4969 (java) S 4957 4959 4512 0 -1 64 4594 0 0 0 116 2 0 0 16 0 13 0 145614923 1836597248 220956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4970] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4970/stat : 4970 (java) S 4957 4959 4512 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145614923 1836597248 220956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4971] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4971/stat : 4971 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145614923 1836597248 220956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4972] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4972/stat : 4972 (java) S 4957 4959 4512 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145614953 1836597248 220956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1787.58
Current children cumulated vsize (KiB) 1793552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1734.2 s]
/proc/loadavg: 1.11 1.05 0.98 2/90 4972
/proc/meminfo: memFree=214088/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=1793552 CPUtime=1800.03
/proc/4959/stat : 4959 (java) S 4957 4959 4512 0 -1 0 249921 0 1 0 179862 141 0 0 19 0 13 0 145614914 1836597248 221449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4959/statm: 448388 221449 1333 9 0 445999 0
[pid=4959/tid=4961] ppid=4957 vsize=1793552 CPUtime=1667.25
/proc/4959/task/4961/stat : 4961 (java) R 4957 4959 4512 0 -1 64 39020 0 1 0 166692 33 0 0 24 0 13 0 145614915 1836597248 221449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109532011 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4962] ppid=4957 vsize=1793552 CPUtime=65.06
/proc/4959/task/4962/stat : 4962 (java) S 4957 4959 4512 0 -1 64 114203 0 0 0 6456 50 0 0 17 0 13 0 145614916 1836597248 221449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4963] ppid=4957 vsize=1793552 CPUtime=65.05
/proc/4959/task/4963/stat : 4963 (java) S 4957 4959 4512 0 -1 64 85610 0 0 0 6462 43 0 0 16 0 13 0 145614916 1836597248 221449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4964] ppid=4957 vsize=1793552 CPUtime=0.2
/proc/4959/task/4964/stat : 4964 (java) S 4957 4959 4512 0 -1 64 28 0 0 0 13 7 0 0 15 0 13 0 145614919 1836597248 221449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4965] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4965/stat : 4965 (java) S 4957 4959 4512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145614919 1836597248 221449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4966] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4966/stat : 4966 (java) S 4957 4959 4512 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145614919 1836597248 221449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4967] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4967/stat : 4967 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145614923 1836597248 221449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4968] ppid=4957 vsize=1793552 CPUtime=1.22
/proc/4959/task/4968/stat : 4968 (java) S 4957 4959 4512 0 -1 64 5744 0 0 0 120 2 0 0 17 0 13 0 145614923 1836597248 221449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4959/tid=4969] ppid=4957 vsize=1793552 CPUtime=1.18
/proc/4959/task/4969/stat : 4969 (java) S 4957 4959 4512 0 -1 64 4594 0 0 0 116 2 0 0 16 0 13 0 145614923 1836597248 221449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4970] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4970/stat : 4970 (java) S 4957 4959 4512 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145614923 1836597248 221449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4971] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4971/stat : 4971 (java) S 4957 4959 4512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145614923 1836597248 221449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4959/tid=4972] ppid=4957 vsize=1793552 CPUtime=0
/proc/4959/task/4972/stat : 4972 (java) S 4957 4959 4512 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145614953 1836597248 221449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1793552

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

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

[startup+1734.4 s]
/proc/loadavg: 1.11 1.05 0.98 2/90 4972
/proc/meminfo: memFree=214088/2055920 swapFree=4184648/4192956
[pid=4959] ppid=4957 vsize=0 CPUtime=1800.21
/proc/4959/stat : 4959 (java) Z 4957 4959 4512 0 -1 1036 249941 0 1 0 179867 154 0 0 16 0 2 0 145614914 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4959/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): 1734.42
CPU time (s): 1800.22
CPU user time (s): 1798.67
CPU system time (s): 1.54377
CPU usage (%): 103.793
Max. virtual memory (cumulated for all children) (KiB): 1800028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.54377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249941
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= 43559
involuntary context switches= 54290

runsolver used 1.72174 second user time and 4.71228 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Thu Apr 19 10:03:51 UTC 2007

IDJOB= 360932
IDBENCH= 1406
IDSOLVER= 164
FILE ID= node43/360932-1176977031

PBS_JOBID= 4630363

Free space on /tmp= 66431 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga15_13_sat_pb.cnf.cr.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360932-1176977031/sat4jPseudoCPClause.jar /tmp/evaluation/360932-1176977031/instance-360932-1176977031.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-360932-1176977031 -o ROOT/results/node43/solver-360932-1176977031 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360932-1176977031/sat4jPseudoCPClause.jar /tmp/evaluation/360932-1176977031/instance-360932-1176977031.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5525732a92b9529feed86b3ca7f3367f

RANDOM SEED= 983010523

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1096744 kB
Buffers:         54348 kB
Cached:         717964 kB
SwapCached:       2072 kB
Active:         467452 kB
Inactive:       420472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1096744 kB
SwapTotal:     4192956 kB
SwapFree:      4184648 kB
Dirty:            3752 kB
Writeback:           0 kB
Mapped:         131356 kB
Slab:            56616 kB
Committed_AS:  1756316 kB
PageTables:       1896 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= 66431 MiB

End job on node43 on Thu Apr 19 10:32:47 UTC 2007