Trace number 210703

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
sat4jCSP 1.7 RC BF3? (MO) 462.997 463.865

General information on the benchmark

NamepseudoSeries/uclid/
25s-smv.xml
MD5SUMf7a273ee733be68f959a2f3726847276
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.68753
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables5072
Number of constraints12828
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12828
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/210703-1168201618/unknown.xml
0.25	c reading problem ... 
0.53	c reading problem named ?
0.53	c reading domains done.
0.54	c reading variables
c reading variables (5072) done.
3.08	c reading predicates 
c reading relations (8) done.
3.53	c reading constraintsc starts		: 0
463.70	c conflicts		: 0
463.70	c decisions		: 0
463.70	c propagations		: 0
463.70	c inspects		: 0
463.70	c learnt literals	: 0
463.70	c learnt binary clauses	: 0
463.70	c learnt ternary clauses	: 0
463.70	c learnt clauses	: 0
463.70	c root simplifications	: 0
463.70	c removed literals (reason simplification)	: 0
463.70	c reason swapping (by a shorter reason)	: 0
463.70	c Calls to reduceDB	: 0
463.70	c speed (decisions/second)	: 0.0
463.70	c non guided choices	0
463.70	s UNKNOWN
463.70	c Total wall clock time (in seconds) : 463.449
463.70	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node10/watcher-210703-1168201618 -o ROOT/results/node10/solver-210703-1168201618 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/210703-1168201618/sat4jCSP-bf3.jar /tmp/evaluation/210703-1168201618/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.18 2.05 2.00 4/97 22178
/proc/meminfo: memFree=1598200/2055920 swapFree=4178216/4192956
[pid=22177] ppid=22175 vsize=898152 CPUtime=0.08
/proc/22177/stat : 22177 (java) R 22175 22177 21228 0 -1 0 3238 0 1 0 7 1 0 0 18 0 8 0 168556902 919707648 2998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22177/statm: 224538 2998 1523 14 0 211558 0
[pid=22177/tid=22179] ppid=22175 vsize=898152 CPUtime=0
/proc/22177/task/22179/stat : 22179 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168556905 919707648 2998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22180] ppid=22175 vsize=898152 CPUtime=0
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168556905 919707648 2998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=898152 CPUtime=0
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21228 0 -1 64 5 0 0 0 0 0 0 0 20 0 8 0 168556907 919707648 2998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22182] ppid=22175 vsize=898152 CPUtime=0
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21228 0 -1 64 8 0 0 0 0 0 0 0 21 0 8 0 168556908 919707648 2998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22183] ppid=22175 vsize=898152 CPUtime=0
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21228 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 168556908 919707648 2998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22184] ppid=22175 vsize=898152 CPUtime=0
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168556912 919707648 2998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22185] ppid=22175 vsize=898152 CPUtime=0
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168556912 919707648 2998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

