Trace number 1092518

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? 221.418 221.343

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-100-0.xml
MD5SUM694094fc9258bd0927570f73a0c21c65
Bench Category2-ARY-INT (binary constraints in intension)
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 variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1663
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 19965
/proc/meminfo: memFree=1723152/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=18572 CPUtime=0
/proc/19965/stat : 19965 (runsolver) R 19963 19965 18009 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 692695781 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/19965/statm: 4643 292 257 25 0 2626 0

[startup+0.050819 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 19965
/proc/meminfo: memFree=1723152/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=802080 CPUtime=0.03
/proc/19965/stat : 19965 (java) S 19963 19965 18009 0 -1 0 2586 0 1 0 2 1 0 0 20 0 7 0 692695781 821329920 2321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19965/statm: 200520 2321 981 9 0 197903 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802080

[startup+0.101824 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 19965
/proc/meminfo: memFree=1723152/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=804612 CPUtime=0.08
/proc/19965/stat : 19965 (java) S 19963 19965 18009 0 -1 0 3008 0 1 0 6 2 0 0 20 0 12 0 692695781 823922688 2741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19965/statm: 201153 2741 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301849 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 19965
/proc/meminfo: memFree=1723152/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=807848 CPUtime=0.29
/proc/19965/stat : 19965 (java) S 19963 19965 18009 0 -1 0 4993 0 1 0 25 4 0 0 20 0 12 0 692695781 827236352 4320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19965/statm: 201962 4320 1308 9 0 199331 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807848

[startup+0.701901 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 19965
/proc/meminfo: memFree=1723152/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=807876 CPUtime=0.69
/proc/19965/stat : 19965 (java) S 19963 19965 18009 0 -1 0 6192 0 1 0 63 6 0 0 20 0 12 0 692695781 827265024 5453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19965/statm: 201969 5453 1335 9 0 199331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807876

[startup+1.503 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 19977
/proc/meminfo: memFree=1690480/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=812468 CPUtime=1.64
/proc/19965/stat : 19965 (java) S 19963 19965 18009 0 -1 0 32523 0 1 0 148 16 0 0 20 0 12 0 692695781 831967232 28614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19965/statm: 203117 28616 1347 9 0 200479 0
[pid=19965/tid=19967] ppid=19963 vsize=812468 CPUtime=0.72
/proc/19965/task/19967/stat : 19967 (java) R 19963 19965 18009 0 -1 64 16973 0 1 0 63 9 0 0 24 0 12 0 692695782 831967232 28618 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19968] ppid=19963 vsize=812468 CPUtime=0.16
/proc/19965/task/19968/stat : 19968 (java) R 19963 19965 18009 0 -1 64 7251 0 0 0 14 2 0 0 18 0 12 0 692695783 831967232 28620 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19969] ppid=19963 vsize=812468 CPUtime=0.16
/proc/19965/task/19969/stat : 19969 (java) R 19963 19965 18009 0 -1 64 5315 0 0 0 15 1 0 0 18 0 12 0 692695783 831967232 28621 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19970] ppid=19963 vsize=812468 CPUtime=0
/proc/19965/task/19970/stat : 19970 (java) S 19963 19965 18009 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 692695785 831967232 28623 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19971] ppid=19963 vsize=812468 CPUtime=0
/proc/19965/task/19971/stat : 19971 (java) S 19963 19965 18009 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 692695785 831967232 28624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19972] ppid=19963 vsize=812468 CPUtime=0
/proc/19965/task/19972/stat : 19972 (java) S 19963 19965 18009 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 692695785 831967232 28626 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19973] ppid=19963 vsize=812468 CPUtime=0
/proc/19965/task/19973/stat : 19973 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 831967232 28628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19974] ppid=19963 vsize=812468 CPUtime=0.2
/proc/19965/task/19974/stat : 19974 (java) S 19963 19965 18009 0 -1 64 424 0 0 0 20 0 0 0 16 0 12 0 692695790 831967232 28629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19975] ppid=19963 vsize=812468 CPUtime=0.34
/proc/19965/task/19975/stat : 19975 (java) S 19963 19965 18009 0 -1 64 1804 0 0 0 34 0 0 0 16 0 12 0 692695790 831967232 28631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19976] ppid=19963 vsize=812468 CPUtime=0
/proc/19965/task/19976/stat : 19976 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 831967232 28633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19977] ppid=19963 vsize=812468 CPUtime=0
/proc/19965/task/19977/stat : 19977 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 692695790 831967232 28634 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 812468

