Trace number 1055381

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? 605.589 609.457

General information on the benchmark

Namecsp/nengfa/
normalized-queens1.xml
MD5SUM72b10381b21e6b6e79bdf3ac7e3009a4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.19767
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints13680
Maximum constraint arity2
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13680
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.29	c See www.sat4j.org for details.
0.18/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.33	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.33	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1055381-1215059427.xml
0.28/0.38	c reading problem ... 
0.58/0.63	c reading problem named null
0.58/0.63	c reading domains done.
0.58/0.64	c reading variables done.
0.78/0.88	c reading predicates  done.
4.73/4.88	c reading constraints
601.10/604.96	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
605.46/609.31		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
605.46/609.31		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:181)
605.46/609.31		at org.sat4j.minisat.core.Solver.addClause(Solver.java:302)
605.46/609.31		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
605.46/609.31		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
605.46/609.31		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
605.46/609.31		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
605.46/609.31		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
605.46/609.31		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
605.46/609.31		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
605.46/609.31		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
605.46/609.31		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
605.46/609.31		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
605.46/609.31		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
605.46/609.31		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
605.46/609.31		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
605.46/609.31		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
605.46/609.31		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
605.46/609.31		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
605.46/609.31		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
605.46/609.31		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
605.46/609.31		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
605.46/609.31		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
605.46/609.31		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
605.46/609.31		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
605.46/609.31	c starts		: 0
605.46/609.31	c conflicts		: 0
605.46/609.31	c decisions		: 0
605.46/609.31	c propagations		: 0
605.46/609.31	c inspects		: 0
605.46/609.31	c learnt literals	: 0
605.46/609.31	c learnt binary clauses	: 0
605.46/609.31	c learnt ternary clauses	: 0
605.46/609.31	c learnt clauses	: 0
605.46/609.31	c ignored clauses	: 0
605.46/609.31	c root simplifications	: 0
605.46/609.31	c removed literals (reason simplification)	: 0
605.46/609.31	c reason swapping (by a shorter reason)	: 0
605.46/609.31	c Calls to reduceDB	: 0
605.46/609.31	c speed (assignments/second)	: 0.0
605.46/609.31	c non guided choices	0
605.46/609.31	s UNKNOWN
605.46/609.31	c Total wall clock time (in seconds) : 608.931

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-1055381-1215059427/watcher-1055381-1215059427 -o /tmp/evaluation-result-1055381-1215059427/solver-1055381-1215059427 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1055381-1215059427.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.00 2.00 4/82 18520
/proc/meminfo: memFree=1623304/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=1472 CPUtime=0
/proc/18520/stat : 18520 (java6) R 18518 18520 12708 0 -1 0 111 0 0 0 0 0 0 0 19 0 1 0 618198416 1507328 84 996147200 134512640 134550740 4294956192 18446744073709551615 2866096 0 0 4096 0 0 0 0 17 0 0 0
/proc/18520/statm: 368 84 62 9 0 10 0

