Trace number 1055900

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? 256.536 257.667

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-12.xml
MD5SUM2ba2a764a757f9f5d70ed9cb063b7290
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 benchmark748.425
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints10330
Maximum constraint arity2
Maximum domain size144
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10330
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1055900-1215060523/watcher-1055900-1215060523 -o /tmp/evaluation-result-1055900-1215060523/solver-1055900-1215060523 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1055900-1215060523.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.02 4/72 17965
/proc/meminfo: memFree=1735584/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=13288 CPUtime=0
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1985027131 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 3322 538 219 9 0 1232 0
[pid=17965/tid=17966] ppid=17963 vsize=13288 CPUtime=0
/proc/17965/task/17966/stat : 17966 (java) R 17963 17965 12892 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1985027133 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 9752536 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.096142 s]
/proc/loadavg: 2.00 2.00 2.02 4/72 17965
/proc/meminfo: memFree=1735584/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=804612 CPUtime=0.08
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 2984 0 1 0 6 2 0 0 18 0 12 0 1985027131 823922688 2717 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 201153 2717 1047 9 0 198522 0
[pid=17965/tid=17966] ppid=17963 vsize=804612 CPUtime=0.06
/proc/17965/task/17966/stat : 17966 (java) R 17963 17965 12892 0 -1 64 2206 0 1 0 5 1 0 0 21 0 12 0 1985027133 823922688 2717 996147200 134512640 134550740 4294956032 18446744073709551615 4160642522 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101138 s]
/proc/loadavg: 2.00 2.00 2.02 4/72 17965
/proc/meminfo: memFree=1735584/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=804612 CPUtime=0.08
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 3000 0 1 0 6 2 0 0 18 0 12 0 1985027131 823922688 2733 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 201153 2733 1048 9 0 198522 0
[pid=17965/tid=17966] ppid=17963 vsize=804612 CPUtime=0.07
/proc/17965/task/17966/stat : 17966 (java) R 17963 17965 12892 0 -1 64 2222 0 1 0 6 1 0 0 21 0 12 0 1985027133 823922688 2733 996147200 134512640 134550740 4294956032 18446744073709551615 4109186398 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30117 s]
/proc/loadavg: 2.00 2.00 2.02 4/72 17965
/proc/meminfo: memFree=1735584/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=808276 CPUtime=0.29
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 4948 0 1 0 25 4 0 0 18 0 12 0 1985027131 827674624 4275 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 202069 4275 1298 9 0 199438 0
[pid=17965/tid=17966] ppid=17963 vsize=808276 CPUtime=0.18
/proc/17965/task/17966/stat : 17966 (java) R 17963 17965 12892 0 -1 64 2680 0 1 0 16 2 0 0 21 0 12 0 1985027133 827674624 4275 996147200 134512640 134550740 4294956032 18446744073709551615 103078001 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808276