[startup+3.10219 s]
/proc/loadavg: 2.16 2.03 2.01 5/85 19977
/proc/meminfo: memFree=1559216/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=822776 CPUtime=3.69
/proc/19965/stat : 19965 (java) S 19963 19965 18009 0 -1 0 61535 0 1 0 340 29 0 0 20 0 12 0 692695781 842522624 48932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19965/statm: 205694 48932 1362 9 0 203056 0
[pid=19965/tid=19967] ppid=19963 vsize=822776 CPUtime=1.15
/proc/19965/task/19967/stat : 19967 (java) R 19963 19965 18009 0 -1 64 17242 0 1 0 105 10 0 0 24 0 12 0 692695782 842522624 48932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19968] ppid=19963 vsize=822776 CPUtime=0.65
/proc/19965/task/19968/stat : 19968 (java) S 19963 19965 18009 0 -1 64 17374 0 0 0 59 6 0 0 19 0 12 0 692695783 842522624 48932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19969] ppid=19963 vsize=822776 CPUtime=0.87
/proc/19965/task/19969/stat : 19969 (java) S 19963 19965 18009 0 -1 64 20139 0 0 0 79 8 0 0 21 0 12 0 692695783 842522624 48932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19970] ppid=19963 vsize=822776 CPUtime=0
/proc/19965/task/19970/stat : 19970 (java) S 19963 19965 18009 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 692695785 842522624 48932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19971] ppid=19963 vsize=822776 CPUtime=0
/proc/19965/task/19971/stat : 19971 (java) S 19963 19965 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 692695785 842522624 48932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19972] ppid=19963 vsize=822776 CPUtime=0
/proc/19965/task/19972/stat : 19972 (java) S 19963 19965 18009 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 692695785 842522624 48932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19973] ppid=19963 vsize=822776 CPUtime=0
/proc/19965/task/19973/stat : 19973 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 842522624 48932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19974] ppid=19963 vsize=822776 CPUtime=0.56
/proc/19965/task/19974/stat : 19974 (java) R 19963 19965 18009 0 -1 64 4164 0 0 0 55 1 0 0 18 0 12 0 692695790 842522624 48932 996147200 134512640 134550740 4294956016 18446744073709551615 103116447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19975] ppid=19963 vsize=822776 CPUtime=0.41
/proc/19965/task/19975/stat : 19975 (java) S 19963 19965 18009 0 -1 64 1826 0 0 0 40 1 0 0 16 0 12 0 692695790 842522624 48932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19976] ppid=19963 vsize=822776 CPUtime=0
/proc/19965/task/19976/stat : 19976 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 842522624 48932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19977] ppid=19963 vsize=822776 CPUtime=0
/proc/19965/task/19977/stat : 19977 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 692695790 842522624 48932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 822776

