Trace number 1042708

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? 112.215 111.106

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-20.xml
MD5SUM83883806705727ca3a0004ae8dbf9fd1
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints481
Maximum constraint arity400
Maximum domain size400
Number of constraints which are defined in extension400
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(81)

Solver Data (download as text)

0.18/0.27	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.27	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.27	c See www.sat4j.org for details.
0.18/0.27	c That software uses the Rhino library from the Mozilla project.
0.32/0.31	c version 9.9.9.token
0.32/0.31	c sun.arch.data.model	32
0.32/0.31	c java.version	1.6.0_06
0.32/0.31	c os.name	Linux
0.32/0.31	c os.version	2.6.9-22.EL.rootsmp
0.32/0.31	c os.arch	i386
0.32/0.31	c Free memory 669864272
0.32/0.31	c Max memory 672137216
0.32/0.31	c Total memory 672137216
0.32/0.31	c Number of processors 2
0.32/0.35	c c --- Begin Solver configuration ---
0.32/0.35	c Stops conflict analysis at the first Unique Implication Point
0.32/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.32/0.35	c Learn all clauses as in MiniSAT
0.32/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.32/0.35	c Expensive reason simplification
0.32/0.35	c MiniSAT restarts strategy
0.32/0.35	c timeout=2147483s
0.32/0.35	c DB Simplification allowed=false
0.32/0.35	c --- End Solver configuration ---
0.32/0.35	c solving HOME/instance-1042708-1215003750.xml
0.32/0.35	c reading problem ... 
0.63/0.61	c reading problem named null
0.63/0.61	c reading domains done.
0.63/0.62	c reading variables done.
1.32/1.35	c reading relations done.
1.42/1.43	c reading constraints
102.36/101.29	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
102.36/101.29		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
102.36/101.29		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
102.36/101.29		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
102.36/101.29		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
102.36/101.29		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
102.36/101.29		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
102.36/101.29		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
102.36/101.29		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
102.36/101.29		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
102.36/101.29		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
102.36/101.29		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
102.36/101.29		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
102.36/101.29		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
102.36/101.29		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
102.36/101.29		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
102.36/101.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
102.36/101.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
102.36/101.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
102.36/101.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
102.36/101.29		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
102.36/101.29		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
102.36/101.29		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
102.36/101.29		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
102.36/101.29		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
102.36/101.29		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
102.36/101.29		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
102.36/101.29		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
102.36/101.29		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
102.36/101.29		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
111.85/110.70	c starts		: 0
111.85/110.70	c conflicts		: 0
111.85/110.70	c decisions		: 0
111.85/110.70	c propagations		: 0
111.85/110.70	c inspects		: 0
111.85/110.70	c learnt literals	: 0
111.85/110.70	c learnt binary clauses	: 0
111.85/110.70	c learnt ternary clauses	: 0
111.85/110.70	c learnt clauses	: 0
111.85/110.70	c ignored clauses	: 0
111.85/110.70	c root simplifications	: 0
111.85/110.70	c removed literals (reason simplification)	: 0
111.85/110.70	c reason swapping (by a shorter reason)	: 0
111.85/110.70	c Calls to reduceDB	: 0
111.85/110.70	c speed (assignments/second)	: 0.0
111.85/110.70	c non guided choices	0
111.85/110.70	s UNKNOWN
111.85/110.70	c Total wall clock time (in seconds) : 100.941

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

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


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.95 3/74 15648
/proc/meminfo: memFree=895840/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=200 CPUtime=0
/proc/15648/stat : 15648 (java) R 15646 15648 13070 0 -1 0 218 0 0 0 0 0 0 0 18 0 1 0 984779657 204800 33 996147200 134512640 134550740 4294956032 18446744073709551615 10535716 0 0 4096 0 0 0 0 17 0 0 0
/proc/15648/statm: 68 37 28 9 0 6 0

[startup+0.022327 s]
/proc/loadavg: 1.93 1.98 1.95 3/74 15648
/proc/meminfo: memFree=895840/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=13576 CPUtime=0
/proc/15648/stat : 15648 (java) S 15646 15648 13070 0 -1 0 891 0 0 0 0 0 0 0 18 0 2 0 984779657 13901824 639 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15648/statm: 3394 639 299 9 0 1246 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13576

