Trace number 1060975

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J CSP 2008-06-13? 666.893 666.393

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-20-30.xml
MD5SUMde1a4b88e074f5e2a8f7cfa8a5e48f0f
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 benchmark1.88871
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints100
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.25	c See www.sat4j.org for details.
0.19/0.25	c That software uses the Rhino library from the Mozilla project.
0.19/0.29	c version 9.9.9.token
0.19/0.29	c sun.arch.data.model	32
0.19/0.29	c java.version	1.6.0_06
0.19/0.29	c os.name	Linux
0.19/0.29	c os.version	2.6.9-22.EL.rootsmp
0.19/0.29	c os.arch	i386
0.19/0.29	c Free memory 669864272
0.19/0.29	c Max memory 672137216
0.19/0.29	c Total memory 672137216
0.19/0.29	c Number of processors 2
0.34/0.34	c c --- Begin Solver configuration ---
0.34/0.34	c Stops conflict analysis at the first Unique Implication Point
0.34/0.34	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.34	c Learn all clauses as in MiniSAT
0.34/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.34	c Expensive reason simplification
0.34/0.34	c MiniSAT restarts strategy
0.34/0.34	c timeout=2147483s
0.34/0.34	c DB Simplification allowed=false
0.34/0.34	c --- End Solver configuration ---
0.34/0.34	c solving HOME/instance-1060975-1215129555.xml
0.34/0.34	c reading problem ... 
0.64/0.60	c reading problem named null
0.64/0.60	c reading domains done.
0.64/0.61	c reading variables done.
0.94/0.95	c reading predicates  done.
1.14/1.13	c reading constraints
666.72/666.25	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
666.72/666.25		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
666.72/666.25		at org.mozilla.javascript.gen.c3.call(rhino.log)
666.72/666.25		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
666.72/666.25		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
666.72/666.25		at org.mozilla.javascript.gen.c3.call(rhino.log)
666.72/666.25		at org.mozilla.javascript.gen.c3.exec(rhino.log)
666.72/666.25		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:129)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
666.72/666.25	c starts		: 0
666.72/666.25	c conflicts		: 0
666.72/666.25	c decisions		: 0
666.72/666.25	c propagations		: 0
666.72/666.25	c inspects		: 0
666.72/666.25	c learnt literals	: 0
666.72/666.25	c learnt binary clauses	: 0
666.72/666.25	c learnt ternary clauses	: 0
666.72/666.25	c learnt clauses	: 0
666.72/666.25	c ignored clauses	: 0
666.72/666.25	c root simplifications	: 0
666.72/666.25	c removed literals (reason simplification)	: 0
666.72/666.25	c reason swapping (by a shorter reason)	: 0
666.72/666.25	c Calls to reduceDB	: 0
666.72/666.26	c speed (assignments/second)	: 0.0
666.72/666.26	c non guided choices	0
666.72/666.26	s UNKNOWN
666.72/666.26	c Total wall clock time (in seconds) : 665.912

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060975-1215129555/watcher-1060975-1215129555 -o /tmp/evaluation-result-1060975-1215129555/solver-1060975-1215129555 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1060975-1215129555.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.91 3/72 8644
/proc/meminfo: memFree=1610296/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=1804 CPUtime=0
/proc/8644/stat : 8644 (java6) D 8642 8644 8087 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1542627242 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/8644/statm: 451 155 111 9 0 93 0

[startup+0.0504499 s]
/proc/loadavg: 1.99 1.97 1.91 3/72 8644
/proc/meminfo: memFree=1610296/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=802236 CPUtime=0.04
/proc/8644/stat : 8644 (java) S 8642 8644 8087 0 -1 0 2596 0 1 0 2 2 0 0 18 0 7 0 1542627242 821489664 2331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/8644/statm: 200559 2331 981 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.101458 s]
/proc/loadavg: 1.99 1.97 1.91 3/72 8644
/proc/meminfo: memFree=1610296/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=804612 CPUtime=0.09
/proc/8644/stat : 8644 (java) S 8642 8644 8087 0 -1 0 3008 0 1 0 7 2 0 0 18 0 12 0 1542627242 823922688 2741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8644/statm: 201153 2741 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301483 s]
/proc/loadavg: 1.99 1.97 1.91 3/72 8644
/proc/meminfo: memFree=1610296/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=808504 CPUtime=0.34
/proc/8644/stat : 8644 (java) S 8642 8644 8087 0 -1 0 5194 0 1 0 30 4 0 0 18 0 12 0 1542627242 827908096 4521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8644/statm: 202126 4521 1310 9 0 199495 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 808504

