Trace number 1060492

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? 123.138 123.046

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-90.xml
MD5SUM242858ec42c86e732417914a325a0e58
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.525919
Satisfiable
(Un)Satisfiability was proved
Number of variables179
Number of constraints8010
Maximum constraint arity3
Maximum domain size90
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8010
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.28/0.33	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.33	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1060492-1215126955.xml
0.28/0.38	c reading problem ... 
0.58/0.63	c reading problem named null
0.58/0.63	c reading domains done.
0.58/0.63	c reading variables done.
0.88/0.95	c reading predicates  done.
1.09/1.12	c reading constraints
122.99/122.93	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
122.99/122.93		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
122.99/122.93		at org.mozilla.javascript.gen.c3.call(rhino.log)
122.99/122.93		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
122.99/122.93		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
122.99/122.93		at org.mozilla.javascript.gen.c3.call(rhino.log)
122.99/122.93		at org.mozilla.javascript.gen.c3.exec(rhino.log)
122.99/122.93		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
122.99/122.93		at org.sat4j.csp.Predicate.find(Predicate.java:129)
122.99/122.93		at org.sat4j.csp.Predicate.find(Predicate.java:139)
122.99/122.93		at org.sat4j.csp.Predicate.find(Predicate.java:139)
122.99/122.93		at org.sat4j.csp.Predicate.find(Predicate.java:139)
122.99/122.93		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
122.99/122.93		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
122.99/122.93		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
122.99/122.93		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
122.99/122.93		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
122.99/122.93		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
122.99/122.93		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
122.99/122.93		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
122.99/122.93		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
122.99/122.93		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
122.99/122.93		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
122.99/122.93		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
122.99/122.93		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
122.99/122.93		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
122.99/122.93		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
122.99/122.93		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
122.99/122.93		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
122.99/122.93		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
122.99/122.93		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
122.99/122.93		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
122.99/122.93	c starts		: 0
122.99/122.93	c conflicts		: 0
122.99/122.94	c decisions		: 0
122.99/122.94	c propagations		: 0
122.99/122.94	c inspects		: 0
122.99/122.94	c learnt literals	: 0
122.99/122.94	c learnt binary clauses	: 0
122.99/122.94	c learnt ternary clauses	: 0
122.99/122.94	c learnt clauses	: 0
122.99/122.94	c ignored clauses	: 0
122.99/122.94	c root simplifications	: 0
122.99/122.94	c removed literals (reason simplification)	: 0
122.99/122.94	c reason swapping (by a shorter reason)	: 0
122.99/122.94	c Calls to reduceDB	: 0
122.99/122.94	c speed (assignments/second)	: 0.0
122.99/122.94	c non guided choices	0
122.99/122.94	s UNKNOWN
122.99/122.94	c Total wall clock time (in seconds) : 122.558

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-1060492-1215126955/watcher-1060492-1215126955 -o /tmp/evaluation-result-1060492-1215126955/solver-1060492-1215126955 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1060492-1215126955.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.95 1.96 1.74 4/92 19598
/proc/meminfo: memFree=1441224/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=1804 CPUtime=0
/proc/19598/stat : 19598 (java6) R 19596 19598 17987 0 -1 0 185 0 0 0 0 0 0 0 18 0 1 0 1991664410 1847296 157 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/19598/statm: 451 158 114 9 0 93 0

[startup+0.10421 s]
/proc/loadavg: 1.95 1.96 1.74 4/92 19598
/proc/meminfo: memFree=1441224/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=804756 CPUtime=0.09
/proc/19598/stat : 19598 (java) S 19596 19598 17987 0 -1 0 3183 0 1 0 8 1 0 0 18 0 12 0 1991664410 824070144 2914 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 201189 2914 1180 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.201225 s]
/proc/loadavg: 1.95 1.96 1.74 4/92 19598
/proc/meminfo: memFree=1441224/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=808688 CPUtime=0.19
/proc/19598/stat : 19598 (java) S 19596 19598 17987 0 -1 0 4514 0 1 0 17 2 0 0 18 0 12 0 1991664410 828096512 3900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 202172 3900 1293 9 0 199541 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 808688

