Trace number 350204

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.21 1796.86

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=320-sizeP=161-sizeQ=320-287873690-max.opb
MD5SUM7e6cf7bd8ae3eb2dbe42fe5a31768e13
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52001
Total number of constraints154561
Number of constraints which are clauses154560
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint51520
Number of terms in the objective function 161
Biggest coefficient in the objective function 1461501637330902918203684832716283019655932542976
Number of bits for the biggest coefficient in the objective function 161
Sum of the numbers in the objective function 2923003274661805836407369665432566039311865085951
Number of bits of the sum of numbers in the objective function 161
Biggest number in a constraint 1560874275157996115690798614896583152874299071332485575429578479812685869409882810060153051531745985579913465560703311447723987839644142653145088
Number of bits of the biggest number in a constraint 480
Biggest sum of numbers in a constraint 6243497100631984462763194459586332611497196285328142673459177384060592124920906005152554730819278690998820076480368784343607308117472639948431515
Number of bits of the biggest sum of numbers481
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c solving /tmp/evaluation/350204-1176806597/instance-350204-1176806597.opb
0.19/0.20	c reading problem ... 
6.96/5.70	c ... done. Wall clock time 5.493s.
6.96/5.70	c CPU time (experimental) 4.95s.
6.96/5.70	c #vars     52001
6.96/5.70	c #constraints  154562
1800.05/1796.71	c starts		: 9
1800.05/1796.71	c conflicts		: 6204
1800.05/1796.71	c decisions		: 12995
1800.05/1796.71	c propagations		: 3399705
1800.05/1796.71	c inspects		: 19562826
1800.05/1796.71	c learnt literals	: 0
1800.05/1796.71	c learnt binary clauses	: 0
1800.05/1796.71	c learnt ternary clauses	: 0
1800.05/1796.71	c learnt clauses	: 6204
1800.05/1796.71	c root simplifications	: 0
1800.05/1796.71	c removed literals (reason simplification)	: 0
1800.05/1796.71	c reason swapping (by a shorter reason)	: 0
1800.05/1796.71	c Calls to reduceDB	: 0
1800.05/1796.71	c speed (decisions/second)	: 7.2559337289524874
1800.05/1796.71	c non guided choices	111
1800.05/1796.71	s UNKNOWN
1800.05/1796.71	c Total wall clock time (ms): 1796.509

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 8970
/proc/meminfo: memFree=1533328/2055920 swapFree=4067336/4192956
[pid=8970] ppid=8968 vsize=152 CPUtime=0
/proc/8970/stat : 8970 (java) D 8968 8970 8203 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 128577787 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 2605860 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/8970/statm: 38 26 19 9 0 4 0

