Trace number 1050083

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? 488.945 492.304

General information on the benchmark

Namecsp/pseudo/ttp/
normalized-circ-8-3.xml
MD5SUMa80e9ca6f14152a808d5210c0080ccc5
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 benchmark17.0924
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16376
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16376
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1050083-1215047808/watcher-1050083-1215047808 -o /tmp/evaluation-result-1050083-1215047808/solver-1050083-1215047808 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1050083-1215047808.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.02 2.04 2.00 4/80 27648
/proc/meminfo: memFree=1839928/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=1804 CPUtime=0
/proc/27648/stat : 27648 (java) D 27646 27648 26413 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 1983755215 1847296 163 996147200 134512640 134550740 4294956032 18446744073709551615 7860795 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/27648/statm: 451 163 118 9 0 93 0

[startup+0.038213 s]
/proc/loadavg: 2.02 2.04 2.00 4/80 27648
/proc/meminfo: memFree=1839928/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=13012 CPUtime=0.01
/proc/27648/stat : 27648 (java) R 27646 27648 26413 0 -1 0 389 0 12 0 0 1 0 0 18 0 1 0 1983755215 13324288 202 996147200 134512640 134550740 4294956032 18446744073709551615 7832362 0 0 4096 0 0 0 0 17 0 0 0
/proc/27648/statm: 3253 202 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.101221 s]
/proc/loadavg: 2.02 2.04 2.00 4/80 27648
/proc/meminfo: memFree=1839928/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=800744 CPUtime=0.04
/proc/27648/stat : 27648 (java) S 27646 27648 26413 0 -1 0 2374 0 30 0 1 3 0 0 18 0 4 0 1983755215 819961856 2141 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27648/statm: 200186 2141 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.301258 s]
/proc/loadavg: 2.02 2.04 2.00 4/80 27648
/proc/meminfo: memFree=1839928/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=808308 CPUtime=0.21
/proc/27648/stat : 27648 (java) S 27646 27648 26413 0 -1 0 4535 0 30 0 16 5 0 0 18 0 12 0 1983755215 827707392 3893 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27648/statm: 202077 3893 1295 9 0 199446 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 808308

[startup+0.701328 s]
/proc/loadavg: 2.02 2.04 2.00 4/80 27648
/proc/meminfo: memFree=1839928/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=808336 CPUtime=0.57
/proc/27648/stat : 27648 (java) S 27646 27648 26413 0 -1 0 6067 0 30 0 50 7 0 0 18 0 12 0 1983755215 827736064 5226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27648/statm: 202084 5226 1332 9 0 199446 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 808336

[startup+1.50294 s]
/proc/loadavg: 2.02 2.04 2.00 4/92 27660
/proc/meminfo: memFree=1814872/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=808336 CPUtime=1.36
/proc/27648/stat : 27648 (java) S 27646 27648 26413 0 -1 0 7700 0 30 0 128 8 0 0 18 0 12 0 1983755215 827736064 6776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27648/statm: 202084 6776 1352 9 0 199446 0
[pid=27648/tid=27650] ppid=27646 vsize=808336 CPUtime=0.9
/proc/27648/task/27650/stat : 27650 (java) R 27646 27648 26413 0 -1 64 5089 0 1 0 85 5 0 0 25 0 12 0 1983755222 827736064 6776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27651] ppid=27646 vsize=808336 CPUtime=0
/proc/27648/task/27651/stat : 27651 (java) S 27646 27648 26413 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1983755223 827736064 6776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27652] ppid=27646 vsize=808336 CPUtime=0
/proc/27648/task/27652/stat : 27652 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1983755223 827736064 6776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27653] ppid=27646 vsize=808336 CPUtime=0
/proc/27648/task/27653/stat : 27653 (java) S 27646 27648 26413 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1983755225 827736064 6776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27654] ppid=27646 vsize=808336 CPUtime=0
/proc/27648/task/27654/stat : 27654 (java) S 27646 27648 26413 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1983755226 827736064 6776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27655] ppid=27646 vsize=808336 CPUtime=0
/proc/27648/task/27655/stat : 27655 (java) S 27646 27648 26413 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1983755226 827736064 6776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27656] ppid=27646 vsize=808336 CPUtime=0
/proc/27648/task/27656/stat : 27656 (java) S 27646 27648 26413 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1983755233 827736064 6776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27657] ppid=27646 vsize=808336 CPUtime=0.15
/proc/27648/task/27657/stat : 27657 (java) R 27646 27648 26413 0 -1 64 411 0 0 0 15 0 0 0 16 0 12 0 1983755233 827736064 6776 996147200 134512640 134550740 4294956032 18446744073709551615 104112513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27658] ppid=27646 vsize=808336 CPUtime=0.26
/proc/27648/task/27658/stat : 27658 (java) S 27646 27648 26413 0 -1 64 1466 0 0 0 26 0 0 0 16 0 12 0 1983755233 827736064 6776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27659] ppid=27646 vsize=808336 CPUtime=0
/proc/27648/task/27659/stat : 27659 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1983755233 827736064 6776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27660] ppid=27646 vsize=808336 CPUtime=0
/proc/27648/task/27660/stat : 27660 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983755233 827736064 6776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 808336

