Trace number 2069436

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 2.1.1? 342.229 343.258

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-lp4l.xml
MD5SUM738894cbfdf32574fc86f6320cca68ff
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 benchmark1.19682
Satisfiable
(Un)Satisfiability was proved
Number of variables1086
Number of constraints169
Maximum constraint arity1086
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension169
Global constraints used (with number of constraints)

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.17	c version 2.1.1.v20090622
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version	1.6.0_12
0.08/0.17	c os.name	Linux
0.08/0.17	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 671000808
0.08/0.17	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.17/0.26	c c --- Begin Solver configuration ---
0.17/0.26	c Stops conflict analysis at the first Unique Implication Point
0.17/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.26	c Learn all clauses as in MiniSAT
0.17/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.26	c Expensive reason simplification
0.17/0.26	c MiniSAT restarts strategy
0.17/0.26	c Memory based learned constraints deletion strategy
0.17/0.26	c timeout=2147483s
0.17/0.26	c DB Simplification allowed=false
0.17/0.26	c --- End Solver configuration ---
0.17/0.26	c solving HOME/instance-2069436-1247350437.xml
0.17/0.26	c reading problem ... 
0.46/0.52	c reading problem named null
0.46/0.52	c reading domains done.
0.46/0.52	c reading variables done.
0.75/0.83	c reading predicates  done.
1.64/1.77	c reading constraints
342.07/343.13	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
342.07/343.13		at org.mozilla.javascript.ScriptRuntime.wrapNumber(ScriptRuntime.java:274)
342.07/343.13		at org.mozilla.javascript.ScriptRuntime.add(ScriptRuntime.java:2545)
342.07/343.13		at org.mozilla.javascript.gen.c1._c3(predefinedfunctions.js:8)
342.07/343.13		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
342.07/343.13		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
342.07/343.13		at org.mozilla.javascript.gen.c15._c0(rhino.log:1)
342.07/343.13		at org.mozilla.javascript.gen.c15.call(rhino.log)
342.07/343.13		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
342.07/343.13		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
342.07/343.13		at org.mozilla.javascript.gen.c15.call(rhino.log)
342.07/343.13		at org.mozilla.javascript.gen.c15.exec(rhino.log)
342.07/343.13		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.13		at org.sat4j.csp.Predicate.find(Unknown Source)
342.07/343.14	c starts		: 0
342.07/343.14	c conflicts		: 0
342.07/343.14	c decisions		: 0
342.07/343.14	c propagations		: 0
342.07/343.14	c inspects		: 0
342.07/343.14	c learnt literals	: 0
342.07/343.14	c learnt binary clauses	: 0
342.07/343.14	c learnt ternary clauses	: 0
342.07/343.14	c learnt clauses	: 0
342.07/343.14	c ignored clauses	: 0
342.07/343.14	c root simplifications	: 0
342.07/343.14	c removed literals (reason simplification)	: 0
342.07/343.14	c reason swapping (by a shorter reason)	: 0
342.07/343.14	c Calls to reduceDB	: 0
342.07/343.14	c speed (assignments/second)	: 0.0
342.07/343.14	c non guided choices	0
342.07/343.14	c learnt constraints type 
342.07/343.14	c constraints type 
342.07/343.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4831184
342.07/343.14	c org.sat4j.minisat.constraints.card.AtLeast => 1086
342.07/343.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1086
342.07/343.14	s UNKNOWN
342.07/343.14	c Total wall clock time (in seconds) : 342.879

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069436-1247350437/watcher-2069436-1247350437 -o /tmp/evaluation-result-2069436-1247350437/solver-2069436-1247350437 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2069436-1247350437.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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.36 2.32 2.24 4/82 18236
/proc/meminfo: memFree=1403792/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=18576 CPUtime=0
/proc/18236/stat : 18236 (runsolver) R 18234 18236 18100 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 22111160 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 268582841639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18236/statm: 4644 284 249 26 0 2626 0

