Trace number 248459

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? 283.208 279.952

General information on the benchmark

Nameprimes/primes-30/
primes-30-80-2-1.xml
MD5SUMab4abd1c40d296e55e0b0454bc7939cd
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.023996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity3
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.26	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.26	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.27	c version CSP COMPETITION BUGFIX 3
0.27	c sun.arch.data.model	32
0.27	c java.version	1.5.0_10
0.27	c os.name	Linux
0.27	c os.version	2.6.9-22.EL.rootsmp
0.27	c os.arch	i386
0.27	c Free memory 722620888
0.27	c Max memory 723845120
0.27	c Total memory 723845120
0.27	c Number of processors 2
0.35	c --- Begin Solver configuration ---
0.35	c Stops conflict analysis at the first Unique Implication Point
0.35	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.35	c Learn all clauses as in MiniSAT
0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35	c VSIDS like heuristics from MiniSAT using a heap
0.35	c No reason simplification
0.35	c --- End Solver configuration ---
0.35	c solving /tmp/evaluation/248459-1168399760/unknown.xml
0.35	c reading problem ... 
0.61	c reading problem named ?
0.61	c reading domains done.
0.61	c reading variables
c reading variables (100) done.
0.88	c reading predicates 
c reading relations (81) done.
1.32	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
279.77	c starts		: 0
279.77	c conflicts		: 0
279.77	c decisions		: 0
279.77	c propagations		: 0
279.77	c inspects		: 0
279.77	c learnt literals	: 0
279.77	c learnt binary clauses	: 0
279.77	c learnt ternary clauses	: 0
279.77	c learnt clauses	: 0
279.77	c root simplifications	: 0
279.77	c removed literals (reason simplification)	: 0
279.77	c reason swapping (by a shorter reason)	: 0
279.77	c Calls to reduceDB	: 0
279.77	c speed (decisions/second)	: 0.0
279.77	c non guided choices	0
279.77	s UNKNOWN
279.77	c Total wall clock time (in seconds) : 279.421
279.77	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/node3/watcher-248459-1168399760 -o ROOT/results/node3/solver-248459-1168399760 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248459-1168399760/sat4jCSP-bf3.jar /tmp/evaluation/248459-1168399760/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.29 2.04 1.87 3/97 7089
/proc/meminfo: memFree=1181712/2055920 swapFree=4192812/4192956
[pid=7088] ppid=7086 vsize=12040 CPUtime=0
/proc/7088/stat : 7088 (java) R 7086 7088 5606 0 -1 0 364 0 0 0 0 0 0 0 18 0 1 0 188371681 12328960 171 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 10888384 0 0 4096 0 0 0 0 17 0 0 0
/proc/7088/statm: 3010 178 136 14 0 1138 0

[startup+0.10862 s]
/proc/loadavg: 2.29 2.04 1.87 3/97 7089
/proc/meminfo: memFree=1181712/2055920 swapFree=4192812/4192956
[pid=7088] ppid=7086 vsize=896088 CPUtime=0.04
/proc/7088/stat : 7088 (java) R 7086 7088 5606 0 -1 0 2823 0 1 0 3 1 0 0 21 0 4 0 188371681 917594112 2585 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152148610 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/7088/statm: 224022 2585 1350 14 0 211042 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 896088

[startup+0.517674 s]
/proc/loadavg: 2.29 2.04 1.87 3/97 7089
/proc/meminfo: memFree=1181712/2055920 swapFree=4192812/4192956
[pid=7088] ppid=7086 vsize=905236 CPUtime=0.39
/proc/7088/stat : 7088 (java) R 7086 7088 5606 0 -1 0 5500 0 1 0 36 3 0 0 18 0 12 0 188371681 926961664 5095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7088/statm: 226309 5095 2135 14 0 212746 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 905236

