Trace number 1049978

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? 220.063 219.832

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s4-4-3-1.xml
MD5SUMb7273bede112d59293a6e9f7e6f2a477
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 benchmark2.41163
Satisfiable
(Un)Satisfiability was proved
Number of variables672
Number of constraints2028
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2028
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1049978-1215047364/watcher-1049978-1215047364 -o /tmp/evaluation-result-1049978-1215047364/solver-1049978-1215047364 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1049978-1215047364.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.88 1.97 1.98 4/81 25139
/proc/meminfo: memFree=1777848/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=18572 CPUtime=0
/proc/25139/stat : 25139 (runsolver) R 25137 25139 23534 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1983686153 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 231882681639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25139/statm: 4643 292 257 25 0 2626 0

[startup+0.100736 s]
/proc/loadavg: 1.88 1.97 1.98 4/81 25139
/proc/meminfo: memFree=1777848/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=804612 CPUtime=0.08
/proc/25139/stat : 25139 (java) S 25137 25139 23534 0 -1 0 3026 0 1 0 7 1 0 0 19 0 12 0 1983686153 823922688 2758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 201153 2764 1063 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.201713 s]
/proc/loadavg: 1.88 1.97 1.98 4/81 25139
/proc/meminfo: memFree=1777848/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=808424 CPUtime=0.19
/proc/25139/stat : 25139 (java) S 25137 25139 23534 0 -1 0 4504 0 1 0 17 2 0 0 19 0 12 0 1983686153 827826176 3889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 202106 3889 1296 9 0 199475 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 808424

[startup+0.301724 s]
/proc/loadavg: 1.88 1.97 1.98 4/81 25139
/proc/meminfo: memFree=1777848/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=807848 CPUtime=0.29
/proc/25139/stat : 25139 (java) S 25137 25139 23534 0 -1 0 5003 0 1 0 27 2 0 0 19 0 12 0 1983686153 827236352 4330 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 201962 4330 1310 9 0 199331 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807848

[startup+0.701769 s]
/proc/loadavg: 1.88 1.97 1.98 4/81 25139
/proc/meminfo: memFree=1777848/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=807876 CPUtime=0.69
/proc/25139/stat : 25139 (java) S 25137 25139 23534 0 -1 0 6283 0 1 0 65 4 0 0 19 0 12 0 1983686153 827265024 5430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 201969 5430 1337 9 0 199331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807876

[startup+1.50286 s]
/proc/loadavg: 1.88 1.97 1.98 3/93 25151
/proc/meminfo: memFree=1757144/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=807876 CPUtime=1.47
/proc/25139/stat : 25139 (java) S 25137 25139 23534 0 -1 0 7778 0 1 0 142 5 0 0 19 0 12 0 1983686153 827265024 6848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 201969 6848 1355 9 0 199331 0
[pid=25139/tid=25141] ppid=25137 vsize=807876 CPUtime=0.96
/proc/25139/task/25141/stat : 25141 (java) R 25137 25139 23534 0 -1 64 5261 0 1 0 92 4 0 0 25 0 12 0 1983686155 827265024 6848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25142] ppid=25137 vsize=807876 CPUtime=0
/proc/25139/task/25142/stat : 25142 (java) S 25137 25139 23534 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 1983686156 827265024 6848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25143] ppid=25137 vsize=807876 CPUtime=0
/proc/25139/task/25143/stat : 25143 (java) S 25137 25139 23534 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1983686156 827265024 6848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25144] ppid=25137 vsize=807876 CPUtime=0
/proc/25139/task/25144/stat : 25144 (java) S 25137 25139 23534 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1983686157 827265024 6848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25145] ppid=25137 vsize=807876 CPUtime=0
/proc/25139/task/25145/stat : 25145 (java) S 25137 25139 23534 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 1983686158 827265024 6848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25146] ppid=25137 vsize=807876 CPUtime=0
/proc/25139/task/25146/stat : 25146 (java) S 25137 25139 23534 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1983686158 827265024 6848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25147] ppid=25137 vsize=807876 CPUtime=0
/proc/25139/task/25147/stat : 25147 (java) S 25137 25139 23534 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983686162 827265024 6848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25148] ppid=25137 vsize=807876 CPUtime=0.19
/proc/25139/task/25148/stat : 25148 (java) S 25137 25139 23534 0 -1 64 498 0 0 0 19 0 0 0 16 0 12 0 1983686162 827265024 6848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25149] ppid=25137 vsize=807876 CPUtime=0.29
/proc/25139/task/25149/stat : 25149 (java) R 25137 25139 23534 0 -1 64 1257 0 0 0 29 0 0 0 16 0 12 0 1983686162 827265024 6848 996147200 134512640 134550740 4294956032 18446744073709551615 105822784 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25150] ppid=25137 vsize=807876 CPUtime=0
/proc/25139/task/25150/stat : 25150 (java) S 25137 25139 23534 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983686162 827265024 6848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25151] ppid=25137 vsize=807876 CPUtime=0
/proc/25139/task/25151/stat : 25151 (java) S 25137 25139 23534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983686162 827265024 6848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807876

