Trace number 1055921

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? 150.712 152.072

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-11.xml
MD5SUM910d61ba544cb1eb5e823b3eb305c3f6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark368.848
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints7290
Maximum constraint arity2
Maximum domain size121
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7290
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1055921-1215060638/watcher-1055921-1215060638 -o /tmp/evaluation-result-1055921-1215060638/solver-1055921-1215060638 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1055921-1215060638.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.00 2.03 2.00 4/84 12164
/proc/meminfo: memFree=1732608/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=18572 CPUtime=0
/proc/12164/stat : 12164 (runsolver) R 12162 12164 7790 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1985039073 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 268582841639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12164/statm: 4643 292 257 25 0 2626 0

[startup+0.0796949 s]
/proc/loadavg: 2.00 2.03 2.00 4/84 12164
/proc/meminfo: memFree=1732608/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=802236 CPUtime=0.05
/proc/12164/stat : 12164 (java) S 12162 12164 7790 0 -1 0 2760 0 1 0 4 1 0 0 18 0 7 0 1985039073 821489664 2495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 200559 2495 1004 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101698 s]
/proc/loadavg: 2.00 2.03 2.00 4/84 12164
/proc/meminfo: memFree=1732608/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=804432 CPUtime=0.08
/proc/12164/stat : 12164 (java) S 12162 12164 7790 0 -1 0 2923 0 1 0 6 2 0 0 18 0 12 0 1985039073 823738368 2656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 201108 2656 1028 9 0 198491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804432

[startup+0.30174 s]
/proc/loadavg: 2.00 2.03 2.00 4/84 12164
/proc/meminfo: memFree=1732608/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=807760 CPUtime=0.27
/proc/12164/stat : 12164 (java) S 12162 12164 7790 0 -1 0 4810 0 1 0 24 3 0 0 18 0 12 0 1985039073 827146240 4139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 201940 4139 1298 9 0 199309 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 807760

[startup+0.701818 s]
/proc/loadavg: 2.00 2.03 2.00 4/84 12164
/proc/meminfo: memFree=1732608/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=807788 CPUtime=0.67
/proc/12164/stat : 12164 (java) S 12162 12164 7790 0 -1 0 6256 0 1 0 63 4 0 0 18 0 12 0 1985039073 827174912 5386 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 201947 5386 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807788

[startup+1.50298 s]
/proc/loadavg: 2.08 2.04 2.01 4/96 12176
/proc/meminfo: memFree=1713632/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=813564 CPUtime=1.46
/proc/12164/stat : 12164 (java) S 12162 12164 7790 0 -1 0 10864 0 1 0 139 7 0 0 18 0 12 0 1985039073 833089536 8350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 203391 8350 1361 9 0 200753 0
[pid=12164/tid=12166] ppid=12162 vsize=813564 CPUtime=0.76
/proc/12164/task/12166/stat : 12166 (java) R 12162 12164 7790 0 -1 64 5481 0 1 0 72 4 0 0 18 0 12 0 1985039076 833089536 8350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12167] ppid=12162 vsize=813564 CPUtime=0
/proc/12164/task/12167/stat : 12167 (java) S 12162 12164 7790 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1985039077 833089536 8350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12168] ppid=12162 vsize=813564 CPUtime=0
/proc/12164/task/12168/stat : 12168 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1985039077 833089536 8350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12169] ppid=12162 vsize=813564 CPUtime=0
/proc/12164/task/12169/stat : 12169 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1985039078 833089536 8350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12170] ppid=12162 vsize=813564 CPUtime=0
/proc/12164/task/12170/stat : 12170 (java) S 12162 12164 7790 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1985039079 833089536 8350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12171] ppid=12162 vsize=813564 CPUtime=0
/proc/12164/task/12171/stat : 12171 (java) S 12162 12164 7790 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1985039079 833089536 8350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12172] ppid=12162 vsize=813564 CPUtime=0
/proc/12164/task/12172/stat : 12172 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985039083 833089536 8350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12173] ppid=12162 vsize=813564 CPUtime=0.18
/proc/12164/task/12173/stat : 12173 (java) S 12162 12164 7790 0 -1 64 426 0 0 0 18 0 0 0 16 0 12 0 1985039083 833089536 8350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12174] ppid=12162 vsize=813564 CPUtime=0.49
/proc/12164/task/12174/stat : 12174 (java) R 12162 12164 7790 0 -1 64 4193 0 0 0 48 1 0 0 16 0 12 0 1985039083 833089536 8350 996147200 134512640 134550740 4294956032 18446744073709551615 105377569 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12175] ppid=12162 vsize=813564 CPUtime=0
/proc/12164/task/12175/stat : 12175 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985039083 833089536 8350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12176] ppid=12162 vsize=813564 CPUtime=0
/proc/12164/task/12176/stat : 12176 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985039083 833089536 8350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 813564