[startup+0.701225 s]
/proc/loadavg: 2.00 2.00 2.02 4/72 17965
/proc/meminfo: memFree=1735584/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=808304 CPUtime=0.68
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 6359 0 1 0 62 6 0 0 18 0 12 0 1985027131 827703296 5487 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 202076 5487 1335 9 0 199438 0
[pid=17965/tid=17966] ppid=17963 vsize=808304 CPUtime=0.39
/proc/17965/task/17966/stat : 17966 (java) R 17963 17965 12892 0 -1 64 3788 0 1 0 35 4 0 0 18 0 12 0 1985027133 827703296 5487 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50233 s]
/proc/loadavg: 2.00 2.00 2.02 4/84 17977
/proc/meminfo: memFree=1716288/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=813648 CPUtime=1.47
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 11286 0 1 0 139 8 0 0 18 0 12 0 1985027131 833175552 8652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 203412 8652 1361 9 0 200774 0
[pid=17965/tid=17966] ppid=17963 vsize=813648 CPUtime=0.76
/proc/17965/task/17966/stat : 17966 (java) R 17963 17965 12892 0 -1 64 5794 0 1 0 71 5 0 0 19 0 12 0 1985027133 833175552 8652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17968] ppid=17963 vsize=813648 CPUtime=0
/proc/17965/task/17968/stat : 17968 (java) S 17963 17965 12892 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1985027134 833175552 8652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17969] ppid=17963 vsize=813648 CPUtime=0
/proc/17965/task/17969/stat : 17969 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1985027134 833175552 8652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17970] ppid=17963 vsize=813648 CPUtime=0
/proc/17965/task/17970/stat : 17970 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1985027136 833175552 8652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17971] ppid=17963 vsize=813648 CPUtime=0
/proc/17965/task/17971/stat : 17971 (java) S 17963 17965 12892 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1985027136 833175552 8652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17972] ppid=17963 vsize=813648 CPUtime=0
/proc/17965/task/17972/stat : 17972 (java) S 17963 17965 12892 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1985027136 833175552 8652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17973] ppid=17963 vsize=813648 CPUtime=0
/proc/17965/task/17973/stat : 17973 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985027140 833175552 8652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17974] ppid=17963 vsize=813648 CPUtime=0.45
/proc/17965/task/17974/stat : 17974 (java) R 17963 17965 12892 0 -1 64 3543 0 0 0 44 1 0 0 16 0 12 0 1985027140 833175552 8652 996147200 134512640 134550740 4294956032 18446744073709551615 105696319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17975] ppid=17963 vsize=813648 CPUtime=0.23
/proc/17965/task/17975/stat : 17975 (java) S 17963 17965 12892 0 -1 64 1184 0 0 0 23 0 0 0 16 0 12 0 1985027140 833175552 8652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17976] ppid=17963 vsize=813648 CPUtime=0
/proc/17965/task/17976/stat : 17976 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985027140 833175552 8652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17977] ppid=17963 vsize=813648 CPUtime=0
/proc/17965/task/17977/stat : 17977 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985027140 833175552 8652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 813648

[startup+3.10255 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 17977
/proc/meminfo: memFree=1699776/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=816028 CPUtime=3.06
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 21494 0 4 0 294 12 0 0 18 0 12 0 1985027131 835612672 16818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 204007 16818 1392 9 0 201369 0
[pid=17965/tid=17966] ppid=17963 vsize=816028 CPUtime=1.51
/proc/17965/task/17966/stat : 17966 (java) R 17963 17965 12892 0 -1 64 13061 0 1 0 143 8 0 0 25 0 12 0 1985027133 835612672 16818 996147200 134512640 134550740 4294956032 18446744073709551615 4109773178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17968] ppid=17963 vsize=816028 CPUtime=0
/proc/17965/task/17968/stat : 17968 (java) S 17963 17965 12892 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1985027134 835612672 16818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17969] ppid=17963 vsize=816028 CPUtime=0
/proc/17965/task/17969/stat : 17969 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1985027134 835612672 16818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17970] ppid=17963 vsize=816028 CPUtime=0
/proc/17965/task/17970/stat : 17970 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1985027136 835612672 16818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17971] ppid=17963 vsize=816028 CPUtime=0
/proc/17965/task/17971/stat : 17971 (java) S 17963 17965 12892 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1985027136 835612672 16818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17972] ppid=17963 vsize=816028 CPUtime=0
/proc/17965/task/17972/stat : 17972 (java) S 17963 17965 12892 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1985027136 835612672 16818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17973] ppid=17963 vsize=816028 CPUtime=0
/proc/17965/task/17973/stat : 17973 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985027140 835612672 16818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17974] ppid=17963 vsize=816028 CPUtime=0.8
/proc/17965/task/17974/stat : 17974 (java) S 17963 17965 12892 0 -1 64 4757 0 2 0 79 1 0 0 16 0 12 0 1985027140 835612672 16818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17975] ppid=17963 vsize=816028 CPUtime=0.72
/proc/17965/task/17975/stat : 17975 (java) S 17963 17965 12892 0 -1 64 2911 0 1 0 71 1 0 0 16 0 12 0 1985027140 835612672 16818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17976] ppid=17963 vsize=816028 CPUtime=0
/proc/17965/task/17976/stat : 17976 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985027140 835612672 16818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17977] ppid=17963 vsize=816028 CPUtime=0
/proc/17965/task/17977/stat : 17977 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985027140 835612672 16818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 816028