[startup+3.10205 s]
/proc/loadavg: 1.88 1.97 1.98 4/93 25151
/proc/meminfo: memFree=1747160/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=821624 CPUtime=3.07
/proc/25139/stat : 25139 (java) S 25137 25139 23534 0 -1 0 18353 0 1 0 298 9 0 0 19 0 12 0 1983686153 841342976 10843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 205406 10843 1377 9 0 202768 0
[pid=25139/tid=25141] ppid=25137 vsize=821624 CPUtime=1.27
/proc/25139/task/25141/stat : 25141 (java) R 25137 25139 23534 0 -1 64 5902 0 1 0 123 4 0 0 25 0 12 0 1983686155 841342976 10843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25142] ppid=25137 vsize=821624 CPUtime=0
/proc/25139/task/25142/stat : 25142 (java) S 25137 25139 23534 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 1983686156 841342976 10843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25143] ppid=25137 vsize=821624 CPUtime=0
/proc/25139/task/25143/stat : 25143 (java) S 25137 25139 23534 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1983686156 841342976 10843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25144] ppid=25137 vsize=821624 CPUtime=0
/proc/25139/task/25144/stat : 25144 (java) S 25137 25139 23534 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1983686157 841342976 10843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25145] ppid=25137 vsize=821624 CPUtime=0
/proc/25139/task/25145/stat : 25145 (java) S 25137 25139 23534 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 1983686158 841342976 10843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25146] ppid=25137 vsize=821624 CPUtime=0
/proc/25139/task/25146/stat : 25146 (java) S 25137 25139 23534 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1983686158 841342976 10843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25147] ppid=25137 vsize=821624 CPUtime=0
/proc/25139/task/25147/stat : 25147 (java) S 25137 25139 23534 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983686162 841342976 10843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25148] ppid=25137 vsize=821624 CPUtime=0.55
/proc/25139/task/25148/stat : 25148 (java) S 25137 25139 23534 0 -1 64 2239 0 0 0 55 0 0 0 16 0 12 0 1983686162 841342976 10843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25149] ppid=25137 vsize=821624 CPUtime=1.22
/proc/25139/task/25149/stat : 25149 (java) R 25137 25139 23534 0 -1 64 9449 0 0 0 119 3 0 0 19 0 12 0 1983686162 841342976 10843 996147200 134512640 134550740 4294956032 18446744073709551615 106454715 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25150] ppid=25137 vsize=821624 CPUtime=0
/proc/25139/task/25150/stat : 25150 (java) S 25137 25139 23534 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983686162 841342976 10843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25151] ppid=25137 vsize=821624 CPUtime=0
/proc/25139/task/25151/stat : 25151 (java) S 25137 25139 23534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983686162 841342976 10843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 821624