[startup+0.101378 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 18520
/proc/meminfo: memFree=1623304/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=804612 CPUtime=0.09
/proc/18520/stat : 18520 (java) S 18518 18520 12708 0 -1 0 3008 0 1 0 7 2 0 0 18 0 12 0 618198416 823922688 2741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 201153 2741 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.201389 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 18520
/proc/meminfo: memFree=1623304/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=807760 CPUtime=0.18
/proc/18520/stat : 18520 (java) S 18518 18520 12708 0 -1 0 4438 0 1 0 16 2 0 0 18 0 12 0 618198416 827146240 3767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 201940 3767 1295 9 0 199309 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 807760

[startup+0.301399 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 18520
/proc/meminfo: memFree=1623304/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=807760 CPUtime=0.28
/proc/18520/stat : 18520 (java) S 18518 18520 12708 0 -1 0 4933 0 1 0 25 3 0 0 18 0 12 0 618198416 827146240 4262 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 201940 4262 1308 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.701445 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 18520
/proc/meminfo: memFree=1623304/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=807788 CPUtime=0.68
/proc/18520/stat : 18520 (java) S 18518 18520 12708 0 -1 0 6403 0 1 0 63 5 0 0 18 0 12 0 618198416 827174912 5533 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 201947 5533 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50253 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 18532
/proc/meminfo: memFree=1601512/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=807788 CPUtime=1.47
/proc/18520/stat : 18520 (java) S 18518 18520 12708 0 -1 0 8532 0 1 0 141 6 0 0 18 0 12 0 618198416 827174912 7009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 201947 7009 1351 9 0 199309 0
[pid=18520/tid=18522] ppid=18518 vsize=807788 CPUtime=0.84
/proc/18520/task/18522/stat : 18522 (java) R 18518 18520 12708 0 -1 64 5410 0 1 0 79 5 0 0 24 0 12 0 618198417 827174912 7009 996147200 134512640 134550740 4294956032 18446744073709551615 4109211890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18523] ppid=18518 vsize=807788 CPUtime=0
/proc/18520/task/18523/stat : 18523 (java) S 18518 18520 12708 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 618198418 827174912 7009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18524] ppid=18518 vsize=807788 CPUtime=0
/proc/18520/task/18524/stat : 18524 (java) S 18518 18520 12708 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 618198418 827174912 7009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18525] ppid=18518 vsize=807788 CPUtime=0
/proc/18520/task/18525/stat : 18525 (java) S 18518 18520 12708 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 618198420 827174912 7009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18526] ppid=18518 vsize=807788 CPUtime=0
/proc/18520/task/18526/stat : 18526 (java) S 18518 18520 12708 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 618198420 827174912 7009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18527] ppid=18518 vsize=807788 CPUtime=0
/proc/18520/task/18527/stat : 18527 (java) S 18518 18520 12708 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 618198420 827174912 7009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18528] ppid=18518 vsize=807788 CPUtime=0
/proc/18520/task/18528/stat : 18528 (java) S 18518 18520 12708 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 618198425 827174912 7009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18529] ppid=18518 vsize=807788 CPUtime=0.23
/proc/18520/task/18529/stat : 18529 (java) S 18518 18520 12708 0 -1 64 432 0 0 0 23 0 0 0 16 0 12 0 618198425 827174912 7009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18530] ppid=18518 vsize=807788 CPUtime=0.37
/proc/18520/task/18530/stat : 18530 (java) S 18518 18520 12708 0 -1 64 1928 0 0 0 37 0 0 0 16 0 12 0 618198425 827174912 7009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18531] ppid=18518 vsize=807788 CPUtime=0
/proc/18520/task/18531/stat : 18531 (java) S 18518 18520 12708 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 618198425 827174912 7009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18532] ppid=18518 vsize=807788 CPUtime=0
/proc/18520/task/18532/stat : 18532 (java) S 18518 18520 12708 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 618198425 827174912 7009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807788

[startup+3.10272 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 18532
/proc/meminfo: memFree=1595688/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=813840 CPUtime=3.06
/proc/18520/stat : 18520 (java) S 18518 18520 12708 0 -1 0 12964 0 1 0 298 8 0 0 18 0 12 0 618198416 833372160 9728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 203460 9728 1361 9 0 200822 0
[pid=18520/tid=18522] ppid=18518 vsize=813840 CPUtime=1.42
/proc/18520/task/18522/stat : 18522 (java) R 18518 18520 12708 0 -1 64 6855 0 1 0 136 6 0 0 25 0 12 0 618198417 833372160 9728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18523] ppid=18518 vsize=813840 CPUtime=0
/proc/18520/task/18523/stat : 18523 (java) S 18518 18520 12708 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 618198418 833372160 9728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18524] ppid=18518 vsize=813840 CPUtime=0
/proc/18520/task/18524/stat : 18524 (java) S 18518 18520 12708 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 618198418 833372160 9728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18525] ppid=18518 vsize=813840 CPUtime=0
/proc/18520/task/18525/stat : 18525 (java) S 18518 18520 12708 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 618198420 833372160 9728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18526] ppid=18518 vsize=813840 CPUtime=0
/proc/18520/task/18526/stat : 18526 (java) S 18518 18520 12708 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 618198420 833372160 9728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18527] ppid=18518 vsize=813840 CPUtime=0
/proc/18520/task/18527/stat : 18527 (java) S 18518 18520 12708 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 618198420 833372160 9728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18528] ppid=18518 vsize=813840 CPUtime=0
/proc/18520/task/18528/stat : 18528 (java) S 18518 18520 12708 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 618198425 833372160 9728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18529] ppid=18518 vsize=813840 CPUtime=0.73
/proc/18520/task/18529/stat : 18529 (java) S 18518 18520 12708 0 -1 64 1957 0 0 0 73 0 0 0 16 0 12 0 618198425 833372160 9728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18530] ppid=18518 vsize=813840 CPUtime=0.87
/proc/18520/task/18530/stat : 18530 (java) R 18518 18520 12708 0 -1 64 3389 0 0 0 87 0 0 0 17 0 12 0 618198425 833372160 9728 996147200 134512640 134550740 4294956032 18446744073709551615 106222764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18531] ppid=18518 vsize=813840 CPUtime=0
/proc/18520/task/18531/stat : 18531 (java) S 18518 18520 12708 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 618198425 833372160 9728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18532] ppid=18518 vsize=813840 CPUtime=0
/proc/18520/task/18532/stat : 18532 (java) S 18518 18520 12708 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 618198425 833372160 9728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 813840