[startup+0.0901079 s]
/proc/loadavg: 2.36 2.32 2.24 4/82 18236
/proc/meminfo: memFree=1403792/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=802164 CPUtime=0.07
/proc/18236/stat : 18236 (java) S 18234 18236 18100 0 -1 0 2827 0 1 0 5 2 0 0 20 0 7 0 22111160 821415936 2572 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 200541 2572 1037 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101105 s]
/proc/loadavg: 2.36 2.32 2.24 4/82 18236
/proc/meminfo: memFree=1403792/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=802164 CPUtime=0.08
/proc/18236/stat : 18236 (java) S 18234 18236 18100 0 -1 0 2895 0 1 0 6 2 0 0 20 0 7 0 22111160 821415936 2640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 200541 2640 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.301151 s]
/proc/loadavg: 2.36 2.32 2.24 4/82 18236
/proc/meminfo: memFree=1403792/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=805628 CPUtime=0.27
/proc/18236/stat : 18236 (java) S 18234 18236 18100 0 -1 0 4238 0 1 0 23 4 0 0 20 0 12 0 22111160 824963072 3975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 201407 3975 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701226 s]
/proc/loadavg: 2.36 2.32 2.24 4/82 18236
/proc/meminfo: memFree=1403792/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=807184 CPUtime=0.65
/proc/18236/stat : 18236 (java) S 18234 18236 18100 0 -1 0 5422 0 1 0 60 5 0 0 20 0 12 0 22111160 826556416 4913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 201796 4913 1389 9 0 199123 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 807184

[startup+1.50238 s]
/proc/loadavg: 2.36 2.32 2.24 3/94 18248
/proc/meminfo: memFree=1384816/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=807304 CPUtime=1.44
/proc/18236/stat : 18236 (java) S 18234 18236 18100 0 -1 0 7995 0 1 0 137 7 0 0 20 0 12 0 22111160 826679296 6462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 201826 6462 1407 9 0 199153 0
[pid=18236/tid=18238] ppid=18234 vsize=807304 CPUtime=0.83
/proc/18236/task/18238/stat : 18238 (java) R 18234 18236 18100 0 -1 64 5170 0 1 0 78 5 0 0 25 0 12 0 22111161 826679296 6462 996147200 134512640 134550932 4294956016 18446744073709551615 4109164639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18239] ppid=18234 vsize=807304 CPUtime=0
/proc/18236/task/18239/stat : 18239 (java) S 18234 18236 18100 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 22111163 826679296 6462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18240] ppid=18234 vsize=807304 CPUtime=0
/proc/18236/task/18240/stat : 18240 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22111163 826679296 6462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18241] ppid=18234 vsize=807304 CPUtime=0
/proc/18236/task/18241/stat : 18241 (java) S 18234 18236 18100 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22111165 826679296 6462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18242] ppid=18234 vsize=807304 CPUtime=0
/proc/18236/task/18242/stat : 18242 (java) S 18234 18236 18100 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 22111165 826679296 6462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18243] ppid=18234 vsize=807304 CPUtime=0
/proc/18236/task/18243/stat : 18243 (java) S 18234 18236 18100 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 22111165 826679296 6462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18244] ppid=18234 vsize=807304 CPUtime=0
/proc/18236/task/18244/stat : 18244 (java) S 18234 18236 18100 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22111170 826679296 6462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18245] ppid=18234 vsize=807304 CPUtime=0
/proc/18236/task/18245/stat : 18245 (java) S 18234 18236 18100 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22111170 826679296 6462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18246] ppid=18234 vsize=807304 CPUtime=0.58
/proc/18236/task/18246/stat : 18246 (java) S 18234 18236 18100 0 -1 64 2069 0 0 0 58 0 0 0 17 0 12 0 22111170 826679296 6462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18247] ppid=18234 vsize=807304 CPUtime=0
/proc/18236/task/18247/stat : 18247 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22111170 826679296 6462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18248] ppid=18234 vsize=807304 CPUtime=0
/proc/18236/task/18248/stat : 18248 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22111170 826679296 6462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 807304