[startup+0.70154 s]
/proc/loadavg: 1.99 1.97 1.91 3/72 8644
/proc/meminfo: memFree=1610296/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=808532 CPUtime=0.74
/proc/8644/stat : 8644 (java) S 8642 8644 8087 0 -1 0 6171 0 1 0 69 5 0 0 18 0 12 0 1542627242 827936768 5498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8644/statm: 202133 5498 1337 9 0 199495 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 808532

[startup+1.50265 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 8656
/proc/meminfo: memFree=1591000/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=815064 CPUtime=1.53
/proc/8644/stat : 8644 (java) S 8642 8644 8087 0 -1 0 10440 0 1 0 146 7 0 0 18 0 12 0 1542627242 834625536 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8644/statm: 203766 8297 1352 9 0 201128 0
[pid=8644/tid=8646] ppid=8642 vsize=815064 CPUtime=0.85
/proc/8644/task/8646/stat : 8646 (java) R 8642 8644 8087 0 -1 64 5276 0 1 0 81 4 0 0 22 0 12 0 1542627244 834625536 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8647] ppid=8642 vsize=815064 CPUtime=0
/proc/8644/task/8647/stat : 8647 (java) S 8642 8644 8087 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1542627245 834625536 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8648] ppid=8642 vsize=815064 CPUtime=0
/proc/8644/task/8648/stat : 8648 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1542627245 834625536 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8649] ppid=8642 vsize=815064 CPUtime=0
/proc/8644/task/8649/stat : 8649 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1542627246 834625536 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8650] ppid=8642 vsize=815064 CPUtime=0
/proc/8644/task/8650/stat : 8650 (java) S 8642 8644 8087 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1542627247 834625536 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8651] ppid=8642 vsize=815064 CPUtime=0
/proc/8644/task/8651/stat : 8651 (java) S 8642 8644 8087 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 1542627247 834625536 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8652] ppid=8642 vsize=815064 CPUtime=0
/proc/8644/task/8652/stat : 8652 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 834625536 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8653] ppid=8642 vsize=815064 CPUtime=0.39
/proc/8644/task/8653/stat : 8653 (java) R 8642 8644 8087 0 -1 64 3413 0 0 0 38 1 0 0 17 0 12 0 1542627251 834625536 8297 996147200 134512640 134550740 4294956032 18446744073709551615 104112585 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8654] ppid=8642 vsize=815064 CPUtime=0.26
/proc/8644/task/8654/stat : 8654 (java) S 8642 8644 8087 0 -1 64 987 0 0 0 26 0 0 0 16 0 12 0 1542627251 834625536 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8655] ppid=8642 vsize=815064 CPUtime=0
/proc/8644/task/8655/stat : 8655 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 834625536 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8656] ppid=8642 vsize=815064 CPUtime=0
/proc/8644/task/8656/stat : 8656 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1542627251 834625536 8297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 815064