[startup+3.1023 s]
/proc/loadavg: 2.08 2.04 2.01 3/96 12176
/proc/meminfo: memFree=1697696/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=815728 CPUtime=3.05
/proc/12164/stat : 12164 (java) S 12162 12164 7790 0 -1 0 21689 0 1 0 292 13 0 0 18 0 12 0 1985039073 835305472 16972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 203932 16972 1392 9 0 201294 0
[pid=12164/tid=12166] ppid=12162 vsize=815728 CPUtime=1.52
/proc/12164/task/12166/stat : 12166 (java) R 12162 12164 7790 0 -1 64 13287 0 1 0 143 9 0 0 25 0 12 0 1985039076 835305472 16972 996147200 134512640 134550740 4294956032 18446744073709551615 4109801904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12167] ppid=12162 vsize=815728 CPUtime=0
/proc/12164/task/12167/stat : 12167 (java) S 12162 12164 7790 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1985039077 835305472 16972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12168] ppid=12162 vsize=815728 CPUtime=0
/proc/12164/task/12168/stat : 12168 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1985039077 835305472 16972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12169] ppid=12162 vsize=815728 CPUtime=0
/proc/12164/task/12169/stat : 12169 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1985039078 835305472 16972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12170] ppid=12162 vsize=815728 CPUtime=0
/proc/12164/task/12170/stat : 12170 (java) S 12162 12164 7790 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1985039079 835305472 16972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12171] ppid=12162 vsize=815728 CPUtime=0
/proc/12164/task/12171/stat : 12171 (java) S 12162 12164 7790 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1985039079 835305472 16972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12172] ppid=12162 vsize=815728 CPUtime=0
/proc/12164/task/12172/stat : 12172 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985039083 835305472 16972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12173] ppid=12162 vsize=815728 CPUtime=0.29
/proc/12164/task/12173/stat : 12173 (java) S 12162 12164 7790 0 -1 64 451 0 0 0 29 0 0 0 16 0 12 0 1985039083 835305472 16972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12174] ppid=12162 vsize=815728 CPUtime=1.21
/proc/12164/task/12174/stat : 12174 (java) S 12162 12164 7790 0 -1 64 7187 0 0 0 118 3 0 0 16 0 12 0 1985039083 835305472 16972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12175] ppid=12162 vsize=815728 CPUtime=0
/proc/12164/task/12175/stat : 12175 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985039083 835305472 16972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12176] ppid=12162 vsize=815728 CPUtime=0
/proc/12164/task/12176/stat : 12176 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985039083 835305472 16972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 815728