[startup+6.30207 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 18532
/proc/meminfo: memFree=1551016/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=819480 CPUtime=6.22
/proc/18520/stat : 18520 (java) S 18518 18520 12708 0 -1 0 26708 0 1 0 607 15 0 0 18 0 12 0 618198416 839147520 20311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 204870 20311 1393 9 0 202232 0
[pid=18520/tid=18522] ppid=18518 vsize=819480 CPUtime=2.56
/proc/18520/task/18522/stat : 18522 (java) R 18518 18520 12708 0 -1 64 15839 0 1 0 246 10 0 0 17 0 12 0 618198417 839147520 20311 996147200 134512640 134550740 4294956032 18446744073709551615 4109185292 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18523] ppid=18518 vsize=819480 CPUtime=0
/proc/18520/task/18523/stat : 18523 (java) S 18518 18520 12708 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 618198418 839147520 20311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18524] ppid=18518 vsize=819480 CPUtime=0
/proc/18520/task/18524/stat : 18524 (java) S 18518 18520 12708 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 618198418 839147520 20311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18525] ppid=18518 vsize=819480 CPUtime=0
/proc/18520/task/18525/stat : 18525 (java) S 18518 18520 12708 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 618198420 839147520 20311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18520/tid=18526] ppid=18518 vsize=819480 CPUtime=0
/proc/18520/task/18526/stat : 18526 (java) S 18518 18520 12708 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 618198420 839147520 20311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18527] ppid=18518 vsize=819480 CPUtime=0
/proc/18520/task/18527/stat : 18527 (java) S 18518 18520 12708 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 618198420 839147520 20311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18528] ppid=18518 vsize=819480 CPUtime=0
/proc/18520/task/18528/stat : 18528 (java) S 18518 18520 12708 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 618198425 839147520 20311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18529] ppid=18518 vsize=819480 CPUtime=1.58
/proc/18520/task/18529/stat : 18529 (java) S 18518 18520 12708 0 -1 64 2137 0 0 0 158 0 0 0 15 0 12 0 618198425 839147520 20311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18530] ppid=18518 vsize=819480 CPUtime=2.03
/proc/18520/task/18530/stat : 18530 (java) S 18518 18520 12708 0 -1 64 7969 0 0 0 201 2 0 0 16 0 12 0 618198425 839147520 20311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18531] ppid=18518 vsize=819480 CPUtime=0
/proc/18520/task/18531/stat : 18531 (java) S 18518 18520 12708 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 618198425 839147520 20311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18532] ppid=18518 vsize=819480 CPUtime=0
/proc/18520/task/18532/stat : 18532 (java) S 18518 18520 12708 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 618198425 839147520 20311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 819480

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 18532
/proc/meminfo: memFree=1508328/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=818648 CPUtime=12.54
/proc/18520/stat : 18520 (java) S 18518 18520 12708 0 -1 0 36472 0 1 0 1233 21 0 0 18 0 12 0 618198416 838295552 29859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 204662 29859 1398 9 0 202024 0
[pid=18520/tid=18522] ppid=18518 vsize=818648 CPUtime=6.75
/proc/18520/task/18522/stat : 18522 (java) R 18518 18520 12708 0 -1 64 17535 0 1 0 663 12 0 0 25 0 12 0 618198417 838295552 29859 996147200 134512640 134550740 4294956032 18446744073709551615 4109575951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18523] ppid=18518 vsize=818648 CPUtime=0.12
/proc/18520/task/18523/stat : 18523 (java) S 18518 18520 12708 0 -1 64 4162 0 0 0 11 1 0 0 17 0 12 0 618198418 838295552 29859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18524] ppid=18518 vsize=818648 CPUtime=0.08
/proc/18520/task/18524/stat : 18524 (java) S 18518 18520 12708 0 -1 64 3703 0 0 0 7 1 0 0 17 0 12 0 618198418 838295552 29859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18525] ppid=18518 vsize=818648 CPUtime=0
/proc/18520/task/18525/stat : 18525 (java) S 18518 18520 12708 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 618198420 838295552 29859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18526] ppid=18518 vsize=818648 CPUtime=0
/proc/18520/task/18526/stat : 18526 (java) S 18518 18520 12708 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 618198420 838295552 29859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18527] ppid=18518 vsize=818648 CPUtime=0
/proc/18520/task/18527/stat : 18527 (java) S 18518 18520 12708 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 618198420 838295552 29859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18528] ppid=18518 vsize=818648 CPUtime=0
/proc/18520/task/18528/stat : 18528 (java) S 18518 18520 12708 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 618198425 838295552 29859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18529] ppid=18518 vsize=818648 CPUtime=2.48
/proc/18520/task/18529/stat : 18529 (java) S 18518 18520 12708 0 -1 64 2208 0 0 0 247 1 0 0 15 0 12 0 618198425 838295552 29859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18530] ppid=18518 vsize=818648 CPUtime=3.05
/proc/18520/task/18530/stat : 18530 (java) S 18518 18520 12708 0 -1 64 8070 0 0 0 302 3 0 0 15 0 12 0 618198425 838295552 29859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18531] ppid=18518 vsize=818648 CPUtime=0
/proc/18520/task/18531/stat : 18531 (java) S 18518 18520 12708 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 618198425 838295552 29859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18532] ppid=18518 vsize=818648 CPUtime=0
/proc/18520/task/18532/stat : 18532 (java) S 18518 18520 12708 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 618198425 838295552 29859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 818648