[startup+6.30147 s]
/proc/loadavg: 1.97 1.98 1.98 4/93 25151
/proc/meminfo: memFree=1705944/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=821208 CPUtime=6.26
/proc/25139/stat : 25139 (java) S 25137 25139 23534 0 -1 0 31220 0 1 0 610 16 0 0 19 0 12 0 1983686153 840916992 23339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 205302 23339 1392 9 0 202664 0
[pid=25139/tid=25141] ppid=25137 vsize=821208 CPUtime=3.23
/proc/25139/task/25141/stat : 25141 (java) R 25137 25139 23534 0 -1 64 17335 0 1 0 313 10 0 0 25 0 12 0 1983686155 840916992 23339 996147200 134512640 134550740 4294956032 18446744073709551615 4109793514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25142] ppid=25137 vsize=821208 CPUtime=0.01
/proc/25139/task/25142/stat : 25142 (java) S 25137 25139 23534 0 -1 64 442 0 0 0 1 0 0 0 17 0 12 0 1983686156 840916992 23339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25143] ppid=25137 vsize=821208 CPUtime=0.01
/proc/25139/task/25143/stat : 25143 (java) S 25137 25139 23534 0 -1 64 562 0 0 0 1 0 0 0 17 0 12 0 1983686156 840916992 23339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25144] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25144/stat : 25144 (java) S 25137 25139 23534 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1983686157 840916992 23339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25145] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25145/stat : 25145 (java) S 25137 25139 23534 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983686158 840916992 23339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25146] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25146/stat : 25146 (java) S 25137 25139 23534 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983686158 840916992 23339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25147] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25147/stat : 25147 (java) S 25137 25139 23534 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983686162 840916992 23339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25148] ppid=25137 vsize=821208 CPUtime=1
/proc/25139/task/25148/stat : 25148 (java) S 25137 25139 23534 0 -1 64 2276 0 0 0 100 0 0 0 16 0 12 0 1983686162 840916992 23339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25149] ppid=25137 vsize=821208 CPUtime=1.95
/proc/25139/task/25149/stat : 25149 (java) S 25137 25139 23534 0 -1 64 9813 0 0 0 192 3 0 0 16 0 12 0 1983686162 840916992 23339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25150] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25150/stat : 25150 (java) S 25137 25139 23534 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983686162 840916992 23339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25151] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25151/stat : 25151 (java) S 25137 25139 23534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983686162 840916992 23339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 821208

[startup+12.7012 s]
/proc/loadavg: 2.21 2.03 2.00 3/93 25151
/proc/meminfo: memFree=1639000/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=821208 CPUtime=12.75
/proc/25139/stat : 25139 (java) S 25137 25139 23534 0 -1 0 46099 0 1 0 1254 21 0 0 19 0 12 0 1983686153 840916992 37840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 205302 37840 1392 9 0 202664 0
[pid=25139/tid=25141] ppid=25137 vsize=821208 CPUtime=8.71
/proc/25139/task/25141/stat : 25141 (java) R 25137 25139 23534 0 -1 64 17347 0 1 0 861 10 0 0 25 0 12 0 1983686155 840916992 37840 996147200 134512640 134550740 4294956032 18446744073709551615 4109852564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25142] ppid=25137 vsize=821208 CPUtime=0.52
/proc/25139/task/25142/stat : 25142 (java) S 25137 25139 23534 0 -1 64 8506 0 0 0 49 3 0 0 16 0 12 0 1983686156 840916992 37840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25143] ppid=25137 vsize=821208 CPUtime=0.5
/proc/25139/task/25143/stat : 25143 (java) S 25137 25139 23534 0 -1 64 7311 0 0 0 48 2 0 0 16 0 12 0 1983686156 840916992 37840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25144] ppid=25137 vsize=821208 CPUtime=0.01
/proc/25139/task/25144/stat : 25144 (java) S 25137 25139 23534 0 -1 64 84 0 0 0 1 0 0 0 16 0 12 0 1983686157 840916992 37840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25145] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25145/stat : 25145 (java) S 25137 25139 23534 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983686158 840916992 37840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25146] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25146/stat : 25146 (java) S 25137 25139 23534 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983686158 840916992 37840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25147] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25147/stat : 25147 (java) S 25137 25139 23534 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983686162 840916992 37840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25148] ppid=25137 vsize=821208 CPUtime=1
/proc/25139/task/25148/stat : 25148 (java) S 25137 25139 23534 0 -1 64 2276 0 0 0 100 0 0 0 16 0 12 0 1983686162 840916992 37840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25149] ppid=25137 vsize=821208 CPUtime=1.95
/proc/25139/task/25149/stat : 25149 (java) S 25137 25139 23534 0 -1 64 9813 0 0 0 192 3 0 0 16 0 12 0 1983686162 840916992 37840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25150] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25150/stat : 25150 (java) S 25137 25139 23534 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983686162 840916992 37840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25151] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25151/stat : 25151 (java) S 25137 25139 23534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983686162 840916992 37840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 821208