[startup+3.1017 s]
/proc/loadavg: 2.36 2.32 2.24 5/94 18248
/proc/meminfo: memFree=1377584/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=808728 CPUtime=3.02
/proc/18236/stat : 18236 (java) S 18234 18236 18100 0 -1 0 15290 0 1 0 291 11 0 0 20 0 12 0 22111160 828137472 12394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 202182 12394 1434 9 0 199509 0
[pid=18236/tid=18238] ppid=18234 vsize=808728 CPUtime=1.55
/proc/18236/task/18238/stat : 18238 (java) R 18234 18236 18100 0 -1 64 10658 0 1 0 147 8 0 0 25 0 12 0 22111161 828137472 12394 996147200 134512640 134550932 4294956016 18446744073709551615 4109706544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18239] ppid=18234 vsize=808728 CPUtime=0
/proc/18236/task/18239/stat : 18239 (java) S 18234 18236 18100 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 22111163 828137472 12394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18240] ppid=18234 vsize=808728 CPUtime=0
/proc/18236/task/18240/stat : 18240 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22111163 828137472 12394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18241] ppid=18234 vsize=808728 CPUtime=0
/proc/18236/task/18241/stat : 18241 (java) S 18234 18236 18100 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22111165 828137472 12394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18242] ppid=18234 vsize=808728 CPUtime=0
/proc/18236/task/18242/stat : 18242 (java) S 18234 18236 18100 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 22111165 828137472 12394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18243] ppid=18234 vsize=808728 CPUtime=0
/proc/18236/task/18243/stat : 18243 (java) S 18234 18236 18100 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 22111165 828137472 12394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18244] ppid=18234 vsize=808728 CPUtime=0
/proc/18236/task/18244/stat : 18244 (java) S 18234 18236 18100 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22111170 828137472 12394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18245] ppid=18234 vsize=808728 CPUtime=0
/proc/18236/task/18245/stat : 18245 (java) S 18234 18236 18100 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 22111170 828137472 12394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18246] ppid=18234 vsize=808728 CPUtime=1.44
/proc/18236/task/18246/stat : 18246 (java) S 18234 18236 18100 0 -1 64 3876 0 0 0 143 1 0 0 16 0 12 0 22111170 828137472 12394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18247] ppid=18234 vsize=808728 CPUtime=0
/proc/18236/task/18247/stat : 18247 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22111170 828137472 12394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18248] ppid=18234 vsize=808728 CPUtime=0
/proc/18236/task/18248/stat : 18248 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22111170 828137472 12394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 808728

[startup+6.30233 s]
/proc/loadavg: 2.41 2.33 2.24 3/94 18248
/proc/meminfo: memFree=1318000/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=817536 CPUtime=6.17
/proc/18236/stat : 18236 (java) S 18234 18236 18100 0 -1 0 30638 0 1 0 596 21 0 0 20 0 12 0 22111160 837156864 23693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 204384 23693 1443 9 0 201711 0
[pid=18236/tid=18238] ppid=18234 vsize=817536 CPUtime=3.02
/proc/18236/task/18238/stat : 18238 (java) R 18234 18236 18100 0 -1 64 17412 0 1 0 289 13 0 0 25 0 12 0 22111161 837156864 23693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18239] ppid=18234 vsize=817536 CPUtime=0.03
/proc/18236/task/18239/stat : 18239 (java) S 18234 18236 18100 0 -1 64 1195 0 0 0 2 1 0 0 17 0 12 0 22111163 837156864 23693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18240] ppid=18234 vsize=817536 CPUtime=0.02
/proc/18236/task/18240/stat : 18240 (java) S 18234 18236 18100 0 -1 64 1081 0 0 0 2 0 0 0 17 0 12 0 22111163 837156864 23693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18241] ppid=18234 vsize=817536 CPUtime=0
/proc/18236/task/18241/stat : 18241 (java) S 18234 18236 18100 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 22111165 837156864 23693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18242] ppid=18234 vsize=817536 CPUtime=0
/proc/18236/task/18242/stat : 18242 (java) S 18234 18236 18100 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22111165 837156864 23693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18243] ppid=18234 vsize=817536 CPUtime=0
/proc/18236/task/18243/stat : 18243 (java) S 18234 18236 18100 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22111165 837156864 23693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18244] ppid=18234 vsize=817536 CPUtime=0
/proc/18236/task/18244/stat : 18244 (java) S 18234 18236 18100 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22111170 837156864 23693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18245] ppid=18234 vsize=817536 CPUtime=0
/proc/18236/task/18245/stat : 18245 (java) S 18234 18236 18100 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 22111170 837156864 23693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18246] ppid=18234 vsize=817536 CPUtime=3.05
/proc/18236/task/18246/stat : 18246 (java) R 18234 18236 18100 0 -1 64 10177 0 0 0 301 4 0 0 18 0 12 0 22111170 837156864 23693 996147200 134512640 134550932 4294956016 18446744073709551615 105635692 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18247] ppid=18234 vsize=817536 CPUtime=0
/proc/18236/task/18247/stat : 18247 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22111170 837156864 23693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18248] ppid=18234 vsize=817536 CPUtime=0
/proc/18236/task/18248/stat : 18248 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22111170 837156864 23693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 817536

