Trace number 2081547

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 2.1.1? 234.261 235.226

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-17.xml
MD5SUM20e23229ee104462f117a47e593e32b4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark103.62
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1297
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.18/0.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2081547-1247373140.xml
0.18/0.22	c reading problem ... 
0.38/0.48	c reading problem named null
0.38/0.48	c reading domains done.
0.48/0.51	c reading variables done.
1.98/2.03	c reading predicates  done.
2.19/2.26	c reading constraints
228.66/229.64	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
230.65/231.64		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
230.65/231.65		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
230.65/231.65		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
230.65/231.65		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
230.65/231.65		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
230.65/231.65		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
230.65/231.65		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
230.65/231.65		at org.sat4j.csp.Predicate.toClause(Unknown Source)
230.65/231.65		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
230.65/231.65		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
230.65/231.65		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
230.65/231.65		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
230.65/231.65		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
230.65/231.65		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
230.65/231.65		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
230.65/231.65		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
230.65/231.65		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
230.65/231.65		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
230.65/231.65		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
230.65/231.65		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
230.65/231.65		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
230.65/231.65		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
230.65/231.65		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
230.65/231.65		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
230.65/231.65		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
230.65/231.65		at org.sat4j.AbstractLauncher.run(Unknown Source)
230.65/231.65		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
233.93/234.99	c starts		: 0
233.93/234.99	c conflicts		: 0
233.93/234.99	c decisions		: 0
233.93/234.99	c propagations		: 0
233.93/234.99	c inspects		: 0
233.93/234.99	c learnt literals	: 0
233.93/234.99	c learnt binary clauses	: 0
233.93/234.99	c learnt ternary clauses	: 0
233.93/234.99	c learnt clauses	: 0
233.93/234.99	c ignored clauses	: 0
233.93/234.99	c root simplifications	: 0
233.93/234.99	c removed literals (reason simplification)	: 0
233.93/234.99	c reason swapping (by a shorter reason)	: 0
233.93/234.99	c Calls to reduceDB	: 0
233.93/234.99	c speed (assignments/second)	: 0.0
233.93/234.99	c non guided choices	0
233.93/234.99	c learnt constraints type 
233.93/234.99	c constraints type 
233.93/234.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 114376
233.93/234.99	c org.sat4j.minisat.constraints.card.AtLeast => 450
233.93/234.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6
233.93/234.99	s UNKNOWN
233.93/234.99	c Total wall clock time (in seconds) : 231.423

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081547-1247373140/watcher-2081547-1247373140 -o /tmp/evaluation-result-2081547-1247373140/solver-2081547-1247373140 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081547-1247373140.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 23543
/proc/meminfo: memFree=1382544/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=1612 CPUtime=0
/proc/23543/stat : 23543 (java6) D 23541 23543 18893 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 24378678 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/23543/statm: 403 150 114 9 0 45 0