[startup+1.34481 s]
/proc/loadavg: 2.29 2.04 1.87 4/108 7100
/proc/meminfo: memFree=1148280/2055920 swapFree=4192812/4192956
[pid=7088] ppid=7086 vsize=905284 CPUtime=1.21
/proc/7088/stat : 7088 (java) R 7086 7088 5606 0 -1 0 7920 0 1 0 116 5 0 0 22 0 12 0 188371681 927010816 7286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053867896 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7088/statm: 226321 7286 2451 14 0 212758 0
[pid=7088/tid=7090] ppid=7086 vsize=905284 CPUtime=0
/proc/7088/task/7090/stat : 7090 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 188371683 927010816 7286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7091] ppid=7086 vsize=905284 CPUtime=0
/proc/7088/task/7091/stat : 7091 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 188371683 927010816 7286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7092] ppid=7086 vsize=905284 CPUtime=0
/proc/7088/task/7092/stat : 7092 (java) S 7086 7088 5606 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188371686 927010816 7286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7093] ppid=7086 vsize=905284 CPUtime=0
/proc/7088/task/7093/stat : 7093 (java) S 7086 7088 5606 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 188371695 927010816 7286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7094] ppid=7086 vsize=905284 CPUtime=0
/proc/7088/task/7094/stat : 7094 (java) S 7086 7088 5606 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 188371695 927010816 7286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7095] ppid=7086 vsize=905284 CPUtime=0
/proc/7088/task/7095/stat : 7095 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188371699 927010816 7286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7096] ppid=7086 vsize=905284 CPUtime=0
/proc/7088/task/7096/stat : 7096 (java) S 7086 7088 5606 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188371699 927010816 7286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7097] ppid=7086 vsize=905284 CPUtime=0.22
/proc/7088/task/7097/stat : 7097 (java) S 7086 7088 5606 0 -1 64 301 0 0 0 22 0 0 0 16 0 12 0 188371700 927010816 7286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7098] ppid=7086 vsize=905284 CPUtime=0.29
/proc/7088/task/7098/stat : 7098 (java) S 7086 7088 5606 0 -1 64 709 0 0 0 29 0 0 0 16 0 12 0 188371700 927010816 7286 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7099] ppid=7086 vsize=905284 CPUtime=0
/proc/7088/task/7099/stat : 7099 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188371700 927010816 7287 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7100] ppid=7086 vsize=905284 CPUtime=0
/proc/7088/task/7100/stat : 7100 (java) S 7086 7088 5606 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188371700 927010816 7287 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 905284

[startup+3.00208 s]
/proc/loadavg: 2.29 2.04 1.87 3/108 7100
/proc/meminfo: memFree=1108792/2055920 swapFree=4192812/4192956
[pid=7088] ppid=7086 vsize=908704 CPUtime=2.87
/proc/7088/stat : 7088 (java) R 7086 7088 5606 0 -1 0 26332 0 1 0 274 13 0 0 25 0 12 0 188371681 930512896 25129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054222316 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7088/statm: 227176 25129 2473 14 0 213613 0
[pid=7088/tid=7090] ppid=7086 vsize=908704 CPUtime=0.08
/proc/7088/task/7090/stat : 7090 (java) S 7086 7088 5606 0 -1 64 1994 0 0 0 7 1 0 0 17 0 12 0 188371683 930512896 25129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7091] ppid=7086 vsize=908704 CPUtime=0.08
/proc/7088/task/7091/stat : 7091 (java) S 7086 7088 5606 0 -1 64 1940 0 0 0 8 0 0 0 17 0 12 0 188371683 930512896 25129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7092] ppid=7086 vsize=908704 CPUtime=0
/proc/7088/task/7092/stat : 7092 (java) S 7086 7088 5606 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 188371686 930512896 25129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7093] ppid=7086 vsize=908704 CPUtime=0
/proc/7088/task/7093/stat : 7093 (java) S 7086 7088 5606 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188371695 930512896 25129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7094] ppid=7086 vsize=908704 CPUtime=0
/proc/7088/task/7094/stat : 7094 (java) S 7086 7088 5606 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188371695 930512896 25129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7095] ppid=7086 vsize=908704 CPUtime=0
/proc/7088/task/7095/stat : 7095 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188371699 930512896 25129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7096] ppid=7086 vsize=908704 CPUtime=0
/proc/7088/task/7096/stat : 7096 (java) S 7086 7088 5606 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188371699 930512896 25129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7097] ppid=7086 vsize=908704 CPUtime=0.34
/proc/7088/task/7097/stat : 7097 (java) S 7086 7088 5606 0 -1 64 341 0 0 0 34 0 0 0 16 0 12 0 188371700 930512896 25129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7098] ppid=7086 vsize=908704 CPUtime=0.56
/proc/7088/task/7098/stat : 7098 (java) S 7086 7088 5606 0 -1 64 1877 0 0 0 55 1 0 0 16 0 12 0 188371700 930512896 25129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7099] ppid=7086 vsize=908704 CPUtime=0
/proc/7088/task/7099/stat : 7099 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188371700 930512896 25129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7100] ppid=7086 vsize=908704 CPUtime=0
/proc/7088/task/7100/stat : 7100 (java) S 7086 7088 5606 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188371700 930512896 25129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 908704

