Trace number 1049894

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? 207.688 207.798

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s3-3-3-5.xml
MD5SUM76e2a554aaea5c4ce06abc2cc149c864
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.142977
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints646
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension646
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1049894-1215047158/watcher-1049894-1215047158 -o /tmp/evaluation-result-1049894-1215047158/solver-1049894-1215047158 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1049894-1215047158.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: 2.21 2.18 2.07 4/73 8789
/proc/meminfo: memFree=1849184/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=18572 CPUtime=0
/proc/8789/stat : 8789 (runsolver) R 8787 8789 7759 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1983691059 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 268582841639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8789/statm: 4643 292 257 25 0 2626 0

[startup+0.0447299 s]
/proc/loadavg: 2.21 2.18 2.07 4/73 8789
/proc/meminfo: memFree=1849184/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=801432 CPUtime=0.03
/proc/8789/stat : 8789 (java) S 8787 8789 7759 0 -1 0 2466 0 1 0 2 1 0 0 18 0 5 0 1983691059 820666368 2204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 200358 2204 936 9 0 197741 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.102559 s]
/proc/loadavg: 2.21 2.18 2.07 4/73 8789
/proc/meminfo: memFree=1849184/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=804612 CPUtime=0.09
/proc/8789/stat : 8789 (java) S 8787 8789 7759 0 -1 0 2999 0 1 0 7 2 0 0 18 0 12 0 1983691059 823922688 2732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 201153 2732 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301598 s]
/proc/loadavg: 2.21 2.18 2.07 4/73 8789
/proc/meminfo: memFree=1849184/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=807760 CPUtime=0.28
/proc/8789/stat : 8789 (java) S 8787 8789 7759 0 -1 0 4826 0 1 0 25 3 0 0 18 0 12 0 1983691059 827146240 4155 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 201940 4155 1299 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.701671 s]
/proc/loadavg: 2.21 2.18 2.07 4/73 8789
/proc/meminfo: memFree=1849184/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=807788 CPUtime=0.68
/proc/8789/stat : 8789 (java) S 8787 8789 7759 0 -1 0 6258 0 1 0 64 4 0 0 18 0 12 0 1983691059 827174912 5388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 201947 5388 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50283 s]
/proc/loadavg: 2.21 2.18 2.07 4/85 8801
/proc/meminfo: memFree=1829056/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=808304 CPUtime=1.47
/proc/8789/stat : 8789 (java) S 8787 8789 7759 0 -1 0 7868 0 1 0 142 5 0 0 18 0 12 0 1983691059 827703296 6812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 202076 6812 1360 9 0 199438 0
[pid=8789/tid=8791] ppid=8787 vsize=808304 CPUtime=0.93
/proc/8789/task/8791/stat : 8791 (java) R 8787 8789 7759 0 -1 64 5118 0 1 0 89 4 0 0 20 0 12 0 1983691060 827703296 6812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8792] ppid=8787 vsize=808304 CPUtime=0
/proc/8789/task/8792/stat : 8792 (java) S 8787 8789 7759 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1983691061 827703296 6812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8793] ppid=8787 vsize=808304 CPUtime=0
/proc/8789/task/8793/stat : 8793 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1983691061 827703296 6812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8794] ppid=8787 vsize=808304 CPUtime=0
/proc/8789/task/8794/stat : 8794 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1983691063 827703296 6812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8795] ppid=8787 vsize=808304 CPUtime=0
/proc/8789/task/8795/stat : 8795 (java) S 8787 8789 7759 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1983691064 827703296 6812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8796] ppid=8787 vsize=808304 CPUtime=0
/proc/8789/task/8796/stat : 8796 (java) S 8787 8789 7759 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1983691064 827703296 6812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8797] ppid=8787 vsize=808304 CPUtime=0
/proc/8789/task/8797/stat : 8797 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983691068 827703296 6812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8798] ppid=8787 vsize=808304 CPUtime=0.18
/proc/8789/task/8798/stat : 8798 (java) S 8787 8789 7759 0 -1 64 425 0 0 0 18 0 0 0 16 0 12 0 1983691068 827703296 6812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8799] ppid=8787 vsize=808304 CPUtime=0.33
/proc/8789/task/8799/stat : 8799 (java) R 8787 8789 7759 0 -1 64 1560 0 0 0 33 0 0 0 16 0 12 0 1983691068 827703296 6812 996147200 134512640 134550740 4294956032 18446744073709551615 105562801 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8800] ppid=8787 vsize=808304 CPUtime=0
/proc/8789/task/8800/stat : 8800 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983691068 827703296 6812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8801] ppid=8787 vsize=808304 CPUtime=0
/proc/8789/task/8801/stat : 8801 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983691068 827703296 6812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808304