[startup+3.10185 s]
/proc/loadavg: 1.99 1.97 1.91 4/84 8656
/proc/meminfo: memFree=1573848/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=817044 CPUtime=3.13
/proc/8644/stat : 8644 (java) S 8642 8644 8087 0 -1 0 25631 0 1 0 297 16 0 0 18 0 12 0 1542627242 836653056 21585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8644/statm: 204261 21585 1376 9 0 201623 0
[pid=8644/tid=8646] ppid=8642 vsize=817044 CPUtime=1.8
/proc/8644/task/8646/stat : 8646 (java) R 8642 8644 8087 0 -1 64 17539 0 1 0 168 12 0 0 25 0 12 0 1542627244 836653056 21585 996147200 134512640 134550740 4294956032 18446744073709551615 4109754559 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8647] ppid=8642 vsize=817044 CPUtime=0.01
/proc/8644/task/8647/stat : 8647 (java) S 8642 8644 8087 0 -1 64 273 0 0 0 1 0 0 0 17 0 12 0 1542627245 836653056 21585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8648] ppid=8642 vsize=817044 CPUtime=0
/proc/8644/task/8648/stat : 8648 (java) S 8642 8644 8087 0 -1 64 75 0 0 0 0 0 0 0 17 0 12 0 1542627245 836653056 21585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8649] ppid=8642 vsize=817044 CPUtime=0
/proc/8644/task/8649/stat : 8649 (java) S 8642 8644 8087 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1542627246 836653056 21585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8650] ppid=8642 vsize=817044 CPUtime=0
/proc/8644/task/8650/stat : 8650 (java) S 8642 8644 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1542627247 836653056 21585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8651] ppid=8642 vsize=817044 CPUtime=0
/proc/8644/task/8651/stat : 8651 (java) S 8642 8644 8087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542627247 836653056 21585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8652] ppid=8642 vsize=817044 CPUtime=0
/proc/8644/task/8652/stat : 8652 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 836653056 21585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8653] ppid=8642 vsize=817044 CPUtime=1
/proc/8644/task/8653/stat : 8653 (java) S 8642 8644 8087 0 -1 64 5865 0 0 0 98 2 0 0 19 0 12 0 1542627251 836653056 21585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8654] ppid=8642 vsize=817044 CPUtime=0.29
/proc/8644/task/8654/stat : 8654 (java) S 8642 8644 8087 0 -1 64 1086 0 0 0 29 0 0 0 16 0 12 0 1542627251 836653056 21585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8655] ppid=8642 vsize=817044 CPUtime=0
/proc/8644/task/8655/stat : 8655 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 836653056 21585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8656] ppid=8642 vsize=817044 CPUtime=0
/proc/8644/task/8656/stat : 8656 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1542627251 836653056 21585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 817044

[startup+6.30228 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 8656
/proc/meminfo: memFree=1526232/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=816600 CPUtime=6.33
/proc/8644/stat : 8644 (java) S 8642 8644 8087 0 -1 0 29860 0 1 0 614 19 0 0 18 0 12 0 1542627242 836198400 25701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8644/statm: 204150 25701 1376 9 0 201512 0
[pid=8644/tid=8646] ppid=8642 vsize=816600 CPUtime=4.93
/proc/8644/task/8646/stat : 8646 (java) R 8642 8644 8087 0 -1 64 20651 0 1 0 479 14 0 0 25 0 12 0 1542627244 836198400 25701 996147200 134512640 134550740 4294956032 18446744073709551615 4109601022 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8647] ppid=8642 vsize=816600 CPUtime=0.03
/proc/8644/task/8647/stat : 8647 (java) S 8642 8644 8087 0 -1 64 757 0 0 0 3 0 0 0 16 0 12 0 1542627245 836198400 25701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8648] ppid=8642 vsize=816600 CPUtime=0.02
/proc/8644/task/8648/stat : 8648 (java) S 8642 8644 8087 0 -1 64 648 0 0 0 2 0 0 0 16 0 12 0 1542627245 836198400 25701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8649] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8649/stat : 8649 (java) S 8642 8644 8087 0 -1 64 91 0 0 0 0 0 0 0 16 0 12 0 1542627246 836198400 25701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8650] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8650/stat : 8650 (java) S 8642 8644 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1542627247 836198400 25701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8651] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8651/stat : 8651 (java) S 8642 8644 8087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542627247 836198400 25701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8652] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8652/stat : 8652 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 836198400 25701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8653] ppid=8642 vsize=816600 CPUtime=1
/proc/8644/task/8653/stat : 8653 (java) S 8642 8644 8087 0 -1 64 5865 0 0 0 98 2 0 0 19 0 12 0 1542627251 836198400 25701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8654] ppid=8642 vsize=816600 CPUtime=0.29
/proc/8644/task/8654/stat : 8654 (java) S 8642 8644 8087 0 -1 64 1086 0 0 0 29 0 0 0 16 0 12 0 1542627251 836198400 25701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8655] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8655/stat : 8655 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 836198400 25701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8656] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8656/stat : 8656 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1542627251 836198400 25701 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 816600