[startup+0.301241 s]
/proc/loadavg: 1.95 1.96 1.74 4/92 19598
/proc/meminfo: memFree=1441224/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=808112 CPUtime=0.28
/proc/19598/stat : 19598 (java) S 19596 19598 17987 0 -1 0 5028 0 1 0 26 2 0 0 18 0 12 0 1991664410 827506688 4357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 202028 4357 1308 9 0 199397 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808112

[startup+0.701305 s]
/proc/loadavg: 1.95 1.96 1.74 4/92 19598
/proc/meminfo: memFree=1441224/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=808140 CPUtime=0.68
/proc/19598/stat : 19598 (java) S 19596 19598 17987 0 -1 0 6473 0 1 0 64 4 0 0 18 0 12 0 1991664410 827535360 5622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 202035 5622 1335 9 0 199397 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808140

[startup+1.50143 s]
/proc/loadavg: 1.95 1.96 1.74 3/104 19610
/proc/meminfo: memFree=1418344/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=810828 CPUtime=1.48
/proc/19598/stat : 19598 (java) S 19596 19598 17987 0 -1 0 10186 0 1 0 142 6 0 0 18 0 12 0 1991664410 830287872 7899 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 202707 7899 1358 9 0 200069 0
[pid=19598/tid=19600] ppid=19596 vsize=810828 CPUtime=0.75
/proc/19598/task/19600/stat : 19600 (java) R 19596 19598 17987 0 -1 64 5535 0 1 0 70 5 0 0 25 0 12 0 1991664411 830287872 7899 996147200 134512640 134550740 4294956032 18446744073709551615 4109650676 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19601] ppid=19596 vsize=810828 CPUtime=0
/proc/19598/task/19601/stat : 19601 (java) S 19596 19598 17987 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1991664412 830287872 7899 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19602] ppid=19596 vsize=810828 CPUtime=0
/proc/19598/task/19602/stat : 19602 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1991664412 830287872 7899 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19603] ppid=19596 vsize=810828 CPUtime=0
/proc/19598/task/19603/stat : 19603 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1991664413 830287872 7899 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19604] ppid=19596 vsize=810828 CPUtime=0
/proc/19598/task/19604/stat : 19604 (java) S 19596 19598 17987 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1991664414 830287872 7899 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19605] ppid=19596 vsize=810828 CPUtime=0
/proc/19598/task/19605/stat : 19605 (java) S 19596 19598 17987 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1991664414 830287872 7899 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19606] ppid=19596 vsize=810828 CPUtime=0
/proc/19598/task/19606/stat : 19606 (java) S 19596 19598 17987 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991664418 830287872 7900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19607] ppid=19596 vsize=810828 CPUtime=0.32
/proc/19598/task/19607/stat : 19607 (java) S 19596 19598 17987 0 -1 64 1335 0 0 0 32 0 0 0 16 0 12 0 1991664418 830287872 7900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19608] ppid=19596 vsize=810828 CPUtime=0.39
/proc/19598/task/19608/stat : 19608 (java) S 19596 19598 17987 0 -1 64 2550 0 0 0 39 0 0 0 16 0 12 0 1991664418 830287872 7900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19609] ppid=19596 vsize=810828 CPUtime=0
/proc/19598/task/19609/stat : 19609 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991664418 830287872 7900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19610] ppid=19596 vsize=810828 CPUtime=0
/proc/19598/task/19610/stat : 19610 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991664418 830287872 7900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810828