[startup+3.10175 s]
/proc/loadavg: 2.02 2.04 2.00 4/92 27660
/proc/meminfo: memFree=1802072/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=817424 CPUtime=2.97
/proc/27648/stat : 27648 (java) S 27646 27648 26413 0 -1 0 13929 0 30 0 285 12 0 0 18 0 12 0 1983755215 837042176 10229 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27648/statm: 204356 10230 1367 9 0 201718 0
[pid=27648/tid=27650] ppid=27646 vsize=817424 CPUtime=1.4
/proc/27648/task/27650/stat : 27650 (java) R 27646 27648 26413 0 -1 64 6203 0 1 0 134 6 0 0 25 0 12 0 1983755222 837042176 10230 996147200 134512640 134550740 4294956032 18446744073709551615 4109212276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27651] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27651/stat : 27651 (java) S 27646 27648 26413 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1983755223 837042176 10230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27652] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27652/stat : 27652 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1983755223 837042176 10230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27653] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27653/stat : 27653 (java) S 27646 27648 26413 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1983755225 837042176 10230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27654] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27654/stat : 27654 (java) S 27646 27648 26413 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1983755226 837042176 10230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27655] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27655/stat : 27655 (java) S 27646 27648 26413 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1983755226 837042176 10230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27656] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27656/stat : 27656 (java) S 27646 27648 26413 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1983755233 837042176 10230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27657] ppid=27646 vsize=817424 CPUtime=0.54
/proc/27648/task/27657/stat : 27657 (java) S 27646 27648 26413 0 -1 64 1772 0 0 0 54 0 0 0 16 0 12 0 1983755233 837042176 10230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27658] ppid=27646 vsize=817424 CPUtime=0.97
/proc/27648/task/27658/stat : 27658 (java) S 27646 27648 26413 0 -1 64 5221 0 0 0 95 2 0 0 16 0 12 0 1983755233 837042176 10231 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27659] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27659/stat : 27659 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1983755233 837042176 10231 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27660] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27660/stat : 27660 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983755233 837042176 10231 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 817424

