Trace number 1072751

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? 393.345 383.366

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-7.xml
MD5SUMeff04b5a6c8760c244f6779320bb569d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.052991
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity20
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.30	c See www.sat4j.org for details.
0.29/0.30	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.29/0.39	c c --- Begin Solver configuration ---
0.29/0.39	c Stops conflict analysis at the first Unique Implication Point
0.29/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.39	c Learn all clauses as in MiniSAT
0.29/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.39	c Expensive reason simplification
0.29/0.39	c MiniSAT restarts strategy
0.29/0.39	c timeout=2147483s
0.29/0.39	c DB Simplification allowed=false
0.29/0.39	c --- End Solver configuration ---
0.29/0.39	c solving HOME/instance-1072751-1215175593.xml
0.29/0.39	c reading problem ... 
0.59/0.66	c reading problem named null
0.59/0.66	c reading domains done.
0.59/0.66	c reading variables done.
0.69/0.72	c reading predicates  done.
1.08/1.14	c reading constraints
393.22/383.20	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
393.22/383.20		at org.mozilla.javascript.gen.c30._c0(rhino.log:1)
393.22/383.20		at org.mozilla.javascript.gen.c30.call(rhino.log)
393.22/383.20		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
393.22/383.20		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
393.22/383.20		at org.mozilla.javascript.gen.c30.call(rhino.log)
393.22/383.20		at org.mozilla.javascript.gen.c30.exec(rhino.log)
393.22/383.20		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
393.22/383.20		at org.sat4j.csp.Predicate.find(Predicate.java:129)
393.22/383.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
393.22/383.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
393.22/383.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
393.22/383.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
393.22/383.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
393.22/383.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
393.22/383.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
393.22/383.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
393.22/383.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
393.22/383.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
393.22/383.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
393.22/383.20		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
393.22/383.20		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
393.22/383.20		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
393.22/383.20		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
393.22/383.20		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
393.22/383.20		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
393.22/383.20		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
393.22/383.20		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
393.22/383.20		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
393.22/383.20		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
393.22/383.20		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
393.22/383.20		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
393.22/383.20		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
393.22/383.21	c starts		: 0
393.22/383.21	c conflicts		: 0
393.22/383.21	c decisions		: 0
393.22/383.21	c propagations		: 0
393.22/383.21	c inspects		: 0
393.22/383.21	c learnt literals	: 0
393.22/383.21	c learnt binary clauses	: 0
393.22/383.21	c learnt ternary clauses	: 0
393.22/383.21	c learnt clauses	: 0
393.22/383.21	c ignored clauses	: 0
393.22/383.21	c root simplifications	: 0
393.22/383.21	c removed literals (reason simplification)	: 0
393.22/383.21	c reason swapping (by a shorter reason)	: 0
393.22/383.21	c Calls to reduceDB	: 0
393.22/383.21	c speed (assignments/second)	: 0.0
393.22/383.21	c non guided choices	0
393.22/383.21	s UNKNOWN
393.22/383.21	c Total wall clock time (in seconds) : 382.814

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-1072751-1215175593/watcher-1072751-1215175593 -o /tmp/evaluation-result-1072751-1215175593/solver-1072751-1215175593 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1072751-1215175593.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.08 2.02 4/83 15883
/proc/meminfo: memFree=1039416/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=18572 CPUtime=0
/proc/15883/stat : 15883 (runsolver) R 15881 15883 13092 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 673286912 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 249069890855 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15883/statm: 4643 292 257 25 0 2626 0

[startup+0.0196811 s]
/proc/loadavg: 2.15 2.08 2.02 4/83 15883
/proc/meminfo: memFree=1039416/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=13540 CPUtime=0
/proc/15883/stat : 15883 (java) S 15881 15883 13092 0 -1 0 849 0 0 0 0 0 0 0 21 0 2 0 673286912 13864960 614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15883/statm: 3385 614 278 9 0 1246 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13540