[startup+3.10269 s]
/proc/loadavg: 1.95 1.96 1.74 3/104 19610
/proc/meminfo: memFree=1389608/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=810828 CPUtime=3.09
/proc/19598/stat : 19598 (java) S 19596 19598 17987 0 -1 0 24607 0 1 0 297 12 0 0 18 0 12 0 1991664410 830287872 22318 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 202707 22318 1376 9 0 200069 0
[pid=19598/tid=19600] ppid=19596 vsize=810828 CPUtime=2.04
/proc/19598/task/19600/stat : 19600 (java) R 19596 19598 17987 0 -1 64 17286 0 1 0 195 9 0 0 25 0 12 0 1991664411 830287872 22318 996147200 134512640 134550740 4294956032 18446744073709551615 4109673443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19601] ppid=19596 vsize=810828 CPUtime=0.02
/proc/19598/task/19601/stat : 19601 (java) S 19596 19598 17987 0 -1 64 2054 0 0 0 2 0 0 0 17 0 12 0 1991664412 830287872 22318 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19602] ppid=19596 vsize=810828 CPUtime=0.01
/proc/19598/task/19602/stat : 19602 (java) S 19596 19598 17987 0 -1 64 557 0 0 0 1 0 0 0 17 0 12 0 1991664412 830287872 22318 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19603] ppid=19596 vsize=810828 CPUtime=0
/proc/19598/task/19603/stat : 19603 (java) S 19596 19598 17987 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1991664413 830287872 22318 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19604] ppid=19596 vsize=810828 CPUtime=0
/proc/19598/task/19604/stat : 19604 (java) S 19596 19598 17987 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991664414 830287872 22318 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19605] ppid=19596 vsize=810828 CPUtime=0
/proc/19598/task/19605/stat : 19605 (java) S 19596 19598 17987 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991664414 830287872 22318 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19606] ppid=19596 vsize=810828 CPUtime=0
/proc/19598/task/19606/stat : 19606 (java) S 19596 19598 17987 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991664418 830287872 22318 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19607] ppid=19596 vsize=810828 CPUtime=0.46
/proc/19598/task/19607/stat : 19607 (java) S 19596 19598 17987 0 -1 64 1350 0 0 0 46 0 0 0 16 0 12 0 1991664418 830287872 22318 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19608] ppid=19596 vsize=810828 CPUtime=0.5
/proc/19598/task/19608/stat : 19608 (java) S 19596 19598 17987 0 -1 64 2566 0 0 0 50 0 0 0 16 0 12 0 1991664418 830287872 22318 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19609] ppid=19596 vsize=810828 CPUtime=0
/proc/19598/task/19609/stat : 19609 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991664418 830287872 22318 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19610] ppid=19596 vsize=810828 CPUtime=0
/proc/19598/task/19610/stat : 19610 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991664418 830287872 22318 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 810828

