Trace number 1057924

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? 267.762 265.438

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-14.xml
MD5SUMb9ab301ef57194f8c1fdd747362df16d
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.066988
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity23
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.74 1.96 1.93 4/81 18748
/proc/meminfo: memFree=771480/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=152 CPUtime=0
/proc/18748/stat : 18748 (java) R 18746 18748 18139 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1990151850 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 1978667 0 0 4096 0 0 0 0 17 0 0 0
/proc/18748/statm: 38 26 19 9 0 4 0

[startup+0.010018 s]
/proc/loadavg: 1.74 1.96 1.93 4/81 18748
/proc/meminfo: memFree=771480/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=13012 CPUtime=0
/proc/18748/stat : 18748 (java) R 18746 18748 18139 0 -1 0 435 0 0 0 0 0 0 0 18 0 1 0 1990151850 13324288 236 996147200 134512640 134550740 4294956032 18446744073709551615 1950506 0 0 4096 0 0 0 0 17 0 0 0
/proc/18748/statm: 3253 236 136 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101037 s]
/proc/loadavg: 1.74 1.96 1.93 4/81 18748
/proc/meminfo: memFree=771480/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=804756 CPUtime=0.08
/proc/18748/stat : 18748 (java) S 18746 18748 18139 0 -1 0 3161 0 1 0 6 2 0 0 18 0 12 0 1990151850 824070144 2892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18748/statm: 201189 2893 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301055 s]
/proc/loadavg: 1.74 1.96 1.93 4/81 18748
/proc/meminfo: memFree=771480/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=808244 CPUtime=0.28
/proc/18748/stat : 18748 (java) S 18746 18748 18139 0 -1 0 5035 0 1 0 24 4 0 0 18 0 12 0 1990151850 827641856 4362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18748/statm: 202061 4362 1308 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701091 s]
/proc/loadavg: 1.74 1.96 1.93 4/81 18748
/proc/meminfo: memFree=771480/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=808272 CPUtime=0.67
/proc/18748/stat : 18748 (java) S 18746 18748 18139 0 -1 0 6356 0 1 0 61 6 0 0 18 0 12 0 1990151850 827670528 5484 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18748/statm: 202068 5485 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808272

[startup+1.50216 s]
/proc/loadavg: 1.74 1.96 1.93 4/93 18760
/proc/meminfo: memFree=750328/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=812060 CPUtime=1.45
/proc/18748/stat : 18748 (java) S 18746 18748 18139 0 -1 0 9299 0 1 0 137 8 0 0 18 0 12 0 1990151850 831549440 7598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18748/statm: 203015 7600 1363 9 0 200377 0
[pid=18748/tid=18750] ppid=18746 vsize=812060 CPUtime=0.8
/proc/18748/task/18750/stat : 18750 (java) R 18746 18748 18139 0 -1 64 5085 0 1 0 75 5 0 0 25 0 12 0 1990151851 831549440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18751] ppid=18746 vsize=812060 CPUtime=0
/proc/18748/task/18751/stat : 18751 (java) S 18746 18748 18139 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1990151852 831549440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18752] ppid=18746 vsize=812060 CPUtime=0
/proc/18748/task/18752/stat : 18752 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1990151852 831549440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18753] ppid=18746 vsize=812060 CPUtime=0
/proc/18748/task/18753/stat : 18753 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990151854 831549440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18754] ppid=18746 vsize=812060 CPUtime=0
/proc/18748/task/18754/stat : 18754 (java) S 18746 18748 18139 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1990151855 831549440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18755] ppid=18746 vsize=812060 CPUtime=0
/proc/18748/task/18755/stat : 18755 (java) S 18746 18748 18139 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 1990151855 831549440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18756] ppid=18746 vsize=812060 CPUtime=0
/proc/18748/task/18756/stat : 18756 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 831549440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18757] ppid=18746 vsize=812060 CPUtime=0.29
/proc/18748/task/18757/stat : 18757 (java) R 18746 18748 18139 0 -1 64 2052 0 0 0 29 0 0 0 16 0 12 0 1990151859 831549440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 2445015 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18758] ppid=18746 vsize=812060 CPUtime=0.33
/proc/18748/task/18758/stat : 18758 (java) S 18746 18748 18139 0 -1 64 1399 0 0 0 32 1 0 0 16 0 12 0 1990151859 831549440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18759] ppid=18746 vsize=812060 CPUtime=0
/proc/18748/task/18759/stat : 18759 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 831549440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18760] ppid=18746 vsize=812060 CPUtime=0
/proc/18748/task/18760/stat : 18760 (java) S 18746 18748 18139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990151859 831549440 7600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 812060