[startup+25.5027 s]
/proc/loadavg: 2.37 2.08 2.02 3/93 25151
/proc/meminfo: memFree=1558424/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=821208 CPUtime=25.59
/proc/25139/stat : 25139 (java) S 25137 25139 23534 0 -1 0 64914 0 1 0 2530 29 0 0 19 0 12 0 1983686153 840916992 55903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 205302 55903 1392 9 0 202664 0
[pid=25139/tid=25141] ppid=25137 vsize=821208 CPUtime=20.27
/proc/25139/task/25141/stat : 25141 (java) R 25137 25139 23534 0 -1 64 17369 0 1 0 2017 10 0 0 25 0 12 0 1983686155 840916992 55903 996147200 134512640 134550740 4294956032 18446744073709551615 4109775176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25142] ppid=25137 vsize=821208 CPUtime=1.1
/proc/25139/task/25142/stat : 25142 (java) S 25137 25139 23534 0 -1 64 14831 0 0 0 104 6 0 0 16 0 12 0 1983686156 840916992 55903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25143] ppid=25137 vsize=821208 CPUtime=1.18
/proc/25139/task/25143/stat : 25143 (java) S 25137 25139 23534 0 -1 64 19779 0 0 0 112 6 0 0 16 0 12 0 1983686156 840916992 55903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25144] ppid=25137 vsize=821208 CPUtime=0.01
/proc/25139/task/25144/stat : 25144 (java) S 25137 25139 23534 0 -1 64 84 0 0 0 1 0 0 0 15 0 12 0 1983686157 840916992 55903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25145] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25145/stat : 25145 (java) S 25137 25139 23534 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983686158 840916992 55903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25146] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25146/stat : 25146 (java) S 25137 25139 23534 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983686158 840916992 55903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25147] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25147/stat : 25147 (java) S 25137 25139 23534 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983686162 840916992 55903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=25139/tid=25150] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25150/stat : 25150 (java) S 25137 25139 23534 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25151] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25151/stat : 25151 (java) S 25137 25139 23534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 205.05
Current children cumulated vsize (KiB) 837212

[startup+211.202 s]
/proc/loadavg: 2.52 2.26 2.09 3/84 25189
/proc/meminfo: memFree=919320/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=829212 CPUtime=211.45
/proc/25139/stat : 25139 (java) S 25137 25139 23534 0 -1 0 501639 0 1 0 20932 213 0 0 19 0 12 0 1983686153 849113088 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 207303 176932 1395 9 0 204665 0
[pid=25139/tid=25141] ppid=25137 vsize=829212 CPUtime=102.81
/proc/25139/task/25141/stat : 25141 (java) S 25137 25139 23534 0 -1 64 17514 0 1 0 10269 12 0 0 17 0 12 0 1983686155 849113088 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25142] ppid=25137 vsize=829212 CPUtime=7.03
/proc/25139/task/25142/stat : 25142 (java) S 25137 25139 23534 0 -1 64 84461 0 0 0 671 32 0 0 15 0 12 0 1983686156 849113088 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25143] ppid=25137 vsize=829212 CPUtime=8.43
/proc/25139/task/25143/stat : 25143 (java) S 25137 25139 23534 0 -1 64 74201 0 0 0 817 26 0 0 16 0 12 0 1983686156 849113088 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25144] ppid=25137 vsize=829212 CPUtime=90.17
/proc/25139/task/25144/stat : 25144 (java) R 25137 25139 23534 0 -1 64 312612 0 0 0 8880 137 0 0 25 0 12 0 1983686157 849113088 176932 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25145] ppid=25137 vsize=829212 CPUtime=0
/proc/25139/task/25145/stat : 25145 (java) S 25137 25139 23534 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983686158 849113088 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25146] ppid=25137 vsize=829212 CPUtime=0
/proc/25139/task/25146/stat : 25146 (java) S 25137 25139 23534 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983686158 849113088 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25147] ppid=25137 vsize=829212 CPUtime=0
/proc/25139/task/25147/stat : 25147 (java) S 25137 25139 23534 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983686162 849113088 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25148] ppid=25137 vsize=829212 CPUtime=1
/proc/25139/task/25148/stat : 25148 (java) S 25137 25139 23534 0 -1 64 2276 0 0 0 100 0 0 0 16 0 12 0 1983686162 849113088 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25149] ppid=25137 vsize=829212 CPUtime=1.95
/proc/25139/task/25149/stat : 25149 (java) S 25137 25139 23534 0 -1 64 9813 0 0 0 192 3 0 0 16 0 12 0 1983686162 849113088 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25150] ppid=25137 vsize=829212 CPUtime=0
/proc/25139/task/25150/stat : 25150 (java) S 25137 25139 23534 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983686162 849113088 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25151] ppid=25137 vsize=829212 CPUtime=0
/proc/25139/task/25151/stat : 25151 (java) S 25137 25139 23534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983686162 849113088 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 211.45
Current children cumulated vsize (KiB) 829212