[startup+25.5012 s]
/proc/loadavg: 2.22 2.05 2.01 4/94 18532
/proc/meminfo: memFree=1459432/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=818648 CPUtime=25.2
/proc/18520/stat : 18520 (java) S 18518 18520 12708 0 -1 0 48675 0 1 0 2491 29 0 0 18 0 12 0 618198416 838295552 42054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 204662 42054 1398 9 0 202024 0
[pid=18520/tid=18522] ppid=18518 vsize=818648 CPUtime=15.35
/proc/18520/task/18522/stat : 18522 (java) R 18518 18520 12708 0 -1 64 17972 0 1 0 1520 15 0 0 25 0 12 0 618198417 838295552 42054 996147200 134512640 134550740 4294956032 18446744073709551615 102371681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18523] ppid=18518 vsize=818648 CPUtime=0.3
/proc/18520/task/18523/stat : 18523 (java) S 18518 18520 12708 0 -1 64 8384 0 0 0 28 2 0 0 17 0 12 0 618198418 838295552 42054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18524] ppid=18518 vsize=818648 CPUtime=0.32
/proc/18520/task/18524/stat : 18524 (java) S 18518 18520 12708 0 -1 64 10976 0 0 0 28 4 0 0 17 0 12 0 618198418 838295552 42054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18525] ppid=18518 vsize=818648 CPUtime=0.01
/proc/18520/task/18525/stat : 18525 (java) S 18518 18520 12708 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 618198420 838295552 42054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18526] ppid=18518 vsize=818648 CPUtime=0
/proc/18520/task/18526/stat : 18526 (java) S 18518 18520 12708 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 618198420 838295552 42054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18527] ppid=18518 vsize=818648 CPUtime=0
/proc/18520/task/18527/stat : 18527 (java) S 18518 18520 12708 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 618198420 838295552 42054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18528] ppid=18518 vsize=818648 CPUtime=0
/proc/18520/task/18528/stat : 18528 (java) S 18518 18520 12708 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 618198425 838295552 42054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18520/tid=18531] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18531/stat : 18531 (java) S 18518 18520 12708 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 618198425 838955008 188262 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18532] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18532/stat : 18532 (java) S 18518 18520 12708 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 618198425 838955008 188262 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 585.14
Current children cumulated vsize (KiB) 819292