[startup+3.10114 s]
/proc/loadavg: 2.19 2.17 2.07 5/85 8801
/proc/meminfo: memFree=1815680/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=819432 CPUtime=3.14
/proc/8789/stat : 8789 (java) S 8787 8789 7759 0 -1 0 17731 0 1 0 304 10 0 0 18 0 12 0 1983691059 839098368 12165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 204858 12165 1383 9 0 202220 0
[pid=8789/tid=8791] ppid=8787 vsize=819432 CPUtime=1.53
/proc/8789/task/8791/stat : 8791 (java) R 8787 8789 7759 0 -1 64 7654 0 1 0 148 5 0 0 25 0 12 0 1983691060 839098368 12165 996147200 134512640 134550740 4294956032 18446744073709551615 4109147562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8792] ppid=8787 vsize=819432 CPUtime=0
/proc/8789/task/8792/stat : 8792 (java) S 8787 8789 7759 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1983691061 839098368 12165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8793] ppid=8787 vsize=819432 CPUtime=0
/proc/8789/task/8793/stat : 8793 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1983691061 839098368 12165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8794] ppid=8787 vsize=819432 CPUtime=0
/proc/8789/task/8794/stat : 8794 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1983691063 839098368 12165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8795] ppid=8787 vsize=819432 CPUtime=0
/proc/8789/task/8795/stat : 8795 (java) S 8787 8789 7759 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1983691064 839098368 12165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8796] ppid=8787 vsize=819432 CPUtime=0
/proc/8789/task/8796/stat : 8796 (java) S 8787 8789 7759 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1983691064 839098368 12165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8797] ppid=8787 vsize=819432 CPUtime=0
/proc/8789/task/8797/stat : 8797 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983691068 839098368 12165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8798] ppid=8787 vsize=819432 CPUtime=0.48
/proc/8789/task/8798/stat : 8798 (java) S 8787 8789 7759 0 -1 64 1444 0 0 0 48 0 0 0 16 0 12 0 1983691068 839098368 12165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8799] ppid=8787 vsize=819432 CPUtime=1.09
/proc/8789/task/8799/stat : 8799 (java) S 8787 8789 7759 0 -1 64 7868 0 0 0 106 3 0 0 16 0 12 0 1983691068 839098368 12165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8800] ppid=8787 vsize=819432 CPUtime=0
/proc/8789/task/8800/stat : 8800 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983691068 839098368 12165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8801] ppid=8787 vsize=819432 CPUtime=0
/proc/8789/task/8801/stat : 8801 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983691068 839098368 12165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 819432

[startup+6.30275 s]
/proc/loadavg: 2.19 2.17 2.07 3/85 8801
/proc/meminfo: memFree=1759168/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=819880 CPUtime=6.32
/proc/8789/stat : 8789 (java) S 8787 8789 7759 0 -1 0 35809 0 1 0 613 19 0 0 18 0 12 0 1983691059 839557120 27583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 204970 27583 1388 9 0 202332 0
[pid=8789/tid=8791] ppid=8787 vsize=819880 CPUtime=3.63
/proc/8789/task/8791/stat : 8791 (java) R 8787 8789 7759 0 -1 64 17290 0 1 0 353 10 0 0 25 0 12 0 1983691060 839557120 27583 996147200 134512640 134550740 4294956032 18446744073709551615 4109805594 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8792] ppid=8787 vsize=819880 CPUtime=0.08
/proc/8789/task/8792/stat : 8792 (java) S 8787 8789 7759 0 -1 64 2747 0 0 0 7 1 0 0 16 0 12 0 1983691061 839557120 27583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8793] ppid=8787 vsize=819880 CPUtime=0.09
/proc/8789/task/8793/stat : 8793 (java) S 8787 8789 7759 0 -1 64 2711 0 0 0 8 1 0 0 16 0 12 0 1983691061 839557120 27583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8794] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8794/stat : 8794 (java) S 8787 8789 7759 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1983691063 839557120 27583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8795] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8795/stat : 8795 (java) S 8787 8789 7759 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983691064 839557120 27583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8796] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8796/stat : 8796 (java) S 8787 8789 7759 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983691064 839557120 27583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8797] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8797/stat : 8797 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983691068 839557120 27583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8798] ppid=8787 vsize=819880 CPUtime=1.31
/proc/8789/task/8798/stat : 8798 (java) S 8787 8789 7759 0 -1 64 4344 0 0 0 130 1 0 0 21 0 12 0 1983691068 839557120 27583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8799] ppid=8787 vsize=819880 CPUtime=1.16
/proc/8789/task/8799/stat : 8799 (java) S 8787 8789 7759 0 -1 64 7872 0 0 0 113 3 0 0 16 0 12 0 1983691068 839557120 27583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8800] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8800/stat : 8800 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983691068 839557120 27583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8801] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8801/stat : 8801 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983691068 839557120 27583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 819880