[startup+0.103185 s]
/proc/loadavg: 2.18 2.05 2.00 4/97 22178
/proc/meminfo: memFree=1598200/2055920 swapFree=4178216/4192956
[pid=22177] ppid=22175 vsize=901540 CPUtime=0.08
/proc/22177/stat : 22177 (java) R 22175 22177 21228 0 -1 0 3288 0 1 0 7 1 0 0 21 0 12 0 168556902 923176960 3048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155214572 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22177/statm: 225385 3048 1549 14 0 212109 0
[pid=22177/tid=22179] ppid=22175 vsize=901540 CPUtime=0
/proc/22177/task/22179/stat : 22179 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556905 923176960 3048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22180] ppid=22175 vsize=901540 CPUtime=0
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 168556905 923176960 3048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=901540 CPUtime=0
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21228 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 168556907 923176960 3048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22182] ppid=22175 vsize=901540 CPUtime=0
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21228 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 168556908 923176960 3048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22183] ppid=22175 vsize=901540 CPUtime=0
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21228 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 168556908 923176960 3048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22184] ppid=22175 vsize=901540 CPUtime=0
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556912 923176960 3048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22185] ppid=22175 vsize=901540 CPUtime=0
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 168556912 923176960 3048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.511238 s]
/proc/loadavg: 2.18 2.05 2.00 4/97 22178
/proc/meminfo: memFree=1598200/2055920 swapFree=4178216/4192956
[pid=22177] ppid=22175 vsize=905236 CPUtime=0.49
/proc/22177/stat : 22177 (java) R 22175 22177 21228 0 -1 0 5831 0 1 0 47 2 0 0 23 0 12 0 168556902 926961664 5426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22177/statm: 226309 5426 2250 14 0 212746 0
[pid=22177/tid=22179] ppid=22175 vsize=905236 CPUtime=0
/proc/22177/task/22179/stat : 22179 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556905 926961664 5426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22180] ppid=22175 vsize=905236 CPUtime=0
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 168556905 926961664 5426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=905236 CPUtime=0
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21228 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 168556907 926961664 5426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22182] ppid=22175 vsize=905236 CPUtime=0
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21228 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 168556908 926961664 5426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22183] ppid=22175 vsize=905236 CPUtime=0
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21228 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 168556908 926961664 5426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22184] ppid=22175 vsize=905236 CPUtime=0
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556912 926961664 5426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22185] ppid=22175 vsize=905236 CPUtime=0
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21228 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 168556912 926961664 5426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33235 s]
/proc/loadavg: 2.18 2.05 2.00 4/108 22189
/proc/meminfo: memFree=1584160/2055920 swapFree=4178216/4192956
[pid=22177] ppid=22175 vsize=906036 CPUtime=1.3
/proc/22177/stat : 22177 (java) R 22175 22177 21228 0 -1 0 6941 0 1 0 127 3 0 0 25 0 12 0 168556902 927780864 5900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22177/statm: 226509 5900 2311 14 0 212946 0
[pid=22177/tid=22179] ppid=22175 vsize=906036 CPUtime=0
/proc/22177/task/22179/stat : 22179 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556905 927780864 5900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22180] ppid=22175 vsize=906036 CPUtime=0
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 168556905 927780864 5900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=906036 CPUtime=0
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21228 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 168556907 927780864 5900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22182] ppid=22175 vsize=906036 CPUtime=0
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21228 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 168556908 927780864 5900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22183] ppid=22175 vsize=906036 CPUtime=0
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21228 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 168556908 927780864 5900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22184] ppid=22175 vsize=906036 CPUtime=0
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556912 927780864 5900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22185] ppid=22175 vsize=906036 CPUtime=0
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21228 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 168556912 927780864 5900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22186] ppid=22175 vsize=906036 CPUtime=0.27
/proc/22177/task/22186/stat : 22186 (java) R 22175 22177 21228 0 -1 64 646 0 0 0 27 0 0 0 16 0 12 0 168556912 927780864 5900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151705553 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22187] ppid=22175 vsize=906036 CPUtime=0.34
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21228 0 -1 64 1042 0 0 0 34 0 0 0 16 0 12 0 168556912 927780864 5900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22188] ppid=22175 vsize=906036 CPUtime=0
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168556912 927780864 5900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22189] ppid=22175 vsize=906036 CPUtime=0
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168556912 927780864 5900 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 906036

[startup+2.97528 s]
/proc/loadavg: 2.25 2.07 2.01 4/108 22189
/proc/meminfo: memFree=1578848/2055920 swapFree=4178216/4192956
[pid=22177] ppid=22175 vsize=913272 CPUtime=2.93
/proc/22177/stat : 22177 (java) R 22175 22177 21228 0 -1 0 11732 0 1 0 288 5 0 0 25 0 12 0 168556902 935190528 8653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22177/statm: 228318 8653 2335 14 0 214755 0
[pid=22177/tid=22179] ppid=22175 vsize=913272 CPUtime=0
/proc/22177/task/22179/stat : 22179 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556905 935190528 8653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22180] ppid=22175 vsize=913272 CPUtime=0
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 168556905 935190528 8653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=913272 CPUtime=0
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21228 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 168556907 935190528 8653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22182] ppid=22175 vsize=913272 CPUtime=0
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21228 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 168556908 935190528 8653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22183] ppid=22175 vsize=913272 CPUtime=0
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21228 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 168556908 935190528 8653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22184] ppid=22175 vsize=913272 CPUtime=0
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556912 935190528 8653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22185] ppid=22175 vsize=913272 CPUtime=0
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21228 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 168556912 935190528 8653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22186] ppid=22175 vsize=913272 CPUtime=1.07
/proc/22177/task/22186/stat : 22186 (java) S 22175 22177 21228 0 -1 64 4436 0 0 0 106 1 0 0 16 0 12 0 168556912 935190528 8653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22187] ppid=22175 vsize=913272 CPUtime=0.68
/proc/22177/task/22187/stat : 22187 (java) R 22175 22177 21228 0 -1 64 1118 0 0 0 68 0 0 0 16 0 12 0 168556912 935190528 8653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152666692 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22188] ppid=22175 vsize=913272 CPUtime=0
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168556912 935190528 8653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22189] ppid=22175 vsize=913272 CPUtime=0
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168556912 935190528 8653 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 913272