[startup+6.30276 s]
/proc/loadavg: 2.18 2.07 2.01 3/92 27660
/proc/meminfo: memFree=1774936/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=817424 CPUtime=6.16
/proc/27648/stat : 27648 (java) S 27646 27648 26413 0 -1 0 23844 0 30 0 599 17 0 0 18 0 12 0 1983755215 837042176 20140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27648/statm: 204356 20141 1394 9 0 201718 0
[pid=27648/tid=27650] ppid=27646 vsize=817424 CPUtime=2.73
/proc/27648/task/27650/stat : 27650 (java) R 27646 27648 26413 0 -1 64 15953 0 1 0 262 11 0 0 25 0 12 0 1983755222 837042176 20141 996147200 134512640 134550740 4294956032 18446744073709551615 4110359320 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27651] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27651/stat : 27651 (java) S 27646 27648 26413 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1983755223 837042176 20142 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27652] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27652/stat : 27652 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1983755223 837042176 20142 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27653] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27653/stat : 27653 (java) S 27646 27648 26413 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1983755225 837042176 20143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27654] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27654/stat : 27654 (java) S 27646 27648 26413 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1983755226 837042176 20143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27655] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27655/stat : 27655 (java) S 27646 27648 26413 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1983755226 837042176 20143 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27656] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27656/stat : 27656 (java) S 27646 27648 26413 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1983755233 837042176 20144 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27657] ppid=27646 vsize=817424 CPUtime=1.24
/proc/27648/task/27657/stat : 27657 (java) S 27646 27648 26413 0 -1 64 1835 0 0 0 124 0 0 0 15 0 12 0 1983755233 837042176 20145 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27658] ppid=27646 vsize=817424 CPUtime=2.13
/proc/27648/task/27658/stat : 27658 (java) S 27646 27648 26413 0 -1 64 5323 0 0 0 211 2 0 0 15 0 12 0 1983755233 837042176 20145 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27659] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27659/stat : 27659 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1983755233 837042176 20145 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27660] ppid=27646 vsize=817424 CPUtime=0
/proc/27648/task/27660/stat : 27660 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983755233 837042176 20146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 817424

[startup+12.7014 s]
/proc/loadavg: 2.17 2.07 2.01 5/92 27660
/proc/meminfo: memFree=1725400/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=817576 CPUtime=12.66
/proc/27648/stat : 27648 (java) S 27646 27648 26413 0 -1 0 33756 0 30 0 1245 21 0 0 18 0 12 0 1983755215 837197824 29205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27648/statm: 204394 29205 1399 9 0 201756 0
[pid=27648/tid=27650] ppid=27646 vsize=817576 CPUtime=7.63
/proc/27648/task/27650/stat : 27650 (java) R 27646 27648 26413 0 -1 64 17319 0 1 0 751 12 0 0 25 0 12 0 1983755222 837197824 29205 996147200 134512640 134550740 4294956032 18446744073709551615 4109659101 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27651] ppid=27646 vsize=817576 CPUtime=0.33
/proc/27648/task/27651/stat : 27651 (java) S 27646 27648 26413 0 -1 64 3904 0 0 0 32 1 0 0 17 0 12 0 1983755223 837197824 29205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27652] ppid=27646 vsize=817576 CPUtime=0.3
/proc/27648/task/27652/stat : 27652 (java) S 27646 27648 26413 0 -1 64 4035 0 0 0 29 1 0 0 16 0 12 0 1983755223 837197824 29205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27653] ppid=27646 vsize=817576 CPUtime=0
/proc/27648/task/27653/stat : 27653 (java) S 27646 27648 26413 0 -1 64 111 0 0 0 0 0 0 0 16 0 12 0 1983755225 837197824 29205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27654] ppid=27646 vsize=817576 CPUtime=0
/proc/27648/task/27654/stat : 27654 (java) S 27646 27648 26413 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1983755226 837197824 29205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27655] ppid=27646 vsize=817576 CPUtime=0
/proc/27648/task/27655/stat : 27655 (java) S 27646 27648 26413 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983755226 837197824 29205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27656] ppid=27646 vsize=817576 CPUtime=0
/proc/27648/task/27656/stat : 27656 (java) S 27646 27648 26413 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1983755233 837197824 29205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27657] ppid=27646 vsize=817576 CPUtime=2.05
/proc/27648/task/27657/stat : 27657 (java) S 27646 27648 26413 0 -1 64 2320 0 0 0 205 0 0 0 16 0 12 0 1983755233 837197824 29205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27658] ppid=27646 vsize=817576 CPUtime=2.27
/proc/27648/task/27658/stat : 27658 (java) S 27646 27648 26413 0 -1 64 5334 0 0 0 225 2 0 0 15 0 12 0 1983755233 837197824 29205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27659] ppid=27646 vsize=817576 CPUtime=0
/proc/27648/task/27659/stat : 27659 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1983755233 837197824 29205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27660] ppid=27646 vsize=817576 CPUtime=0
/proc/27648/task/27660/stat : 27660 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983755233 837197824 29205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 817576