[startup+0.078854 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 8970
/proc/meminfo: memFree=1533328/2055920 swapFree=4067336/4192956
[pid=8970] ppid=8968 vsize=1777708 CPUtime=0.05
/proc/8970/stat : 8970 (java) S 8968 8970 8203 0 -1 0 3756 0 1 0 4 1 0 0 18 0 7 0 128577787 1820372992 3499 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/8970/statm: 444427 3499 1084 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.102854 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 8970
/proc/meminfo: memFree=1533328/2055920 swapFree=4067336/4192956
[pid=8970] ppid=8968 vsize=1780108 CPUtime=0.08
/proc/8970/stat : 8970 (java) S 8968 8970 8203 0 -1 0 3968 0 1 0 6 2 0 0 18 0 12 0 128577787 1822830592 3710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8970/statm: 445027 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301876 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 8970
/proc/meminfo: memFree=1533328/2055920 swapFree=4067336/4192956
[pid=8970] ppid=8968 vsize=1782340 CPUtime=0.32
/proc/8970/stat : 8970 (java) S 8968 8970 8203 0 -1 0 5563 0 1 0 30 2 0 0 18 0 12 0 128577787 1825116160 5302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8970/statm: 445585 5302 1263 9 0 443197 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782340

[startup+0.701921 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 8970
/proc/meminfo: memFree=1533328/2055920 swapFree=4067336/4192956
[pid=8970] ppid=8968 vsize=1783888 CPUtime=0.87
/proc/8970/stat : 8970 (java) S 8968 8970 8203 0 -1 0 7227 0 1 0 83 4 0 0 18 0 12 0 128577787 1826701312 6812 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8970/statm: 445972 6813 1301 9 0 443584 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783888

[startup+1.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 8982
/proc/meminfo: memFree=1504176/2055920 swapFree=4067336/4192956
[pid=8970] ppid=8968 vsize=1785960 CPUtime=2.06
/proc/8970/stat : 8970 (java) S 8968 8970 8203 0 -1 0 18768 0 1 0 197 9 0 0 18 0 12 0 128577787 1828823040 17013 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8970/statm: 446490 17014 1301 9 0 444102 0
[pid=8970/tid=8972] ppid=8968 vsize=1785960 CPUtime=1.06
/proc/8970/task/8972/stat : 8972 (java) R 8968 8970 8203 0 -1 64 15133 0 1 0 99 7 0 0 25 0 12 0 128577789 1828823040 17015 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109679062 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8973] ppid=8968 vsize=1785960 CPUtime=0
/proc/8970/task/8973/stat : 8973 (java) S 8968 8970 8203 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 128577790 1828823040 17016 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8974] ppid=8968 vsize=1785960 CPUtime=0
/proc/8970/task/8974/stat : 8974 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 128577790 1828823040 17017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8975] ppid=8968 vsize=1785960 CPUtime=0
/proc/8970/task/8975/stat : 8975 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 128577793 1828823040 17018 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8976] ppid=8968 vsize=1785960 CPUtime=0
/proc/8970/task/8976/stat : 8976 (java) S 8968 8970 8203 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 128577793 1828823040 17019 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8977] ppid=8968 vsize=1785960 CPUtime=0
/proc/8970/task/8977/stat : 8977 (java) S 8968 8970 8203 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 128577793 1828823040 17020 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8978] ppid=8968 vsize=1785960 CPUtime=0
/proc/8970/task/8978/stat : 8978 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 128577797 1828823040 17021 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8979] ppid=8968 vsize=1785960 CPUtime=0.48
/proc/8970/task/8979/stat : 8979 (java) S 8968 8970 8203 0 -1 64 1230 0 0 0 48 0 0 0 17 0 12 0 128577797 1828823040 17022 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8980] ppid=8968 vsize=1785960 CPUtime=0.48
/proc/8970/task/8980/stat : 8980 (java) S 8968 8970 8203 0 -1 64 1688 0 0 0 48 0 0 0 16 0 12 0 128577797 1828823040 17023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8981] ppid=8968 vsize=1785960 CPUtime=0
/proc/8970/task/8981/stat : 8981 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128577797 1828823040 17024 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8982] ppid=8968 vsize=1785960 CPUtime=0
/proc/8970/task/8982/stat : 8982 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128577797 1828823040 17025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1785960

[startup+3.10117 s]
/proc/loadavg: 1.16 1.03 1.01 2/89 8982
/proc/meminfo: memFree=1405488/2055920 swapFree=4067336/4192956
[pid=8970] ppid=8968 vsize=1786284 CPUtime=3.73
/proc/8970/stat : 8970 (java) S 8968 8970 8203 0 -1 0 43929 0 1 0 353 20 0 0 18 0 12 0 128577787 1829154816 42160 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8970/statm: 446571 42160 1310 9 0 444183 0
[pid=8970/tid=8972] ppid=8968 vsize=1786284 CPUtime=2.59
/proc/8970/task/8972/stat : 8972 (java) R 8968 8970 8203 0 -1 64 37684 0 1 0 242 17 0 0 22 0 12 0 128577789 1829154816 42160 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474122 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8973] ppid=8968 vsize=1786284 CPUtime=0.07
/proc/8970/task/8973/stat : 8973 (java) S 8968 8970 8203 0 -1 64 1385 0 0 0 7 0 0 0 16 0 12 0 128577790 1829154816 42160 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8974] ppid=8968 vsize=1786284 CPUtime=0.06
/proc/8970/task/8974/stat : 8974 (java) S 8968 8970 8203 0 -1 64 1217 0 0 0 6 0 0 0 16 0 12 0 128577790 1829154816 42160 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8975] ppid=8968 vsize=1786284 CPUtime=0
/proc/8970/task/8975/stat : 8975 (java) S 8968 8970 8203 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 128577793 1829154816 42160 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8976] ppid=8968 vsize=1786284 CPUtime=0
/proc/8970/task/8976/stat : 8976 (java) S 8968 8970 8203 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128577793 1829154816 42160 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8977] ppid=8968 vsize=1786284 CPUtime=0
/proc/8970/task/8977/stat : 8977 (java) S 8968 8970 8203 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128577793 1829154816 42160 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8978] ppid=8968 vsize=1786284 CPUtime=0
/proc/8970/task/8978/stat : 8978 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 128577797 1829154816 42160 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8979] ppid=8968 vsize=1786284 CPUtime=0.48
/proc/8970/task/8979/stat : 8979 (java) S 8968 8970 8203 0 -1 64 1230 0 0 0 48 0 0 0 17 0 12 0 128577797 1829154816 42160 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8980] ppid=8968 vsize=1786284 CPUtime=0.48
/proc/8970/task/8980/stat : 8980 (java) S 8968 8970 8203 0 -1 64 1688 0 0 0 48 0 0 0 16 0 12 0 128577797 1829154816 42160 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8981] ppid=8968 vsize=1786284 CPUtime=0
/proc/8970/task/8981/stat : 8981 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128577797 1829154816 42160 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8982] ppid=8968 vsize=1786284 CPUtime=0
/proc/8970/task/8982/stat : 8982 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128577797 1829154816 42160 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 1786284