[startup+0.042251 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 23543
/proc/meminfo: memFree=1382544/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=801384 CPUtime=0.02
/proc/23543/stat : 23543 (java) S 23541 23543 18893 0 -1 0 2502 0 1 0 1 1 0 0 18 0 5 0 24378678 820617216 2249 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 200346 2249 978 9 0 197697 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801384

[startup+0.101245 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 23543
/proc/meminfo: memFree=1382544/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=804560 CPUtime=0.09
/proc/23543/stat : 23543 (java) S 23541 23543 18893 0 -1 0 3042 0 1 0 6 3 0 0 18 0 12 0 24378678 823869440 2785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 201140 2787 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301266 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 23543
/proc/meminfo: memFree=1382544/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=805776 CPUtime=0.28
/proc/23543/stat : 23543 (java) S 23541 23543 18893 0 -1 0 4360 0 1 0 23 5 0 0 18 0 12 0 24378678 825114624 4097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 201444 4097 1359 9 0 198771 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805776

[startup+0.701305 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 23543
/proc/meminfo: memFree=1382544/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=807168 CPUtime=0.68
/proc/23543/stat : 23543 (java) S 23541 23543 18893 0 -1 0 8850 0 1 0 60 8 0 0 18 0 12 0 24378678 826540032 8203 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 201792 8203 1386 9 0 199119 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807168

[startup+1.50239 s]
/proc/loadavg: 1.92 1.98 1.99 5/84 23555
/proc/meminfo: memFree=1309232/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=807168 CPUtime=1.48
/proc/23543/stat : 23543 (java) S 23541 23543 18893 0 -1 0 31943 0 1 0 131 17 0 0 18 0 12 0 24378678 826540032 31271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 201792 31281 1398 9 0 199119 0
[pid=23543/tid=23545] ppid=23541 vsize=807168 CPUtime=0.71
/proc/23543/task/23545/stat : 23545 (java) S 23541 23543 18893 0 -1 64 16871 0 1 0 61 10 0 0 17 0 12 0 24378679 826540032 31288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23546] ppid=23541 vsize=807168 CPUtime=0.22
/proc/23543/task/23546/stat : 23546 (java) R 23541 23543 18893 0 -1 64 7381 0 0 0 19 3 0 0 16 0 12 0 24378680 826540032 31297 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23547] ppid=23541 vsize=807168 CPUtime=0.16
/proc/23543/task/23547/stat : 23547 (java) R 23541 23543 18893 0 -1 64 5629 0 0 0 14 2 0 0 18 0 12 0 24378680 826540032 31305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23548] ppid=23541 vsize=807168 CPUtime=0
/proc/23543/task/23548/stat : 23548 (java) S 23541 23543 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24378682 826540032 31313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23549] ppid=23541 vsize=807168 CPUtime=0
/proc/23543/task/23549/stat : 23549 (java) S 23541 23543 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24378682 826540032 31322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23550] ppid=23541 vsize=807168 CPUtime=0
/proc/23543/task/23550/stat : 23550 (java) S 23541 23543 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24378682 826540032 31330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23551] ppid=23541 vsize=807168 CPUtime=0
/proc/23543/task/23551/stat : 23551 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24378687 826540032 31338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23552] ppid=23541 vsize=807168 CPUtime=0.02
/proc/23543/task/23552/stat : 23552 (java) S 23541 23543 18893 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 24378687 826540032 31346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23553] ppid=23541 vsize=807168 CPUtime=0.32
/proc/23543/task/23553/stat : 23553 (java) S 23541 23543 18893 0 -1 64 1109 0 0 0 32 0 0 0 17 0 12 0 24378687 826540032 31355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23554] ppid=23541 vsize=807168 CPUtime=0
/proc/23543/task/23554/stat : 23554 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24378687 826540032 31364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23555] ppid=23541 vsize=807168 CPUtime=0
/proc/23543/task/23555/stat : 23555 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24378687 826540032 31372 996147200 134512640 134550932 4294956016 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) 807168

