Trace number 211477

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-CACHED 1.7 RC BF3? 263.258 265.216

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-rout.xml
MD5SUM3bcd4fdf6cf228e8ae536ebf6cd14fe7
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 benchmark0.804876
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables7561
Number of constraints337
Maximum constraint arity917
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension337
Global constraints used (with number of constraints)

Solver Data (download as text)

0.75	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.75	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.75	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.77	c version CSP COMPETITION BUGFIX 3 CACHED
0.77	c sun.arch.data.model	32
0.77	c java.version	1.5.0_10
0.77	c os.name	Linux
0.77	c os.version	2.6.9-22.EL.rootsmp
0.77	c os.arch	i386
0.77	c Free memory 722620888
0.77	c Max memory 723845120
0.77	c Total memory 723845120
0.77	c Number of processors 2
0.85	c --- Begin Solver configuration ---
0.85	c Stops conflict analysis at the first Unique Implication Point
0.85	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.85	c Learn all clauses as in MiniSAT
0.85	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.85	c VSIDS like heuristics from MiniSAT using a heap
0.85	c No reason simplification
0.85	c --- End Solver configuration ---
0.85	c solving /tmp/evaluation/211477-1168209245/unknown.xml
0.85	c reading problem ... 
1.10	c reading problem named ?
1.10	c reading domains done.
1.10	c reading variables
c reading variables (7561) done.
3.78	c reading predicates 
c reading relations (21) done.
6.35	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
263.75	c starts		: 0
265.04	c conflicts		: 0
265.04	c decisions		: 0
265.04	c propagations		: 0
265.04	c inspects		: 0
265.04	c learnt literals	: 0
265.04	c learnt binary clauses	: 0
265.04	c learnt ternary clauses	: 0
265.04	c learnt clauses	: 0
265.04	c root simplifications	: 0
265.04	c removed literals (reason simplification)	: 0
265.04	c reason swapping (by a shorter reason)	: 0
265.04	c Calls to reduceDB	: 0
265.04	c speed (decisions/second)	: 0.0
265.04	c non guided choices	0
265.04	s UNKNOWN
265.04	c Total wall clock time (in seconds) : 262.281
265.04	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/node29/watcher-211477-1168209245 -o ROOT/results/node29/solver-211477-1168209245 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/211477-1168209245/sat4jCSP-bf3-cached.jar /tmp/evaluation/211477-1168209245/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: 1.45 2.08 2.13 4/86 11232
/proc/meminfo: memFree=500128/2055920 swapFree=4191880/4192956
[pid=11231] ppid=11225 vsize=18540 CPUtime=0
/proc/11231/stat : 11231 (runsolver) D 11225 11231 11101 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 169318878 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 221780700455 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/11231/statm: 4635 279 244 17 0 2626 0

[startup+0.103863 s]
/proc/loadavg: 1.45 2.08 2.13 4/86 11232
/proc/meminfo: memFree=500128/2055920 swapFree=4191880/4192956
[pid=11231] ppid=11225 vsize=216 CPUtime=0
/proc/11231/stat : 11231 (java) D 11225 11231 11101 0 -1 0 45 0 1 0 0 0 0 0 18 0 1 0 169318878 221184 30 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4129700 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/11231/statm: 54 30 25 14 0 2 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 216

[startup+0.511888 s]
/proc/loadavg: 1.45 2.08 2.13 4/86 11232
/proc/meminfo: memFree=500128/2055920 swapFree=4191880/4192956
[pid=11231] ppid=11225 vsize=49668 CPUtime=0.02
/proc/11231/stat : 11231 (java) R 11225 11231 11101 0 -1 0 923 0 42 0 0 2 0 0 18 0 1 0 169318878 50860032 729 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4596693 0 4 0 7368 0 0 0 17 0 0 0
/proc/11231/statm: 12417 730 565 14 0 1707 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 49668