[startup+3.10231 s]
/proc/loadavg: 1.84 1.97 1.93 4/93 18760
/proc/meminfo: memFree=740216/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=814816 CPUtime=3.05
/proc/18748/stat : 18748 (java) S 18746 18748 18139 0 -1 0 15924 0 1 0 294 11 0 0 18 0 12 0 1990151850 834371584 12060 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18748/statm: 203704 12060 1381 9 0 201066 0
[pid=18748/tid=18750] ppid=18746 vsize=814816 CPUtime=1.38
/proc/18748/task/18750/stat : 18750 (java) R 18746 18748 18139 0 -1 64 8612 0 1 0 131 7 0 0 25 0 12 0 1990151851 834371584 12061 996147200 134512640 134550740 4294956032 18446744073709551615 4109825025 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18751] ppid=18746 vsize=814816 CPUtime=0
/proc/18748/task/18751/stat : 18751 (java) S 18746 18748 18139 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1990151852 834371584 12061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18752] ppid=18746 vsize=814816 CPUtime=0
/proc/18748/task/18752/stat : 18752 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1990151852 834371584 12061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18753] ppid=18746 vsize=814816 CPUtime=0
/proc/18748/task/18753/stat : 18753 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1990151854 834371584 12061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18754] ppid=18746 vsize=814816 CPUtime=0
/proc/18748/task/18754/stat : 18754 (java) S 18746 18748 18139 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1990151855 834371584 12062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18755] ppid=18746 vsize=814816 CPUtime=0
/proc/18748/task/18755/stat : 18755 (java) S 18746 18748 18139 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 1990151855 834371584 12062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18756] ppid=18746 vsize=814816 CPUtime=0
/proc/18748/task/18756/stat : 18756 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 834371584 12062 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18757] ppid=18746 vsize=814816 CPUtime=1.06
/proc/18748/task/18757/stat : 18757 (java) S 18746 18748 18139 0 -1 64 5004 0 0 0 105 1 0 0 16 0 12 0 1990151859 834371584 12063 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18758] ppid=18746 vsize=814816 CPUtime=0.58
/proc/18748/task/18758/stat : 18758 (java) S 18746 18748 18139 0 -1 64 1544 0 0 0 57 1 0 0 16 0 12 0 1990151859 834371584 12063 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18759] ppid=18746 vsize=814816 CPUtime=0
/proc/18748/task/18759/stat : 18759 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 834371584 12063 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18760] ppid=18746 vsize=814816 CPUtime=0
/proc/18748/task/18760/stat : 18760 (java) S 18746 18748 18139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990151859 834371584 12064 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 814816