[startup+12.7011 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 8656
/proc/meminfo: memFree=1512088/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=816600 CPUtime=12.73
/proc/8644/stat : 8644 (java) S 8642 8644 8087 0 -1 0 29881 0 1 0 1254 19 0 0 18 0 12 0 1542627242 836198400 25711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8644/statm: 204150 25711 1376 9 0 201512 0
[pid=8644/tid=8646] ppid=8642 vsize=816600 CPUtime=11.32
/proc/8644/task/8646/stat : 8646 (java) R 8642 8644 8087 0 -1 64 20662 0 1 0 1118 14 0 0 25 0 12 0 1542627244 836198400 25711 996147200 134512640 134550740 4294956032 18446744073709551615 4109601493 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8647] ppid=8642 vsize=816600 CPUtime=0.04
/proc/8644/task/8647/stat : 8647 (java) S 8642 8644 8087 0 -1 64 762 0 0 0 4 0 0 0 15 0 12 0 1542627245 836198400 25711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8648] ppid=8642 vsize=816600 CPUtime=0.02
/proc/8644/task/8648/stat : 8648 (java) S 8642 8644 8087 0 -1 64 653 0 0 0 2 0 0 0 16 0 12 0 1542627245 836198400 25711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8649] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8649/stat : 8649 (java) S 8642 8644 8087 0 -1 64 91 0 0 0 0 0 0 0 16 0 12 0 1542627246 836198400 25711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8650] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8650/stat : 8650 (java) S 8642 8644 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1542627247 836198400 25711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8651] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8651/stat : 8651 (java) S 8642 8644 8087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542627247 836198400 25711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8652] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8652/stat : 8652 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 836198400 25711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8653] ppid=8642 vsize=816600 CPUtime=1
/proc/8644/task/8653/stat : 8653 (java) S 8642 8644 8087 0 -1 64 5865 0 0 0 98 2 0 0 19 0 12 0 1542627251 836198400 25711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8654] ppid=8642 vsize=816600 CPUtime=0.29
/proc/8644/task/8654/stat : 8654 (java) S 8642 8644 8087 0 -1 64 1086 0 0 0 29 0 0 0 16 0 12 0 1542627251 836198400 25711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8655] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8655/stat : 8655 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 836198400 25711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8656] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8656/stat : 8656 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1542627251 836198400 25711 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 816600

[startup+25.5028 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 8656
/proc/meminfo: memFree=1510488/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=816600 CPUtime=25.53
/proc/8644/stat : 8644 (java) S 8642 8644 8087 0 -1 0 30291 0 1 0 2533 20 0 0 18 0 12 0 1542627242 836198400 26100 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8644/statm: 204150 26100 1376 9 0 201512 0
[pid=8644/tid=8646] ppid=8642 vsize=816600 CPUtime=24.1
/proc/8644/task/8646/stat : 8646 (java) R 8642 8644 8087 0 -1 64 21056 0 1 0 2396 14 0 0 25 0 12 0 1542627244 836198400 26100 996147200 134512640 134550740 4294956032 18446744073709551615 4109647366 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8647] ppid=8642 vsize=816600 CPUtime=0.04
/proc/8644/task/8647/stat : 8647 (java) S 8642 8644 8087 0 -1 64 762 0 0 0 4 0 0 0 15 0 12 0 1542627245 836198400 26100 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8648] ppid=8642 vsize=816600 CPUtime=0.03
/proc/8644/task/8648/stat : 8648 (java) S 8642 8644 8087 0 -1 64 669 0 0 0 3 0 0 0 16 0 12 0 1542627245 836198400 26100 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8649] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8649/stat : 8649 (java) S 8642 8644 8087 0 -1 64 91 0 0 0 0 0 0 0 16 0 12 0 1542627246 836198400 26100 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8650] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8650/stat : 8650 (java) S 8642 8644 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1542627247 836198400 26100 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8651] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8651/stat : 8651 (java) S 8642 8644 8087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542627247 836198400 26100 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8652] ppid=8642 vsize=816600 CPUtime=0
/proc/8644/task/8652/stat : 8652 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 836198400 26100 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=8644/tid=8655] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8655/stat : 8655 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8656] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8656/stat : 8656 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 653.34
Current children cumulated vsize (KiB) 841688