[startup+6.20267 s]
/proc/loadavg: 2.25 2.07 2.01 4/108 22189
/proc/meminfo: memFree=1561312/2055920 swapFree=4178216/4192956
[pid=22177] ppid=22175 vsize=912940 CPUtime=6.1
/proc/22177/stat : 22177 (java) R 22175 22177 21228 0 -1 0 17695 0 1 0 601 9 0 0 25 0 12 0 168556902 934850560 12451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22177/statm: 228235 12451 2475 14 0 214672 0
[pid=22177/tid=22179] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22179/stat : 22179 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556905 934850560 12451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22180] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 168556905 934850560 12451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21228 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 168556907 934850560 12451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22182] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21228 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 168556908 934850560 12451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22183] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21228 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 168556908 934850560 12451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22184] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556912 934850560 12451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22185] ppid=22175 vsize=912940 CPUtime=0.01
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21228 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 168556912 934850560 12451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22186] ppid=22175 vsize=912940 CPUtime=1.91
/proc/22177/task/22186/stat : 22186 (java) S 22175 22177 21228 0 -1 64 4717 0 0 0 190 1 0 0 15 0 12 0 168556912 934850560 12451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22187] ppid=22175 vsize=912940 CPUtime=1.84
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21228 0 -1 64 3179 0 0 0 183 1 0 0 15 0 12 0 168556912 934850560 12451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22188] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168556912 934850560 12451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22189] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168556912 934850560 12451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 912940

[startup+12.6239 s]
/proc/loadavg: 2.36 2.10 2.02 3/108 22189
/proc/meminfo: memFree=1495200/2055920 swapFree=4178216/4192956
[pid=22177] ppid=22175 vsize=918152 CPUtime=12.43
/proc/22177/stat : 22177 (java) R 22175 22177 21228 0 -1 0 36097 0 1 0 1226 17 0 0 25 0 12 0 168556902 940187648 28117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055177563 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22177/statm: 229538 28117 2480 14 0 215975 0
[pid=22177/tid=22179] ppid=22175 vsize=918152 CPUtime=0.07
/proc/22177/task/22179/stat : 22179 (java) S 22175 22177 21228 0 -1 64 1639 0 0 0 7 0 0 0 17 0 12 0 168556905 940187648 28117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22180] ppid=22175 vsize=918152 CPUtime=0.09
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21228 0 -1 64 2298 0 0 0 9 0 0 0 17 0 12 0 168556905 940187648 28117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22181] ppid=22175 vsize=918152 CPUtime=0
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21228 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 168556907 940187648 28117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22182] ppid=22175 vsize=918152 CPUtime=0
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 168556908 940187648 28117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22183] ppid=22175 vsize=918152 CPUtime=0
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21228 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168556908 940187648 28117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22184] ppid=22175 vsize=918152 CPUtime=0
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556912 940187648 28117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22185] ppid=22175 vsize=918152 CPUtime=0.01
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21228 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 168556912 940187648 28117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22186] ppid=22175 vsize=918152 CPUtime=2.98
/proc/22177/task/22186/stat : 22186 (java) S 22175 22177 21228 0 -1 64 6782 0 0 0 296 2 0 0 16 0 12 0 168556912 940187648 28117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22187] ppid=22175 vsize=918152 CPUtime=2.93
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21228 0 -1 64 5296 0 0 0 291 2 0 0 16 0 12 0 168556912 940187648 28117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22188] ppid=22175 vsize=918152 CPUtime=0
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168556912 940187648 28117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22189] ppid=22175 vsize=918152 CPUtime=0
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168556912 940187648 28117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 918152


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

[pid=22177/tid=22187] ppid=22175 vsize=912940 CPUtime=2.93
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21228 0 -1 64 5296 0 0 0 291 2 0 0 16 0 12 0 168556912 934850560 140464 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22188] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168556912 934850560 140464 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22189] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168556912 934850560 140464 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.69
Current children cumulated vsize (KiB) 912940