[startup+6.30159 s]
/proc/loadavg: 1.84 1.97 1.93 4/93 18760
/proc/meminfo: memFree=685304/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=818236 CPUtime=6.27
/proc/18748/stat : 18748 (java) S 18746 18748 18139 0 -1 0 32709 0 1 0 607 20 0 0 18 0 12 0 1990151850 837873664 25908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18748/statm: 204559 25908 1387 9 0 201921 0
[pid=18748/tid=18750] ppid=18746 vsize=818236 CPUtime=3.28
/proc/18748/task/18750/stat : 18750 (java) R 18746 18748 18139 0 -1 64 17282 0 1 0 316 12 0 0 25 0 12 0 1990151851 837873664 25908 996147200 134512640 134550740 4294956032 18446744073709551615 4109653311 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18751] ppid=18746 vsize=818236 CPUtime=0.07
/proc/18748/task/18751/stat : 18751 (java) S 18746 18748 18139 0 -1 64 2059 0 0 0 7 0 0 0 17 0 12 0 1990151852 837873664 25908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18752] ppid=18746 vsize=818236 CPUtime=0.06
/proc/18748/task/18752/stat : 18752 (java) S 18746 18748 18139 0 -1 64 2284 0 0 0 6 0 0 0 17 0 12 0 1990151852 837873664 25908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18753] ppid=18746 vsize=818236 CPUtime=0
/proc/18748/task/18753/stat : 18753 (java) S 18746 18748 18139 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1990151854 837873664 25908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18754] ppid=18746 vsize=818236 CPUtime=0
/proc/18748/task/18754/stat : 18754 (java) S 18746 18748 18139 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151855 837873664 25908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18755] ppid=18746 vsize=818236 CPUtime=0
/proc/18748/task/18755/stat : 18755 (java) S 18746 18748 18139 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990151855 837873664 25908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18756] ppid=18746 vsize=818236 CPUtime=0
/proc/18748/task/18756/stat : 18756 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 837873664 25908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18757] ppid=18746 vsize=818236 CPUtime=1.88
/proc/18748/task/18757/stat : 18757 (java) S 18746 18748 18139 0 -1 64 7826 0 0 0 185 3 0 0 19 0 12 0 1990151859 837873664 25908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18758] ppid=18746 vsize=818236 CPUtime=0.91
/proc/18748/task/18758/stat : 18758 (java) S 18746 18748 18139 0 -1 64 2439 0 0 0 90 1 0 0 16 0 12 0 1990151859 837873664 25908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18759] ppid=18746 vsize=818236 CPUtime=0
/proc/18748/task/18759/stat : 18759 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 837873664 25908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18760] ppid=18746 vsize=818236 CPUtime=0
/proc/18748/task/18760/stat : 18760 (java) S 18746 18748 18139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990151859 837873664 25908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 818236

[startup+12.7022 s]
/proc/loadavg: 1.87 1.97 1.93 3/93 18760
/proc/meminfo: memFree=650552/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=817500 CPUtime=12.82
/proc/18748/stat : 18748 (java) S 18746 18748 18139 0 -1 0 44482 0 1 0 1257 25 0 0 18 0 12 0 1990151850 837120000 32004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18748/statm: 204375 32004 1387 9 0 201737 0
[pid=18748/tid=18750] ppid=18746 vsize=817500 CPUtime=7.66
/proc/18748/task/18750/stat : 18750 (java) R 18746 18748 18139 0 -1 64 17293 0 1 0 754 12 0 0 23 0 12 0 1990151851 837120000 32004 996147200 134512640 134550740 4294956032 18446744073709551615 4109678102 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18748/tid=18751] ppid=18746 vsize=817500 CPUtime=0.52
/proc/18748/task/18751/stat : 18751 (java) S 18746 18748 18139 0 -1 64 6063 0 0 0 51 1 0 0 16 0 12 0 1990151852 837120000 32004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18748/tid=18752] ppid=18746 vsize=817500 CPUtime=0.5
/proc/18748/task/18752/stat : 18752 (java) S 18746 18748 18139 0 -1 64 6387 0 0 0 47 3 0 0 16 0 12 0 1990151852 837120000 32004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18748/tid=18753] ppid=18746 vsize=817500 CPUtime=0
/proc/18748/task/18753/stat : 18753 (java) S 18746 18748 18139 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1990151854 837120000 32004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18748/tid=18754] ppid=18746 vsize=817500 CPUtime=0
/proc/18748/task/18754/stat : 18754 (java) S 18746 18748 18139 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151855 837120000 32004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18755] ppid=18746 vsize=817500 CPUtime=0
/proc/18748/task/18755/stat : 18755 (java) S 18746 18748 18139 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990151855 837120000 32004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18756] ppid=18746 vsize=817500 CPUtime=0
/proc/18748/task/18756/stat : 18756 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 837120000 32004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18757] ppid=18746 vsize=817500 CPUtime=2.76
/proc/18748/task/18757/stat : 18757 (java) S 18746 18748 18139 0 -1 64 10413 0 0 0 272 4 0 0 20 0 12 0 1990151859 837120000 32004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18758] ppid=18746 vsize=817500 CPUtime=1.31
/proc/18748/task/18758/stat : 18758 (java) S 18746 18748 18139 0 -1 64 3506 0 0 0 130 1 0 0 16 0 12 0 1990151859 837120000 32004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18759] ppid=18746 vsize=817500 CPUtime=0
/proc/18748/task/18759/stat : 18759 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 837120000 32004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18760] ppid=18746 vsize=817500 CPUtime=0
/proc/18748/task/18760/stat : 18760 (java) S 18746 18748 18139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990151859 837120000 32004 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 817500