[startup+12.7026 s]
/proc/loadavg: 2.38 2.32 2.24 5/94 18248
/proc/meminfo: memFree=1290864/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=822052 CPUtime=12.5
/proc/18236/stat : 18236 (java) S 18234 18236 18100 0 -1 0 38563 0 1 0 1225 25 0 0 20 0 12 0 22111160 841781248 29321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 205513 29321 1443 9 0 202840 0
[pid=18236/tid=18238] ppid=18234 vsize=822052 CPUtime=7.42
/proc/18236/task/18238/stat : 18238 (java) R 18234 18236 18100 0 -1 64 17426 0 1 0 729 13 0 0 25 0 12 0 22111161 841781248 29321 996147200 134512640 134550932 4294956016 18446744073709551615 4109815559 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18239] ppid=18234 vsize=822052 CPUtime=0.2
/proc/18236/task/18239/stat : 18239 (java) S 18234 18236 18100 0 -1 64 3113 0 0 0 18 2 0 0 16 0 12 0 22111163 841781248 29321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18240] ppid=18234 vsize=822052 CPUtime=0.18
/proc/18236/task/18240/stat : 18240 (java) S 18234 18236 18100 0 -1 64 3478 0 0 0 16 2 0 0 16 0 12 0 22111163 841781248 29321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18241] ppid=18234 vsize=822052 CPUtime=0
/proc/18236/task/18241/stat : 18241 (java) S 18234 18236 18100 0 -1 64 35 0 0 0 0 0 0 0 16 0 12 0 22111165 841781248 29321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18242] ppid=18234 vsize=822052 CPUtime=0
/proc/18236/task/18242/stat : 18242 (java) S 18234 18236 18100 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22111165 841781248 29321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18243] ppid=18234 vsize=822052 CPUtime=0
/proc/18236/task/18243/stat : 18243 (java) S 18234 18236 18100 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22111165 841781248 29321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18244] ppid=18234 vsize=822052 CPUtime=0
/proc/18236/task/18244/stat : 18244 (java) S 18234 18236 18100 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22111170 841781248 29321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18245] ppid=18234 vsize=822052 CPUtime=0
/proc/18236/task/18245/stat : 18245 (java) S 18234 18236 18100 0 -1 64 27 0 0 0 0 0 0 0 17 0 12 0 22111170 841781248 29321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18246] ppid=18234 vsize=822052 CPUtime=4.66
/proc/18236/task/18246/stat : 18246 (java) S 18234 18236 18100 0 -1 64 13744 0 0 0 460 6 0 0 23 0 12 0 22111170 841781248 29321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18247] ppid=18234 vsize=822052 CPUtime=0
/proc/18236/task/18247/stat : 18247 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22111170 841781248 29321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18248] ppid=18234 vsize=822052 CPUtime=0
/proc/18236/task/18248/stat : 18248 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22111170 841781248 29321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 822052

[startup+25.5021 s]
/proc/loadavg: 2.81 2.42 2.27 4/94 18248
/proc/meminfo: memFree=1231920/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=816320 CPUtime=25.2
/proc/18236/stat : 18236 (java) S 18234 18236 18100 0 -1 0 54620 0 1 0 2486 34 0 0 20 0 12 0 22111160 835911680 43927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 204080 43927 1443 9 0 201407 0
[pid=18236/tid=18238] ppid=18234 vsize=816320 CPUtime=19.11
/proc/18236/task/18238/stat : 18238 (java) R 18234 18236 18100 0 -1 64 17448 0 1 0 1898 13 0 0 25 0 12 0 22111161 835911680 43927 996147200 134512640 134550932 4294956016 18446744073709551615 4109695664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18239] ppid=18234 vsize=816320 CPUtime=0.69
/proc/18236/task/18239/stat : 18239 (java) S 18234 18236 18100 0 -1 64 12031 0 0 0 63 6 0 0 16 0 12 0 22111163 835911680 43927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18240] ppid=18234 vsize=816320 CPUtime=0.67
/proc/18236/task/18240/stat : 18240 (java) S 18234 18236 18100 0 -1 64 10595 0 0 0 62 5 0 0 16 0 12 0 22111163 835911680 43927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18241] ppid=18234 vsize=816320 CPUtime=0.01
/proc/18236/task/18241/stat : 18241 (java) S 18234 18236 18100 0 -1 64 35 0 0 0 1 0 0 0 15 0 12 0 22111165 835911680 43927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18242] ppid=18234 vsize=816320 CPUtime=0
/proc/18236/task/18242/stat : 18242 (java) S 18234 18236 18100 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22111165 835911680 43927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18243] ppid=18234 vsize=816320 CPUtime=0
/proc/18236/task/18243/stat : 18243 (java) S 18234 18236 18100 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22111165 835911680 43927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18244] ppid=18234 vsize=816320 CPUtime=0
/proc/18236/task/18244/stat : 18244 (java) S 18234 18236 18100 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22111170 835911680 43927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18245] ppid=18234 vsize=816320 CPUtime=0

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