[startup+6.30292 s]
/proc/loadavg: 2.08 2.04 2.01 3/96 12176
/proc/meminfo: memFree=1641440/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=814640 CPUtime=6.21
/proc/12164/stat : 12164 (java) S 12162 12164 7790 0 -1 0 33064 0 1 0 605 16 0 0 18 0 12 0 1985039073 834191360 26568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 203660 26568 1401 9 0 201022 0
[pid=12164/tid=12166] ppid=12162 vsize=814640 CPUtime=3.75
/proc/12164/task/12166/stat : 12166 (java) R 12162 12164 7790 0 -1 64 17276 0 1 0 365 10 0 0 25 0 12 0 1985039076 834191360 26568 996147200 134512640 134550740 4294956032 18446744073709551615 4110011461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12167] ppid=12162 vsize=814640 CPUtime=0.04
/proc/12164/task/12167/stat : 12167 (java) S 12162 12164 7790 0 -1 64 2197 0 0 0 4 0 0 0 17 0 12 0 1985039077 834191360 26568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12168] ppid=12162 vsize=814640 CPUtime=0.08
/proc/12164/task/12168/stat : 12168 (java) S 12162 12164 7790 0 -1 64 3545 0 0 0 7 1 0 0 17 0 12 0 1985039077 834191360 26568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12169] ppid=12162 vsize=814640 CPUtime=0
/proc/12164/task/12169/stat : 12169 (java) S 12162 12164 7790 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 1985039078 834191360 26568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12170] ppid=12162 vsize=814640 CPUtime=0
/proc/12164/task/12170/stat : 12170 (java) S 12162 12164 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985039079 834191360 26568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12171] ppid=12162 vsize=814640 CPUtime=0
/proc/12164/task/12171/stat : 12171 (java) S 12162 12164 7790 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985039079 834191360 26568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12172] ppid=12162 vsize=814640 CPUtime=0
/proc/12164/task/12172/stat : 12172 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985039083 834191360 26568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12173] ppid=12162 vsize=814640 CPUtime=0.47
/proc/12164/task/12173/stat : 12173 (java) S 12162 12164 7790 0 -1 64 456 0 0 0 47 0 0 0 16 0 12 0 1985039083 834191360 26568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12174] ppid=12162 vsize=814640 CPUtime=1.83
/proc/12164/task/12174/stat : 12174 (java) S 12162 12164 7790 0 -1 64 8742 0 0 0 180 3 0 0 16 0 12 0 1985039083 834191360 26568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12175] ppid=12162 vsize=814640 CPUtime=0
/proc/12164/task/12175/stat : 12175 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985039083 834191360 26568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12176] ppid=12162 vsize=814640 CPUtime=0
/proc/12164/task/12176/stat : 12176 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985039083 834191360 26568 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 814640

[startup+12.7022 s]
/proc/loadavg: 2.07 2.04 2.01 3/96 12176
/proc/meminfo: memFree=1587296/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=813620 CPUtime=12.54
/proc/12164/stat : 12164 (java) S 12162 12164 7790 0 -1 0 44842 0 1 0 1233 21 0 0 18 0 12 0 1985039073 833146880 38082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 203405 38082 1403 9 0 200767 0
[pid=12164/tid=12166] ppid=12162 vsize=813620 CPUtime=9.52
/proc/12164/task/12166/stat : 12166 (java) R 12162 12164 7790 0 -1 64 17289 0 1 0 942 10 0 0 25 0 12 0 1985039076 833146880 38082 996147200 134512640 134550740 4294956032 18446744073709551615 4110011264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12167] ppid=12162 vsize=813620 CPUtime=0.24
/proc/12164/task/12167/stat : 12167 (java) S 12162 12164 7790 0 -1 64 8228 0 0 0 21 3 0 0 16 0 12 0 1985039077 833146880 38082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12168] ppid=12162 vsize=813620 CPUtime=0.27
/proc/12164/task/12168/stat : 12168 (java) S 12162 12164 7790 0 -1 64 9268 0 0 0 24 3 0 0 16 0 12 0 1985039077 833146880 38082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12169] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12169/stat : 12169 (java) S 12162 12164 7790 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 1985039078 833146880 38082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12170] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12170/stat : 12170 (java) S 12162 12164 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985039079 833146880 38082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12171] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12171/stat : 12171 (java) S 12162 12164 7790 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985039079 833146880 38082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12172] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12172/stat : 12172 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985039083 833146880 38082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12173] ppid=12162 vsize=813620 CPUtime=0.57
/proc/12164/task/12173/stat : 12173 (java) S 12162 12164 7790 0 -1 64 463 0 0 0 57 0 0 0 17 0 12 0 1985039083 833146880 38082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12174] ppid=12162 vsize=813620 CPUtime=1.88
/proc/12164/task/12174/stat : 12174 (java) S 12162 12164 7790 0 -1 64 8746 0 0 0 185 3 0 0 16 0 12 0 1985039083 833146880 38082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12175] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12175/stat : 12175 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985039083 833146880 38082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12176] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12176/stat : 12176 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985039083 833146880 38082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 813620