[startup+12.702 s]
/proc/loadavg: 2.16 2.17 2.06 3/85 8801
/proc/meminfo: memFree=1703296/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=819880 CPUtime=12.89
/proc/8789/stat : 8789 (java) S 8787 8789 7759 0 -1 0 47599 0 1 0 1265 24 0 0 18 0 12 0 1983691059 839557120 38742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 204970 38742 1388 9 0 202332 0
[pid=8789/tid=8791] ppid=8787 vsize=819880 CPUtime=9.15
/proc/8789/task/8791/stat : 8791 (java) R 8787 8789 7759 0 -1 64 17302 0 1 0 905 10 0 0 25 0 12 0 1983691060 839557120 38742 996147200 134512640 134550740 4294956032 18446744073709551615 4109777671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8792] ppid=8787 vsize=819880 CPUtime=0.6
/proc/8789/task/8792/stat : 8792 (java) S 8787 8789 7759 0 -1 64 8670 0 0 0 57 3 0 0 16 0 12 0 1983691061 839557120 38742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8793] ppid=8787 vsize=819880 CPUtime=0.59
/proc/8789/task/8793/stat : 8793 (java) S 8787 8789 7759 0 -1 64 8566 0 0 0 56 3 0 0 17 0 12 0 1983691061 839557120 38742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8794] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8794/stat : 8794 (java) S 8787 8789 7759 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1983691063 839557120 38742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8795] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8795/stat : 8795 (java) S 8787 8789 7759 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983691064 839557120 38742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8796] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8796/stat : 8796 (java) S 8787 8789 7759 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983691064 839557120 38742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8797] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8797/stat : 8797 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983691068 839557120 38742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8798] ppid=8787 vsize=819880 CPUtime=1.31
/proc/8789/task/8798/stat : 8798 (java) S 8787 8789 7759 0 -1 64 4344 0 0 0 130 1 0 0 21 0 12 0 1983691068 839557120 38742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8799] ppid=8787 vsize=819880 CPUtime=1.16
/proc/8789/task/8799/stat : 8799 (java) S 8787 8789 7759 0 -1 64 7872 0 0 0 113 3 0 0 16 0 12 0 1983691068 839557120 38742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8800] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8800/stat : 8800 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983691068 839557120 38742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8801] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8801/stat : 8801 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983691068 839557120 38742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 819880

[startup+25.5023 s]
/proc/loadavg: 2.14 2.16 2.06 3/85 8801
/proc/meminfo: memFree=1616384/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=819880 CPUtime=25.73
/proc/8789/stat : 8789 (java) S 8787 8789 7759 0 -1 0 68550 0 1 0 2541 32 0 0 18 0 12 0 1983691059 839557120 59291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 204970 59291 1388 9 0 202332 0
[pid=8789/tid=8791] ppid=8787 vsize=819880 CPUtime=20.51
/proc/8789/task/8791/stat : 8791 (java) R 8787 8789 7759 0 -1 64 17323 0 1 0 2040 11 0 0 25 0 12 0 1983691060 839557120 59291 996147200 134512640 134550740 4294956032 18446744073709551615 4109698969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8792] ppid=8787 vsize=819880 CPUtime=1.45
/proc/8789/task/8792/stat : 8792 (java) S 8787 8789 7759 0 -1 64 18173 0 0 0 139 6 0 0 16 0 12 0 1983691061 839557120 59291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8793] ppid=8787 vsize=819880 CPUtime=1.22
/proc/8789/task/8793/stat : 8793 (java) S 8787 8789 7759 0 -1 64 19993 0 0 0 115 7 0 0 16 0 12 0 1983691061 839557120 59291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8794] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8794/stat : 8794 (java) S 8787 8789 7759 0 -1 64 83 0 0 0 0 0 0 0 15 0 12 0 1983691063 839557120 59291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8795] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8795/stat : 8795 (java) S 8787 8789 7759 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983691064 839557120 59291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8796] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8796/stat : 8796 (java) S 8787 8789 7759 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983691064 839557120 59291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8797] ppid=8787 vsize=819880 CPUtime=0
/proc/8789/task/8797/stat : 8797 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983691068 839557120 59291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=8789/tid=8800] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8800/stat : 8800 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8801] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8801/stat : 8801 (java) S 8787 8789 7759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.87
Current children cumulated vsize (KiB) 824908