[pid=18236/tid=18248] ppid=18234 vsize=816320 CPUtime=0
/proc/18236/task/18248/stat : 18248 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22111170 835911680 156088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 816320

[startup+222.304 s]
/proc/loadavg: 3.20 2.74 2.42 5/94 18248
/proc/meminfo: memFree=702192/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=824324 CPUtime=221.33
/proc/18236/stat : 18236 (java) S 18234 18236 18100 0 -1 0 207919 0 1 0 22019 114 0 0 20 0 12 0 22111160 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 206081 176012 1445 9 0 203408 0
[pid=18236/tid=18238] ppid=18234 vsize=824324 CPUtime=163.16
/proc/18236/task/18238/stat : 18238 (java) R 18234 18236 18100 0 -1 64 17689 0 1 0 16302 14 0 0 20 0 12 0 22111161 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18239] ppid=18234 vsize=824324 CPUtime=10.29
/proc/18236/task/18239/stat : 18239 (java) S 18234 18236 18100 0 -1 64 75418 0 0 0 992 37 0 0 15 0 12 0 22111163 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18240] ppid=18234 vsize=824324 CPUtime=11.15
/proc/18236/task/18240/stat : 18240 (java) S 18234 18236 18100 0 -1 64 77285 0 0 0 1076 39 0 0 16 0 12 0 22111163 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18241] ppid=18234 vsize=824324 CPUtime=29.09
/proc/18236/task/18241/stat : 18241 (java) R 18234 18236 18100 0 -1 64 17120 0 0 0 2898 11 0 0 18 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18242] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18242/stat : 18242 (java) S 18234 18236 18100 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18243] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18243/stat : 18243 (java) S 18234 18236 18100 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18244] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18244/stat : 18244 (java) S 18234 18236 18100 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18245] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18245/stat : 18245 (java) S 18234 18236 18100 0 -1 64 45 0 0 0 0 0 0 0 17 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18246] ppid=18234 vsize=824324 CPUtime=7.59
/proc/18236/task/18246/stat : 18246 (java) S 18234 18236 18100 0 -1 64 19622 0 0 0 750 9 0 0 23 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18247] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18247/stat : 18247 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18248] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18248/stat : 18248 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.33
Current children cumulated vsize (KiB) 824324

[startup+282.303 s]
/proc/loadavg: 3.21 2.83 2.47 4/94 18248
/proc/meminfo: memFree=702192/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=824324 CPUtime=281.3
/proc/18236/stat : 18236 (java) S 18234 18236 18100 0 -1 0 264975 0 1 0 27986 144 0 0 20 0 12 0 22111160 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 206081 176012 1445 9 0 203408 0
[pid=18236/tid=18238] ppid=18234 vsize=824324 CPUtime=169.16
/proc/18236/task/18238/stat : 18238 (java) S 18234 18236 18100 0 -1 64 17707 0 1 0 16902 14 0 0 18 0 12 0 22111161 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18239] ppid=18234 vsize=824324 CPUtime=10.29
/proc/18236/task/18239/stat : 18239 (java) S 18234 18236 18100 0 -1 64 75418 0 0 0 992 37 0 0 15 0 12 0 22111163 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18240] ppid=18234 vsize=824324 CPUtime=11.15
/proc/18236/task/18240/stat : 18240 (java) S 18234 18236 18100 0 -1 64 77285 0 0 0 1076 39 0 0 16 0 12 0 22111163 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18241] ppid=18234 vsize=824324 CPUtime=83.05
/proc/18236/task/18241/stat : 18241 (java) R 18234 18236 18100 0 -1 64 74158 0 0 0 8265 40 0 0 25 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 106157889 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18242] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18242/stat : 18242 (java) S 18234 18236 18100 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18243] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18243/stat : 18243 (java) S 18234 18236 18100 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18244] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18244/stat : 18244 (java) S 18234 18236 18100 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18245] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18245/stat : 18245 (java) S 18234 18236 18100 0 -1 64 45 0 0 0 0 0 0 0 17 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18246] ppid=18234 vsize=824324 CPUtime=7.59
/proc/18236/task/18246/stat : 18246 (java) S 18234 18236 18100 0 -1 64 19622 0 0 0 750 9 0 0 23 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18247] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18247/stat : 18247 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18248] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18248/stat : 18248 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.3
Current children cumulated vsize (KiB) 824324