[startup+25.5027 s]
/proc/loadavg: 2.06 2.04 2.01 3/96 12176
/proc/meminfo: memFree=1492896/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=813620 CPUtime=25.27
/proc/12164/stat : 12164 (java) S 12162 12164 7790 0 -1 0 69106 0 1 0 2497 30 0 0 18 0 12 0 1985039073 833146880 62299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 203405 62299 1403 9 0 200767 0
[pid=12164/tid=12166] ppid=12162 vsize=813620 CPUtime=21.2
/proc/12164/task/12166/stat : 12166 (java) R 12162 12164 7790 0 -1 64 17318 0 1 0 2110 10 0 0 25 0 12 0 1985039076 833146880 62299 996147200 134512640 134550740 4294956032 18446744073709551615 4109801123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12164/tid=12167] ppid=12162 vsize=813620 CPUtime=0.52
/proc/12164/task/12167/stat : 12167 (java) S 12162 12164 7790 0 -1 64 19609 0 0 0 46 6 0 0 17 0 12 0 1985039077 833146880 62299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12164/tid=12168] ppid=12162 vsize=813620 CPUtime=0.57
/proc/12164/task/12168/stat : 12168 (java) S 12162 12164 7790 0 -1 64 22109 0 0 0 49 8 0 0 17 0 12 0 1985039077 833146880 62299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12164/tid=12169] ppid=12162 vsize=813620 CPUtime=0.01
/proc/12164/task/12169/stat : 12169 (java) S 12162 12164 7790 0 -1 64 85 0 0 0 1 0 0 0 16 0 12 0 1985039078 833146880 62299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12164/tid=12170] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12170/stat : 12170 (java) S 12162 12164 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985039079 833146880 62299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12171] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12171/stat : 12171 (java) S 12162 12164 7790 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985039079 833146880 62299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12172] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12172/stat : 12172 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985039083 833146880 62299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=12164/tid=12175] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12175/stat : 12175 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12176] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12176/stat : 12176 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 139.49
Current children cumulated vsize (KiB) 813620