[startup+0.101334 s]
/proc/loadavg: 1.93 1.98 1.95 3/74 15648
/proc/meminfo: memFree=895840/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=802236 CPUtime=0.07
/proc/15648/stat : 15648 (java) S 15646 15648 13070 0 -1 0 2878 0 1 0 5 2 0 0 18 0 7 0 984779657 821489664 2613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/15648/statm: 200559 2614 1014 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.301356 s]
/proc/loadavg: 1.93 1.98 1.95 3/74 15648
/proc/meminfo: memFree=895840/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=808752 CPUtime=0.32
/proc/15648/stat : 15648 (java) S 15646 15648 13070 0 -1 0 5079 0 1 0 28 4 0 0 18 0 12 0 984779657 828162048 4408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15648/statm: 202188 4408 1310 9 0 199557 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 808752

[startup+0.701395 s]
/proc/loadavg: 1.93 1.98 1.95 3/74 15648
/proc/meminfo: memFree=895840/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=808780 CPUtime=0.73
/proc/15648/stat : 15648 (java) S 15646 15648 13070 0 -1 0 6170 0 1 0 67 6 0 0 18 0 12 0 984779657 828190720 5497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15648/statm: 202195 5497 1337 9 0 199557 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 808780

[startup+1.50248 s]
/proc/loadavg: 1.94 1.98 1.95 4/86 15660
/proc/meminfo: memFree=873344/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=808780 CPUtime=1.52
/proc/15648/stat : 15648 (java) S 15646 15648 13070 0 -1 0 16144 0 1 0 141 11 0 0 18 0 12 0 984779657 828190720 14799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15648/statm: 202195 14799 1347 9 0 199557 0
[pid=15648/tid=15650] ppid=15646 vsize=808780 CPUtime=0.8
/proc/15648/task/15650/stat : 15650 (java) R 15646 15648 13070 0 -1 64 13190 0 1 0 71 9 0 0 22 0 12 0 984779658 828190720 14799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15651] ppid=15646 vsize=808780 CPUtime=0
/proc/15648/task/15651/stat : 15651 (java) S 15646 15648 13070 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 984779661 828190720 14799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15652] ppid=15646 vsize=808780 CPUtime=0
/proc/15648/task/15652/stat : 15652 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 984779661 828190720 14799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15653] ppid=15646 vsize=808780 CPUtime=0
/proc/15648/task/15653/stat : 15653 (java) S 15646 15648 13070 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 984779663 828190720 14799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15654] ppid=15646 vsize=808780 CPUtime=0
/proc/15648/task/15654/stat : 15654 (java) S 15646 15648 13070 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 984779664 828190720 14799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15655] ppid=15646 vsize=808780 CPUtime=0
/proc/15648/task/15655/stat : 15655 (java) S 15646 15648 13070 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 984779664 828190720 14799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15656] ppid=15646 vsize=808780 CPUtime=0
/proc/15648/task/15656/stat : 15656 (java) S 15646 15648 13070 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 984779668 828190720 14799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15657] ppid=15646 vsize=808780 CPUtime=0.42
/proc/15648/task/15657/stat : 15657 (java) S 15646 15648 13070 0 -1 64 1231 0 0 0 42 0 0 0 16 0 12 0 984779668 828190720 14799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15658] ppid=15646 vsize=808780 CPUtime=0.27
/proc/15648/task/15658/stat : 15658 (java) R 15646 15648 13070 0 -1 64 961 0 0 0 27 0 0 0 16 0 12 0 984779668 828190720 14799 996147200 134512640 134550740 4294956032 18446744073709551615 106091917 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15659] ppid=15646 vsize=808780 CPUtime=0
/proc/15648/task/15659/stat : 15659 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 984779668 828190720 14799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15660] ppid=15646 vsize=808780 CPUtime=0
/proc/15648/task/15660/stat : 15660 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 984779668 828190720 14799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 808780