[startup+0.102685 s]
/proc/loadavg: 2.15 2.08 2.02 4/83 15883
/proc/meminfo: memFree=1039416/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=804612 CPUtime=0.09
/proc/15883/stat : 15883 (java) S 15881 15883 13092 0 -1 0 3002 0 1 0 7 2 0 0 21 0 12 0 673286912 823922688 2735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15883/statm: 201153 2735 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.302706 s]
/proc/loadavg: 2.15 2.08 2.02 4/83 15883
/proc/meminfo: memFree=1039416/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=808392 CPUtime=0.29
/proc/15883/stat : 15883 (java) S 15881 15883 13092 0 -1 0 5029 0 1 0 26 3 0 0 21 0 12 0 673286912 827793408 4357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15883/statm: 202098 4357 1306 9 0 199467 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808392

[startup+0.702748 s]
/proc/loadavg: 2.15 2.08 2.02 4/83 15883
/proc/meminfo: memFree=1039416/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=808420 CPUtime=0.69
/proc/15883/stat : 15883 (java) S 15881 15883 13092 0 -1 0 6332 0 1 0 64 5 0 0 21 0 12 0 673286912 827822080 5513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15883/statm: 202105 5513 1335 9 0 199467 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808420

[startup+1.50283 s]
/proc/loadavg: 2.15 2.08 2.02 4/95 15895
/proc/meminfo: memFree=1018840/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=811272 CPUtime=1.48
/proc/15883/stat : 15883 (java) S 15881 15883 13092 0 -1 0 8870 0 1 0 141 7 0 0 21 0 12 0 673286912 830742528 7358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15883/statm: 202818 7358 1368 9 0 200180 0
[pid=15883/tid=15885] ppid=15881 vsize=811272 CPUtime=0.83
/proc/15883/task/15885/stat : 15885 (java) R 15881 15883 13092 0 -1 64 5053 0 1 0 78 5 0 0 25 0 12 0 673286914 830742528 7358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15886] ppid=15881 vsize=811272 CPUtime=0
/proc/15883/task/15886/stat : 15886 (java) S 15881 15883 13092 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 673286915 830742528 7358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15887] ppid=15881 vsize=811272 CPUtime=0
/proc/15883/task/15887/stat : 15887 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 673286915 830742528 7358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15888] ppid=15881 vsize=811272 CPUtime=0
/proc/15883/task/15888/stat : 15888 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 673286916 830742528 7358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15889] ppid=15881 vsize=811272 CPUtime=0
/proc/15883/task/15889/stat : 15889 (java) S 15881 15883 13092 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 673286917 830742528 7358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15890] ppid=15881 vsize=811272 CPUtime=0
/proc/15883/task/15890/stat : 15890 (java) S 15881 15883 13092 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 673286917 830742528 7358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15891] ppid=15881 vsize=811272 CPUtime=0
/proc/15883/task/15891/stat : 15891 (java) S 15881 15883 13092 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673286921 830742528 7358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15892] ppid=15881 vsize=811272 CPUtime=0.36
/proc/15883/task/15892/stat : 15892 (java) R 15881 15883 13092 0 -1 64 1887 0 0 0 36 0 0 0 16 0 12 0 673286921 830742528 7358 996147200 134512640 134550740 4294956016 18446744073709551615 103299201 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15893] ppid=15881 vsize=811272 CPUtime=0.24
/proc/15883/task/15893/stat : 15893 (java) S 15881 15883 13092 0 -1 64 1169 0 0 0 24 0 0 0 16 0 12 0 673286921 830742528 7358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15894] ppid=15881 vsize=811272 CPUtime=0
/proc/15883/task/15894/stat : 15894 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 673286921 830742528 7358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15895] ppid=15881 vsize=811272 CPUtime=0
/proc/15883/task/15895/stat : 15895 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 673286921 830742528 7358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811272