[startup+147.103 s]
/proc/loadavg: 2.50 2.17 2.05 3/96 12176
/proc/meminfo: memFree=1043040/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=813620 CPUtime=145.82
/proc/12164/stat : 12164 (java) S 12162 12164 7790 0 -1 0 200013 0 1 0 14499 83 0 0 18 0 12 0 1985039073 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 203405 173172 1412 9 0 200767 0
[pid=12164/tid=12166] ppid=12162 vsize=813620 CPUtime=91.46
/proc/12164/task/12166/stat : 12166 (java) S 12162 12164 7790 0 -1 64 17430 0 1 0 9135 11 0 0 17 0 12 0 1985039076 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12167] ppid=12162 vsize=813620 CPUtime=2.3
/proc/12164/task/12167/stat : 12167 (java) S 12162 12164 7790 0 -1 64 77342 0 0 0 202 28 0 0 16 0 12 0 1985039077 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12168] ppid=12162 vsize=813620 CPUtime=2.36
/proc/12164/task/12168/stat : 12168 (java) S 12162 12164 7790 0 -1 64 76091 0 0 0 208 28 0 0 15 0 12 0 1985039077 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12169] ppid=12162 vsize=813620 CPUtime=45.56
/proc/12164/task/12169/stat : 12169 (java) R 12162 12164 7790 0 -1 64 18326 0 0 0 4548 8 0 0 17 0 12 0 1985039078 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12170] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12170/stat : 12170 (java) S 12162 12164 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985039079 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12171] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12171/stat : 12171 (java) S 12162 12164 7790 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985039079 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12172] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12172/stat : 12172 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12173] ppid=12162 vsize=813620 CPUtime=1.19
/proc/12164/task/12173/stat : 12173 (java) S 12162 12164 7790 0 -1 64 489 0 0 0 119 0 0 0 16 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12174] ppid=12162 vsize=813620 CPUtime=2.89
/proc/12164/task/12174/stat : 12174 (java) S 12162 12164 7790 0 -1 64 9572 0 0 0 285 4 0 0 17 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12175] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12175/stat : 12175 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12176] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12176/stat : 12176 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 145.82
Current children cumulated vsize (KiB) 813620

[startup+150.302 s]
/proc/loadavg: 2.50 2.17 2.05 3/96 12176
/proc/meminfo: memFree=1043040/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=813620 CPUtime=148.98
/proc/12164/stat : 12164 (java) S 12162 12164 7790 0 -1 0 200015 0 1 0 14815 83 0 0 18 0 12 0 1985039073 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 203405 173172 1412 9 0 200767 0
[pid=12164/tid=12166] ppid=12162 vsize=813620 CPUtime=91.51
/proc/12164/task/12166/stat : 12166 (java) S 12162 12164 7790 0 -1 64 17432 0 1 0 9140 11 0 0 17 0 12 0 1985039076 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12167] ppid=12162 vsize=813620 CPUtime=2.3
/proc/12164/task/12167/stat : 12167 (java) S 12162 12164 7790 0 -1 64 77342 0 0 0 202 28 0 0 16 0 12 0 1985039077 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12168] ppid=12162 vsize=813620 CPUtime=2.36
/proc/12164/task/12168/stat : 12168 (java) S 12162 12164 7790 0 -1 64 76091 0 0 0 208 28 0 0 15 0 12 0 1985039077 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12169] ppid=12162 vsize=813620 CPUtime=48.68
/proc/12164/task/12169/stat : 12169 (java) R 12162 12164 7790 0 -1 64 18326 0 0 0 4860 8 0 0 23 0 12 0 1985039078 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12170] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12170/stat : 12170 (java) S 12162 12164 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985039079 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12171] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12171/stat : 12171 (java) S 12162 12164 7790 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985039079 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12172] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12172/stat : 12172 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12173] ppid=12162 vsize=813620 CPUtime=1.19
/proc/12164/task/12173/stat : 12173 (java) S 12162 12164 7790 0 -1 64 489 0 0 0 119 0 0 0 16 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12174] ppid=12162 vsize=813620 CPUtime=2.89
/proc/12164/task/12174/stat : 12174 (java) S 12162 12164 7790 0 -1 64 9572 0 0 0 285 4 0 0 17 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12175] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12175/stat : 12175 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12176] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12176/stat : 12176 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 148.98
Current children cumulated vsize (KiB) 813620