[startup+1.33495 s]
/proc/loadavg: 1.45 2.08 2.13 6/105 11263
/proc/meminfo: memFree=434056/2055920 swapFree=4191880/4192956
[pid=11231] ppid=11225 vsize=906004 CPUtime=0.82
/proc/11231/stat : 11231 (java) R 11225 11231 11101 0 -1 0 6015 0 64 0 70 12 0 0 18 0 12 0 169318878 927748096 5643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053866972 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11231/statm: 226501 5643 2295 14 0 212938 0
[pid=11231/tid=11246] ppid=11225 vsize=906004 CPUtime=0
/proc/11231/task/11246/stat : 11246 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 169318932 927748096 5643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11247] ppid=11225 vsize=906004 CPUtime=0
/proc/11231/task/11247/stat : 11247 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 169318932 927748096 5643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11251] ppid=11225 vsize=906004 CPUtime=0
/proc/11231/task/11251/stat : 11251 (java) S 11225 11231 11101 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 169318935 927748096 5643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11252] ppid=11225 vsize=906004 CPUtime=0
/proc/11231/task/11252/stat : 11252 (java) S 11225 11231 11101 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 169318936 927748096 5643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11253] ppid=11225 vsize=906004 CPUtime=0
/proc/11231/task/11253/stat : 11253 (java) S 11225 11231 11101 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 169318936 927748096 5643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11258] ppid=11225 vsize=906004 CPUtime=0
/proc/11231/task/11258/stat : 11258 (java) S 11225 11231 11101 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169318942 927748096 5643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11259] ppid=11225 vsize=906004 CPUtime=0
/proc/11231/task/11259/stat : 11259 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 169318942 927748096 5643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11260] ppid=11225 vsize=906004 CPUtime=0.15
/proc/11231/task/11260/stat : 11260 (java) S 11225 11231 11101 0 -1 64 731 0 0 0 15 0 0 0 16 0 12 0 169318942 927748096 5643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11261] ppid=11225 vsize=906004 CPUtime=0.13
/proc/11231/task/11261/stat : 11261 (java) S 11225 11231 11101 0 -1 64 154 0 0 0 13 0 0 0 16 0 12 0 169318942 927748096 5643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11262] ppid=11225 vsize=906004 CPUtime=0
/proc/11231/task/11262/stat : 11262 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 169318942 927748096 5643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11263] ppid=11225 vsize=906004 CPUtime=0
/proc/11231/task/11263/stat : 11263 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169318942 927748096 5643 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 906004

[startup+2.98805 s]
/proc/loadavg: 1.45 2.08 2.13 4/105 11263
/proc/meminfo: memFree=380808/2055920 swapFree=4191880/4192956
[pid=11231] ppid=11225 vsize=911208 CPUtime=2.46
/proc/11231/stat : 11231 (java) R 11225 11231 11101 0 -1 0 9794 0 64 0 232 14 0 0 24 0 12 0 169318878 933076992 7345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11231/statm: 227802 7345 2323 14 0 214239 0
[pid=11231/tid=11246] ppid=11225 vsize=911208 CPUtime=0
/proc/11231/task/11246/stat : 11246 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 169318932 933076992 7345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11247] ppid=11225 vsize=911208 CPUtime=0
/proc/11231/task/11247/stat : 11247 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 169318932 933076992 7345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11251] ppid=11225 vsize=911208 CPUtime=0
/proc/11231/task/11251/stat : 11251 (java) S 11225 11231 11101 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 169318935 933076992 7345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11252] ppid=11225 vsize=911208 CPUtime=0
/proc/11231/task/11252/stat : 11252 (java) S 11225 11231 11101 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 169318936 933076992 7345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11253] ppid=11225 vsize=911208 CPUtime=0
/proc/11231/task/11253/stat : 11253 (java) S 11225 11231 11101 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 169318936 933076992 7345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11258] ppid=11225 vsize=911208 CPUtime=0
/proc/11231/task/11258/stat : 11258 (java) S 11225 11231 11101 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169318942 933076992 7345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11259] ppid=11225 vsize=911208 CPUtime=0
/proc/11231/task/11259/stat : 11259 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 169318942 933076992 7345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11260] ppid=11225 vsize=911208 CPUtime=0.73
/proc/11231/task/11260/stat : 11260 (java) S 11225 11231 11101 0 -1 64 1830 0 0 0 72 1 0 0 16 0 12 0 169318942 933076992 7345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11261] ppid=11225 vsize=911208 CPUtime=0.62
/proc/11231/task/11261/stat : 11261 (java) R 11225 11231 11101 0 -1 64 2305 0 0 0 61 1 0 0 17 0 12 0 169318942 933076992 7345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151928073 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11262] ppid=11225 vsize=911208 CPUtime=0
/proc/11231/task/11262/stat : 11262 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 169318942 933076992 7345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11263] ppid=11225 vsize=911208 CPUtime=0
/proc/11231/task/11263/stat : 11263 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169318942 933076992 7345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 911208