[startup+3.10255 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23555
/proc/meminfo: memFree=1206512/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=812256 CPUtime=3.08
/proc/23543/stat : 23543 (java) S 23541 23543 18893 0 -1 0 48605 0 1 0 283 25 0 0 18 0 12 0 24378678 831750144 46325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 203064 46325 1426 9 0 200391 0
[pid=23543/tid=23545] ppid=23541 vsize=812256 CPUtime=1.42
/proc/23543/task/23545/stat : 23545 (java) R 23541 23543 18893 0 -1 64 17419 0 1 0 131 11 0 0 22 0 12 0 24378679 831750144 46325 996147200 134512640 134550932 4294956016 18446744073709551615 4109616693 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23546] ppid=23541 vsize=812256 CPUtime=0.57
/proc/23543/task/23546/stat : 23546 (java) S 23541 23543 18893 0 -1 64 16756 0 0 0 50 7 0 0 16 0 12 0 24378680 831750144 46325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23547] ppid=23541 vsize=812256 CPUtime=0.32
/proc/23543/task/23547/stat : 23547 (java) S 23541 23543 18893 0 -1 64 10275 0 0 0 29 3 0 0 20 0 12 0 24378680 831750144 46325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23548] ppid=23541 vsize=812256 CPUtime=0
/proc/23543/task/23548/stat : 23548 (java) S 23541 23543 18893 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24378682 831750144 46325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23549] ppid=23541 vsize=812256 CPUtime=0
/proc/23543/task/23549/stat : 23549 (java) S 23541 23543 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24378682 831750144 46325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23550] ppid=23541 vsize=812256 CPUtime=0
/proc/23543/task/23550/stat : 23550 (java) S 23541 23543 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24378682 831750144 46325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23551] ppid=23541 vsize=812256 CPUtime=0
/proc/23543/task/23551/stat : 23551 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24378687 831750144 46325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23552] ppid=23541 vsize=812256 CPUtime=0.02
/proc/23543/task/23552/stat : 23552 (java) S 23541 23543 18893 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 24378687 831750144 46325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23553] ppid=23541 vsize=812256 CPUtime=0.69
/proc/23543/task/23553/stat : 23553 (java) S 23541 23543 18893 0 -1 64 3175 0 0 0 68 1 0 0 17 0 12 0 24378687 831750144 46325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23554] ppid=23541 vsize=812256 CPUtime=0
/proc/23543/task/23554/stat : 23554 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24378687 831750144 46325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23555] ppid=23541 vsize=812256 CPUtime=0
/proc/23543/task/23555/stat : 23555 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24378687 831750144 46325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 812256

[startup+6.30286 s]
/proc/loadavg: 1.93 1.98 1.99 5/84 23555
/proc/meminfo: memFree=1177200/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=816580 CPUtime=6.42
/proc/23543/stat : 23543 (java) S 23541 23543 18893 0 -1 0 60973 0 1 0 612 30 0 0 18 0 12 0 24378678 836177920 55526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 204145 55526 1433 9 0 201472 0
[pid=23543/tid=23545] ppid=23541 vsize=816580 CPUtime=3.71
/proc/23543/task/23545/stat : 23545 (java) R 23541 23543 18893 0 -1 64 17430 0 1 0 360 11 0 0 25 0 12 0 24378679 836177920 55526 996147200 134512640 134550932 4294956016 18446744073709551615 4109716044 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23546] ppid=23541 vsize=816580 CPUtime=0.69
/proc/23543/task/23546/stat : 23546 (java) S 23541 23543 18893 0 -1 64 19495 0 0 0 60 9 0 0 16 0 12 0 24378680 836177920 55526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23547] ppid=23541 vsize=816580 CPUtime=0.43
/proc/23543/task/23547/stat : 23547 (java) S 23541 23543 18893 0 -1 64 15580 0 0 0 38 5 0 0 16 0 12 0 24378680 836177920 55526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23548] ppid=23541 vsize=816580 CPUtime=0
/proc/23543/task/23548/stat : 23548 (java) S 23541 23543 18893 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24378682 836177920 55526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23549] ppid=23541 vsize=816580 CPUtime=0
/proc/23543/task/23549/stat : 23549 (java) S 23541 23543 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24378682 836177920 55526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23550] ppid=23541 vsize=816580 CPUtime=0
/proc/23543/task/23550/stat : 23550 (java) S 23541 23543 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24378682 836177920 55526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23551] ppid=23541 vsize=816580 CPUtime=0
/proc/23543/task/23551/stat : 23551 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24378687 836177920 55526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23552] ppid=23541 vsize=816580 CPUtime=0.2
/proc/23543/task/23552/stat : 23552 (java) S 23541 23543 18893 0 -1 64 1284 0 0 0 20 0 0 0 16 0 12 0 24378687 836177920 55526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23553] ppid=23541 vsize=816580 CPUtime=1.34
/proc/23543/task/23553/stat : 23553 (java) S 23541 23543 18893 0 -1 64 6434 0 0 0 132 2 0 0 20 0 12 0 24378687 836177920 55526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23543/tid=23554] ppid=23541 vsize=816580 CPUtime=0
/proc/23543/task/23554/stat : 23554 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24378687 836177920 55526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23555] ppid=23541 vsize=816580 CPUtime=0
/proc/23543/task/23555/stat : 23555 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24378687 836177920 55526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 816580