[startup+151.101 s]
/proc/loadavg: 2.50 2.17 2.05 4/96 12176
/proc/meminfo: memFree=1043040/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=813620 CPUtime=149.77
/proc/12164/stat : 12164 (java) S 12162 12164 7790 0 -1 0 200017 0 1 0 14894 83 0 0 18 0 12 0 1985039073 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 203405 173172 1412 9 0 200767 0
[pid=12164/tid=12166] ppid=12162 vsize=813620 CPUtime=91.56
/proc/12164/task/12166/stat : 12166 (java) S 12162 12164 7790 0 -1 64 17434 0 1 0 9145 11 0 0 17 0 12 0 1985039076 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12167] ppid=12162 vsize=813620 CPUtime=2.3
/proc/12164/task/12167/stat : 12167 (java) S 12162 12164 7790 0 -1 64 77342 0 0 0 202 28 0 0 16 0 12 0 1985039077 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12168] ppid=12162 vsize=813620 CPUtime=2.36
/proc/12164/task/12168/stat : 12168 (java) S 12162 12164 7790 0 -1 64 76091 0 0 0 208 28 0 0 15 0 12 0 1985039077 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12169] ppid=12162 vsize=813620 CPUtime=49.41
/proc/12164/task/12169/stat : 12169 (java) R 12162 12164 7790 0 -1 64 18326 0 0 0 4933 8 0 0 25 0 12 0 1985039078 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12170] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12170/stat : 12170 (java) S 12162 12164 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985039079 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12171] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12171/stat : 12171 (java) S 12162 12164 7790 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985039079 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12172] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12172/stat : 12172 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12173] ppid=12162 vsize=813620 CPUtime=1.19
/proc/12164/task/12173/stat : 12173 (java) S 12162 12164 7790 0 -1 64 489 0 0 0 119 0 0 0 16 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12174] ppid=12162 vsize=813620 CPUtime=2.89
/proc/12164/task/12174/stat : 12174 (java) S 12162 12164 7790 0 -1 64 9572 0 0 0 285 4 0 0 17 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12175] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12175/stat : 12175 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12176] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12176/stat : 12176 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 149.77
Current children cumulated vsize (KiB) 813620

[startup+151.501 s]
/proc/loadavg: 2.50 2.17 2.05 4/96 12176
/proc/meminfo: memFree=1043040/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=813620 CPUtime=150.17
/proc/12164/stat : 12164 (java) S 12162 12164 7790 0 -1 0 200017 0 1 0 14934 83 0 0 18 0 12 0 1985039073 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 203405 173172 1412 9 0 200767 0
[pid=12164/tid=12166] ppid=12162 vsize=813620 CPUtime=91.56
/proc/12164/task/12166/stat : 12166 (java) S 12162 12164 7790 0 -1 64 17434 0 1 0 9145 11 0 0 17 0 12 0 1985039076 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12167] ppid=12162 vsize=813620 CPUtime=2.3
/proc/12164/task/12167/stat : 12167 (java) S 12162 12164 7790 0 -1 64 77342 0 0 0 202 28 0 0 16 0 12 0 1985039077 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12168] ppid=12162 vsize=813620 CPUtime=2.36
/proc/12164/task/12168/stat : 12168 (java) S 12162 12164 7790 0 -1 64 76091 0 0 0 208 28 0 0 15 0 12 0 1985039077 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12169] ppid=12162 vsize=813620 CPUtime=49.81
/proc/12164/task/12169/stat : 12169 (java) R 12162 12164 7790 0 -1 64 18326 0 0 0 4973 8 0 0 25 0 12 0 1985039078 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12170] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12170/stat : 12170 (java) S 12162 12164 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985039079 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12171] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12171/stat : 12171 (java) S 12162 12164 7790 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985039079 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12172] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12172/stat : 12172 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12173] ppid=12162 vsize=813620 CPUtime=1.19
/proc/12164/task/12173/stat : 12173 (java) S 12162 12164 7790 0 -1 64 489 0 0 0 119 0 0 0 16 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12174] ppid=12162 vsize=813620 CPUtime=2.89
/proc/12164/task/12174/stat : 12174 (java) S 12162 12164 7790 0 -1 64 9572 0 0 0 285 4 0 0 17 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12175] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12175/stat : 12175 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12176] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12176/stat : 12176 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 150.17
Current children cumulated vsize (KiB) 813620