[startup+3.10199 s]
/proc/loadavg: 2.22 2.10 2.02 3/95 15895
/proc/meminfo: memFree=1010136/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=816376 CPUtime=3.06
/proc/15883/stat : 15883 (java) S 15881 15883 13092 0 -1 0 15142 0 1 0 295 11 0 0 21 0 12 0 673286912 835969024 11415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15883/statm: 204094 11415 1381 9 0 201456 0
[pid=15883/tid=15885] ppid=15881 vsize=816376 CPUtime=1.38
/proc/15883/task/15885/stat : 15885 (java) R 15881 15883 13092 0 -1 64 7840 0 1 0 131 7 0 0 25 0 12 0 673286914 835969024 11415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15886] ppid=15881 vsize=816376 CPUtime=0
/proc/15883/task/15886/stat : 15886 (java) S 15881 15883 13092 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 673286915 835969024 11415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15887] ppid=15881 vsize=816376 CPUtime=0
/proc/15883/task/15887/stat : 15887 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 673286915 835969024 11415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15888] ppid=15881 vsize=816376 CPUtime=0
/proc/15883/task/15888/stat : 15888 (java) S 15881 15883 13092 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 673286916 835969024 11415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15889] ppid=15881 vsize=816376 CPUtime=0
/proc/15883/task/15889/stat : 15889 (java) S 15881 15883 13092 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 673286917 835969024 11415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15890] ppid=15881 vsize=816376 CPUtime=0
/proc/15883/task/15890/stat : 15890 (java) S 15881 15883 13092 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 673286917 835969024 11415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15891] ppid=15881 vsize=816376 CPUtime=0
/proc/15883/task/15891/stat : 15891 (java) S 15881 15883 13092 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673286921 835969024 11415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15892] ppid=15881 vsize=816376 CPUtime=1.21
/proc/15883/task/15892/stat : 15892 (java) R 15881 15883 13092 0 -1 64 5357 0 0 0 118 3 0 0 18 0 12 0 673286921 835969024 11415 996147200 134512640 134550740 4294956016 18446744073709551615 106222412 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15893] ppid=15881 vsize=816376 CPUtime=0.44
/proc/15883/task/15893/stat : 15893 (java) S 15881 15883 13092 0 -1 64 1183 0 0 0 44 0 0 0 16 0 12 0 673286921 835969024 11415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15894] ppid=15881 vsize=816376 CPUtime=0
/proc/15883/task/15894/stat : 15894 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 673286921 835969024 11415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15895] ppid=15881 vsize=816376 CPUtime=0
/proc/15883/task/15895/stat : 15895 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 673286921 835969024 11415 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 816376

[startup+6.3023 s]
/proc/loadavg: 2.22 2.10 2.02 3/95 15895
/proc/meminfo: memFree=962776/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=814788 CPUtime=6.25
/proc/15883/stat : 15883 (java) S 15881 15883 13092 0 -1 0 29518 0 1 0 604 21 0 0 21 0 12 0 673286912 834342912 22157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15883/statm: 203697 22157 1387 9 0 201059 0
[pid=15883/tid=15885] ppid=15881 vsize=814788 CPUtime=2.91
/proc/15883/task/15885/stat : 15885 (java) R 15881 15883 13092 0 -1 64 17320 0 1 0 278 13 0 0 25 0 12 0 673286914 834342912 22157 996147200 134512640 134550740 4294956016 18446744073709551615 4109318735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15886] ppid=15881 vsize=814788 CPUtime=0.03
/proc/15883/task/15886/stat : 15886 (java) S 15881 15883 13092 0 -1 64 429 0 0 0 3 0 0 0 16 0 12 0 673286915 834342912 22157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15887] ppid=15881 vsize=814788 CPUtime=0.03
/proc/15883/task/15887/stat : 15887 (java) S 15881 15883 13092 0 -1 64 841 0 0 0 3 0 0 0 17 0 12 0 673286915 834342912 22157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15888] ppid=15881 vsize=814788 CPUtime=0
/proc/15883/task/15888/stat : 15888 (java) S 15881 15883 13092 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 673286916 834342912 22157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15889] ppid=15881 vsize=814788 CPUtime=0
/proc/15883/task/15889/stat : 15889 (java) S 15881 15883 13092 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 673286917 834342912 22157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15890] ppid=15881 vsize=814788 CPUtime=0
/proc/15883/task/15890/stat : 15890 (java) S 15881 15883 13092 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673286917 834342912 22157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15891] ppid=15881 vsize=814788 CPUtime=0
/proc/15883/task/15891/stat : 15891 (java) S 15881 15883 13092 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673286921 834342912 22157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15892] ppid=15881 vsize=814788 CPUtime=2.76
/proc/15883/task/15892/stat : 15892 (java) S 15881 15883 13092 0 -1 64 8955 0 0 0 271 5 0 0 16 0 12 0 673286921 834342912 22157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15893] ppid=15881 vsize=814788 CPUtime=0.47
/proc/15883/task/15893/stat : 15893 (java) S 15881 15883 13092 0 -1 64 1183 0 0 0 47 0 0 0 16 0 12 0 673286921 834342912 22157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15894] ppid=15881 vsize=814788 CPUtime=0
/proc/15883/task/15894/stat : 15894 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 673286921 834342912 22157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15895] ppid=15881 vsize=814788 CPUtime=0
/proc/15883/task/15895/stat : 15895 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 673286921 834342912 22157 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 814788