[startup+6.30298 s]
/proc/loadavg: 2.00 2.00 2.01 4/84 17977
/proc/meminfo: memFree=1645056/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=815996 CPUtime=6.23
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 32403 0 4 0 607 16 0 0 18 0 12 0 1985027131 835579904 25707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 203999 25707 1401 9 0 201361 0
[pid=17965/tid=17966] ppid=17963 vsize=815996 CPUtime=3.66
/proc/17965/task/17966/stat : 17966 (java) R 17963 17965 12892 0 -1 64 17278 0 1 0 356 10 0 0 25 0 12 0 1985027133 835579904 25707 996147200 134512640 134550740 4294956032 18446744073709551615 4109801052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17968] ppid=17963 vsize=815996 CPUtime=0.06
/proc/17965/task/17968/stat : 17968 (java) S 17963 17965 12892 0 -1 64 2364 0 0 0 6 0 0 0 17 0 12 0 1985027134 835579904 25707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17969] ppid=17963 vsize=815996 CPUtime=0.05
/proc/17965/task/17969/stat : 17969 (java) S 17963 17965 12892 0 -1 64 2174 0 0 0 5 0 0 0 17 0 12 0 1985027134 835579904 25707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17970] ppid=17963 vsize=815996 CPUtime=0
/proc/17965/task/17970/stat : 17970 (java) S 17963 17965 12892 0 -1 64 86 0 0 0 0 0 0 0 16 0 12 0 1985027136 835579904 25707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17971] ppid=17963 vsize=815996 CPUtime=0
/proc/17965/task/17971/stat : 17971 (java) S 17963 17965 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985027136 835579904 25707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17972] ppid=17963 vsize=815996 CPUtime=0
/proc/17965/task/17972/stat : 17972 (java) S 17963 17965 12892 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985027136 835579904 25707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17973] ppid=17963 vsize=815996 CPUtime=0
/proc/17965/task/17973/stat : 17973 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985027140 835579904 25707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17974] ppid=17963 vsize=815996 CPUtime=1.08
/proc/17965/task/17974/stat : 17974 (java) S 17963 17965 12892 0 -1 64 5215 0 2 0 106 2 0 0 16 0 12 0 1985027140 835579904 25707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17975] ppid=17963 vsize=815996 CPUtime=1.33
/proc/17965/task/17975/stat : 17975 (java) S 17963 17965 12892 0 -1 64 4523 0 1 0 132 1 0 0 16 0 12 0 1985027140 835579904 25707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17976] ppid=17963 vsize=815996 CPUtime=0
/proc/17965/task/17976/stat : 17976 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985027140 835579904 25707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17977] ppid=17963 vsize=815996 CPUtime=0
/proc/17965/task/17977/stat : 17977 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985027140 835579904 25707 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 815996

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 17977
/proc/meminfo: memFree=1588736/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=815740 CPUtime=12.58
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 46491 0 4 0 1235 23 0 0 18 0 12 0 1985027131 835317760 39721 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 203935 39721 1403 9 0 201297 0
[pid=17965/tid=17966] ppid=17963 vsize=815740 CPUtime=9.52
/proc/17965/task/17966/stat : 17966 (java) R 17963 17965 12892 0 -1 64 17291 0 1 0 942 10 0 0 25 0 12 0 1985027133 835317760 39721 996147200 134512640 134550740 4294956032 18446744073709551615 4110012533 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17968] ppid=17963 vsize=815740 CPUtime=0.27
/proc/17965/task/17968/stat : 17968 (java) S 17963 17965 12892 0 -1 64 10493 0 0 0 23 4 0 0 16 0 12 0 1985027134 835317760 39721 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17969] ppid=17963 vsize=815740 CPUtime=0.23
/proc/17965/task/17969/stat : 17969 (java) S 17963 17965 12892 0 -1 64 8115 0 0 0 20 3 0 0 16 0 12 0 1985027134 835317760 39721 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17970] ppid=17963 vsize=815740 CPUtime=0
/proc/17965/task/17970/stat : 17970 (java) S 17963 17965 12892 0 -1 64 86 0 0 0 0 0 0 0 16 0 12 0 1985027136 835317760 39721 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17971] ppid=17963 vsize=815740 CPUtime=0
/proc/17965/task/17971/stat : 17971 (java) S 17963 17965 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985027136 835317760 39721 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17972] ppid=17963 vsize=815740 CPUtime=0
/proc/17965/task/17972/stat : 17972 (java) S 17963 17965 12892 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985027136 835317760 39721 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17973] ppid=17963 vsize=815740 CPUtime=0
/proc/17965/task/17973/stat : 17973 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985027140 835317760 39721 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17974] ppid=17963 vsize=815740 CPUtime=1.11
/proc/17965/task/17974/stat : 17974 (java) S 17963 17965 12892 0 -1 64 5216 0 2 0 109 2 0 0 16 0 12 0 1985027140 835317760 39721 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17975] ppid=17963 vsize=815740 CPUtime=1.38
/proc/17965/task/17975/stat : 17975 (java) S 17963 17965 12892 0 -1 64 4527 0 1 0 137 1 0 0 17 0 12 0 1985027140 835317760 39721 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17976] ppid=17963 vsize=815740 CPUtime=0
/proc/17965/task/17976/stat : 17976 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985027140 835317760 39721 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17977] ppid=17963 vsize=815740 CPUtime=0
/proc/17965/task/17977/stat : 17977 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1985027140 835317760 39721 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 815740

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 2.01 4/84 17977
/proc/meminfo: memFree=1495424/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=814940 CPUtime=25.29
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 68089 0 4 0 2498 31 0 0 18 0 12 0 1985027131 834498560 61078 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 203735 61078 1403 9 0 201097 0
[pid=17965/tid=17966] ppid=17963 vsize=814940 CPUtime=21.44
/proc/17965/task/17966/stat : 17966 (java) R 17963 17965 12892 0 -1 64 17318 0 1 0 2134 10 0 0 25 0 12 0 1985027133 834498560 61078 996147200 134512640 134550740 4294956032 18446744073709551615 4109777993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17968] ppid=17963 vsize=814940 CPUtime=0.51
/proc/17965/task/17968/stat : 17968 (java) S 17963 17965 12892 0 -1 64 20722 0 0 0 44 7 0 0 16 0 12 0 1985027134 834498560 61078 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+252.703 s]
/proc/loadavg: 2.07 2.08 2.03 3/84 17977
/proc/meminfo: memFree=1043648/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=816288 CPUtime=251.62
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 244294 0 4 0 25060 102 0 0 18 0 13 0 1985027131 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 204072 173493 1408 9 0 201434 0
[pid=17965/tid=17966] ppid=17963 vsize=816288 CPUtime=91
/proc/17965/task/17966/stat : 17966 (java) S 17963 17965 12892 0 -1 64 17522 0 1 0 9089 11 0 0 18 0 13 0 1985027133 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17968] ppid=17963 vsize=816288 CPUtime=2.1
/proc/17965/task/17968/stat : 17968 (java) S 17963 17965 12892 0 -1 64 77770 0 0 0 181 29 0 0 16 0 13 0 1985027134 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17969] ppid=17963 vsize=816288 CPUtime=2.07
/proc/17965/task/17969/stat : 17969 (java) S 17963 17965 12892 0 -1 64 74629 0 0 0 180 27 0 0 15 0 13 0 1985027134 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17970] ppid=17963 vsize=816288 CPUtime=152.51
/proc/17965/task/17970/stat : 17970 (java) R 17963 17965 12892 0 -1 64 63797 0 0 0 15223 28 0 0 25 0 13 0 1985027136 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17971] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17971/stat : 17971 (java) S 17963 17965 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1985027136 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17972] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17972/stat : 17972 (java) S 17963 17965 12892 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1985027136 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17973] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17973/stat : 17973 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17974] ppid=17963 vsize=816288 CPUtime=1.77
/proc/17965/task/17974/stat : 17974 (java) S 17963 17965 12892 0 -1 64 5248 0 2 0 175 2 0 0 16 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17975] ppid=17963 vsize=816288 CPUtime=2.11
/proc/17965/task/17975/stat : 17975 (java) S 17963 17965 12892 0 -1 64 4560 0 1 0 209 2 0 0 17 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17976] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17976/stat : 17976 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17977] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17977/stat : 17977 (java) S 17963 17965 12892 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 251.62
Current children cumulated vsize (KiB) 816288