[startup+12.7025 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 23555
/proc/meminfo: memFree=1121840/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=816548 CPUtime=12.82
/proc/23543/stat : 23543 (java) S 23541 23543 18893 0 -1 0 73158 0 1 0 1247 35 0 0 18 0 12 0 24378678 836145152 67688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 204137 67688 1433 9 0 201464 0
[pid=23543/tid=23545] ppid=23541 vsize=816548 CPUtime=9.5
/proc/23543/task/23545/stat : 23545 (java) R 23541 23543 18893 0 -1 64 17457 0 1 0 939 11 0 0 25 0 12 0 24378679 836145152 67688 996147200 134512640 134550932 4294956016 18446744073709551615 4109716050 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23546] ppid=23541 vsize=816548 CPUtime=0.79
/proc/23543/task/23546/stat : 23546 (java) S 23541 23543 18893 0 -1 64 23023 0 0 0 69 10 0 0 16 0 12 0 24378680 836145152 67688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23547] ppid=23541 vsize=816548 CPUtime=0.66
/proc/23543/task/23547/stat : 23547 (java) S 23541 23543 18893 0 -1 64 24209 0 0 0 57 9 0 0 16 0 12 0 24378680 836145152 67688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23548] ppid=23541 vsize=816548 CPUtime=0.01
/proc/23543/task/23548/stat : 23548 (java) S 23541 23543 18893 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 24378682 836145152 67688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23549] ppid=23541 vsize=816548 CPUtime=0
/proc/23543/task/23549/stat : 23549 (java) S 23541 23543 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24378682 836145152 67688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23550] ppid=23541 vsize=816548 CPUtime=0
/proc/23543/task/23550/stat : 23550 (java) S 23541 23543 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24378682 836145152 67688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23551] ppid=23541 vsize=816548 CPUtime=0
/proc/23543/task/23551/stat : 23551 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24378687 836145152 67688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23552] ppid=23541 vsize=816548 CPUtime=0.2
/proc/23543/task/23552/stat : 23552 (java) S 23541 23543 18893 0 -1 64 1284 0 0 0 20 0 0 0 16 0 12 0 24378687 836145152 67688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23553] ppid=23541 vsize=816548 CPUtime=1.6
/proc/23543/task/23553/stat : 23553 (java) S 23541 23543 18893 0 -1 64 6435 0 0 0 158 2 0 0 16 0 12 0 24378687 836145152 67688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23554] ppid=23541 vsize=816548 CPUtime=0
/proc/23543/task/23554/stat : 23554 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24378687 836145152 67688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23555] ppid=23541 vsize=816548 CPUtime=0
/proc/23543/task/23555/stat : 23555 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24378687 836145152 67688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 816548