[startup+6.22261 s]
/proc/loadavg: 2.27 2.04 1.87 3/108 7100
/proc/meminfo: memFree=978488/2055920 swapFree=4192812/4192956
[pid=7088] ppid=7086 vsize=910428 CPUtime=6.15
/proc/7088/stat : 7088 (java) R 7086 7088 5606 0 -1 0 45582 0 1 0 595 20 0 0 25 0 12 0 188371681 932278272 43609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7088/statm: 227607 43609 2473 14 0 214044 0
[pid=7088/tid=7090] ppid=7086 vsize=910428 CPUtime=0.68
/proc/7088/task/7090/stat : 7090 (java) R 7086 7088 5606 0 -1 64 11682 0 0 0 64 4 0 0 17 0 12 0 188371683 932278272 43609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631143 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7091] ppid=7086 vsize=910428 CPUtime=0.67
/proc/7088/task/7091/stat : 7091 (java) R 7086 7088 5606 0 -1 64 11497 0 0 0 64 3 0 0 17 0 12 0 188371683 932278272 43609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7092] ppid=7086 vsize=910428 CPUtime=0
/proc/7088/task/7092/stat : 7092 (java) S 7086 7088 5606 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 188371686 932278272 43609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7093] ppid=7086 vsize=910428 CPUtime=0
/proc/7088/task/7093/stat : 7093 (java) S 7086 7088 5606 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188371695 932278272 43609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7094] ppid=7086 vsize=910428 CPUtime=0
/proc/7088/task/7094/stat : 7094 (java) S 7086 7088 5606 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188371695 932278272 43609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7095] ppid=7086 vsize=910428 CPUtime=0
/proc/7088/task/7095/stat : 7095 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188371699 932278272 43609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7096] ppid=7086 vsize=910428 CPUtime=0
/proc/7088/task/7096/stat : 7096 (java) S 7086 7088 5606 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188371699 932278272 43609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7097] ppid=7086 vsize=910428 CPUtime=0.34
/proc/7088/task/7097/stat : 7097 (java) S 7086 7088 5606 0 -1 64 341 0 0 0 34 0 0 0 16 0 12 0 188371700 932278272 43609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7098] ppid=7086 vsize=910428 CPUtime=0.56
/proc/7088/task/7098/stat : 7098 (java) S 7086 7088 5606 0 -1 64 1877 0 0 0 55 1 0 0 16 0 12 0 188371700 932278272 43609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7099] ppid=7086 vsize=910428 CPUtime=0
/proc/7088/task/7099/stat : 7099 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188371700 932278272 43609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7100] ppid=7086 vsize=910428 CPUtime=0
/proc/7088/task/7100/stat : 7100 (java) S 7086 7088 5606 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188371700 932278272 43609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 910428