[startup+6.19624 s]
/proc/loadavg: 1.66 2.11 2.14 3/105 11263
/proc/meminfo: memFree=357384/2055920 swapFree=4191880/4192956
[pid=11231] ppid=11225 vsize=913004 CPUtime=5.66
/proc/11231/stat : 11231 (java) R 11225 11231 11101 0 -1 0 19075 0 65 0 547 19 0 0 25 0 12 0 169318878 934916096 12761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054743512 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11231/statm: 228251 12761 2477 14 0 214688 0
[pid=11231/tid=11246] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11246/stat : 11246 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 169318932 934916096 12761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11247] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11247/stat : 11247 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 169318932 934916096 12766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11251] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11251/stat : 11251 (java) S 11225 11231 11101 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 169318935 934916096 12767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11252] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11252/stat : 11252 (java) S 11225 11231 11101 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 169318936 934916096 12767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11253] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11253/stat : 11253 (java) S 11225 11231 11101 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 169318936 934916096 12767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11258] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11258/stat : 11258 (java) S 11225 11231 11101 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169318942 934916096 12767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11259] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11259/stat : 11259 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 169318942 934916096 12767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11260] ppid=11225 vsize=913004 CPUtime=1.65
/proc/11231/task/11260/stat : 11260 (java) S 11225 11231 11101 0 -1 64 1984 0 0 0 164 1 0 0 15 0 12 0 169318942 934916096 12767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11261] ppid=11225 vsize=913004 CPUtime=1.89
/proc/11231/task/11261/stat : 11261 (java) S 11225 11231 11101 0 -1 64 5347 0 0 0 186 3 0 0 15 0 12 0 169318942 934916096 12767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11262] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11262/stat : 11262 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 169318942 934916096 12772 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11263] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11263/stat : 11263 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169318942 934916096 12774 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 913004

[startup+12.6796 s]
/proc/loadavg: 1.71 2.11 2.14 3/105 11263
/proc/meminfo: memFree=273416/2055920 swapFree=4191880/4192956
[pid=11231] ppid=11225 vsize=913004 CPUtime=12.12
/proc/11231/stat : 11231 (java) R 11225 11231 11101 0 -1 0 39926 0 65 0 1186 26 0 0 25 0 12 0 169318878 934916096 32670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054332811 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11231/statm: 228251 32670 2489 14 0 214688 0
[pid=11231/tid=11246] ppid=11225 vsize=913004 CPUtime=0.11
/proc/11231/task/11246/stat : 11246 (java) S 11225 11231 11101 0 -1 64 6853 0 0 0 9 2 0 0 17 0 12 0 169318932 934916096 32670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11247] ppid=11225 vsize=913004 CPUtime=0.09
/proc/11231/task/11247/stat : 11247 (java) S 11225 11231 11101 0 -1 64 3047 0 0 0 9 0 0 0 17 0 12 0 169318932 934916096 32670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11251] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11251/stat : 11251 (java) S 11225 11231 11101 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 169318935 934916096 32670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11252] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11252/stat : 11252 (java) S 11225 11231 11101 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169318936 934916096 32670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11253] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11253/stat : 11253 (java) S 11225 11231 11101 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169318936 934916096 32670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11258] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11258/stat : 11258 (java) S 11225 11231 11101 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169318942 934916096 32670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11259] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11259/stat : 11259 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 169318942 934916096 32670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11260] ppid=11225 vsize=913004 CPUtime=1.76
/proc/11231/task/11260/stat : 11260 (java) S 11225 11231 11101 0 -1 64 2000 0 0 0 175 1 0 0 16 0 12 0 169318942 934916096 32670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11261] ppid=11225 vsize=913004 CPUtime=1.99
/proc/11231/task/11261/stat : 11261 (java) S 11225 11231 11101 0 -1 64 5357 0 0 0 196 3 0 0 16 0 12 0 169318942 934916096 32670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11262] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11262/stat : 11262 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 169318942 934916096 32670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11263] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11263/stat : 11263 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169318942 934916096 32670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 913004