[startup+25.5028 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 23555
/proc/meminfo: memFree=1025968/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=816260 CPUtime=25.62
/proc/23543/stat : 23543 (java) S 23541 23543 18893 0 -1 0 97301 0 1 0 2515 47 0 0 18 0 12 0 24378678 835850240 91672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 204065 91672 1433 9 0 201392 0
[pid=23543/tid=23545] ppid=23541 vsize=816260 CPUtime=21.67
/proc/23543/task/23545/stat : 23545 (java) R 23541 23543 18893 0 -1 64 17489 0 1 0 2156 11 0 0 25 0 12 0 24378679 835850240 91672 996147200 134512640 134550932 4294956016 18446744073709551615 4109716091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23546] ppid=23541 vsize=816260 CPUtime=1.01
/proc/23543/task/23546/stat : 23546 (java) S 23541 23543 18893 0 -1 64 32932 0 0 0 87 14 0 0 16 0 12 0 24378680 835850240 91672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23547] ppid=23541 vsize=816260 CPUtime=0.99
/proc/23543/task/23547/stat : 23547 (java) S 23541 23543 18893 0 -1 64 38411 0 0 0 84 15 0 0 16 0 12 0 24378680 835850240 91672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23548] ppid=23541 vsize=816260 CPUtime=0.01
/proc/23543/task/23548/stat : 23548 (java) S 23541 23543 18893 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 24378682 835850240 91672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23549] ppid=23541 vsize=816260 CPUtime=0
/proc/23543/task/23549/stat : 23549 (java) S 23541 23543 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24378682 835850240 91672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23550] ppid=23541 vsize=816260 CPUtime=0
/proc/23543/task/23550/stat : 23550 (java) S 23541 23543 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24378682 835850240 91672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23551] ppid=23541 vsize=816260 CPUtime=0
/proc/23543/task/23551/stat : 23551 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24378687 835850240 91672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23552] ppid=23541 vsize=816260 CPUtime=0.2

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


[startup+230.302 s]
/proc/loadavg: 2.50 2.17 2.05 3/84 23555
/proc/meminfo: memFree=687408/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=824264 CPUtime=229.35
/proc/23543/stat : 23543 (java) S 23541 23543 18893 0 -1 0 368914 0 1 0 22746 189 0 0 18 0 12 0 24378678 844046336 175602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 206066 175602 1434 9 0 203393 0
[pid=23543/tid=23545] ppid=23541 vsize=824264 CPUtime=170.2
/proc/23543/task/23545/stat : 23545 (java) S 23541 23543 18893 0 -1 64 17879 0 1 0 17008 12 0 0 17 0 12 0 24378679 844046336 175602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23546] ppid=23541 vsize=824264 CPUtime=4.46
/proc/23543/task/23546/stat : 23546 (java) S 23541 23543 18893 0 -1 64 72477 0 0 0 415 31 0 0 15 0 12 0 24378680 844046336 175602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23547] ppid=23541 vsize=824264 CPUtime=4.39
/proc/23543/task/23547/stat : 23547 (java) S 23541 23543 18893 0 -1 64 80403 0 0 0 407 32 0 0 16 0 12 0 24378680 844046336 175602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23548] ppid=23541 vsize=824264 CPUtime=48.35
/proc/23543/task/23548/stat : 23548 (java) R 23541 23543 18893 0 -1 64 189694 0 0 0 4727 108 0 0 25 0 12 0 24378682 844046336 175602 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23549] ppid=23541 vsize=824264 CPUtime=0
/proc/23543/task/23549/stat : 23549 (java) S 23541 23543 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24378682 844046336 175602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23550] ppid=23541 vsize=824264 CPUtime=0
/proc/23543/task/23550/stat : 23550 (java) S 23541 23543 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24378682 844046336 175602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23551] ppid=23541 vsize=824264 CPUtime=0
/proc/23543/task/23551/stat : 23551 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24378687 844046336 175602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23552] ppid=23541 vsize=824264 CPUtime=0.2
/proc/23543/task/23552/stat : 23552 (java) S 23541 23543 18893 0 -1 64 1284 0 0 0 20 0 0 0 16 0 12 0 24378687 844046336 175602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23553] ppid=23541 vsize=824264 CPUtime=1.69
/proc/23543/task/23553/stat : 23553 (java) S 23541 23543 18893 0 -1 64 6435 0 0 0 167 2 0 0 16 0 12 0 24378687 844046336 175602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23543/tid=23554] ppid=23541 vsize=824264 CPUtime=0
/proc/23543/task/23554/stat : 23554 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24378687 844046336 175602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23555] ppid=23541 vsize=824264 CPUtime=0
/proc/23543/task/23555/stat : 23555 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24378687 844046336 175602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 229.35
Current children cumulated vsize (KiB) 824264