[startup+198.303 s]
/proc/loadavg: 2.64 2.38 2.16 3/85 8801
/proc/meminfo: memFree=1149440/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=824908 CPUtime=198.24
/proc/8789/stat : 8789 (java) S 8787 8789 7759 0 -1 0 286064 0 1 0 19704 120 0 0 18 0 12 0 1983691059 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 206227 175618 1392 9 0 203589 0
[pid=8789/tid=8791] ppid=8787 vsize=824908 CPUtime=97.46
/proc/8789/task/8791/stat : 8791 (java) S 8787 8789 7759 0 -1 64 17455 0 1 0 9735 11 0 0 17 0 12 0 1983691060 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8792] ppid=8787 vsize=824908 CPUtime=7.01
/proc/8789/task/8792/stat : 8792 (java) S 8787 8789 7759 0 -1 64 76293 0 0 0 671 30 0 0 15 0 12 0 1983691061 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8793] ppid=8787 vsize=824908 CPUtime=6.72
/proc/8789/task/8793/stat : 8793 (java) S 8787 8789 7759 0 -1 64 76638 0 0 0 643 29 0 0 16 0 12 0 1983691061 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8794] ppid=8787 vsize=824908 CPUtime=84.52
/proc/8789/task/8794/stat : 8794 (java) R 8787 8789 7759 0 -1 64 102699 0 0 0 8409 43 0 0 25 0 12 0 1983691063 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8795] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8795/stat : 8795 (java) S 8787 8789 7759 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983691064 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8796] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8796/stat : 8796 (java) S 8787 8789 7759 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983691064 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8797] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8797/stat : 8797 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8798] ppid=8787 vsize=824908 CPUtime=1.31
/proc/8789/task/8798/stat : 8798 (java) S 8787 8789 7759 0 -1 64 4344 0 0 0 130 1 0 0 21 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8799] ppid=8787 vsize=824908 CPUtime=1.16
/proc/8789/task/8799/stat : 8799 (java) S 8787 8789 7759 0 -1 64 7872 0 0 0 113 3 0 0 16 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8800] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8800/stat : 8800 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8801] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8801/stat : 8801 (java) S 8787 8789 7759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 198.24
Current children cumulated vsize (KiB) 824908

[startup+204.703 s]
/proc/loadavg: 2.59 2.37 2.16 3/85 8801
/proc/meminfo: memFree=1149440/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=824908 CPUtime=204.62
/proc/8789/stat : 8789 (java) S 8787 8789 7759 0 -1 0 290573 0 1 0 20340 122 0 0 18 0 12 0 1983691059 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 206227 175618 1392 9 0 203589 0
[pid=8789/tid=8791] ppid=8787 vsize=824908 CPUtime=97.61
/proc/8789/task/8791/stat : 8791 (java) S 8787 8789 7759 0 -1 64 17458 0 1 0 9750 11 0 0 17 0 12 0 1983691060 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8792] ppid=8787 vsize=824908 CPUtime=7.01
/proc/8789/task/8792/stat : 8792 (java) S 8787 8789 7759 0 -1 64 76293 0 0 0 671 30 0 0 15 0 12 0 1983691061 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8793] ppid=8787 vsize=824908 CPUtime=6.72
/proc/8789/task/8793/stat : 8793 (java) S 8787 8789 7759 0 -1 64 76638 0 0 0 643 29 0 0 16 0 12 0 1983691061 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8794] ppid=8787 vsize=824908 CPUtime=90.74
/proc/8789/task/8794/stat : 8794 (java) R 8787 8789 7759 0 -1 64 107205 0 0 0 9030 44 0 0 25 0 12 0 1983691063 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8795] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8795/stat : 8795 (java) S 8787 8789 7759 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983691064 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8796] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8796/stat : 8796 (java) S 8787 8789 7759 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983691064 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8797] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8797/stat : 8797 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8798] ppid=8787 vsize=824908 CPUtime=1.31
/proc/8789/task/8798/stat : 8798 (java) S 8787 8789 7759 0 -1 64 4344 0 0 0 130 1 0 0 21 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8799] ppid=8787 vsize=824908 CPUtime=1.16
/proc/8789/task/8799/stat : 8799 (java) S 8787 8789 7759 0 -1 64 7872 0 0 0 113 3 0 0 16 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8800] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8800/stat : 8800 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8801] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8801/stat : 8801 (java) S 8787 8789 7759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.62
Current children cumulated vsize (KiB) 824908