[startup+6.30159 s]
/proc/loadavg: 2.16 2.03 2.01 3/85 19977
/proc/meminfo: memFree=1505072/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=822640 CPUtime=6.91
/proc/19965/stat : 19965 (java) S 19963 19965 18009 0 -1 0 72444 0 1 0 658 33 0 0 20 0 12 0 692695781 842383360 58580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19965/statm: 205660 58580 1381 9 0 203022 0
[pid=19965/tid=19967] ppid=19963 vsize=822640 CPUtime=3.67
/proc/19965/task/19967/stat : 19967 (java) R 19963 19965 18009 0 -1 64 17254 0 1 0 357 10 0 0 25 0 12 0 692695782 842383360 58580 996147200 134512640 134550740 4294956016 18446744073709551615 4109318640 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19968] ppid=19963 vsize=822640 CPUtime=0.99
/proc/19965/task/19968/stat : 19968 (java) S 19963 19965 18009 0 -1 64 25181 0 0 0 90 9 0 0 16 0 12 0 692695783 842383360 58580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19969] ppid=19963 vsize=822640 CPUtime=1.1
/proc/19965/task/19969/stat : 19969 (java) S 19963 19965 18009 0 -1 64 23045 0 0 0 101 9 0 0 16 0 12 0 692695783 842383360 58580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19970] ppid=19963 vsize=822640 CPUtime=0
/proc/19965/task/19970/stat : 19970 (java) S 19963 19965 18009 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 692695785 842383360 58580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19971] ppid=19963 vsize=822640 CPUtime=0
/proc/19965/task/19971/stat : 19971 (java) S 19963 19965 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 692695785 842383360 58580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19972] ppid=19963 vsize=822640 CPUtime=0
/proc/19965/task/19972/stat : 19972 (java) S 19963 19965 18009 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 692695785 842383360 58580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19973] ppid=19963 vsize=822640 CPUtime=0
/proc/19965/task/19973/stat : 19973 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 842383360 58580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19974] ppid=19963 vsize=822640 CPUtime=0.62
/proc/19965/task/19974/stat : 19974 (java) S 19963 19965 18009 0 -1 64 4317 0 0 0 60 2 0 0 16 0 12 0 692695790 842383360 58580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19975] ppid=19963 vsize=822640 CPUtime=0.48
/proc/19965/task/19975/stat : 19975 (java) S 19963 19965 18009 0 -1 64 1855 0 0 0 47 1 0 0 17 0 12 0 692695790 842383360 58580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19976] ppid=19963 vsize=822640 CPUtime=0
/proc/19965/task/19976/stat : 19976 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 842383360 58580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19977] ppid=19963 vsize=822640 CPUtime=0
/proc/19965/task/19977/stat : 19977 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 692695790 842383360 58580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 822640

[startup+12.7014 s]
/proc/loadavg: 2.13 2.03 2.01 3/85 19977
/proc/meminfo: memFree=1458168/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=820700 CPUtime=13.25
/proc/19965/stat : 19965 (java) S 19963 19965 18009 0 -1 0 81959 0 1 0 1288 37 0 0 20 0 12 0 692695781 840396800 67633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19965/statm: 205175 67633 1387 9 0 202537 0
[pid=19965/tid=19967] ppid=19963 vsize=820700 CPUtime=9.27
/proc/19965/task/19967/stat : 19967 (java) R 19963 19965 18009 0 -1 64 17280 0 1 0 917 10 0 0 25 0 12 0 692695782 840396800 67633 996147200 134512640 134550740 4294956016 18446744073709551615 4109787081 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19968] ppid=19963 vsize=820700 CPUtime=1.17
/proc/19965/task/19968/stat : 19968 (java) S 19963 19965 18009 0 -1 64 30491 0 0 0 106 11 0 0 16 0 12 0 692695783 840396800 67633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19969] ppid=19963 vsize=820700 CPUtime=1.29
/proc/19965/task/19969/stat : 19969 (java) S 19963 19965 18009 0 -1 64 27148 0 0 0 119 10 0 0 16 0 12 0 692695783 840396800 67633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19970] ppid=19963 vsize=820700 CPUtime=0
/proc/19965/task/19970/stat : 19970 (java) S 19963 19965 18009 0 -1 64 29 0 0 0 0 0 0 0 15 0 12 0 692695785 840396800 67633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19971] ppid=19963 vsize=820700 CPUtime=0
/proc/19965/task/19971/stat : 19971 (java) S 19963 19965 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 692695785 840396800 67633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19972] ppid=19963 vsize=820700 CPUtime=0
/proc/19965/task/19972/stat : 19972 (java) S 19963 19965 18009 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 692695785 840396800 67633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19973] ppid=19963 vsize=820700 CPUtime=0
/proc/19965/task/19973/stat : 19973 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 840396800 67633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19974] ppid=19963 vsize=820700 CPUtime=0.73
/proc/19965/task/19974/stat : 19974 (java) S 19963 19965 18009 0 -1 64 4329 0 0 0 71 2 0 0 16 0 12 0 692695790 840396800 67633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19975] ppid=19963 vsize=820700 CPUtime=0.73
/proc/19965/task/19975/stat : 19975 (java) S 19963 19965 18009 0 -1 64 1919 0 0 0 72 1 0 0 16 0 12 0 692695790 840396800 67633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19976] ppid=19963 vsize=820700 CPUtime=0
/proc/19965/task/19976/stat : 19976 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 840396800 67633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19977] ppid=19963 vsize=820700 CPUtime=0
/proc/19965/task/19977/stat : 19977 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 692695790 840396800 67633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.25
Current children cumulated vsize (KiB) 820700