[startup+342.302 s]
/proc/loadavg: 2.79 2.78 2.47 4/94 18248
/proc/meminfo: memFree=702192/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=824324 CPUtime=341.27
/proc/18236/stat : 18236 (java) S 18234 18236 18100 0 -1 0 325037 0 1 0 33952 175 0 0 20 0 12 0 22111160 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 206081 176012 1444 9 0 203408 0
[pid=18236/tid=18238] ppid=18234 vsize=824324 CPUtime=170.68
/proc/18236/task/18238/stat : 18238 (java) S 18234 18236 18100 0 -1 64 17729 0 1 0 17054 14 0 0 17 0 12 0 22111161 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18239] ppid=18234 vsize=824324 CPUtime=10.29
/proc/18236/task/18239/stat : 18239 (java) S 18234 18236 18100 0 -1 64 75418 0 0 0 992 37 0 0 15 0 12 0 22111163 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18240] ppid=18234 vsize=824324 CPUtime=11.15
/proc/18236/task/18240/stat : 18240 (java) S 18234 18236 18100 0 -1 64 77285 0 0 0 1076 39 0 0 16 0 12 0 22111163 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18241] ppid=18234 vsize=824324 CPUtime=141.5
/proc/18236/task/18241/stat : 18241 (java) R 18234 18236 18100 0 -1 64 134198 0 0 0 14078 72 0 0 25 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18242] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18242/stat : 18242 (java) S 18234 18236 18100 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18243] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18243/stat : 18243 (java) S 18234 18236 18100 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18244] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18244/stat : 18244 (java) S 18234 18236 18100 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18245] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18245/stat : 18245 (java) S 18234 18236 18100 0 -1 64 45 0 0 0 0 0 0 0 17 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18246] ppid=18234 vsize=824324 CPUtime=7.59
/proc/18236/task/18246/stat : 18246 (java) S 18234 18236 18100 0 -1 64 19622 0 0 0 750 9 0 0 23 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18247] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18247/stat : 18247 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18248] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18248/stat : 18248 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.27
Current children cumulated vsize (KiB) 824324

Solver just ended. Dumping a history of the last processes samples

[startup+342.705 s]
/proc/loadavg: 2.79 2.78 2.47 4/94 18248
/proc/meminfo: memFree=702192/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=824324 CPUtime=341.67
/proc/18236/stat : 18236 (java) S 18234 18236 18100 0 -1 0 325037 0 1 0 33992 175 0 0 20 0 12 0 22111160 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 206081 176012 1444 9 0 203408 0
[pid=18236/tid=18238] ppid=18234 vsize=824324 CPUtime=170.68
/proc/18236/task/18238/stat : 18238 (java) S 18234 18236 18100 0 -1 64 17729 0 1 0 17054 14 0 0 17 0 12 0 22111161 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18239] ppid=18234 vsize=824324 CPUtime=10.29
/proc/18236/task/18239/stat : 18239 (java) S 18234 18236 18100 0 -1 64 75418 0 0 0 992 37 0 0 15 0 12 0 22111163 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18240] ppid=18234 vsize=824324 CPUtime=11.15
/proc/18236/task/18240/stat : 18240 (java) S 18234 18236 18100 0 -1 64 77285 0 0 0 1076 39 0 0 16 0 12 0 22111163 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18241] ppid=18234 vsize=824324 CPUtime=141.9
/proc/18236/task/18241/stat : 18241 (java) R 18234 18236 18100 0 -1 64 134198 0 0 0 14118 72 0 0 25 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18242] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18242/stat : 18242 (java) S 18234 18236 18100 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18243] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18243/stat : 18243 (java) S 18234 18236 18100 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18244] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18244/stat : 18244 (java) S 18234 18236 18100 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18245] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18245/stat : 18245 (java) S 18234 18236 18100 0 -1 64 45 0 0 0 0 0 0 0 17 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18246] ppid=18234 vsize=824324 CPUtime=7.59
/proc/18236/task/18246/stat : 18246 (java) S 18234 18236 18100 0 -1 64 19622 0 0 0 750 9 0 0 23 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18247] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18247/stat : 18247 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18248] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18248/stat : 18248 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.67
Current children cumulated vsize (KiB) 824324