[startup+206.301 s]
/proc/loadavg: 2.59 2.37 2.16 3/85 8801
/proc/meminfo: memFree=1151616/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=824908 CPUtime=206.21
/proc/8789/stat : 8789 (java) S 8787 8789 7759 0 -1 0 292077 0 1 0 20498 123 0 0 18 0 12 0 1983691059 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 206227 175618 1392 9 0 203589 0
[pid=8789/tid=8791] ppid=8787 vsize=824908 CPUtime=97.64
/proc/8789/task/8791/stat : 8791 (java) S 8787 8789 7759 0 -1 64 17460 0 1 0 9753 11 0 0 17 0 12 0 1983691060 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8792] ppid=8787 vsize=824908 CPUtime=7.01
/proc/8789/task/8792/stat : 8792 (java) S 8787 8789 7759 0 -1 64 76293 0 0 0 671 30 0 0 15 0 12 0 1983691061 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8793] ppid=8787 vsize=824908 CPUtime=6.72
/proc/8789/task/8793/stat : 8793 (java) S 8787 8789 7759 0 -1 64 76638 0 0 0 643 29 0 0 16 0 12 0 1983691061 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8794] ppid=8787 vsize=824908 CPUtime=92.29
/proc/8789/task/8794/stat : 8794 (java) R 8787 8789 7759 0 -1 64 108707 0 0 0 9184 45 0 0 25 0 12 0 1983691063 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8795] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8795/stat : 8795 (java) S 8787 8789 7759 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983691064 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8796] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8796/stat : 8796 (java) S 8787 8789 7759 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983691064 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8797] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8797/stat : 8797 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8798] ppid=8787 vsize=824908 CPUtime=1.31
/proc/8789/task/8798/stat : 8798 (java) S 8787 8789 7759 0 -1 64 4344 0 0 0 130 1 0 0 21 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8799] ppid=8787 vsize=824908 CPUtime=1.16
/proc/8789/task/8799/stat : 8799 (java) S 8787 8789 7759 0 -1 64 7872 0 0 0 113 3 0 0 16 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8800] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8800/stat : 8800 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8801] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8801/stat : 8801 (java) S 8787 8789 7759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 206.21
Current children cumulated vsize (KiB) 824908

[startup+207.101 s]
/proc/loadavg: 2.54 2.37 2.16 3/85 8801
/proc/meminfo: memFree=1149440/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=824908 CPUtime=207.01
/proc/8789/stat : 8789 (java) S 8787 8789 7759 0 -1 0 292077 0 1 0 20578 123 0 0 18 0 12 0 1983691059 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 206227 175618 1392 9 0 203589 0
[pid=8789/tid=8791] ppid=8787 vsize=824908 CPUtime=97.64
/proc/8789/task/8791/stat : 8791 (java) S 8787 8789 7759 0 -1 64 17460 0 1 0 9753 11 0 0 17 0 12 0 1983691060 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8792] ppid=8787 vsize=824908 CPUtime=7.01
/proc/8789/task/8792/stat : 8792 (java) S 8787 8789 7759 0 -1 64 76293 0 0 0 671 30 0 0 15 0 12 0 1983691061 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8793] ppid=8787 vsize=824908 CPUtime=6.72
/proc/8789/task/8793/stat : 8793 (java) S 8787 8789 7759 0 -1 64 76638 0 0 0 643 29 0 0 16 0 12 0 1983691061 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8794] ppid=8787 vsize=824908 CPUtime=93.09
/proc/8789/task/8794/stat : 8794 (java) R 8787 8789 7759 0 -1 64 108707 0 0 0 9264 45 0 0 25 0 12 0 1983691063 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8795] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8795/stat : 8795 (java) S 8787 8789 7759 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983691064 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8796] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8796/stat : 8796 (java) S 8787 8789 7759 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983691064 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8797] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8797/stat : 8797 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8798] ppid=8787 vsize=824908 CPUtime=1.31
/proc/8789/task/8798/stat : 8798 (java) S 8787 8789 7759 0 -1 64 4344 0 0 0 130 1 0 0 21 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8799] ppid=8787 vsize=824908 CPUtime=1.16
/proc/8789/task/8799/stat : 8799 (java) S 8787 8789 7759 0 -1 64 7872 0 0 0 113 3 0 0 16 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8800] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8800/stat : 8800 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8801] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8801/stat : 8801 (java) S 8787 8789 7759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 207.01
Current children cumulated vsize (KiB) 824908