[startup+6.3012 s]
/proc/loadavg: 1.95 1.96 1.74 3/104 19610
/proc/meminfo: memFree=1331176/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=810476 CPUtime=6.28
/proc/19598/stat : 19598 (java) S 19596 19598 17987 0 -1 0 33111 0 1 0 613 15 0 0 18 0 12 0 1991664410 829927424 30732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 202619 30732 1378 9 0 199981 0
[pid=19598/tid=19600] ppid=19596 vsize=810476 CPUtime=4.9
/proc/19598/task/19600/stat : 19600 (java) R 19596 19598 17987 0 -1 64 17295 0 1 0 481 9 0 0 25 0 12 0 1991664411 829927424 30732 996147200 134512640 134550740 4294956032 18446744073709551615 4109672761 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19601] ppid=19596 vsize=810476 CPUtime=0.1
/proc/19598/task/19601/stat : 19601 (java) S 19596 19598 17987 0 -1 64 5011 0 0 0 9 1 0 0 17 0 12 0 1991664412 829927424 30732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19602] ppid=19596 vsize=810476 CPUtime=0.14
/proc/19598/task/19602/stat : 19602 (java) S 19596 19598 17987 0 -1 64 6084 0 0 0 12 2 0 0 17 0 12 0 1991664412 829927424 30732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19603] ppid=19596 vsize=810476 CPUtime=0
/proc/19598/task/19603/stat : 19603 (java) S 19596 19598 17987 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1991664413 829927424 30732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19604] ppid=19596 vsize=810476 CPUtime=0
/proc/19598/task/19604/stat : 19604 (java) S 19596 19598 17987 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991664414 829927424 30732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19605] ppid=19596 vsize=810476 CPUtime=0
/proc/19598/task/19605/stat : 19605 (java) S 19596 19598 17987 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991664414 829927424 30732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19606] ppid=19596 vsize=810476 CPUtime=0
/proc/19598/task/19606/stat : 19606 (java) S 19596 19598 17987 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991664418 829927424 30732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19607] ppid=19596 vsize=810476 CPUtime=0.54
/proc/19598/task/19607/stat : 19607 (java) S 19596 19598 17987 0 -1 64 1358 0 0 0 54 0 0 0 17 0 12 0 1991664418 829927424 30732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19608] ppid=19596 vsize=810476 CPUtime=0.55
/proc/19598/task/19608/stat : 19608 (java) S 19596 19598 17987 0 -1 64 2569 0 0 0 55 0 0 0 17 0 12 0 1991664418 829927424 30732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19609] ppid=19596 vsize=810476 CPUtime=0
/proc/19598/task/19609/stat : 19609 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991664418 829927424 30732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19610] ppid=19596 vsize=810476 CPUtime=0
/proc/19598/task/19610/stat : 19610 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991664418 829927424 30732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 810476

[startup+12.7022 s]
/proc/loadavg: 1.96 1.96 1.74 3/104 19610
/proc/meminfo: memFree=1269544/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=810704 CPUtime=12.72
/proc/19598/stat : 19598 (java) S 19596 19598 17987 0 -1 0 48032 0 1 0 1252 20 0 0 18 0 12 0 1991664410 830160896 45114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 202676 45114 1378 9 0 200038 0
[pid=19598/tid=19600] ppid=19596 vsize=810704 CPUtime=10.24
/proc/19598/task/19600/stat : 19600 (java) R 19596 19598 17987 0 -1 64 17314 0 1 0 1015 9 0 0 25 0 12 0 1991664411 830160896 45114 996147200 134512640 134550740 4294956032 18446744073709551615 4109647753 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19601] ppid=19596 vsize=810704 CPUtime=0.38
/proc/19598/task/19601/stat : 19601 (java) S 19596 19598 17987 0 -1 64 11658 0 0 0 35 3 0 0 16 0 12 0 1991664412 830160896 45114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19602] ppid=19596 vsize=810704 CPUtime=0.44
/proc/19598/task/19602/stat : 19602 (java) S 19596 19598 17987 0 -1 64 13726 0 0 0 40 4 0 0 16 0 12 0 1991664412 830160896 45114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19603] ppid=19596 vsize=810704 CPUtime=0
/proc/19598/task/19603/stat : 19603 (java) S 19596 19598 17987 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1991664413 830160896 45114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19604] ppid=19596 vsize=810704 CPUtime=0
/proc/19598/task/19604/stat : 19604 (java) S 19596 19598 17987 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991664414 830160896 45114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19605] ppid=19596 vsize=810704 CPUtime=0
/proc/19598/task/19605/stat : 19605 (java) S 19596 19598 17987 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991664414 830160896 45114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19606] ppid=19596 vsize=810704 CPUtime=0
/proc/19598/task/19606/stat : 19606 (java) S 19596 19598 17987 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991664418 830160896 45114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19607] ppid=19596 vsize=810704 CPUtime=0.73
/proc/19598/task/19607/stat : 19607 (java) S 19596 19598 17987 0 -1 64 1446 0 0 0 73 0 0 0 17 0 12 0 1991664418 830160896 45114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19608] ppid=19596 vsize=810704 CPUtime=0.85
/proc/19598/task/19608/stat : 19608 (java) S 19596 19598 17987 0 -1 64 3094 0 0 0 85 0 0 0 17 0 12 0 1991664418 830160896 45114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19609] ppid=19596 vsize=810704 CPUtime=0
/proc/19598/task/19609/stat : 19609 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991664418 830160896 45114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19610] ppid=19596 vsize=810704 CPUtime=0
/proc/19598/task/19610/stat : 19610 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991664418 830160896 45114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 810704