[startup+25.5021 s]
/proc/loadavg: 2.11 2.03 2.01 3/85 19977
/proc/meminfo: memFree=1370168/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=820700 CPUtime=25.95
/proc/19965/stat : 19965 (java) S 19963 19965 18009 0 -1 0 105263 0 1 0 2549 46 0 0 20 0 12 0 692695781 840396800 90568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19965/statm: 205175 90568 1387 9 0 202537 0
[pid=19965/tid=19967] ppid=19963 vsize=820700 CPUtime=21.29
/proc/19965/task/19967/stat : 19967 (java) R 19963 19965 18009 0 -1 64 17310 0 1 0 2119 10 0 0 25 0 12 0 692695782 840396800 90568 996147200 134512640 134550740 4294956016 18446744073709551615 4109673028 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19968] ppid=19963 vsize=820700 CPUtime=1.43
/proc/19965/task/19968/stat : 19968 (java) S 19963 19965 18009 0 -1 64 42843 0 0 0 128 15 0 0 16 0 12 0 692695783 840396800 90568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19969] ppid=19963 vsize=820700 CPUtime=1.65
/proc/19965/task/19969/stat : 19969 (java) S 19963 19965 18009 0 -1 64 38070 0 0 0 151 14 0 0 16 0 12 0 692695783 840396800 90568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19970] ppid=19963 vsize=820700 CPUtime=0.01
/proc/19965/task/19970/stat : 19970 (java) S 19963 19965 18009 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 692695785 840396800 90568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19971] ppid=19963 vsize=820700 CPUtime=0
/proc/19965/task/19971/stat : 19971 (java) S 19963 19965 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 692695785 840396800 90568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19972] ppid=19963 vsize=820700 CPUtime=0
/proc/19965/task/19972/stat : 19972 (java) S 19963 19965 18009 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 692695785 840396800 90568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19973] ppid=19963 vsize=820700 CPUtime=0
/proc/19965/task/19973/stat : 19973 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 840396800 90568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 204.79
Current children cumulated vsize (KiB) 828704