[startup+25.5023 s]
/proc/loadavg: 2.05 2.01 1.94 4/93 18760
/proc/meminfo: memFree=559032/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=823228 CPUtime=25.73
/proc/18748/stat : 18748 (java) S 18746 18748 18139 0 -1 0 69497 0 1 0 2540 33 0 0 18 0 12 0 1990151850 842985472 53890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18748/statm: 205807 53890 1387 9 0 203169 0
[pid=18748/tid=18750] ppid=18746 vsize=823228 CPUtime=17.55
/proc/18748/task/18750/stat : 18750 (java) R 18746 18748 18139 0 -1 64 17319 0 1 0 1742 13 0 0 25 0 12 0 1990151851 842985472 53890 996147200 134512640 134550740 4294956032 18446744073709551615 4109677521 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18751] ppid=18746 vsize=823228 CPUtime=1.33
/proc/18748/task/18751/stat : 18751 (java) S 18746 18748 18139 0 -1 64 15621 0 0 0 129 4 0 0 16 0 12 0 1990151852 842985472 53890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18752] ppid=18746 vsize=823228 CPUtime=1.27
/proc/18748/task/18752/stat : 18752 (java) S 18746 18748 18139 0 -1 64 17281 0 0 0 120 7 0 0 16 0 12 0 1990151852 842985472 53890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18753] ppid=18746 vsize=823228 CPUtime=0.01
/proc/18748/task/18753/stat : 18753 (java) S 18746 18748 18139 0 -1 64 57 0 0 0 1 0 0 0 15 0 12 0 1990151854 842985472 53890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18754] ppid=18746 vsize=823228 CPUtime=0
/proc/18748/task/18754/stat : 18754 (java) S 18746 18748 18139 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151855 842985472 53890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18755] ppid=18746 vsize=823228 CPUtime=0
/proc/18748/task/18755/stat : 18755 (java) S 18746 18748 18139 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990151855 842985472 53890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18756] ppid=18746 vsize=823228 CPUtime=0
/proc/18748/task/18756/stat : 18756 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 842985472 53890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=18748/tid=18759] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18759/stat : 18759 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 844972032 176493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18760] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18760/stat : 18760 (java) S 18746 18748 18139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990151859 844972032 176493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 258.24
Current children cumulated vsize (KiB) 825168