[startup+25.5013 s]
/proc/loadavg: 1.96 1.96 1.75 3/104 19610
/proc/meminfo: memFree=1159464/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=810768 CPUtime=25.54
/proc/19598/stat : 19598 (java) S 19596 19598 17987 0 -1 0 74990 0 1 0 2524 30 0 0 18 0 12 0 1991664410 830226432 71469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 202692 71469 1380 9 0 200054 0
[pid=19598/tid=19600] ppid=19596 vsize=810768 CPUtime=21.8
/proc/19598/task/19600/stat : 19600 (java) R 19596 19598 17987 0 -1 64 17342 0 1 0 2170 10 0 0 25 0 12 0 1991664411 830226432 71469 996147200 134512640 134550740 4294956032 18446744073709551615 4109653403 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19601] ppid=19596 vsize=810768 CPUtime=0.77
/proc/19598/task/19601/stat : 19601 (java) S 19596 19598 17987 0 -1 64 28072 0 0 0 69 8 0 0 16 0 12 0 1991664412 830226432 71469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19602] ppid=19596 vsize=810768 CPUtime=0.81
/proc/19598/task/19602/stat : 19602 (java) S 19596 19598 17987 0 -1 64 23938 0 0 0 73 8 0 0 16 0 12 0 1991664412 830226432 71469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19603] ppid=19596 vsize=810768 CPUtime=0
/proc/19598/task/19603/stat : 19603 (java) S 19596 19598 17987 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 1991664413 830226432 71469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19604] ppid=19596 vsize=810768 CPUtime=0
/proc/19598/task/19604/stat : 19604 (java) S 19596 19598 17987 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991664414 830226432 71469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19605] ppid=19596 vsize=810768 CPUtime=0
/proc/19598/task/19605/stat : 19605 (java) S 19596 19598 17987 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991664414 830226432 71469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19606] ppid=19596 vsize=810768 CPUtime=0
/proc/19598/task/19606/stat : 19606 (java) S 19596 19598 17987 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991664418 830226432 71469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=19598/tid=19609] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19609/stat : 19609 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19610] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19610/stat : 19610 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.51
Current children cumulated vsize (KiB) 817160

[startup+115.203 s]
/proc/loadavg: 2.26 2.04 1.79 3/104 19610
/proc/meminfo: memFree=748008/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=817160 CPUtime=115.3
/proc/19598/stat : 19598 (java) S 19596 19598 17987 0 -1 0 210412 0 2 0 11448 82 0 0 18 0 12 0 1991664410 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 204290 174023 1403 9 0 201652 0
[pid=19598/tid=19600] ppid=19596 vsize=817160 CPUtime=68.07
/proc/19598/task/19600/stat : 19600 (java) S 19596 19598 17987 0 -1 64 17417 0 1 0 6797 10 0 0 17 0 12 0 1991664411 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19601] ppid=19596 vsize=817160 CPUtime=2.42
/proc/19598/task/19601/stat : 19601 (java) S 19596 19598 17987 0 -1 64 80098 0 0 0 215 27 0 0 17 0 12 0 1991664412 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19602] ppid=19596 vsize=817160 CPUtime=2.34
/proc/19598/task/19602/stat : 19602 (java) S 19596 19598 17987 0 -1 64 74300 0 0 0 207 27 0 0 15 0 12 0 1991664412 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19603] ppid=19596 vsize=817160 CPUtime=38.59
/proc/19598/task/19603/stat : 19603 (java) R 19596 19598 17987 0 -1 64 22963 0 0 0 3850 9 0 0 25 0 12 0 1991664413 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19604] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19604/stat : 19604 (java) S 19596 19598 17987 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991664414 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19605] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19605/stat : 19605 (java) S 19596 19598 17987 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991664414 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19606] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19606/stat : 19606 (java) S 19596 19598 17987 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19607] ppid=19596 vsize=817160 CPUtime=1.53
/proc/19598/task/19607/stat : 19607 (java) S 19596 19598 17987 0 -1 64 2355 0 1 0 152 1 0 0 16 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19608] ppid=19596 vsize=817160 CPUtime=2.29
/proc/19598/task/19608/stat : 19608 (java) S 19596 19598 17987 0 -1 64 12515 0 0 0 225 4 0 0 16 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19609] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19609/stat : 19609 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19610] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19610/stat : 19610 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 115.3
Current children cumulated vsize (KiB) 817160