[startup+12.7207 s]
/proc/loadavg: 2.37 2.07 1.88 2/92 7112
/proc/meminfo: memFree=1500792/2055920 swapFree=4192812/4192956
[pid=7088] ppid=7086 vsize=911388 CPUtime=13.36
/proc/7088/stat : 7088 (java) R 7086 7088 5606 0 -1 0 74780 0 1 0 1301 35 0 0 25 0 12 0 188371681 933261312 72131 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054226793 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7088/statm: 227847 72131 2474 14 0 214284 0
[pid=7088/tid=7090] ppid=7086 vsize=911388 CPUtime=2.2
/proc/7088/task/7090/stat : 7090 (java) S 7086 7088 5606 0 -1 64 28061 0 0 0 207 13 0 0 16 0 12 0 188371683 933261312 72131 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7091] ppid=7086 vsize=911388 CPUtime=2.18
/proc/7088/task/7091/stat : 7091 (java) S 7086 7088 5606 0 -1 64 23868 0 0 0 209 9 0 0 16 0 12 0 188371683 933261312 72131 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7092] ppid=7086 vsize=911388 CPUtime=0
/proc/7088/task/7092/stat : 7092 (java) S 7086 7088 5606 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 188371686 933261312 72131 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7093] ppid=7086 vsize=911388 CPUtime=0
/proc/7088/task/7093/stat : 7093 (java) S 7086 7088 5606 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188371695 933261312 72131 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7094] ppid=7086 vsize=911388 CPUtime=0
/proc/7088/task/7094/stat : 7094 (java) S 7086 7088 5606 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188371695 933261312 72131 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7095] ppid=7086 vsize=911388 CPUtime=0
/proc/7088/task/7095/stat : 7095 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188371699 933261312 72131 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7096] ppid=7086 vsize=911388 CPUtime=0
/proc/7088/task/7096/stat : 7096 (java) S 7086 7088 5606 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188371699 933261312 72131 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7097] ppid=7086 vsize=911388 CPUtime=0.53
/proc/7088/task/7097/stat : 7097 (java) S 7086 7088 5606 0 -1 64 767 0 0 0 53 0 0 0 16 0 12 0 188371700 933261312 72131 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7098] ppid=7086 vsize=911388 CPUtime=0.58
/proc/7088/task/7098/stat : 7098 (java) S 7086 7088 5606 0 -1 64 1884 0 0 0 57 1 0 0 16 0 12 0 188371700 933261312 72131 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7099] ppid=7086 vsize=911388 CPUtime=0
/proc/7088/task/7099/stat : 7099 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188371700 933261312 72131 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7100] ppid=7086 vsize=911388 CPUtime=0
/proc/7088/task/7100/stat : 7100 (java) S 7086 7088 5606 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188371700 933261312 72131 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.36
Current children cumulated vsize (KiB) 911388

[startup+25.6156 s]
/proc/loadavg: 2.40 2.08 1.88 3/104 7417
/proc/meminfo: memFree=1252688/2055920 swapFree=4192812/4192956
[pid=7088] ppid=7086 vsize=915184 CPUtime=28.7
/proc/7088/stat : 7088 (java) R 7086 7088 5606 0 -1 0 133966 0 1 0 2806 64 0 0 18 0 12 0 188371681 937148416 127655 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054079870 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7088/statm: 228796 127655 2475 14 0 215233 0
[pid=7088/tid=7090] ppid=7086 vsize=915184 CPUtime=5.55
/proc/7088/task/7090/stat : 7090 (java) S 7086 7088 5606 0 -1 64 55085 0 0 0 529 26 0 0 16 0 12 0 188371683 937148416 127655 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7091] ppid=7086 vsize=915184 CPUtime=5.4
/proc/7088/task/7091/stat : 7091 (java) S 7086 7088 5606 0 -1 64 48090 0 0 0 520 20 0 0 17 0 12 0 188371683 937148416 127655 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7092] ppid=7086 vsize=915184 CPUtime=0.01
/proc/7088/task/7092/stat : 7092 (java) S 7086 7088 5606 0 -1 64 14 0 0 0 1 0 0 0 17 0 12 0 188371686 937148416 127655 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7093] ppid=7086 vsize=915184 CPUtime=0
/proc/7088/task/7093/stat : 7093 (java) S 7086 7088 5606 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188371695 937148416 127655 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7094] ppid=7086 vsize=915184 CPUtime=0
/proc/7088/task/7094/stat : 7094 (java) S 7086 7088 5606 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188371695 937148416 127655 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7095] ppid=7086 vsize=915184 CPUtime=0
/proc/7088/task/7095/stat : 7095 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188371699 937148416 127655 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7096] ppid=7086 vsize=915184 CPUtime=0
/proc/7088/task/7096/stat : 7096 (java) S 7086 7088 5606 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188371699 937148416 127655 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7097] ppid=7086 vsize=915184 CPUtime=1.07
/proc/7088/task/7097/stat : 7097 (java) S 7086 7088 5606 0 -1 64 2491 0 0 0 107 0 0 0 18 0 12 0 188371700 937148416 127655 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7098] ppid=7086 vsize=915184 CPUtime=0.78
/proc/7088/task/7098/stat : 7098 (java) S 7086 7088 5606 0 -1 64 1918 0 0 0 77 1 0 0 16 0 12 0 188371700 937148416 127655 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7099] ppid=7086 vsize=915184 CPUtime=0
/proc/7088/task/7099/stat : 7099 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188371700 937148416 127655 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7100] ppid=7086 vsize=915184 CPUtime=0
/proc/7088/task/7100/stat : 7100 (java) S 7086 7088 5606 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188371700 937148416 127655 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.7
Current children cumulated vsize (KiB) 915184