[startup+6.30152 s]
/proc/loadavg: 1.16 1.03 1.01 3/89 8982
/proc/meminfo: memFree=1342960/2055920 swapFree=4067336/4192956
[pid=8970] ppid=8968 vsize=1794656 CPUtime=7.85
/proc/8970/stat : 8970 (java) S 8968 8970 8203 0 -1 0 53277 0 1 0 759 26 0 0 18 0 13 0 128577787 1837727744 48808 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8970/statm: 448664 48808 1321 9 0 446276 0
[pid=8970/tid=8972] ppid=8968 vsize=1794656 CPUtime=5.48
/proc/8970/task/8972/stat : 8972 (java) R 8968 8970 8203 0 -1 64 37723 0 1 0 530 18 0 0 25 0 13 0 128577789 1837727744 48808 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109941454 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8973] ppid=8968 vsize=1794656 CPUtime=0.18
/proc/8970/task/8973/stat : 8973 (java) S 8968 8970 8203 0 -1 64 3698 0 0 0 17 1 0 0 16 0 13 0 128577790 1837727744 48808 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8974] ppid=8968 vsize=1794656 CPUtime=0.18
/proc/8970/task/8974/stat : 8974 (java) S 8968 8970 8203 0 -1 64 3688 0 0 0 16 2 0 0 16 0 13 0 128577790 1837727744 48808 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8975] ppid=8968 vsize=1794656 CPUtime=0
/proc/8970/task/8975/stat : 8975 (java) S 8968 8970 8203 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128577793 1837727744 48808 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8976] ppid=8968 vsize=1794656 CPUtime=0
/proc/8970/task/8976/stat : 8976 (java) S 8968 8970 8203 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128577793 1837727744 48808 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8977] ppid=8968 vsize=1794656 CPUtime=0
/proc/8970/task/8977/stat : 8977 (java) S 8968 8970 8203 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128577793 1837727744 48808 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8978] ppid=8968 vsize=1794656 CPUtime=0
/proc/8970/task/8978/stat : 8978 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128577797 1837727744 48808 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8979] ppid=8968 vsize=1794656 CPUtime=0.75
/proc/8970/task/8979/stat : 8979 (java) S 8968 8970 8203 0 -1 64 1793 0 0 0 74 1 0 0 16 0 13 0 128577797 1837727744 48808 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8980] ppid=8968 vsize=1794656 CPUtime=1.22
/proc/8970/task/8980/stat : 8980 (java) S 8968 8970 8203 0 -1 64 5643 0 0 0 120 2 0 0 16 0 13 0 128577797 1837727744 48808 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8981] ppid=8968 vsize=1794656 CPUtime=0
/proc/8970/task/8981/stat : 8981 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128577797 1837727744 48808 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8982] ppid=8968 vsize=1794656 CPUtime=0
/proc/8970/task/8982/stat : 8982 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128577797 1837727744 48808 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 1794656