[startup+3.10264 s]
/proc/loadavg: 1.94 1.98 1.95 5/86 15660
/proc/meminfo: memFree=790848/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=813776 CPUtime=3.58
/proc/15648/stat : 15648 (java) S 15646 15648 13070 0 -1 0 45792 0 1 0 332 26 0 0 18 0 12 0 984779657 833306624 40799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15648/statm: 203444 40799 1353 9 0 200806 0
[pid=15648/tid=15650] ppid=15646 vsize=813776 CPUtime=1.45
/proc/15648/task/15650/stat : 15650 (java) R 15646 15648 13070 0 -1 64 17082 0 1 0 134 11 0 0 18 0 12 0 984779658 833306624 40799 996147200 134512640 134550740 4294956032 18446744073709551615 4109669320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15648/tid=15651] ppid=15646 vsize=813776 CPUtime=0.6
/proc/15648/task/15651/stat : 15651 (java) S 15646 15648 13070 0 -1 64 13463 0 0 0 53 7 0 0 16 0 12 0 984779661 833306624 40799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15648/tid=15652] ppid=15646 vsize=813776 CPUtime=0.59
/proc/15648/task/15652/stat : 15652 (java) S 15646 15648 13070 0 -1 64 11254 0 0 0 55 4 0 0 18 0 12 0 984779661 833306624 40799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15648/tid=15653] ppid=15646 vsize=813776 CPUtime=0
/proc/15648/task/15653/stat : 15653 (java) S 15646 15648 13070 0 -1 64 29 0 0 0 0 0 0 0 17 0 12 0 984779663 833306624 40799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15648/tid=15654] ppid=15646 vsize=813776 CPUtime=0
/proc/15648/task/15654/stat : 15654 (java) S 15646 15648 13070 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 984779664 833306624 40799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15655] ppid=15646 vsize=813776 CPUtime=0
/proc/15648/task/15655/stat : 15655 (java) S 15646 15648 13070 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 984779664 833306624 40799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15656] ppid=15646 vsize=813776 CPUtime=0
/proc/15648/task/15656/stat : 15656 (java) S 15646 15648 13070 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 984779668 833306624 40799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15657] ppid=15646 vsize=813776 CPUtime=0.58
/proc/15648/task/15657/stat : 15657 (java) S 15646 15648 13070 0 -1 64 2243 0 0 0 58 0 0 0 17 0 12 0 984779668 833306624 40799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15658] ppid=15646 vsize=813776 CPUtime=0.29
/proc/15648/task/15658/stat : 15658 (java) S 15646 15648 13070 0 -1 64 962 0 0 0 29 0 0 0 16 0 12 0 984779668 833306624 40799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15659] ppid=15646 vsize=813776 CPUtime=0
/proc/15648/task/15659/stat : 15659 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 984779668 833306624 40799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15660] ppid=15646 vsize=813776 CPUtime=0
/proc/15648/task/15660/stat : 15660 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 984779668 833306624 40799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 813776

[startup+6.30298 s]
/proc/loadavg: 1.94 1.98 1.95 4/86 15660
/proc/meminfo: memFree=621696/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=824480 CPUtime=7.5
/proc/15648/stat : 15648 (java) S 15646 15648 13070 0 -1 0 88781 0 1 0 703 47 0 0 18 0 12 0 984779657 844267520 79256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15648/statm: 206120 79256 1353 9 0 203482 0
[pid=15648/tid=15650] ppid=15646 vsize=824480 CPUtime=2.49
/proc/15648/task/15650/stat : 15650 (java) R 15646 15648 13070 0 -1 64 17089 0 1 0 238 11 0 0 16 0 12 0 984779658 844267520 79256 996147200 134512640 134550740 4294956032 18446744073709551615 4109709460 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15651] ppid=15646 vsize=824480 CPUtime=1.86
/proc/15648/task/15651/stat : 15651 (java) R 15646 15648 13070 0 -1 64 33681 0 0 0 170 16 0 0 22 0 12 0 984779661 844267520 79256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15652] ppid=15646 vsize=824480 CPUtime=2.21
/proc/15648/task/15652/stat : 15652 (java) R 15646 15648 13070 0 -1 64 34018 0 0 0 205 16 0 0 21 0 12 0 984779661 844267520 79256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15653] ppid=15646 vsize=824480 CPUtime=0
/proc/15648/task/15653/stat : 15653 (java) S 15646 15648 13070 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 984779663 844267520 79256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15654] ppid=15646 vsize=824480 CPUtime=0
/proc/15648/task/15654/stat : 15654 (java) S 15646 15648 13070 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 984779664 844267520 79256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15655] ppid=15646 vsize=824480 CPUtime=0
/proc/15648/task/15655/stat : 15655 (java) S 15646 15648 13070 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 984779664 844267520 79256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15656] ppid=15646 vsize=824480 CPUtime=0
/proc/15648/task/15656/stat : 15656 (java) S 15646 15648 13070 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 984779668 844267520 79256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15657] ppid=15646 vsize=824480 CPUtime=0.58
/proc/15648/task/15657/stat : 15657 (java) S 15646 15648 13070 0 -1 64 2243 0 0 0 58 0 0 0 17 0 12 0 984779668 844267520 79256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15658] ppid=15646 vsize=824480 CPUtime=0.29
/proc/15648/task/15658/stat : 15658 (java) S 15646 15648 13070 0 -1 64 962 0 0 0 29 0 0 0 16 0 12 0 984779668 844267520 79256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15659] ppid=15646 vsize=824480 CPUtime=0
/proc/15648/task/15659/stat : 15659 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 984779668 844267520 79256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15660] ppid=15646 vsize=824480 CPUtime=0
/proc/15648/task/15660/stat : 15660 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 984779668 844267520 79256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 824480