[startup+51.2657 s]
/proc/loadavg: 2.55 2.14 1.91 4/104 7417
/proc/meminfo: memFree=1036752/2055920 swapFree=4192812/4192956
[pid=7088] ppid=7086 vsize=911608 CPUtime=55.9
/proc/7088/stat : 7088 (java) R 7086 7088 5606 0 -1 0 190600 0 1 0 5502 88 0 0 19 0 12 0 188371681 933486592 180629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7088/statm: 227902 180629 2487 14 0 214339 0
[pid=7088/tid=7090] ppid=7086 vsize=911608 CPUtime=9.18
/proc/7088/task/7090/stat : 7090 (java) S 7086 7088 5606 0 -1 64 76312 0 0 0 882 36 0 0 15 0 12 0 188371683 933486592 180629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7091] ppid=7086 vsize=911608 CPUtime=9.1
/proc/7088/task/7091/stat : 7091 (java) S 7086 7088 5606 0 -1 64 69869 0 0 0 882 28 0 0 16 0 12 0 188371683 933486592 180629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7092] ppid=7086 vsize=911608 CPUtime=6.82
/proc/7088/task/7092/stat : 7092 (java) R 7086 7088 5606 0 -1 64 21 0 0 0 682 0 0 0 16 0 12 0 188371686 933486592 180629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7093] ppid=7086 vsize=911608 CPUtime=0
/proc/7088/task/7093/stat : 7093 (java) S 7086 7088 5606 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 188371695 933486592 180629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7094] ppid=7086 vsize=911608 CPUtime=0
/proc/7088/task/7094/stat : 7094 (java) S 7086 7088 5606 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188371695 933486592 180629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7095] ppid=7086 vsize=911608 CPUtime=0
/proc/7088/task/7095/stat : 7095 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188371699 933486592 180629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7096] ppid=7086 vsize=911608 CPUtime=0
/proc/7088/task/7096/stat : 7096 (java) S 7086 7088 5606 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188371699 933486592 180629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7097] ppid=7086 vsize=911608 CPUtime=2.41
/proc/7088/task/7097/stat : 7097 (java) S 7086 7088 5606 0 -1 64 3699 0 0 0 240 1 0 0 16 0 12 0 188371700 933486592 180629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7098] ppid=7086 vsize=911608 CPUtime=1.55
/proc/7088/task/7098/stat : 7098 (java) S 7086 7088 5606 0 -1 64 1974 0 0 0 154 1 0 0 16 0 12 0 188371700 933486592 180629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7099] ppid=7086 vsize=911608 CPUtime=0
/proc/7088/task/7099/stat : 7099 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188371700 933486592 180629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7100] ppid=7086 vsize=911608 CPUtime=0
/proc/7088/task/7100/stat : 7100 (java) S 7086 7088 5606 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188371700 933486592 180629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.9
Current children cumulated vsize (KiB) 911608