[startup+255.902 s]
/proc/loadavg: 2.07 2.08 2.03 3/85 17978
/proc/meminfo: memFree=1043640/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=816288 CPUtime=254.81
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 244297 0 4 0 25379 102 0 0 18 0 13 0 1985027131 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 204072 173493 1408 9 0 201434 0
[pid=17965/tid=17966] ppid=17963 vsize=816288 CPUtime=91
/proc/17965/task/17966/stat : 17966 (java) S 17963 17965 12892 0 -1 64 17522 0 1 0 9089 11 0 0 18 0 13 0 1985027133 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17968] ppid=17963 vsize=816288 CPUtime=2.1
/proc/17965/task/17968/stat : 17968 (java) S 17963 17965 12892 0 -1 64 77770 0 0 0 181 29 0 0 16 0 13 0 1985027134 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17969] ppid=17963 vsize=816288 CPUtime=2.07
/proc/17965/task/17969/stat : 17969 (java) S 17963 17965 12892 0 -1 64 74629 0 0 0 180 27 0 0 15 0 13 0 1985027134 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17970] ppid=17963 vsize=816288 CPUtime=155.7
/proc/17965/task/17970/stat : 17970 (java) R 17963 17965 12892 0 -1 64 63797 0 0 0 15542 28 0 0 25 0 13 0 1985027136 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17971] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17971/stat : 17971 (java) S 17963 17965 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1985027136 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17972] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17972/stat : 17972 (java) S 17963 17965 12892 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1985027136 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17973] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17973/stat : 17973 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17974] ppid=17963 vsize=816288 CPUtime=1.77
/proc/17965/task/17974/stat : 17974 (java) S 17963 17965 12892 0 -1 64 5248 0 2 0 175 2 0 0 16 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17975] ppid=17963 vsize=816288 CPUtime=2.11
/proc/17965/task/17975/stat : 17975 (java) S 17963 17965 12892 0 -1 64 4560 0 1 0 209 2 0 0 17 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17976] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17976/stat : 17976 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17977] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17977/stat : 17977 (java) S 17963 17965 12892 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17965/tid=17978] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17978/stat : 17978 (java) S 17963 17965 12892 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1985052372 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 254.81
Current children cumulated vsize (KiB) 816288