[startup+12.7029 s]
/proc/loadavg: 2.42 2.14 2.04 3/95 15895
/proc/meminfo: memFree=927512/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=819088 CPUtime=12.66
/proc/15883/stat : 15883 (java) S 15881 15883 13092 0 -1 0 41686 0 1 0 1238 28 0 0 21 0 12 0 673286912 838746112 30082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15883/statm: 204772 30082 1387 9 0 202134 0
[pid=15883/tid=15885] ppid=15881 vsize=819088 CPUtime=6.59
/proc/15883/task/15885/stat : 15885 (java) R 15881 15883 13092 0 -1 64 17354 0 1 0 646 13 0 0 25 0 12 0 673286914 838746112 30082 996147200 134512640 134550740 4294956016 18446744073709551615 4109631078 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15886] ppid=15881 vsize=819088 CPUtime=0.3
/proc/15883/task/15886/stat : 15886 (java) S 15881 15883 13092 0 -1 64 3626 0 0 0 29 1 0 0 16 0 12 0 673286915 838746112 30082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15887] ppid=15881 vsize=819088 CPUtime=0.29
/proc/15883/task/15887/stat : 15887 (java) S 15881 15883 13092 0 -1 64 4627 0 0 0 28 1 0 0 16 0 12 0 673286915 838746112 30082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15888] ppid=15881 vsize=819088 CPUtime=0.01
/proc/15883/task/15888/stat : 15888 (java) S 15881 15883 13092 0 -1 64 59 0 0 0 1 0 0 0 16 0 12 0 673286916 838746112 30082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15889] ppid=15881 vsize=819088 CPUtime=0
/proc/15883/task/15889/stat : 15889 (java) S 15881 15883 13092 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 673286917 838746112 30082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15890] ppid=15881 vsize=819088 CPUtime=0
/proc/15883/task/15890/stat : 15890 (java) S 15881 15883 13092 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673286917 838746112 30082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15891] ppid=15881 vsize=819088 CPUtime=0
/proc/15883/task/15891/stat : 15891 (java) S 15881 15883 13092 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673286921 838746112 30082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15892] ppid=15881 vsize=819088 CPUtime=4
/proc/15883/task/15892/stat : 15892 (java) S 15881 15883 13092 0 -1 64 12111 0 0 0 393 7 0 0 16 0 12 0 673286921 838746112 30082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15893] ppid=15881 vsize=819088 CPUtime=1.38
/proc/15883/task/15893/stat : 15893 (java) S 15881 15883 13092 0 -1 64 3149 0 0 0 137 1 0 0 15 0 12 0 673286921 838746112 30082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15894] ppid=15881 vsize=819088 CPUtime=0
/proc/15883/task/15894/stat : 15894 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 673286921 838746112 30082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15895] ppid=15881 vsize=819088 CPUtime=0
/proc/15883/task/15895/stat : 15895 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 673286921 838746112 30082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 819088