[startup+118.402 s]
/proc/loadavg: 2.23 2.04 1.79 3/104 19610
/proc/meminfo: memFree=748008/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=817160 CPUtime=118.49
/proc/19598/stat : 19598 (java) S 19596 19598 17987 0 -1 0 210414 0 2 0 11767 82 0 0 18 0 12 0 1991664410 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 204290 174023 1403 9 0 201652 0
[pid=19598/tid=19600] ppid=19596 vsize=817160 CPUtime=68.08
/proc/19598/task/19600/stat : 19600 (java) S 19596 19598 17987 0 -1 64 17419 0 1 0 6798 10 0 0 17 0 12 0 1991664411 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19601] ppid=19596 vsize=817160 CPUtime=2.42
/proc/19598/task/19601/stat : 19601 (java) S 19596 19598 17987 0 -1 64 80098 0 0 0 215 27 0 0 17 0 12 0 1991664412 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19602] ppid=19596 vsize=817160 CPUtime=2.34
/proc/19598/task/19602/stat : 19602 (java) S 19596 19598 17987 0 -1 64 74300 0 0 0 207 27 0 0 15 0 12 0 1991664412 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19603] ppid=19596 vsize=817160 CPUtime=41.77
/proc/19598/task/19603/stat : 19603 (java) R 19596 19598 17987 0 -1 64 22963 0 0 0 4168 9 0 0 25 0 12 0 1991664413 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19604] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19604/stat : 19604 (java) S 19596 19598 17987 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991664414 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19605] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19605/stat : 19605 (java) S 19596 19598 17987 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991664414 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19606] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19606/stat : 19606 (java) S 19596 19598 17987 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19607] ppid=19596 vsize=817160 CPUtime=1.53
/proc/19598/task/19607/stat : 19607 (java) S 19596 19598 17987 0 -1 64 2355 0 1 0 152 1 0 0 16 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19608] ppid=19596 vsize=817160 CPUtime=2.29
/proc/19598/task/19608/stat : 19608 (java) S 19596 19598 17987 0 -1 64 12515 0 0 0 225 4 0 0 16 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19609] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19609/stat : 19609 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19610] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19610/stat : 19610 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 118.49
Current children cumulated vsize (KiB) 817160