[startup+262.301 s]
/proc/loadavg: 2.15 2.14 2.01 3/93 18760
/proc/meminfo: memFree=67960/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=821164 CPUtime=264.65
/proc/18748/stat : 18748 (java) S 18746 18748 18139 0 -1 0 328508 0 1 0 26322 143 0 0 18 0 12 0 1990151850 840871936 175493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18748/statm: 205291 175493 1390 9 0 202653 0
[pid=18748/tid=18750] ppid=18746 vsize=821164 CPUtime=118.43
/proc/18748/task/18750/stat : 18750 (java) S 18746 18748 18139 0 -1 64 17509 0 1 0 11830 13 0 0 17 0 12 0 1990151851 840871936 175493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18751] ppid=18746 vsize=821164 CPUtime=10.84
/proc/18748/task/18751/stat : 18751 (java) S 18746 18748 18139 0 -1 64 81656 0 0 0 1054 30 0 0 15 0 12 0 1990151852 840871936 175493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18752] ppid=18746 vsize=821164 CPUtime=10.88
/proc/18748/task/18752/stat : 18752 (java) S 18746 18748 18139 0 -1 64 74754 0 0 0 1059 29 0 0 16 0 12 0 1990151852 840871936 175493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18753] ppid=18746 vsize=821164 CPUtime=114.69
/proc/18748/task/18753/stat : 18753 (java) R 18746 18748 18139 0 -1 64 124673 0 0 0 11414 55 0 0 25 0 12 0 1990151854 840871936 175493 996147200 134512640 134550740 4294956032 18446744073709551615 103550465 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18754] ppid=18746 vsize=821164 CPUtime=0
/proc/18748/task/18754/stat : 18754 (java) S 18746 18748 18139 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151855 840871936 175493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18755] ppid=18746 vsize=821164 CPUtime=0
/proc/18748/task/18755/stat : 18755 (java) S 18746 18748 18139 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990151855 840871936 175493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18756] ppid=18746 vsize=821164 CPUtime=0
/proc/18748/task/18756/stat : 18756 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 840871936 175493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18757] ppid=18746 vsize=821164 CPUtime=3.78
/proc/18748/task/18757/stat : 18757 (java) S 18746 18748 18139 0 -1 64 14131 0 0 0 373 5 0 0 15 0 12 0 1990151859 840871936 175493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18758] ppid=18746 vsize=821164 CPUtime=5.94
/proc/18748/task/18758/stat : 18758 (java) S 18746 18748 18139 0 -1 64 15022 0 0 0 588 6 0 0 16 0 12 0 1990151859 840871936 175493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18759] ppid=18746 vsize=821164 CPUtime=0
/proc/18748/task/18759/stat : 18759 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 840871936 175493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18760] ppid=18746 vsize=821164 CPUtime=0
/proc/18748/task/18760/stat : 18760 (java) S 18746 18748 18139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990151859 840871936 175493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 264.65
Current children cumulated vsize (KiB) 821164

[startup+263.903 s]
/proc/loadavg: 2.15 2.14 2.01 3/93 18760
/proc/meminfo: memFree=67896/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=825168 CPUtime=266.25
/proc/18748/stat : 18748 (java) S 18746 18748 18139 0 -1 0 330010 0 1 0 26482 143 0 0 18 0 12 0 1990151850 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18748/statm: 206292 176494 1390 9 0 203654 0
[pid=18748/tid=18750] ppid=18746 vsize=825168 CPUtime=118.43
/proc/18748/task/18750/stat : 18750 (java) S 18746 18748 18139 0 -1 64 17509 0 1 0 11830 13 0 0 17 0 12 0 1990151851 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18751] ppid=18746 vsize=825168 CPUtime=10.84
/proc/18748/task/18751/stat : 18751 (java) S 18746 18748 18139 0 -1 64 81656 0 0 0 1054 30 0 0 15 0 12 0 1990151852 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18752] ppid=18746 vsize=825168 CPUtime=10.88
/proc/18748/task/18752/stat : 18752 (java) S 18746 18748 18139 0 -1 64 74754 0 0 0 1059 29 0 0 16 0 12 0 1990151852 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18753] ppid=18746 vsize=825168 CPUtime=116.3
/proc/18748/task/18753/stat : 18753 (java) R 18746 18748 18139 0 -1 64 126175 0 0 0 11574 56 0 0 25 0 12 0 1990151854 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 104136422 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18754] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18754/stat : 18754 (java) S 18746 18748 18139 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151855 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18755] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18755/stat : 18755 (java) S 18746 18748 18139 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990151855 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18756] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18756/stat : 18756 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18757] ppid=18746 vsize=825168 CPUtime=3.78
/proc/18748/task/18757/stat : 18757 (java) S 18746 18748 18139 0 -1 64 14131 0 0 0 373 5 0 0 15 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18758] ppid=18746 vsize=825168 CPUtime=5.94
/proc/18748/task/18758/stat : 18758 (java) S 18746 18748 18139 0 -1 64 15022 0 0 0 588 6 0 0 16 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18759] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18759/stat : 18759 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18760] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18760/stat : 18760 (java) S 18746 18748 18139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 266.25
Current children cumulated vsize (KiB) 825168