[startup+25.5022 s]
/proc/loadavg: 2.44 2.16 2.04 4/95 15895
/proc/meminfo: memFree=1562392/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=820272 CPUtime=25.38
/proc/15883/stat : 15883 (java) S 15881 15883 13092 0 -1 0 61950 0 1 0 2499 39 0 0 21 0 12 0 673286912 839958528 47959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15883/statm: 205068 47959 1387 9 0 202430 0
[pid=15883/tid=15885] ppid=15881 vsize=820272 CPUtime=16.21
/proc/15883/task/15885/stat : 15885 (java) R 15881 15883 13092 0 -1 64 17379 0 1 0 1607 14 0 0 25 0 12 0 673286914 839958528 47959 996147200 134512640 134550740 4294956016 18446744073709551615 4109619310 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15886] ppid=15881 vsize=820272 CPUtime=1.14
/proc/15883/task/15886/stat : 15886 (java) S 15881 15883 13092 0 -1 64 11369 0 0 0 108 6 0 0 16 0 12 0 673286915 839958528 47959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15887] ppid=15881 vsize=820272 CPUtime=1.13
/proc/15883/task/15887/stat : 15887 (java) S 15881 15883 13092 0 -1 64 14723 0 0 0 107 6 0 0 16 0 12 0 673286915 839958528 47959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15888] ppid=15881 vsize=820272 CPUtime=0.03
/proc/15883/task/15888/stat : 15888 (java) S 15881 15883 13092 0 -1 64 59 0 0 0 3 0 0 0 15 0 12 0 673286916 839958528 47959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15889] ppid=15881 vsize=820272 CPUtime=0
/proc/15883/task/15889/stat : 15889 (java) S 15881 15883 13092 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 673286917 839958528 47959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15890] ppid=15881 vsize=820272 CPUtime=0
/proc/15883/task/15890/stat : 15890 (java) S 15881 15883 13092 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673286917 839958528 47959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15891] ppid=15881 vsize=820272 CPUtime=0
/proc/15883/task/15891/stat : 15891 (java) S 15881 15883 13092 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673286921 839958528 47959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=15883/tid=15894] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15894/stat : 15894 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 673286921 842342400 175795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15895] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15895/stat : 15895 (java) S 15881 15883 13092 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673286921 842342400 175795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 368.33
Current children cumulated vsize (KiB) 822600

[startup+371.101 s]
/proc/loadavg: 2.41 2.38 2.17 3/94 15898
/proc/meminfo: memFree=1035664/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=852600 CPUtime=381.13
/proc/15883/stat : 15883 (java) S 15881 15883 13092 0 -1 0 321434 0 1 0 37952 161 0 0 21 0 12 0 673286912 873062400 183295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15883/statm: 213150 183295 1390 9 0 210512 0
[pid=15883/tid=15885] ppid=15881 vsize=852600 CPUtime=110.3
/proc/15883/task/15885/stat : 15885 (java) S 15881 15883 13092 0 -1 64 17599 0 1 0 11016 14 0 0 17 0 12 0 673286914 873062400 183295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15886] ppid=15881 vsize=852600 CPUtime=28.53
/proc/15883/task/15886/stat : 15886 (java) S 15881 15883 13092 0 -1 64 78688 0 0 0 2813 40 0 0 16 0 12 0 673286915 873062400 183295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15887] ppid=15881 vsize=852600 CPUtime=28.07
/proc/15883/task/15887/stat : 15887 (java) S 15881 15883 13092 0 -1 64 74433 0 0 0 2770 37 0 0 17 0 12 0 673286915 873062400 183295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15888] ppid=15881 vsize=852600 CPUtime=202.73
/proc/15883/task/15888/stat : 15888 (java) R 15881 15883 13092 0 -1 64 123596 0 0 0 20221 52 0 0 25 0 12 0 673286916 873062400 183295 996147200 134512640 134550740 4294956016 18446744073709551615 104136409 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15889] ppid=15881 vsize=852600 CPUtime=0
/proc/15883/task/15889/stat : 15889 (java) S 15881 15883 13092 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 673286917 873062400 183295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15890] ppid=15881 vsize=852600 CPUtime=0
/proc/15883/task/15890/stat : 15890 (java) S 15881 15883 13092 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673286917 873062400 183295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15891] ppid=15881 vsize=852600 CPUtime=0
/proc/15883/task/15891/stat : 15891 (java) S 15881 15883 13092 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673286921 873062400 183295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15892] ppid=15881 vsize=852600 CPUtime=4.56
/proc/15883/task/15892/stat : 15892 (java) S 15881 15883 13092 0 -1 64 12768 0 0 0 449 7 0 0 16 0 12 0 673286921 873062400 183295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15893] ppid=15881 vsize=852600 CPUtime=6.88
/proc/15883/task/15893/stat : 15893 (java) S 15881 15883 13092 0 -1 64 13589 0 0 0 680 8 0 0 17 0 12 0 673286921 873062400 183295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15894] ppid=15881 vsize=852600 CPUtime=0
/proc/15883/task/15894/stat : 15894 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 673286921 873062400 183295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15895] ppid=15881 vsize=852600 CPUtime=0
/proc/15883/task/15895/stat : 15895 (java) S 15881 15883 13092 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673286921 873062400 183295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 381.13
Current children cumulated vsize (KiB) 852600