[startup+25.5594 s]
/proc/loadavg: 1.75 2.10 2.13 3/105 11263
/proc/meminfo: memFree=216264/2055920 swapFree=4191880/4192956
[pid=11231] ppid=11225 vsize=913004 CPUtime=24.97
/proc/11231/stat : 11231 (java) R 11225 11231 11101 0 -1 0 56693 0 65 0 2465 32 0 0 25 0 12 0 169318878 934916096 47894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513140 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11231/statm: 228251 47894 2490 14 0 214688 0
[pid=11231/tid=11246] ppid=11225 vsize=913004 CPUtime=0.3
/proc/11231/task/11246/stat : 11246 (java) S 11225 11231 11101 0 -1 64 15350 0 0 0 25 5 0 0 17 0 12 0 169318932 934916096 47894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11247] ppid=11225 vsize=913004 CPUtime=0.26
/proc/11231/task/11247/stat : 11247 (java) S 11225 11231 11101 0 -1 64 11301 0 0 0 23 3 0 0 17 0 12 0 169318932 934916096 47894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11251] ppid=11225 vsize=913004 CPUtime=0.01
/proc/11231/task/11251/stat : 11251 (java) S 11225 11231 11101 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 169318935 934916096 47894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11252] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11252/stat : 11252 (java) S 11225 11231 11101 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169318936 934916096 47894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11253] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11253/stat : 11253 (java) S 11225 11231 11101 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169318936 934916096 47894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11258] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11258/stat : 11258 (java) S 11225 11231 11101 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169318942 934916096 47894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11259] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11259/stat : 11259 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 169318942 934916096 47894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11260] ppid=11225 vsize=913004 CPUtime=1.77
/proc/11231/task/11260/stat : 11260 (java) S 11225 11231 11101 0 -1 64 2000 0 0 0 176 1 0 0 16 0 12 0 169318942 934916096 47894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11261] ppid=11225 vsize=913004 CPUtime=2.01
/proc/11231/task/11261/stat : 11261 (java) S 11225 11231 11101 0 -1 64 5360 0 0 0 198 3 0 0 15 0 12 0 169318942 934916096 47894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11262] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11262/stat : 11262 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 169318942 934916096 47894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11263] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11263/stat : 11263 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169318942 934916096 47894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 913004

[startup+51.228 s]
/proc/loadavg: 1.84 2.09 2.13 3/105 11263
/proc/meminfo: memFree=118536/2055920 swapFree=4191880/4192956
[pid=11231] ppid=11225 vsize=913004 CPUtime=50.51
/proc/11231/stat : 11231 (java) R 11225 11231 11101 0 -1 0 82262 0 65 0 5010 41 0 0 25 0 12 0 169318878 934916096 72911 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513645 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11231/statm: 228251 72911 2490 14 0 214688 0
[pid=11231/tid=11246] ppid=11225 vsize=913004 CPUtime=0.5
/proc/11231/task/11246/stat : 11246 (java) S 11225 11231 11101 0 -1 64 28317 0 0 0 41 9 0 0 17 0 12 0 169318932 934916096 72911 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11231/tid=11247] ppid=11225 vsize=913004 CPUtime=0.5
/proc/11231/task/11247/stat : 11247 (java) S 11225 11231 11101 0 -1 64 23877 0 0 0 42 8 0 0 17 0 12 0 169318932 934916096 72911 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11231/tid=11251] ppid=11225 vsize=913004 CPUtime=0.01
/proc/11231/task/11251/stat : 11251 (java) S 11225 11231 11101 0 -1 64 20 0 0 0 1 0 0 0 15 0 12 0 169318935 934916096 72911 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11231/tid=11252] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11252/stat : 11252 (java) S 11225 11231 11101 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169318936 934916096 72911 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11253] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11253/stat : 11253 (java) S 11225 11231 11101 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169318936 934916096 72911 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11258] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11258/stat : 11258 (java) S 11225 11231 11101 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169318942 934916096 72911 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11259] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11259/stat : 11259 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 169318942 934916096 72911 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11260] ppid=11225 vsize=913004 CPUtime=1.77
/proc/11231/task/11260/stat : 11260 (java) S 11225 11231 11101 0 -1 64 2000 0 0 0 176 1 0 0 16 0 12 0 169318942 934916096 72911 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11261] ppid=11225 vsize=913004 CPUtime=2.01
/proc/11231/task/11261/stat : 11261 (java) S 11225 11231 11101 0 -1 64 5360 0 0 0 198 3 0 0 15 0 12 0 169318942 934916096 72911 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11262] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11262/stat : 11262 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 169318942 934916096 72911 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11263] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11263/stat : 11263 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169318942 934916096 72911 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 913004