[startup+151.902 s]
/proc/loadavg: 2.45 2.17 2.05 3/96 12176
/proc/meminfo: memFree=1043040/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=813620 CPUtime=150.56
/proc/12164/stat : 12164 (java) S 12162 12164 7790 0 -1 0 200017 0 1 0 14973 83 0 0 18 0 12 0 1985039073 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 203405 173172 1412 9 0 200767 0
[pid=12164/tid=12166] ppid=12162 vsize=813620 CPUtime=91.56
/proc/12164/task/12166/stat : 12166 (java) S 12162 12164 7790 0 -1 64 17434 0 1 0 9145 11 0 0 17 0 12 0 1985039076 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12167] ppid=12162 vsize=813620 CPUtime=2.3
/proc/12164/task/12167/stat : 12167 (java) S 12162 12164 7790 0 -1 64 77342 0 0 0 202 28 0 0 16 0 12 0 1985039077 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12168] ppid=12162 vsize=813620 CPUtime=2.36
/proc/12164/task/12168/stat : 12168 (java) S 12162 12164 7790 0 -1 64 76091 0 0 0 208 28 0 0 15 0 12 0 1985039077 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12169] ppid=12162 vsize=813620 CPUtime=50.2
/proc/12164/task/12169/stat : 12169 (java) R 12162 12164 7790 0 -1 64 18326 0 0 0 5012 8 0 0 25 0 12 0 1985039078 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12170] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12170/stat : 12170 (java) S 12162 12164 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985039079 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12171] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12171/stat : 12171 (java) S 12162 12164 7790 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985039079 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12172] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12172/stat : 12172 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12173] ppid=12162 vsize=813620 CPUtime=1.19
/proc/12164/task/12173/stat : 12173 (java) S 12162 12164 7790 0 -1 64 489 0 0 0 119 0 0 0 16 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12174] ppid=12162 vsize=813620 CPUtime=2.89
/proc/12164/task/12174/stat : 12174 (java) S 12162 12164 7790 0 -1 64 9572 0 0 0 285 4 0 0 17 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12175] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12175/stat : 12175 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12164/tid=12176] ppid=12162 vsize=813620 CPUtime=0
/proc/12164/task/12176/stat : 12176 (java) S 12162 12164 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985039083 833146880 173172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 150.56
Current children cumulated vsize (KiB) 813620

[startup+152.002 s]
/proc/loadavg: 2.45 2.17 2.05 3/96 12176
/proc/meminfo: memFree=1043040/2055924 swapFree=4180432/4192956
[pid=12164] ppid=12162 vsize=0 CPUtime=150.63
/proc/12164/stat : 12164 (java) Z 12162 12164 7790 0 -1 12 200032 0 1 0 14976 87 0 0 16 0 2 0 1985039073 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12164/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 150.63
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 152.072
CPU time (s): 150.712
CPU user time (s): 149.768
CPU system time (s): 0.943856
CPU usage (%): 99.1054
Max. virtual memory (cumulated for all children) (KiB): 825628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.768
system time used= 0.943856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200032
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= 5432
involuntary context switches= 8601

runsolver used 0.184971 second user time and 0.526919 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-03 06:50:38
IDJOB=1055921
IDBENCH=57390
IDSOLVER=344
FILE ID=node6/1055921-1215060638
PBS_JOBID= 7875162
Free space on /tmp= 66520 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 910d61ba544cb1eb5e823b3eb305c3f6
RANDOM SEED=901678050

node6.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1733088 kB
Buffers:         40744 kB
Cached:         172940 kB
SwapCached:       6636 kB
Active:         171668 kB
Inactive:        85472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1733088 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:          60704 kB
Slab:            50552 kB
Committed_AS:  3303480 kB
PageTables:       2112 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= 66520 MiB
End job on node6 at 2008-07-03 06:53:10