[startup+659.103 s]
/proc/loadavg: 2.27 2.29 2.08 3/84 8662
/proc/meminfo: memFree=892760/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=841688 CPUtime=659.68
/proc/8644/stat : 8644 (java) S 8642 8644 8087 0 -1 0 463746 0 1 0 65736 232 0 0 18 0 12 0 1542627242 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8644/statm: 210422 180035 1390 9 0 207784 0
[pid=8644/tid=8646] ppid=8642 vsize=841688 CPUtime=523.49
/proc/8644/task/8646/stat : 8646 (java) S 8642 8644 8087 0 -1 64 21882 0 1 0 52331 18 0 0 17 0 12 0 1542627244 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8647] ppid=8642 vsize=841688 CPUtime=7.99
/proc/8644/task/8647/stat : 8647 (java) S 8642 8644 8087 0 -1 64 71480 0 0 0 768 31 0 0 15 0 12 0 1542627245 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8648] ppid=8642 vsize=841688 CPUtime=8.11
/proc/8644/task/8648/stat : 8648 (java) S 8642 8644 8087 0 -1 64 82090 0 0 0 774 37 0 0 16 0 12 0 1542627245 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8649] ppid=8642 vsize=841688 CPUtime=117.34
/proc/8644/task/8649/stat : 8649 (java) R 8642 8644 8087 0 -1 64 276923 0 0 0 11595 139 0 0 25 0 12 0 1542627246 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 104136397 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8650] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8650/stat : 8650 (java) S 8642 8644 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1542627247 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8651] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8651/stat : 8651 (java) S 8642 8644 8087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542627247 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8652] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8652/stat : 8652 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8653] ppid=8642 vsize=841688 CPUtime=2.21
/proc/8644/task/8653/stat : 8653 (java) S 8642 8644 8087 0 -1 64 9512 0 0 0 218 3 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8654] ppid=8642 vsize=841688 CPUtime=0.46
/proc/8644/task/8654/stat : 8654 (java) S 8642 8644 8087 0 -1 64 1097 0 0 0 46 0 0 0 16 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8655] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8655/stat : 8655 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8656] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8656/stat : 8656 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 659.68
Current children cumulated vsize (KiB) 841688

[startup+662.302 s]
/proc/loadavg: 2.25 2.28 2.08 3/84 8662
/proc/meminfo: memFree=892760/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=841688 CPUtime=662.85
/proc/8644/stat : 8644 (java) S 8642 8644 8087 0 -1 0 469749 0 1 0 66050 235 0 0 18 0 12 0 1542627242 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8644/statm: 210422 180035 1390 9 0 207784 0
[pid=8644/tid=8646] ppid=8642 vsize=841688 CPUtime=523.54
/proc/8644/task/8646/stat : 8646 (java) S 8642 8644 8087 0 -1 64 21883 0 1 0 52336 18 0 0 17 0 12 0 1542627244 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8647] ppid=8642 vsize=841688 CPUtime=7.99
/proc/8644/task/8647/stat : 8647 (java) S 8642 8644 8087 0 -1 64 71480 0 0 0 768 31 0 0 15 0 12 0 1542627245 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8648] ppid=8642 vsize=841688 CPUtime=8.11
/proc/8644/task/8648/stat : 8648 (java) S 8642 8644 8087 0 -1 64 82090 0 0 0 774 37 0 0 16 0 12 0 1542627245 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8649] ppid=8642 vsize=841688 CPUtime=120.47
/proc/8644/task/8649/stat : 8649 (java) R 8642 8644 8087 0 -1 64 282925 0 0 0 11905 142 0 0 25 0 12 0 1542627246 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8650] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8650/stat : 8650 (java) S 8642 8644 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1542627247 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8651] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8651/stat : 8651 (java) S 8642 8644 8087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542627247 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8652] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8652/stat : 8652 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8653] ppid=8642 vsize=841688 CPUtime=2.21
/proc/8644/task/8653/stat : 8653 (java) S 8642 8644 8087 0 -1 64 9512 0 0 0 218 3 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8654] ppid=8642 vsize=841688 CPUtime=0.46
/proc/8644/task/8654/stat : 8654 (java) S 8642 8644 8087 0 -1 64 1097 0 0 0 46 0 0 0 16 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8655] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8655/stat : 8655 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8656] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8656/stat : 8656 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 662.85
Current children cumulated vsize (KiB) 841688