[startup+211.102 s]
/proc/loadavg: 2.25 2.08 2.02 4/85 19977
/proc/meminfo: memFree=1019064/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=828704 CPUtime=211.2
/proc/19965/stat : 19965 (java) S 19963 19965 18009 0 -1 0 284404 0 1 0 20998 122 0 0 20 0 12 0 692695781 848592896 176748 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19965/statm: 207176 176748 1390 9 0 204538 0
[pid=19965/tid=19967] ppid=19963 vsize=828704 CPUtime=180.82
/proc/19965/task/19967/stat : 19967 (java) R 19963 19965 18009 0 -1 64 17686 0 1 0 18069 13 0 0 25 0 12 0 692695782 848592896 176748 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19968] ppid=19963 vsize=828704 CPUtime=4.46
/proc/19965/task/19968/stat : 19968 (java) S 19963 19965 18009 0 -1 64 85218 0 0 0 415 31 0 0 16 0 12 0 692695783 848592896 176748 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19969] ppid=19963 vsize=828704 CPUtime=4.81
/proc/19965/task/19969/stat : 19969 (java) S 19963 19965 18009 0 -1 64 78895 0 0 0 452 29 0 0 15 0 12 0 692695783 848592896 176748 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19970] ppid=19963 vsize=828704 CPUtime=19.5
/proc/19965/task/19970/stat : 19970 (java) R 19963 19965 18009 0 -1 64 95594 0 0 0 1907 43 0 0 16 0 12 0 692695785 848592896 176748 996147200 134512640 134550740 4294956016 18446744073709551615 105852587 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19971] ppid=19963 vsize=828704 CPUtime=0
/proc/19965/task/19971/stat : 19971 (java) S 19963 19965 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 692695785 848592896 176748 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19972] ppid=19963 vsize=828704 CPUtime=0
/proc/19965/task/19972/stat : 19972 (java) S 19963 19965 18009 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 692695785 848592896 176748 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19973] ppid=19963 vsize=828704 CPUtime=0
/proc/19965/task/19973/stat : 19973 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 848592896 176748 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19974] ppid=19963 vsize=828704 CPUtime=0.79
/proc/19965/task/19974/stat : 19974 (java) S 19963 19965 18009 0 -1 64 4329 0 0 0 77 2 0 0 17 0 12 0 692695790 848592896 176748 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19975] ppid=19963 vsize=828704 CPUtime=0.76
/proc/19965/task/19975/stat : 19975 (java) S 19963 19965 18009 0 -1 64 1919 0 0 0 75 1 0 0 17 0 12 0 692695790 848592896 176748 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19976] ppid=19963 vsize=828704 CPUtime=0
/proc/19965/task/19976/stat : 19976 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 848592896 176748 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19977] ppid=19963 vsize=828704 CPUtime=0
/proc/19965/task/19977/stat : 19977 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 692695790 848592896 176748 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 211.2
Current children cumulated vsize (KiB) 828704

[startup+217.502 s]
/proc/loadavg: 2.31 2.10 2.02 3/85 19977
/proc/meminfo: memFree=1023032/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=828704 CPUtime=217.6
/proc/19965/stat : 19965 (java) S 19963 19965 18009 0 -1 0 315939 0 1 0 21625 135 0 0 20 0 12 0 692695781 848592896 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19965/statm: 207176 176749 1390 9 0 204538 0
[pid=19965/tid=19967] ppid=19963 vsize=828704 CPUtime=181.12
/proc/19965/task/19967/stat : 19967 (java) S 19963 19965 18009 0 -1 64 17694 0 1 0 18099 13 0 0 16 0 12 0 692695782 848592896 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19968] ppid=19963 vsize=828704 CPUtime=4.46
/proc/19965/task/19968/stat : 19968 (java) S 19963 19965 18009 0 -1 64 85218 0 0 0 415 31 0 0 16 0 12 0 692695783 848592896 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19969] ppid=19963 vsize=828704 CPUtime=4.81
/proc/19965/task/19969/stat : 19969 (java) S 19963 19965 18009 0 -1 64 78895 0 0 0 452 29 0 0 15 0 12 0 692695783 848592896 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19970] ppid=19963 vsize=828704 CPUtime=25.59
/proc/19965/task/19970/stat : 19970 (java) R 19963 19965 18009 0 -1 64 127121 0 0 0 2504 55 0 0 25 0 12 0 692695785 848592896 176749 996147200 134512640 134550740 4294956016 18446744073709551615 105678194 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19971] ppid=19963 vsize=828704 CPUtime=0
/proc/19965/task/19971/stat : 19971 (java) S 19963 19965 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 692695785 848592896 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19972] ppid=19963 vsize=828704 CPUtime=0
/proc/19965/task/19972/stat : 19972 (java) S 19963 19965 18009 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 692695785 848592896 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19973] ppid=19963 vsize=828704 CPUtime=0
/proc/19965/task/19973/stat : 19973 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 848592896 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19974] ppid=19963 vsize=828704 CPUtime=0.79
/proc/19965/task/19974/stat : 19974 (java) S 19963 19965 18009 0 -1 64 4329 0 0 0 77 2 0 0 17 0 12 0 692695790 848592896 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19975] ppid=19963 vsize=828704 CPUtime=0.76
/proc/19965/task/19975/stat : 19975 (java) S 19963 19965 18009 0 -1 64 1919 0 0 0 75 1 0 0 17 0 12 0 692695790 848592896 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19976] ppid=19963 vsize=828704 CPUtime=0
/proc/19965/task/19976/stat : 19976 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 848592896 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19977] ppid=19963 vsize=828704 CPUtime=0
/proc/19965/task/19977/stat : 19977 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 692695790 848592896 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 217.6
Current children cumulated vsize (KiB) 828704