[startup+264.703 s]
/proc/loadavg: 2.15 2.14 2.01 3/93 18760
/proc/meminfo: memFree=67896/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=825168 CPUtime=267.04
/proc/18748/stat : 18748 (java) S 18746 18748 18139 0 -1 0 330010 0 1 0 26561 143 0 0 18 0 12 0 1990151850 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18748/statm: 206292 176494 1390 9 0 203654 0
[pid=18748/tid=18750] ppid=18746 vsize=825168 CPUtime=118.43
/proc/18748/task/18750/stat : 18750 (java) S 18746 18748 18139 0 -1 64 17509 0 1 0 11830 13 0 0 17 0 12 0 1990151851 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18751] ppid=18746 vsize=825168 CPUtime=10.84
/proc/18748/task/18751/stat : 18751 (java) S 18746 18748 18139 0 -1 64 81656 0 0 0 1054 30 0 0 15 0 12 0 1990151852 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18752] ppid=18746 vsize=825168 CPUtime=10.88
/proc/18748/task/18752/stat : 18752 (java) S 18746 18748 18139 0 -1 64 74754 0 0 0 1059 29 0 0 16 0 12 0 1990151852 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18753] ppid=18746 vsize=825168 CPUtime=117.1
/proc/18748/task/18753/stat : 18753 (java) R 18746 18748 18139 0 -1 64 126175 0 0 0 11654 56 0 0 25 0 12 0 1990151854 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18754] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18754/stat : 18754 (java) S 18746 18748 18139 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151855 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18755] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18755/stat : 18755 (java) S 18746 18748 18139 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990151855 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18756] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18756/stat : 18756 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18757] ppid=18746 vsize=825168 CPUtime=3.78
/proc/18748/task/18757/stat : 18757 (java) S 18746 18748 18139 0 -1 64 14131 0 0 0 373 5 0 0 15 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18758] ppid=18746 vsize=825168 CPUtime=5.94
/proc/18748/task/18758/stat : 18758 (java) S 18746 18748 18139 0 -1 64 15022 0 0 0 588 6 0 0 16 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18759] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18759/stat : 18759 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18760] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18760/stat : 18760 (java) S 18746 18748 18139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 267.04
Current children cumulated vsize (KiB) 825168

[startup+265.108 s]
/proc/loadavg: 2.15 2.14 2.01 3/93 18760
/proc/meminfo: memFree=67896/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=825168 CPUtime=267.45
/proc/18748/stat : 18748 (java) S 18746 18748 18139 0 -1 0 330010 0 1 0 26602 143 0 0 18 0 12 0 1990151850 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18748/statm: 206292 176494 1390 9 0 203654 0
[pid=18748/tid=18750] ppid=18746 vsize=825168 CPUtime=118.43
/proc/18748/task/18750/stat : 18750 (java) S 18746 18748 18139 0 -1 64 17509 0 1 0 11830 13 0 0 17 0 12 0 1990151851 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18751] ppid=18746 vsize=825168 CPUtime=10.84
/proc/18748/task/18751/stat : 18751 (java) S 18746 18748 18139 0 -1 64 81656 0 0 0 1054 30 0 0 15 0 12 0 1990151852 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18752] ppid=18746 vsize=825168 CPUtime=10.88
/proc/18748/task/18752/stat : 18752 (java) S 18746 18748 18139 0 -1 64 74754 0 0 0 1059 29 0 0 16 0 12 0 1990151852 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18753] ppid=18746 vsize=825168 CPUtime=117.5
/proc/18748/task/18753/stat : 18753 (java) R 18746 18748 18139 0 -1 64 126175 0 0 0 11694 56 0 0 25 0 12 0 1990151854 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 106123544 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18754] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18754/stat : 18754 (java) S 18746 18748 18139 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151855 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18755] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18755/stat : 18755 (java) S 18746 18748 18139 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990151855 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18756] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18756/stat : 18756 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18757] ppid=18746 vsize=825168 CPUtime=3.78
/proc/18748/task/18757/stat : 18757 (java) S 18746 18748 18139 0 -1 64 14131 0 0 0 373 5 0 0 15 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18758] ppid=18746 vsize=825168 CPUtime=5.94
/proc/18748/task/18758/stat : 18758 (java) S 18746 18748 18139 0 -1 64 15022 0 0 0 588 6 0 0 16 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18759] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18759/stat : 18759 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18760] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18760/stat : 18760 (java) S 18746 18748 18139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 267.45
Current children cumulated vsize (KiB) 825168