[startup+12.7026 s]
/proc/loadavg: 2.10 2.02 1.96 4/86 15660
/proc/meminfo: memFree=384192/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=824316 CPUtime=13.9
/proc/15648/stat : 15648 (java) S 15646 15648 13070 0 -1 0 154455 0 1 0 1310 80 0 0 18 0 12 0 984779657 844099584 144877 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15648/statm: 206079 144889 1353 9 0 203441 0
[pid=15648/tid=15650] ppid=15646 vsize=824316 CPUtime=4.49
/proc/15648/task/15650/stat : 15650 (java) R 15646 15648 13070 0 -1 64 35520 0 1 0 427 22 0 0 17 0 12 0 984779658 844099584 144895 996147200 134512640 134550740 4294956032 18446744073709551615 104119558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15651] ppid=15646 vsize=824316 CPUtime=2.15
/proc/15648/task/15651/stat : 15651 (java) R 15646 15648 13070 0 -1 64 36100 0 0 0 198 17 0 0 25 0 12 0 984779661 844099584 144906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15652] ppid=15646 vsize=824316 CPUtime=6.3
/proc/15648/task/15652/stat : 15652 (java) S 15646 15648 13070 0 -1 64 78859 0 0 0 592 38 0 0 18 0 12 0 984779661 844099584 144909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15653] ppid=15646 vsize=824316 CPUtime=0
/proc/15648/task/15653/stat : 15653 (java) S 15646 15648 13070 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 984779663 844099584 144909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15654] ppid=15646 vsize=824316 CPUtime=0
/proc/15648/task/15654/stat : 15654 (java) S 15646 15648 13070 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 984779664 844099584 144909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15655] ppid=15646 vsize=824316 CPUtime=0
/proc/15648/task/15655/stat : 15655 (java) S 15646 15648 13070 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 984779664 844099584 144909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15656] ppid=15646 vsize=824316 CPUtime=0
/proc/15648/task/15656/stat : 15656 (java) S 15646 15648 13070 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 984779668 844099584 144909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15657] ppid=15646 vsize=824316 CPUtime=0.6
/proc/15648/task/15657/stat : 15657 (java) S 15646 15648 13070 0 -1 64 2245 0 0 0 60 0 0 0 16 0 12 0 984779668 844099584 144909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15658] ppid=15646 vsize=824316 CPUtime=0.3
/proc/15648/task/15658/stat : 15658 (java) S 15646 15648 13070 0 -1 64 962 0 0 0 30 0 0 0 16 0 12 0 984779668 844099584 144909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15659] ppid=15646 vsize=824316 CPUtime=0
/proc/15648/task/15659/stat : 15659 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 984779668 844099584 144909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15660] ppid=15646 vsize=824316 CPUtime=0
/proc/15648/task/15660/stat : 15660 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 984779668 844099584 144909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.9
Current children cumulated vsize (KiB) 824316