[startup+601.603 s]
/proc/loadavg: 2.01 2.17 2.12 3/94 18534
/proc/meminfo: memFree=872616/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=819292 CPUtime=597.83
/proc/18520/stat : 18520 (java) S 18518 18520 12708 0 -1 0 258333 0 3 0 59623 160 0 0 18 0 12 0 618198416 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 204823 188263 1411 9 0 202185 0
[pid=18520/tid=18522] ppid=18518 vsize=819292 CPUtime=213.84
/proc/18520/task/18522/stat : 18522 (java) S 18518 18520 12708 0 -1 64 25588 0 1 0 21338 46 0 0 16 0 12 0 618198417 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18523] ppid=18518 vsize=819292 CPUtime=2.81
/proc/18520/task/18523/stat : 18523 (java) S 18518 18520 12708 0 -1 64 68198 0 0 0 256 25 0 0 16 0 12 0 618198418 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18520/tid=18524] ppid=18518 vsize=819292 CPUtime=2.82
/proc/18520/task/18524/stat : 18524 (java) S 18518 18520 12708 0 -1 64 85136 0 0 0 253 29 0 0 17 0 12 0 618198418 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18520/tid=18525] ppid=18518 vsize=819292 CPUtime=296.72
/proc/18520/task/18525/stat : 18525 (java) R 18518 18520 12708 0 -1 64 62066 0 0 0 29644 28 0 0 25 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18526] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18526/stat : 18526 (java) S 18518 18520 12708 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18520/tid=18527] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18527/stat : 18527 (java) S 18518 18520 12708 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18528] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18528/stat : 18528 (java) S 18518 18520 12708 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18529] ppid=18518 vsize=819292 CPUtime=40.74
/proc/18520/task/18529/stat : 18529 (java) S 18518 18520 12708 0 -1 64 5514 0 2 0 4061 13 0 0 16 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18530] ppid=18518 vsize=819292 CPUtime=40.81
/proc/18520/task/18530/stat : 18530 (java) S 18518 18520 12708 0 -1 64 11067 0 0 0 4066 15 0 0 16 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18531] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18531/stat : 18531 (java) S 18518 18520 12708 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18532] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18532/stat : 18532 (java) S 18518 18520 12708 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 597.83
Current children cumulated vsize (KiB) 819292

[startup+604.802 s]
/proc/loadavg: 2.01 2.17 2.12 3/94 18534
/proc/meminfo: memFree=872616/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=819292 CPUtime=601
/proc/18520/stat : 18520 (java) S 18518 18520 12708 0 -1 0 258495 0 3 0 59940 160 0 0 18 0 12 0 618198416 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 204823 188263 1411 9 0 202185 0
[pid=18520/tid=18522] ppid=18518 vsize=819292 CPUtime=213.84
/proc/18520/task/18522/stat : 18522 (java) S 18518 18520 12708 0 -1 64 25589 0 1 0 21338 46 0 0 17 0 12 0 618198417 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18523] ppid=18518 vsize=819292 CPUtime=2.81
/proc/18520/task/18523/stat : 18523 (java) S 18518 18520 12708 0 -1 64 68198 0 0 0 256 25 0 0 16 0 12 0 618198418 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18520/tid=18524] ppid=18518 vsize=819292 CPUtime=2.82
/proc/18520/task/18524/stat : 18524 (java) S 18518 18520 12708 0 -1 64 85136 0 0 0 253 29 0 0 17 0 12 0 618198418 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18520/tid=18525] ppid=18518 vsize=819292 CPUtime=299.89
/proc/18520/task/18525/stat : 18525 (java) R 18518 18520 12708 0 -1 64 62227 0 0 0 29961 28 0 0 25 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18526] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18526/stat : 18526 (java) S 18518 18520 12708 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18527] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18527/stat : 18527 (java) S 18518 18520 12708 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18528] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18528/stat : 18528 (java) S 18518 18520 12708 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18529] ppid=18518 vsize=819292 CPUtime=40.74
/proc/18520/task/18529/stat : 18529 (java) S 18518 18520 12708 0 -1 64 5514 0 2 0 4061 13 0 0 16 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18530] ppid=18518 vsize=819292 CPUtime=40.81
/proc/18520/task/18530/stat : 18530 (java) S 18518 18520 12708 0 -1 64 11067 0 0 0 4066 15 0 0 16 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18531] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18531/stat : 18531 (java) S 18518 18520 12708 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18532] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18532/stat : 18532 (java) S 18518 18520 12708 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 601
Current children cumulated vsize (KiB) 819292