[startup+265.303 s]
/proc/loadavg: 2.15 2.14 2.01 3/93 18760
/proc/meminfo: memFree=67896/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=825168 CPUtime=267.64
/proc/18748/stat : 18748 (java) S 18746 18748 18139 0 -1 0 330010 0 1 0 26621 143 0 0 18 0 12 0 1990151850 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18748/statm: 206292 176494 1390 9 0 203654 0
[pid=18748/tid=18750] ppid=18746 vsize=825168 CPUtime=118.43
/proc/18748/task/18750/stat : 18750 (java) S 18746 18748 18139 0 -1 64 17509 0 1 0 11830 13 0 0 17 0 12 0 1990151851 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18751] ppid=18746 vsize=825168 CPUtime=10.84
/proc/18748/task/18751/stat : 18751 (java) S 18746 18748 18139 0 -1 64 81656 0 0 0 1054 30 0 0 15 0 12 0 1990151852 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18752] ppid=18746 vsize=825168 CPUtime=10.88
/proc/18748/task/18752/stat : 18752 (java) S 18746 18748 18139 0 -1 64 74754 0 0 0 1059 29 0 0 16 0 12 0 1990151852 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18753] ppid=18746 vsize=825168 CPUtime=117.7
/proc/18748/task/18753/stat : 18753 (java) R 18746 18748 18139 0 -1 64 126175 0 0 0 11714 56 0 0 25 0 12 0 1990151854 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18754] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18754/stat : 18754 (java) S 18746 18748 18139 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990151855 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18755] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18755/stat : 18755 (java) S 18746 18748 18139 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990151855 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18756] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18756/stat : 18756 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18757] ppid=18746 vsize=825168 CPUtime=3.78
/proc/18748/task/18757/stat : 18757 (java) S 18746 18748 18139 0 -1 64 14131 0 0 0 373 5 0 0 15 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18758] ppid=18746 vsize=825168 CPUtime=5.94
/proc/18748/task/18758/stat : 18758 (java) S 18746 18748 18139 0 -1 64 15022 0 0 0 588 6 0 0 16 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18759] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18759/stat : 18759 (java) S 18746 18748 18139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18748/tid=18760] ppid=18746 vsize=825168 CPUtime=0
/proc/18748/task/18760/stat : 18760 (java) S 18746 18748 18139 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990151859 844972032 176494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 267.64
Current children cumulated vsize (KiB) 825168

[startup+265.403 s]
/proc/loadavg: 2.15 2.14 2.01 3/93 18760
/proc/meminfo: memFree=67896/2055920 swapFree=4179776/4192956
[pid=18748] ppid=18746 vsize=0 CPUtime=267.72
/proc/18748/stat : 18748 (java) Z 18746 18748 18139 0 -1 12 330024 0 1 0 26622 150 0 0 16 0 2 0 1990151850 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18748/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 267.72
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 265.438
CPU time (s): 267.762
CPU user time (s): 266.221
CPU system time (s): 1.54177
CPU usage (%): 100.876
Max. virtual memory (cumulated for all children) (KiB): 870612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 266.221
system time used= 1.54176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330024
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= 8065
involuntary context switches= 11576

runsolver used 0.374943 second user time and 0.955854 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-03 21:03:14
IDJOB=1057924
IDBENCH=54091
IDSOLVER=344
FILE ID=node43/1057924-1215111794
PBS_JOBID= 7877120
Free space on /tmp= 66528 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-14.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-1057924-1215111794/watcher-1057924-1215111794 -o /tmp/evaluation-result-1057924-1215111794/solver-1057924-1215111794 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057924-1215111794.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b9ab301ef57194f8c1fdd747362df16d
RANDOM SEED=1421356242

node43.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.230
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.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        771960 kB
Buffers:         74260 kB
Cached:         467000 kB
SwapCached:       7024 kB
Active:         736220 kB
Inactive:       470272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        771960 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:         681424 kB
Slab:            61044 kB
Committed_AS:  4321792 kB
PageTables:       3428 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= 66524 MiB
End job on node43 at 2008-07-03 21:07:39