[startup+25.502 s]
/proc/loadavg: 2.16 2.03 1.96 3/86 15660
/proc/meminfo: memFree=146112/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=888320 CPUtime=26.69
/proc/15648/stat : 15648 (java) S 15646 15648 13070 0 -1 0 233040 0 1 0 2548 121 0 0 18 0 12 0 984779657 909639680 191189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15648/statm: 222080 191189 1360 9 0 219442 0
[pid=15648/tid=15650] ppid=15646 vsize=888320 CPUtime=5.61
/proc/15648/task/15650/stat : 15650 (java) S 15646 15648 13070 0 -1 64 35542 0 1 0 539 22 0 0 18 0 12 0 984779658 909639680 191189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15651] ppid=15646 vsize=888320 CPUtime=2.38
/proc/15648/task/15651/stat : 15651 (java) S 15646 15648 13070 0 -1 64 37195 0 0 0 221 17 0 0 17 0 12 0 984779661 909639680 191189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15652] ppid=15646 vsize=888320 CPUtime=8.38
/proc/15648/task/15652/stat : 15652 (java) S 15646 15648 13070 0 -1 64 101261 0 0 0 789 49 0 0 16 0 12 0 984779661 909639680 191189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15653] ppid=15646 vsize=888320 CPUtime=9.35
/proc/15648/task/15653/stat : 15653 (java) R 15646 15648 13070 0 -1 64 55075 0 0 0 906 29 0 0 25 0 12 0 984779663 909639680 191189 996147200 134512640 134550740 4294956032 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15654] ppid=15646 vsize=888320 CPUtime=0
/proc/15648/task/15654/stat : 15654 (java) S 15646 15648 13070 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 984779664 909639680 191189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15655] ppid=15646 vsize=888320 CPUtime=0
/proc/15648/task/15655/stat : 15655 (java) S 15646 15648 13070 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 984779664 909639680 191189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15656] ppid=15646 vsize=888320 CPUtime=0
/proc/15648/task/15656/stat : 15656 (java) S 15646 15648 13070 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 984779668 909639680 191189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=15648/tid=15654] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15654/stat : 15654 (java) S 15646 15648 13070 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 984779664 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15655] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15655/stat : 15655 (java) S 15646 15648 13070 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 984779664 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15656] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15656/stat : 15656 (java) S 15646 15648 13070 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15657] ppid=15646 vsize=826644 CPUtime=0.6
/proc/15648/task/15657/stat : 15657 (java) S 15646 15648 13070 0 -1 64 2245 0 0 0 60 0 0 0 16 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15658] ppid=15646 vsize=826644 CPUtime=0.3
/proc/15648/task/15658/stat : 15658 (java) S 15646 15648 13070 0 -1 64 962 0 0 0 30 0 0 0 16 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15659] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15659/stat : 15659 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15660] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15660/stat : 15660 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15689] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15689/stat : 15689 (java) S 15646 15648 13070 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 984789787 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 106.66
Current children cumulated vsize (KiB) 826644