[startup+256.702 s]
/proc/loadavg: 2.07 2.08 2.03 3/85 17978
/proc/meminfo: memFree=1043640/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=816288 CPUtime=255.6
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 244297 0 4 0 25458 102 0 0 18 0 13 0 1985027131 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 204072 173493 1408 9 0 201434 0
[pid=17965/tid=17966] ppid=17963 vsize=816288 CPUtime=91
/proc/17965/task/17966/stat : 17966 (java) S 17963 17965 12892 0 -1 64 17522 0 1 0 9089 11 0 0 18 0 13 0 1985027133 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17968] ppid=17963 vsize=816288 CPUtime=2.1
/proc/17965/task/17968/stat : 17968 (java) S 17963 17965 12892 0 -1 64 77770 0 0 0 181 29 0 0 16 0 13 0 1985027134 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17969] ppid=17963 vsize=816288 CPUtime=2.07
/proc/17965/task/17969/stat : 17969 (java) S 17963 17965 12892 0 -1 64 74629 0 0 0 180 27 0 0 15 0 13 0 1985027134 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17970] ppid=17963 vsize=816288 CPUtime=156.49
/proc/17965/task/17970/stat : 17970 (java) R 17963 17965 12892 0 -1 64 63797 0 0 0 15621 28 0 0 25 0 13 0 1985027136 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17971] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17971/stat : 17971 (java) S 17963 17965 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1985027136 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17972] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17972/stat : 17972 (java) S 17963 17965 12892 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1985027136 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17973] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17973/stat : 17973 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17974] ppid=17963 vsize=816288 CPUtime=1.77
/proc/17965/task/17974/stat : 17974 (java) S 17963 17965 12892 0 -1 64 5248 0 2 0 175 2 0 0 16 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17975] ppid=17963 vsize=816288 CPUtime=2.11
/proc/17965/task/17975/stat : 17975 (java) S 17963 17965 12892 0 -1 64 4560 0 1 0 209 2 0 0 17 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17976] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17976/stat : 17976 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17977] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17977/stat : 17977 (java) S 17963 17965 12892 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17965/tid=17978] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17978/stat : 17978 (java) S 17963 17965 12892 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1985052372 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 255.6
Current children cumulated vsize (KiB) 816288