[startup+121.602 s]
/proc/loadavg: 2.22 2.04 1.79 3/104 19610
/proc/meminfo: memFree=748008/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=817160 CPUtime=121.69
/proc/19598/stat : 19598 (java) S 19596 19598 17987 0 -1 0 210416 0 2 0 12087 82 0 0 18 0 12 0 1991664410 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 204290 174023 1403 9 0 201652 0
[pid=19598/tid=19600] ppid=19596 vsize=817160 CPUtime=68.08
/proc/19598/task/19600/stat : 19600 (java) S 19596 19598 17987 0 -1 64 17421 0 1 0 6798 10 0 0 16 0 12 0 1991664411 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19601] ppid=19596 vsize=817160 CPUtime=2.42
/proc/19598/task/19601/stat : 19601 (java) S 19596 19598 17987 0 -1 64 80098 0 0 0 215 27 0 0 17 0 12 0 1991664412 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19602] ppid=19596 vsize=817160 CPUtime=2.34
/proc/19598/task/19602/stat : 19602 (java) S 19596 19598 17987 0 -1 64 74300 0 0 0 207 27 0 0 15 0 12 0 1991664412 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19603] ppid=19596 vsize=817160 CPUtime=44.97
/proc/19598/task/19603/stat : 19603 (java) R 19596 19598 17987 0 -1 64 22963 0 0 0 4488 9 0 0 25 0 12 0 1991664413 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 106122423 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19604] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19604/stat : 19604 (java) S 19596 19598 17987 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991664414 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19605] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19605/stat : 19605 (java) S 19596 19598 17987 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991664414 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19606] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19606/stat : 19606 (java) S 19596 19598 17987 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19607] ppid=19596 vsize=817160 CPUtime=1.53
/proc/19598/task/19607/stat : 19607 (java) S 19596 19598 17987 0 -1 64 2355 0 1 0 152 1 0 0 16 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19608] ppid=19596 vsize=817160 CPUtime=2.29
/proc/19598/task/19608/stat : 19608 (java) S 19596 19598 17987 0 -1 64 12515 0 0 0 225 4 0 0 16 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19609] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19609/stat : 19609 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19610] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19610/stat : 19610 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 121.69
Current children cumulated vsize (KiB) 817160

[startup+122.402 s]
/proc/loadavg: 2.22 2.04 1.79 3/104 19610
/proc/meminfo: memFree=748008/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=817160 CPUtime=122.49
/proc/19598/stat : 19598 (java) S 19596 19598 17987 0 -1 0 210416 0 2 0 12167 82 0 0 18 0 12 0 1991664410 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 204290 174023 1403 9 0 201652 0
[pid=19598/tid=19600] ppid=19596 vsize=817160 CPUtime=68.08
/proc/19598/task/19600/stat : 19600 (java) S 19596 19598 17987 0 -1 64 17421 0 1 0 6798 10 0 0 16 0 12 0 1991664411 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19601] ppid=19596 vsize=817160 CPUtime=2.42
/proc/19598/task/19601/stat : 19601 (java) S 19596 19598 17987 0 -1 64 80098 0 0 0 215 27 0 0 17 0 12 0 1991664412 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19602] ppid=19596 vsize=817160 CPUtime=2.34
/proc/19598/task/19602/stat : 19602 (java) S 19596 19598 17987 0 -1 64 74300 0 0 0 207 27 0 0 15 0 12 0 1991664412 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19603] ppid=19596 vsize=817160 CPUtime=45.77
/proc/19598/task/19603/stat : 19603 (java) R 19596 19598 17987 0 -1 64 22963 0 0 0 4568 9 0 0 25 0 12 0 1991664413 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19604] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19604/stat : 19604 (java) S 19596 19598 17987 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991664414 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19605] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19605/stat : 19605 (java) S 19596 19598 17987 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991664414 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19606] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19606/stat : 19606 (java) S 19596 19598 17987 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19607] ppid=19596 vsize=817160 CPUtime=1.53
/proc/19598/task/19607/stat : 19607 (java) S 19596 19598 17987 0 -1 64 2355 0 1 0 152 1 0 0 16 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19608] ppid=19596 vsize=817160 CPUtime=2.29
/proc/19598/task/19608/stat : 19608 (java) S 19596 19598 17987 0 -1 64 12515 0 0 0 225 4 0 0 16 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19609] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19609/stat : 19609 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19610] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19610/stat : 19610 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 122.49
Current children cumulated vsize (KiB) 817160