[startup+12.7012 s]
/proc/loadavg: 1.13 1.03 1.01 2/90 8983
/proc/meminfo: memFree=1343144/2055920 swapFree=4067400/4192956
[pid=8970] ppid=8968 vsize=1793908 CPUtime=14.35
/proc/8970/stat : 8970 (java) S 8968 8970 8203 0 -1 0 53303 0 1 0 1409 26 0 0 18 0 13 0 128577787 1836961792 48614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8970/statm: 448477 48614 1325 9 0 446089 0
[pid=8970/tid=8972] ppid=8968 vsize=1793908 CPUtime=11.83
/proc/8970/task/8972/stat : 8972 (java) R 8968 8970 8203 0 -1 64 37727 0 1 0 1165 18 0 0 25 0 13 0 128577789 1836961792 48614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528179 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8973] ppid=8968 vsize=1793908 CPUtime=0.18
/proc/8970/task/8973/stat : 8973 (java) S 8968 8970 8203 0 -1 64 3698 0 0 0 17 1 0 0 16 0 13 0 128577790 1836961792 48614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8974] ppid=8968 vsize=1793908 CPUtime=0.18
/proc/8970/task/8974/stat : 8974 (java) S 8968 8970 8203 0 -1 64 3688 0 0 0 16 2 0 0 16 0 13 0 128577790 1836961792 48614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8975] ppid=8968 vsize=1793908 CPUtime=0
/proc/8970/task/8975/stat : 8975 (java) S 8968 8970 8203 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128577793 1836961792 48614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8976] ppid=8968 vsize=1793908 CPUtime=0
/proc/8970/task/8976/stat : 8976 (java) S 8968 8970 8203 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128577793 1836961792 48614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8977] ppid=8968 vsize=1793908 CPUtime=0
/proc/8970/task/8977/stat : 8977 (java) S 8968 8970 8203 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128577793 1836961792 48614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8978] ppid=8968 vsize=1793908 CPUtime=0
/proc/8970/task/8978/stat : 8978 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128577797 1836961792 48614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8979] ppid=8968 vsize=1793908 CPUtime=0.82
/proc/8970/task/8979/stat : 8979 (java) S 8968 8970 8203 0 -1 64 1798 0 0 0 81 1 0 0 17 0 13 0 128577797 1836961792 48614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8980] ppid=8968 vsize=1793908 CPUtime=1.29
/proc/8970/task/8980/stat : 8980 (java) S 8968 8970 8203 0 -1 64 5660 0 0 0 127 2 0 0 16 0 13 0 128577797 1836961792 48614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8981] ppid=8968 vsize=1793908 CPUtime=0
/proc/8970/task/8981/stat : 8981 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128577797 1836961792 48614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8982] ppid=8968 vsize=1793908 CPUtime=0
/proc/8970/task/8982/stat : 8982 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128577797 1836961792 48614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8983] ppid=8968 vsize=1793908 CPUtime=0
/proc/8970/task/8983/stat : 8983 (java) S 8968 8970 8203 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 128578368 1836961792 48614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.35
Current children cumulated vsize (KiB) 1793908