[startup+343.103 s]
/proc/loadavg: 2.79 2.78 2.47 3/94 18248
/proc/meminfo: memFree=702192/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=824324 CPUtime=342.07
/proc/18236/stat : 18236 (java) S 18234 18236 18100 0 -1 0 325037 0 1 0 34032 175 0 0 20 0 12 0 22111160 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 206081 176012 1444 9 0 203408 0
[pid=18236/tid=18238] ppid=18234 vsize=824324 CPUtime=170.68
/proc/18236/task/18238/stat : 18238 (java) S 18234 18236 18100 0 -1 64 17729 0 1 0 17054 14 0 0 17 0 12 0 22111161 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18239] ppid=18234 vsize=824324 CPUtime=10.29
/proc/18236/task/18239/stat : 18239 (java) S 18234 18236 18100 0 -1 64 75418 0 0 0 992 37 0 0 15 0 12 0 22111163 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18240] ppid=18234 vsize=824324 CPUtime=11.15
/proc/18236/task/18240/stat : 18240 (java) S 18234 18236 18100 0 -1 64 77285 0 0 0 1076 39 0 0 16 0 12 0 22111163 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18241] ppid=18234 vsize=824324 CPUtime=142.3
/proc/18236/task/18241/stat : 18241 (java) R 18234 18236 18100 0 -1 64 134198 0 0 0 14158 72 0 0 25 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 106158877 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18242] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18242/stat : 18242 (java) S 18234 18236 18100 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18243] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18243/stat : 18243 (java) S 18234 18236 18100 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22111165 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18244] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18244/stat : 18244 (java) S 18234 18236 18100 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18245] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18245/stat : 18245 (java) S 18234 18236 18100 0 -1 64 45 0 0 0 0 0 0 0 17 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18246] ppid=18234 vsize=824324 CPUtime=7.59
/proc/18236/task/18246/stat : 18246 (java) S 18234 18236 18100 0 -1 64 19622 0 0 0 750 9 0 0 23 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18247] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18247/stat : 18247 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18236/tid=18248] ppid=18234 vsize=824324 CPUtime=0
/proc/18236/task/18248/stat : 18248 (java) S 18234 18236 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22111170 844107776 176012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 824324

[startup+343.208 s]
/proc/loadavg: 2.79 2.78 2.47 3/94 18248
/proc/meminfo: memFree=702192/2055924 swapFree=4192952/4192956
[pid=18236] ppid=18234 vsize=0 CPUtime=342.17
/proc/18236/stat : 18236 (java) Z 18234 18236 18100 0 -1 12 325054 0 1 0 34036 181 0 0 16 0 2 0 22111160 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18236/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 343.258
CPU time (s): 342.229
CPU user time (s): 340.361
CPU system time (s): 1.86772
CPU usage (%): 99.7002
Max. virtual memory (cumulated for all children) (KiB): 828328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 340.361
system time used= 1.86772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325054
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= 12031
involuntary context switches= 16865

runsolver used 0.602908 second user time and 1.54576 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 00:13:57
IDJOB=2069436
IDBENCH=55056
IDSOLVER=731
FILE ID=node6/2069436-1247350437
PBS_JOBID= 9506903
Free space on /tmp= 66396 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-lp4l.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069436-1247350437/watcher-2069436-1247350437 -o /tmp/evaluation-result-2069436-1247350437/solver-2069436-1247350437 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2069436-1247350437.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 738894cbfdf32574fc86f6320cca68ff
RANDOM SEED=680039307

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.263
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.263
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:       1404272 kB
Buffers:         42572 kB
Cached:          95600 kB
SwapCached:          4 kB
Active:         500392 kB
Inactive:        99784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1404272 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:         482480 kB
Slab:            35816 kB
Committed_AS:   618820 kB
PageTables:       2804 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= 66396 MiB
End job on node6 at 2009-07-12 00:19:41