[startup+377.502 s]
/proc/loadavg: 2.35 2.37 2.17 3/94 15898
/proc/meminfo: memFree=1065680/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=822600 CPUtime=387.52
/proc/15883/stat : 15883 (java) S 15881 15883 13092 0 -1 0 323693 0 1 0 38590 162 0 0 21 0 12 0 673286912 842342400 175795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15883/statm: 205650 175795 1390 9 0 203012 0
[pid=15883/tid=15885] ppid=15881 vsize=822600 CPUtime=110.41
/proc/15883/task/15885/stat : 15885 (java) S 15881 15883 13092 0 -1 64 17602 0 1 0 11027 14 0 0 17 0 12 0 673286914 842342400 175795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15886] ppid=15881 vsize=822600 CPUtime=28.53
/proc/15883/task/15886/stat : 15886 (java) S 15881 15883 13092 0 -1 64 78688 0 0 0 2813 40 0 0 16 0 12 0 673286915 842342400 175795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15887] ppid=15881 vsize=822600 CPUtime=28.07
/proc/15883/task/15887/stat : 15887 (java) S 15881 15883 13092 0 -1 64 74433 0 0 0 2770 37 0 0 17 0 12 0 673286915 842342400 175795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15888] ppid=15881 vsize=822600 CPUtime=209.02
/proc/15883/task/15888/stat : 15888 (java) R 15881 15883 13092 0 -1 64 125852 0 0 0 20848 54 0 0 25 0 12 0 673286916 842342400 175795 996147200 134512640 134550740 4294956016 18446744073709551615 105852568 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15889] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15889/stat : 15889 (java) S 15881 15883 13092 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 673286917 842342400 175795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15890] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15890/stat : 15890 (java) S 15881 15883 13092 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673286917 842342400 175795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15891] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15891/stat : 15891 (java) S 15881 15883 13092 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673286921 842342400 175795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15892] ppid=15881 vsize=822600 CPUtime=4.56
/proc/15883/task/15892/stat : 15892 (java) S 15881 15883 13092 0 -1 64 12768 0 0 0 449 7 0 0 16 0 12 0 673286921 842342400 175795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15893] ppid=15881 vsize=822600 CPUtime=6.88
/proc/15883/task/15893/stat : 15893 (java) S 15881 15883 13092 0 -1 64 13589 0 0 0 680 8 0 0 17 0 12 0 673286921 842342400 175795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15894] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15894/stat : 15894 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 673286921 842342400 175795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15895] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15895/stat : 15895 (java) S 15881 15883 13092 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673286921 842342400 175795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 387.52
Current children cumulated vsize (KiB) 822600