[startup+25.5026 s]
/proc/loadavg: 1.11 1.03 1.01 2/90 8983
/proc/meminfo: memFree=1343656/2055920 swapFree=4067400/4192956
[pid=8970] ppid=8968 vsize=1793556 CPUtime=27.26
/proc/8970/stat : 8970 (java) S 8968 8970 8203 0 -1 0 53390 0 1 0 2700 26 0 0 18 0 13 0 128577787 1836601344 48492 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8970/statm: 448389 48492 1325 9 0 446001 0
[pid=8970/tid=8972] ppid=8968 vsize=1793556 CPUtime=24.57
/proc/8970/task/8972/stat : 8972 (java) R 8968 8970 8203 0 -1 64 37728 0 1 0 2439 18 0 0 25 0 13 0 128577789 1836601344 48492 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528064 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8973] ppid=8968 vsize=1793556 CPUtime=0.18
/proc/8970/task/8973/stat : 8973 (java) S 8968 8970 8203 0 -1 64 3698 0 0 0 17 1 0 0 16 0 13 0 128577790 1836601344 48492 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8974] ppid=8968 vsize=1793556 CPUtime=0.18
/proc/8970/task/8974/stat : 8974 (java) S 8968 8970 8203 0 -1 64 3688 0 0 0 16 2 0 0 16 0 13 0 128577790 1836601344 48492 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8975] ppid=8968 vsize=1793556 CPUtime=0
/proc/8970/task/8975/stat : 8975 (java) S 8968 8970 8203 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128577793 1836601344 48492 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8976] ppid=8968 vsize=1793556 CPUtime=0
/proc/8970/task/8976/stat : 8976 (java) S 8968 8970 8203 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128577793 1836601344 48492 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8977] ppid=8968 vsize=1793556 CPUtime=0
/proc/8970/task/8977/stat : 8977 (java) S 8968 8970 8203 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128577793 1836601344 48492 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8970/tid=8975] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8975/stat : 8975 (java) S 8968 8970 8203 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 202324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8976] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8976/stat : 8976 (java) S 8968 8970 8203 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 202324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8977] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8977/stat : 8977 (java) S 8968 8970 8203 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 202324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8978] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8978/stat : 8978 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128577797 1835610112 202324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8979] ppid=8968 vsize=1792588 CPUtime=1.02
/proc/8970/task/8979/stat : 8979 (java) S 8968 8970 8203 0 -1 64 2202 0 0 0 101 1 0 0 16 0 13 0 128577797 1835610112 202324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8980] ppid=8968 vsize=1792588 CPUtime=1.49
/proc/8970/task/8980/stat : 8980 (java) S 8968 8970 8203 0 -1 64 5676 0 0 0 147 2 0 0 16 0 13 0 128577797 1835610112 202324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8981] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8981/stat : 8981 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128577797 1835610112 202324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8982] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8982/stat : 8982 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128577797 1835610112 202324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8983] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8983/stat : 8983 (java) S 8968 8970 8203 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 128578368 1835610112 202324 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1605.55
Current children cumulated vsize (KiB) 1792588

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 9181
/proc/meminfo: memFree=710248/2055920 swapFree=4068040/4192956
[pid=8970] ppid=8968 vsize=1792588 CPUtime=1665.57
/proc/8970/stat : 8970 (java) S 8968 8970 8203 0 -1 0 215854 0 1 0 166420 137 0 0 18 0 13 0 128577787 1835610112 206436 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8970/statm: 448147 206436 1327 9 0 445759 0
[pid=8970/tid=8972] ppid=8968 vsize=1792588 CPUtime=1658.84
/proc/8970/task/8972/stat : 8972 (java) R 8968 8970 8203 0 -1 64 37761 0 1 0 165854 30 0 0 25 0 13 0 128577789 1835610112 206436 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528064 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8973] ppid=8968 vsize=1792588 CPUtime=2.09
/proc/8970/task/8973/stat : 8973 (java) S 8968 8970 8203 0 -1 64 88250 0 0 0 156 53 0 0 17 0 13 0 128577790 1835610112 206436 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8974] ppid=8968 vsize=1792588 CPUtime=2.08
/proc/8970/task/8974/stat : 8974 (java) S 8968 8970 8203 0 -1 64 81231 0 0 0 159 49 0 0 17 0 13 0 128577790 1835610112 206436 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8975] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8975/stat : 8975 (java) S 8968 8970 8203 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 206436 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8976] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8976/stat : 8976 (java) S 8968 8970 8203 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 206436 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8977] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8977/stat : 8977 (java) S 8968 8970 8203 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 206436 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8978] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8978/stat : 8978 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128577797 1835610112 206436 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8979] ppid=8968 vsize=1792588 CPUtime=1.02
/proc/8970/task/8979/stat : 8979 (java) S 8968 8970 8203 0 -1 64 2202 0 0 0 101 1 0 0 16 0 13 0 128577797 1835610112 206436 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8980] ppid=8968 vsize=1792588 CPUtime=1.49
/proc/8970/task/8980/stat : 8980 (java) S 8968 8970 8203 0 -1 64 5676 0 0 0 147 2 0 0 16 0 13 0 128577797 1835610112 206436 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8981] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8981/stat : 8981 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128577797 1835610112 206436 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8982] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8982/stat : 8982 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128577797 1835610112 206436 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8983] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8983/stat : 8983 (java) S 8968 8970 8203 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 128578368 1835610112 206436 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1665.57
Current children cumulated vsize (KiB) 1792588

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 9181
/proc/meminfo: memFree=691880/2055920 swapFree=4068040/4192956
[pid=8970] ppid=8968 vsize=1792588 CPUtime=1725.61
/proc/8970/stat : 8970 (java) S 8968 8970 8203 0 -1 0 220566 0 1 0 172420 141 0 0 18 0 13 0 128577787 1835610112 211001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8970/statm: 448147 211001 1327 9 0 445759 0
[pid=8970/tid=8972] ppid=8968 vsize=1792588 CPUtime=1718.76
/proc/8970/task/8972/stat : 8972 (java) R 8968 8970 8203 0 -1 64 37762 0 1 0 171846 30 0 0 25 0 13 0 128577789 1835610112 211001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528064 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8973] ppid=8968 vsize=1792588 CPUtime=2.14
/proc/8970/task/8973/stat : 8973 (java) S 8968 8970 8203 0 -1 64 91565 0 0 0 159 55 0 0 17 0 13 0 128577790 1835610112 211001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8974] ppid=8968 vsize=1792588 CPUtime=2.14
/proc/8970/task/8974/stat : 8974 (java) S 8968 8970 8203 0 -1 64 82627 0 0 0 164 50 0 0 17 0 13 0 128577790 1835610112 211001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8975] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8975/stat : 8975 (java) S 8968 8970 8203 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 211001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8976] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8976/stat : 8976 (java) S 8968 8970 8203 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 211001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8977] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8977/stat : 8977 (java) S 8968 8970 8203 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 211001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8978] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8978/stat : 8978 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128577797 1835610112 211001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8979] ppid=8968 vsize=1792588 CPUtime=1.02
/proc/8970/task/8979/stat : 8979 (java) S 8968 8970 8203 0 -1 64 2202 0 0 0 101 1 0 0 16 0 13 0 128577797 1835610112 211001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8980] ppid=8968 vsize=1792588 CPUtime=1.49
/proc/8970/task/8980/stat : 8980 (java) S 8968 8970 8203 0 -1 64 5676 0 0 0 147 2 0 0 16 0 13 0 128577797 1835610112 211001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8981] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8981/stat : 8981 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128577797 1835610112 211001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8982] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8982/stat : 8982 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128577797 1835610112 211001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8983] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8983/stat : 8983 (java) S 8968 8970 8203 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 128578368 1835610112 211001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1725.61
Current children cumulated vsize (KiB) 1792588

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 9181
/proc/meminfo: memFree=672232/2055920 swapFree=4068040/4192956
[pid=8970] ppid=8968 vsize=1792588 CPUtime=1785.65
/proc/8970/stat : 8970 (java) S 8968 8970 8203 0 -1 0 226130 0 1 0 178420 145 0 0 18 0 13 0 128577787 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8970/statm: 448147 215872 1327 9 0 445759 0
[pid=8970/tid=8972] ppid=8968 vsize=1792588 CPUtime=1778.69
/proc/8970/task/8972/stat : 8972 (java) R 8968 8970 8203 0 -1 64 37763 0 1 0 177838 31 0 0 25 0 13 0 128577789 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528088 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8973] ppid=8968 vsize=1792588 CPUtime=2.21
/proc/8970/task/8973/stat : 8973 (java) S 8968 8970 8203 0 -1 64 95233 0 0 0 163 58 0 0 17 0 13 0 128577790 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8974] ppid=8968 vsize=1792588 CPUtime=2.19
/proc/8970/task/8974/stat : 8974 (java) S 8968 8970 8203 0 -1 64 84522 0 0 0 168 51 0 0 16 0 13 0 128577790 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8975] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8975/stat : 8975 (java) S 8968 8970 8203 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8976] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8976/stat : 8976 (java) S 8968 8970 8203 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8977] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8977/stat : 8977 (java) S 8968 8970 8203 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8978] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8978/stat : 8978 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128577797 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8979] ppid=8968 vsize=1792588 CPUtime=1.02
/proc/8970/task/8979/stat : 8979 (java) S 8968 8970 8203 0 -1 64 2202 0 0 0 101 1 0 0 16 0 13 0 128577797 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8980] ppid=8968 vsize=1792588 CPUtime=1.49
/proc/8970/task/8980/stat : 8980 (java) S 8968 8970 8203 0 -1 64 5676 0 0 0 147 2 0 0 16 0 13 0 128577797 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8981] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8981/stat : 8981 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128577797 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8982] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8982/stat : 8982 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128577797 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8983] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8983/stat : 8983 (java) S 8968 8970 8203 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 128578368 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1785.65
Current children cumulated vsize (KiB) 1792588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 9181
/proc/meminfo: memFree=672296/2055920 swapFree=4068104/4192956
[pid=8970] ppid=8968 vsize=1792588 CPUtime=1800.05
/proc/8970/stat : 8970 (java) S 8968 8970 8203 0 -1 0 226130 0 1 0 179860 145 0 0 18 0 13 0 128577787 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8970/statm: 448147 215872 1327 9 0 445759 0
[pid=8970/tid=8972] ppid=8968 vsize=1792588 CPUtime=1793.09
/proc/8970/task/8972/stat : 8972 (java) R 8968 8970 8203 0 -1 64 37763 0 1 0 179278 31 0 0 25 0 13 0 128577789 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528075 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8973] ppid=8968 vsize=1792588 CPUtime=2.21
/proc/8970/task/8973/stat : 8973 (java) S 8968 8970 8203 0 -1 64 95233 0 0 0 163 58 0 0 17 0 13 0 128577790 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8974] ppid=8968 vsize=1792588 CPUtime=2.19
/proc/8970/task/8974/stat : 8974 (java) S 8968 8970 8203 0 -1 64 84522 0 0 0 168 51 0 0 16 0 13 0 128577790 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8975] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8975/stat : 8975 (java) S 8968 8970 8203 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8976] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8976/stat : 8976 (java) S 8968 8970 8203 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8977] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8977/stat : 8977 (java) S 8968 8970 8203 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128577793 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8978] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8978/stat : 8978 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128577797 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8979] ppid=8968 vsize=1792588 CPUtime=1.02
/proc/8970/task/8979/stat : 8979 (java) S 8968 8970 8203 0 -1 64 2202 0 0 0 101 1 0 0 16 0 13 0 128577797 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8970/tid=8980] ppid=8968 vsize=1792588 CPUtime=1.49
/proc/8970/task/8980/stat : 8980 (java) S 8968 8970 8203 0 -1 64 5676 0 0 0 147 2 0 0 16 0 13 0 128577797 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8981] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8981/stat : 8981 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128577797 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8982] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8982/stat : 8982 (java) S 8968 8970 8203 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128577797 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8970/tid=8983] ppid=8968 vsize=1792588 CPUtime=0
/proc/8970/task/8983/stat : 8983 (java) S 8968 8970 8203 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 128578368 1835610112 215872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1792588

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

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