[startup+663.902 s]
/proc/loadavg: 2.25 2.28 2.08 3/84 8662
/proc/meminfo: memFree=892688/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=841688 CPUtime=664.44
/proc/8644/stat : 8644 (java) S 8642 8644 8087 0 -1 0 475753 0 1 0 66206 238 0 0 18 0 12 0 1542627242 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8644/statm: 210422 180035 1390 9 0 207784 0
[pid=8644/tid=8646] ppid=8642 vsize=841688 CPUtime=523.57
/proc/8644/task/8646/stat : 8646 (java) S 8642 8644 8087 0 -1 64 21885 0 1 0 52339 18 0 0 17 0 12 0 1542627244 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8647] ppid=8642 vsize=841688 CPUtime=7.99
/proc/8644/task/8647/stat : 8647 (java) S 8642 8644 8087 0 -1 64 71480 0 0 0 768 31 0 0 15 0 12 0 1542627245 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8648] ppid=8642 vsize=841688 CPUtime=8.11
/proc/8644/task/8648/stat : 8648 (java) S 8642 8644 8087 0 -1 64 82090 0 0 0 774 37 0 0 16 0 12 0 1542627245 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8649] ppid=8642 vsize=841688 CPUtime=122.02
/proc/8644/task/8649/stat : 8649 (java) R 8642 8644 8087 0 -1 64 288927 0 0 0 12057 145 0 0 25 0 12 0 1542627246 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8650] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8650/stat : 8650 (java) S 8642 8644 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1542627247 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8651] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8651/stat : 8651 (java) S 8642 8644 8087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542627247 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8652] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8652/stat : 8652 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8653] ppid=8642 vsize=841688 CPUtime=2.21
/proc/8644/task/8653/stat : 8653 (java) S 8642 8644 8087 0 -1 64 9512 0 0 0 218 3 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8654] ppid=8642 vsize=841688 CPUtime=0.46
/proc/8644/task/8654/stat : 8654 (java) S 8642 8644 8087 0 -1 64 1097 0 0 0 46 0 0 0 16 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8655] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8655/stat : 8655 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8656] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8656/stat : 8656 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 664.44
Current children cumulated vsize (KiB) 841688

[startup+665.507 s]
/proc/loadavg: 2.25 2.28 2.08 3/84 8662
/proc/meminfo: memFree=892752/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=841688 CPUtime=666.02
/proc/8644/stat : 8644 (java) S 8642 8644 8087 0 -1 0 475753 0 1 0 66364 238 0 0 18 0 12 0 1542627242 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8644/statm: 210422 180035 1390 9 0 207784 0
[pid=8644/tid=8646] ppid=8642 vsize=841688 CPUtime=523.57
/proc/8644/task/8646/stat : 8646 (java) S 8642 8644 8087 0 -1 64 21885 0 1 0 52339 18 0 0 17 0 12 0 1542627244 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8647] ppid=8642 vsize=841688 CPUtime=7.99
/proc/8644/task/8647/stat : 8647 (java) S 8642 8644 8087 0 -1 64 71480 0 0 0 768 31 0 0 15 0 12 0 1542627245 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8648] ppid=8642 vsize=841688 CPUtime=8.11
/proc/8644/task/8648/stat : 8648 (java) S 8642 8644 8087 0 -1 64 82090 0 0 0 774 37 0 0 16 0 12 0 1542627245 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8649] ppid=8642 vsize=841688 CPUtime=123.61
/proc/8644/task/8649/stat : 8649 (java) R 8642 8644 8087 0 -1 64 288927 0 0 0 12216 145 0 0 25 0 12 0 1542627246 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8650] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8650/stat : 8650 (java) S 8642 8644 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1542627247 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8651] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8651/stat : 8651 (java) S 8642 8644 8087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542627247 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8652] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8652/stat : 8652 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8653] ppid=8642 vsize=841688 CPUtime=2.21
/proc/8644/task/8653/stat : 8653 (java) S 8642 8644 8087 0 -1 64 9512 0 0 0 218 3 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8654] ppid=8642 vsize=841688 CPUtime=0.46
/proc/8644/task/8654/stat : 8654 (java) S 8642 8644 8087 0 -1 64 1097 0 0 0 46 0 0 0 16 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8655] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8655/stat : 8655 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8656] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8656/stat : 8656 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 666.02
Current children cumulated vsize (KiB) 841688