[startup+608.002 s]
/proc/loadavg: 2.01 2.16 2.12 3/94 18534
/proc/meminfo: memFree=872608/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=819292 CPUtime=604.17
/proc/18520/stat : 18520 (java) S 18518 18520 12708 0 -1 0 258819 0 3 0 60257 160 0 0 18 0 12 0 618198416 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 204823 188263 1411 9 0 202185 0
[pid=18520/tid=18522] ppid=18518 vsize=819292 CPUtime=213.85
/proc/18520/task/18522/stat : 18522 (java) S 18518 18520 12708 0 -1 64 25591 0 1 0 21339 46 0 0 17 0 12 0 618198417 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18523] ppid=18518 vsize=819292 CPUtime=2.81
/proc/18520/task/18523/stat : 18523 (java) S 18518 18520 12708 0 -1 64 68198 0 0 0 256 25 0 0 16 0 12 0 618198418 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18520/tid=18524] ppid=18518 vsize=819292 CPUtime=2.82
/proc/18520/task/18524/stat : 18524 (java) S 18518 18520 12708 0 -1 64 85136 0 0 0 253 29 0 0 17 0 12 0 618198418 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18520/tid=18525] ppid=18518 vsize=819292 CPUtime=303.06
/proc/18520/task/18525/stat : 18525 (java) R 18518 18520 12708 0 -1 64 62549 0 0 0 30278 28 0 0 25 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 105678685 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18526] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18526/stat : 18526 (java) S 18518 18520 12708 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18527] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18527/stat : 18527 (java) S 18518 18520 12708 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18528] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18528/stat : 18528 (java) S 18518 18520 12708 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18529] ppid=18518 vsize=819292 CPUtime=40.74
/proc/18520/task/18529/stat : 18529 (java) S 18518 18520 12708 0 -1 64 5514 0 2 0 4061 13 0 0 16 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18530] ppid=18518 vsize=819292 CPUtime=40.81
/proc/18520/task/18530/stat : 18530 (java) S 18518 18520 12708 0 -1 64 11067 0 0 0 4066 15 0 0 16 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18531] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18531/stat : 18531 (java) S 18518 18520 12708 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18532] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18532/stat : 18532 (java) S 18518 18520 12708 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 604.17
Current children cumulated vsize (KiB) 819292

[startup+608.803 s]
/proc/loadavg: 2.01 2.16 2.12 3/94 18534
/proc/meminfo: memFree=872608/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=819292 CPUtime=604.96
/proc/18520/stat : 18520 (java) S 18518 18520 12708 0 -1 0 258819 0 3 0 60336 160 0 0 18 0 12 0 618198416 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 204823 188263 1411 9 0 202185 0
[pid=18520/tid=18522] ppid=18518 vsize=819292 CPUtime=213.85
/proc/18520/task/18522/stat : 18522 (java) S 18518 18520 12708 0 -1 64 25591 0 1 0 21339 46 0 0 17 0 12 0 618198417 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18523] ppid=18518 vsize=819292 CPUtime=2.81
/proc/18520/task/18523/stat : 18523 (java) S 18518 18520 12708 0 -1 64 68198 0 0 0 256 25 0 0 16 0 12 0 618198418 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18520/tid=18524] ppid=18518 vsize=819292 CPUtime=2.82
/proc/18520/task/18524/stat : 18524 (java) S 18518 18520 12708 0 -1 64 85136 0 0 0 253 29 0 0 17 0 12 0 618198418 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18520/tid=18525] ppid=18518 vsize=819292 CPUtime=303.85
/proc/18520/task/18525/stat : 18525 (java) R 18518 18520 12708 0 -1 64 62549 0 0 0 30357 28 0 0 25 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18526] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18526/stat : 18526 (java) S 18518 18520 12708 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18527] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18527/stat : 18527 (java) S 18518 18520 12708 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18528] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18528/stat : 18528 (java) S 18518 18520 12708 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18529] ppid=18518 vsize=819292 CPUtime=40.74
/proc/18520/task/18529/stat : 18529 (java) S 18518 18520 12708 0 -1 64 5514 0 2 0 4061 13 0 0 16 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18530] ppid=18518 vsize=819292 CPUtime=40.81
/proc/18520/task/18530/stat : 18530 (java) S 18518 18520 12708 0 -1 64 11067 0 0 0 4066 15 0 0 16 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18531] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18531/stat : 18531 (java) S 18518 18520 12708 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18532] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18532/stat : 18532 (java) S 18518 18520 12708 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 604.96
Current children cumulated vsize (KiB) 819292