[startup+219.102 s]
/proc/loadavg: 2.28 2.10 2.02 3/86 19978
/proc/meminfo: memFree=1025136/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=829028 CPUtime=219.2
/proc/19965/stat : 19965 (java) S 19963 19965 18009 0 -1 0 322953 0 1 0 21782 138 0 0 20 0 13 0 692695781 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19965/statm: 207257 176755 1390 9 0 204619 0
[pid=19965/tid=19967] ppid=19963 vsize=829028 CPUtime=181.12
/proc/19965/task/19967/stat : 19967 (java) S 19963 19965 18009 0 -1 64 17697 0 1 0 18099 13 0 0 18 0 13 0 692695782 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19968] ppid=19963 vsize=829028 CPUtime=4.46
/proc/19965/task/19968/stat : 19968 (java) S 19963 19965 18009 0 -1 64 85218 0 0 0 415 31 0 0 16 0 13 0 692695783 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19969] ppid=19963 vsize=829028 CPUtime=4.81
/proc/19965/task/19969/stat : 19969 (java) S 19963 19965 18009 0 -1 64 78895 0 0 0 452 29 0 0 15 0 13 0 692695783 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19970] ppid=19963 vsize=829028 CPUtime=27.19
/proc/19965/task/19970/stat : 19970 (java) R 19963 19965 18009 0 -1 64 134127 0 0 0 2661 58 0 0 25 0 13 0 692695785 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 106122229 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19971] ppid=19963 vsize=829028 CPUtime=0
/proc/19965/task/19971/stat : 19971 (java) S 19963 19965 18009 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 692695785 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19972] ppid=19963 vsize=829028 CPUtime=0
/proc/19965/task/19972/stat : 19972 (java) S 19963 19965 18009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 692695785 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19973] ppid=19963 vsize=829028 CPUtime=0
/proc/19965/task/19973/stat : 19973 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 692695790 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19974] ppid=19963 vsize=829028 CPUtime=0.79
/proc/19965/task/19974/stat : 19974 (java) S 19963 19965 18009 0 -1 64 4329 0 0 0 77 2 0 0 17 0 13 0 692695790 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19975] ppid=19963 vsize=829028 CPUtime=0.76
/proc/19965/task/19975/stat : 19975 (java) S 19963 19965 18009 0 -1 64 1919 0 0 0 75 1 0 0 17 0 13 0 692695790 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19976] ppid=19963 vsize=829028 CPUtime=0
/proc/19965/task/19976/stat : 19976 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 692695790 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19977] ppid=19963 vsize=829028 CPUtime=0
/proc/19965/task/19977/stat : 19977 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 692695790 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19978] ppid=19963 vsize=829028 CPUtime=0
/proc/19965/task/19978/stat : 19978 (java) S 19963 19965 18009 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 692717592 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.2
Current children cumulated vsize (KiB) 829028