[startup+25.5027 s]
/proc/loadavg: 2.14 2.07 2.01 3/92 27660
/proc/meminfo: memFree=1681240/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=820220 CPUtime=25.48
/proc/27648/stat : 27648 (java) S 27646 27648 26413 0 -1 0 45700 0 30 0 2522 26 0 0 18 0 12 0 1983755215 839905280 38847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27648/statm: 205055 38847 1399 9 0 202417 0
[pid=27648/tid=27650] ppid=27646 vsize=820220 CPUtime=19.1
/proc/27648/task/27650/stat : 27650 (java) R 27646 27648 26413 0 -1 64 17342 0 1 0 1898 12 0 0 25 0 12 0 1983755222 839905280 38847 996147200 134512640 134550740 4294956032 18446744073709551615 4109996827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27651] ppid=27646 vsize=820220 CPUtime=0.57
/proc/27648/task/27651/stat : 27651 (java) S 27646 27648 26413 0 -1 64 7625 0 0 0 55 2 0 0 16 0 12 0 1983755223 839905280 38847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27652] ppid=27646 vsize=820220 CPUtime=0.6
/proc/27648/task/27652/stat : 27652 (java) S 27646 27648 26413 0 -1 64 9385 0 0 0 57 3 0 0 16 0 12 0 1983755223 839905280 38847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27653] ppid=27646 vsize=820220 CPUtime=0.01
/proc/27648/task/27653/stat : 27653 (java) S 27646 27648 26413 0 -1 64 111 0 0 0 1 0 0 0 16 0 12 0 1983755225 839905280 38847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27654] ppid=27646 vsize=820220 CPUtime=0
/proc/27648/task/27654/stat : 27654 (java) S 27646 27648 26413 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1983755226 839905280 38847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27655] ppid=27646 vsize=820220 CPUtime=0
/proc/27648/task/27655/stat : 27655 (java) S 27646 27648 26413 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983755226 839905280 38847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27656] ppid=27646 vsize=820220 CPUtime=0
/proc/27648/task/27656/stat : 27656 (java) S 27646 27648 26413 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1983755233 839905280 38847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=27648/tid=27659] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27659/stat : 27659 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27660] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27660/stat : 27660 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 470.27
Current children cumulated vsize (KiB) 817352

[startup+479.902 s]
/proc/loadavg: 2.44 2.36 2.14 3/92 27660
/proc/meminfo: memFree=1136928/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=817352 CPUtime=476.64
/proc/27648/stat : 27648 (java) S 27646 27648 26413 0 -1 0 221113 0 30 0 47566 98 0 0 18 0 12 0 1983755215 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27648/statm: 204338 174390 1402 9 0 201700 0
[pid=27648/tid=27650] ppid=27646 vsize=817352 CPUtime=291.06
/proc/27648/task/27650/stat : 27650 (java) S 27646 27648 26413 0 -1 64 17711 0 1 0 29091 15 0 0 17 0 12 0 1983755222 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27651] ppid=27646 vsize=817352 CPUtime=11.07
/proc/27648/task/27651/stat : 27651 (java) S 27646 27648 26413 0 -1 64 71737 0 0 0 1082 25 0 0 15 0 12 0 1983755223 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27652] ppid=27646 vsize=817352 CPUtime=11.02
/proc/27648/task/27652/stat : 27652 (java) S 27646 27648 26413 0 -1 64 82032 0 0 0 1070 32 0 0 16 0 12 0 1983755223 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27653] ppid=27646 vsize=817352 CPUtime=156.31
/proc/27648/task/27653/stat : 27653 (java) R 27646 27648 26413 0 -1 64 31760 0 0 0 15616 15 0 0 25 0 12 0 1983755225 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27654] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27654/stat : 27654 (java) S 27646 27648 26413 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983755226 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27655] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27655/stat : 27655 (java) S 27646 27648 26413 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983755226 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27656] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27656/stat : 27656 (java) S 27646 27648 26413 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27657] ppid=27646 vsize=817352 CPUtime=4.38
/proc/27648/task/27657/stat : 27657 (java) S 27646 27648 26413 0 -1 64 10389 0 0 0 435 3 0 0 16 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27658] ppid=27646 vsize=817352 CPUtime=2.72
/proc/27648/task/27658/stat : 27658 (java) S 27646 27648 26413 0 -1 64 6751 0 0 0 270 2 0 0 15 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27659] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27659/stat : 27659 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27660] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27660/stat : 27660 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 476.64
Current children cumulated vsize (KiB) 817352