[startup+282.512 s]
/proc/loadavg: 2.08 2.14 2.05 3/108 22189
/proc/meminfo: memFree=939296/2055920 swapFree=4178216/4192956
[pid=22177] ppid=22175 vsize=912940 CPUtime=281.71
/proc/22177/stat : 22177 (java) R 22175 22177 21228 0 -1 0 177004 0 1 0 28097 74 0 0 24 0 12 0 168556902 934850560 166458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054130601 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22177/statm: 228235 166458 2480 14 0 214672 0
[pid=22177/tid=22179] ppid=22175 vsize=912940 CPUtime=9.33
/proc/22177/task/22179/stat : 22179 (java) S 22175 22177 21228 0 -1 64 63303 0 0 0 909 24 0 0 17 0 12 0 168556905 934850560 166458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22180] ppid=22175 vsize=912940 CPUtime=9.64
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21228 0 -1 64 81272 0 0 0 936 28 0 0 16 0 12 0 168556905 934850560 166458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22181] ppid=22175 vsize=912940 CPUtime=0.08
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21228 0 -1 64 25 0 0 0 6 2 0 0 16 0 12 0 168556907 934850560 166458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22182] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 168556908 934850560 166458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22183] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21228 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168556908 934850560 166458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22184] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556912 934850560 166458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22185] ppid=22175 vsize=912940 CPUtime=0.01
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21228 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 168556912 934850560 166458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22186] ppid=22175 vsize=912940 CPUtime=2.98
/proc/22177/task/22186/stat : 22186 (java) S 22175 22177 21228 0 -1 64 6782 0 0 0 296 2 0 0 16 0 12 0 168556912 934850560 166458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22187] ppid=22175 vsize=912940 CPUtime=2.93
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21228 0 -1 64 5296 0 0 0 291 2 0 0 16 0 12 0 168556912 934850560 166458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22188] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168556912 934850560 166458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22189] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168556912 934850560 166458 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.71
Current children cumulated vsize (KiB) 912940

[startup+342.577 s]
/proc/loadavg: 2.16 2.14 2.05 3/108 22189
/proc/meminfo: memFree=857248/2055920 swapFree=4178216/4192956
[pid=22177] ppid=22175 vsize=912940 CPUtime=341.78
/proc/22177/stat : 22177 (java) R 22175 22177 21228 0 -1 0 198568 0 1 0 34094 84 0 0 25 0 12 0 168556902 934850560 186799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054982456 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22177/statm: 228235 186799 2481 14 0 214672 0
[pid=22177/tid=22179] ppid=22175 vsize=912940 CPUtime=11.64
/proc/22177/task/22179/stat : 22179 (java) S 22175 22177 21228 0 -1 64 72306 0 0 0 1137 27 0 0 17 0 12 0 168556905 934850560 186799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22180] ppid=22175 vsize=912940 CPUtime=13.27
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21228 0 -1 64 92637 0 0 0 1294 33 0 0 17 0 12 0 168556905 934850560 186799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=912940 CPUtime=2.2
/proc/22177/task/22181/stat : 22181 (java) S 22175 22177 21228 0 -1 64 1168 0 0 0 217 3 0 0 16 0 12 0 168556907 934850560 186799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22182] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 168556908 934850560 186799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22183] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21228 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168556908 934850560 186799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22184] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556912 934850560 186799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22185] ppid=22175 vsize=912940 CPUtime=0.01
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21228 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 168556912 934850560 186799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22186] ppid=22175 vsize=912940 CPUtime=2.98
/proc/22177/task/22186/stat : 22186 (java) S 22175 22177 21228 0 -1 64 6782 0 0 0 296 2 0 0 16 0 12 0 168556912 934850560 186799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22187] ppid=22175 vsize=912940 CPUtime=2.93
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21228 0 -1 64 5296 0 0 0 291 2 0 0 16 0 12 0 168556912 934850560 186799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22188] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168556912 934850560 186799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22189] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168556912 934850560 186799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.78
Current children cumulated vsize (KiB) 912940