[startup+214.403 s]
/proc/loadavg: 2.52 2.26 2.09 3/84 25189
/proc/meminfo: memFree=919320/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=837212 CPUtime=214.65
/proc/25139/stat : 25139 (java) S 25137 25139 23534 0 -1 0 513145 0 1 0 21247 218 0 0 19 0 12 0 1983686153 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 209303 178932 1395 9 0 206665 0
[pid=25139/tid=25141] ppid=25137 vsize=837212 CPUtime=102.85
/proc/25139/task/25141/stat : 25141 (java) S 25137 25139 23534 0 -1 64 17515 0 1 0 10273 12 0 0 17 0 12 0 1983686155 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25142] ppid=25137 vsize=837212 CPUtime=7.03
/proc/25139/task/25142/stat : 25142 (java) S 25137 25139 23534 0 -1 64 84461 0 0 0 671 32 0 0 15 0 12 0 1983686156 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25143] ppid=25137 vsize=837212 CPUtime=8.43
/proc/25139/task/25143/stat : 25143 (java) S 25137 25139 23534 0 -1 64 74201 0 0 0 817 26 0 0 16 0 12 0 1983686156 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25144] ppid=25137 vsize=837212 CPUtime=93.33
/proc/25139/task/25144/stat : 25144 (java) R 25137 25139 23534 0 -1 64 324117 0 0 0 9191 142 0 0 25 0 12 0 1983686157 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 106122584 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25145] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25145/stat : 25145 (java) S 25137 25139 23534 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983686158 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25146] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25146/stat : 25146 (java) S 25137 25139 23534 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983686158 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25147] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25147/stat : 25147 (java) S 25137 25139 23534 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25148] ppid=25137 vsize=837212 CPUtime=1
/proc/25139/task/25148/stat : 25148 (java) S 25137 25139 23534 0 -1 64 2276 0 0 0 100 0 0 0 16 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25149] ppid=25137 vsize=837212 CPUtime=1.95
/proc/25139/task/25149/stat : 25149 (java) S 25137 25139 23534 0 -1 64 9813 0 0 0 192 3 0 0 16 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25150] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25150/stat : 25150 (java) S 25137 25139 23534 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25151] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25151/stat : 25151 (java) S 25137 25139 23534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 214.65
Current children cumulated vsize (KiB) 837212