[startup+486.303 s]
/proc/loadavg: 2.44 2.36 2.15 4/92 27660
/proc/meminfo: memFree=1136928/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=817352 CPUtime=483.01
/proc/27648/stat : 27648 (java) S 27646 27648 26413 0 -1 0 221116 0 30 0 48203 98 0 0 18 0 12 0 1983755215 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27648/statm: 204338 174390 1402 9 0 201700 0
[pid=27648/tid=27650] ppid=27646 vsize=817352 CPUtime=291.4
/proc/27648/task/27650/stat : 27650 (java) S 27646 27648 26413 0 -1 64 17714 0 1 0 29125 15 0 0 17 0 12 0 1983755222 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27651] ppid=27646 vsize=817352 CPUtime=11.07
/proc/27648/task/27651/stat : 27651 (java) S 27646 27648 26413 0 -1 64 71737 0 0 0 1082 25 0 0 15 0 12 0 1983755223 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27652] ppid=27646 vsize=817352 CPUtime=11.02
/proc/27648/task/27652/stat : 27652 (java) S 27646 27648 26413 0 -1 64 82032 0 0 0 1070 32 0 0 16 0 12 0 1983755223 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27653] ppid=27646 vsize=817352 CPUtime=162.34
/proc/27648/task/27653/stat : 27653 (java) R 27646 27648 26413 0 -1 64 31760 0 0 0 16219 15 0 0 25 0 12 0 1983755225 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27654] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27654/stat : 27654 (java) S 27646 27648 26413 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983755226 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27655] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27655/stat : 27655 (java) S 27646 27648 26413 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983755226 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27656] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27656/stat : 27656 (java) S 27646 27648 26413 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27657] ppid=27646 vsize=817352 CPUtime=4.38
/proc/27648/task/27657/stat : 27657 (java) S 27646 27648 26413 0 -1 64 10389 0 0 0 435 3 0 0 16 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27658] ppid=27646 vsize=817352 CPUtime=2.72
/proc/27648/task/27658/stat : 27658 (java) S 27646 27648 26413 0 -1 64 6751 0 0 0 270 2 0 0 15 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27659] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27659/stat : 27659 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27660] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27660/stat : 27660 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 483.01
Current children cumulated vsize (KiB) 817352