[startup+380.701 s]
/proc/loadavg: 2.35 2.37 2.17 3/94 15898
/proc/meminfo: memFree=1066896/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=821600 CPUtime=390.72
/proc/15883/stat : 15883 (java) S 15881 15883 13092 0 -1 0 324700 0 1 0 38909 163 0 0 21 0 12 0 673286912 841318400 175546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15883/statm: 205400 175546 1390 9 0 202762 0
[pid=15883/tid=15885] ppid=15881 vsize=821600 CPUtime=110.45
/proc/15883/task/15885/stat : 15885 (java) S 15881 15883 13092 0 -1 64 17606 0 1 0 11031 14 0 0 17 0 12 0 673286914 841318400 175546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15886] ppid=15881 vsize=821600 CPUtime=28.53
/proc/15883/task/15886/stat : 15886 (java) S 15881 15883 13092 0 -1 64 78688 0 0 0 2813 40 0 0 16 0 12 0 673286915 841318400 175546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15887] ppid=15881 vsize=821600 CPUtime=28.07
/proc/15883/task/15887/stat : 15887 (java) S 15881 15883 13092 0 -1 64 74433 0 0 0 2770 37 0 0 17 0 12 0 673286915 841318400 175546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15888] ppid=15881 vsize=821600 CPUtime=212.17
/proc/15883/task/15888/stat : 15888 (java) R 15881 15883 13092 0 -1 64 126855 0 0 0 21163 54 0 0 25 0 12 0 673286916 841318400 175546 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15889] ppid=15881 vsize=821600 CPUtime=0
/proc/15883/task/15889/stat : 15889 (java) S 15881 15883 13092 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 673286917 841318400 175546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15890] ppid=15881 vsize=821600 CPUtime=0
/proc/15883/task/15890/stat : 15890 (java) S 15881 15883 13092 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673286917 841318400 175546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15891] ppid=15881 vsize=821600 CPUtime=0
/proc/15883/task/15891/stat : 15891 (java) S 15881 15883 13092 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673286921 841318400 175546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15892] ppid=15881 vsize=821600 CPUtime=4.56
/proc/15883/task/15892/stat : 15892 (java) S 15881 15883 13092 0 -1 64 12768 0 0 0 449 7 0 0 16 0 12 0 673286921 841318400 175546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15893] ppid=15881 vsize=821600 CPUtime=6.88
/proc/15883/task/15893/stat : 15893 (java) S 15881 15883 13092 0 -1 64 13589 0 0 0 680 8 0 0 17 0 12 0 673286921 841318400 175546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15894] ppid=15881 vsize=821600 CPUtime=0
/proc/15883/task/15894/stat : 15894 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 673286921 841318400 175546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15895] ppid=15881 vsize=821600 CPUtime=0
/proc/15883/task/15895/stat : 15895 (java) S 15881 15883 13092 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673286921 841318400 175546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 390.72
Current children cumulated vsize (KiB) 821600

[startup+382.302 s]
/proc/loadavg: 2.35 2.37 2.17 3/94 15898
/proc/meminfo: memFree=1065680/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=822600 CPUtime=392.32
/proc/15883/stat : 15883 (java) S 15881 15883 13092 0 -1 0 325201 0 1 0 39069 163 0 0 21 0 12 0 673286912 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15883/statm: 205650 175796 1390 9 0 203012 0
[pid=15883/tid=15885] ppid=15881 vsize=822600 CPUtime=110.45
/proc/15883/task/15885/stat : 15885 (java) S 15881 15883 13092 0 -1 64 17606 0 1 0 11031 14 0 0 17 0 12 0 673286914 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15886] ppid=15881 vsize=822600 CPUtime=28.53
/proc/15883/task/15886/stat : 15886 (java) S 15881 15883 13092 0 -1 64 78688 0 0 0 2813 40 0 0 16 0 12 0 673286915 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15887] ppid=15881 vsize=822600 CPUtime=28.07
/proc/15883/task/15887/stat : 15887 (java) S 15881 15883 13092 0 -1 64 74433 0 0 0 2770 37 0 0 17 0 12 0 673286915 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15888] ppid=15881 vsize=822600 CPUtime=213.77
/proc/15883/task/15888/stat : 15888 (java) R 15881 15883 13092 0 -1 64 127356 0 0 0 21323 54 0 0 25 0 12 0 673286916 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 106736531 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15889] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15889/stat : 15889 (java) S 15881 15883 13092 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 673286917 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15890] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15890/stat : 15890 (java) S 15881 15883 13092 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673286917 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15891] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15891/stat : 15891 (java) S 15881 15883 13092 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673286921 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15892] ppid=15881 vsize=822600 CPUtime=4.56
/proc/15883/task/15892/stat : 15892 (java) S 15881 15883 13092 0 -1 64 12768 0 0 0 449 7 0 0 16 0 12 0 673286921 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15893] ppid=15881 vsize=822600 CPUtime=6.88
/proc/15883/task/15893/stat : 15893 (java) S 15881 15883 13092 0 -1 64 13589 0 0 0 680 8 0 0 17 0 12 0 673286921 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15894] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15894/stat : 15894 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 673286921 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15895] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15895/stat : 15895 (java) S 15881 15883 13092 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673286921 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 392.32
Current children cumulated vsize (KiB) 822600