[startup+217.602 s]
/proc/loadavg: 2.47 2.26 2.09 3/84 25189
/proc/meminfo: memFree=911320/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=821208 CPUtime=217.84
/proc/25139/stat : 25139 (java) S 25137 25139 23534 0 -1 0 520652 0 1 0 21563 221 0 0 19 0 12 0 1983686153 840916992 174931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 205302 174931 1395 9 0 202664 0
[pid=25139/tid=25141] ppid=25137 vsize=821208 CPUtime=102.95
/proc/25139/task/25141/stat : 25141 (java) S 25137 25139 23534 0 -1 64 17518 0 1 0 10283 12 0 0 17 0 12 0 1983686155 840916992 174931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25142] ppid=25137 vsize=821208 CPUtime=7.03
/proc/25139/task/25142/stat : 25142 (java) S 25137 25139 23534 0 -1 64 84461 0 0 0 671 32 0 0 15 0 12 0 1983686156 840916992 174931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25143] ppid=25137 vsize=821208 CPUtime=8.43
/proc/25139/task/25143/stat : 25143 (java) S 25137 25139 23534 0 -1 64 74201 0 0 0 817 26 0 0 16 0 12 0 1983686156 840916992 174931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25144] ppid=25137 vsize=821208 CPUtime=96.42
/proc/25139/task/25144/stat : 25144 (java) R 25137 25139 23534 0 -1 64 331621 0 0 0 9497 145 0 0 25 0 12 0 1983686157 840916992 174931 996147200 134512640 134550740 4294956032 18446744073709551615 105677348 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25145] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25145/stat : 25145 (java) S 25137 25139 23534 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983686158 840916992 174931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25146] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25146/stat : 25146 (java) S 25137 25139 23534 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983686158 840916992 174931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25147] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25147/stat : 25147 (java) S 25137 25139 23534 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983686162 840916992 174931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25148] ppid=25137 vsize=821208 CPUtime=1
/proc/25139/task/25148/stat : 25148 (java) S 25137 25139 23534 0 -1 64 2276 0 0 0 100 0 0 0 16 0 12 0 1983686162 840916992 174931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25149] ppid=25137 vsize=821208 CPUtime=1.95
/proc/25139/task/25149/stat : 25149 (java) S 25137 25139 23534 0 -1 64 9813 0 0 0 192 3 0 0 16 0 12 0 1983686162 840916992 174931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25150] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25150/stat : 25150 (java) S 25137 25139 23534 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983686162 840916992 174931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25151] ppid=25137 vsize=821208 CPUtime=0
/proc/25139/task/25151/stat : 25151 (java) S 25137 25139 23534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983686162 840916992 174931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 217.84
Current children cumulated vsize (KiB) 821208

[startup+219.202 s]
/proc/loadavg: 2.47 2.26 2.09 3/84 25189
/proc/meminfo: memFree=911320/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=837212 CPUtime=219.44
/proc/25139/stat : 25139 (java) S 25137 25139 23534 0 -1 0 528156 0 1 0 21720 224 0 0 19 0 12 0 1983686153 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 209303 178932 1395 9 0 206665 0
[pid=25139/tid=25141] ppid=25137 vsize=837212 CPUtime=102.95
/proc/25139/task/25141/stat : 25141 (java) S 25137 25139 23534 0 -1 64 17518 0 1 0 10283 12 0 0 17 0 12 0 1983686155 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25142] ppid=25137 vsize=837212 CPUtime=7.03
/proc/25139/task/25142/stat : 25142 (java) S 25137 25139 23534 0 -1 64 84461 0 0 0 671 32 0 0 15 0 12 0 1983686156 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25143] ppid=25137 vsize=837212 CPUtime=8.43
/proc/25139/task/25143/stat : 25143 (java) S 25137 25139 23534 0 -1 64 74201 0 0 0 817 26 0 0 16 0 12 0 1983686156 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25144] ppid=25137 vsize=837212 CPUtime=98.02
/proc/25139/task/25144/stat : 25144 (java) R 25137 25139 23534 0 -1 64 339125 0 0 0 9654 148 0 0 25 0 12 0 1983686157 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25145] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25145/stat : 25145 (java) S 25137 25139 23534 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983686158 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25146] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25146/stat : 25146 (java) S 25137 25139 23534 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983686158 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25147] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25147/stat : 25147 (java) S 25137 25139 23534 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25148] ppid=25137 vsize=837212 CPUtime=1
/proc/25139/task/25148/stat : 25148 (java) S 25137 25139 23534 0 -1 64 2276 0 0 0 100 0 0 0 16 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25149] ppid=25137 vsize=837212 CPUtime=1.95
/proc/25139/task/25149/stat : 25149 (java) S 25137 25139 23534 0 -1 64 9813 0 0 0 192 3 0 0 16 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25150] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25150/stat : 25150 (java) S 25137 25139 23534 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25151] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25151/stat : 25151 (java) S 25137 25139 23534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.44
Current children cumulated vsize (KiB) 837212