[startup+402.652 s]
/proc/loadavg: 2.42 2.21 2.08 3/108 22189
/proc/meminfo: memFree=860000/2055920 swapFree=4178216/4192956
[pid=22177] ppid=22175 vsize=912940 CPUtime=401.84
/proc/22177/stat : 22177 (java) R 22175 22177 21228 0 -1 0 210827 0 1 0 40094 90 0 0 25 0 12 0 168556902 934850560 185983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22177/statm: 228235 185983 2481 14 0 214672 0
[pid=22177/tid=22179] ppid=22175 vsize=912940 CPUtime=13.75
/proc/22177/task/22179/stat : 22179 (java) S 22175 22177 21228 0 -1 64 72410 0 0 0 1347 28 0 0 16 0 12 0 168556905 934850560 185983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22180] ppid=22175 vsize=912940 CPUtime=15.31
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21228 0 -1 64 92720 0 0 0 1498 33 0 0 15 0 12 0 168556905 934850560 185983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=912940 CPUtime=21.65
/proc/22177/task/22181/stat : 22181 (java) R 22175 22177 21228 0 -1 64 13184 0 0 0 2156 9 0 0 16 0 12 0 168556907 934850560 185983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454535 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22182] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 168556908 934850560 185983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22183] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21228 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168556908 934850560 185983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22184] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556912 934850560 185983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22185] ppid=22175 vsize=912940 CPUtime=0.01
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21228 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 168556912 934850560 185983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22186] ppid=22175 vsize=912940 CPUtime=2.98
/proc/22177/task/22186/stat : 22186 (java) S 22175 22177 21228 0 -1 64 6782 0 0 0 296 2 0 0 16 0 12 0 168556912 934850560 185983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22187] ppid=22175 vsize=912940 CPUtime=2.93
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21228 0 -1 64 5296 0 0 0 291 2 0 0 16 0 12 0 168556912 934850560 185983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22188] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168556912 934850560 185983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22189] ppid=22175 vsize=912940 CPUtime=0
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168556912 934850560 185983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.84
Current children cumulated vsize (KiB) 912940



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+462.209 s]
/proc/loadavg: 2.65 2.30 2.12 4/108 22189
/proc/meminfo: memFree=847712/2055920 swapFree=4178216/4192956
[pid=22177] ppid=22175 vsize=928944 CPUtime=461.34
/proc/22177/stat : 22177 (java) R 22175 22177 21228 0 -1 0 250427 0 1 0 46024 110 0 0 25 0 12 0 168556902 951238656 189075 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22177/statm: 232236 189076 2481 14 0 218673 0
[pid=22177/tid=22179] ppid=22175 vsize=928944 CPUtime=13.75
/proc/22177/task/22179/stat : 22179 (java) S 22175 22177 21228 0 -1 64 72410 0 0 0 1347 28 0 0 16 0 12 0 168556905 951238656 189076 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22180] ppid=22175 vsize=928944 CPUtime=15.31
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21228 0 -1 64 92720 0 0 0 1498 33 0 0 15 0 12 0 168556905 951238656 189077 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=928944 CPUtime=74.08
/proc/22177/task/22181/stat : 22181 (java) R 22175 22177 21228 0 -1 64 52759 0 0 0 7379 29 0 0 16 0 12 0 168556907 951238656 189078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22182] ppid=22175 vsize=928944 CPUtime=0
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 168556908 951238656 189078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22183] ppid=22175 vsize=928944 CPUtime=0
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21228 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168556908 951238656 189079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22184] ppid=22175 vsize=928944 CPUtime=0
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556912 951238656 189079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22185] ppid=22175 vsize=928944 CPUtime=0.01
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21228 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 168556912 951238656 189080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22186] ppid=22175 vsize=928944 CPUtime=2.98
/proc/22177/task/22186/stat : 22186 (java) S 22175 22177 21228 0 -1 64 6782 0 0 0 296 2 0 0 16 0 12 0 168556912 951238656 189081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22187] ppid=22175 vsize=928944 CPUtime=2.93
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21228 0 -1 64 5296 0 0 0 291 2 0 0 16 0 12 0 168556912 951238656 189081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22188] ppid=22175 vsize=928944 CPUtime=0
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168556912 951238656 189082 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22189] ppid=22175 vsize=928944 CPUtime=0
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168556912 951238656 189083 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.34
Current children cumulated vsize (KiB) 928944

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