[startup+489.508 s]
/proc/loadavg: 2.44 2.36 2.15 4/92 27660
/proc/meminfo: memFree=1136928/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=817352 CPUtime=486.2
/proc/27648/stat : 27648 (java) S 27646 27648 26413 0 -1 0 221117 0 30 0 48522 98 0 0 18 0 12 0 1983755215 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27648/statm: 204338 174390 1402 9 0 201700 0
[pid=27648/tid=27650] ppid=27646 vsize=817352 CPUtime=291.49
/proc/27648/task/27650/stat : 27650 (java) S 27646 27648 26413 0 -1 64 17715 0 1 0 29134 15 0 0 17 0 12 0 1983755222 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27651] ppid=27646 vsize=817352 CPUtime=11.07
/proc/27648/task/27651/stat : 27651 (java) S 27646 27648 26413 0 -1 64 71737 0 0 0 1082 25 0 0 15 0 12 0 1983755223 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27652] ppid=27646 vsize=817352 CPUtime=11.02
/proc/27648/task/27652/stat : 27652 (java) S 27646 27648 26413 0 -1 64 82032 0 0 0 1070 32 0 0 16 0 12 0 1983755223 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27653] ppid=27646 vsize=817352 CPUtime=165.44
/proc/27648/task/27653/stat : 27653 (java) R 27646 27648 26413 0 -1 64 31760 0 0 0 16529 15 0 0 25 0 12 0 1983755225 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27654] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27654/stat : 27654 (java) S 27646 27648 26413 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983755226 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27655] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27655/stat : 27655 (java) S 27646 27648 26413 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983755226 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27656] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27656/stat : 27656 (java) S 27646 27648 26413 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27657] ppid=27646 vsize=817352 CPUtime=4.38
/proc/27648/task/27657/stat : 27657 (java) S 27646 27648 26413 0 -1 64 10389 0 0 0 435 3 0 0 16 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27658] ppid=27646 vsize=817352 CPUtime=2.72
/proc/27648/task/27658/stat : 27658 (java) S 27646 27648 26413 0 -1 64 6751 0 0 0 270 2 0 0 15 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27659] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27659/stat : 27659 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27660] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27660/stat : 27660 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 486.2
Current children cumulated vsize (KiB) 817352

[startup+491.103 s]
/proc/loadavg: 2.41 2.36 2.14 3/92 27660
/proc/meminfo: memFree=1136928/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=817352 CPUtime=487.79
/proc/27648/stat : 27648 (java) S 27646 27648 26413 0 -1 0 221119 0 30 0 48681 98 0 0 18 0 12 0 1983755215 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27648/statm: 204338 174390 1402 9 0 201700 0
[pid=27648/tid=27650] ppid=27646 vsize=817352 CPUtime=291.62
/proc/27648/task/27650/stat : 27650 (java) S 27646 27648 26413 0 -1 64 17717 0 1 0 29147 15 0 0 18 0 12 0 1983755222 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27651] ppid=27646 vsize=817352 CPUtime=11.07
/proc/27648/task/27651/stat : 27651 (java) S 27646 27648 26413 0 -1 64 71737 0 0 0 1082 25 0 0 15 0 12 0 1983755223 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27652] ppid=27646 vsize=817352 CPUtime=11.02
/proc/27648/task/27652/stat : 27652 (java) S 27646 27648 26413 0 -1 64 82032 0 0 0 1070 32 0 0 16 0 12 0 1983755223 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27653] ppid=27646 vsize=817352 CPUtime=166.89
/proc/27648/task/27653/stat : 27653 (java) R 27646 27648 26413 0 -1 64 31760 0 0 0 16674 15 0 0 25 0 12 0 1983755225 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27654] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27654/stat : 27654 (java) S 27646 27648 26413 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983755226 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27655] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27655/stat : 27655 (java) S 27646 27648 26413 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983755226 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27656] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27656/stat : 27656 (java) S 27646 27648 26413 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27657] ppid=27646 vsize=817352 CPUtime=4.38
/proc/27648/task/27657/stat : 27657 (java) S 27646 27648 26413 0 -1 64 10389 0 0 0 435 3 0 0 16 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27658] ppid=27646 vsize=817352 CPUtime=2.72
/proc/27648/task/27658/stat : 27658 (java) S 27646 27648 26413 0 -1 64 6751 0 0 0 270 2 0 0 15 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27659] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27659/stat : 27659 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27660] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27660/stat : 27660 (java) R 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 487.79
Current children cumulated vsize (KiB) 817352