[startup+257.102 s]
/proc/loadavg: 2.07 2.08 2.03 3/85 17978
/proc/meminfo: memFree=1043640/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=816288 CPUtime=256
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 244297 0 4 0 25498 102 0 0 18 0 13 0 1985027131 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 204072 173493 1408 9 0 201434 0
[pid=17965/tid=17966] ppid=17963 vsize=816288 CPUtime=91
/proc/17965/task/17966/stat : 17966 (java) S 17963 17965 12892 0 -1 64 17522 0 1 0 9089 11 0 0 18 0 13 0 1985027133 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17968] ppid=17963 vsize=816288 CPUtime=2.1
/proc/17965/task/17968/stat : 17968 (java) S 17963 17965 12892 0 -1 64 77770 0 0 0 181 29 0 0 16 0 13 0 1985027134 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17969] ppid=17963 vsize=816288 CPUtime=2.07
/proc/17965/task/17969/stat : 17969 (java) S 17963 17965 12892 0 -1 64 74629 0 0 0 180 27 0 0 15 0 13 0 1985027134 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17970] ppid=17963 vsize=816288 CPUtime=156.89
/proc/17965/task/17970/stat : 17970 (java) R 17963 17965 12892 0 -1 64 63797 0 0 0 15661 28 0 0 25 0 13 0 1985027136 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17971] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17971/stat : 17971 (java) S 17963 17965 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1985027136 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17972] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17972/stat : 17972 (java) S 17963 17965 12892 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1985027136 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17973] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17973/stat : 17973 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17974] ppid=17963 vsize=816288 CPUtime=1.77
/proc/17965/task/17974/stat : 17974 (java) S 17963 17965 12892 0 -1 64 5248 0 2 0 175 2 0 0 16 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17975] ppid=17963 vsize=816288 CPUtime=2.11
/proc/17965/task/17975/stat : 17975 (java) S 17963 17965 12892 0 -1 64 4560 0 1 0 209 2 0 0 17 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17976] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17976/stat : 17976 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17977] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17977/stat : 17977 (java) S 17963 17965 12892 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1985027140 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17965/tid=17978] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17978/stat : 17978 (java) S 17963 17965 12892 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1985052372 835878912 173493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 256
Current children cumulated vsize (KiB) 816288