[startup+219.602 s]
/proc/loadavg: 2.47 2.26 2.09 3/84 25189
/proc/meminfo: memFree=911320/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=837212 CPUtime=219.84
/proc/25139/stat : 25139 (java) S 25137 25139 23534 0 -1 0 528156 0 1 0 21760 224 0 0 19 0 12 0 1983686153 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 209303 178932 1395 9 0 206665 0
[pid=25139/tid=25141] ppid=25137 vsize=837212 CPUtime=102.95
/proc/25139/task/25141/stat : 25141 (java) S 25137 25139 23534 0 -1 64 17518 0 1 0 10283 12 0 0 17 0 12 0 1983686155 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25142] ppid=25137 vsize=837212 CPUtime=7.03
/proc/25139/task/25142/stat : 25142 (java) S 25137 25139 23534 0 -1 64 84461 0 0 0 671 32 0 0 15 0 12 0 1983686156 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25143] ppid=25137 vsize=837212 CPUtime=8.43
/proc/25139/task/25143/stat : 25143 (java) S 25137 25139 23534 0 -1 64 74201 0 0 0 817 26 0 0 16 0 12 0 1983686156 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25144] ppid=25137 vsize=837212 CPUtime=98.42
/proc/25139/task/25144/stat : 25144 (java) R 25137 25139 23534 0 -1 64 339125 0 0 0 9694 148 0 0 25 0 12 0 1983686157 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 105852571 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25145] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25145/stat : 25145 (java) S 25137 25139 23534 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983686158 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25146] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25146/stat : 25146 (java) S 25137 25139 23534 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983686158 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25147] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25147/stat : 25147 (java) S 25137 25139 23534 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25148] ppid=25137 vsize=837212 CPUtime=1
/proc/25139/task/25148/stat : 25148 (java) S 25137 25139 23534 0 -1 64 2276 0 0 0 100 0 0 0 16 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25149] ppid=25137 vsize=837212 CPUtime=1.95
/proc/25139/task/25149/stat : 25149 (java) S 25137 25139 23534 0 -1 64 9813 0 0 0 192 3 0 0 16 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25150] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25150/stat : 25150 (java) S 25137 25139 23534 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25139/tid=25151] ppid=25137 vsize=837212 CPUtime=0
/proc/25139/task/25151/stat : 25151 (java) S 25137 25139 23534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983686162 857305088 178932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.84
Current children cumulated vsize (KiB) 837212

[startup+219.802 s]
/proc/loadavg: 2.47 2.26 2.09 3/84 25189
/proc/meminfo: memFree=911320/2055920 swapFree=4180584/4192956
[pid=25139] ppid=25137 vsize=0 CPUtime=220.03
/proc/25139/stat : 25139 (java) Z 25137 25139 23534 0 -1 12 528168 0 1 0 21771 232 0 0 16 0 2 0 1983686153 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25139/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 220.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 219.832
CPU time (s): 220.063
CPU user time (s): 217.712
CPU system time (s): 2.35064
CPU usage (%): 100.105
Max. virtual memory (cumulated for all children) (KiB): 845216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 217.712
system time used= 2.35064
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 528168
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= 7138
involuntary context switches= 10035

runsolver used 0.275958 second user time and 0.71789 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-03 03:09:24
IDJOB=1049978
IDBENCH=54856
IDSOLVER=344
FILE ID=node75/1049978-1215047364
PBS_JOBID= 7875027
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b7273bede112d59293a6e9f7e6f2a477
RANDOM SEED=1526783199

node75.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1778328 kB
Buffers:         33220 kB
Cached:         133860 kB
SwapCached:       6320 kB
Active:         168388 kB
Inactive:        50808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778328 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          68576 kB
Slab:            43472 kB
Committed_AS:  4820624 kB
PageTables:       1988 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= 66528 MiB
End job on node75 at 2008-07-03 03:13:04