[startup+491.903 s]
/proc/loadavg: 2.41 2.36 2.14 3/92 27660
/proc/meminfo: memFree=1136928/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=817352 CPUtime=488.58
/proc/27648/stat : 27648 (java) S 27646 27648 26413 0 -1 0 221119 0 30 0 48760 98 0 0 18 0 12 0 1983755215 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27648/statm: 204338 174390 1402 9 0 201700 0
[pid=27648/tid=27650] ppid=27646 vsize=817352 CPUtime=291.62
/proc/27648/task/27650/stat : 27650 (java) S 27646 27648 26413 0 -1 64 17717 0 1 0 29147 15 0 0 18 0 12 0 1983755222 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27651] ppid=27646 vsize=817352 CPUtime=11.07
/proc/27648/task/27651/stat : 27651 (java) S 27646 27648 26413 0 -1 64 71737 0 0 0 1082 25 0 0 15 0 12 0 1983755223 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27652] ppid=27646 vsize=817352 CPUtime=11.02
/proc/27648/task/27652/stat : 27652 (java) S 27646 27648 26413 0 -1 64 82032 0 0 0 1070 32 0 0 16 0 12 0 1983755223 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27653] ppid=27646 vsize=817352 CPUtime=167.68
/proc/27648/task/27653/stat : 27653 (java) R 27646 27648 26413 0 -1 64 31760 0 0 0 16753 15 0 0 25 0 12 0 1983755225 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 104136526 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27654] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27654/stat : 27654 (java) S 27646 27648 26413 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983755226 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27655] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27655/stat : 27655 (java) S 27646 27648 26413 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1983755226 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27656] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27656/stat : 27656 (java) S 27646 27648 26413 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27657] ppid=27646 vsize=817352 CPUtime=4.38
/proc/27648/task/27657/stat : 27657 (java) S 27646 27648 26413 0 -1 64 10389 0 0 0 435 3 0 0 16 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27658] ppid=27646 vsize=817352 CPUtime=2.72
/proc/27648/task/27658/stat : 27658 (java) S 27646 27648 26413 0 -1 64 6751 0 0 0 270 2 0 0 15 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27648/tid=27659] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27659/stat : 27659 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27648/tid=27660] ppid=27646 vsize=817352 CPUtime=0
/proc/27648/task/27660/stat : 27660 (java) S 27646 27648 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1983755233 836968448 174390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 488.58
Current children cumulated vsize (KiB) 817352

[startup+492.303 s]
/proc/loadavg: 2.41 2.36 2.14 3/92 27660
/proc/meminfo: memFree=1136928/2055920 swapFree=4180540/4192956
[pid=27648] ppid=27646 vsize=0 CPUtime=488.94
/proc/27648/stat : 27648 (java) Z 27646 27648 26413 0 -1 12 221132 0 30 0 48785 109 0 0 16 0 2 0 1983755215 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27648/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 488.94
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 492.304
CPU time (s): 488.945
CPU user time (s): 487.852
CPU system time (s): 1.09283
CPU usage (%): 99.3176
Max. virtual memory (cumulated for all children) (KiB): 865360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 487.852
system time used= 1.09283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221132
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15978
involuntary context switches= 20897

runsolver used 0.85187 second user time and 2.00469 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-03 03:16:48
IDJOB=1050083
IDBENCH=54861
IDSOLVER=344
FILE ID=node18/1050083-1215047808
PBS_JOBID= 7875137
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a80e9ca6f14152a808d5210c0080ccc5
RANDOM SEED=1492817082

node18.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.268
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	: 5931.00
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.268
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:       1840472 kB
Buffers:          9588 kB
Cached:          95716 kB
SwapCached:       6012 kB
Active:         139224 kB
Inactive:        25088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840472 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            4060 kB
Writeback:           0 kB
Mapped:          75468 kB
Slab:            36324 kB
Committed_AS:  4154832 kB
PageTables:       1848 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= 66548 MiB
End job on node18 at 2008-07-03 03:25:01