[startup+462.737 s]
/proc/loadavg: 2.65 2.30 2.12 5/109 22190
/proc/meminfo: memFree=837528/2055920 swapFree=4178216/4192956
[pid=22177] ppid=22175 vsize=944944 CPUtime=461.86
/proc/22177/stat : 22177 (java) R 22175 22177 21228 0 -1 0 256895 0 1 0 46073 113 0 0 25 0 12 0 168556902 967622656 191542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22177/statm: 236236 191542 2481 14 0 222673 0
[pid=22177/tid=22179] ppid=22175 vsize=944944 CPUtime=13.75
/proc/22177/task/22179/stat : 22179 (java) S 22175 22177 21228 0 -1 64 72410 0 0 0 1347 28 0 0 16 0 12 0 168556905 967622656 191542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22180] ppid=22175 vsize=944944 CPUtime=15.31
/proc/22177/task/22180/stat : 22180 (java) S 22175 22177 21228 0 -1 64 92720 0 0 0 1498 33 0 0 15 0 12 0 168556905 967622656 191542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22181] ppid=22175 vsize=944944 CPUtime=74.59
/proc/22177/task/22181/stat : 22181 (java) R 22175 22177 21228 0 -1 64 59224 0 0 0 7428 31 0 0 16 0 12 0 168556907 967622656 191542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154624416 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22182] ppid=22175 vsize=944944 CPUtime=0
/proc/22177/task/22182/stat : 22182 (java) S 22175 22177 21228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 168556908 967622656 191542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22177/tid=22183] ppid=22175 vsize=944944 CPUtime=0
/proc/22177/task/22183/stat : 22183 (java) S 22175 22177 21228 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 168556908 967622656 191542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22184] ppid=22175 vsize=944944 CPUtime=0
/proc/22177/task/22184/stat : 22184 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 168556912 967622656 191542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22185] ppid=22175 vsize=944944 CPUtime=0.01
/proc/22177/task/22185/stat : 22185 (java) S 22175 22177 21228 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 168556912 967622656 191542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22186] ppid=22175 vsize=944944 CPUtime=2.98
/proc/22177/task/22186/stat : 22186 (java) S 22175 22177 21228 0 -1 64 6782 0 0 0 296 2 0 0 16 0 12 0 168556912 967622656 191542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22187] ppid=22175 vsize=944944 CPUtime=2.93
/proc/22177/task/22187/stat : 22187 (java) S 22175 22177 21228 0 -1 64 5296 0 0 0 291 2 0 0 16 0 12 0 168556912 967622656 191542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22188] ppid=22175 vsize=944944 CPUtime=0
/proc/22177/task/22188/stat : 22188 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 168556912 967622656 191542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22177/tid=22189] ppid=22175 vsize=944944 CPUtime=0
/proc/22177/task/22189/stat : 22189 (java) S 22175 22177 21228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168556912 967622656 191542 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.86
Current children cumulated vsize (KiB) 944944

Child status: 143
Real time (s): 463.865
CPU time (s): 462.997
CPU user time (s): 461.751
CPU system time (s): 1.24581
CPU usage (%): 99.8127
Max. virtual memory (cumulated for all children) (KiB): 944944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 461.751
system time used= 1.24581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256914
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= 15568
involuntary context switches= 26227

runsolver used 0.58891 s user time and 1.53677 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Jan  7 20:26:58 UTC 2007


IDJOB= 210703
IDBENCH= 4639
FILE ID= node10/210703-1168201618

PBS_JOBID= 3480516

Free space on /tmp= 66370 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/25s-smv.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/210703-1168201618/sat4jCSP-bf3.jar /tmp/evaluation/210703-1168201618/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-210703-1168201618 -o ROOT/results/node10/solver-210703-1168201618 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/210703-1168201618/sat4jCSP-bf3.jar /tmp/evaluation/210703-1168201618/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  f7a273ee733be68f959a2f3726847276

RANDOM SEED= 657144229

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.232
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.232
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:       1598616 kB
Buffers:         40208 kB
Cached:         240132 kB
SwapCached:       2064 kB
Active:         238244 kB
Inactive:       155688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598616 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            4620 kB
Writeback:           0 kB
Mapped:         133624 kB
Slab:            47768 kB
Committed_AS:  4961132 kB
PageTables:       2448 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= 66370 MiB



End job on node10 on Sun Jan  7 20:34:42 UTC 2007