[startup+102.457 s]
/proc/loadavg: 1.98 2.09 2.12 3/105 11263
/proc/meminfo: memFree=15176/2055920 swapFree=4191880/4192956
[pid=11231] ppid=11225 vsize=913004 CPUtime=101.45
/proc/11231/stat : 11231 (java) R 11225 11231 11101 0 -1 0 135114 0 65 0 10083 62 0 0 25 0 12 0 169318878 934916096 125505 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053834619 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11231/statm: 228251 125505 2490 14 0 214688 0
[pid=11231/tid=11246] ppid=11225 vsize=913004 CPUtime=1.04
/proc/11231/task/11246/stat : 11246 (java) S 11225 11231 11101 0 -1 64 61108 0 0 0 82 22 0 0 16 0 12 0 169318932 934916096 125505 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11247] ppid=11225 vsize=913004 CPUtime=0.89
/proc/11231/task/11247/stat : 11247 (java) S 11225 11231 11101 0 -1 64 43906 0 0 0 73 16 0 0 16 0 12 0 169318932 934916096 125505 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11231/tid=11251] ppid=11225 vsize=913004 CPUtime=0.01
/proc/11231/task/11251/stat : 11251 (java) S 11225 11231 11101 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 169318935 934916096 125505 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11231/tid=11252] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11252/stat : 11252 (java) S 11225 11231 11101 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169318936 934916096 125505 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11253] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11253/stat : 11253 (java) S 11225 11231 11101 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169318936 934916096 125505 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11258] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11258/stat : 11258 (java) S 11225 11231 11101 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169318942 934916096 125505 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11259] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11259/stat : 11259 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 169318942 934916096 125505 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11260] ppid=11225 vsize=913004 CPUtime=1.77
/proc/11231/task/11260/stat : 11260 (java) S 11225 11231 11101 0 -1 64 2000 0 0 0 176 1 0 0 16 0 12 0 169318942 934916096 125505 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11261] ppid=11225 vsize=913004 CPUtime=2.01
/proc/11231/task/11261/stat : 11261 (java) S 11225 11231 11101 0 -1 64 5360 0 0 0 198 3 0 0 15 0 12 0 169318942 934916096 125505 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11262] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11262/stat : 11262 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 169318942 934916096 125505 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11263] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11263/stat : 11263 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169318942 934916096 125505 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 913004

[startup+162.46 s]
/proc/loadavg: 1.99 2.07 2.11 3/105 11263
/proc/meminfo: memFree=15816/2055920 swapFree=4191880/4192956
[pid=11231] ppid=11225 vsize=913004 CPUtime=161.13
/proc/11231/stat : 11231 (java) R 11225 11231 11101 0 -1 0 200745 0 66 0 16025 88 0 0 25 0 12 0 169318878 934916096 187051 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055075401 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11231/statm: 228251 187051 2491 14 0 214688 0
[pid=11231/tid=11246] ppid=11225 vsize=913004 CPUtime=1.63
/proc/11231/task/11246/stat : 11246 (java) S 11225 11231 11101 0 -1 64 91710 0 0 0 129 34 0 0 16 0 12 0 169318932 934916096 187051 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11247] ppid=11225 vsize=913004 CPUtime=1.54
/proc/11231/task/11247/stat : 11247 (java) S 11225 11231 11101 0 -1 64 77416 0 0 0 126 28 0 0 16 0 12 0 169318932 934916096 187051 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11251] ppid=11225 vsize=913004 CPUtime=0.23
/proc/11231/task/11251/stat : 11251 (java) S 11225 11231 11101 0 -1 64 1502 0 1 0 22 1 0 0 16 0 12 0 169318935 934916096 187051 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11252] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11252/stat : 11252 (java) S 11225 11231 11101 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169318936 934916096 187051 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11253] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11253/stat : 11253 (java) S 11225 11231 11101 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169318936 934916096 187051 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11258] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11258/stat : 11258 (java) S 11225 11231 11101 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169318942 934916096 187051 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11259] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11259/stat : 11259 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 169318942 934916096 187051 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11260] ppid=11225 vsize=913004 CPUtime=1.77
/proc/11231/task/11260/stat : 11260 (java) S 11225 11231 11101 0 -1 64 2000 0 0 0 176 1 0 0 16 0 12 0 169318942 934916096 187051 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11261] ppid=11225 vsize=913004 CPUtime=2.01
/proc/11231/task/11261/stat : 11261 (java) S 11225 11231 11101 0 -1 64 5360 0 0 0 198 3 0 0 15 0 12 0 169318942 934916096 187051 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11262] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11262/stat : 11262 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 169318942 934916096 187051 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11263] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11263/stat : 11263 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169318942 934916096 187051 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.13
Current children cumulated vsize (KiB) 913004