[startup+207.502 s]
/proc/loadavg: 2.54 2.37 2.16 3/85 8801
/proc/meminfo: memFree=1149440/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=824908 CPUtime=207.41
/proc/8789/stat : 8789 (java) S 8787 8789 7759 0 -1 0 292077 0 1 0 20618 123 0 0 18 0 12 0 1983691059 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 206227 175618 1392 9 0 203589 0
[pid=8789/tid=8791] ppid=8787 vsize=824908 CPUtime=97.64
/proc/8789/task/8791/stat : 8791 (java) S 8787 8789 7759 0 -1 64 17460 0 1 0 9753 11 0 0 17 0 12 0 1983691060 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8792] ppid=8787 vsize=824908 CPUtime=7.01
/proc/8789/task/8792/stat : 8792 (java) S 8787 8789 7759 0 -1 64 76293 0 0 0 671 30 0 0 15 0 12 0 1983691061 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8793] ppid=8787 vsize=824908 CPUtime=6.72
/proc/8789/task/8793/stat : 8793 (java) S 8787 8789 7759 0 -1 64 76638 0 0 0 643 29 0 0 16 0 12 0 1983691061 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8794] ppid=8787 vsize=824908 CPUtime=93.49
/proc/8789/task/8794/stat : 8794 (java) R 8787 8789 7759 0 -1 64 108707 0 0 0 9304 45 0 0 25 0 12 0 1983691063 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8795] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8795/stat : 8795 (java) S 8787 8789 7759 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983691064 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8796] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8796/stat : 8796 (java) S 8787 8789 7759 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983691064 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8789/tid=8797] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8797/stat : 8797 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8798] ppid=8787 vsize=824908 CPUtime=1.31
/proc/8789/task/8798/stat : 8798 (java) S 8787 8789 7759 0 -1 64 4344 0 0 0 130 1 0 0 21 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8799] ppid=8787 vsize=824908 CPUtime=1.16
/proc/8789/task/8799/stat : 8799 (java) S 8787 8789 7759 0 -1 64 7872 0 0 0 113 3 0 0 16 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8800] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8800/stat : 8800 (java) S 8787 8789 7759 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8789/tid=8801] ppid=8787 vsize=824908 CPUtime=0
/proc/8789/task/8801/stat : 8801 (java) S 8787 8789 7759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1983691068 844705792 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 207.41
Current children cumulated vsize (KiB) 824908

[startup+207.702 s]
/proc/loadavg: 2.54 2.37 2.16 3/85 8801
/proc/meminfo: memFree=1149440/2055924 swapFree=4180432/4192956
[pid=8789] ppid=8787 vsize=0 CPUtime=207.58
/proc/8789/stat : 8789 (java) Z 8787 8789 7759 0 -1 12 292090 0 1 0 20634 124 0 0 16 0 2 0 1983691059 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8789/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 207.58
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 207.798
CPU time (s): 207.688
CPU user time (s): 206.343
CPU system time (s): 1.3458
CPU usage (%): 99.947
Max. virtual memory (cumulated for all children) (KiB): 852908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.343
system time used= 1.34579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292090
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= 6635
involuntary context switches= 8776

runsolver used 0.273958 second user time and 0.638902 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-03 03:05:58
IDJOB=1049894
IDBENCH=54852
IDSOLVER=344
FILE ID=node6/1049894-1215047158
PBS_JOBID= 7875161
Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/routing/normalized-s3-3-3-5.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-1049894-1215047158/watcher-1049894-1215047158 -o /tmp/evaluation-result-1049894-1215047158/solver-1049894-1215047158 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1049894-1215047158.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 76e2a554aaea5c4ce06abc2cc149c864
RANDOM SEED=421712035

node6.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.265
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.265
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:      2055924 kB
MemFree:       1849664 kB
Buffers:         20272 kB
Cached:         111780 kB
SwapCached:       6328 kB
Active:          68816 kB
Inactive:        78752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1849664 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            2960 kB
Writeback:           0 kB
Mapped:          22424 kB
Slab:            44032 kB
Committed_AS:  3273124 kB
PageTables:       1888 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= 66544 MiB
End job on node6 at 2008-07-03 03:09:26