[startup+233.502 s]
/proc/loadavg: 2.50 2.17 2.05 3/85 23556
/proc/meminfo: memFree=691176/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=824588 CPUtime=232.54
/proc/23543/stat : 23543 (java) S 23541 23543 18893 0 -1 0 380932 0 1 0 23058 196 0 0 18 0 13 0 24378678 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 206147 175608 1434 9 0 203474 0
[pid=23543/tid=23545] ppid=23541 vsize=824588 CPUtime=170.2
/proc/23543/task/23545/stat : 23545 (java) S 23541 23543 18893 0 -1 64 17883 0 1 0 17008 12 0 0 18 0 13 0 24378679 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23546] ppid=23541 vsize=824588 CPUtime=4.46
/proc/23543/task/23546/stat : 23546 (java) S 23541 23543 18893 0 -1 64 72477 0 0 0 415 31 0 0 15 0 13 0 24378680 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23547] ppid=23541 vsize=824588 CPUtime=4.39
/proc/23543/task/23547/stat : 23547 (java) S 23541 23543 18893 0 -1 64 80403 0 0 0 407 32 0 0 16 0 13 0 24378680 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23548] ppid=23541 vsize=824588 CPUtime=51.53
/proc/23543/task/23548/stat : 23548 (java) R 23541 23543 18893 0 -1 64 201702 0 0 0 5038 115 0 0 25 0 13 0 24378682 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23549] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23549/stat : 23549 (java) S 23541 23543 18893 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 24378682 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23550] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23550/stat : 23550 (java) S 23541 23543 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24378682 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23551] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23551/stat : 23551 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23552] ppid=23541 vsize=824588 CPUtime=0.2
/proc/23543/task/23552/stat : 23552 (java) S 23541 23543 18893 0 -1 64 1284 0 0 0 20 0 0 0 16 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23553] ppid=23541 vsize=824588 CPUtime=1.69
/proc/23543/task/23553/stat : 23553 (java) S 23541 23543 18893 0 -1 64 6435 0 0 0 167 2 0 0 16 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23543/tid=23554] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23554/stat : 23554 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23555] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23555/stat : 23555 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23543/tid=23556] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23556/stat : 23556 (java) S 23541 23543 18893 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24401843 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 232.54
Current children cumulated vsize (KiB) 824588

[startup+234.307 s]
/proc/loadavg: 2.46 2.17 2.05 3/85 23556
/proc/meminfo: memFree=683176/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=824588 CPUtime=233.34
/proc/23543/stat : 23543 (java) S 23541 23543 18893 0 -1 0 383935 0 1 0 23136 198 0 0 18 0 13 0 24378678 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 206147 175608 1434 9 0 203474 0
[pid=23543/tid=23545] ppid=23541 vsize=824588 CPUtime=170.2
/proc/23543/task/23545/stat : 23545 (java) S 23541 23543 18893 0 -1 64 17883 0 1 0 17008 12 0 0 18 0 13 0 24378679 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23546] ppid=23541 vsize=824588 CPUtime=4.46
/proc/23543/task/23546/stat : 23546 (java) S 23541 23543 18893 0 -1 64 72477 0 0 0 415 31 0 0 15 0 13 0 24378680 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23547] ppid=23541 vsize=824588 CPUtime=4.39
/proc/23543/task/23547/stat : 23547 (java) S 23541 23543 18893 0 -1 64 80403 0 0 0 407 32 0 0 16 0 13 0 24378680 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23548] ppid=23541 vsize=824588 CPUtime=52.33
/proc/23543/task/23548/stat : 23548 (java) R 23541 23543 18893 0 -1 64 204704 0 0 0 5116 117 0 0 25 0 13 0 24378682 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 105886114 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23549] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23549/stat : 23549 (java) S 23541 23543 18893 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 24378682 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23550] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23550/stat : 23550 (java) S 23541 23543 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24378682 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23551] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23551/stat : 23551 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23552] ppid=23541 vsize=824588 CPUtime=0.2
/proc/23543/task/23552/stat : 23552 (java) S 23541 23543 18893 0 -1 64 1284 0 0 0 20 0 0 0 16 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23553] ppid=23541 vsize=824588 CPUtime=1.69
/proc/23543/task/23553/stat : 23553 (java) S 23541 23543 18893 0 -1 64 6435 0 0 0 167 2 0 0 16 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23543/tid=23554] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23554/stat : 23554 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23555] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23555/stat : 23555 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23543/tid=23556] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23556/stat : 23556 (java) S 23541 23543 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24401843 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 233.34
Current children cumulated vsize (KiB) 824588