[startup+257.502 s]
/proc/loadavg: 2.06 2.08 2.03 3/84 17978
/proc/meminfo: memFree=1043640/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=816288 CPUtime=256.4
/proc/17965/stat : 17965 (java) S 17963 17965 12892 0 -1 0 244299 0 4 0 25538 102 0 0 18 0 12 0 1985027131 835878912 173494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 204072 173494 1409 9 0 201434 0
[pid=17965/tid=17966] ppid=17963 vsize=816288 CPUtime=91
/proc/17965/task/17966/stat : 17966 (java) S 17963 17965 12892 0 -1 64 17522 0 1 0 9089 11 0 0 16 0 12 0 1985027133 835878912 173494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17968] ppid=17963 vsize=816288 CPUtime=2.1
/proc/17965/task/17968/stat : 17968 (java) S 17963 17965 12892 0 -1 64 77770 0 0 0 181 29 0 0 16 0 12 0 1985027134 835878912 173494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17969] ppid=17963 vsize=816288 CPUtime=2.07
/proc/17965/task/17969/stat : 17969 (java) S 17963 17965 12892 0 -1 64 74629 0 0 0 180 27 0 0 15 0 12 0 1985027134 835878912 173494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17970] ppid=17963 vsize=816288 CPUtime=157.29
/proc/17965/task/17970/stat : 17970 (java) R 17963 17965 12892 0 -1 64 63797 0 0 0 15701 28 0 0 25 0 12 0 1985027136 835878912 173494 996147200 134512640 134550740 4294956032 18446744073709551615 105678649 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17971] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17971/stat : 17971 (java) S 17963 17965 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1985027136 835878912 173494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17972] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17972/stat : 17972 (java) S 17963 17965 12892 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985027136 835878912 173494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17973] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17973/stat : 17973 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1985027140 835878912 173494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17974] ppid=17963 vsize=816288 CPUtime=1.77
/proc/17965/task/17974/stat : 17974 (java) S 17963 17965 12892 0 -1 64 5248 0 2 0 175 2 0 0 16 0 12 0 1985027140 835878912 173494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17975] ppid=17963 vsize=816288 CPUtime=2.11
/proc/17965/task/17975/stat : 17975 (java) S 17963 17965 12892 0 -1 64 4560 0 1 0 209 2 0 0 17 0 12 0 1985027140 835878912 173494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17976] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17976/stat : 17976 (java) S 17963 17965 12892 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1985027140 835878912 173494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17965/tid=17977] ppid=17963 vsize=816288 CPUtime=0
/proc/17965/task/17977/stat : 17977 (java) S 17963 17965 12892 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985027140 835878912 173494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 256.4
Current children cumulated vsize (KiB) 816288

[startup+257.602 s]
/proc/loadavg: 2.06 2.08 2.03 3/84 17978
/proc/meminfo: memFree=1043640/2055920 swapFree=4179444/4192956
[pid=17965] ppid=17963 vsize=0 CPUtime=256.46
/proc/17965/stat : 17965 (java) Z 17963 17965 12892 0 -1 12 244303 0 4 0 25539 107 0 0 16 0 2 0 1985027131 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17965/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 256.46
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 257.667
CPU time (s): 256.536
CPU user time (s): 255.399
CPU system time (s): 1.13683
CPU usage (%): 99.5612
Max. virtual memory (cumulated for all children) (KiB): 827972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.399
system time used= 1.13683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244303
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7616
involuntary context switches= 6312

runsolver used 0.342947 second user time and 0.732888 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-03 06:48:43
IDJOB=1055900
IDBENCH=57389
IDSOLVER=344
FILE ID=node10/1055900-1215060523
PBS_JOBID= 7875154
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2ba2a764a757f9f5d70ed9cb063b7290
RANDOM SEED=271663979

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1736064 kB
Buffers:         56768 kB
Cached:         151640 kB
SwapCached:       7560 kB
Active:         152912 kB
Inactive:        91352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736064 kB
SwapTotal:     4192956 kB
SwapFree:      4179444 kB
Dirty:            2344 kB
Writeback:           0 kB
Mapped:          43160 kB
Slab:            60716 kB
Committed_AS:  3299580 kB
PageTables:       1952 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node10 at 2008-07-03 06:53:00