[startup+108.703 s]
/proc/loadavg: 2.04 2.02 1.96 3/85 15689
/proc/meminfo: memFree=1192136/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=826644 CPUtime=109.85
/proc/15648/stat : 15648 (java) S 15646 15648 13070 0 -1 0 716194 0 1 0 10604 381 0 0 18 0 13 0 984779657 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15648/statm: 206661 175702 1363 9 0 204023 0
[pid=15648/tid=15650] ppid=15646 vsize=826644 CPUtime=6.05
/proc/15648/task/15650/stat : 15650 (java) S 15646 15648 13070 0 -1 64 35565 0 1 0 583 22 0 0 18 0 13 0 984779658 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15651] ppid=15646 vsize=826644 CPUtime=2.38
/proc/15648/task/15651/stat : 15651 (java) S 15646 15648 13070 0 -1 64 37195 0 0 0 221 17 0 0 17 0 13 0 984779661 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15652] ppid=15646 vsize=826644 CPUtime=8.38
/proc/15648/task/15652/stat : 15652 (java) S 15646 15648 13070 0 -1 64 101261 0 0 0 789 49 0 0 16 0 13 0 984779661 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15653] ppid=15646 vsize=826644 CPUtime=92.08
/proc/15648/task/15653/stat : 15653 (java) R 15646 15648 13070 0 -1 64 538201 0 0 0 8918 290 0 0 25 0 13 0 984779663 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 105852587 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15654] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15654/stat : 15654 (java) S 15646 15648 13070 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 984779664 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15655] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15655/stat : 15655 (java) S 15646 15648 13070 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 984779664 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15656] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15656/stat : 15656 (java) S 15646 15648 13070 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15657] ppid=15646 vsize=826644 CPUtime=0.6
/proc/15648/task/15657/stat : 15657 (java) S 15646 15648 13070 0 -1 64 2245 0 0 0 60 0 0 0 16 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15658] ppid=15646 vsize=826644 CPUtime=0.3
/proc/15648/task/15658/stat : 15658 (java) S 15646 15648 13070 0 -1 64 962 0 0 0 30 0 0 0 16 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15659] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15659/stat : 15659 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15660] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15660/stat : 15660 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15689] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15689/stat : 15689 (java) S 15646 15648 13070 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 984789787 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 109.85
Current children cumulated vsize (KiB) 826644

[startup+110.302 s]
/proc/loadavg: 2.04 2.02 1.96 3/85 15689
/proc/meminfo: memFree=1192136/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=826644 CPUtime=111.45
/proc/15648/stat : 15648 (java) S 15646 15648 13070 0 -1 0 716194 0 1 0 10764 381 0 0 18 0 13 0 984779657 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15648/statm: 206661 175702 1363 9 0 204023 0
[pid=15648/tid=15650] ppid=15646 vsize=826644 CPUtime=6.05
/proc/15648/task/15650/stat : 15650 (java) S 15646 15648 13070 0 -1 64 35565 0 1 0 583 22 0 0 18 0 13 0 984779658 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15651] ppid=15646 vsize=826644 CPUtime=2.38
/proc/15648/task/15651/stat : 15651 (java) S 15646 15648 13070 0 -1 64 37195 0 0 0 221 17 0 0 17 0 13 0 984779661 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15652] ppid=15646 vsize=826644 CPUtime=8.38
/proc/15648/task/15652/stat : 15652 (java) S 15646 15648 13070 0 -1 64 101261 0 0 0 789 49 0 0 16 0 13 0 984779661 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15653] ppid=15646 vsize=826644 CPUtime=93.68
/proc/15648/task/15653/stat : 15653 (java) R 15646 15648 13070 0 -1 64 538201 0 0 0 9078 290 0 0 25 0 13 0 984779663 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15654] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15654/stat : 15654 (java) S 15646 15648 13070 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 984779664 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15655] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15655/stat : 15655 (java) S 15646 15648 13070 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 984779664 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15656] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15656/stat : 15656 (java) S 15646 15648 13070 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15657] ppid=15646 vsize=826644 CPUtime=0.6
/proc/15648/task/15657/stat : 15657 (java) S 15646 15648 13070 0 -1 64 2245 0 0 0 60 0 0 0 16 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15658] ppid=15646 vsize=826644 CPUtime=0.3
/proc/15648/task/15658/stat : 15658 (java) S 15646 15648 13070 0 -1 64 962 0 0 0 30 0 0 0 16 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15659] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15659/stat : 15659 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15660] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15660/stat : 15660 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15689] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15689/stat : 15689 (java) S 15646 15648 13070 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 984789787 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 111.45
Current children cumulated vsize (KiB) 826644