[startup+122.802 s]
/proc/loadavg: 2.22 2.04 1.79 3/104 19610
/proc/meminfo: memFree=748008/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=817160 CPUtime=122.89
/proc/19598/stat : 19598 (java) S 19596 19598 17987 0 -1 0 210416 0 2 0 12207 82 0 0 18 0 12 0 1991664410 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 204290 174023 1403 9 0 201652 0
[pid=19598/tid=19600] ppid=19596 vsize=817160 CPUtime=68.08
/proc/19598/task/19600/stat : 19600 (java) S 19596 19598 17987 0 -1 64 17421 0 1 0 6798 10 0 0 16 0 12 0 1991664411 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19601] ppid=19596 vsize=817160 CPUtime=2.42
/proc/19598/task/19601/stat : 19601 (java) S 19596 19598 17987 0 -1 64 80098 0 0 0 215 27 0 0 17 0 12 0 1991664412 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19602] ppid=19596 vsize=817160 CPUtime=2.34
/proc/19598/task/19602/stat : 19602 (java) S 19596 19598 17987 0 -1 64 74300 0 0 0 207 27 0 0 15 0 12 0 1991664412 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19603] ppid=19596 vsize=817160 CPUtime=46.17
/proc/19598/task/19603/stat : 19603 (java) R 19596 19598 17987 0 -1 64 22963 0 0 0 4608 9 0 0 25 0 12 0 1991664413 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19604] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19604/stat : 19604 (java) S 19596 19598 17987 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991664414 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19605] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19605/stat : 19605 (java) S 19596 19598 17987 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991664414 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19606] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19606/stat : 19606 (java) S 19596 19598 17987 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19607] ppid=19596 vsize=817160 CPUtime=1.53
/proc/19598/task/19607/stat : 19607 (java) S 19596 19598 17987 0 -1 64 2355 0 1 0 152 1 0 0 16 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19608] ppid=19596 vsize=817160 CPUtime=2.29
/proc/19598/task/19608/stat : 19608 (java) S 19596 19598 17987 0 -1 64 12515 0 0 0 225 4 0 0 16 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19609] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19609/stat : 19609 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19598/tid=19610] ppid=19596 vsize=817160 CPUtime=0
/proc/19598/task/19610/stat : 19610 (java) S 19596 19598 17987 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991664418 836771840 174023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 122.89
Current children cumulated vsize (KiB) 817160

[startup+123.002 s]
/proc/loadavg: 2.22 2.04 1.79 3/104 19610
/proc/meminfo: memFree=748008/2055920 swapFree=4179736/4192956
[pid=19598] ppid=19596 vsize=0 CPUtime=123.09
/proc/19598/stat : 19598 (java) Z 19596 19598 17987 0 -1 12 210429 0 2 0 12221 88 0 0 16 0 2 0 1991664410 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19598/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 123.09
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 123.046
CPU time (s): 123.138
CPU user time (s): 122.211
CPU system time (s): 0.926859
CPU usage (%): 100.075
Max. virtual memory (cumulated for all children) (KiB): 833164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.211
system time used= 0.926859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210429
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4573
involuntary context switches= 3504

runsolver used 0.149977 second user time and 0.425935 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-04 01:15:55
IDJOB=1060492
IDBENCH=54456
IDSOLVER=344
FILE ID=node69/1060492-1215126955
PBS_JOBID= 7877067
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 242858ec42c86e732417914a325a0e58
RANDOM SEED=1227775389

node69.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.259
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.259
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:       1441768 kB
Buffers:         66416 kB
Cached:         384584 kB
SwapCached:       7048 kB
Active:         185576 kB
Inactive:       361988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441768 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:            2220 kB
Writeback:           0 kB
Mapped:         113480 kB
Slab:            51204 kB
Committed_AS:  4506176 kB
PageTables:       2284 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= 66508 MiB
End job on node69 at 2008-07-04 01:17:58