[startup+665.902 s]
/proc/loadavg: 2.25 2.28 2.08 3/84 8662
/proc/meminfo: memFree=892752/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=841688 CPUtime=666.42
/proc/8644/stat : 8644 (java) S 8642 8644 8087 0 -1 0 475753 0 1 0 66404 238 0 0 18 0 12 0 1542627242 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8644/statm: 210422 180035 1390 9 0 207784 0
[pid=8644/tid=8646] ppid=8642 vsize=841688 CPUtime=523.57
/proc/8644/task/8646/stat : 8646 (java) S 8642 8644 8087 0 -1 64 21885 0 1 0 52339 18 0 0 17 0 12 0 1542627244 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8647] ppid=8642 vsize=841688 CPUtime=7.99
/proc/8644/task/8647/stat : 8647 (java) S 8642 8644 8087 0 -1 64 71480 0 0 0 768 31 0 0 15 0 12 0 1542627245 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8648] ppid=8642 vsize=841688 CPUtime=8.11
/proc/8644/task/8648/stat : 8648 (java) S 8642 8644 8087 0 -1 64 82090 0 0 0 774 37 0 0 16 0 12 0 1542627245 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8649] ppid=8642 vsize=841688 CPUtime=124
/proc/8644/task/8649/stat : 8649 (java) R 8642 8644 8087 0 -1 64 288927 0 0 0 12255 145 0 0 25 0 12 0 1542627246 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 106123858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8644/tid=8650] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8650/stat : 8650 (java) S 8642 8644 8087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1542627247 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8651] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8651/stat : 8651 (java) S 8642 8644 8087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542627247 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8652] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8652/stat : 8652 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8653] ppid=8642 vsize=841688 CPUtime=2.21
/proc/8644/task/8653/stat : 8653 (java) S 8642 8644 8087 0 -1 64 9512 0 0 0 218 3 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8654] ppid=8642 vsize=841688 CPUtime=0.46
/proc/8644/task/8654/stat : 8654 (java) S 8642 8644 8087 0 -1 64 1097 0 0 0 46 0 0 0 16 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8655] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8655/stat : 8655 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8644/tid=8656] ppid=8642 vsize=841688 CPUtime=0
/proc/8644/task/8656/stat : 8656 (java) S 8642 8644 8087 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1542627251 861888512 180035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 666.42
Current children cumulated vsize (KiB) 841688

[startup+666.303 s]
/proc/loadavg: 2.25 2.28 2.08 3/84 8662
/proc/meminfo: memFree=892752/2055920 swapFree=4180424/4192956
[pid=8644] ppid=8642 vsize=0 CPUtime=666.8
/proc/8644/stat : 8644 (java) Z 8642 8644 8087 0 -1 12 475766 0 1 0 66439 241 0 0 16 0 2 0 1542627242 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8644/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 666.8
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 666.393
CPU time (s): 666.893
CPU user time (s): 664.394
CPU system time (s): 2.49862
CPU usage (%): 100.075
Max. virtual memory (cumulated for all children) (KiB): 849692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 664.394
system time used= 2.49862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 475766
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= 24121
involuntary context switches= 25318

runsolver used 0.797878 second user time and 2.25466 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-04 01:59:15
IDJOB=1060975
IDBENCH=54499
IDSOLVER=344
FILE ID=node13/1060975-1215129555
PBS_JOBID= 7877211
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-20-30.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060975-1215129555/watcher-1060975-1215129555 -o /tmp/evaluation-result-1060975-1215129555/solver-1060975-1215129555 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1060975-1215129555.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= de1a4b88e074f5e2a8f7cfa8a5e48f0f
RANDOM SEED=1947305057

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1610776 kB
Buffers:         67772 kB
Cached:         270592 kB
SwapCached:       6668 kB
Active:         193492 kB
Inactive:       173040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1610776 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1172 kB
Writeback:           0 kB
Mapped:          36052 kB
Slab:            63764 kB
Committed_AS:  3006808 kB
PageTables:       1920 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= 66548 MiB
End job on node13 at 2008-07-04 02:10:21