[startup+110.702 s]
/proc/loadavg: 2.04 2.02 1.96 3/85 15689
/proc/meminfo: memFree=1192136/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=826644 CPUtime=111.85
/proc/15648/stat : 15648 (java) S 15646 15648 13070 0 -1 0 716194 0 1 0 10804 381 0 0 18 0 13 0 984779657 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15648/statm: 206661 175702 1363 9 0 204023 0
[pid=15648/tid=15650] ppid=15646 vsize=826644 CPUtime=6.05
/proc/15648/task/15650/stat : 15650 (java) S 15646 15648 13070 0 -1 64 35565 0 1 0 583 22 0 0 18 0 13 0 984779658 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15651] ppid=15646 vsize=826644 CPUtime=2.38
/proc/15648/task/15651/stat : 15651 (java) S 15646 15648 13070 0 -1 64 37195 0 0 0 221 17 0 0 17 0 13 0 984779661 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15652] ppid=15646 vsize=826644 CPUtime=8.38
/proc/15648/task/15652/stat : 15652 (java) S 15646 15648 13070 0 -1 64 101261 0 0 0 789 49 0 0 16 0 13 0 984779661 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15653] ppid=15646 vsize=826644 CPUtime=94.08
/proc/15648/task/15653/stat : 15653 (java) R 15646 15648 13070 0 -1 64 538201 0 0 0 9118 290 0 0 25 0 13 0 984779663 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15654] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15654/stat : 15654 (java) S 15646 15648 13070 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 984779664 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15655] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15655/stat : 15655 (java) S 15646 15648 13070 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 984779664 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15656] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15656/stat : 15656 (java) S 15646 15648 13070 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15657] ppid=15646 vsize=826644 CPUtime=0.6
/proc/15648/task/15657/stat : 15657 (java) S 15646 15648 13070 0 -1 64 2245 0 0 0 60 0 0 0 16 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15658] ppid=15646 vsize=826644 CPUtime=0.3
/proc/15648/task/15658/stat : 15658 (java) S 15646 15648 13070 0 -1 64 962 0 0 0 30 0 0 0 16 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15659] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15659/stat : 15659 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15660] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15660/stat : 15660 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 984779668 846483456 175702 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15689] ppid=15646 vsize=826644 CPUtime=0
/proc/15648/task/15689/stat : 15689 (java) S 15646 15648 13070 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 984789787 846483456 175201 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 111.85
Current children cumulated vsize (KiB) 826644

[startup+110.902 s]
/proc/loadavg: 2.04 2.02 1.96 3/85 15689
/proc/meminfo: memFree=1192136/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=824640 CPUtime=112.06
/proc/15648/stat : 15648 (java) S 15646 15648 13070 0 -1 0 716196 0 1 0 10824 382 0 0 18 0 12 0 984779657 844431360 175202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15648/statm: 206160 175202 1364 9 0 203522 0
[pid=15648/tid=15650] ppid=15646 vsize=824640 CPUtime=6.05
/proc/15648/task/15650/stat : 15650 (java) S 15646 15648 13070 0 -1 64 35565 0 1 0 583 22 0 0 16 0 12 0 984779658 844431360 175202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15651] ppid=15646 vsize=824640 CPUtime=2.38
/proc/15648/task/15651/stat : 15651 (java) S 15646 15648 13070 0 -1 64 37195 0 0 0 221 17 0 0 17 0 12 0 984779661 844431360 175202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15652] ppid=15646 vsize=824640 CPUtime=8.38
/proc/15648/task/15652/stat : 15652 (java) S 15646 15648 13070 0 -1 64 101261 0 0 0 789 49 0 0 16 0 12 0 984779661 844431360 175202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15653] ppid=15646 vsize=824640 CPUtime=94.28
/proc/15648/task/15653/stat : 15653 (java) R 15646 15648 13070 0 -1 64 538201 0 0 0 9138 290 0 0 25 0 12 0 984779663 844431360 175202 996147200 134512640 134550740 4294956032 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15654] ppid=15646 vsize=824640 CPUtime=0
/proc/15648/task/15654/stat : 15654 (java) S 15646 15648 13070 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 984779664 844431360 175202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15655] ppid=15646 vsize=824640 CPUtime=0
/proc/15648/task/15655/stat : 15655 (java) S 15646 15648 13070 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 984779664 844431360 175202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15656] ppid=15646 vsize=824640 CPUtime=0
/proc/15648/task/15656/stat : 15656 (java) S 15646 15648 13070 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 984779668 844431360 175202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15657] ppid=15646 vsize=824640 CPUtime=0.6
/proc/15648/task/15657/stat : 15657 (java) S 15646 15648 13070 0 -1 64 2245 0 0 0 60 0 0 0 16 0 12 0 984779668 844431360 175202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15658] ppid=15646 vsize=824640 CPUtime=0.3
/proc/15648/task/15658/stat : 15658 (java) S 15646 15648 13070 0 -1 64 962 0 0 0 30 0 0 0 16 0 12 0 984779668 844431360 175202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15659] ppid=15646 vsize=824640 CPUtime=0
/proc/15648/task/15659/stat : 15659 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 984779668 844431360 175202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15660] ppid=15646 vsize=824640 CPUtime=0
/proc/15648/task/15660/stat : 15660 (java) S 15646 15648 13070 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 984779668 844431360 175202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 112.06
Current children cumulated vsize (KiB) 824640