[startup+220.701 s]
/proc/loadavg: 2.28 2.10 2.02 3/86 19978
/proc/meminfo: memFree=1018992/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=829028 CPUtime=220.79
/proc/19965/stat : 19965 (java) S 19963 19965 18009 0 -1 0 329961 0 1 0 21939 140 0 0 20 0 13 0 692695781 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19965/statm: 207257 176755 1390 9 0 204619 0
[pid=19965/tid=19967] ppid=19963 vsize=829028 CPUtime=181.12
/proc/19965/task/19967/stat : 19967 (java) S 19963 19965 18009 0 -1 64 17697 0 1 0 18099 13 0 0 18 0 13 0 692695782 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19968] ppid=19963 vsize=829028 CPUtime=4.46
/proc/19965/task/19968/stat : 19968 (java) S 19963 19965 18009 0 -1 64 85218 0 0 0 415 31 0 0 16 0 13 0 692695783 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19969] ppid=19963 vsize=829028 CPUtime=4.81
/proc/19965/task/19969/stat : 19969 (java) S 19963 19965 18009 0 -1 64 78895 0 0 0 452 29 0 0 15 0 13 0 692695783 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19970] ppid=19963 vsize=829028 CPUtime=28.79
/proc/19965/task/19970/stat : 19970 (java) R 19963 19965 18009 0 -1 64 141133 0 0 0 2818 61 0 0 25 0 13 0 692695785 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19971] ppid=19963 vsize=829028 CPUtime=0
/proc/19965/task/19971/stat : 19971 (java) S 19963 19965 18009 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 692695785 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19972] ppid=19963 vsize=829028 CPUtime=0
/proc/19965/task/19972/stat : 19972 (java) S 19963 19965 18009 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 692695785 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19973] ppid=19963 vsize=829028 CPUtime=0
/proc/19965/task/19973/stat : 19973 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 692695790 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19974] ppid=19963 vsize=829028 CPUtime=0.79
/proc/19965/task/19974/stat : 19974 (java) S 19963 19965 18009 0 -1 64 4329 0 0 0 77 2 0 0 17 0 13 0 692695790 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19975] ppid=19963 vsize=829028 CPUtime=0.76
/proc/19965/task/19975/stat : 19975 (java) S 19963 19965 18009 0 -1 64 1919 0 0 0 75 1 0 0 17 0 13 0 692695790 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19976] ppid=19963 vsize=829028 CPUtime=0
/proc/19965/task/19976/stat : 19976 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 692695790 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19977] ppid=19963 vsize=829028 CPUtime=0
/proc/19965/task/19977/stat : 19977 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 692695790 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19978] ppid=19963 vsize=829028 CPUtime=0
/proc/19965/task/19978/stat : 19978 (java) S 19963 19965 18009 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 692717592 848924672 176755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.79
Current children cumulated vsize (KiB) 829028