[startup+102.494 s]
/proc/loadavg: 2.28 2.13 1.91 3/104 7417
/proc/meminfo: memFree=1012240/2055920 swapFree=4192812/4192956
[pid=7088] ppid=7086 vsize=912888 CPUtime=106.79
/proc/7088/stat : 7088 (java) S 7086 7088 5606 0 -1 0 197057 0 1 0 10588 91 0 0 18 0 12 0 188371681 934797312 186749 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7088/statm: 228222 186749 2487 14 0 214659 0
[pid=7088/tid=7090] ppid=7086 vsize=912888 CPUtime=9.9
/proc/7088/task/7090/stat : 7090 (java) S 7086 7088 5606 0 -1 64 76975 0 0 0 953 37 0 0 15 0 12 0 188371683 934797312 186749 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7091] ppid=7086 vsize=912888 CPUtime=9.74
/proc/7088/task/7091/stat : 7091 (java) S 7086 7088 5606 0 -1 64 70110 0 0 0 946 28 0 0 16 0 12 0 188371683 934797312 186749 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7092] ppid=7086 vsize=912888 CPUtime=51.87
/proc/7088/task/7092/stat : 7092 (java) R 7086 7088 5606 0 -1 64 5557 0 0 0 5185 2 0 0 25 0 12 0 188371686 934797312 186749 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454060 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7093] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7093/stat : 7093 (java) S 7086 7088 5606 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188371695 934797312 186749 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7094] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7094/stat : 7094 (java) S 7086 7088 5606 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188371695 934797312 186749 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7095] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7095/stat : 7095 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188371699 934797312 186749 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7096] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7096/stat : 7096 (java) S 7086 7088 5606 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188371699 934797312 186749 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7097] ppid=7086 vsize=912888 CPUtime=2.44
/proc/7088/task/7097/stat : 7097 (java) S 7086 7088 5606 0 -1 64 3699 0 0 0 243 1 0 0 16 0 12 0 188371700 934797312 186749 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7098] ppid=7086 vsize=912888 CPUtime=1.55
/proc/7088/task/7098/stat : 7098 (java) S 7086 7088 5606 0 -1 64 1974 0 0 0 154 1 0 0 16 0 12 0 188371700 934797312 186749 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7099] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7099/stat : 7099 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188371700 934797312 186749 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7100] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7100/stat : 7100 (java) S 7086 7088 5606 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188371700 934797312 186749 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 106.79
Current children cumulated vsize (KiB) 912888

[startup+162.575 s]
/proc/loadavg: 2.29 2.15 1.93 3/104 7417
/proc/meminfo: memFree=1012112/2055920 swapFree=4192812/4192956
[pid=7088] ppid=7086 vsize=912888 CPUtime=166.14
/proc/7088/stat : 7088 (java) S 7086 7088 5606 0 -1 0 197077 0 1 0 16522 92 0 0 18 0 12 0 188371681 934797312 186753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7088/statm: 228222 186753 2487 14 0 214659 0
[pid=7088/tid=7090] ppid=7086 vsize=912888 CPUtime=9.9
/proc/7088/task/7090/stat : 7090 (java) S 7086 7088 5606 0 -1 64 76975 0 0 0 953 37 0 0 15 0 12 0 188371683 934797312 186753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7091] ppid=7086 vsize=912888 CPUtime=9.74
/proc/7088/task/7091/stat : 7091 (java) S 7086 7088 5606 0 -1 64 70110 0 0 0 946 28 0 0 16 0 12 0 188371683 934797312 186753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7092] ppid=7086 vsize=912888 CPUtime=107.62
/proc/7088/task/7092/stat : 7092 (java) R 7086 7088 5606 0 -1 64 5560 0 0 0 10759 3 0 0 25 0 12 0 188371686 934797312 186753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454046 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7093] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7093/stat : 7093 (java) S 7086 7088 5606 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188371695 934797312 186753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7094] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7094/stat : 7094 (java) S 7086 7088 5606 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188371695 934797312 186753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7095] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7095/stat : 7095 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188371699 934797312 186753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7096] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7096/stat : 7096 (java) S 7086 7088 5606 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188371699 934797312 186753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7097] ppid=7086 vsize=912888 CPUtime=2.44
/proc/7088/task/7097/stat : 7097 (java) S 7086 7088 5606 0 -1 64 3699 0 0 0 243 1 0 0 16 0 12 0 188371700 934797312 186753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7098] ppid=7086 vsize=912888 CPUtime=1.57
/proc/7088/task/7098/stat : 7098 (java) S 7086 7088 5606 0 -1 64 1974 0 0 0 156 1 0 0 16 0 12 0 188371700 934797312 186753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7099] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7099/stat : 7099 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188371700 934797312 186753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7100] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7100/stat : 7100 (java) S 7086 7088 5606 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188371700 934797312 186753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 166.14
Current children cumulated vsize (KiB) 912888