[startup+383.103 s]
/proc/loadavg: 2.40 2.38 2.17 3/94 15898
/proc/meminfo: memFree=1065680/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=822600 CPUtime=393.12
/proc/15883/stat : 15883 (java) S 15881 15883 13092 0 -1 0 325201 0 1 0 39149 163 0 0 21 0 12 0 673286912 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15883/statm: 205650 175796 1390 9 0 203012 0
[pid=15883/tid=15885] ppid=15881 vsize=822600 CPUtime=110.45
/proc/15883/task/15885/stat : 15885 (java) S 15881 15883 13092 0 -1 64 17606 0 1 0 11031 14 0 0 17 0 12 0 673286914 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15886] ppid=15881 vsize=822600 CPUtime=28.53
/proc/15883/task/15886/stat : 15886 (java) S 15881 15883 13092 0 -1 64 78688 0 0 0 2813 40 0 0 16 0 12 0 673286915 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15887] ppid=15881 vsize=822600 CPUtime=28.07
/proc/15883/task/15887/stat : 15887 (java) S 15881 15883 13092 0 -1 64 74433 0 0 0 2770 37 0 0 17 0 12 0 673286915 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15888] ppid=15881 vsize=822600 CPUtime=214.57
/proc/15883/task/15888/stat : 15888 (java) R 15881 15883 13092 0 -1 64 127356 0 0 0 21403 54 0 0 25 0 12 0 673286916 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15889] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15889/stat : 15889 (java) S 15881 15883 13092 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 673286917 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15890] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15890/stat : 15890 (java) S 15881 15883 13092 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673286917 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15891] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15891/stat : 15891 (java) S 15881 15883 13092 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673286921 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15892] ppid=15881 vsize=822600 CPUtime=4.56
/proc/15883/task/15892/stat : 15892 (java) S 15881 15883 13092 0 -1 64 12768 0 0 0 449 7 0 0 16 0 12 0 673286921 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15893] ppid=15881 vsize=822600 CPUtime=6.88
/proc/15883/task/15893/stat : 15893 (java) S 15881 15883 13092 0 -1 64 13589 0 0 0 680 8 0 0 17 0 12 0 673286921 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15883/tid=15894] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15894/stat : 15894 (java) S 15881 15883 13092 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 673286921 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15883/tid=15895] ppid=15881 vsize=822600 CPUtime=0
/proc/15883/task/15895/stat : 15895 (java) S 15881 15883 13092 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673286921 842342400 175796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 393.12
Current children cumulated vsize (KiB) 822600

[startup+383.303 s]
/proc/loadavg: 2.40 2.38 2.17 3/94 15898
/proc/meminfo: memFree=1065680/2055920 swapFree=4179808/4192956
[pid=15883] ppid=15881 vsize=0 CPUtime=393.27
/proc/15883/stat : 15883 (java) Z 15881 15883 13092 0 -1 12 325214 0 1 0 39160 167 0 0 16 0 2 0 673286912 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15883/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 393.27
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 383.366
CPU time (s): 393.345
CPU user time (s): 391.605
CPU system time (s): 1.73973
CPU usage (%): 102.603
Max. virtual memory (cumulated for all children) (KiB): 868604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 391.605
system time used= 1.73974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325214
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= 10730
involuntary context switches= 18079

runsolver used 0.51992 second user time and 1.25081 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-04 14:46:33
IDJOB=1072751
IDBENCH=56285
IDSOLVER=344
FILE ID=node89/1072751-1215175593
PBS_JOBID= 7881482
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eff04b5a6c8760c244f6779320bb569d
RANDOM SEED=686351670

node89.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.213
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.213
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:       1039896 kB
Buffers:         40516 kB
Cached:         137920 kB
SwapCached:       7136 kB
Active:         912704 kB
Inactive:        50588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1039896 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:         801032 kB
Slab:            36452 kB
Committed_AS:  2666280 kB
PageTables:       3336 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= 66536 MiB
End job on node89 at 2008-07-04 14:52:56