[startup+222.521 s]
/proc/loadavg: 2.16 2.12 2.12 3/105 11263
/proc/meminfo: memFree=15752/2055920 swapFree=4191880/4192956
[pid=11231] ppid=11225 vsize=913004 CPUtime=220.84
/proc/11231/stat : 11231 (java) S 11225 11231 11101 0 -1 0 201033 0 66 0 21994 90 0 0 15 0 12 0 169318878 934916096 187119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11231/statm: 228251 187119 2491 14 0 214688 0
[pid=11231/tid=11246] ppid=11225 vsize=913004 CPUtime=1.63
/proc/11231/task/11246/stat : 11246 (java) S 11225 11231 11101 0 -1 64 91710 0 0 0 129 34 0 0 16 0 12 0 169318932 934916096 187119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11247] ppid=11225 vsize=913004 CPUtime=1.54
/proc/11231/task/11247/stat : 11247 (java) S 11225 11231 11101 0 -1 64 77416 0 0 0 126 28 0 0 16 0 12 0 169318932 934916096 187119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11251] ppid=11225 vsize=913004 CPUtime=47.83
/proc/11231/task/11251/stat : 11251 (java) R 11225 11231 11101 0 -1 64 1570 0 1 0 4780 3 0 0 25 0 12 0 169318935 934916096 187119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694495 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11252] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11252/stat : 11252 (java) S 11225 11231 11101 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 169318936 934916096 187119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11253] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11253/stat : 11253 (java) S 11225 11231 11101 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 169318936 934916096 187119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11258] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11258/stat : 11258 (java) S 11225 11231 11101 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 169318942 934916096 187119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11259] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11259/stat : 11259 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 169318942 934916096 187119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11260] ppid=11225 vsize=913004 CPUtime=1.77
/proc/11231/task/11260/stat : 11260 (java) S 11225 11231 11101 0 -1 64 2000 0 0 0 176 1 0 0 16 0 12 0 169318942 934916096 187119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11261] ppid=11225 vsize=913004 CPUtime=2.01
/proc/11231/task/11261/stat : 11261 (java) S 11225 11231 11101 0 -1 64 5360 0 0 0 198 3 0 0 15 0 12 0 169318942 934916096 187119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11262] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11262/stat : 11262 (java) S 11225 11231 11101 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 169318942 934916096 187119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11231/tid=11263] ppid=11225 vsize=913004 CPUtime=0
/proc/11231/task/11263/stat : 11263 (java) S 11225 11231 11101 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 169318942 934916096 187119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.84
Current children cumulated vsize (KiB) 913004

Child status: 1
Real time (s): 265.216
CPU time (s): 263.258
CPU user time (s): 262.219
CPU system time (s): 1.03884
CPU usage (%): 99.2618
Max. virtual memory (cumulated for all children) (KiB): 913520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.219
system time used= 1.03884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201236
page faults= 69
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9037
involuntary context switches= 12914

runsolver used 0.360945 s user time and 0.818875 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sun Jan  7 22:34:07 UTC 2007


IDJOB= 211477
IDBENCH= 4697
FILE ID= node29/211477-1168209245

PBS_JOBID= 3480824

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-rout.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/211477-1168209245/sat4jCSP-bf3-cached.jar /tmp/evaluation/211477-1168209245/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-211477-1168209245 -o ROOT/results/node29/solver-211477-1168209245 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/211477-1168209245/sat4jCSP-bf3-cached.jar /tmp/evaluation/211477-1168209245/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  3bcd4fdf6cf228e8ae536ebf6cd14fe7

RANDOM SEED= 183340353

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.241
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.241
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:        502552 kB
Buffers:          8712 kB
Cached:        1433984 kB
SwapCached:        264 kB
Active:        1199340 kB
Inactive:       301240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        502552 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7420 kB
Writeback:           0 kB
Mapped:          75592 kB
Slab:            37708 kB
Committed_AS:  3501764 kB
PageTables:       2220 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= 66542 MiB



End job on node29 on Sun Jan  7 22:38:35 UTC 2007