[startup+111.002 s]
/proc/loadavg: 2.03 2.02 1.96 2/84 15689
/proc/meminfo: memFree=1194120/2055920 swapFree=4180832/4192956
[pid=15648] ppid=15646 vsize=824640 CPUtime=112.11
/proc/15648/stat : 15648 (java) S 15646 15648 13070 0 -1 0 716197 0 1 0 10829 382 0 0 18 0 12 0 984779657 844431360 175202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15648/statm: 206160 175202 1364 9 0 203522 0
[pid=15648/tid=15650] ppid=15646 vsize=824640 CPUtime=6.05
/proc/15648/task/15650/stat : 15650 (java) R 15646 15648 13070 0 -1 64 35565 0 1 0 583 22 0 0 16 0 10 0 984779658 844431360 175205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15651] ppid=15646 vsize=824640 CPUtime=2.38
/proc/15648/task/15651/stat : 15651 (java) S 15646 15648 13070 0 -1 64 37195 0 0 0 221 17 0 0 17 0 10 0 984779661 844431360 175205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15652] ppid=15646 vsize=824640 CPUtime=8.38
/proc/15648/task/15652/stat : 15652 (java) S 15646 15648 13070 0 -1 64 101261 0 0 0 789 49 0 0 16 0 9 0 984779661 844431360 175205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15653] ppid=15646 vsize=824640 CPUtime=94.33
/proc/15648/task/15653/stat : 15653 (java) R 15646 15648 13070 0 -1 64 538201 0 0 0 9143 290 0 0 24 0 9 0 984779663 844431360 175205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15648/tid=15654] ppid=-1 vsize=0 CPUtime=0
/proc/15648/task/15654/stat : -- couldn't open stat file --[pid=15648/tid=15655] ppid=-1 vsize=0 CPUtime=0
/proc/15648/task/15655/stat : -- couldn't open stat file --[pid=15648/tid=15657] ppid=-1 vsize=0 CPUtime=0
/proc/15648/task/15657/stat : -- couldn't open stat file --[pid=15648/tid=15658] ppid=-1 vsize=0 CPUtime=0
/proc/15648/task/15658/stat : -- couldn't open stat file --[pid=15648/tid=15659] ppid=-1 vsize=0 CPUtime=0
/proc/15648/task/15659/stat : -- couldn't open stat file --Current children cumulated CPU time (s) 112.11
Current children cumulated vsize (KiB) 824640

Child status: 1
Real time (s): 111.106
CPU time (s): 112.215
CPU user time (s): 108.295
CPU system time (s): 3.9204
CPU usage (%): 100.998
Max. virtual memory (cumulated for all children) (KiB): 920324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.295
system time used= 3.9204
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 716200
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2864
involuntary context switches= 3233

runsolver used 0.157975 second user time and 0.395939 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-02 15:02:30
IDJOB=1042708
IDBENCH=53933
IDSOLVER=344
FILE ID=node2/1042708-1215003750
PBS_JOBID= 7870919
Free space on /tmp= 66220 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 83883806705727ca3a0004ae8dbf9fd1
RANDOM SEED=593408136

node2.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.236
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.236
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:        896320 kB
Buffers:         11108 kB
Cached:         401472 kB
SwapCached:       5960 kB
Active:        1077648 kB
Inactive:        19964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        896320 kB
SwapTotal:     4192956 kB
SwapFree:      4180832 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:         692104 kB
Slab:            45608 kB
Committed_AS:  2131472 kB
PageTables:       3472 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= 66552 MiB
End job on node2 at 2008-07-02 15:04:22