[startup+234.702 s]
/proc/loadavg: 2.46 2.17 2.05 3/85 23556
/proc/meminfo: memFree=683176/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=824588 CPUtime=233.73
/proc/23543/stat : 23543 (java) S 23541 23543 18893 0 -1 0 383935 0 1 0 23175 198 0 0 18 0 13 0 24378678 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 206147 175608 1434 9 0 203474 0
[pid=23543/tid=23545] ppid=23541 vsize=824588 CPUtime=170.2
/proc/23543/task/23545/stat : 23545 (java) S 23541 23543 18893 0 -1 64 17883 0 1 0 17008 12 0 0 18 0 13 0 24378679 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23546] ppid=23541 vsize=824588 CPUtime=4.46
/proc/23543/task/23546/stat : 23546 (java) S 23541 23543 18893 0 -1 64 72477 0 0 0 415 31 0 0 15 0 13 0 24378680 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23547] ppid=23541 vsize=824588 CPUtime=4.39
/proc/23543/task/23547/stat : 23547 (java) S 23541 23543 18893 0 -1 64 80403 0 0 0 407 32 0 0 16 0 13 0 24378680 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23548] ppid=23541 vsize=824588 CPUtime=52.73
/proc/23543/task/23548/stat : 23548 (java) R 23541 23543 18893 0 -1 64 204704 0 0 0 5156 117 0 0 25 0 13 0 24378682 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23549] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23549/stat : 23549 (java) S 23541 23543 18893 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 24378682 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23550] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23550/stat : 23550 (java) S 23541 23543 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24378682 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23551] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23551/stat : 23551 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23552] ppid=23541 vsize=824588 CPUtime=0.2
/proc/23543/task/23552/stat : 23552 (java) S 23541 23543 18893 0 -1 64 1284 0 0 0 20 0 0 0 16 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23553] ppid=23541 vsize=824588 CPUtime=1.69
/proc/23543/task/23553/stat : 23553 (java) S 23541 23543 18893 0 -1 64 6435 0 0 0 167 2 0 0 16 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23543/tid=23554] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23554/stat : 23554 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23555] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23555/stat : 23555 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24378687 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23543/tid=23556] ppid=23541 vsize=824588 CPUtime=0
/proc/23543/task/23556/stat : 23556 (java) S 23541 23543 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24401843 844378112 175608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 233.73
Current children cumulated vsize (KiB) 824588