[startup+609.203 s]
/proc/loadavg: 2.01 2.16 2.12 3/94 18534
/proc/meminfo: memFree=872608/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=819292 CPUtime=605.36
/proc/18520/stat : 18520 (java) S 18518 18520 12708 0 -1 0 258819 0 3 0 60376 160 0 0 18 0 12 0 618198416 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 204823 188263 1411 9 0 202185 0
[pid=18520/tid=18522] ppid=18518 vsize=819292 CPUtime=213.85
/proc/18520/task/18522/stat : 18522 (java) S 18518 18520 12708 0 -1 64 25591 0 1 0 21339 46 0 0 17 0 12 0 618198417 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18523] ppid=18518 vsize=819292 CPUtime=2.81
/proc/18520/task/18523/stat : 18523 (java) S 18518 18520 12708 0 -1 64 68198 0 0 0 256 25 0 0 16 0 12 0 618198418 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18520/tid=18524] ppid=18518 vsize=819292 CPUtime=2.82
/proc/18520/task/18524/stat : 18524 (java) S 18518 18520 12708 0 -1 64 85136 0 0 0 253 29 0 0 17 0 12 0 618198418 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18520/tid=18525] ppid=18518 vsize=819292 CPUtime=304.25
/proc/18520/task/18525/stat : 18525 (java) R 18518 18520 12708 0 -1 64 62549 0 0 0 30397 28 0 0 25 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18526] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18526/stat : 18526 (java) S 18518 18520 12708 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18527] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18527/stat : 18527 (java) S 18518 18520 12708 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 618198420 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18528] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18528/stat : 18528 (java) S 18518 18520 12708 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18529] ppid=18518 vsize=819292 CPUtime=40.74
/proc/18520/task/18529/stat : 18529 (java) S 18518 18520 12708 0 -1 64 5514 0 2 0 4061 13 0 0 16 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18530] ppid=18518 vsize=819292 CPUtime=40.81
/proc/18520/task/18530/stat : 18530 (java) S 18518 18520 12708 0 -1 64 11067 0 0 0 4066 15 0 0 16 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18531] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18531/stat : 18531 (java) S 18518 18520 12708 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18520/tid=18532] ppid=18518 vsize=819292 CPUtime=0
/proc/18520/task/18532/stat : 18532 (java) S 18518 18520 12708 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 618198425 838955008 188263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 605.36
Current children cumulated vsize (KiB) 819292

[startup+609.403 s]
/proc/loadavg: 2.01 2.16 2.12 3/84 18535
/proc/meminfo: memFree=1281888/2055920 swapFree=4179400/4192956
[pid=18520] ppid=18518 vsize=0 CPUtime=605.53
/proc/18520/stat : 18520 (java) Z 18518 18520 12708 0 -1 12 258832 0 3 0 60387 166 0 0 16 0 2 0 618198416 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18520/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 605.53
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 609.457
CPU time (s): 605.589
CPU user time (s): 603.876
CPU system time (s): 1.71274
CPU usage (%): 99.3653
Max. virtual memory (cumulated for all children) (KiB): 830656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 603.876
system time used= 1.71274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258832
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38256
involuntary context switches= 45230

runsolver used 0.805877 second user time and 2.11668 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-03 06:30:27
IDJOB=1055381
IDBENCH=56817
IDSOLVER=344
FILE ID=node87/1055381-1215059427
PBS_JOBID= 7875003
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 72b10381b21e6b6e79bdf3ac7e3009a4
RANDOM SEED=1735926273

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1623720 kB
Buffers:         38128 kB
Cached:         182296 kB
SwapCached:       7648 kB
Active:         269268 kB
Inactive:        91424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623720 kB
SwapTotal:     4192956 kB
SwapFree:      4179400 kB
Dirty:            4684 kB
Writeback:           0 kB
Mapped:         156276 kB
Slab:            56328 kB
Committed_AS:  1680448 kB
PageTables:       2192 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66508 MiB
End job on node87 at 2008-07-03 06:40:37