[startup+221.106 s]
/proc/loadavg: 2.28 2.10 2.02 3/86 19978
/proc/meminfo: memFree=1018992/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=821024 CPUtime=221.19
/proc/19965/stat : 19965 (java) S 19963 19965 18009 0 -1 0 329963 0 1 0 21979 140 0 0 20 0 12 0 692695781 840728576 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19965/statm: 205256 174755 1391 9 0 202618 0
[pid=19965/tid=19967] ppid=19963 vsize=821024 CPUtime=181.12
/proc/19965/task/19967/stat : 19967 (java) S 19963 19965 18009 0 -1 64 17697 0 1 0 18099 13 0 0 16 0 12 0 692695782 840728576 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19968] ppid=19963 vsize=821024 CPUtime=4.46
/proc/19965/task/19968/stat : 19968 (java) S 19963 19965 18009 0 -1 64 85218 0 0 0 415 31 0 0 16 0 12 0 692695783 840728576 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19969] ppid=19963 vsize=821024 CPUtime=4.81
/proc/19965/task/19969/stat : 19969 (java) S 19963 19965 18009 0 -1 64 78895 0 0 0 452 29 0 0 15 0 12 0 692695783 840728576 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19970] ppid=19963 vsize=821024 CPUtime=29.19
/proc/19965/task/19970/stat : 19970 (java) R 19963 19965 18009 0 -1 64 141133 0 0 0 2858 61 0 0 25 0 12 0 692695785 840728576 174755 996147200 134512640 134550740 4294956016 18446744073709551615 106122919 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19971] ppid=19963 vsize=821024 CPUtime=0
/proc/19965/task/19971/stat : 19971 (java) S 19963 19965 18009 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 692695785 840728576 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19972] ppid=19963 vsize=821024 CPUtime=0
/proc/19965/task/19972/stat : 19972 (java) S 19963 19965 18009 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 692695785 840728576 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19973] ppid=19963 vsize=821024 CPUtime=0
/proc/19965/task/19973/stat : 19973 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 840728576 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19974] ppid=19963 vsize=821024 CPUtime=0.79
/proc/19965/task/19974/stat : 19974 (java) S 19963 19965 18009 0 -1 64 4329 0 0 0 77 2 0 0 17 0 12 0 692695790 840728576 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19965/tid=19975] ppid=19963 vsize=821024 CPUtime=0.76
/proc/19965/task/19975/stat : 19975 (java) S 19963 19965 18009 0 -1 64 1919 0 0 0 75 1 0 0 17 0 12 0 692695790 840728576 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19976] ppid=19963 vsize=821024 CPUtime=0
/proc/19965/task/19976/stat : 19976 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 692695790 840728576 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19965/tid=19977] ppid=19963 vsize=821024 CPUtime=0
/proc/19965/task/19977/stat : 19977 (java) S 19963 19965 18009 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 692695790 840728576 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.19
Current children cumulated vsize (KiB) 821024

[startup+221.301 s]
/proc/loadavg: 2.28 2.10 2.02 3/86 19978
/proc/meminfo: memFree=1018992/2055920 swapFree=4147480/4192956
[pid=19965] ppid=19963 vsize=0 CPUtime=221.37
/proc/19965/stat : 19965 (java) Z 19963 19965 18009 0 -1 12 329967 0 1 0 21990 147 0 0 16 0 2 0 692695781 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19965/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 221.37
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 221.343
CPU time (s): 221.418
CPU user time (s): 219.905
CPU system time (s): 1.51377
CPU usage (%): 100.034
Max. virtual memory (cumulated for all children) (KiB): 833032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 219.905
system time used= 1.51377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 329967
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= 10863
involuntary context switches= 8532

runsolver used 0.279957 second user time and 0.624905 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-05 18:35:03
IDJOB=1092518
IDBENCH=58632
IDSOLVER=344
FILE ID=node80/1092518-1215275703
PBS_JOBID= 7882226
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 694094fc9258bd0927570f73a0c21c65
RANDOM SEED=694224724

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1723632 kB
Buffers:         37248 kB
Cached:         190624 kB
SwapCached:      39708 kB
Active:         205592 kB
Inactive:        79764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723632 kB
SwapTotal:     4192956 kB
SwapFree:      4147480 kB
Dirty:            1676 kB
Writeback:           0 kB
Mapped:          64648 kB
Slab:            32316 kB
Committed_AS:  1126280 kB
PageTables:       1804 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= 66556 MiB
End job on node80 at 2008-07-05 18:38:45