[startup+235.102 s]
/proc/loadavg: 2.46 2.17 2.05 3/85 23556
/proc/meminfo: memFree=683176/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=816584 CPUtime=234.13
/proc/23543/stat : 23543 (java) S 23541 23543 18893 0 -1 0 383939 0 1 0 23215 198 0 0 18 0 12 0 24378678 836182016 173610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 204146 173610 1435 9 0 201473 0
[pid=23543/tid=23545] ppid=23541 vsize=816584 CPUtime=170.2
/proc/23543/task/23545/stat : 23545 (java) S 23541 23543 18893 0 -1 64 17883 0 1 0 17008 12 0 0 16 0 12 0 24378679 836182016 173610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23546] ppid=23541 vsize=816584 CPUtime=4.46
/proc/23543/task/23546/stat : 23546 (java) S 23541 23543 18893 0 -1 64 72477 0 0 0 415 31 0 0 15 0 12 0 24378680 836182016 173610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23547] ppid=23541 vsize=816584 CPUtime=4.39
/proc/23543/task/23547/stat : 23547 (java) S 23541 23543 18893 0 -1 64 80403 0 0 0 407 32 0 0 16 0 12 0 24378680 836182016 173610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23548] ppid=23541 vsize=816584 CPUtime=53.12
/proc/23543/task/23548/stat : 23548 (java) R 23541 23543 18893 0 -1 64 204704 0 0 0 5195 117 0 0 25 0 12 0 24378682 836182016 173610 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23549] ppid=23541 vsize=816584 CPUtime=0
/proc/23543/task/23549/stat : 23549 (java) S 23541 23543 18893 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24378682 836182016 173610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23550] ppid=23541 vsize=816584 CPUtime=0
/proc/23543/task/23550/stat : 23550 (java) S 23541 23543 18893 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24378682 836182016 173610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23551] ppid=23541 vsize=816584 CPUtime=0
/proc/23543/task/23551/stat : 23551 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24378687 836182016 173610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23552] ppid=23541 vsize=816584 CPUtime=0.2
/proc/23543/task/23552/stat : 23552 (java) S 23541 23543 18893 0 -1 64 1284 0 0 0 20 0 0 0 16 0 12 0 24378687 836182016 173610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23553] ppid=23541 vsize=816584 CPUtime=1.69
/proc/23543/task/23553/stat : 23553 (java) S 23541 23543 18893 0 -1 64 6435 0 0 0 167 2 0 0 16 0 12 0 24378687 836182016 173610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23543/tid=23554] ppid=23541 vsize=816584 CPUtime=0
/proc/23543/task/23554/stat : 23554 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24378687 836182016 173610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23543/tid=23555] ppid=23541 vsize=816584 CPUtime=0
/proc/23543/task/23555/stat : 23555 (java) S 23541 23543 18893 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24378687 836182016 173610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 234.13
Current children cumulated vsize (KiB) 816584

[startup+235.203 s]
/proc/loadavg: 2.46 2.17 2.05 3/85 23556
/proc/meminfo: memFree=683176/2055920 swapFree=4192956/4192956
[pid=23543] ppid=23541 vsize=0 CPUtime=234.23
/proc/23543/stat : 23543 (java) Z 23541 23543 18893 0 -1 12 383945 0 1 0 23217 206 0 0 16 0 2 0 24378678 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23543/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 234.23
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 235.226
CPU time (s): 234.261
CPU user time (s): 232.172
CPU system time (s): 2.08968
CPU usage (%): 99.5901
Max. virtual memory (cumulated for all children) (KiB): 828268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.172
system time used= 2.08968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 383945
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= 12447
involuntary context switches= 11340

runsolver used 0.278957 second user time and 0.827874 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-12 06:32:20
IDJOB=2081547
IDBENCH=57425
IDSOLVER=731
FILE ID=node36/2081547-1247373140
PBS_JOBID= 9507024
Free space on /tmp= 66392 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-17.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081547-1247373140/watcher-2081547-1247373140 -o /tmp/evaluation-result-2081547-1247373140/solver-2081547-1247373140 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081547-1247373140.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 20e23229ee104462f117a47e593e32b4
RANDOM SEED=1445535198

node36.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.238
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.238
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:       1383024 kB
Buffers:         75496 kB
Cached:         488904 kB
SwapCached:          0 kB
Active:         185728 kB
Inactive:       418752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1383024 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1952 kB
Writeback:           0 kB
Mapped:          51712 kB
Slab:            53968 kB
Committed_AS:   188884 kB
PageTables:       1712 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= 66392 MiB
End job on node36 at 2009-07-12 06:36:15