[startup+222.622 s]
/proc/loadavg: 2.18 2.14 1.93 3/104 7417
/proc/meminfo: memFree=1011664/2055920 swapFree=4192812/4192956
[pid=7088] ppid=7086 vsize=912888 CPUtime=225.94
/proc/7088/stat : 7088 (java) S 7086 7088 5606 0 -1 0 197098 0 1 0 22502 92 0 0 18 0 12 0 188371681 934797312 186758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7088/statm: 228222 186758 2487 14 0 214659 0
[pid=7088/tid=7090] ppid=7086 vsize=912888 CPUtime=9.9
/proc/7088/task/7090/stat : 7090 (java) S 7086 7088 5606 0 -1 64 76975 0 0 0 953 37 0 0 15 0 12 0 188371683 934797312 186758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7091] ppid=7086 vsize=912888 CPUtime=9.74
/proc/7088/task/7091/stat : 7091 (java) S 7086 7088 5606 0 -1 64 70110 0 0 0 946 28 0 0 16 0 12 0 188371683 934797312 186758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7092] ppid=7086 vsize=912888 CPUtime=163.87
/proc/7088/task/7092/stat : 7092 (java) R 7086 7088 5606 0 -1 64 5560 0 0 0 16384 3 0 0 25 0 12 0 188371686 934797312 186758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454535 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7093] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7093/stat : 7093 (java) S 7086 7088 5606 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188371695 934797312 186758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7094] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7094/stat : 7094 (java) S 7086 7088 5606 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188371695 934797312 186758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7095] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7095/stat : 7095 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 188371699 934797312 186758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7096] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7096/stat : 7096 (java) S 7086 7088 5606 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188371699 934797312 186758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7097] ppid=7086 vsize=912888 CPUtime=2.47
/proc/7088/task/7097/stat : 7097 (java) S 7086 7088 5606 0 -1 64 3703 0 0 0 246 1 0 0 16 0 12 0 188371700 934797312 186758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7088/tid=7098] ppid=7086 vsize=912888 CPUtime=1.57
/proc/7088/task/7098/stat : 7098 (java) S 7086 7088 5606 0 -1 64 1974 0 0 0 156 1 0 0 16 0 12 0 188371700 934797312 186758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7099] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7099/stat : 7099 (java) S 7086 7088 5606 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 188371700 934797312 186758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7088/tid=7100] ppid=7086 vsize=912888 CPUtime=0
/proc/7088/task/7100/stat : 7100 (java) S 7086 7088 5606 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188371700 934797312 186758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 225.94
Current children cumulated vsize (KiB) 912888

Child status: 1
Real time (s): 279.952
CPU time (s): 283.208
CPU user time (s): 282.154
CPU system time (s): 1.05384
CPU usage (%): 101.163
Max. virtual memory (cumulated for all children) (KiB): 916904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 282.154
system time used= 1.05384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197140
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= 7179
involuntary context switches= 11958

runsolver used 0.352946 s user time and 0.885865 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Wed Jan 10 03:29:20 UTC 2007


IDJOB= 248459
IDBENCH= 11708
FILE ID= node3/248459-1168399760

PBS_JOBID= 3522890

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-30/primes-30-80-2-1.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248459-1168399760/sat4jCSP-bf3.jar /tmp/evaluation/248459-1168399760/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-248459-1168399760 -o ROOT/results/node3/solver-248459-1168399760 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248459-1168399760/sat4jCSP-bf3.jar /tmp/evaluation/248459-1168399760/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  ab4abd1c40d296e55e0b0454bc7939cd

RANDOM SEED= 957829887

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.279
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.279
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:       1182192 kB
Buffers:         30096 kB
Cached:         137864 kB
SwapCached:          0 kB
Active:         722600 kB
Inactive:        96628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1182192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:         680736 kB
Slab:            38228 kB
Committed_AS:  6413212 kB
PageTables:       3272 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= 66558 MiB



End job on node3 on Wed Jan 10 03:34:01 UTC 2007