[startup+1796.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 9181
/proc/meminfo: memFree=672296/2055920 swapFree=4068104/4192956
[pid=8970] ppid=8968 vsize=0 CPUtime=1800.15
/proc/8970/stat : 8970 (java) Z 8968 8970 8203 0 -1 1036 226150 0 1 0 179862 153 0 0 16 0 2 0 128577787 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8970/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.86
CPU time (s): 1800.21
CPU user time (s): 1798.63
CPU system time (s): 1.58476
CPU usage (%): 100.187
Max. virtual memory (cumulated for all children) (KiB): 1796048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.58476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226150
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= 37322
involuntary context switches= 39004

runsolver used 1.72574 second user time and 4.89926 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Tue Apr 17 10:43:18 UTC 2007

IDJOB= 350204
IDBENCH= 3039
IDSOLVER= 159
FILE ID= node24/350204-1176806597

PBS_JOBID= 4586239

Free space on /tmp= 66485 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=320-sizeP=161-sizeQ=320-287873690-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350204-1176806597/sat4jPseudoResolution.jar /tmp/evaluation/350204-1176806597/instance-350204-1176806597.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-350204-1176806597 -o ROOT/results/node24/solver-350204-1176806597 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350204-1176806597/sat4jPseudoResolution.jar /tmp/evaluation/350204-1176806597/instance-350204-1176806597.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7e6cf7bd8ae3eb2dbe42fe5a31768e13

RANDOM SEED= 543321783

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.238
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.238
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:       1533800 kB
Buffers:         41724 kB
Cached:         318668 kB
SwapCached:      88204 kB
Active:         194176 kB
Inactive:       262808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1533800 kB
SwapTotal:     4192956 kB
SwapFree:      4067336 kB
Dirty:           11844 kB
Writeback:           0 kB
Mapped:          57104 kB
Slab:            50652 kB
Committed_AS:  1824644 kB
PageTables:       1808 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= 66485 MiB

End job on node24 on Tue Apr 17 11:13:16 UTC 2007